path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
examples/selectorlibs/ender/index.html | willurd/backbone.unclassified.js | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ender — Backbone Unclassified</title>
</head>
<body>
<h1>Avec Ender</h1>
<div id="container"></div>
<script src="../../lib/prefixfree.js"></script>
<script src="ender.js"></script>
<script src="../../lib/underscore.js"></script>
<script src="../../lib/backbone.js"></script>
<script src="/backbone.unclassified.js"></script>
<script src="example.js"></script>
</body>
</html>
|
_other/docs/symbols/CI.DataSource.html | khaliiid/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=utf-8" />
<meta name="generator" content="JsDoc Toolkit" />
<title>JsDoc Reference - CI.DataSource</title>
<style type="text/css">
/* default.css */
body
{
font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
width: 800px;
}
.header
{
clear: both;
background-color: #ccc;
padding: 8px;
}
h1
{
font-size: 150%;
font-weight: bold;
padding: 0;
margin: 1em 0 0 .3em;
}
hr
{
border: none 0;
border-top: 1px solid #7F8FB1;
height: 1px;
}
pre.code
{
display: block;
padding: 8px;
border: 1px dashed #ccc;
}
#index
{
margin-top: 24px;
float: left;
width: 160px;
position: absolute;
left: 8px;
background-color: #F3F3F3;
padding: 8px;
}
#content
{
margin-left: 190px;
width: 600px;
}
.classList
{
list-style-type: none;
padding: 0;
margin: 0 0 0 8px;
font-family: arial, sans-serif;
font-size: 1em;
overflow: auto;
}
.classList li
{
padding: 0;
margin: 0 0 8px 0;
}
.summaryTable { width: 100%; }
h1.classTitle
{
font-size:170%;
line-height:130%;
}
h2 { font-size: 110%; }
caption, div.sectionTitle
{
background-color: #7F8FB1;
color: #fff;
font-size:130%;
text-align: left;
padding: 2px 6px 2px 6px;
border: 1px #7F8FB1 solid;
}
div.sectionTitle { margin-bottom: 8px; }
.summaryTable thead { display: none; }
.summaryTable td
{
vertical-align: top;
padding: 4px;
border-bottom: 1px #7F8FB1 solid;
border-right: 1px #7F8FB1 solid;
}
/*col#summaryAttributes {}*/
.summaryTable td.attributes
{
border-left: 1px #7F8FB1 solid;
width: 140px;
text-align: right;
}
td.attributes, .fixedFont
{
line-height: 15px;
color: #002EBE;
font-family: "Courier New",Courier,monospace;
font-size: 13px;
}
.summaryTable td.nameDescription
{
text-align: left;
font-size: 13px;
line-height: 15px;
}
.summaryTable td.nameDescription, .description
{
line-height: 15px;
padding: 4px;
padding-left: 4px;
}
.summaryTable { margin-bottom: 8px; }
ul.inheritsList
{
list-style: square;
margin-left: 20px;
padding-left: 0;
}
.detailList {
margin-left: 20px;
line-height: 15px;
}
.detailList dt { margin-left: 20px; }
.detailList .heading
{
font-weight: bold;
padding-bottom: 6px;
margin-left: 0;
}
.light, td.attributes, .light a:link, .light a:visited
{
color: #777;
font-style: italic;
}
.fineprint
{
text-align: right;
font-size: 10px;
}
</style>
</head>
<body>
<!-- ============================== header ================================= -->
<!-- begin static/header.html -->
<div id="header">
</div>
<!-- end static/header.html -->
<!-- ============================== classes index ============================ -->
<div id="index">
<!-- begin publish.classesIndex -->
<div align="center"><a href="../index.html">Class Index</a>
| <a href="../files.html">File Index</a></div>
<hr />
<h2>Classes</h2>
<ul class="classList">
<li><i><a href="../symbols/_global_.html">_global_</a></i></li>
<li><a href="../symbols/CI.html">CI</a></li>
<li><a href="../symbols/CI.API.html">CI.API</a></li>
<li><a href="../symbols/CI.DataSource.html">CI.DataSource</a></li>
<li><a href="../symbols/CI.Grid.html">CI.Grid</a></li>
<li><a href="../symbols/CI.Module.html">CI.Module</a></li>
<li><a href="../symbols/CI.sharedData.html">CI.sharedData</a></li>
</ul>
<hr />
<!-- end publish.classesIndex -->
</div>
<div id="content">
<!-- ============================== class title ============================ -->
<h1 class="classTitle">
Function Namespace CI.DataSource
</h1>
<!-- ============================== class summary ========================== -->
<p class="description">
<br /><i>Defined in: </i> <a href="../symbols/src/git_visualizer_norman__scripts_data_datasource.js.html">datasource.js</a>.
</p>
<!-- ============================== constructor summary ==================== -->
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class CI.DataSource.">
<caption>Function Namespace Summary</caption>
<thead>
<tr>
<th scope="col">Constructor Attributes</th>
<th scope="col">Constructor Name and Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="attributes"> </td>
<td class="nameDescription" >
<div class="fixedFont">
<b><a href="../symbols/CI.DataSource.html#constructor">CI.DataSource</a></b>(module, sourceName, sourceData)
</div>
<div class="description">Represents the source of any type of data (i.e.</div>
</td>
</tr>
</tbody>
</table>
<!-- ============================== properties summary ===================== -->
<!-- ============================== methods summary ======================== -->
<table class="summaryTable" cellspacing="0" summary="A summary of the methods documented in the class CI.DataSource.">
<caption>Method Summary</caption>
<thead>
<tr>
<th scope="col">Method Attributes</th>
<th scope="col">Method Name and Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/CI.DataSource.html#doGetAjaxData">doGetAjaxData</a></b>()
</div>
<div class="description"></div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/CI.DataSource.html#eraseAjaxData">eraseAjaxData</a></b>()
</div>
<div class="description"></div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/CI.DataSource.html#getData">getData</a></b>()
</div>
<div class="description"></div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/CI.DataSource.html#getSourceData">getSourceData</a></b>()
</div>
<div class="description"></div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/CI.DataSource.html#setAjaxData">setAjaxData</a></b>(data)
</div>
<div class="description"></div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/CI.DataSource.html#setData">setData</a></b>(data)
</div>
<div class="description"></div>
</td>
</tr>
<tr>
<td class="attributes"> </td>
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/CI.DataSource.html#sourceUrl">sourceUrl</a></b>()
</div>
<div class="description">If necessary, set up the DataSource to be updateable via Ajax (url), then run the AJAX update through jQuery</div>
</td>
</tr>
</tbody>
</table>
<!-- ============================== events summary ======================== -->
<!-- ============================== constructor details ==================== -->
<div class="details"><a name="constructor"> </a>
<div class="sectionTitle">
Function Namespace Detail
</div>
<div class="fixedFont">
<b>CI.DataSource</b>(module, sourceName, sourceData)
</div>
<div class="description">
Represents the source of any type of data (i.e. is updatable through e.g. ajax)
</div>
<dl class="detailList">
<dt class="heading">Parameters:</dt>
<dt>
<span class="light fixedFont">{Module}</span> <b>module</b>
</dt>
<dd>the module to which this data is bound</dd>
<dt>
<span class="light fixedFont">{string}</span> <b>sourceName</b>
</dt>
<dd>the name of this data object</dd>
<dt>
<span class="light fixedFont">{object}</span> <b>sourceData</b>
</dt>
<dd>The actual data object (requires at least type to be set)</dd>
</dl>
</div>
<!-- ============================== field details ========================== -->
<!-- ============================== method details ========================= -->
<div class="sectionTitle">
Method Detail
</div>
<a name="doGetAjaxData"> </a>
<div class="fixedFont">
<b>doGetAjaxData</b>()
</div>
<div class="description">
</div>
<hr />
<a name="eraseAjaxData"> </a>
<div class="fixedFont">
<b>eraseAjaxData</b>()
</div>
<div class="description">
</div>
<hr />
<a name="getData"> </a>
<div class="fixedFont">
<b>getData</b>()
</div>
<div class="description">
</div>
<hr />
<a name="getSourceData"> </a>
<div class="fixedFont">
<b>getSourceData</b>()
</div>
<div class="description">
</div>
<hr />
<a name="setAjaxData"> </a>
<div class="fixedFont">
<b>setAjaxData</b>(data)
</div>
<div class="description">
</div>
<dl class="detailList">
<dt class="heading">Parameters:</dt>
<dt>
<b>data</b>
</dt>
<dd></dd>
</dl>
<hr />
<a name="setData"> </a>
<div class="fixedFont">
<b>setData</b>(data)
</div>
<div class="description">
</div>
<dl class="detailList">
<dt class="heading">Parameters:</dt>
<dt>
<b>data</b>
</dt>
<dd></dd>
</dl>
<hr />
<a name="sourceUrl"> </a>
<div class="fixedFont">
<b>sourceUrl</b>()
</div>
<div class="description">
If necessary, set up the DataSource to be updateable via Ajax (url), then run the AJAX update through jQuery
</div>
<!-- ============================== event details ========================= -->
<hr />
</div>
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Wed Mar 14 2012 15:20:20 GMT-0700 (PDT)
</div>
</body>
</html>
|
app/src/components/search/result/actions/actions.html | freelook/info | <fli-search-result-actions-twitter class="fli-grid" ng-if="fli.route.sub=== 'twitter'"></fli-search-result-actions-twitter>
<fli-search-result-actions-vk class="fli-grid" ng-if="fli.route.sub=== 'vk'"></fli-search-result-actions-vk>
|
docs/pupil-rs/0.1.3/pupil/builtins/index.html | CasualX/CasualX.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `builtins` mod in crate `pupil`.">
<meta name="keywords" content="rust, rustlang, rust-lang, builtins">
<title>pupil::builtins - Rust</title>
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../index.html'>pupil</a></p><script>window.sidebarCurrent = {name: 'builtins', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content mod">
<h1 class='fqn'><span class='in-band'>Module <a href='../index.html'>pupil</a>::<wbr><a class='mod' href=''>builtins</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-460' class='srclink' href='../../src/pupil/src/builtins.rs.html#1-250' title='goto source code'>[src]</a></span></h1>
<div class='docblock'><p>Builtins.</p>
<p>Builtin functions are programmed in Rust and can be made accessible while evaluating arithmetic expressions.</p>
</div><h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2>
<table>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_abs.html'
title='pupil::builtins::builtin_abs'>builtin_abs</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_acos.html'
title='pupil::builtins::builtin_acos'>builtin_acos</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_acosh.html'
title='pupil::builtins::builtin_acosh'>builtin_acosh</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_add.html'
title='pupil::builtins::builtin_add'>builtin_add</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_asin.html'
title='pupil::builtins::builtin_asin'>builtin_asin</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_asinh.html'
title='pupil::builtins::builtin_asinh'>builtin_asinh</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_atan.html'
title='pupil::builtins::builtin_atan'>builtin_atan</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_atan2.html'
title='pupil::builtins::builtin_atan2'>builtin_atan2</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_atanh.html'
title='pupil::builtins::builtin_atanh'>builtin_atanh</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_cbrt.html'
title='pupil::builtins::builtin_cbrt'>builtin_cbrt</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_ceil.html'
title='pupil::builtins::builtin_ceil'>builtin_ceil</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_cos.html'
title='pupil::builtins::builtin_cos'>builtin_cos</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_cosh.html'
title='pupil::builtins::builtin_cosh'>builtin_cosh</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_cube.html'
title='pupil::builtins::builtin_cube'>builtin_cube</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_deg.html'
title='pupil::builtins::builtin_deg'>builtin_deg</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_div.html'
title='pupil::builtins::builtin_div'>builtin_div</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_e.html'
title='pupil::builtins::builtin_e'>builtin_e</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_exp.html'
title='pupil::builtins::builtin_exp'>builtin_exp</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_exp2.html'
title='pupil::builtins::builtin_exp2'>builtin_exp2</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_expm1.html'
title='pupil::builtins::builtin_expm1'>builtin_expm1</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_floor.html'
title='pupil::builtins::builtin_floor'>builtin_floor</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_id.html'
title='pupil::builtins::builtin_id'>builtin_id</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_ln.html'
title='pupil::builtins::builtin_ln'>builtin_ln</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_ln1p.html'
title='pupil::builtins::builtin_ln1p'>builtin_ln1p</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_log.html'
title='pupil::builtins::builtin_log'>builtin_log</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_log10.html'
title='pupil::builtins::builtin_log10'>builtin_log10</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_log2.html'
title='pupil::builtins::builtin_log2'>builtin_log2</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_max.html'
title='pupil::builtins::builtin_max'>builtin_max</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_mean.html'
title='pupil::builtins::builtin_mean'>builtin_mean</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_median.html'
title='pupil::builtins::builtin_median'>builtin_median</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_min.html'
title='pupil::builtins::builtin_min'>builtin_min</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_mul.html'
title='pupil::builtins::builtin_mul'>builtin_mul</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_pi.html'
title='pupil::builtins::builtin_pi'>builtin_pi</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_pow.html'
title='pupil::builtins::builtin_pow'>builtin_pow</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_rad.html'
title='pupil::builtins::builtin_rad'>builtin_rad</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_range.html'
title='pupil::builtins::builtin_range'>builtin_range</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_rem.html'
title='pupil::builtins::builtin_rem'>builtin_rem</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_round.html'
title='pupil::builtins::builtin_round'>builtin_round</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_sin.html'
title='pupil::builtins::builtin_sin'>builtin_sin</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_sinh.html'
title='pupil::builtins::builtin_sinh'>builtin_sinh</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_sqr.html'
title='pupil::builtins::builtin_sqr'>builtin_sqr</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_sqrt.html'
title='pupil::builtins::builtin_sqrt'>builtin_sqrt</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_stdev.html'
title='pupil::builtins::builtin_stdev'>builtin_stdev</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_sub.html'
title='pupil::builtins::builtin_sub'>builtin_sub</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_tan.html'
title='pupil::builtins::builtin_tan'>builtin_tan</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_tanh.html'
title='pupil::builtins::builtin_tanh'>builtin_tanh</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_tau.html'
title='pupil::builtins::builtin_tau'>builtin_tau</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.builtin_var.html'
title='pupil::builtins::builtin_var'>builtin_var</a></td>
<td class='docblock short'>
</td>
</tr></table></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../";
window.currentCrate = "pupil";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> |
partials/toggle-up.html | sascha53/Font-Awesome-SVG-PNG | {{- $id := "toggle-up" -}}
{{- $name := add "icon-" $id -}}
{{- if not (.Scratch.Get $name) -}}
{{- .Scratch.Set $name true -}}
<svg class="clip" xmlns="http://www.w3.org/2000/svg" width="0" height="0">
<defs>
<svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" id="{{ $id }}" fill="currentcolor"><path d="M1273 1117q-17 35-57 35h-640q-40 0-57-35-18-35 5-66l320-448q19-27 52-27t52 27l320 448q23 31 5 66zm135 259v-960q0-13-9.5-22.5t-22.5-9.5h-960q-13 0-22.5 9.5t-9.5 22.5v960q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5-9.5t9.5-22.5zm256-960v960q0 119-84.5 203.5t-203.5 84.5h-960q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960q119 0 203.5 84.5t84.5 203.5z"/></svg>
</defs>
</svg>
{{- end }} |
extensions/multiple_uploads/assets/multiple_uploads.publish_index.css | astudio/remixhair | #multiple-uploads-iframe {
width: 100%;
min-height: 500px;
}
|
restrito/js/RGraph/default.html | leovene/e-sic | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>RGraph: HTML5 charts library</title>
<link rel="stylesheet" href="css/website.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/animations.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="images/favicon.png">
<script src="libraries/RGraph.common.core.js" ></script>
<script src="libraries/RGraph.common.dynamic.js" ></script>
<script src="libraries/RGraph.common.key.js" ></script>
<script src="libraries/RGraph.drawing.rect.js" ></script>
<script src="libraries/RGraph.common.effects.js" ></script>
<script src="libraries/RGraph.common.tooltips.js" ></script>
<script src="libraries/RGraph.bar.js" ></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
$(document).ready(function ()
{
var bar = new RGraph.Bar('cvs_bar', [[45,-60],[-65,-30],[40,80],[59,-48]])
.set('colors', ['rgba(255, 176, 176, 0.5)', 'rgba(153, 208, 249,0.5)'])
.set('labels', ['Luis', 'Kevin', 'John', 'Gregory'])
.set('tooltips', ['Luis','Luis','Kevin','Kevin','John','John','Gregory','Gregory'])
.set('tooltips.event', 'onmousemove')
.set('ymax', 100)
.set('ylabels.count', 4)
.set('numyticks', 8)
.set('strokestyle', '#ccc')
.set('hmargin.grouped', 2)
.set('units.pre', '')
.set('title', 'Bar chart with tooltips and interactive key')
.set('gutter.top', 50)
.set('gutter.left', 40)
.set('gutter.right', 15)
.set('xaxispos', 'center')
.set('key', ['Results from Monday','Results from Tuesday'])
.set('key.interactive', true)
.set('key.position', 'gutter')
.set('key.interactive.highlight.chart', 'rgba(255,255,255,0.7)')
.fadeIn({'duration': 250})
.expand({bounce: false})
});
</script>
</head>
<body>
<a href="http://www.rgraph.net" target="_blank"><div style="display: inline; width: 64px; height: 64px; padding-bottom: 5px"><img border="0" src="images/logo.png" alt="The RGraph logo" width="64" height="64" title="The RGraph logo" /></div></a>
<img src="images/title.png" width="666" height="69" alt="RGraph: Free HTML5 and Javascript charts" />
<canvas width="600" height="250" id="cvs_bar" style="float: right" class="animated rotateIn"></canvas>
<h2>Demos <span>of charts (local)</span></h2>
<p>
Demos of some of the various charts and features provided by RGraph
</p>
<p align="left">
<a href="./demos/"><b>Go to the demos (local) »</b></a>
</p>
<h2>Demos <span>of charts (online)</span></h2>
<p>
The same demos as above are also available on rgraph.net. Due to browser security the AJAX demos will not work locally
so you can see these if you go online.
</p>
<p align="left">
<a href="http://www.rgraph.net/demos/"><b>Go to the demos (online) »</b></a>
</p>
<h2>Other <span>pages on rgraph.net</span></h2>
<ul>
<li>
<a href="http://www.rgraph.net" target="_blank">Home page</a><br />
The RGraph homepage on www.rgraph.net<br /><br />
</li>
<li>
<a href="http://www.rgraph.net/examples" target="_blank">Examples</a><br />
Examples of the types of charts that are supported by RGraph.<br /><br />
</li>
<li>
<a href="http://www.rgraph.net/docs" target="_blank">Documentation</a><br />
Documentation for RGraph<br /><br />
</li>
<li>
<a href="http://www.rgraph.net/docs/howto-index.html" target="_blank">HOWTO guides</a><br />
Guides for doing specific tasks with RGraph.<br /><br />
</li>
</ul>
<p style="font-size: 70%">
© Copyright 2014 RGraph Licensing All rights reserved.
</p>
</body>
</html> |
app/app_core/templates/footer.html | knowledge-sharing-campaign/site | <!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="/static/slippry/dist/slippry.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
<link rel="stylesheet" href="/static/css/home_style.css">
<link rel="stylesheet" href="/static/css/home.css" type="text/css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen" />
<script src="/static/sliderengine/jquery.js"></script>
<script src="/static/sliderengine/amazingslider.js"></script>
<link rel="stylesheet" type="text/css" href="/static/sliderengine/amazingslider-1.css">
<script src="/static/sliderengine/initslider-1.js"></script>
</head>
<footer align="center">
<ls>
<div align="right">
<a href="https://www.facebook.com/Knowledge-Sharing-Campaign-2017193451752977/timeline/?ref=br_tf" target="_blank">
<img alt="Go to KSC facebook page" align="right" border="0" height="40" src="/static/images/facebook1.png" width="40">
</a>
<a href="https://accounts.google.com/ServiceLogin?service=oz&passive=1209600&continue=https://plus.google.com/?gpsrc%3Dgplp0#identifier" target="_blank"><img alt="Go to KSC google+ page" align="right" border="0" height="40" src="/static/images/google1.png" width="40"></a>
<a href="https://twitter.com/hashtag/KnowledgeSharingCampaign?src=hash&lang=en" target="_blank">
<img alt="Go to KSC facebook page" border="0" height="40" src="/static/images/twitter1.png" width="40">
</a>
</div>
<div align="center">
<ls>
<a id="contactus" href="/contactus">
<font size="3"><b> Contact Us </b></font>
</a>
</ls>
<ls>
<a id="partners" href="/partners">
<font size="3"><b>| Our Partners </b></font>
</a>
</ls>
<ls>
<a id="termscons" href="/termscons">
<font size="3"><b>| Terms&Conditions </font></a>
</ls>
<ls>
<a id="privacy" href="/privacy">
<font size="3"><b>| Privacy Policy </font></a>
</ls>
<ls><a href=""><b>| Copyright © 2015 · KnowledgeSharingCampaign · </a></ls>
</div>
<br>
<br>
</footer>
</html> |
_drafts/2012-09-24-vfacsept-malaysian-law.html | jijames/dfir.science | ---
layout: post
title: VFACSept Malaysian law
date: '2012-09-24T16:41:00.002+09:00'
author: Joshua
tags:
modified_time: '2012-09-24T16:41:38.388+09:00'
blogger_id: tag:blogger.com,1999:blog-2701259639305045003.post-710314488882678556
blogger_orig_url: http://www.cybercrimetech.com/2012/09/vfacsept-malaysian-law.html
---
VFAC Sept Malaysian law |
doc/tomcat-9.0-doc/api/org/apache/tomcat/dbcp/pool2/impl/EvictionPolicy.html | piterlin/piterlin.github.io | <!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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>EvictionPolicy (Apache Tomcat 9.0.0.M11 API Documentation)</title><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<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="EvictionPolicy (Apache Tomcat 9.0.0.M11 API Documentation)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Tomcat 9.0.0.M11</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/EvictionConfig.html" title="class in org.apache.tomcat.dbcp.pool2.impl"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.tomcat.dbcp.pool2.impl"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/tomcat/dbcp/pool2/impl/EvictionPolicy.html" target="_top">Frames</a></li>
<li><a href="EvictionPolicy.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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.apache.tomcat.dbcp.pool2.impl</div>
<h2 title="Interface EvictionPolicy" class="title">Interface EvictionPolicy<T></h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - the type of objects in the pool</dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/DefaultEvictionPolicy.html" title="class in org.apache.tomcat.dbcp.pool2.impl">DefaultEvictionPolicy</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">EvictionPolicy<T></span></pre>
<div class="block">To provide a custom eviction policy (i.e. something other than <a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/DefaultEvictionPolicy.html" title="class in org.apache.tomcat.dbcp.pool2.impl"><code>DefaultEvictionPolicy</code></a> for a pool, users must provide an implementation of
this interface that provides the required eviction policy.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== 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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract 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>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/EvictionPolicy.html#evict-org.apache.tomcat.dbcp.pool2.impl.EvictionConfig-org.apache.tomcat.dbcp.pool2.PooledObject-int-">evict</a></span>(<a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/EvictionConfig.html" title="class in org.apache.tomcat.dbcp.pool2.impl">EvictionConfig</a> config,
<a href="../../../../../../org/apache/tomcat/dbcp/pool2/PooledObject.html" title="interface in org.apache.tomcat.dbcp.pool2">PooledObject</a><<a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/EvictionPolicy.html" title="type parameter in EvictionPolicy">T</a>> underTest,
int idleCount)</code>
<div class="block">This method is called to test if an idle object in the pool should be
evicted or not.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="evict-org.apache.tomcat.dbcp.pool2.impl.EvictionConfig-org.apache.tomcat.dbcp.pool2.PooledObject-int-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>evict</h4>
<pre>boolean evict(<a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/EvictionConfig.html" title="class in org.apache.tomcat.dbcp.pool2.impl">EvictionConfig</a> config,
<a href="../../../../../../org/apache/tomcat/dbcp/pool2/PooledObject.html" title="interface in org.apache.tomcat.dbcp.pool2">PooledObject</a><<a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/EvictionPolicy.html" title="type parameter in EvictionPolicy">T</a>> underTest,
int idleCount)</pre>
<div class="block">This method is called to test if an idle object in the pool should be
evicted or not.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>config</code> - The pool configuration settings related to eviction</dd>
<dd><code>underTest</code> - The pooled object being tested for eviction</dd>
<dd><code>idleCount</code> - The current number of idle objects in the pool including
the object under test</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd><code>true</code> if the object should be evicted, otherwise
<code>false</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Tomcat 9.0.0.M11</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/EvictionConfig.html" title="class in org.apache.tomcat.dbcp.pool2.impl"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/tomcat/dbcp/pool2/impl/GenericKeyedObjectPool.html" title="class in org.apache.tomcat.dbcp.pool2.impl"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/tomcat/dbcp/pool2/impl/EvictionPolicy.html" target="_top">Frames</a></li>
<li><a href="EvictionPolicy.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>
|
JavaScript/Homework/Data types and Variables - Homework/Problem 4 Typeof null/index.html | ilian1902/TelerikAcademy | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<h1>Problem 4. Typeof null</h1>
<script src="TypeOfNull.js"></script>
</body>
</html>
|
drivers/CMSIS/docs/Pack/html/packChk.html | ryankurte/stm32f4-base | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>packChk.exe</title>
<title>CMSIS-Pack: packChk.exe</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="cmsis.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="printComponentTabs.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 46px;">
<td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">CMSIS-Pack
 <span id="projectnumber">Version 1.5.0</span>
</div>
<div id="projectbrief">Delivery Mechanism for Software Packs</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<div id="CMSISnav" class="tabs1">
<ul class="tablist">
<script type="text/javascript">
<!--
writeComponentTabs.call(this);
//-->
</script>
</ul>
</div>
<!-- Generated by Doxygen 1.8.6 -->
<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 class="current"><a href="pages.html"><span>Usage and Description</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><!-- 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('packChk.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)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Pages</a></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="headertitle">
<div class="title">packChk.exe </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><b>packChk.exe</b> is a utility for validation of a Software Pack. It operates on the unzipped content of the Software Pack and is located in the directory <b>.\CMSIS\Utilities</b> of the <b>ARM::CMSIS</b> Pack.</p>
<p><b>packChk.exe</b> performs the following operations:</p>
<ul>
<li>Reads the content of the specified *.pdsc file. The path to this *.pdsc file is considered as root directory of the Software Pack.</li>
<li>Verifies the existence of all files in the Software Pack that are referenced in the *.pdsc file.</li>
<li>Checks for presence and correctness of mandatory elements such as <vendor>, <version>, etc.</li>
<li>Optionally, reads other PDSC files to resolve dependencies on <apis>, <boards>, and <conditions>.</li>
<li>Optionally, checks all System View Description files (*.SVD) referenced in the *.pdsc file using SVDConv.exe. Refer to <a href="../../SVD/html/svd_validate_file_pg.html">SVD File Validation</a> for details.</li>
<li>Optionally, verifies the element <url>.</li>
<li>Optionally, creates the standardized name of the Software Pack file for further processing in scripts.</li>
<li>Sets the exit status reflecting the validation result to: <br/>
0 : no errors detected <br/>
1 : errors during validation detected</li>
</ul>
<h2>Operation </h2>
<p><b>packChk.exe</b> is invoked from the command line:<br/>
</p>
<div class="fragment"><div class="line">packChk.exe <pdsc_file> <options></div>
</div><!-- fragment --><p><br/>
</p>
<table class="cmtable" summary="packChk Args">
<tr>
<th><options> </th><th>Short Name </th><th>Description </th></tr>
<tr>
<td>-i <file> </td><td>Check component dependencies </td><td>Reference PDSC file(s) used to resolve component dependencies in conditions. </td></tr>
<tr>
<td>-n <file> </td><td>Write Pack file name </td><td>Write a standardized name for the Software Pack to the specified ASCII file. </td></tr>
<tr>
<td>-s </td><td>Verify SVD files </td><td>Each SVD file referenced in the *.pdsc file is <a href="../../SVD/html/svd_validate_file_pg.html"><b>validated</b></a> with <b>SVDConv.exe</b>. With this option set, <b>SVDConv.exe</b> is invoked from the same directory as <b>packChk.exe</b>. </td></tr>
<tr>
<td>-u <url> </td><td>Pack Server URL </td><td>Verifies that the specified URL matches the <url> element in the *.pdsc file. </td></tr>
<tr>
<td>-v </td><td>Verbose </td><td>Prints extra process information. </td></tr>
<tr>
<td>-x <msg-list> </td><td>Suppress </td><td>Suppress all listed validation messages. You can separate the values with blanks to create a list or repeat the option. Ranges are not allowed. Suppressing validation messages does not affect error and warning counters. For a list of messages refer to <a href="#packchk_valid_msgs"><b>Validation Messages</b></a>. </td></tr>
<tr>
<td>-h/-? </td><td>Help </td><td>Show help. </td></tr>
</table>
<p><b>Examples</b></p>
<p>Run <b>packChk.exe</b> on the package description file called <b>MyVendor.MyPack.pdsc</b>. <b>packChk.exe</b> verifies the file against the Software Pack that is located in the same directory. </p>
<pre class="fragment">packChk.exe MyVendor.MyPack.pdsc
</pre><p>Run <b>packChk.exe</b> on the package description file called <b>MyVendor.MyPack.pdsc</b> in the current directory and try to resolve conditions using the ARM.CMSIS.pdsc file based in another directory. </p>
<pre class="fragment">packChk.exe MyVendor.MyPack.pdsc -i ..\..\PACK\ARM\CMSIS\ARM.CMSIS.pdsc
</pre><p>Run <b>packChk.exe</b> on the package description file called <b>MyVendor.MVCM3.pdsc</b>, verify SVD files, verify the URL to the Pack Server, and generate a ASCII text file with the standardized name of the Software Pack. </p>
<pre class="fragment">packChk.exe "MyVendor.MVCM3.pdsc" -s -u "http://www.myvendor.com/pack" -n packname.txt
</pre><p>Run <b>packChk.exe</b> on the package description file called <b>MyVendor.MVCM3.pdsc</b>. Suppress validation messages M304 and M331. </p>
<pre class="fragment">packChk.exe MyVendor.MVCM3.pdsc -x M304 M331 // messages as a list
packChk.exe MyVendor.MVCM3.pdsc -x M304 -x M331 // option repeated
</pre><h1><a class="anchor" id="packChkMessages"></a>
Error and Warning Messages</h1>
<p>The following table shows the errors and warnings issued by packChk.</p>
<h2>Internal Errors </h2>
<p>If you encounter one of the following errors, please send a problem report via email to <a href="#" onclick="location.href='mai'+'lto:'+'cms'+'is'+'@ar'+'m.'+'com'; return false;">cmsis<span style="display: none;">.nosp@m.</span>@arm<span style="display: none;">.nosp@m.</span>.com</a>.</p>
<table class="cmtable" summary="packChk Internal Msgs">
<tr>
<th>Message Number </th><th>Type </th><th>Description </th><th>Action </th></tr>
<tr>
<td>M100 </td><td>ERROR </td><td>GetModuleHandle failed </td><td>Call support. </td></tr>
<tr>
<td>M101 </td><td>ERROR </td><td>Unknown error! </td><td>Call support. </td></tr>
<tr>
<td>M102 </td><td>ERROR </td><td>MFC initialization failed </td><td>Call support. </td></tr>
<tr>
<td>M103 </td><td>ERROR </td><td>Internal Error: <em>'REF'</em> </td><td>Call support and submit the error message. </td></tr>
<tr>
<td>M104 - M107 </td><td>N.A. </td><td><em>not in use</em> </td><td>— </td></tr>
<tr>
<td>M108 </td><td>ERROR </td><td>Reading PDSC File failed! </td><td>Verify file and folder permissions. Verify whether the file is corrupt or in another folder. Repeat the process. If this error persists, call support. </td></tr>
<tr>
<td>M109 </td><td>ERROR </td><td>Constructing Model failed! </td><td>Building Model based on the PDSC information failed. Repeat the process. If this error persists, call support. </td></tr>
<tr>
<td>M110 </td><td>ERROR </td><td>Verifying Model failed </td><td>Model based verification of the PDCS information failed. Repeat the process. If this error persists, call support. </td></tr>
</table>
<h2>Invocation Errors </h2>
<table class="cmtable" summary="packChk Invocation Msgs">
<tr>
<th>Message Number </th><th>Type </th><th>Description </th><th>Action </th></tr>
<tr>
<td>M200 </td><td>ERROR </td><td>Invalid arguments! </td><td>At least one argument is wrong. Correct the argument. </td></tr>
<tr>
<td>M201 </td><td>ERROR </td><td>Too many arguments! </td><td>The list of arguments is too long. Verify if you have used one argument twice. </td></tr>
<tr>
<td>M202 </td><td>ERROR </td><td>No PDSC input file specified </td><td>Correct the command line. <b>packChk.exe</b> expects a *.pdsc file name as input. </td></tr>
<tr>
<td>M203 </td><td>ERROR </td><td>Error reading PDSC file <em>'PATH/FILENAME'!</em> </td><td>Verify the PDSC file for consistency. </td></tr>
<tr>
<td>M204 </td><td>ERROR </td><td>File not found: <em>'PATH'</em> </td><td>The specified PDSC file could not be found in the <em>PATH</em> displayed in the message. Correct the path or the filename. </td></tr>
<tr>
<td>M205 </td><td>ERROR </td><td>Cannot create Pack Name file <em>'PATH'</em> </td><td>Check the disk space or your permissions. Correct the path name. </td></tr>
<tr>
<td>M206 </td><td>ERROR </td><td>Multiple PDSC files found in package: <em>'FILES'</em> </td><td>Only one PDSC file is allowed in a package. Remove unnecessary PDSC files. The message lists all *.pdsc files found. </td></tr>
<tr>
<td>M207 </td><td>ERROR </td><td>PDSC file name mismatch! <br/>
Expected: <em>'PDSC1.pdsc'</em> <br/>
Actual : <em>'PDSC2.pdsc'</em> </td><td>The PDSC file expected has not been found. Rename or exchange the PDSC file. </td></tr>
<tr>
<td>M208 </td><td>ERROR </td><td>Error calling SVDConv.exe: <em>'PATH'</em> </td><td>SVDConv.exe was not found. Copy the executable into the directory of packChk.exe or enter the path where SVDConv.exe is located. Default is <span class="XML-Token">CMSIS\Utilities</span>. </td></tr>
<tr>
<td>M209 </td><td>ERROR </td><td>Unknown Option: <em>'OPT'</em> </td><td>The command line option entered is not known or invalid. </td></tr>
<tr>
<td>M210 </td><td>ERROR </td><td>Only one input file to be checked is allowed. </td><td>You can only check one PDSC file at a time. </td></tr>
</table>
<p><a class="anchor" id="packchk_valid_msgs"></a></p>
<h2>Validation Messages </h2>
<table class="cmtable" summary="packChk Validation Msgs">
<tr>
<th>Message Number </th><th>Type </th><th>Description </th><th>Action </th></tr>
<tr>
<td>M300 </td><td>ERROR </td><td>The following files are listed in PDSC but not part of the package: <br/>
<em>'PATH'</em>: <br/>
<em>'FILES'</em> </td><td>The files listed should be part of the package. However, these files could not be added to the package. Verify whether the files exist. Verify the file permissions. </td></tr>
<tr>
<td>M301 </td><td>ERROR </td><td>Checking Pack URL of PDSC file failed: <br/>
Expected URL : <em>'URL1'</em> <br/>
Package URL : <em>'URL2'</em> </td><td>The URL entered in the package does not match the value entered for comparison. Change the URL in the package. Check for possible misspellings of <em>URL1</em>. </td></tr>
<tr>
<td>M302 </td><td>ERROR</td><td>No vendor tag found in the PDSC file! Add the <vendor> tag and provide the vendor name. For example: <code><vendor>Keil</vendor></code>. </td><td>No vendor entered in the PDSC file. Enter the tag <span class="XML-Token"><vendor></span> and add the vendor name. Refer to <a class="el" href="pdsc_package_pg.html#element_package">/package</a>. </td></tr>
<tr>
<td>M303 </td><td>ERROR</td><td>No package name found in the PDSC file! Add the <name> tag and provide the package name. For example: <code><name>MCU-Name_DFP</name></code>. </td><td>No package name found in the PDSC file. Enter the tag <span class="XML-Token"><name></span> and add the package name. For example <span class="XML-Token"><name>MCU-Name_DFP</name></span>. The package name is mandatory to create the package. Refer to <a class="el" href="pdsc_package_pg.html#element_package">/package</a>. </td></tr>
<tr>
<td>M304 </td><td>ERROR </td><td>No package URL (<url>-tag and/or value) found in PDSC file! </td><td>Add the tag <span class="XML-Token"><url></span> and enter a URL in the PDSC file. The URL points to the web page from which users can download the package. Refer to <a class="el" href="pdsc_package_pg.html#element_package">/package</a>. </td></tr>
<tr>
<td>M305 </td><td>ERROR</td><td>No package version ("version"-attribute in a <release>-tag) found in PDSC file! </td><td>No version or release information found in the PDSC file. Add the attribute <span class="XML-Token">version</span> to the tag <span class="XML-Token"><release></span> and enter the version number. Refer to <a class="el" href="element_releases.html#element_release">/package/releases/release</a>. </td></tr>
<tr>
<td>M306 </td><td>ERROR</td><td>No package description found in the PDSC file. Add the <description>-tag and provide a descriptive text. </td><td>No package description was found in the PDSC file. Enter the tag <span class="XML-Token"><description></span> and briefly describe the package content. Refer to <a class="el" href="pdsc_package_pg.html#element_package">/package</a>. </td></tr>
<tr>
<td>M307 </td><td>ERROR </td><td>Checking SVD file <em>'PATH'</em> failed! </td><td>Verify the consistency of the *.SVD file. Refer to <a href="../../SVD/html/svd_validate_file_pg.html">SVD File Validation</a>. </td></tr>
<tr>
<td>M308 </td><td>ERROR </td><td>SVD file <em>'PATH'</em> not found. Add the SVD file or correct the PDSC entry. </td><td>The *.SVD file was not found in the path specified in the message. Add the SVD file or correct the entry in the *.pdsc file. </td></tr>
<tr>
<td>M309 </td><td>ERROR </td><td>Cannot read file information: <em>'PATH'</em>. </td><td>Access to the file specified failed. Verify permissions and spelling. </td></tr>
<tr>
<td>M310 </td><td>ERROR </td><td>Filename mismatch (case sensitive):<br/>
PDSC name : <em>'PDSC_FILENAME'</em> <br/>
Filename : <em>'SYSTEM'</em> </td><td>Filenames are case sensitive. Correct spelling. </td></tr>
<tr>
<td>M323 </td><td>ERROR </td><td>File/Path not found: <em>'PATH'</em> </td><td>The file or path entered in the PDSC file could not be found. Verify the path information. </td></tr>
<tr>
<td>M324 </td><td>ERROR </td><td>Board referenced in Example <em>'EXAMPLE'</em> is undefined: <em>'VENDOR'</em> : <em>'BOARD'</em> </td><td>The board referenced in the example application could not be found. Define the board (<a class="el" href="pdsc_boards_pg.html#element_board">/package/boards/board</a>) or correct the reference information (<a class="el" href="pdsc_examples_pg.html#element_example_board">/package/examples/example/board</a>). </td></tr>
<tr>
<td>M325 </td><td>ERROR </td><td>Board <em>'NAME'</em> redefined, already defined in Line <em>'LINE'</em>: <em>'PATH'</em> </td><td>This board has been defined already in the line <em>'LINE'</em> of the file <em>'PATH'</em>. Verify and remove one of the board definitions. </td></tr>
<tr>
<td>M326 </td><td>ERROR </td><td>Path is not conformant: <em>'PATH'</em>: Absolute Paths or Drive references are not allowed, use Paths relative to PDSC file. </td><td>The path needs to be relative to the PDSC file so that a dependency of a certain file system does not occur. </td></tr>
<tr>
<td>M327 </td><td>ERROR </td><td>Path is not conformant: <em>'PATH'</em>: Backslashes are not recommended, use forward slashes. </td><td>Paths to files should adhere to the POSIX standard using forward slashes (/). </td></tr>
<tr>
<td>M328 </td><td>ERROR </td><td>Version not set for Release Information <em>'DESCR'</em> </td><td>The release defined through the description <em>'DESCR'</em> requires the attribute <span class="XML-Token"><version></span>. Refer to <a class="el" href="element_releases.html#element_release">/package/releases/release</a>. </td></tr>
<tr>
<td>M329 </td><td>ERROR </td><td>Description not set for Release Information <em>'VER'</em> </td><td>The release defined through the version <em>'VER'</em> needs a description. Refer to <a class="el" href="element_releases.html#element_release">/package/releases/release</a>. </td></tr>
<tr>
<td>M330 </td><td>ERROR </td><td>Condition redefined: <em>'COND'</em>, already defined in Line <em>'LINE'</em> </td><td>The condition has been defined already in a previous line. Correct the condition name, or remove the duplicate. </td></tr>
<tr>
<td>M331 </td><td>WARNING </td><td>Condition unused: <em>'COND'</em> </td><td>The condition has been defined but not used further. Remove the condition or add condition rules. Refer to <a class="el" href="pdsc_conditions_pg.html#element_condition">/package/conditions/condition</a>. </td></tr>
<tr>
<td>M332 </td><td>ERROR </td><td>Condition undefined: <em>'COND'</em> </td><td>A condition has been used but not defined. Correct the name of the condition or define the missing condition. Refer to <a class="el" href="pdsc_conditions_pg.html#element_condition">/package/conditions/condition</a>. </td></tr>
<tr>
<td>M333 </td><td>WARNING </td><td>Component has no condition: Cclass= <em>'CCLASS'</em>, Cgroup= <em>'CGROUP'</em>, <em>Csub='CSUB'</em>, <em>Cversion=</em> 'CVER' </td><td>The component defined has no condition. If the component has restrictions, then add a condition to the component definition. Refer to <a class="el" href="pdsc_components_pg.html#element_component">/package/components/.../component</a>. </td></tr>
<tr>
<td>M334 </td><td>WARNING </td><td>Config File has no version: <em>'PATH'</em> </td><td>Add version information to the configuration file. </td></tr>
<tr>
<td>M335 </td><td>WARNING </td><td>Component declared as 'Board Support' has no ref to a device: Cclass= <em>'CCLASS'</em>, Cgroup= <em>'CGROUP'</em>, Cversion= <em>'CVER'</em> </td><td>A component defined as 'board support' needs a reference to a device. Add a device or correct the component definition. Refer to attribute <em>Cclass</em> of <a class="el" href="pdsc_components_pg.html#element_component">/package/components/.../component</a> and <a class="el" href="pdsc_boards_pg.html#element_board_mountedDevice">/package/boards/board/mountedDevice</a>. </td></tr>
<tr>
<td>M336 </td><td>WARNING </td><td>No reference to a device or device not found: Cclass= <em>'CCLASS'</em>, Cgroup= <em>'CGROUP'</em>, Cversion= <em>'CVER'</em> </td><td>Define the device <a class="el" href="pdsc_family_pg.html#element_device">/package/devices/family/../device</a> or correct the information about the device in the reference. </td></tr>
<tr>
<td>M337 </td><td>WARNING </td><td>File with category <em>'CAT'</em> has wrong extension <em>'EXT'</em>: <em>'PATH'</em> </td><td>The extension of the file does not match the file category. Verify the extension to match the category. Refer to <a class="el" href="pdsc_components_pg.html#element_file">/package/.../files/file</a>. </td></tr>
<tr>
<td>M338 </td><td>WARNING </td><td>No releases found. </td><td>The PDSC file is missing release information. Add <span class="XML-Token"><release></span> information to the file. Refer to <a class="el" href="element_releases.html">/package/releases element</a>. </td></tr>
<tr>
<td>M339 </td><td>WARNING </td><td>Include Path <em>'PATH'</em> must not be a file! </td><td>The path specified contains a filename. Correct the path infomation and remove the filename. </td></tr>
<tr>
<td>M340 </td><td>WARNING </td><td>Include Path <em>'PATH'</em> must end with '/' or '\' </td><td>Include paths must end with a slash or backslash. Verify and correct the path name. </td></tr>
<tr>
<td>M341 </td><td>WARNING </td><td>File with <em>'COMP'</em> dependency must have extension <em>'EXT'</em> : <em>'PATH'</em> </td><td>A file defining component dependencies must have the extension mentioned in the message. Verify the settings and correct the file extension. </td></tr>
<tr>
<td>M342 </td><td>WARNING </td><td>File with attribute <em>'ATTR'</em> must not have category <em>'CAT'</em>: <em>'PATH'</em> </td><td>A file with the attribute mentioned in the message must not have the category specified. Correct the attribute or the category.Refer to <a class="el" href="pdsc_components_pg.html#element_file">/package/.../files/file</a>. </td></tr>
<tr>
<td>M343 </td><td>WARNING </td><td>File with attribute <em>'ATTR'</em> requires <em>'ATTR2'</em> attribute: <em>'PATH'</em> </td><td>A file with the attribute <em>'ATTR'</em> requires another attribute <em>'ATTR2'</em>. Add the required attribute or correct attribute <em>'ATTR'</em>. Refer to <a class="el" href="pdsc_components_pg.html#element_file">/package/.../files/file</a>. </td></tr>
<tr>
<td>M344 </td><td>WARNING </td><td>File shall have condition containing <em>'COND'</em>: <em>'PATH'</em> </td><td>The file should have a condition. Define a condition in the file specified in the message. </td></tr>
<tr>
<td>M345 </td><td>WARNING </td><td>URL not found : <em>'URL'</em> </td><td>The specified URL could not be found. Correct the URL. Refer to <a class="el" href="pdsc_package_pg.html#element_package">/package</a>. </td></tr>
<tr>
<td>M346 </td><td>WARNING </td><td>Referenced device(s) in <em>'BOARD'</em> not found: <em>'DEVICE'</em> </td><td>The device or devices specified for the board could not be found. Verify and correct the device name or the board name. Refer to <a class="el" href="pdsc_boards_pg.html#element_board_mountedDevice">/package/boards/board/mountedDevice</a> and <a class="el" href="pdsc_boards_pg.html#element_board_compatibleDevice">/package/boards/board/compatibleDevice</a>. </td></tr>
<tr>
<td>M347 </td><td>WARNING </td><td>Generator ID in Component Cclass= <em>'CCLASS'</em>, Cgroup= <em>'CGROUP'</em>, Cversion= <em>'CVER'</em> is undefined: <em>'GENID'</em> </td><td>The generator ID used in the component could not be found. Verify and correct the generator ID (<a class="el" href="pdsc_components_pg.html#element_component">/package/components/.../component</a>), or define the generator ID (ref <a class="el" href="pdsc_generators_pg.html#element_generator">/package/generators/generator</a>). </td></tr>
<tr>
<td>M348 </td><td>WARNING </td><td>Feature redefined for <em>'MCU'</em>, see Line <em>'REF_LINE'</em>: <em>'FEATURE'</em> </td><td>This feature <em>'FEATURE'</em> has been defined already on the same level in line <em>'REF_LINE'</em>. The feature characteristics defined on line <em>'LINE'</em> overwrite those from <em>'REF_LINE'</em>. Correct the feature (<a class="el" href="pdsc_family_pg.html#element_feature">/package/devices/family/.../feature</a>). </td></tr>
<tr>
<td>M349 </td><td>WARNING </td><td>Examples found, but no board description(s) found </td><td>Example projects have been found for a board that was not defined. Correct the entry for the examples (<a class="el" href="pdsc_examples_pg.html#element_example_board">/package/examples/example/board</a>) or define the board (<a class="el" href="pdsc_boards_pg.html#element_board">/package/boards/board</a>). </td></tr>
<tr>
<td>M350 </td><td>WARNING </td><td>No <em>'COMP'</em> found for <em>'VENDOR'</em> : <em>'MCU'</em> (<em>'COMPILER'</em>) </td><td>The package (<a class="el" href="pdsc_package_pg.html#element_package">/package</a>) defines a Vendor-MCU combination for which no component was defined. Define a component (<a class="el" href="pdsc_components_pg.html#element_component">/package/components/.../component</a>) or verify the <em>'VENDOR'</em> - <em>'MCU'</em> settings. </td></tr>
<tr>
<td>M351 </td><td>WARNING </td><td>Component <em>'COMP'</em> (<em>'COMPID'</em>) error for <em>'VENDOR'</em>: <em>'MCU'</em> ( <em>'COMPILER'</em>): <em>'MSG'</em> </td><td>An unspecified error was found for the component. The message might give detailed information about the error. </td></tr>
<tr>
<td>M352 </td><td>WARNING </td><td>No Directories/Files found for <em>'COMP'</em> (<em>'COMPID'</em>) for <em>'VENDOR'</em>: <em>'MCU'</em> (<em>'COMPILER'</em>) </td><td>No files or directories could be found for the defined component. Add the missing information. Refer to <a class="el" href="pdsc_components_pg.html#element_files">/package/.../files</a>. </td></tr>
<tr>
<td>M353 </td><td>WARNING </td><td>No <em>'FILECAT'</em> File found for Component <em>'COMP'</em> (<em>'COMPID'</em>) for <em>'VENDOR'</em> : <em>'MCU'</em> (<em>'COMPILER'</em>) </td><td>No file with the mentioned file category was found for the component. Verify whether the file exists or correct the information. Refer to attribute <em>category</em> in <a class="el" href="pdsc_components_pg.html#element_file">/package/.../files/file</a>. </td></tr>
<tr>
<td>M354 </td><td>WARNING </td><td>Multiple <em>'FILECAT'</em> Files found for Component <em>'COMP'</em> (<em>'COMPID'</em>) for <em>'VENDOR'</em> : <em>'MCU'</em> (<em>'COMPILER'</em>) </td><td>Multiple files with the mentioned file category were found for the specified component. Verify and rename the files, or correct the component settings (<a class="el" href="pdsc_components_pg.html#element_file">/package/.../files/file</a>). </td></tr>
<tr>
<td>M355 </td><td>WARNING </td><td>No <em>'FILECAT'</em> Directory found for Component <em>'COMP'</em> (<em>'COMPID'</em>) for <em>'VENDOR'</em> : <em>'MCU'</em> (<em>'COMPILER'</em>) </td><td>The directory specified for the file category was not found. Correct the information in the component settings (<a class="el" href="pdsc_components_pg.html#element_component">/package/components/.../component</a>). </td></tr>
<tr>
<td>M356 </td><td>WARNING </td><td>Multiple <em>'FILECAT'</em> Directories found for Component <em>'COMP'</em> (<em>'COMPID'</em>) for <em>'VENDOR'</em> : <em>'MCU'</em> (<em>'COMPILER'</em>) </td><td>Multiple directories were found for the same file category in the specified component. Remove obsolete information or correct the component settings. </td></tr>
<tr>
<td>M358 </td><td>WARNING </td><td>Header File <em>'HFILE'</em> for <em>'CFILE'</em> missing for Component <em>'COMP'</em> (<em>'COMPID'</em>) for <em>'VENDOR'</em> : <em>'MCU'</em> (<em>'COMPILER'</em>) </td><td>The header file defined for the component could not be found. Verify the header file settings (<a class="el" href="pdsc_components_pg.html#element_file">/package/.../files/file</a>) or whether the file exists. </td></tr>
<tr>
<td>M359 </td><td>WARNING </td><td>Family has no Device(s) or Subfamilies: <em>'FAMILY'</em> </td><td>The device family has no devices or subfamilies. Add the missing information (<a class="el" href="pdsc_family_pg.html#element_family">/package/devices/family</a>). </td></tr>
<tr>
<td>M360 </td><td>WARNING </td><td>Subfamily has no Device(s): <em>'SUBFAMILY'</em> </td><td>Add the missing information. Refer to <a class="el" href="pdsc_family_pg.html#element_subFamily">/package/devices/family/subFamily</a>. </td></tr>
<tr>
<td>M361 </td><td>WARNING </td><td>Generator ID in Taxonomy Cclass= <em>'CCLASS'</em>, Cgroup= <em>'CGROUP'</em> is undefined: <em>'GENID'</em> </td><td>The generator ID used in the taxonomy is not defined. Define or correct the generator ID (<a class="el" href="element_taxonomy.html">/package/taxonomy element</a>). </td></tr>
<tr>
<td>M362 </td><td>WARNING </td><td>Not all Component Dependencies for Cclass= <em>'CCLASS'</em>, Cgroup= <em>'CGROUP'</em>, Csub= <em>'CSUB'</em>, Cversion= <em>'CVER'</em>, Capiversion= <em>'APIVER'</em> can be resolved. <br/>
RTE Model reports: <em>'MSG'</em> </td><td>Some of the component dependencies could not be resolved. The message might contain additional information. Verify and correct component definition and dependency information. Refer to <a class="el" href="pdsc_components_pg.html#element_component">/package/components/.../component</a> attribute <em>condition</em>. </td></tr>
<tr>
<td>M363 </td><td>WARNING </td><td>No API defined for Component Cclass= <em>'CCLASS'</em>, Cgroup= <em>'CGROUP'</em>, Csub= <em>'CSUB'</em>, Cversion= <em>'CVER'</em>, Capiversion= <em>'APIVER'</em> </td><td>The package is missing the API information for the specified component. Refer to <a class="el" href="pdsc_apis_pg.html#element_apis">/package/apis</a>. </td></tr>
<tr>
<td>M364 </td><td>WARNING </td><td>No Devices for Condition <em>'COND'</em> available. </td><td>The specified condition refers to a device that does not exist. Define the device (<a class="el" href="pdsc_family_pg.html#element_device">/package/devices/family/../device</a>) or correct the information for the condition (<a class="el" href="pdsc_conditions_pg.html#element_condition">/package/conditions/condition</a>). </td></tr>
<tr>
<td>M365 </td><td>ERROR </td><td>Redefined DEVTYPE <em>'MCU'</em> found, see Line <em>LINE</em> </td><td>Remove duplicate device/variant entries. </td></tr>
<tr>
<td>M366 </td><td>ERROR </td><td>Redefined DEVTYPEEXIST as DEVTYPE <em>'MCU'</em> found, see Line <em>LINE</em> </td><td>Device has been redefined as variant or vice versa. Remove duplicate device/variant entries. </td></tr>
<tr>
<td>M368 </td><td>INFO </td><td>Redefined TYPEEXISTING as TYPE <em>'NAME'</em> found, see Line <em>LINE</em> </td><td>Family/subfamily/device/variant has been redefined as different type. </td></tr>
<tr>
<td>M369 </td><td>INFO </td><td>Feature is already defined for <em>'DEVICE'</em> and will be added, see Line <em>'LINE'</em>: <em>'FEATURE'</em>. </td><td>This feature <em>'FEATURE'</em> has been defined already on a higher level and as such it gets added to this <em>'DEVICE'</em>. This is usually done when some devices have a higher number of basic features. Correct the feature (<a class="el" href="pdsc_family_pg.html#element_feature">/package/devices/family/.../feature</a>) if this is a typo. </td></tr>
<tr>
<td>M370 </td><td>WARNING </td><td>URL is not conformant: <em>'URL'</em>:<br/>
Backslashes are not allowed in URL, use forward slashes. </td><td>Use standard URL notation using forward slashes (/). </td></tr>
<tr>
<td>M371 </td><td>ERROR </td><td><em>'SECTION'</em> Feature for <em>'MCU'</em>: <em>'FEATURE'</em> unknown. </td><td>This feature <em>'FEATURE'</em> is unknwon to the specified <em>'MCU'</em>. Correct the feature (<a class="el" href="pdsc_family_pg.html#element_feature">/package/devices/family/.../feature</a>) if this is a typo. </td></tr>
<tr>
<td>M372 </td><td>ERROR </td><td><em>'SECTION'</em> Feature for <em>'MCU'</em>: <em>'FEATURE'</em> misspelled, did you mean <em>'KNOWNFEATURE'</em> (<em>'DESCR'</em>). </td><td>This feature <em>'FEATURE'</em> resembles the feature <em>'KNOWNFEATURE'</em>. Correct the feature (<a class="el" href="pdsc_family_pg.html#element_feature">/package/devices/family/.../feature</a>) if this is a typo. </td></tr>
<tr>
<td>M373 </td><td>ERROR </td><td>Unsupported Schema Version: <em>'VER'</em>. </td><td>The schema version is not supported. Verify the attribute <span class="XML-Token">schemaVersion</span> of the element <a class="el" href="pdsc_package_pg.html#element_package">/package</a>. </td></tr>
<tr>
<td>M374 </td><td>ERROR </td><td>While checking Feature for <em>'MCU'</em>: Pname <em>'CPU'</em> not found. </td><td>The processor could not be found for the specified device. Refer to <a class="el" href="pdsc_family_pg.html#element_device">/package/devices/family/../device</a> and <a class="el" href="pdsc_family_pg.html#element_processor">/package/devices/family/.../processor</a>. </td></tr>
<tr>
<td>M375 </td><td>ERROR </td><td><em>'path/pdsc_file'</em>: No <mountedDevice> for board <em>'BOARD'</em> found. </td><td>If a board element does not contain a <mountedDevice> element, then the examples for this board are not shown and example projects may not appear in the development tools. Refer to <a class="el" href="pdsc_boards_pg.html#element_board_mountedDevice">/package/boards/board/mountedDevice</a> of <a class="el" href="pdsc_boards_pg.html#element_boards">/package/boards</a>. </td></tr>
<tr>
<td>M376 </td><td>ERROR </td><td>Schema Version not set! </td><td>Set a valid schema version in the PDSC file. </td></tr>
<tr>
<td>M377 </td><td>INFO </td><td>File <em>'NAME'</em> <em>TYPE</em> must have <em>'attr="config"'</em> </td><td>This file has to be configurable. Add the required attribute to achieve this. </td></tr>
</table>
<h2>XML Reader Errors </h2>
<table class="cmtable" summary="packChk XML Reader Msgs">
<tr>
<th>Message Number </th><th>Type </th><th>Description </th><th>Action </th></tr>
<tr>
<td>M401 </td><td>INFO </td><td>Did you mean <em>'TAG'</em>? </td><td>Specify the tag to be used. </td></tr>
<tr>
<td>M410 </td><td>WARNING </td><td>Lost xml file stream. </td><td>File corrupted. </td></tr>
<tr>
<td>M411 </td><td>WARNING </td><td>Preamble for <em>'UTF'</em> should not be used, specify via '<?xml' </td><td>Specify encoding as UTF-8 only, without BOM. </td></tr>
<tr>
<td>M412 </td><td>WARNING </td><td>Unsupported format or extra characters found before '<?xml': <em>'TEXT'</em> </td><td>Correct the XML file. </td></tr>
<tr>
<td>M413 </td><td>WARNING </td><td>UTF Format not supported: <em>'UTF'</em> </td><td>Select another UTF format. </td></tr>
<tr>
<td>M414 </td><td>ERROR </td><td>Cannot decode XML special character: <em>'SPECIALCHAR'</em>. </td><td>Correct the XML file. </td></tr>
<tr>
<td>M415 </td><td>ERROR </td><td>'<–' found, should this be a comment '<!–' ? </td><td>Looks like a misspelled comment. </td></tr>
<tr>
<td>M416 </td><td>ERROR </td><td>Begin Tag seems to end with a Single Tag. Is this a typo? </td><td>Correct the XML file. </td></tr>
<tr>
<td>M417 </td><td>ERROR </td><td>Inconsistent XML Structure </td><td>Correct the XML file. </td></tr>
<tr>
<td>M418 </td><td>ERROR </td><td>XML Stack deeper than 30 Items! Giving up. </td><td>Reduce the nested nodes. </td></tr>
<tr>
<td>M419 </td><td>ERROR </td><td>Begin Tag follows Text. Missing End Tag? </td><td>Correct the XML file. </td></tr>
<tr>
<td>M420 </td><td>ERROR </td><td>Missing quotes (") in Attributes: <em>'ATTRLINE'</em> </td><td>Correct the XML file. Enclose values in <span class="XML-Token">" "</span>. </td></tr>
<tr>
<td>M421 </td><td>ERROR </td><td>XML Hierarchy Error: Missing End Tags. </td><td>Correct the XML file. Verify for enclosing or nested tags. </td></tr>
<tr>
<td>M422 </td><td>ERROR </td><td>Error reading file <em>'NAME'</em> </td><td>File could not be read. </td></tr>
</table>
<h2>Model Errors </h2>
<table class="cmtable" summary="packChk Model Msgs">
<tr>
<th>Message Number </th><th>Type </th><th>Description </th><th>Action </th></tr>
<tr>
<td>M500 </td><td>TEXT </td><td>RTE Model reports: <em>MSG</em> </td><td>Error while preparing data. See massage for more details. </td></tr>
<tr>
<td>M502 </td><td>TEXT </td><td>RTE Model reports: #error <em>NUM:</em> <em>NAME</em> : <em>MSG</em> </td><td>Additional software components required. </td></tr>
<tr>
<td>M504 </td><td>TEXT </td><td>RTE Model reports: MISSING: – <em>SPACE</em> <em>NAME</em> </td><td>Add the missing component. </td></tr>
</table>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="createPackUtil.html">Utilities for Creating Packs</a></li>
<li class="footer">Generated on Wed Aug 1 2018 17:12:42 for CMSIS-Pack by Arm Ltd. All rights reserved.
<!--
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6
-->
</li>
</ul>
</div>
</body>
</html>
|
ePF_API_doxy-0.1.x-dev/html/ep___a_p_i_8php.html | veriKami/ePF_API_doc | <!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.3.1"/>
<title>ePF_API: Dokumentacja pliku ep_API.php</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">ePF_API
 <span id="projectnumber">0.x.x-dev</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Wygenerowano przez Doxygen 1.8.3.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Szukaj');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Strona główna</span></a></li>
<li><a href="pages.html"><span>Dodatkowe strony</span></a></li>
<li><a href="annotated.html"><span>Struktury Danych</span></a></li>
<li class="current"><a href="files.html"><span>Pliki</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="Szukaj" 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="files.html"><span>Lista plików</span></a></li>
<li><a href="globals.html"><span>Globalne</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('ep___a_p_i_8php.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)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Struktury Danych</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Pliki</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Funkcje</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Zmienne</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Strony</a></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="#var-members">Zmienne</a> </div>
<div class="headertitle">
<div class="title">Dokumentacja pliku ep_API.php</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Zmienne</h2></td></tr>
<tr class="memitem:a10137df287727ac9084e9687ab25755c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="ep___a_p_i_8php.html#a10137df287727ac9084e9687ab25755c">$autoloader</a> = new <a class="el" href="classep___autoloader.html">ep_Autoloader</a>()</td></tr>
<tr class="separator:a10137df287727ac9084e9687ab25755c"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Dokumentacja zmiennych</h2>
<a class="anchor" id="a10137df287727ac9084e9687ab25755c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">$autoloader = new <a class="el" href="classep___autoloader.html">ep_Autoloader</a>()</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_7e4f5ff0c6511ff780e8238da5e421a7.html">ePF_API</a></li><li class="navelem"><a class="el" href="ep___a_p_i_8php.html">ep_API.php</a></li>
<li class="footer">Wygenerowano Pt, 15 lut 2013 11:46:23 dla ePF_API programem
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.3.1 </li>
</ul>
</div>
</body>
</html>
|
app/partials/app.html | matthewkol186/WebPlaylist | <div>
<a href ng-click="store.inlist = !(store.inlist)" class="backbutton">back</a>
<h1 id="title"> weblistr</h1>
<div>
<ul id = "links" >
<li ng-repeat="product in store.multilist[store.numon]">
<div>
<h2> {{(store.multilist[store.numon].indexOf(product)+1)}} </h2>
<a href ng-click="store.remove(store.multilist[store.numon].indexOf(product))"> x </a>
</div>
<h1>{{store.shorten(product.name)}}<h1>
<p>{{store.shortenlong(product.url)}}</p>
</li>
</ul>
</div>
<div id = "add" ng-controller="AddController as add">
<a href ng-click="add.setClick()">add site </a>
<a id = "play" href ng-click="store.play()">play</a>
<form name = "AddSite" ng-show="add.clicked" ng-submit="AddSite.$valid &&add.addSite(store.multilist, store.numon)" novalidate>
<h2>New Site </h2>
<fieldset class="form-group">
<input type="text" required ng-model="add.site.name" class="form-control" placeholder="Example Title" title="Title"/>
</fieldset>
<fieldset class="form-group">
<input site type="text" required ng-model="add.site.url" class="form-control" placeholder="example.com" title="URL"/>
</fieldset>
<fieldset class="form-group">
<textarea ng-model="add.site.notes" class="form-control" placeholder="Write comments about the site here..." title="Comments"></textarea>
</fieldset>
<fieldset class="form-group">
<input type="submit" class="btn btn-primary pull-right" value="add site"/>
</fieldset>
</form>
</div>
</div> |
src/components/channels.css | jnmorse/freecodecamp-twitchtv | .container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
gap: 1.5rem;
}
.onlineContainer {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(30em, 1fr));
gap: 1.5rem;
padding-bottom: 1em;
border-bottom: 2px solid hsl(200, 50%, 30%);
margin-bottom: 1em;
}
|
doc/jdk6_cn/org/omg/IOP/class-use/TaggedComponentHolder.html | piterlin/piterlin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-beta2) on Mon Mar 19 19:32:35 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
类 org.omg.IOP.TaggedComponentHolder 的使用 (Java Platform SE 6)
</TITLE><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<META NAME="date" CONTENT="2007-03-19">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="类 org.omg.IOP.TaggedComponentHolder 的使用 (Java Platform SE 6)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/omg/IOP/TaggedComponentHolder.html" title="org.omg.IOP 中的类"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/omg/IOP//class-useTaggedComponentHolder.html" target="_top"><B>框架</B></A>
<A HREF="TaggedComponentHolder.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>类 org.omg.IOP.TaggedComponentHolder<br>的使用</B></H2>
</CENTER>
没有 org.omg.IOP.TaggedComponentHolder 的用法
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>软件包</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/omg/IOP/TaggedComponentHolder.html" title="org.omg.IOP 中的类"><FONT CLASS="NavBarFont1"><B>类</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>使用</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>索引</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> Platform<br>Standard Ed. 6</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
上一个
下一个</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/omg/IOP//class-useTaggedComponentHolder.html" target="_top"><B>框架</B></A>
<A HREF="TaggedComponentHolder.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://bugs.sun.com/services/bugreport/index.jsp">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="http://java.sun.com/javase/6/webnotes/devdocs-vs-specs.html">Java SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="http://java.sun.com/javase/6/docs/legal/license.html">许可证条款</a>。另请参阅<a href="http://java.sun.com/docs/redist.html">文档重新分发政策</a>。</font>
</BODY>
</HTML>
|
chapter6/flask/pset2/templates/caesar.html | cs50sacramento/source-code-1617 | {% extends "layout.html" %}
{% block title %}
Caesar
{% endblock %}
{% block main %}
<p>
Enter the text you would like to encrypt and the shift number:
</p>
<form action="{{ url_for('caesar') }}" method="post">
<fieldset>
<div class="form-group">
<input name="plaintext" type="text" size="100" placeholder="Text to encrypt">
<input name="shift" type="number" min="1" value="13">
</div>
<div class="form-group">
<button class="btn btn-default" type="submit">
<span aria-hidden="true" class="glyphicon glyphicon-log-in"></span>
Encrypt
</button>
</div>
</fieldset>
</form>
{% endblock %}
|
doc/hu/szabot/transloadit/package-tree.html | szabot0412/transloadit-Android-sdk | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="hu">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Fri Feb 07 12:16:31 CET 2014 -->
<title>hu.szabot.transloadit Class Hierarchy</title>
<meta name="date" content="2014-02-07">
<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="hu.szabot.transloadit Class Hierarchy";
}
//-->
</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>Use</li>
<li class="navBarCell1Rev">Tree</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><a href="../../../hu/szabot/transloadit/assembly/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?hu/szabot/transloadit/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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 class="title">Hierarchy For Package hu.szabot.transloadit</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/ApiData.html" title="class in hu.szabot.transloadit"><span class="strong">ApiData</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/BuildConfig.html" title="class in hu.szabot.transloadit"><span class="strong">BuildConfig</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/R.html" title="class in hu.szabot.transloadit"><span class="strong">R</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/R.attr.html" title="class in hu.szabot.transloadit"><span class="strong">R.attr</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/R.dimen.html" title="class in hu.szabot.transloadit"><span class="strong">R.dimen</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/R.drawable.html" title="class in hu.szabot.transloadit"><span class="strong">R.drawable</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/R.id.html" title="class in hu.szabot.transloadit"><span class="strong">R.id</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/R.layout.html" title="class in hu.szabot.transloadit"><span class="strong">R.layout</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/R.menu.html" title="class in hu.szabot.transloadit"><span class="strong">R.menu</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/R.string.html" title="class in hu.szabot.transloadit"><span class="strong">R.string</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/R.style.html" title="class in hu.szabot.transloadit"><span class="strong">R.style</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/Transloadit.html" title="class in hu.szabot.transloadit"><span class="strong">Transloadit</span></a> (implements hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/ITransloadit.html" title="interface in hu.szabot.transloadit">ITransloadit</a>)</li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/TransloaditRequest.html" title="class in hu.szabot.transloadit"><span class="strong">TransloaditRequest</span></a> (implements hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/IApiRequest.html" title="interface in hu.szabot.transloadit">IApiRequest</a><T>)</li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/TransloaditResponse.html" title="class in hu.szabot.transloadit"><span class="strong">TransloaditResponse</span></a> (implements hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/IApiResponse.html" title="interface in hu.szabot.transloadit">IApiResponse</a>)</li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/IApiRequest.html" title="interface in hu.szabot.transloadit"><span class="strong">IApiRequest</span></a><T></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/IApiResponse.html" title="interface in hu.szabot.transloadit"><span class="strong">IApiResponse</span></a></li>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/ITransloadit.html" title="interface in hu.szabot.transloadit"><span class="strong">ITransloadit</span></a></li>
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
<ul>
<li type="circle">hu.szabot.transloadit.<a href="../../../hu/szabot/transloadit/IApiRequest.RequestMethod.html" title="enum in hu.szabot.transloadit"><span class="strong">IApiRequest.RequestMethod</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</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><a href="../../../hu/szabot/transloadit/assembly/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?hu/szabot/transloadit/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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>
|
mirror/prvCode_07/cityCode_002-areaCode_04-deptCode_003/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_002-areaCode_04-deptCode_003-liCode_0108.html | g0v/projectV |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 選舉資料查詢 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script type="text/javascript">
function AddToFaves_hp() {
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
</script>
</head>
<body class="frame">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題:選舉資料庫網站 -->
<div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;">
<div style="float: left;">
<img src="http://db.cec.gov.tw/images/main_title.gif" />
</div>
<div style="width: 100%; height: 48px;">
<div style="text-align: center;">
<img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span
style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw"
style="text-decoration: none;">回中選會網站</a>
</span>
</div>
</div>
<div style="width: 100%; height: 8px; background-color: #fde501;">
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 頁籤 -->
<div
style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;">
<div style="text-align: center;">
<a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a>
<a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a>
<!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> -->
<!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> -->
<a href="histQuery.jsp?voteCode=20120101T1A2&qryType=ctks&prvCode=06&cityCode=002&areaCode=04&deptCode=003&liCode=0108#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a>
<a href="mailto:info@cec.gov.tw;ytlin@cec.gov.tw"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a>
</div>
</div>
<div
style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;">
</div>
<div class="query">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 子頁面:查詢候選人得票數 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題 -->
<div class="titlebox">
<div class="title">
<div class="head">第 08 屆 立法委員選舉(區域) 候選人得票數</div>
<div class="date">投票日期:中華民國101年01月14日</div>
<div class="separator"></div>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 查詢:候選人得票數,縣市多選區,如區域立委 -->
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" />
<!-- 投開票所表頭 -->
<table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" >
<tr class="title">
<td nowrap align="center">地區</td>
<td nowrap align="center">姓名</td>
<td nowrap align="center">號次</td>
<td nowrap align="center">得票數</td>
<td nowrap align="center">得票率</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=4 align=center>桃園縣第04選區桃園市龍山里第0616投開票所</td>
<td nowrap align="center">黃興國</td>
<td nowrap align="center">1</td>
<td nowrap align="right">1</td>
<td nowrap align="right"> 0.13%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">陳叡德</td>
<td nowrap align="center">2</td>
<td nowrap align="right">4</td>
<td nowrap align="right"> 0.52%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">黃適卓</td>
<td nowrap align="center">3</td>
<td nowrap align="right">313</td>
<td nowrap align="right"> 41.23%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">楊麗環</td>
<td nowrap align="center">4</td>
<td nowrap align="right">441</td>
<td nowrap align="right"> 58.10%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=4 align=center>桃園縣第04選區桃園市龍山里第0617投開票所</td>
<td nowrap align="center">黃興國</td>
<td nowrap align="center">1</td>
<td nowrap align="right">1</td>
<td nowrap align="right"> 0.12%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">陳叡德</td>
<td nowrap align="center">2</td>
<td nowrap align="right">8</td>
<td nowrap align="right"> 0.99%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">黃適卓</td>
<td nowrap align="center">3</td>
<td nowrap align="right">305</td>
<td nowrap align="right"> 38.02%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">楊麗環</td>
<td nowrap align="center">4</td>
<td nowrap align="right">488</td>
<td nowrap align="right"> 60.84%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=4 align=center>桃園縣第04選區桃園市龍山里第0618投開票所</td>
<td nowrap align="center">黃興國</td>
<td nowrap align="center">1</td>
<td nowrap align="right">2</td>
<td nowrap align="right"> 0.26%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">陳叡德</td>
<td nowrap align="center">2</td>
<td nowrap align="right">1</td>
<td nowrap align="right"> 0.13%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">黃適卓</td>
<td nowrap align="center">3</td>
<td nowrap align="right">254</td>
<td nowrap align="right"> 33.02%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">楊麗環</td>
<td nowrap align="center">4</td>
<td nowrap align="right">512</td>
<td nowrap align="right"> 66.57%</td>
</tr>
</table>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; ">
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
<span style="margin-right: 100px;"> </span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
</div>
</div>
</body>
</html> |
bonfires/sum-all-odd-fibonacci-numbers/index.html | witblacktype/freeCodeCamp_projects | <!doctype html>
<html>
<head>
<meta charset="UTF-8">
<script type='text/javascript' src='logic.js'></script>
</head>
<body>
<h3>Bonfire: Sum All Odd Fibonacci Numbers</h3>
<p>Use your browser developer tools to inspect the javascript console output.</p>
</body>
</html>
|
ZimbraWebClient/WebRoot/yui/2.5.1/layout/assets/skins/sam/layout-skin.css | nico01f/z-pec | /*
* ***** BEGIN LICENSE BLOCK *****
* Zimbra Collaboration Suite Web Client
* Copyright (C) 2008, 2009, 2010 Zimbra, Inc.
*
* The contents of this file are subject to the Zimbra Public License
* Version 1.3 ("License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.zimbra.com/license.
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
* ***** END LICENSE BLOCK *****
*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* Remove the dotted border on the resize proxy */
.yui-skin-sam .yui-layout .yui-resize-proxy {
border: none;
font-size: 0;
margin: 0;
padding: 0;
}
/* During resize, hide the handles */
.yui-skin-sam .yui-layout .yui-resize-resizing .yui-resize-handle {
opacity: 0;
filter: alpha(opacity=0);
}
/* Style the div inside the resize proxy */
.yui-skin-sam .yui-layout .yui-resize-proxy div {
position: absolute;
border: 1px solid #808080;
background-color: #EDF5FF;
}
/* Set the color of the Active resize handle */
.yui-skin-sam .yui-layout .yui-resize .yui-resize-handle-active {
background-color: #EDF5FF;
}
/* Styles for the left handle */
.yui-skin-sam .yui-layout .yui-resize-proxy .yui-layout-handle-l {
width: 5px;
height: 100%;
top: 0;
left: 0;
}
/* Styles for the right handle */
.yui-skin-sam .yui-layout .yui-resize-proxy .yui-layout-handle-r {
width: 5px;
top: 0;
right: 0;
height: 100%;
}
/* Styles for the bottom handle */
.yui-skin-sam .yui-layout .yui-resize-proxy .yui-layout-handle-b {
width: 100%;
bottom: 0;
left: 0;
height: 5px;
}
/* Styles for the top handle */
.yui-skin-sam .yui-layout .yui-resize-proxy .yui-layout-handle-t {
width: 100%;
top: 0;
left: 0;
height: 5px;
}
/* Left Collapse button */
.yui-skin-sam .yui-layout .yui-layout-unit-left div.yui-layout-hd .collapse {
background: transparent url(layout_sprite.png) no-repeat -20px -160px;
border: 1px solid #808080;
}
/* Left Collapsed Expand Button */
.yui-skin-sam .yui-layout .yui-layout-clip-left .collapse {
background: transparent url(layout_sprite.png) no-repeat -20px -140px;
border: 1px solid #808080;
}
/* Right Collapse Button */
.yui-skin-sam .yui-layout .yui-layout-unit-right div.yui-layout-hd .collapse {
background: transparent url(layout_sprite.png) no-repeat -20px -200px;
border: 1px solid #808080;
}
/* Right Collapsed Expand Button */
.yui-skin-sam .yui-layout .yui-layout-clip-right .collapse {
background: transparent url(layout_sprite.png) no-repeat -20px -120px;
border: 1px solid #808080;
}
/* Top Collapse Button */
.yui-skin-sam .yui-layout .yui-layout-unit-top div.yui-layout-hd .collapse {
background: transparent url(layout_sprite.png) no-repeat -20px -220px;
border: 1px solid #808080;
}
/* Top Collapsed Expand Button */
.yui-skin-sam .yui-layout .yui-layout-clip-top .collapse {
background: transparent url(layout_sprite.png) no-repeat -20px -240px;
border: 1px solid #808080;
}
/* Bottom Collapse Button */
.yui-skin-sam .yui-layout .yui-layout-unit-bottom div.yui-layout-hd .collapse {
background: transparent url(layout_sprite.png) no-repeat -20px -260px;
border: 1px solid #808080;
}
/* Bottom Collapsed Expand Button */
.yui-skin-sam .yui-layout .yui-layout-clip-bottom .collapse {
background: transparent url(layout_sprite.png) no-repeat -20px -180px;
border: 1px solid #808080;
}
/* Close Button */
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-hd .close {
background: transparent url(layout_sprite.png) no-repeat -20px -100px;
border: 1px solid #808080;
}
/* Give the header a blue backgorund */
.yui-skin-sam .yui-layout .yui-layout-hd {
background:url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1400px;
border: 1px solid #808080;
}
/* Set the background color */
.yui-skin-sam .yui-layout {
background-color: #EDF5FF;
}
/* Style the text in the header */
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-hd h2 {
font-weight: bold;
color: #fff;
padding: 3px;
}
/* Style the body */
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd {
border: 1px solid #808080;
border-bottom: none;
border-top: none;
*border-bottom-width: 0;
*border-top-width: 0;
background-color: #f2f2f2;
text-align: left;
}
/* Add a border to the bottom of the body because there is no footer */
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd-noft {
border-bottom: 1px solid #808080;
}
/* Add a border to the top of the body because there is no header */
.yui-skin-sam .yui-layout .yui-layout-unit div.yui-layout-bd-nohd {
border-top: 1px solid #808080;
}
/* Style the Clip */
.yui-skin-sam .yui-layout .yui-layout-clip {
position: absolute;
height: 20px;
background-color: #EDF5FF;
display: none;
border: 1px solid #808080;
}
/* Style the footer */
.yui-skin-sam .yui-layout div.yui-layout-ft {
border: 1px solid #808080;
border-top: none;
*border-top-width: 0;
background-color: #f2f2f2;
}
/* Remove the color from the resize handle */
.yui-skin-sam .yui-layout-unit .yui-resize-handle {
background-color: transparent;
}
/* Reposition the handles */
.yui-skin-sam .yui-layout-unit .yui-resize-handle-r {
right: 0;
top: 0;
background-image: none;
}
.yui-skin-sam .yui-layout-unit .yui-resize-handle-l {
left: 0;
top: 0;
background-image: none;
}
.yui-skin-sam .yui-layout-unit .yui-resize-handle-b {
right: 0;
bottom: 0;
background-image: none;
}
.yui-skin-sam .yui-layout-unit .yui-resize-handle-t {
right: 0;
top: 0;
background-image: none;
}
/* Add the gripper */
.yui-skin-sam .yui-layout-unit .yui-resize-handle-r .yui-layout-resize-knob,
.yui-skin-sam .yui-layout-unit .yui-resize-handle-l .yui-layout-resize-knob {
position: absolute;
height: 16px;
width: 6px;
top: 45%;
left: 0px;
background: transparent url(layout_sprite.png) no-repeat 0 -5px;
}
/* Add the gripper */
.yui-skin-sam .yui-layout-unit .yui-resize-handle-t .yui-layout-resize-knob,
.yui-skin-sam .yui-layout-unit .yui-resize-handle-b .yui-layout-resize-knob {
position: absolute;
height: 6px;
width: 16px;
left: 45%;
background: transparent url(layout_sprite.png) no-repeat -20px 0;
}
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.3/concat/8.5.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>concat: 50 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.5.3 / concat - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
concat
<small>
8.5.0
<span class="label label-success">50 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-07 04:07:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-07 04:07:19 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.5.3 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/concat"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ConCaT"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:category theory" "category:Mathematics/Category Theory" ]
authors: [ "Amokrane Saïbi <>" ]
bug-reports: "https://github.com/coq-contribs/concat/issues"
dev-repo: "git+https://github.com/coq-contribs/concat.git"
synopsis: "Constructive Category Theory"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/concat/archive/v8.5.0.tar.gz"
checksum: "md5=21a4371b2648fec6b8dd3c1bcb5f50c7"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-concat.8.5.0 coq.8.5.3</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-concat.8.5.0 coq.8.5.3</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>11 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-concat.8.5.0 coq.8.5.3</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>50 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 4 M</p>
<ul>
<li>147 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_Part2_Proof1.vo</code></li>
<li>90 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adjunction1.glob</code></li>
<li>77 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_Part2_Proof1.glob</code></li>
<li>73 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Binary_Products.glob</code></li>
<li>64 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/FunProd.glob</code></li>
<li>61 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Th_CoAdjoint.glob</code></li>
<li>59 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Th_Adjoint.glob</code></li>
<li>56 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Pullbacks1.glob</code></li>
<li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/PA.glob</code></li>
<li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/PULB.glob</code></li>
<li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adjunction1.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adjunction.glob</code></li>
<li>41 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Th_Limits.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/InterChangeLaw.glob</code></li>
<li>37 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/PULB.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Equalizers1.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/PA.vo</code></li>
<li>35 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/UniversalArrow.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Th_Limits.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Th_CoAdjoint.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Pullbacks1.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/HomFunctor2.glob</code></li>
<li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Th_Adjoint.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Equalizers1.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/CatProperty.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Th_Initial.vo</code></li>
<li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/HomFunctor2.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Comma_Complete.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Comma.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/CatProperty.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/Category.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Th_Initial.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adj_UA.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/Cartesian1.vo</code></li>
<li>25 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Comma_Complete.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Binary_Products.vo</code></li>
<li>23 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/CoUniversalArrow.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Functor.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Equalizers.glob</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Limit.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adjunction.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/UniversalArrow.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/CoLimit.vo</code></li>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/Category.vo</code></li>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/PROD.vo</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/CoUniversalArrow.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/Inverses_Group.vo</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/YonedaLemma.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/LeftAdj_Iso.glob</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/YonedaLemma.vo</code></li>
<li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Functor.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Pullbacks.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/CCC1.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Products1.vo</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/Inverses_Group.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/InterChangeLaw.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/NatIso.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_Part1.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Equalizers.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/Setoid_dup2.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Setoid_dup1.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Limit_Adj.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/Functor_dup1.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/SET_Complete.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adj_UA.vo</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Limit_Adj.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/Monoid.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/HomFunctor_Continuous.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Pullback.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/CatFunct.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Comma.glob</code></li>
<li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FunctorProperty.glob</code></li>
<li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_Part2_Proof2.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/NatIso.vo</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Setoid_dup1.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/CoLimit.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_SSC2.vo</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/FunForget_UA.vo</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Limit.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FunctorProperty.vo</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/FreeMonoid.vo</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/Category_dup2.vo</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Category_dup1.vo</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/Cartesian1.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/Setoid_dup2.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Category_dup1.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Exponents.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Exponents.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Iso_Limit.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/YonedaEmbedding.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Equalizer.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/Category_dup2.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/Relations.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/LeftAdj_Iso.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Pullbacks.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Comma_UA.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/Monoid.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/PULB.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FunFreeMon.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/CatFunct.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Discr.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/ONE.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/Functor_dup1.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/Coherence.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/Confluence.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Exponents.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/MON.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Map2.vo</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/PA.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/Ntransformation.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/SET_Complete.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/Hom_Equality.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adjunction1.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/CAT.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Products.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Pres_Limits.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/FunForget_UA.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_BinProds.vo</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/Terminal1.vo</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/PROD.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Pullback.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Products1.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/Coherence.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_Part1.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Map.vo</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Th_Adjoint.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Setoid.vo</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/HomFunctor_Continuous.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_Part2_Proof1.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Setoid_prop.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Map2.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/FunProd.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/PROD_proj.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/HomFunctor.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adj_FunFreeMon.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Th_CoAdjoint.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/SetoidPROD.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/CCC.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Products.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/Confluence.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Pullbacks1.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/MON.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/CCC1.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Equalizer.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SETProperty.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/YonedaEmbedding.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Exponents.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_Part2_Proof2.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Comma_proj.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Comma_UA.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/Map0_dup1.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Iso_Limit.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/Dual.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/Ntransformation.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/MapProperty.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FSC_inc.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/Diagonal.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/Hom_Equality.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/HomFunctor_NT.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/HomFunctor2.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Th_Limits.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/Inverses_Group.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Pres_Limits.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Discr.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_SSC2.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Binary_Products.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Const.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/SET.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_BinProds.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/FreeMonoid.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Equalizers1.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SETProperty.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/FunOne.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/ONE.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FunForget.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/Group.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Th_Initial.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Dual_Functor.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/FunProd.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/FullSubCat.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/YonedaLemma.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/CatProperty.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/NEWMAN/Newman.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/Category.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FunFreeMon.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/TAIT/Tait.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/Coherence.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Comma.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/BasicTypes.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Functor.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/UniversalArrow.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Comma_Complete.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/InterChangeLaw.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Terminal.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Map.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adjunction.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/Map0_dup1.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/IdCAT.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/CatFunct.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_CCC.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/HomFunctor.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/Relations.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adj_UA.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/Monoid.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/Dual.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/CoUniversalArrow.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/HomFunctor_Continuous.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/Cartesian1.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/Noetherian.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Map.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Exponents.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/FreeMonoid.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/CAT.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/SET_Complete.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/FunForget_UA.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Setoid_prop.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/CoLimit.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/Setoid_dup2.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/PROD.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Limit.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/CAT.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Products1.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/PROD_proj.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/MON.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Setoid_dup1.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Limit_Adj.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Setoid.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/NEWMAN/Newman.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Equalizers.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Pullback.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/NatIso.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/Relations.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/YonedaEmbedding.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Setoid.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/FullSubCat.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/PermCat.vo</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FunFreeMon.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FunctorProperty.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/TAIT/Tait.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Map2.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SETProperty.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Discr.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Equalizer.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_BinProds.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/SetoidPROD.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/Diagonal.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/ONE.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/Confluence.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Iso_Limit.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Const.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Comma_proj.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/LeftAdj_Iso.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Comma_UA.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/CCC1.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/Hom_Equality.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/SetoidPROD.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/HomFunctor.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Pullbacks.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/Dual.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_Part2_Proof2.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/PROD_proj.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/HomFunctor_NT.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FSC_inc.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/Ntransformation.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Single.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/SET.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Dual_Functor.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Exponents.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Setoid_prop.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/Category_dup2.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMIT_CONSTRUCTIONS/Pres_Limits.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/FunOne.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_Part1.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Category_dup1.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/Products.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/SET.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/TAIT/Tait.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/Noetherian.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/Functor_dup1.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/MapProperty.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/Terminal1.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Comma_proj.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/Diagonal.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/PermCat.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/Group.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/FREYD_THEOREM/FAFT_SSC2.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/LIMITS/Const.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/HomFunctor_NT.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FSC_inc.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/MapProperty.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/FunOne.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FunForget.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/FullSubCat.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/Dual_Functor.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/CCC/Terminal1.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Terminal.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/CCC.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/IdCAT.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adj_FunFreeMon.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/FunForget.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/STRUCTURE/Group.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Single.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/Noetherian.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_CCC.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/BasicTypes.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/FUNCTOR/IdCAT.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/CCC.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/NT/YONEDA_LEMMA/Map0_dup1.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/RELATIONS/CONFLUENCE/NEWMAN/Newman.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_Terminal.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/PermCat.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/ADJUNCTION/Adj_FunFreeMon.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/CATEGORY_THEORY/CATEGORY/CONSTRUCTIONS/SET_CCC.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/Single.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/ConCaT/SETOID/BasicTypes.glob</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-concat.8.5.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
src/app/components/comp-2778/comp-2778.component.html | angular/angular-cli-stress-test | <p>
comp-2778 works!
</p>
|
OLT-124.html | itsmachine/itsmachine.github.io | <!doctype html>
<html>
<head>
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:691940,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<title>Blind crazy stupid</title>
<style>
body {
background-color:#2A242D;
}
#usage,.demo,h1,.tear {
font-family: Consolas, Menlo, Monaco, monospace;
background-color: #2A242D;
color: #FDFBFB;
font-size: 14px;
line-height: 30px
}
h1{
font-size:18px;
color:#B1AFAF;
}
.tear {
color:#07A8F6;
}
.home{}
</style>
</head>
<body>
<style>.github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out
}
@keyframes octocat-wave {
0%, 100% {
transform: rotate(0)
}
20%, 60% {
transform: rotate(-25deg)
}
40%, 80% {
transform: rotate(10deg)
}
}
</style>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<div class="demo">
<div id="terminal">
<h1> Blind crazy stupid</h1>
<p>Another day went by and all I could do was think about words to write and this is probably the longest sentence I could form.Both the paper and ink were taken away from me. I'm now just an empty and discardable pen. </p>
</div>
</div>
</div>
<div class="home"><a href="https://itsmachine.github.io">home</a><div/>
</div>
<script src="dist/terminal.js"></script>
<script>
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82648473-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
public/Windows 10 x64 (18362.449)/_POP_RW_LOCK.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.449)</h4><br>
<h2>_POP_RW_LOCK</h2>
<font face="arial"> +0x000 Lock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br>
+0x008 Thread : Ptr64 <a href="./_KTHREAD.html">_KTHREAD</a><br>
</font></body></html> |
data science/machine_learning_for_the_web/chapter_4/movie/29173.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Tailor of Panama, The (2001)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0236784">Tailor of Panama, The (2001)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Jon+Popick">Jon Popick</A></H3><HR WIDTH="40%" SIZE="4">
<PRE>Planet Sick-Boy: <A HREF="http://www.sick-boy.com">http://www.sick-boy.com</A>
"We Put the SIN in Cinema"</PRE>
<P>© Copyright 2001 Planet Sick-Boy. All Rights Reserved.</P>
<P>Based on John LeCarré's popular novel, The Tailor of Panama is a clumsy spy
flick that fits like a bad suit. It's a bit more sophisticated than a James
Bond film but without the gadgets or the pyrotechnics, which is kind of like
ordering a chicken sandwich with mayo and asking the waiter to hold the
chicken. Tailor is receiving mostly glowing marks from critics around the
country, but I have a suspicion that their praise has more to do with the
crappy teen flicks that have populated 2001's calendar than the film's
actual merit.</P>
<P>Pierce Brosnan (The World is Not Enough) stars as Osnard, an overly
ambitious, womanizing British spy who has been relegated to Panama after
dipping his wick where it didn't belong. His assignment is to befriend a
person of power in Panama City in an attempt to learn whether the government
plans on selling the Panama Canal to a country that the U.S. and Britain
aren't particularly fond of (the opening credits feature a weird history
lesson on the Canal). Osnard is given a list of about 200 Brits living in
Panama and, after quickly scanning the roster of names and occupations,
immediately chooses a tailor over the dozens of lawyers, bankers and
politicians you'd think would be a better source of information.</P>
<P>But ol' Osnard is a crafty little devil. He figures the revered tailor to
be the perfect mole, as he has regular contact with the country's movers and
shakers. Osnard also learns that Harry (Geoffrey Rush, Quills) has the
added benefit of being an ex-con with a secret past who is in hock up to his
eyeballs, as well as a wife (Jamie Lee Curtis, Drowning Mona) who is an
assistant to a high-ranking government employee. Osnard feeds Harry thick
envelopes full of cash, and Harry gives Osnard information about the sale of
the Canal. The catch is that he's making it all up. A tailor weaving a
fake story - get it? It's funny.</P>
<P>There are supposed to be a bunch of twists and turns in Tailor, but nothing
too surprising happens as the actors go through the same motions we've seen
over and over again in films of this genre. Also detracting from potential
entertainment is the fact that there isn't anyone to root for in the film.
One character says Panama is "Casablanca without the heroes," an obvious
poke at the picture's lack of a protagonist, which illustrates Tailor's
other big problem - its tongue is planted too far in its cheek and it can't
decide whether it wants to be serious or silly. One thing is for sure - it
ain't either.</P>
<P>Brosnan seems like he's having fun playing Bond's alter ego here. His
Osnard is a sleazy pussyhound who even gets a sexy dance scene just like the
one in The Thomas Crown Affair. Rush, who is always better when he's cast
in subtle roles like this (as opposed to, say, Quills, Mystery Men or House
on Haunted Hill), does well as the harried, slightly delusional suitmaker
who converses with his dead uncle (playwright Harold Pinter) during
particularly stressful moments. Curtis basically reprises her
oh-my-God-my-husband-is-a-spy! role from True Lies (although, at times, it's
hard to tell if she or Rush has more testosterone pumping through them).
Brendan Gleeson (M:I-2) is nearly unrecognizable as a bearded drunk who may
or may not be running a group in opposition of the sale of the Canal that
may or may not be taking place. And look out for little Daniel Radcliffe;
he plays Harry's son here, but in a few months, he'll be portraying Harry
himself - Harry Potter, that is.</P>
<P>Tailor is mostly unsatisfying, especially since it's John Boorman's
follow-up to the brilliant film The General (which also starred Gleeson).
Boorman adapted the novel with help from Le Carré and Bridget Jones's Diary'
s scribe Andrew Davies. The film is certainly pretty enough, with lovely
photography from Philippe Rousselot (Remember the Titans) and unobtrusive
editing from Boorman regular Ron Davis. If nothing else, Tailor helps
perpetuate the myth that all countries south of Texas have daily,
street-blocking parades complete with giant religious icons (it's always the
Day of the Dead in Central America, right?).</P>
<P>1:49 - R for strong sexuality (nudity), language and some violence</P>
<PRE>==========
X-RAMR-ID: 29173
X-Language: en
X-RT-ReviewID: 211209
X-RT-TitleID: 1106039
X-RT-SourceID: 595
X-RT-AuthorID: 1146</PRE>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
|
client/common_components/navbar/navbar.html | opeter94/supermarket | <link href="/common_components/navbar/navbar.css" rel="stylesheet" type="text/css">
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation" ng-controller="NavbarController">
<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" ui-sref="home">SUPERmarket</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 ng-show="!isLoggedIn()">
<a ui-sref="login">Login</a>
</li>
<li ng-show="isAdmin()">
<a ui-sref="admin">Admin</a>
</li>
<li ng-show="!isLoggedIn()">
<a ui-sref="register">Register</a>
</li>
<li ng-show="isLoggedIn()">
<a ui-sref="profile">Profile</a>
</li>
<li ng-show="isLoggedIn()">
<a href ng-click="logout()">Logout</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav> |
partials/list.html | hemant3370/Hospital-Directory-India | <section>
<div class="search">
<h1>Hospital Directory</h1>
<label>Search: </label>
<input type="text" name="text" ng-model="key" placeholder="Search for hospitals" autofocus>
<button ng-click="ListController()" class="btn" >Search</button>
<label class="formgroup">by:
<select ng-model="mandiOrder" >
<option value="" disabled selected>Select your option</option>
<option value="district" selected>District</option>
<option value="State" >State</option>
<option value="PinCode">pincode</option>
</select>
</label>
<label class="formgroup">
<input type="radio" ng-model="direction" name="direction" value="reverse" >
ascending
</label>
<label class="formgroup">
<input type="radio" ng-model="direction" name="direction" checked >
descending
</label>
</div>
<ul class="artistlist" >
<li class="artist cf" ng-repeat="item in mandi.records | orderBy: artistOrder:direction">
<a href="#/details/{{mandi.records.indexOf(item)}}">
<div class="info">
<h2>{{item.hospitalname}}</h2>
<h3> {{item['address First Line']}} <br>{{ item.district}} District {{ item.state}}</h3>
<h4>Contact: {{item.telephone}} </h4>
</div>
</a>
</li>
</ul>
</section> |
public/lib/angular-material/modules/closure/select/select-default-theme.css | abhishekjairath/ph_proto | /*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.7.1-master-bbbec18
*/
md-select.md-THEME_NAME-theme:focus .md-select-label {
border-bottom-color: '{{primary-color}}';
color: '{{ foreground-1 }}'; }
md-select.md-THEME_NAME-theme:focus .md-select-label.md-placeholder {
color: '{{ foreground-1 }}'; }
md-select.md-THEME_NAME-theme .md-select-label {
border-bottom-color: '{{foreground-4}}'; }
md-select.md-THEME_NAME-theme .md-select-label.md-placeholder {
color: '{{foreground-3}}'; }
md-select-menu.md-THEME_NAME-theme md-optgroup {
color: '{{foreground-2}}'; }
md-select-menu.md-THEME_NAME-theme md-optgroup md-option {
color: '{{foreground-1}}'; }
md-select-menu.md-THEME_NAME-theme md-option[selected] {
background: #f0f0f0; }
|
_includes/head.html | deepnavy/deepnavy.github.io | <head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% if page.title %}{{ page.title | strip_html }} – {% endif %}{{ site.title | strip_html }}</title>
<link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com">
<link rel="dns-prefetch" href="//cdn.mathjax.org">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{% if page.meta_description %}{{ page.meta_description | xml_escape }}{% elsif page.summary %}{{ page.summary | xml_escape }}{% else %}{{ site.description | xml_escape }}{% endif %}">
{% if page.meta_robots %}<meta name="robots" content="{{ page.meta_robots }}">
{% else %}<meta name="robots" content="all">{% endif %}
<meta name="author" content="{{ site.author }}">
{% if page.categories %}<meta name="keywords" content="{{ page.categories | join: ', ' }}">{% endif %}
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl }}" />
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ "/css/pixyll.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}" type="text/css">
<!-- Fonts -->
{% if site.extended_fonts %}
<link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:900,300&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
{% else %}
<link href='//fonts.googleapis.com/css?family=Roboto:400,400i,700,700i&subset=cyrillic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'>
{% endif %}
{% if site.show_social_icons or site.show_sharing_icons %}
<link href="//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
{% endif %}
<!-- MathJax -->
{% if site.enable_mathjax %}
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
{% endif %}
<!-- Verifications -->
{% if site.google_verification %}
<meta name="google-site-verification" content="{{ site.google_verification }}" />
{% endif %}
{% if site.bing_verification %}
<meta name="msvalidate.01" content="{{ site.bing_verification }}" />
{% endif %}
<!-- Open Graph -->
<!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html -->
<meta property="og:locale" content="{{ site.text.og_locale }}">
<meta property="og:type" content="article">
<meta property="og:title" content="{% if page.title %}{{ page.title | xml_escape }}{% else %}{{ site.title | xml_escape }}{% endif %}">
<meta property="og:description" content="{% if page.description %}{{ page.description | xml_escape }}{% else %}{{ site.description | xml_escape }}{% endif %}">
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
<meta property="og:site_name" content="{{ site.title | xml_escape }}">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
{% if site.twitter_username %}
<meta name="twitter:site" content="@{{ site.twitter_username }}" />
{% endif %}
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
<meta name="twitter:description" content="{% if page.summary %}{{ page.summary }}{% else %}{{ site.description }}{% endif %}" />
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}" />
<!-- Icons -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
{% if site.google_analytics %}
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
</head>
|
test/fixtures/test.multi.css | Code-Y/postcss-cyspriter | .cys-retina {
cys-src: 'retina';
cys-padding: 20;
cys-retina: true;
cys-decorate: false;
cys-layout: 'diagonal';
}
.cys-magic {
cys-src: 'magicsel';
cys-padding: 20;
cys-decorate: false;
cys-includeSize: true;
}
.cys-icons {
cys-src: icons;
}
|
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:micromega/dev/2014-12-04_04-05-19.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.5 / contrib:micromega dev</a></li>
<li class="active"><a href="">2014-12-04 04:05:19</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:micromega
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-12-04 04:05:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-04 04:05:19 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:micromega/coq:contrib:micromega.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:micromega.dev coq.8.4.5</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5).
Your request can't be satisfied:
- No package matches coq:contrib:micromega.
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:micromega.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4.5
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4.5.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.hott [required by coq:contrib:micromega]
- install coq:contrib:micromega.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.hott:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no
make -j4
make install
Installing coq.hott.
Building coq:contrib:micromega.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:micromega.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> |
web/docs/series/2015-11-10/frites-biere-et-pc/index.html | dieng444/smart-search |
<!DOCTYPE html>
<!--[if IE 9]><html class="lt-ie9" lang="fr"><![endif]-->
<!--[if !IE]><!--><html lang="fr"><!--<![endif]-->
<head>
<title>Frites, bière et PC - Série (2012) - chaka boudinov - SensCritique</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Parce que quand on boit trop de bière, on doit aller PC. Vidéo humoristiques sur les mauvais jeux vidéo. Anciennement "jeux de merde". Websérie belge. Websérie." />
<meta property="og:image" content="http://static.senscritique.com/img/layout/misc/default-fb-cover.jpg" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "http://www.senscritique.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "http://www.senscritique.com/recherche?query={search_term}",
"query-input": "required name=search_term"
}
}
</script>
<script src="http://www.smartadserver.com/config.js?nwid=104" type="text/javascript"></script>
<script type="text/javascript">
sas.setup({ domain: "http://www.smartadserver.com"});
</script>
<script type="text/javascript">
sas.call("onecall", {
siteId: "75932",
pageId: "563097",
formatId: "32325,25595,10192,21999,928,920,19175,922,19176,930,33507,14930,26432,14609,25670,31969,31712",
target: ""
});
</script><script type="text/javascript" src="http://r.sascdn.com/video/config.js?nwid=104"></script>
<script type="text/javascript" src="http://r.sascdn.com/video/controller.js?nwid=104"></script>
<script type="text/javascript" src="http://jwpsrv.com/library/156hNL5zEeSYqAp+lcGdIw.js"></script>
<link rel="publisher" href="https://plus.google.com/+senscritique">
<link rel="apple-touch-icon" sizes="57x57" href="http://static.senscritique.com/img/favicon/apple-touch-icon-57x57.png?v=eELP384vde">
<link rel="apple-touch-icon" sizes="60x60" href="http://static.senscritique.com/img/favicon/apple-touch-icon-60x60.png?v=eELP384vde">
<link rel="apple-touch-icon" sizes="72x72" href="http://static.senscritique.com/img/favicon/apple-touch-icon-72x72.png?v=eELP384vde">
<link rel="apple-touch-icon" sizes="76x76" href="http://static.senscritique.com/img/favicon/apple-touch-icon-76x76.png?v=eELP384vde">
<link rel="apple-touch-icon" sizes="114x114" href="http://static.senscritique.com/img/favicon/apple-touch-icon-114x114.png?v=eELP384vde">
<link rel="apple-touch-icon" sizes="120x120" href="http://static.senscritique.com/img/favicon/apple-touch-icon-120x120.png?v=eELP384vde">
<link rel="apple-touch-icon" sizes="144x144" href="http://static.senscritique.com/img/favicon/apple-touch-icon-144x144.png?v=eELP384vde">
<link rel="apple-touch-icon" sizes="152x152" href="http://static.senscritique.com/img/favicon/apple-touch-icon-152x152.png?v=eELP384vde">
<link rel="apple-touch-icon" sizes="180x180" href="http://static.senscritique.com/img/favicon/apple-touch-icon-180x180.png?v=eELP384vde">
<link rel="icon" type="image/png" href="http://static.senscritique.com/img/favicon/favicon-32x32.png?v=eELP384vde" sizes="32x32">
<link rel="icon" type="image/png" href="http://static.senscritique.com/img/favicon/favicon-194x194.png?v=eELP384vde" sizes="194x194">
<link rel="icon" type="image/png" href="http://static.senscritique.com/img/favicon/favicon-96x96.png?v=eELP384vde" sizes="96x96">
<link rel="icon" type="image/png" href="http://static.senscritique.com/img/favicon/android-chrome-192x192.png?v=eELP384vde" sizes="192x192">
<link rel="icon" type="image/png" href="http://static.senscritique.com/img/favicon/favicon-16x16.png?v=eELP384vde" sizes="16x16">
<link rel="manifest" href="http://static.senscritique.com/img/favicon/manifest.json?v=eELP384vde">
<link rel="shortcut icon" href="http://static.senscritique.com/img/favicon/favicon.ico?v=eELP384vde">
<link rel="stylesheet" type="text/css" href="http://static.senscritique.com/lib/optimized_ln/7ab3b18d6080a19c9bbe308986fbd666.css"/>
<link rel="stylesheet" type="text/css" href="http://static.senscritique.com/lib/optimized_ln/47de4d2d89a454641fc14b39bafaa524.css"/>
<!--[if lt IE 9]>
<script>
document.createElement('header');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('nav');
document.createElement('footer');
document.createElement('figure');
document.createElement('figcaption');
document.createElement('hgroup');
document.createElement('time');
document.createElement('canvas');
</script>
<![endif]-->
<link rel="apple-touch-icon" href="/img/favicon/57.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/114.png">
<link rel="publisher" href="https://plus.google.com/+senscritique">
</head>
<body
class=""
data-sc-registered="0"
data-sc-page-type-id="4"
data-sc-page-section-id="1"
data-sc-page-view-id="2"
data-sc-page-object-id="8351796"
data-sc-auto-show-modal="register" data-sc-auto-show-modal-delay="60000" itemscope itemtype="http://schema.org/TVSeries">
<script>
dataLayer = [{
'Univers' : 'tvshow',
'Categorie' : 'product',
'Page' : 'view',
'UserType' : 'anonymous',
}];
</script>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-T7KMCR" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T7KMCR');</script>
<!-- End Google Tag Manager -->
<div data-rel="dynamic-element" data-sc-element-position="masthead" data-sc-element-forced-id="462">
<div id="overHeader-content" class="masthead">
<div class="d-loader-circular-small"></div>
</div>
</div>
<div data-rel="dynamic-element" data-sc-element-position="layout-top" data-sc-element-forced-id="-1">
</div>
<div id="wrap" >
<script type="text/x-jqote-template" data-rel="sc-headerSearch-autocomplete"><![CDATA[
<li class="eiau-autocomplete-row">
<a href="<%= this.url %>" class="eiau-autocomplete-action">
<figure class="eiau-autocomplete-figure">
<img src="<%= this.image %>" alt="<%= this.label %>" width="30" />
</figure>
<div class="d-heading5">
<%= this.label %>
<% if (this.originalLabel) { %>
<small class="eiau-autocomplete-original-title"><%= this.originalLabel %></small>
<% } %>
</div>
<small class="eiau-autocomplete-info"><%= this.description %></small>
</a>
</li>
]]></script>
<script type="text/x-jqote-template" data-rel="sc-headerSearch-autocomplete-more"><![CDATA[
<li class="eiau-autocomplete-row eiau-autocomplete-more">
<a class="eiau-autocomplete-action">
Voir tous les résultats pour « <%= this.query %> »
</a>
</li>
]]></script>
<header class="lahe-header">
<div class="lahe-header-topBar">
<div class="lahe-topBar-wrapper" data-rel="sc-headerTopBar">
<div class="d-grid lahe-topBar-content">
<div class="lahe-topBar-userMenu">
<div class="lahe-userMenu-action signinAction" data-rel="sc-headerSignin-caller">
<button type="button" data-rel="btn-register" data-scmodal-type="login" class="d-link-alt">Déjà inscrit</button> ?
<form action="/" method="POST" class="lahe-userSubmenu lahe-signin" data-rel="sc-headerSignin">
<div class="lahe-userSubmenu-tip"></div>
<p class="lahe-signin-label">Connectez-vous avec</p>
<a href="/oauthapi/facebook" class="lahe-signin-connect facebook">Facebook</a>
<a href="/oauthapi/twitter" class="lahe-signin-connect twitter">Twitter</a>
<p class="lahe-signin-label">ou</p>
<input type="text" class="lahe-signin-field" name="email" placeholder="Adresse email" data-rel="sc-headerSignin-email" />
<input type="password" class="lahe-signin-field" name="password" placeholder="Mot de passe" data-rel="sc-headerSignin-password" />
<a href="/auth/forgetPassword" class="lahe-signin-forgot">Mot de passe oublié ? </a>
<fieldset class="lahe-signin-clear">
<p class="lahe-signin-error d-hidden" data-rel="sc-headerSignin-error"></p>
<input type="submit" class="d-button lahe-signin-confirm" value="Connexion" />
</fieldset>
</form>
</div>
<button type="button" data-rel="btn-register" data-scmodal-type="register" class="lahe-userMenu-connect">Créer mon compte</button>
</div>
<a href="/" class="lahe-header-brand">
<strong class="lahe-brand-name">SensCritique</strong>
</a>
<ul class="lahe-topBar-navigation">
<li class="lahe-navigation-universe " data-rel="sc-universeMenu-caller">
<a href="/films" class="lahe-universe-label type-1">Films</a>
<ul class="enmm-mainMenu type-1 d-hidden" data-rel="sc-universeMenu">
<li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-ticket enmm-mainMenu-ico" ></span>Au cinéma</div>
<a href="/films/cette-semaine" class="d-link-alt enmm-mainMenu-category">Sorties de la semaine</a>
<a href="/films/toujours-a-l-affiche" class="d-link-alt enmm-mainMenu-category">À l'affiche</a>
<a href="http://www.senscritique.com/films/salles-de-cinema" class="d-link-alt enmm-mainMenu-category">Mes cinémas</a>
<a href="/top/resultats/Les_meilleurs_films_de_2015/703337" class="d-link-alt enmm-mainMenu-category">Meilleurs films 2015</a>
</li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-tv enmm-mainMenu-ico" ></span>TV / VOD</div>
<a href="/everymovie" class="d-link-alt enmm-mainMenu-category">EveryMovie</a>
<a href="/everymovie/programme-tv/cette-semaine" class="d-link-alt enmm-mainMenu-category">A la télé</a>
<a href="/everymovie/vod" class="d-link-alt enmm-mainMenu-category">En VOD</a>
</li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div>
<a href="/films/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos films préférés</a>
<a href="/films/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 films</a>
<a href="/films/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a>
<a href="" class="d-link-alt enmm-mainMenu-category"></a>
</li>
</ul>
</li>
<li class="lahe-navigation-universe active" data-rel="sc-universeMenu-caller">
<a href="/series" class="lahe-universe-label type-4">Séries</a>
<ul class="enmm-mainMenu type-4 d-hidden" data-rel="sc-universeMenu">
<li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-newspaper enmm-mainMenu-ico" ></span>Actualité</div>
<a href="/series/actualite" class="d-link-alt enmm-mainMenu-category">Séries du moment</a>
<a href="/top/resultats/Les_meilleures_series_de_2015/703344" class="d-link-alt enmm-mainMenu-category">Meilleures séries 2015</a>
</li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div>
<a href="/series/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos séries préférées</a>
<a href="/series/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 séries</a>
<a href="/series/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a>
<a href="" class="d-link-alt enmm-mainMenu-category"></a>
</li>
</ul>
</li>
<li class="lahe-navigation-universe " data-rel="sc-universeMenu-caller">
<a href="/jeuxvideo" class="lahe-universe-label type-3">Jeux</a>
<ul class="enmm-mainMenu type-3 d-hidden" data-rel="sc-universeMenu">
<li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-newspaper enmm-mainMenu-ico" ></span>Actualité</div>
<a href="/jeuxvideo/actualite" class="d-link-alt enmm-mainMenu-category">Jeux du moment</a>
<a href="/jeuxvideo/sorties-jeuxvideo/2015/novembre" class="d-link-alt enmm-mainMenu-category">Agenda</a>
<a href="/jeuxvideo/prochaines-sorties" class="d-link-alt enmm-mainMenu-category">Jeux les plus attendus</a>
<a href="/top/resultats/Les_meilleurs_jeux_video_de_2015/703381" class="d-link-alt enmm-mainMenu-category">Meilleurs jeux 2015</a>
</li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div>
<a href="/jeuxvideo/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos jeux préférés</a>
<a href="/jeuxvideo/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 jeux</a>
<a href="/jeuxvideo/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a>
<a href="" class="d-link-alt enmm-mainMenu-category"></a>
</li>
</ul>
</li>
<li class="lahe-navigation-universe " data-rel="sc-universeMenu-caller">
<a href="/livres" class="lahe-universe-label type-2">Livres</a>
<ul class="enmm-mainMenu type-2 d-hidden" data-rel="sc-universeMenu">
<li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-newspaper enmm-mainMenu-ico" ></span>Actualité</div>
<a href="/livres/actualite" class="d-link-alt enmm-mainMenu-category">Livres du moment</a>
<a href="/livres/meilleures-ventes" class="d-link-alt enmm-mainMenu-category">Meilleures ventes</a>
<a href="/top/resultats/Les_meilleurs_livres_de_2015/703400" class="d-link-alt enmm-mainMenu-category">Meilleurs livres 2015</a>
<a href="http://www.senscritique.com/liste/Tous_les_prix_litteraires_de_2014/434004" class="d-link-alt enmm-mainMenu-category">Prix littéraires 2014</a>
</li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div>
<a href="/livres/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos livres préférés</a>
<a href="/livres/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 livres</a>
<a href="/livres/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a>
<a href="" class="d-link-alt enmm-mainMenu-category"></a>
</li>
</ul>
</li>
<li class="lahe-navigation-universe " data-rel="sc-universeMenu-caller">
<a href="/bd" class="lahe-universe-label type-5">BD</a>
<ul class="enmm-mainMenu type-5 d-hidden" data-rel="sc-universeMenu">
<li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-newspaper enmm-mainMenu-ico" ></span>Actualité</div>
<a href="/bd/actualite" class="d-link-alt enmm-mainMenu-category">Franco-belge</a>
<a href="/bd/actualite/comics" class="d-link-alt enmm-mainMenu-category">Comics</a>
<a href="/bd/actualite/manga" class="d-link-alt enmm-mainMenu-category">Mangas</a>
<a href="/top/resultats/Les_meilleures_BD_de_2015/703417" class="d-link-alt enmm-mainMenu-category">Meilleures BD 2015</a>
</li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div>
<a href="/bd/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos BD préférées</a>
<a href="/bd/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 BD</a>
<a href="/bd/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a>
<a href="" class="d-link-alt enmm-mainMenu-category"></a>
</li>
</ul>
</li>
<li class="lahe-navigation-universe " data-rel="sc-universeMenu-caller">
<a href="/musique" class="lahe-universe-label type-6">Musique</a>
<ul class="enmm-mainMenu type-6 d-hidden" data-rel="sc-universeMenu">
<li class="enmm-mainMenu-tip" data-rel="sc-universeMenu-tip"></li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-newspaper enmm-mainMenu-ico" ></span>Actualité</div>
<a href="/musique/actualite" class="d-link-alt enmm-mainMenu-category">Albums du moment</a>
<a href="/musique/prochaines-sorties" class="d-link-alt enmm-mainMenu-category">Prochaines sorties</a>
<a href="/top/resultats/Les_meilleurs_albums_de_2015/703389" class="d-link-alt enmm-mainMenu-category">Meilleurs albums 2015</a>
</li>
<li class="enmm-mainMenu-section" data-rel="sc-universeMenu-section">
<div class="enmm-mainMenu-label"><span class="eins-sprite eins-compass enmm-mainMenu-ico" ></span>Guide</div>
<a href="/musique/tops/top100-des-top10" class="d-link-alt enmm-mainMenu-category">Vos albums préférés</a>
<a href="/musique/tops/top111" class="d-link-alt enmm-mainMenu-category">Top 111 albums</a>
<a href="/musique/sondages" class="d-link-alt enmm-mainMenu-category">Sondages</a>
<a href="" class="d-link-alt enmm-mainMenu-category"></a>
</li>
</ul>
</li>
<li class="lahe-navigation-universe lahe-navigation-forum">
<a href="/posts" class="lahe-universe-label forum" onClick="ga('send','event','Bloc header','Click','Posts');">Posts</a>
</li>
</ul>
</div>
</div>
</div>
<div class="lahe-header-searchBar">
<div class="d-grid">
<form action="/recherche?" method="GET" class="lahe-searchBar-content" data-rel="sc-headerSearch">
<div class="lahe-searchBar-placeholder" data-rel="sc-headerSearch-placeholder">
<span class="eins-sprite eins-magnify-glass lahe-placeholder-ico" ></span> Chercher une œuvre, un artiste, une liste, un cinéma ou un membre
</div>
<div class="lahe-searchBar-inner">
<div class="lahe-searchBar-ico" data-rel="sc-headerSearch-submit">
<span class="eins-sprite eins-magnify-glass " ></span>
</div>
<div class="lahe-searchBar-queryFilters">
<label class="lahe-queryFilters-current" data-current-filter="0">Tout</label>
<ul class="lahe-queryFilters-list" data-rel="sc-headerSearch-filtersList">
<li class="lahe-queryFilters-filter active" data-available-filter="0">Tout</li>
<li class="lahe-queryFilters-filter " data-available-filter="movies">Films</li>
<li class="lahe-queryFilters-filter " data-available-filter="tvshows">Séries</li>
<li class="lahe-queryFilters-filter " data-available-filter="books">Livres</li>
<li class="lahe-queryFilters-filter " data-available-filter="comics">BD</li>
<li class="lahe-queryFilters-filter " data-available-filter="videogames">Jeux vidéo</li>
<li class="lahe-queryFilters-filter " data-available-filter="albums">Albums de musique</li>
<li class="lahe-queryFilters-filter " data-available-filter="tracks">Morceaux de musique</li>
<li class="lahe-queryFilters-filter " data-available-filter="lists">Listes d'oeuvres</li>
<li class="lahe-queryFilters-filter " data-available-filter="polls">Sondages</li>
<li class="lahe-queryFilters-filter " data-available-filter="franchises">Sagas</li>
<li class="lahe-queryFilters-filter " data-available-filter="contacts">Artistes et sociétés</li>
<li class="lahe-queryFilters-filter " data-available-filter="users">Membres</li>
<li class="lahe-queryFilters-filter " data-available-filter="venues">Cinémas</li>
</ul>
</div>
<input type="text" name="query" value="" class="unfocus lahe-searchBar-query" data-rel="sc-headerSearch-query" />
<button type="button" class="lahe-searchBar-close" data-rel="sc-headerSearch-close">
<span class="eins-sprite eins-delete " ></span>
</button>
</div>
</form>
</div>
</div>
</header>
<div class="d-ad-megaBan">
<script type='text/javascript'>
sas.render('920');
</script>
</div>
<div class="d-grid lahe-breadcrumb"><ul class="lahe-breadcrumb-content " itemscope itemtype="http://schema.org/WebPage"><li ><a href="/" class="lahe-breadcrumb-anchor" itemprop="breadcrumb">SensCritique</a><span class="d-chevron1-r lahe-breadcrumb-divider"></span></li><li ><a href="/series" class="lahe-breadcrumb-anchor" itemprop="breadcrumb">Séries</a><span class="d-chevron1-r lahe-breadcrumb-divider"></span></li><li ><a href="/series/oeuvres/Webserie--9766" class="lahe-breadcrumb-anchor" itemprop="breadcrumb">Websérie</a><span class="d-chevron1-r lahe-breadcrumb-divider"></span></li><li class="lahe-breadcrumb-item">Frites, bière et PC</li></ul></div>
<section class="pvi-hero naked type-4"
>
<div class="pvi-hero-overlay">
<div class="d-grid pvi-hero-content">
<figure class="d-media small d-product-checked-wrapper pvi-hero-figure"
data-rel=" "
data-sc-product-id="8351796">
<div class="d-media-videos "
data-rel="btn-play-product"
data-sc-product-id="8351796"
data-sc-play-type="videos"
data-sc-parameter-id="0"
data-sc-play-value="">
<span class="d-media-caption">Bande-annonce</span> </div>
<a href="http://media.senscritique.com/media/000004380422/source_big/Frites_biere_et_PC.jpg"
class="lightview"
data-lightview-group="posters"
data-lightview-title="Frites, bière et PC">
<img class="pvi-hero-poster" itemprop="image" src="http://media.senscritique.com/media/000004380422/160/Frites_biere_et_PC.jpg" alt="Affiche Frites, bière et PC" title="Affiche Frites, bière et PC" width="160" height="144">
</a>
</figure>
<div class="pvi-hero-product">
<div class="d-rubric-inner">
<h1 class="pvi-product-title " itemprop="name" title="Frites, bière et PC">
Frites, bière et PC
</h1>
<small class="pvi-product-year">(2012)</small>
</div>
<div class="pvi-product-scactions" data-rel="sc-rating"
data-sc-product-id="8351796"
data-format-count="0"
data-format-list=""
data-format-id="">
<div class="d-rubric-inner">
<div class="elrs-stars " data-rel="stars-container" data-product-original-rating="" ><span data-sc-action="rate"
data-product-rating="1"
data-sc-product-id="8351796"
data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="1"
class="eins-sprite eins-rate ">1</span><span data-sc-action="rate"
data-product-rating="2"
data-sc-product-id="8351796"
data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="2"
class="eins-sprite eins-rate ">2</span><span data-sc-action="rate"
data-product-rating="3"
data-sc-product-id="8351796"
data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="3"
class="eins-sprite eins-rate ">3</span><span data-sc-action="rate"
data-product-rating="4"
data-sc-product-id="8351796"
data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="4"
class="eins-sprite eins-rate ">4</span><span data-sc-action="rate"
data-product-rating="5"
data-sc-product-id="8351796"
data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="5"
class="eins-sprite eins-rate ">5</span><span data-sc-action="rate"
data-product-rating="6"
data-sc-product-id="8351796"
data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="6"
class="eins-sprite eins-rate ">6</span><span data-sc-action="rate"
data-product-rating="7"
data-sc-product-id="8351796"
data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="7"
class="eins-sprite eins-rate ">7</span><span data-sc-action="rate"
data-product-rating="8"
data-sc-product-id="8351796"
data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="8"
class="eins-sprite eins-rate ">8</span><span data-sc-action="rate"
data-product-rating="9"
data-sc-product-id="8351796"
data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="9"
class="eins-sprite eins-rate ">9</span><span data-sc-action="rate"
data-product-rating="10"
data-sc-product-id="8351796"
data-sc-tooltip="true" data-sc-tooltip-position-target="top center" data-sc-tooltip-position-tip="bottom center" title="10"
class="eins-sprite eins-rate ">10</span></div>
</div>
<button type="button" data-sc-action="current"
data-sc-product-id="8351796"
data-sc-tooltip="true"
title="Je suis cette série"
class="d-button pvi-product-scaction ">
<span class="eins-sprite eins-current blue" ></span>
En cours
</button>
<button type="button" data-sc-action="recommend"
data-sc-product-id="8351796"
class="d-button pvi-product-scaction "
style="display:none;">
<span class="eins-sprite eins-recommend blue" ></span> Coup de coeur
</button>
<button type="button" data-rel="bt-review sc-button-modal-sc"
data-sc-product-id="8351796"
data-scmodal-type="review"
class="d-button pvi-product-scaction"
style="display:none;">
<span class="eins-sprite eins-review blue" ></span> Critiquer
</button>
<button type="button" data-sc-action="wish-list"
data-sc-product-id="8351796"
class="d-button pvi-product-scaction "
>
<span class="eins-sprite eins-wish blue" ></span>
<span data-rel="label-wish">
Envie de la voir
</span>
</button>
<button type="button" data-rel="sc-button"
data-sc-product-id="8351796"
class="d-button pvi-product-contextmenu">
<span class="eins-sprite eins-extend " ></span>
</button>
</div>
<div class="pvi-product-scrating" itemscope itemprop="aggregateRating" itemtype="http://schema.org/AggregateRating">
<span itemprop="ratingValue" class="pvi-scrating-value">7.3</span>
<span itemprop="bestRating" class="d-hidden">10</span>
<span itemprop="worstRating" class="d-hidden">1</span>
<span itemprop="ratingCount" class="d-hidden">127</span>
<span itemprop="reviewCount" class="d-hidden">16</span>
<div class="pvi-scrating-graph">
<ol class="elrg-graph product " data-rel="sc-graph-mini" data-sc-mode="global">
<li class="elrg-graph-col">
<div class="elrg-graph-data"
style="height: 4.5px;"
>5</div>
</li>
<li class="elrg-graph-col">
<div class="elrg-graph-data"
style="height: 3px;"
>3</div>
</li>
<li class="elrg-graph-col">
<div class="elrg-graph-data"
style="height: 1.5px;"
>2</div>
</li>
<li class="elrg-graph-col">
<div class="elrg-graph-data"
style="height: 3px;"
>4</div>
</li>
<li class="elrg-graph-col">
<div class="elrg-graph-data"
style="height: 6px;"
>7</div>
</li>
<li class="elrg-graph-col">
<div class="elrg-graph-data"
style="height: 7.5px;"
>9</div>
</li>
<li class="elrg-graph-col">
<div class="elrg-graph-data"
style="height: 30px;"
>35</div>
</li>
<li class="elrg-graph-col">
<div class="elrg-graph-data"
style="height: 16.5px;"
>20</div>
</li>
<li class="elrg-graph-col">
<div class="elrg-graph-data"
style="height: 15px;"
>18</div>
</li>
<li class="elrg-graph-col">
<div class="elrg-graph-data"
style="height: 21px;"
>24</div>
</li>
</ol>
<ol class="elrg-graph global extend " data-rel="sc-graph-big" data-sc-mode="global" style="display: none;">
<li class="elrg-graph-col">
<span class="elrg-graph-count">5</span>
<div class="elrg-graph-data"
style="height: 12px;"
>5</div>
<span class="elrg-graph-rating">1</span>
</li>
<li class="elrg-graph-col">
<span class="elrg-graph-count">3</span>
<div class="elrg-graph-data"
style="height: 8px;"
>3</div>
<span class="elrg-graph-rating">2</span>
</li>
<li class="elrg-graph-col">
<span class="elrg-graph-count">2</span>
<div class="elrg-graph-data"
style="height: 4px;"
>2</div>
<span class="elrg-graph-rating">3</span>
</li>
<li class="elrg-graph-col">
<span class="elrg-graph-count">4</span>
<div class="elrg-graph-data"
style="height: 8px;"
>4</div>
<span class="elrg-graph-rating">4</span>
</li>
<li class="elrg-graph-col">
<span class="elrg-graph-count">7</span>
<div class="elrg-graph-data"
style="height: 16px;"
>7</div>
<span class="elrg-graph-rating">5</span>
</li>
<li class="elrg-graph-col">
<span class="elrg-graph-count">9</span>
<div class="elrg-graph-data"
style="height: 20px;"
>9</div>
<span class="elrg-graph-rating">6</span>
</li>
<li class="elrg-graph-col">
<span class="elrg-graph-count">35</span>
<div class="elrg-graph-data"
style="height: 80px;"
>35</div>
<span class="elrg-graph-rating">7</span>
</li>
<li class="elrg-graph-col">
<span class="elrg-graph-count">20</span>
<div class="elrg-graph-data"
style="height: 44px;"
>20</div>
<span class="elrg-graph-rating">8</span>
</li>
<li class="elrg-graph-col">
<span class="elrg-graph-count">18</span>
<div class="elrg-graph-data"
style="height: 40px;"
>18</div>
<span class="elrg-graph-rating">9</span>
</li>
<li class="elrg-graph-col">
<span class="elrg-graph-count">24</span>
<div class="elrg-graph-data"
style="height: 56px;"
>24</div>
<span class="elrg-graph-rating">10</span>
</li>
</ol>
</div>
<ul class="pvi-scrating-details">
<li class="pvi-stats-item"
data-sc-product-id="8351796"
data-rel='sc-total-ratings'
data-sc-tooltip="true"
title="Notes">
<b class="pvi-stats-number d-link-reverse">127</b>
<span class="eins-sprite eins-star white" ></span>
</li>
<li class="pvi-stats-item"
data-sc-tooltip="true"
title="Coups de coeur">
<b class="pvi-stats-number">15</b>
<span class="eins-sprite eins-recommend white" ></span>
</li>
<li class="pvi-stats-item"
data-sc-tooltip="true"
title="Envies">
<b class="pvi-stats-number">13</b>
<span class="eins-sprite eins-wish white" ></span>
</li>
<li class="pvi-stats-item"
data-sc-tooltip="true"
title="En cours">
<b class="pvi-stats-number">4</b>
<span class="eins-sprite eins-current white" ></span>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<nav class="d-menu">
<ul class="d-menu-list">
<li class="pco-menu-social">
<button type="button" class="pco-social-action" data-rel="sc-share-tooltip" data-sc-product-id="8351796">Partager</button>
</li>
<li class="pco-menu-social">
<button type="button" class="pco-social-action" data-rel="sc-buy-tooltip" data-sc-product-id="8351796">Acheter</button>
</li>
<li>
<a href="/serie/Frites_biere_et_PC/8351796"
itemprop="url"
class="d-menu-item active">
<span class="d-menu-home active-4">Accueil</span>
</a>
</li>
<li>
<a href="/serie/Frites_biere_et_PC/8351796/critiques"
class="d-menu-item ">Critiques</a>
</li>
<li>
<a href="/serie/Frites_biere_et_PC/8351796/listes"
class="d-menu-item ">Listes</a>
</li>
<li>
<a href="/serie/Frites_biere_et_PC/8351796/details"
class="d-menu-item ">Casting</a>
</li>
<li>
<a itemprop="trailer" href="/serie/Frites_biere_et_PC/8351796/videos"
class="d-menu-item ">Vidéos</a>
</li>
<li>
<a href="/serie/Frites_biere_et_PC/8351796/images"
class="d-menu-item ">Photos</a>
</li>
</ul>
</nav>
<div class="d-grid">
<div class="d-grid-main" id="inread">
<section class="pvi-productDetails">
<ul>
<li class="pvi-productDetails-item">
<h2>Websérie</h2>
de <span itemscope itemprop="creator" itemtype="http://schema.org/Person"> <a href="/contact/chaka_boudinov/1142170" itemprop="url"> <span itemprop="name">chaka boudinov</span></a></span> </li>
<li class="pvi-productDetails-item">
<h3>
<a itemprop="genre" href="/series/oeuvres/Webserie--9766" class="d-link-alt">Websérie</a> </h3>
</li>
<li class="pvi-productDetails-item">
666 saisons
</li>
<li class="pvi-productDetails-item">
Internet
</li>
<li class="pvi-productDetails-item nowrap"><time datetime="2012-04-19" >19 avril 2012</time></li>
</ul>
<p class="pvi-productDetails-resume" data-rel="small-resume" itemprop="description">Parce que quand on boit trop de bière, on doit aller PC. Vidéo humoristiques sur les mauvais jeux vidéo. Anciennement "jeux de merde".</p>
</section>
<div class="d-rubric">
<div class="pvi-topicHeader">
<button type="button" data-rel="js-link" data-sc-link="/post/8351796" class="d-button-success pvi-topicHeader-newTopic">
Créer un post
</button>
<h3 class="d-heading-opt">
<span class="d-heading2-opt">Posts</span>Frites, bière et PC</h3>
</div>
<ul class="d-rubric-inner">
<li class="efto-topic highlight">
<div class="efto-topic-score">
<div class="efsc-score " data-rel="forum-vote-container " data-item-type="topic" data-item-id="3168">
<div class="eins-sprite eins-upvote efsc-score-action " data-rel="forum-btn" data-vote="up"></div>
<div data-rel="forum-score" class="efsc-score-count">4</div>
<div class="eins-sprite eins-downvote efsc-score-action " data-rel="forum-btn" data-vote="down"></div>
</div>
</div>
<div class="efto-topic-thumbnail" data-rel="js-link" data-sc-link="/posts/Fallout_4_La_Fallout_Beer/3168">
<img src="http://media.senscritique.com/media/000012219207/70_70/Fallout_4_La_Fallout_Beer.jpg" alt="Illustration Fallout 4 : La Fallout Beer" title="Illustration Fallout 4 : La Fallout Beer" width="70" height="70">
</div>
<div class="efto-topic-content">
<a href="/posts/Fallout_4_La_Fallout_Beer/3168" class="d-heading3 d-link-alt efto-topic-title"><h3>Fallout 4 : La Fallout Beer</h3></a>
<small class="efto-topic-footer">
<a href="/posts/jeuxvideo" class="efto-topic-universe type-3">jeuxvideo</a> /
<a href="/posts/jeuxvideo/8351796" class="efto-topic-tag">Frites, bière et PC</a> /
<time datetime="2015-10-27 14:04:06+01:00" data-rel="timeago">27 octobre 2015</time>
par <a href="/posts/Zombizox">Zombizox</a>
</small>
</div>
<a href="/posts/Fallout_4_La_Fallout_Beer/3168#comments" class="efcc-commentCount active">
4
<span class="efcc-commentCount-tip"></span>
</a>
</li>
</ul>
<div class="d-more-container d-rubric-inner">
<button type="button" data-rel="js-link" data-sc-link="/posts/series/8351796" class="d-button d-more">Tous les posts <span class="d-chevron1-r"></span></button>
</div>
</div>
<div class="d-rubric">
<script type='text/javascript'>
sas.render('21999');
</script>
<strong style="display:none;"> </strong>
</div>
<section class="d-rubric">
<div class="d-heading-opt"><h4 class="d-heading2-opt">Critiques : avis d'internautes (16)</h4> Frites, bière et PC</div>
<ul class="pvi-reviews-filters" data-rel="block-listing-filters" data-rel-related="blockReviewsProduct8351796" >
<li>Tri :</li>
<li class="d-filter1 active" data-sc-filter="recommend">recommandées</li>
<li class="d-filter1" data-sc-filter="positive">positives</li>
<li class="d-filter1" data-sc-filter="negative">négatives</li>
<li class="d-filter1" data-sc-filter="recent">plus récentes</li>
</ul>
<div id="blockReviewsProduct8351796"
data-sc-type="review"
data-sc-url="/sc/reviews/indexByProduct/8351796"
data-sc-limit="5"
data-sc-filter="recommend"
data-sc-exclude-ids="23688182">
<div data-rel="sc-listing-content"
data-sc-filter="recommend"
data-sc-total="2"
data-sc-count="2">
<article class="ere-review ere-box " >
<button type="button" data-rel="review-overview" data-sc-review-id="23688182" class="ere-review-overview"><span class="eins-sprite eins-zoom " ></span></button>
<span class="ere-review-heading">Ha, la liberté de ton....</span> <p class="ere-review-excerpt" >
Chakaboudinov est très au courant des jeux qui sortent, et en bon fan de FPS, il rate rarement son coup. Il vise souvent au-dessous de la ceinture. Il tire sur les handicapés, sur les parties sensibles, ne respecte ni la religion, ni les institutions, et sort au moins une blague pas drôle et politiquement incorrecte dans chaque test. Surtout, il est assez imprévisible. J'aime beaucoup ce...
<a href="/serie/Frites_biere_et_PC/critique/23688182" class="ere-review-anchor">Lire l'avis à propos de Frites, bière et PC</a>
</p>
<footer class="ere-review-details">
<div class="ere-review-actions">
<span class="eins-sprite eins-like-xs-gray " ></span>
2
</div>
<a href="/serie/Frites_biere_et_PC/critique/23688182" class="elrua-useraction size-30 ">
<img class="elrua-useraction-avatar" data-sc-user-tooltip="41105" src="http://media.senscritique.com/media/000004001057/30/zardoz6704.jpg" alt="Avatar zardoz6704" title="Avatar zardoz6704" width="30" height="30">
<div class="elrua-useraction-action "
>
<span class="elrua-useraction-inner only-child" data-rel="sc-action">
9 </span>
</div>
</a>
<div class="ere-review-author">
<span class="d-offset" data-sc-user-tooltip="41105">
zardoz6704
</span>
· <time datetime="2013-06-26 23:35:22+02:00" >26 juin 2013</time>
</div>
<small class="ere-box-spotlight">Découverte</small>
</footer>
</article>
<article class="ere-review ere-box " itemscope itemtype="http://schema.org/Review"itemprop="review" >
<button type="button" data-rel="review-overview" data-sc-review-id="17834134" class="ere-review-overview"><span class="eins-sprite eins-zoom " ></span></button>
<span itemprop="name" class="ere-review-heading">Critique de Frites, bière et PC par RomainRodrigoRo</span> <p class="ere-review-excerpt" itemprop="description">
Il y à quelques années, j'avais attrapé un cancer en jouant à Call of Duty. Mon docteur est formel, ce sont les vidéos de Frites, bière et PC qui m'ont guéri.
Une série à base de POPOPOPOPOPOPOPOPOPOPOPOPOPO BOUM BOUM BOUM ! POPOPOPOPOPOPOPOPOPOPOPOPOPOPO BOUM !
<a itemprop="url" href="/serie/Frites_biere_et_PC/critique/17834134" class="ere-review-anchor">Lire l'avis à propos de Frites, bière et PC</a>
</p>
<footer class="ere-review-details">
<div class="ere-review-actions">
<span class="eins-sprite eins-like-xs-gray " ></span>
7
</div>
<a href="/serie/Frites_biere_et_PC/critique/17834134" class="elrua-useraction size-30 ">
<img class="elrua-useraction-avatar" data-sc-user-tooltip="80151" src="http://media.senscritique.com/media/000004395513/30/Romain_Rodrigo_Ro.jpg" alt="Avatar RomainRodrigoRo" title="Avatar RomainRodrigoRo" width="30" height="30">
<div class="elrua-useraction-action " itemscope itemprop="reviewRating" itemtype="http://schema.org/Rating"
>
<meta itemprop="bestRating" content="10" />
<span class="elrua-useraction-inner only-child" itemprop="ratingValue" data-rel="sc-action">
10 </span>
<span class="eins-sprite eins-user-recommend blue elrua-useraction-recommend" ></span> </div>
</a>
<div class="ere-review-author">
<span class="d-offset" itemscope itemprop="author" itemtype="http://schema.org/Person" data-sc-user-tooltip="80151">
<span itemprop="name">
RomainRodrigoRo
</span>
</span>
· <time itemprop="datePublished" datetime="2013-01-04 13:01:31+01:00" > 4 janvier 2013</time>
</div>
</footer>
</article>
</div>
</div>
<a href="/serie/Frites_biere_et_PC/8351796/critiques">
<span class="d-chevron1-r"></span> Toutes les critiques de la websérie Frites, bière et PC (16)
</a>
<div class="d-more-container d-rubric-inner">
<button type="button" class="d-button d-more" data-rel="sc-btn-more" style="display:none;" data-rel-related="blockReviewsProduct8351796" data-sc-limit="5">
Critiques suivantes <span class="d-chevron1-b"></span>
</button>
</div>
</section>
<script type='text/javascript'>
sas.render('25595');
</script>
<section class="d-rubric">
<h5 class="d-heading-opt">
<span class="d-heading2-opt">Casting : acteurs principaux</span>Frites, bière et PC</h5>
<div class="d-rubric-inner">
<div itemscope itemprop="actor" itemtype="http://schema.org/Person" class="ecot-contact">
<a href="/contact/Chaka_Boudinov/1142171" class="ecot-contact-inner" itemprop="url">
<img itemprop="image" src="http://media.senscritique.com/missing/212/130_200/missing.jpg" alt="Photo Chaka Boudinov" title="Photo Chaka Boudinov">
<div class="ecot-contact-caption" data-sc-tooltip="true" title="Créateur, réalisateur, monteur et présentateur">
<span class="d-offset ecot-contact-label" itemprop="name">Chaka Boudinov</span>
<span class="ecot-contact-role">Créateur, réalisateur, monteur et présentateur</span>
</div>
</a>
</div>
</div>
<a href="/serie/Frites_biere_et_PC/8351796/details"><span class="d-chevron1-r"></span> Casting complet de la websérie Frites, bière et PC</a>
</section>
<section class="d-rubric pvi-trailer">
<div class="d-heading-opt">
<h6 class="d-heading2-opt">Bande-annonce</h6>
Frites, bière et PC
</div>
<div class="" data-rel="external-video" data-sc-no-preroll="" data-sc-video-mode="player" data-sc-video-start="{:start_at}" data-sc-video-id="dETAdW2x2og" data-sc-param-index-id="90763864" data-sc-video-type="1" data-sc-video-width="700" data-sc-video-height="484" data-sc-video-poster="" data-sc-video-autoplay="" data-sc-video-disablerebound="" data-sc-video-delay="{:delay}" data-sc-video-hidecontrols="" data-sc-video-mute="{:mute}"><iframe width="700" height="484" src="http://www.youtube.com/embed/dETAdW2x2og?autoplay=&start=0&iv_load_policy=3" style="border: none;" allowfullscreen></iframe></div>
</section>
<section class="d-rubric">
<h6 class="d-heading-opt">
<span class="d-heading2-opt">Infos</span>Frites, bière et PC</h6>
<b class="d-heading4">Scénaristes</b>
<table class="d-rubric-inner pde-data">
<tr>
<td class="pde-data-label">
<a href="/contact/Chaka_Boudinov/1142172">Chaka Boudinov</a>
</td>
</tr>
</table>
<b class="d-heading4">Producteurs</b>
<table class="d-rubric-inner pde-data">
<tr>
<td class="pde-data-label">
<a href="/contact/Chaka_Boudinov/1142173">Chaka Boudinov</a>
</td>
</tr>
</table>
</section>
<section class="d-rubric">
<span class="d-heading2">Vous pourriez également aimer...</span>
<ul>
<li class="elpt-thumbnail ">
<a
href="/jeuvideo/Team_Fortress_2/98595"
class="d-link-alt elpt-thumbnail-product "
data-rel="sc-button"
data-sc-product-id="98595" >
<figure data-rel="poster" class="elpt-product-wrapper ">
<img src="http://media.senscritique.com/media/000009740805/130/Team_Fortress_2.jpg" alt="Jaquette Team Fortress 2" title="Jaquette Team Fortress 2" width="130" height="177">
<div class="d-posterRating" data-rel="poster-rating">
7.7
<span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="98595"></span>
</div>
</figure> <span class="elpt-product-title size130">Team Fortress 2 (2007)
</span></a>
</li>
<li class="elpt-thumbnail ">
<a
href="/serie/3615_Usul/8110221"
class="d-link-alt elpt-thumbnail-product "
data-rel="sc-button"
data-sc-product-id="8110221" >
<figure data-rel="poster" class="elpt-product-wrapper ">
<img src="http://media.senscritique.com/media/000004924554/130/3615_Usul.jpg" alt="Affiche 3615 Usul" title="Affiche 3615 Usul" width="130" height="177">
<div class="d-posterRating" data-rel="poster-rating">
7.3
<span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="8110221"></span>
</div>
</figure> <span class="elpt-product-title size130">3615 Usul (2011)
</span></a>
</li>
<li class="elpt-thumbnail ">
<a
href="/jeuvideo/Minecraft/453635"
class="d-link-alt elpt-thumbnail-product "
data-rel="sc-button"
data-sc-product-id="453635" >
<figure data-rel="poster" class="elpt-product-wrapper ">
<img src="http://media.senscritique.com/media/000010502754/130/Minecraft.jpg" alt="Jaquette Minecraft" title="Jaquette Minecraft" width="130" height="177">
<div class="d-posterRating" data-rel="poster-rating">
7.6
<span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="453635"></span>
</div>
</figure> <span class="elpt-product-title size130">Minecraft (2011)
</span></a>
</li>
<li class="elpt-thumbnail ">
<a
href="/serie/Joueur_du_Grenier/8287385"
class="d-link-alt elpt-thumbnail-product "
data-rel="sc-button"
data-sc-product-id="8287385" >
<figure data-rel="poster" class="elpt-product-wrapper ">
<img src="http://media.senscritique.com/media/000011140862/130/Joueur_du_Grenier.jpg" alt="Affiche Joueur du Grenier" title="Affiche Joueur du Grenier" width="130" height="173">
<div class="d-posterRating" data-rel="poster-rating">
7.4
<span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="8287385"></span>
</div>
</figure> <span class="elpt-product-title size130">Joueur du Grenier (2009)
</span></a>
</li>
<li class="elpt-thumbnail ">
<a
href="/jeuvideo/Hotline_Miami/7936889"
class="d-link-alt elpt-thumbnail-product "
data-rel="sc-button"
data-sc-product-id="7936889" >
<figure data-rel="poster" class="elpt-product-wrapper ">
<img src="http://media.senscritique.com/media/000006937861/130/Hotline_Miami.jpg" alt="Jaquette Hotline Miami" title="Jaquette Hotline Miami" width="130" height="177">
<div class="d-posterRating" data-rel="poster-rating">
7.9
<span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="7936889"></span>
</div>
</figure> <span class="elpt-product-title size130">Hotline Miami (2012)
</span></a>
</li>
<li class="elpt-thumbnail ">
<a
href="/jeuvideo/Portal/181964"
class="d-link-alt elpt-thumbnail-product "
data-rel="sc-button"
data-sc-product-id="181964" >
<figure data-rel="poster" class="elpt-product-wrapper ">
<img src="http://media.senscritique.com/media/000009752284/130/Portal.jpg" alt="Jaquette Portal" title="Jaquette Portal" width="130" height="177">
<div class="d-posterRating" data-rel="poster-rating">
8.1
<span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="181964"></span>
</div>
</figure> <span class="elpt-product-title size130">Portal (2007)
</span></a>
</li>
<li class="elpt-thumbnail ">
<a
href="/jeuvideo/Super_Meat_Boy/21101"
class="d-link-alt elpt-thumbnail-product "
data-rel="sc-button"
data-sc-product-id="21101" >
<figure data-rel="poster" class="elpt-product-wrapper ">
<img src="http://media.senscritique.com/media/000006921221/130/Super_Meat_Boy.jpg" alt="Jaquette Super Meat Boy" title="Jaquette Super Meat Boy" width="130" height="177">
<div class="d-posterRating" data-rel="poster-rating">
7.8
<span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="21101"></span>
</div>
</figure> <span class="elpt-product-title size130">Super Meat Boy (2010)
</span></a>
</li>
<li class="elpt-thumbnail ">
<a
href="/jeuvideo/Portal_2/34534"
class="d-link-alt elpt-thumbnail-product "
data-rel="sc-button"
data-sc-product-id="34534" >
<figure data-rel="poster" class="elpt-product-wrapper ">
<img src="http://media.senscritique.com/media/000010089205/130/Portal_2.jpg" alt="Jaquette Portal 2" title="Jaquette Portal 2" width="130" height="177">
<div class="d-posterRating" data-rel="poster-rating">
8.4
<span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="34534"></span>
</div>
</figure> <span class="elpt-product-title size130">Portal 2 (2011)
</span></a>
</li>
<li class="elpt-thumbnail ">
<a
href="/jeuvideo/Crysis/279318"
class="d-link-alt elpt-thumbnail-product "
data-rel="sc-button"
data-sc-product-id="279318" >
<figure data-rel="poster" class="elpt-product-wrapper ">
<img src="http://media.senscritique.com/media/000009751743/130/Crysis.jpg" alt="Jaquette Crysis" title="Jaquette Crysis" width="130" height="177">
<div class="d-posterRating" data-rel="poster-rating">
7.1
<span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="279318"></span>
</div>
</figure> <span class="elpt-product-title size130">Crysis (2007)
</span></a>
</li>
<li class="elpt-thumbnail ">
<a
href="/jeuvideo/Left_4_Dead_2/361314"
class="d-link-alt elpt-thumbnail-product "
data-rel="sc-button"
data-sc-product-id="361314" >
<figure data-rel="poster" class="elpt-product-wrapper ">
<img src="http://media.senscritique.com/media/000009701140/130/Left_4_Dead_2.jpg" alt="Jaquette Left 4 Dead 2" title="Jaquette Left 4 Dead 2" width="130" height="177">
<div class="d-posterRating" data-rel="poster-rating">
7.5
<span data-user-action-gallery="true" data-rel="scouts-rating" data-sc-product-id="361314"></span>
</div>
</figure> <span class="elpt-product-title size130">Left 4 Dead 2 (2009)
</span></a>
</li>
</ul>
</section>
<section class="d-rubric pvi-feed">
<div class="d-heading-opt">
<span class="d-heading2-opt">
Dernières actions sur cette websérie
</span>
Frites, bière et PC
</div>
<div class="elfs-container"
data-rel="container-feed"
data-sc-feed-filter-type="product"
data-sc-feed-limit="5"
data-sc-feed-page="1"
data-sc-feed-id="8351796"></div>
<a href="/serie/Frites_biere_et_PC/8351796/actualites" class="d-link"><span class="d-chevron1-b"></span> Plus d'actualité</a>
</section>
</div>
<aside class="d-grid-aside">
<div data-rel="dynamic-element" data-sc-element-position="aside-top"></div>
<div class="d-rubric pvi-scoutsOff">
<div class="pvi-scoutsOff-inner">
<b class="pvi-scoutsOff-title">Le bouche à oreille</b>
<p class="pvi-scoutsOff-text">L'avis de vos amis en 1 clic</p>
<a href="/oauthapi/facebook" class="d-facebookButton pvi-scoutsOff-button">S'inscrire avec FB</a>
</div>
</div>
<div data-rel="dynamic-element" data-sc-element-position="aside-middle"></div>
<span class="d-heading3">Dans les Tops</span>
<div class="d-rubric">
<ul class="standalone">
</ul>
<div class="pvi-tops10">
Présent dans <span class="pvi-tops10-value4">1</span> tops 10
</div>
</div>
<span class="d-heading3">Sélection de listes</span>
<div class="d-rubric">
<ul class="d-rubric-inner">
<li class="eas-item">
<figure class="eas-item-poster size40">
<img src="http://media.senscritique.com/media/000006712157/40_vert/La_liste_qui_dit_non_a_la_tele.jpg" alt="Illustration La liste qui dit non à la télé" title="Illustration La liste qui dit non à la télé" width="40" height="60">
</figure>
<div class="eas-item-content">
<a href="/liste/La_liste_qui_dit_non_a_la_tele/437445" class="d-link-alt" data-sc-tooltip="true" title="Par Mazertyui (66 séries)">La liste qui dit non à la télé</a>
</div>
</li>
</ul>
<a href="/serie/Frites_biere_et_PC/8351796/listes">
<span class="d-chevron1-r"></span> Toutes les listes (3)
</a>
</div>
</aside>
</div>
<div class="d-ad-megaBan">
<script type='text/javascript'>
sas.render('19175');
</script>
</div>
<footer class="lafo-footer">
<div class="d-grid lafo-footer-container">
<ul class="lafo-informations-list">
<li>
<a href="http://lab.senscritique.com" class="lafo-footer-anchor" target="_blank">Lab</a>
</li>
<li>
<a href="http://lab.senscritique.com/changelog" class="lafo-footer-anchor" target="_blank">Changelog</a>
</li>
<li>
<a href="/apropos" class="lafo-footer-anchor">À propos</a>
</li>
<li>
<a href="/faq" class="lafo-footer-anchor">Aide</a>
</li>
<li>
<a href="/blog" class="lafo-footer-anchor">Blog</a>
</li>
<li>
<a href="/apropos/publicite" class="lafo-footer-anchor">Publicité</a>
</li>
<li>
<a href="/apropos/emploi" class="lafo-footer-anchor">Emploi</a>
</li>
<li>
<a href="/apropos/cgu" class="lafo-footer-anchor">Conditions d'utilisation</a>
</li>
</ul>
<div class="lafo-social">
<a href="http://www.facebook.com/senscritique" target="_blank" class="lafoo-footer-social">
<img src="http://static.senscritique.com/img/layout/icons/social/icon-facebook1.png?4" alt="Facebook" width="24" height="24">
</a>
<a href="https://twitter.com/senscritique" target="_blank" class="lafoo-footer-social">
<img src="http://static.senscritique.com/img/layout/icons/social/icon-twitter1.png?4" alt="Twitter" width="24" height="24">
</a>
<a href="https://plus.google.com/+senscritique" rel="publisher" target="_top" style="text-decoration:none;">
<img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="border:0;width:32px;height:32px;"/>
</a>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
window.___gcfg = {lang: 'fr'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</div>
<div class="d-grid">
<ul class="lafo-resume">
<li><a href="/films/salles-de-cinema" class="lafo-resume-item">Séances de cinéma</a></li>
<li><a href="/everymovie/programme-tv/ce-soir" class="lafo-resume-item">Programme TV ce soir</a></li>
<li><a href="/everymovie/programme-tv/aujourdhui" class="lafo-resume-item">Programme TV aujourd'hui</a></li>
<li><a href="/everymovie/programme-tv/demain" class="lafo-resume-item">Programme TV demain</a></li>
<li><a href="/everymovie/programme-tv" class="lafo-resume-item inactive">Programme TV cette semaine</a></li>
</ul>
<ul class="lafo-resume">
<li>
<a href="/films/oeuvres" class="lafo-resume-item ">Avis films</a>
</li>
<li>
<a href="/series/oeuvres" class="lafo-resume-item ">Avis séries</a>
</li>
<li>
<a href="/livres/oeuvres" class="lafo-resume-item ">Avis livres</a>
</li>
<li>
<a href="/bd/oeuvres" class="lafo-resume-item ">Avis BD</a>
</li>
<li>
<a href="/jeuxvideo/oeuvres" class="lafo-resume-item ">Avis jeux vidéo</a>
</li>
<li>
<a href="/musique/oeuvres" class="lafo-resume-item inactive">Avis musique</a>
</li>
</ul>
<span class="lafo-copyright">© 2015 SensCritique</span>
</div>
</footer>
<script type='text/javascript'>
sas.render('10192');
</script>
</div>
<script>
try {
console
} catch(e) {
console = {};
console.log = function(){};
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "http://www.senscritique.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "http://www.senscritique.com/recherche?query={search_term}",
"query-input": "required name=search_term"
}
}
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://static.senscritique.com/lib/plugins/jquery.js"><\/script>')</script>
<script type="text/javascript" src="http://static.senscritique.com/lib/optimized_ln/18504a88e15e551a5853a60ab06c76dd.js"></script>
<script type="text/javascript" src="http://static.senscritique.com/lib/optimized_ln/e9432de15270208a0cb9733c71b52f78.js"></script>
<script>
videojs.options.flash.swf = 'http://' + window.location.host + '/lib/plugins/video-js/video-js.swf';
</script>
<script type='text/javascript'>
sas.render('31712');
</script>
<script language="JavaScript">
function _eStat_Whap_loaded_func() {
eStatWhap.serial("800000000028");
eStatWhap.send();
}
(function() {
var myscript = document.createElement('script');
myscript.src = "http://w.estat.com/js/whap.js";
myscript.setAttribute('async', 'true');
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(myscript, s);
})();
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '1914215135469630');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1914215135469630&ev=PageView&noscript=1"
/></noscript>
<script>(function() {
var _fbq = window._fbq || (window._fbq = []);
if (!_fbq.loaded) {
var fbds = document.createElement('script');
fbds.async = true;
fbds.src = '//connect.facebook.net/en_US/fbds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(fbds, s);
_fbq.loaded = true;
}
})();
window._fbq = window._fbq || [];
</script>
<script>window._fbq.push(['track', 6032844273185, {'value':'0.00','currency':'EUR'}]);</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6032844273185&cd[value]=0.00&cd[currency]=EUR&noscript=1" /></noscript>
<script>window._fbq.push(['track', 6032844294985, {'value':'0.00','currency':'EUR'}]);</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6032844294985&cd[value]=0.00&cd[currency]=EUR&noscript=1" /></noscript>
<div id="fb-root"></div>
<div data-rel="fb_container" data-sc-id="157003860988959"></div>
<script>
// window.fbAsyncInit = function() {
// FB.init({
// appId:'157003860988959',
// cookie:true,
// status:true,
// xfbml:true,
// // channel: 'http://".$domain."/fb_channel.php'
// });
// FB.Event.subscribe('auth.statusChange', function(response) {
// if (response.status === 'connected') {
// var uid = response.authResponse.userID;
// var accessToken = response.authResponse.accessToken;
// var expiresIn = response.authResponse.expiresIn;
// // Do login facebook, only if we have the try
// $('[data-sc-facebook-autologin="true"]').each(function() {
// document.location = '/oauthapi/facebook/';
// });
// $('[data-sc-refresh-api-facebook="true"]').each(function() {
// $.ajax({
// url: '/oauthapi/facebook/renewToken.json',
// type: 'post',
// data:{
// access_token:accessToken,
// expires_in:expiresIn,
// uid:uid
// },
// dataType: 'json',
// success: function (data, textStatus, jqXhr) {
// }
// });
// });
// } else {
// var status = (response.status === 'not_authorized') ? 'connected' : 'unknow';
// // Do nothing
// $('[data-sc-facebook-autologin="true"]').each(function() {
// $.ajax({
// url: '/oauthapi/facebook/status/' + status + '.json',
// type: 'get',
// dataType: 'json',
// success: function (data, textStatus, jqXhr) {
// }
// });
// });
// }
// });
// };
// // Load the SDK Asynchronously
// (function(d){
// var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
// js = d.createElement('script'); js.id = id; js.async = true;
// js.src = "http://connect.facebook.net/fr_FR/all.js";
// d.getElementsByTagName('head')[0].appendChild(js);
// }(document));
</script>
<span data-rel="test_AB" class="sponsored-ad"> </span>
<script type='text/javascript'>
sas.render('928');
</script>
</body>
</html>
|
Reports/ir/ircdotnet.0.5.0/IrcDotNet-net40.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
4da8c378-e0a9-4729-aa3a-fc671e52794a
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#IrcDotNet">IrcDotNet</a></strong></td>
<td class="text-center">97.28 %</td>
<td class="text-center">87.30 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">87.30 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="IrcDotNet"><h3>IrcDotNet</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.Collections.Generic.List`1</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Call System.Collections.ObjectModel.ReadOnlyCollection<T> constructor</td>
</tr>
<tr>
<td style="padding-left:2em">AsReadOnly</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Call System.Collections.ObjectModel.ReadOnlyCollection<T> constructor</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Delegate</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use MethodInfo.CreateDelegate</td>
</tr>
<tr>
<td style="padding-left:2em">CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use MethodInfo.CreateDelegate</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.IO.InternalBufferOverflowException</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.DnsEndPoint</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String,System.Int32)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.EndPoint</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.IPAddress</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.IPEndPoint</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Net.IPAddress,System.Int32)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Security.RemoteCertificateValidationCallback</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Not supported for HTTP - use new Handler and ignorable server certificate errors instead</td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Not supported for HTTP - use new Handler and ignorable server certificate errors instead</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Security.SslPolicyErrors</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Not supported for HTTP - use new Handler and ignorable server certificate errors instead</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Security.SslStream</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">AuthenticateAsClient(System.String)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Sockets.AddressFamily</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Sockets.ProtocolType</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Sockets.Socket</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Dispose</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Connected</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_RemoteEndPoint</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">ReceiveAsync(System.Net.Sockets.SocketAsyncEventArgs)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">SendAsync(System.Net.Sockets.SocketAsyncEventArgs)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Sockets.SocketAsyncEventArgs</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">add_Completed(System.EventHandler{System.Net.Sockets.SocketAsyncEventArgs})</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Dispose</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_BytesTransferred</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_SocketError</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_UserToken</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_DisconnectReuseSocket(System.Boolean)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_RemoteEndPoint(System.Net.EndPoint)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">set_UserToken(System.Object)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">SetBuffer(System.Byte[],System.Int32,System.Int32)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Sockets.SocketError</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Sockets.SocketException</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Int32)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_SocketErrorCode</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Net.Sockets.SocketType</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Reflection.BindingFlags</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Runtime.Serialization.IDeserializationCallback</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">OnDeserialization(System.Object)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Runtime.Serialization.ISerializable</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Runtime.Serialization.SerializationInfo</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove serialization constructors on custom Exception types</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Security.Cryptography.X509Certificates.X509Certificate</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Security.Cryptography.X509Certificates.X509Chain</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.StringComparer</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>CompareInfo.GetStringComparer</td>
</tr>
<tr>
<td style="padding-left:2em">get_InvariantCultureIgnoreCase</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>CompareInfo.GetStringComparer</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Threading.Timer</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use a 32-bit interval.</td>
</tr>
<tr>
<td style="padding-left:2em">Change(System.Int64,System.Int64)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use a 32-bit interval.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Threading.WaitHandle</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Dispose() instead</td>
</tr>
<tr>
<td style="padding-left:2em">Close</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use Dispose() instead</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Type</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().Assembly</td>
</tr>
<tr>
<td style="padding-left:2em">get_Assembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().Assembly</td>
</tr>
<tr>
<td style="padding-left:2em">GetMethods(System.Reflection.BindingFlags)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> |
Reports/dk/dkackman.mockhttp.1.0.1/MockHttp.Store-portable-netcore45%2Bwpa81.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
eac5243e-27dd-40c9-b0cf-1dfddac29aa7
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#MockHttp.Store">MockHttp.Store</a></strong></td>
<td class="text-center">96.77 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">96.77 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="MockHttp.Store"><h3>MockHttp.Store</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.IO.WindowsRuntimeStreamExtensions</td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">AsStreamForRead(Windows.Storage.Streams.IInputStream)</td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.WindowsRuntimeSystemExtensions</td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetAwaiter``1(Windows.Foundation.IAsyncOperation{``0})</td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> |
doc/gov/nasa/worldwind/util/class-use/SectorTree.html | caadxyz/Macro-Thinking-Micro-action | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_17) on Thu Jan 14 02:04:20 PST 2010 -->
<TITLE>
Uses of Class gov.nasa.worldwind.util.SectorTree (NASA World Wind)
</TITLE>
<META NAME="date" CONTENT="2010-01-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class gov.nasa.worldwind.util.SectorTree (NASA World Wind)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="class in gov.nasa.worldwind.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
NASA World Wind</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?gov/nasa/worldwind/util/\class-useSectorTree.html" target="_top"><B>FRAMES</B></A>
<A HREF="SectorTree.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>gov.nasa.worldwind.util.SectorTree</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="class in gov.nasa.worldwind.util">SectorTree</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gov.nasa.worldwind.util"><B>gov.nasa.worldwind.util</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="gov.nasa.worldwind.util"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="class in gov.nasa.worldwind.util">SectorTree</A> in <A HREF="../../../../../gov/nasa/worldwind/util/package-summary.html">gov.nasa.worldwind.util</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="class in gov.nasa.worldwind.util">SectorTree</A> in <A HREF="../../../../../gov/nasa/worldwind/util/package-summary.html">gov.nasa.worldwind.util</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.MarkerTree.html" title="class in gov.nasa.worldwind.util">SectorTree.MarkerTree</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../gov/nasa/worldwind/util/package-summary.html">gov.nasa.worldwind.util</A> with type parameters of type <A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="class in gov.nasa.worldwind.util">SectorTree</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/j2se/1.5.0/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A><<A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="class in gov.nasa.worldwind.util">SectorTree</A><<A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="type parameter in SectorTree">T</A>>></CODE></FONT></TD>
<TD><CODE><B>SectorTree.</B><B><A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html#children">children</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../gov/nasa/worldwind/util/package-summary.html">gov.nasa.worldwind.util</A> that return <A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="class in gov.nasa.worldwind.util">SectorTree</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract <A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="class in gov.nasa.worldwind.util">SectorTree</A><<A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="type parameter in SectorTree">T</A>></CODE></FONT></TD>
<TD><CODE><B>SectorTree.</B><B><A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html#createInstance(gov.nasa.worldwind.geom.Sector, int, int, boolean)">createInstance</A></B>(<A HREF="../../../../../gov/nasa/worldwind/geom/Sector.html" title="class in gov.nasa.worldwind.geom">Sector</A> extent,
int depth,
int maxDepth,
boolean addToAllLevels)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="class in gov.nasa.worldwind.util">SectorTree</A><<A HREF="../../../../../gov/nasa/worldwind/render/markers/Marker.html" title="interface in gov.nasa.worldwind.render.markers">Marker</A>></CODE></FONT></TD>
<TD><CODE><B>SectorTree.MarkerTree.</B><B><A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.MarkerTree.html#createInstance(gov.nasa.worldwind.geom.Sector, int, int, boolean)">createInstance</A></B>(<A HREF="../../../../../gov/nasa/worldwind/geom/Sector.html" title="class in gov.nasa.worldwind.geom">Sector</A> extent,
int depth,
int maxDepth,
boolean addToAllLevels)</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="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../gov/nasa/worldwind/util/SectorTree.html" title="class in gov.nasa.worldwind.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
NASA World Wind</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?gov/nasa/worldwind/util/\class-useSectorTree.html" target="_top"><B>FRAMES</B></A>
<A HREF="SectorTree.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
clean/Linux-x86_64-4.09.0-2.0.5/released/8.7.1+1/random/8.8.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>random: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+1 / random - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
random
<small>
8.8.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-03-02 21:28:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-02 21:28:58 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.11 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.7.1+1 Formal proof management system.
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0 Official release 4.09.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/random"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Random"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: randomized algorithms" "keyword: monads" "keyword: probability" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" ]
authors: [ "Christine Paulin" ]
bug-reports: "https://github.com/coq-contribs/random/issues"
dev-repo: "git+https://github.com/coq-contribs/random.git"
synopsis: "Interpretation of random programs"
description: """
This contribution is a modelisation of random programs
as measures in Coq. It started in 2004 in the context
of the AVERROES project (http://www-verimag.imag.fr/AVERROES/).
It is based on comon work with Philippe Audebaud (ENS Lyon).
It was last updated in february 2007.
It contains the following elements
- an axiomatisation of the interval [0,1] and derived properties
(files Ubase.v and Uprop.v);
- a definition of measures on a type A as functions of type
(A->[0,1])->[0,1] enjoying special stability properties (files
Monads.v and Probas.v); proofs that these constructions have a
monadic structure;
- an interpretation of programs of type A as measures, in particular
a fixpoint construction; the definition of an axiomatic semantic for
deriving judgements such as ``the probability of an expression e to
evaluate to a result satisfying property q belongs to an interval [p,q]''
(file Prog.v);
- Proof of probabilistic termination of a linear random walk (file
Iterflip.v);
- Proof of a program implementing a bernoulli distribution
(Proba(bernouilli(p)=true)=p) using a coin flip and the derived binomial
law (Proba(binomial p n=k)=C(n,k)p^k(1-p)^{n-k}) (file Bernoulli.v);
- Proof of estimation of the combination of two random executions
(file Choice.v)
- Proof of partial termination of parameterized random walk (file Ycart.v)
- Definition of a measure on traces from a mesure on transitions
steps (file Nelist.v, Transitions.v)
The document random.pdf contains a short introduction to the library
associated to the Gallina source code of the library."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/random/archive/v8.8.0.tar.gz"
checksum: "md5=4c84fab15d6c9705dec173d0c80bb1ca"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-random.8.8.0 coq.8.7.1+1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+1).
The following dependencies couldn't be met:
- coq-random -> coq >= 8.8
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-random.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
manpages/man8/cmirrord_selinux.8.html | yuweijun/yuweijun.github.io | <!DOCTYPE html>
<HTML><head><TITLE>Manpage of cmirrord_selinux</TITLE>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css" type="text/css">
</head>
<body>
<header class="site-header">
<div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div>
<div class="site-description">{"type":"documentation"}</div>
</div>
</header>
<div class="page-content"><div class="wrap">
<H1>cmirrord_selinux</H1>
Section: cmirrord SELinux Policy documentation (8)<BR>Updated: cmirrord<BR><A HREF="#index">Index</A>
<A HREF="/manpages/index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
cmirrord_selinux - Security Enhanced Linux Policy for the cmirrord processes
<A NAME="lbAC"> </A>
<H2>DESCRIPTION</H2>
<P>
<P>
SELinux Linux secures
<B>cmirrord</B>
(policy for cmirrord)
processes via flexible mandatory access
control.
<P>
<P>
<P>
<A NAME="lbAD"> </A>
<H2>FILE CONTEXTS</H2>
SELinux requires files to have an extended attribute to define the file type.
<P>
You can see the context of a file using the <B>-Z</B> option to <B>lsP
Policy governs the access confined processes have to these files.
SELinux cmirrord policy is very flexible allowing users to setup their cmirrord processes in as secure a method as possible.
<P>
The following file types are defined for cmirrord:
<P>
<P>
<P>
cmirrord_exec_t </B>
<P>
- Set files with the cmirrord_exec_t type, if you want to transition an executable to the cmirrord_t domain.
<P>
<P>
<P>
<B>cmirrord_initrc_exec_t </B>
<P>
- Set files with the cmirrord_initrc_exec_t type, if you want to transition an executable to the cmirrord_initrc_t domain.
<P>
<P>
<P>
<B>cmirrord_tmpfs_t </B>
<P>
- Set files with the cmirrord_tmpfs_t type, if you want to store cmirrord files on a tmpfs file system.
<P>
<P>
<P>
<B>cmirrord_var_run_t </B>
<P>
- Set files with the cmirrord_var_run_t type, if you want to store the cmirrord files under the /run directory.
<P>
<P>
<P>
Note: File context can be temporarily modified with the chcon command. If you want to permanently change the file context you need to use the
<B>semanage fcontext </B>
command. This will modify the SELinux labeling database. You will need to use
<B>restorecon</B>
to apply the labels.
<P>
<A NAME="lbAE"> </A>
<H2>PROCESS TYPES</H2>
SELinux defines process types (domains) for each process running on the system
<P>
You can see the context of a process using the <B>-Z</B> option to <B>psP
Policy governs the access confined processes have to files.
SELinux cmirrord policy is very flexible allowing users to setup their cmirrord processes in as secure a method as possible.
<P>
The following process types are defined for cmirrord:
<P>
cmirrord_t </B>
<P>
Note:
<B>semanage permissive -a PROCESS_TYPE </B>
can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated.
<P>
<A NAME="lbAF"> </A>
<H2>COMMANDS</H2>
<B>semanage fcontext</B>
can also be used to manipulate default file context mappings.
<P>
<B>semanage permissive</B>
can also be used to manipulate whether or not a process type is permissive.
<P>
<B>semanage module</B>
can also be used to enable/disable/install/remove policy modules.
<P>
<P>
<B>system-config-selinux </B>
is a GUI tool available to customize SELinux policy settings.
<P>
<A NAME="lbAG"> </A>
<H2>AUTHOR<TT> </TT></H2>
This manual page was autogenerated by genman.py.<BR>
<P>
<A NAME="lbAH"> </A>
<H2>SEE ALSO</H2>
<A HREF="/manpages/index.html?8+selinux">selinux</A>(8), <A HREF="http://localhost/cgi-bin/man/man2html?8+cmirrord">cmirrord</A>(8), <A HREF="http://localhost/cgi-bin/man/man2html?8+semanage">semanage</A>(8), <A HREF="http://localhost/cgi-bin/man/man2html?8+restorecon">restorecon</A>(8), <A HREF="http://localhost/cgi-bin/man/man2html?1+chcon">chcon</A>(1)
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">DESCRIPTION</A><DD>
<DT><A HREF="#lbAD">FILE CONTEXTS</A><DD>
<DT><A HREF="#lbAE">PROCESS TYPES</A><DD>
<DT><A HREF="#lbAF">COMMANDS</A><DD>
<DT><A HREF="#lbAG">AUTHOR<TT> </TT></A><DD>
<DT><A HREF="#lbAH">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/manpages/index.html">man2html</A>,
using the manual pages.<BR>
Time: 05:34:25 GMT, December 24, 2015
</div></div>
</body>
</HTML>
|
general_ip/ieee754_fp_adder_subtractor/ieee754_fp_adder_subtractor.sim/sim_1/behav/xsim.dir/ieee754_fp_adder_subtractor_behav/webtalk/usage_statistics_ext_xsim.html | lasalvavida/Zybo-Open-Source-Video-IP-Toolbox | <HTML><HEAD><TITLE>Device Usage Statistics Report</TITLE></HEAD>
<BODY TEXT='#000000' BGCOLOR='#FFFFFF' LINK='#0000EE' VLINK='#551A8B' ALINK='#FF0000'><H3>XSIM Usage Report</H3><BR>
<TABLE BORDER='1' CELLSPACING='0' WIDTH='100%'>
<TR ALIGN='CENTER' BGCOLOR='#A7BFDE'><TD COLSPAN='4'><B>software_version_and_target_device</B></TD></TR>
<TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>beta</B></TD><TD>FALSE</TD>
<TD BGCOLOR='#DBE5F1'><B>build_version</B></TD><TD>1733598</TD>
</TR><TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>date_generated</B></TD><TD>Sun Feb 19 18:46:45 2017</TD>
<TD BGCOLOR='#DBE5F1'><B>os_platform</B></TD><TD>WIN64</TD>
</TR><TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>product_version</B></TD><TD>XSIM v2016.4 (64-bit)</TD>
<TD BGCOLOR='#DBE5F1'><B>project_id</B></TD><TD>c91f3d849e3946338c06a003df075b62</TD>
</TR><TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>project_iteration</B></TD><TD>2</TD>
<TD BGCOLOR='#DBE5F1'><B>random_id</B></TD><TD>e9f09621f9805c478e9e79c1a14dc697</TD>
</TR><TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>registration_id</B></TD><TD>210821937_1777496420_210641448_467</TD>
<TD BGCOLOR='#DBE5F1'><B>route_design</B></TD><TD>FALSE</TD>
</TR><TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>target_device</B></TD><TD>not_applicable</TD>
<TD BGCOLOR='#DBE5F1'><B>target_family</B></TD><TD>not_applicable</TD>
</TR><TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>target_package</B></TD><TD>not_applicable</TD>
<TD BGCOLOR='#DBE5F1'><B>target_speed</B></TD><TD>not_applicable</TD>
</TR><TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>tool_flow</B></TD><TD>xsim_vivado</TD>
</TR> </TABLE><BR>
<TABLE BORDER='1' CELLSPACING='0' WIDTH='100%'>
<TR ALIGN='CENTER' BGCOLOR='#A7BFDE'><TD COLSPAN='4'><B>user_environment</B></TD></TR>
<TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>cpu_name</B></TD><TD>Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz</TD>
<TD BGCOLOR='#DBE5F1'><B>cpu_speed</B></TD><TD>2399 MHz</TD>
</TR><TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>os_name</B></TD><TD>Microsoft Windows 8 or later , 64-bit</TD>
<TD BGCOLOR='#DBE5F1'><B>os_release</B></TD><TD>major release (build 9200)</TD>
</TR><TR ALIGN='LEFT'> <TD BGCOLOR='#DBE5F1'><B>system_ram</B></TD><TD>8.000 GB</TD>
<TD BGCOLOR='#DBE5F1'><B>total_processors</B></TD><TD>1</TD>
</TR> </TABLE><BR>
<TABLE BORDER='1' CELLSPACING='0' WIDTH='100%'>
<TR ALIGN='CENTER' BGCOLOR='#A7BFDE'><TD COLSPAN='4'><B>vivado_usage</B></TD></TR>
</TABLE><BR>
<TABLE BORDER='1' CELLSPACING='0' WIDTH='100%'>
<TR ALIGN='CENTER' BGCOLOR='#A7BFDE'><TD COLSPAN='1'><B>xsim</B></TD></TR>
<TR><TD>
<TABLE BORDER='1' CELLSPACING='0' WIDTH='100%'>
<TR ALIGN='CENTER' BGCOLOR='#DBE5F1'><TD COLSPAN='4'><B>command_line_options</B></TD></TR>
<TR ALIGN='LEFT'> <TD>command=xsim</TD>
</TR> </TABLE>
</TD></TR>
<TR><TD>
<TABLE BORDER='1' CELLSPACING='0' WIDTH='100%'>
<TR ALIGN='CENTER' BGCOLOR='#DBE5F1'><TD COLSPAN='4'><B>usage</B></TD></TR>
<TR ALIGN='LEFT'> <TD>iteration=0</TD>
<TD>runtime=41 us</TD>
<TD>simulation_memory=9116_KB</TD>
<TD>simulation_time=0.03_sec</TD>
</TR><TR ALIGN='LEFT'> <TD>trace_waveform=true</TD>
</TR> </TABLE>
</TD></TR>
</TABLE><BR>
</BODY>
</HTML>
|
css/animate.css | aarongilmore/slim.github.io | @charset "UTF-8";
body {
-webkit-backface-visibility: hidden;
}
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@-moz-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@-o-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.animated.flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
}
}
@-moz-keyframes shake {
0%, 100% {
-moz-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-moz-transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-moz-transform: translateX(10px);
}
}
@-o-keyframes shake {
0%, 100% {
-o-transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-o-transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-o-transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
transform: translateX(10px);
}
}
.animated.shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
}
40% {
-o-transform: translateY(-30px);
}
60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
.animated.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
}
}
@-moz-keyframes tada {
0% {
-moz-transform: scale(1);
}
10%, 20% {
-moz-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-moz-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-moz-transform: scale(1.1) rotate(-3deg);
}
100% {
-moz-transform: scale(1) rotate(0);
}
}
@-o-keyframes tada {
0% {
-o-transform: scale(1);
}
10%, 20% {
-o-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-o-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-o-transform: scale(1.1) rotate(-3deg);
}
100% {
-o-transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
transform: scale(1);
}
10%, 20% {
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
}
}
.animated.tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin: top center;
}
20% {
-webkit-transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-moz-keyframes swing {
20% {
-moz-transform: rotate(15deg);
}
40% {
-moz-transform: rotate(-10deg);
}
60% {
-moz-transform: rotate(5deg);
}
80% {
-moz-transform: rotate(-5deg);
}
100% {
-moz-transform: rotate(0deg);
}
}
@-o-keyframes swing {
20% {
-o-transform: rotate(15deg);
}
40% {
-o-transform: rotate(-10deg);
}
60% {
-o-transform: rotate(5deg);
}
80% {
-o-transform: rotate(-5deg);
}
100% {
-o-transform: rotate(0deg);
}
}
@keyframes swing {
20% {
transform: rotate(15deg);
}
40% {
transform: rotate(-10deg);
}
60% {
transform: rotate(5deg);
}
80% {
transform: rotate(-5deg);
}
100% {
transform: rotate(0deg);
}
}
.animated.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
-moz-animation-name: swing;
-o-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes wobble {
0% {
-moz-transform: translateX(0%);
}
15% {
-moz-transform: translateX(-25%) rotate(-5deg);
}
30% {
-moz-transform: translateX(20%) rotate(3deg);
}
45% {
-moz-transform: translateX(-15%) rotate(-3deg);
}
60% {
-moz-transform: translateX(10%) rotate(2deg);
}
75% {
-moz-transform: translateX(-5%) rotate(-1deg);
}
100% {
-moz-transform: translateX(0%);
}
}
@-o-keyframes wobble {
0% {
-o-transform: translateX(0%);
}
15% {
-o-transform: translateX(-25%) rotate(-5deg);
}
30% {
-o-transform: translateX(20%) rotate(3deg);
}
45% {
-o-transform: translateX(-15%) rotate(-3deg);
}
60% {
-o-transform: translateX(10%) rotate(2deg);
}
75% {
-o-transform: translateX(-5%) rotate(-1deg);
}
100% {
-o-transform: translateX(0%);
}
}
@keyframes wobble {
0% {
transform: translateX(0%);
}
15% {
transform: translateX(-25%) rotate(-5deg);
}
30% {
transform: translateX(20%) rotate(3deg);
}
45% {
transform: translateX(-15%) rotate(-3deg);
}
60% {
transform: translateX(10%) rotate(2deg);
}
75% {
transform: translateX(-5%) rotate(-1deg);
}
100% {
transform: translateX(0%);
}
}
.animated.wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
-o-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
}
50% {
-moz-transform: scale(1.1);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes pulse {
0% {
-o-transform: scale(1);
}
50% {
-o-transform: scale(1.1);
}
100% {
-o-transform: scale(1);
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.animated.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
}
}
@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-moz-animation-timing-function: ease-out;
}
40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-moz-animation-timing-function: ease-out;
}
50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in;
}
80% {
-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-moz-animation-timing-function: ease-in;
}
100% {
-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-moz-animation-timing-function: ease-in;
}
}
@-o-keyframes flip {
0% {
-o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-o-animation-timing-function: ease-out;
}
40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-o-animation-timing-function: ease-out;
}
50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in;
}
80% {
-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-o-animation-timing-function: ease-in;
}
100% {
-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-o-animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flip;
-moz-backface-visibility: visible !important;
-moz-animation-name: flip;
-o-backface-visibility: visible !important;
-o-animation-name: flip;
backface-visibility: visible !important;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-moz-transform: perspective(400px) rotateX(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateX(10deg);
}
100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-o-transform: perspective(400px) rotateX(-10deg);
}
70% {
-o-transform: perspective(400px) rotateX(10deg);
}
100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateX(-10deg);
}
70% {
transform: perspective(400px) rotateX(10deg);
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.animated.flipInX {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
-o-animation-name: flipInX;
backface-visibility: visible !important;
animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-moz-keyframes flipOutX {
0% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-o-keyframes flipOutX {
0% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.animated.flipOutX {
-webkit-animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-moz-animation-name: flipOutX;
-moz-backface-visibility: visible !important;
-o-animation-name: flipOutX;
-o-backface-visibility: visible !important;
animation-name: flipOutX;
backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInY {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-moz-transform: perspective(400px) rotateY(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateY(10deg);
}
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-o-keyframes flipInY {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-o-transform: perspective(400px) rotateY(-10deg);
}
70% {
-o-transform: perspective(400px) rotateY(10deg);
}
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.animated.flipInY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInY;
-o-backface-visibility: visible !important;
-o-animation-name: flipInY;
backface-visibility: visible !important;
animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-moz-keyframes flipOutY {
0% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-o-keyframes flipOutY {
0% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.animated.flipOutY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipOutY;
-o-backface-visibility: visible !important;
-o-animation-name: flipOutY;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@-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;
}
}
.animated.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animated.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-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);
}
}
.animated.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animated.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animated.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animated.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
-moz-animation-name: fadeInUpBig;
-o-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-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);
}
}
.animated.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
-moz-animation-name: fadeInDownBig;
-o-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animated.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
-moz-animation-name: fadeInLeftBig;
-o-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.animated.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
-moz-animation-name: fadeInRightBig;
-o-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.animated.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-20px);
}
}
@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
.animated.fadeOutUp {
-webkit-animation-name: fadeOutUp;
-moz-animation-name: fadeOutUp;
-o-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(20px);
}
}
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
.animated.fadeOutDown {
-webkit-animation-name: fadeOutDown;
-moz-animation-name: fadeOutDown;
-o-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
}
@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-20px);
}
}
@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-20px);
}
}
.animated.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
-moz-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(20px);
}
}
@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
.animated.fadeOutRight {
-webkit-animation-name: fadeOutRight;
-moz-animation-name: fadeOutRight;
-o-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes fadeOutUpBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes fadeOutUpBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.animated.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
-moz-animation-name: fadeOutUpBig;
-o-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes fadeOutDownBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes fadeOutDownBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.animated.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
-moz-animation-name: fadeOutDownBig;
-o-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.animated.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
-moz-animation-name: fadeOutLeftBig;
-o-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes fadeOutRightBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes fadeOutRightBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.animated.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
-moz-animation-name: fadeOutRightBig;
-o-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(.9);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(.9);
}
100% {
transform: scale(1);
}
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slideInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes slideInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
-moz-animation-name: slideInDown;
-o-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes slideInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes slideInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
-moz-animation-name: slideInLeft;
-o-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes slideInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes slideInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
-moz-animation-name: slideInRight;
-o-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes slideOutLeft {
0% {
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes slideOutLeft {
0% {
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
-moz-animation-name: slideOutLeft;
-o-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes slideOutRight {
0% {
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes slideOutRight {
0% {
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
-moz-animation-name: slideOutRight;
-o-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes slideOutUp {
0% {
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes slideOutUp {
0% {
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
-moz-animation-name: slideOutUp;
-o-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animated.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
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 bounceInUp {
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 bounceInUp {
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 bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}
.animated.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-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);
}
}
.animated.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
.animated.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(-30px);
}
80% {
-moz-transform: translateX(10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
}
80% {
-o-transform: translateX(10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
.animated.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
}
}
@-moz-keyframes bounceOut {
0% {
-moz-transform: scale(1);
}
25% {
-moz-transform: scale(.95);
}
50% {
opacity: 1;
-moz-transform: scale(1.1);
}
100% {
opacity: 0;
-moz-transform: scale(.3);
}
}
@-o-keyframes bounceOut {
0% {
-o-transform: scale(1);
}
25% {
-o-transform: scale(.95);
}
50% {
opacity: 1;
-o-transform: scale(1.1);
}
100% {
opacity: 0;
-o-transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
transform: scale(1);
}
25% {
transform: scale(.95);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(.3);
}
}
.animated.bounceOut {
-webkit-animation-name: bounceOut;
-moz-animation-name: bounceOut;
-o-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes bounceOutUp {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(20px);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes bounceOutUp {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(20px);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.animated.bounceOutUp {
-webkit-animation-name: bounceOutUp;
-moz-animation-name: bounceOutUp;
-o-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes bounceOutDown {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(-20px);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes bounceOutDown {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(-20px);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.animated.bounceOutDown {
-webkit-animation-name: bounceOutDown;
-moz-animation-name: bounceOutDown;
-o-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes bounceOutLeft {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes bounceOutLeft {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(20px);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.animated.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
-moz-animation-name: bounceOutLeft;
-o-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes bounceOutRight {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes bounceOutRight {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(-20px);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.animated.bounceOutRight {
-webkit-animation-name: bounceOutRight;
-moz-animation-name: bounceOutRight;
-o-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
.animated.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.animated.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.animated.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.animated.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.animated.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(200deg);
opacity: 0;
}
}
@-moz-keyframes rotateOut {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(200deg);
opacity: 0;
}
}
@-o-keyframes rotateOut {
0% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0;
}
}
.animated.rotateOut {
-webkit-animation-name: rotateOut;
-moz-animation-name: rotateOut;
-o-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.animated.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
-moz-animation-name: rotateOutUpLeft;
-o-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.animated.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
-moz-animation-name: rotateOutDownLeft;
-o-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.animated.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
-moz-animation-name: rotateOutUpRight;
-o-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.animated.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
-moz-animation-name: rotateOutDownRight;
-o-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
opacity: 0;
}
}
@-moz-keyframes hinge {
0% {
-moz-transform: rotate(0);
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out;
}
20%, 60% {
-moz-transform: rotate(80deg);
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out;
}
40% {
-moz-transform: rotate(60deg);
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out;
}
80% {
-moz-transform: rotate(60deg) translateY(0);
opacity: 1;
-moz-transform-origin: top left;
-moz-animation-timing-function: ease-in-out;
}
100% {
-moz-transform: translateY(700px);
opacity: 0;
}
}
@-o-keyframes hinge {
0% {
-o-transform: rotate(0);
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out;
}
20%, 60% {
-o-transform: rotate(80deg);
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out;
}
40% {
-o-transform: rotate(60deg);
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out;
}
80% {
-o-transform: rotate(60deg) translateY(0);
opacity: 1;
-o-transform-origin: top left;
-o-animation-timing-function: ease-in-out;
}
100% {
-o-transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
transform: rotate(0);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate(80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40% {
transform: rotate(60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
80% {
transform: rotate(60deg) translateY(0);
opacity: 1;
transform-origin: top left;
animation-timing-function: ease-in-out;
}
100% {
transform: translateY(700px);
opacity: 0;
}
}
.animated.hinge {
-webkit-animation-name: hinge;
-moz-animation-name: hinge;
-o-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
}
}
@-moz-keyframes rollIn {
0% {
opacity: 0;
-moz-transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-moz-transform: translateX(0px) rotate(0deg);
}
}
@-o-keyframes rollIn {
0% {
opacity: 0;
-o-transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-o-transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
}
.animated.rollIn {
-webkit-animation-name: rollIn;
-moz-animation-name: rollIn;
-o-animation-name: rollIn;
animation-name: rollIn;
}
@-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
}
}
@-moz-keyframes rollOut {
0% {
opacity: 1;
-moz-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-moz-transform: translateX(100%) rotate(120deg);
}
}
@-o-keyframes rollOut {
0% {
opacity: 1;
-o-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-o-transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
}
.animated.rollOut {
-webkit-animation-name: rollOut;
-moz-animation-name: rollOut;
-o-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@-moz-keyframes lightSpeedIn {
0% {
-moz-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-moz-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-moz-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-moz-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@-o-keyframes lightSpeedIn {
0% {
-o-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-o-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-o-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-o-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.animated.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
-moz-animation-name: lightSpeedIn;
-o-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
-o-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@-moz-keyframes lightSpeedOut {
0% {
-moz-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-moz-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@-o-keyframes lightSpeedOut {
0% {
-o-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-o-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.animated.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
-moz-animation-name: lightSpeedOut;
-o-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
-webkit-animation-duration: 0.25s;
-moz-animation-duration: 0.25s;
-o-animation-duration: 0.25s;
animation-duration: 0.25s;
}
|
doc/tomcat-9.0-doc/servletapi/javax/servlet/http/HttpSessionAttributeListener.html | piterlin/piterlin.github.io | <!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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HttpSessionAttributeListener (Servlet 4.0 API Documentation - Apache Tomcat 9.0.0.M11)</title><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<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="HttpSessionAttributeListener (Servlet 4.0 API Documentation - Apache Tomcat 9.0.0.M11)";
}
}
catch(err) {
}
//-->
var methods = {"i0":18,"i1":18,"i2":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Servlet 4.0 - Apache Tomcat 9.0.0.M11</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../javax/servlet/http/HttpSessionActivationListener.html" title="interface in javax.servlet.http"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/servlet/http/HttpSessionAttributeListener.html" target="_top">Frames</a></li>
<li><a href="HttpSessionAttributeListener.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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">javax.servlet.http</div>
<h2 title="Interface HttpSessionAttributeListener" class="title">Interface HttpSessionAttributeListener</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd>java.util.EventListener</dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">HttpSessionAttributeListener</span>
extends java.util.EventListener</pre>
<div class="block">This listener interface can be implemented in order to get notifications of
changes to the attribute lists of sessions within this web application.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>v 2.3</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== 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="t5" class="tableTab"><span><a href="javascript:show(16);">Default 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>default void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/servlet/http/HttpSessionAttributeListener.html#attributeAdded-javax.servlet.http.HttpSessionBindingEvent-">attributeAdded</a></span>(<a href="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http">HttpSessionBindingEvent</a> se)</code>
<div class="block">Notification that an attribute has been added to a session.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/servlet/http/HttpSessionAttributeListener.html#attributeRemoved-javax.servlet.http.HttpSessionBindingEvent-">attributeRemoved</a></span>(<a href="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http">HttpSessionBindingEvent</a> se)</code>
<div class="block">Notification that an attribute has been removed from a session.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>default void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/servlet/http/HttpSessionAttributeListener.html#attributeReplaced-javax.servlet.http.HttpSessionBindingEvent-">attributeReplaced</a></span>(<a href="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http">HttpSessionBindingEvent</a> se)</code>
<div class="block">Notification that an attribute has been replaced in a session.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="attributeAdded-javax.servlet.http.HttpSessionBindingEvent-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>attributeAdded</h4>
<pre>default void attributeAdded(<a href="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http">HttpSessionBindingEvent</a> se)</pre>
<div class="block">Notification that an attribute has been added to a session. Called after
the attribute is added.
The default implementation is a NO-OP.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>se</code> - Information about the added attribute</dd>
</dl>
</li>
</ul>
<a name="attributeRemoved-javax.servlet.http.HttpSessionBindingEvent-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>attributeRemoved</h4>
<pre>default void attributeRemoved(<a href="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http">HttpSessionBindingEvent</a> se)</pre>
<div class="block">Notification that an attribute has been removed from a session. Called
after the attribute is removed.
The default implementation is a NO-OP.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>se</code> - Information about the removed attribute</dd>
</dl>
</li>
</ul>
<a name="attributeReplaced-javax.servlet.http.HttpSessionBindingEvent-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>attributeReplaced</h4>
<pre>default void attributeReplaced(<a href="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http">HttpSessionBindingEvent</a> se)</pre>
<div class="block">Notification that an attribute has been replaced in a session. Called
after the attribute is replaced.
The default implementation is a NO-OP.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>se</code> - Information about the replaced attribute</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Servlet 4.0 - Apache Tomcat 9.0.0.M11</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../javax/servlet/http/HttpSessionActivationListener.html" title="interface in javax.servlet.http"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../javax/servlet/http/HttpSessionBindingEvent.html" title="class in javax.servlet.http"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/servlet/http/HttpSessionAttributeListener.html" target="_top">Frames</a></li>
<li><a href="HttpSessionAttributeListener.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>Constr | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>
|
html/234567055112.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Screenco Manufacturing Ltd. -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492317210036&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=40935&V_SEARCH.docsStart=40934&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=40933&V_DOCUMENT.docRank=40934&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492317225578&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456126564&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=40935&V_DOCUMENT.docRank=40936&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492317225578&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567138586&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Screenco Manufacturing Ltd.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Screenco Manufacturing Ltd.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.screenco.ca"
target="_blank" title="Website URL">http://www.screenco.ca</a></p>
<p><a href="mailto:info@screenco.ca" title="info@screenco.ca">info@screenco.ca</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
290 Millway Ave<br/>
CONCORD,
Ontario<br/>
L4K 3W4
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
290 Millway Ave<br/>
CONCORD,
Ontario<br/>
L4K 3W4
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(905) 669-9440
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(866) 745-6788</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(905) 669-9480</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Skip
MacLean
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Vice President Sales <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(416) 745-9440
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(416) 745-8522
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
skip@screenco.ca
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
332321 - Metal Window and Door Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Rollformed and extruded screen profiles, fabricated window and door screens, screen components <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Screenco Manufacturing Ltd. is Canada's leading manufacturer of
<br>
high quality rollform and screen products. Our state-of-the-art
<br>
manufacturing facility is conveniently located in Toronto. Our
<br>
engineers and support staff have the expertise to design custom
<br>
products to meet our customers' challenging needs. We offer a
<br>
comprehensive selection of rollform and extruded screen profiles
<br>
and screen components.<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Skip
MacLean
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Vice President Sales <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(416) 745-9440
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(416) 745-8522
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
skip@screenco.ca
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
332321 - Metal Window and Door Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Rollformed and extruded screen profiles, fabricated window and door screens, screen components <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Screenco Manufacturing Ltd. is Canada's leading manufacturer of
<br>
high quality rollform and screen products. Our state-of-the-art
<br>
manufacturing facility is conveniently located in Toronto. Our
<br>
engineers and support staff have the expertise to design custom
<br>
products to meet our customers' challenging needs. We offer a
<br>
comprehensive selection of rollform and extruded screen profiles
<br>
and screen components.<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-02-17
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
resources/pages/404.html | cynnyx/doormat | <!DOCTYPE HTML>
<html>
<head>
<title>404</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body><div class="cynny">
<img src="images/cynny.png"/></div>
<!-----start-wrap--------->
<div class="wrap">
<!-----start-content--------->
<div class="content">
<!-----start-logo--------->
<div class="logo">
<h1><img src="images/404.png"/></h1>
<span>Not Found</span> </div>
<!-----end-logo--------->
<!-----start-search-bar-section--------->
<!-----end-sear-bar--------->
</div>
<!----copy-right--------------> </div>
<!---------end-wrap---------->
</body>
</html>
|
public/Windows 10 x64 (18363.592)/_MMLISTS.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.592)</h4><br>
<h2>_MMLISTS</h2>
<font face="arial"> ZeroedPageList = 0n0<br>
FreePageList = 0n1<br>
StandbyPageList = 0n2<br>
ModifiedPageList = 0n3<br>
ModifiedNoWritePageList = 0n4<br>
BadPageList = 0n5<br>
ActiveAndValid = 0n6<br>
TransitionPage = 0n7<br>
</font></body></html> |
_layouts/post.html | quattromani/clinicaladvisorysolutions | ---
layout: default
comments: true
---
<article>
<h1>{{ page.title }}</h1>
{% if post.sub-title != null %}
<h3>{{ page.sub-title }}</h3>
{% endif %}
<strong>
<time datetime="{{ page.date }}">{{ page.date | date_to_string }}</time>
</strong>
<div class="row">
<div class="three-fifths">
<div class="post">
{{ content }}
</div>
</div>
<div class="two-fifths"></div>
</div>
<strong>FIN</strong>
{% if page.comments %}
<hr>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '{{ site.disqus }}'; // required: replace example with your forum shortname
var disqus_identifier = '{{ post.url }}';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">powered by <span class="logo-disqus">Disqus</span></a>
{% endif %}
</article>
|
epa-grants/research/raw/01542.html | 1wheel/scraping | <!DOCTYPE html>
<!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if IE 8]><html class="lt-ie9 no-js" lang="en" dir="ltr"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)]><!-->
<html class="no-js not-oldie" lang="en" dir="ltr">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="true" />
<link rel="shortcut icon" href="https://www.epa.gov/sites/all/themes/epa/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="MobileOptimized" content="width" />
<meta http-equiv="cleartype" content="on" />
<meta http-equiv="ImageToolbar" content="false" />
<meta name="viewport" content="width=device-width" />
<meta name="version" content="20161218" />
<!--googleon: all-->
<meta name="DC.description" content="" />
<meta name="DC.title" content="" />
<title>
A New Membrane Process for Air Pollution Minimization in Chlor-Alkali Plants|
Research Project Database | Grantee Research Project | ORD | US EPA</title>
<!--googleoff: snippet-->
<meta name="keywords" content="" />
<link rel="shortlink" href="" />
<link rel="canonical" href="" />
<meta name="DC.creator" content="" />
<meta name="DC.language" content="en" />
<meta name="DC.Subject.epachannel" content="" />
<meta name="DC.type" content="" />
<meta name="DC.date.created" content="" />
<meta name="DC.date.modified" content="2017-01-26" />
<!--googleoff: all-->
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/misc/ui/jquery.ui.autocomplete.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/lib/jquery.ui.theme.css" media="all" />
<link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/libraries/template2/s.css" media="all" />
<!--[if lt IE 9]><link type="text/css" rel="stylesheet" href="https://www.epa.gov/sites/all/themes/epa/css/ie.css" media="all" /><![endif]-->
<link rel="alternate" type="application/atom+xml" title="EPA.gov All Press Releases" href="https://www.epa.gov/newsreleases/search/rss" />
<link rel="alternate" type="application/atom+xml" title="EPA.gov Headquarters Press Releases" href="https://www.epa.gov/newsreleases/search/rss/field_press_office/headquarters" />
<link rel="alternate" type="application/atom+xml" title="Greenversations, EPA's Blog" href="https://blog.epa.gov/blog/feed/" />
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/html5.js"></script><![endif]-->
<style type="text/css">
/*This style needed for highlight link. Please do not remove*/
.hlText {
font-family: "Arial";
color: red;
font-weight: bold;
font-style: italic;
background-color: yellow;
}
.tblClass {
font-size:smaller; min-width: 10%; line-height: normal;
}
</style>
</head>
<!-- NOTE, figure out body classes! -->
<body class="node-type-(web-area|page|document|webform) (microsite|resource-directory)" >
<!-- Google Tag Manager -->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-L8ZB" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-L8ZB');</script>
<!-- End Google Tag Manager -->
<div class="skip-links"><a href="#main-content" class="skip-link element-invisible element-focusable">Jump to main content</a></div>
<header class="masthead clearfix" role="banner"> <img class="site-logo" src="https://www.epa.gov/sites/all/themes/epa/logo.png" alt="" />
<hgroup class="site-name-and-slogan">
<h1 class="site-name"><a href="https://www.epa.gov/" title="Go to the home page" rel="home"><span>US EPA</span></a></h1>
<div class="site-slogan">United States Environmental Protection Agency</div>
</hgroup>
<form class="epa-search" method="get" action="https://search.epa.gov/epasearch/epasearch">
<label class="element-hidden" for="search-box">Search</label>
<input class="form-text" placeholder="Search EPA.gov" name="querytext" id="search-box" value=""/>
<button class="epa-search-button" id="search-button" type="submit" title="Search">Search</button>
<input type="hidden" name="fld" value="" />
<input type="hidden" name="areaname" value="" />
<input type="hidden" name="areacontacts" value="" />
<input type="hidden" name="areasearchurl" value="" />
<input type="hidden" name="typeofsearch" value="epa" />
<input type="hidden" name="result_template" value="2col.ftl" />
<input type="hidden" name="filter" value="sample4filt.hts" />
</form>
</header>
<section id="main-content" class="main-content clearfix" role="main">
<div class="region-preface clearfix">
<div id="block-pane-epa-web-area-connect" class="block block-pane contextual-links-region">
<ul class="menu utility-menu">
<li class="menu-item"><a href="https://www.epa.gov/research-grants/forms/contact-us-about-research-grants" class="menu-link contact-us">Contact Us</a></li>
</ul>
</div>
</div>
<div class="main-column clearfix">
<!--googleon: all-->
<div class="panel-pane pane-node-content" >
<div class="pane-content">
<div class="node node-page clearfix view-mode-full">
<div class="box multi related-info right clear-right" style="max-width:300px; font-size:14px;"><!--googleoff: index-->
<h5 class="pane-title">Project Research Results</h5>
<div class="pane-content">
<ul>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1500/report/0">SBIR Phase I</a>
</li>
</ul>
</div>
<!-- RFA Search start -->
<h5 class="pane-title">Related Information</h5>
<div class="pane-content">
<ul><li><a href="https://www.epa.gov/research-grants/">Research Grants</a></li>
<li><a href="https://www.epa.gov/P3">P3: Student Design Competition</a></li>
<li><a href="https://www.epa.gov/research-fellowships/">Research Fellowships</a></li>
<li><a href="https://www.epa.gov/sbir/">Small Business Innovation Research (SBIR)</a></li>
<li><a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/search.welcome">Grantee Research Project Results Search</a></li>
</ul>
</div>
<!-- RFA Search End --><!--googleon: index-->
</div>
<a name="content"></a>
<h2>
A New Membrane Process for Air Pollution Minimization in Chlor-Alkali Plants</h2>
<b>EPA Contract Number:</b> 68D40070<br />
<b>Title:</b> A New Membrane Process for Air Pollution Minimization in Chlor-Alkali Plants<br />
<b>Investigators:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/3555"> Lokhandwala, K. A. </a>
<br />
<strong>Small Business:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.institutionInfo/institution/3676">
<b>Membrane Technology and Research Inc.</b>
</a> <br />
<strong>EPA Contact:</strong>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.investigatorInfo/investigator/1157"> Manager, SBIR Program </a>
<br />
<b>Phase:</b> II<br />
<b>Project Period:</b>
September 1, 1994 through
November 1, 1997
<br />
<b>Project Amount:</b>
$165,000
<br />
<b>RFA:</b>
Small Business Innovation Research (SBIR) - Phase I (1994)
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.rfatext/rfa_id/207">RFA Text</a> |
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/recipients.display/rfa_id/207">Recipients Lists</a>
<br />
<b>Research Category:</b>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/719">SBIR - Pollution Prevention</a>
,
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/963">Pollution Prevention/Sustainable Development</a>
,
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.researchCategory/rc_id/107">Small Business Innovation Research (SBIR)</a>
<br />
<br>
<h3>Description:</h3>
<P>Chlorine ranks among the ten most important commodity chemicals. Chlorine
manufacture produces a number of chlorine-contaminated vent gas streams from
which the chlorine must be removed before the vent gases can be discharged. The
current treatment technology is scrubbing with carbon tetrachloride, which is
estimated to release 8.8X106 lb of carbon tetrachloride annually. As a result of
the legislation arising from the Montreal Protocol, carbon tetrachloride use is
scheduled for rapid phase-out.
<P>This SBIR Phase II proposal covers the development of an alternative chlorine
vent-gas treatment technology based on permselective membranes. In the Phase I
program, membranes and laboratory-scale membrane modules were developed and
shown to have adequate selectivity and flux for this separation and to be stable
for 65 days in a pure chlorine gas environment. Based on these membrane
properties, a membrane system design was prepared; it appears that the membrane
process could be easily integrated into the existing chlorine vent-gas treatment
process. The operating cost of the membrane process is significantly lower than
both the existing carbon tetrachloride scrubbers and the alternative gas
treatment technologies being considered by the industry.
<P>In the Phase II program, MTR will build a test system and demonstrate the
process in the laboratory and at a field site. Two chlorine manufacturers are
willing to provide field sites. If the results are successful, industry adoption
would be rapid, because the industry must replace the existing equipment, and
MTR has already produced membrane separation systems for other applications.
<p></p>
<h3>Supplemental Keywords:</h3>
<i>Chlorine Vent Gas, Carbon Tetrachloride, Membranes, Drop-in Replacement.</i>, RFA, Scientific Discipline, Air, Toxics, Sustainable Industry/Business, National Recommended Water Quality, Chemical Engineering, air toxics, cleaner production/pollution prevention, Environmental Chemistry, Sustainable Environment, HAPS, Technology for Sustainable Environment, tropospheric ozone, Engineering, 33/50, Engineering, Chemistry, & Physics, Environmental Engineering, carbon tetrachloride, chlor-alkali plants, stratospheric ozone, chlorine vent gas, membranes, membrane modules, chlorinated vent gas treatment, membrane process, chlorine vent gas treatment, chlorine vent gas , chlorine vent gas treament, membrane technology <p />
<br />
<h3>SBIR Phase I:</h3>
<a href="https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.abstractDetail/abstract/1500">A New Membrane Process for Air Pollution Minimization in Chlor-Alkali Plants</a>
<br>
</p> </div>
</div>
</div>
<div id="block-epa-og-footer" class="block block-epa-og">
<p class="pagetop"><a href="#content">Top of Page</a></p>
<!--googleoff: all-->
<p id="epa-og-footer"> The perspectives, information and conclusions conveyed in research project abstracts, progress reports, final reports, journal abstracts and journal publications convey the viewpoints of the principal investigator and may not represent the views and policies of ORD and EPA. Conclusions drawn by the principal investigators have not been reviewed by the Agency. </p>
</div>
<!--googleoff: all-->
</div>
</section>
<nav class="nav simple-nav simple-main-nav" role="navigation">
<div class="nav__inner">
<h2 class="element-invisible">Main menu</h2>
<ul class="menu" role="menu">
<li class="menu-item" id="menu-learn" role="presentation"><a href="https://www.epa.gov/environmental-topics" title="Learn about EPA's environmental topics to help protect the environment in your home, workplace, and community and EPA's research mission is to conduct leading-edge research and foster the sound use of science and technology." class="menu-link" role="menuitem">Environmental Topics</a></li>
<li class="menu-item" id="menu-lawsregs" role="presentation"><a href="https://www.epa.gov/laws-regulations" title="Laws written by Congress provide the authority for EPA to write regulations. Regulations explain the technical, operational, and legal details necessary to implement laws." class="menu-link" role="menuitem">Laws & Regulations</a></li>
<li class="menu-item" id="menu-about" role="presentation"><a href="https://www.epa.gov/aboutepa" title="Learn more about: our mission and what we do, how we are organized, and our history." class="menu-link" role="menuitem">About EPA</a></li>
</ul>
</div>
</nav>
<footer class="main-footer clearfix" role="contentinfo">
<div class="main-footer__inner">
<div class="region-footer">
<div class="block block-pane block-pane-epa-global-footer">
<div class="row cols-3">
<div class="col size-1of3">
<div class="col__title">Discover.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/accessibility">Accessibility</a></li>
<li><a href="https://www.epa.gov/aboutepa/administrator-gina-mccarthy">EPA Administrator</a></li>
<li><a href="https://www.epa.gov/planandbudget">Budget & Performance</a></li>
<li><a href="https://www.epa.gov/contracts">Contracting</a></li>
<li><a href="https://www.epa.gov/home/grants-and-other-funding-opportunities">Grants</a></li>
<li><a href="https://www.epa.gov/ocr/whistleblower-protections-epa-and-how-they-relate-non-disclosure-agreements-signed-epa-employees">No FEAR Act Data</a></li>
<li><a href="https://www.epa.gov/home/privacy-and-security-notice">Privacy and Security</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Connect.</div>
<ul class="menu">
<li><a href="https://www.data.gov/">Data.gov</a></li>
<li><a href="https://www.epa.gov/office-inspector-general/about-epas-office-inspector-general">Inspector General</a></li>
<li><a href="https://www.epa.gov/careers">Jobs</a></li>
<li><a href="https://www.epa.gov/newsroom">Newsroom</a></li>
<li><a href="https://www.whitehouse.gov/open">Open Government</a></li>
<li><a href="http://www.regulations.gov/">Regulations.gov</a></li>
<li><a href="https://www.epa.gov/newsroom/email-subscriptions">Subscribe</a></li>
<li><a href="https://www.usa.gov/">USA.gov</a></li>
<li><a href="https://www.whitehouse.gov/">White House</a></li>
</ul>
</div>
<div class="col size-1of3">
<div class="col__title">Ask.</div>
<ul class="menu">
<li><a href="https://www.epa.gov/home/forms/contact-us">Contact Us</a></li>
<li><a href="https://www.epa.gov/home/epa-hotlines">Hotlines</a></li>
<li><a href="https://www.epa.gov/foia">FOIA Requests</a></li>
<li><a href="https://www.epa.gov/home/frequent-questions-specific-epa-programstopics">Frequent Questions</a></li>
</ul>
<div class="col__title">Follow.</div>
<ul class="social-menu">
<li><a class="menu-link social-facebook" href="https://www.facebook.com/EPA">Facebook</a></li>
<li><a class="menu-link social-twitter" href="https://twitter.com/epa">Twitter</a></li>
<li><a class="menu-link social-youtube" href="https://www.youtube.com/user/USEPAgov">YouTube</a></li>
<li><a class="menu-link social-flickr" href="https://www.flickr.com/photos/usepagov">Flickr</a></li>
<li><a class="menu-link social-instagram" href="https://instagram.com/epagov">Instagram</a></li>
</ul>
<p class="last-updated">Last updated on Thursday, January 26, 2017</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://www.epa.gov/sites/all/libraries/template2/jquery.js"></script>
<script src="https://www.epa.gov/sites/all/libraries/template/js.js"></script>
<script src="https://www.epa.gov/sites/all/modules/custom/epa_core/js/alert.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.core.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.widget.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.position.min.js"></script>
<script src="https://www.epa.gov/sites/all/modules/contrib/jquery_update/replace/ui/ui/minified/jquery.ui.autocomplete.min.js"></script>
<!--[if lt IE 9]><script src="https://www.epa.gov/sites/all/themes/epa/js/ie.js"></script><![endif]-->
<!-- REMOVE if not using -->
<script language=javascript>
<!-- // Activate cloak
// pressing enter will not default submit the first defined button but the programmed defined button
function chkCDVal(cdVal)
{
var isErr = true;
try{
var CDParts = cdVal.split(',');
var st = CDParts[0];
var cd = CDParts[1];
var objRegExp = new RegExp('[0-9][0-9]');
if (!isNaN(st)) {
isErr = false;
}
if (!objRegExp.test(cd) || (cd.length>3)){
isErr = false;
}
}
catch(err){
isErr = false;
}
return isErr;
}
function checkCongDist(cdtxt)
{
//alert(cdtxt.value);
if (!chkCDVal(cdtxt.value)) {
alert('Congressional District MUST be in the following format: state, district; example: Virginia, 08');
return false;
}
else {
return true;
}
}
function fnTrapKD(btn, event)
{
var btn = getObject(btn);
if (document.all)
{
if (event.keyCode == 13)
{
event.returnValue=false;event.cancel = true;btn.click();
}
}
else
{
if (event.which == 13)
{
event.returnValue=false;event.cancelBubble = true;btn.click();
}
}
}
function CheckFilter()
{ if (document.searchform.presetTopic.options[document.searchform.presetTopic.selectedIndex].value == 'NA'){
alert('You must select a subtopic. \n This item is not selectable');
document.searchform.presetTopic.options[0].selected = true;
}
}
function openHelpWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
win.focus();
}
function openNewWindow(url,title,scrollable)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars='+scrollable+',menubar=no,status=no');
}
function openNewWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=220,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewMapWindow(url,title)
{
var win = window.open(url,"title",'width=800,height=450,left=320,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNoticeWindow(url,title)
{
var win = window.open(url,"title",'width=300,height=150,left=500,top=150,resizable=1,scrollbars=no,menubar=no,status=no');
}
function openNewSearchWindow(site,subj)
{
title = 'window';
var win = window.open('https://cfpub.epa.gov/ncer_abstracts/index.cfm/fuseaction/display.pubsearch/site/' + site + '/redirect/' + subj,"title",'width=640,height=480,resizable=1,scrollbars=yes,menubar=yes,status=no');
}
function autoCheck(name)
{
document.forms['thisForm'].elements[name].checked = true;
}
function alertUser()
{
var ok = alert("This search might take longer than expected. Please refrain from hitting the refresh or reload button on your browser. The search results will appear after the search is complete. Thank you.");
}
function closePopupWindow(redirectUrl)
{
opener.location = redirectUrl;
opener.focus();
this.close();
}
//-->
</script>
</body>
</html> |
_site/ramona-turns-3/index.html | colomafarre/colomafarre.github.io | <!DOCTYPE html>
<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.0, maximum-scale=1.0, user-scalable=no">
<title>Ramona turned 3*</title>
<meta name="description" content="On May 29th 2018, Ramona turned 3. Three times around the sun! And this year she did it in the city she was born: Gainesville, Florida!">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Merriweather:300,300italic,400,400italic,700italic,700">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:300,400,700">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,700">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/css/vendors/slidebars.min.css">
<link rel="stylesheet" href="/assets/css/vendors/rrssb.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="/assets/images/apple-touch-icon.png" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/assets/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/assets/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/assets/images/apple-touch-icon-152x152.png" />
<link rel="canonical" href="http://localhost:4000/ramona-turns-3/">
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Family on the go" />
<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-86024615-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="loader">
<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="32px" height="32px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
<filter id="dropshadow" height="130%">
<feGaussianBlur in="SourceAlpha" stdDeviation="10"/>
<feOffset dx="0" dy="0" result="offsetblur"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<path d="M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z">
<animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" dur="0.5s" repeatCount="indefinite"/>
</path><!-- style="filter:url(#dropshadow)" -->
</svg>
</div>
<main id="sb-site">
<div class="container">
<div class="wrapper">
<div class="post">
<p class="post-reading-time">~
3 min
</p>
<header class="post-header">
<img src="/img/florida/0000_IMG_2610.JPG" alt="Ramona turned 3*" class="post-thumb" />
<h1 class="post-title">Ramona turned 3*</h1>
</header>
<article class="post-content">
<p>On May 29th 2018, Ramona turned 3. Three times around the sun! And this year she did it in the city she was born: Gainesville, Florida!</p>
<p>We celebrated twice while we were there!! Before travelling we talked to her about her Birthday party, and how she would turn 3 while in Gainesville, etc. So the first day we got there she asked “Am I 3 now??” She was so excited to turn 3 that we started celebrating her birthday 3 days ealier so she could say she was 3!!!</p>
<p>The first Birthday party included a little <strong>chocolate and strawberry cake</strong>, a lot of naked babies and a lot of swimming, Ramona wearing her fairy dress and fancy shoes (when not naked), a lot of old friends and even a new friend (my super friend Michelle had a baby 2 days before the party and they CAME to celebrate with us! They are the best!)</p>
<p><a href="/img/florida/0000_IMG_2569.JPG"> <img border="0" src="/img/florida/0000_IMG_2569.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2582.JPG"> <img border="0" src="/img/florida/0000_IMG_2582.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2589.JPG"> <img border="0" src="/img/florida/0000_IMG_2589.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2610.JPG"> <img border="0" src="/img/florida/0000_IMG_2610.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2620.JPG"> <img border="0" src="/img/florida/0000_IMG_2620.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2633.JPG"> <img border="0" src="/img/florida/0000_IMG_2633.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2656.JPG"> <img border="0" src="/img/florida/0000_IMG_2656.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2659.JPG"> <img border="0" src="/img/florida/0000_IMG_2659.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2661.JPG"> <img border="0" src="/img/florida/0000_IMG_2661.JPG" width="200" /></a></p>
<p>Plus, Ryan (the dad of the 2 days old baby!!) organized a <strong>Fairy Hunt</strong> around the Thomas Center. All the kids joined the fun! It was very cute to see them excited finding fairy dust on the brunches of the trees, pretending they could jump higher because of it, finding little lost treasures from the faires! Such a perfect activity! Thanks again, Ryan!</p>
<p><a href="/img/florida/0000_IMG_2664.JPG"> <img border="0" src="/img/florida/0000_IMG_2664.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2671.JPG"> <img border="0" src="/img/florida/0000_IMG_2671.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2676.JPG"> <img border="0" src="/img/florida/0000_IMG_2676.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2686.JPG"> <img border="0" src="/img/florida/0000_IMG_2686.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2701.JPG"> <img border="0" src="/img/florida/0000_IMG_2701.JPG" width="200" /></a></p>
<p>FAMILY!!!</p>
<p><a href="/img/florida/0000_IMG_2721.JPG"> <img border="0" src="/img/florida/0000_IMG_2721.JPG" width="200" /></a></p>
<p>The sweetest family of 4 !
<a href="/img/florida/0000_IMG_2735.JPG"> <img border="0" src="/img/florida/0000_IMG_2735.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_2798.JPG"> <img border="0" src="/img/florida/0000_IMG_2798.JPG" width="200" /></a></p>
<p>And 2 days later we celebrated again, with more family, a delicious <strong>carrot cake</strong> by Mimi, at the <strong>Cypress & Grove</strong> Brewery, where there was entertainment for everyone (beer and pool table for the adults, and popcorn, blueberry lemonade and corn hole for the little ones). Everybody had fun, but especially Ramona, opening gifts and sharing lolipops with all her “American friends”</p>
<p><a href="/img/florida/0000_IMG_3108.JPG"> <img border="0" src="/img/florida/0000_IMG_3108.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_3117.JPG"> <img border="0" src="/img/florida/0000_IMG_3117.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_3129.JPG"> <img border="0" src="/img/florida/0000_IMG_3129.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_3135.JPG"> <img border="0" src="/img/florida/0000_IMG_3135.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_3141.JPG"> <img border="0" src="/img/florida/0000_IMG_3141.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_3147.JPG"> <img border="0" src="/img/florida/0000_IMG_3147.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_3150.JPG"> <img border="0" src="/img/florida/0000_IMG_3150.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_3160.JPG"> <img border="0" src="/img/florida/0000_IMG_3160.JPG" width="200" /></a> These two, the cutest little friends!</p>
<p><a href="/img/florida/0000_IMG_3201.JPG"> <img border="0" src="/img/florida/0000_IMG_3201.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_3204.JPG"> <img border="0" src="/img/florida/0000_IMG_3204.JPG" width="200" /></a></p>
<p><a href="/img/florida/0000_IMG_3228.JPG"> <img border="0" src="/img/florida/0000_IMG_3228.JPG" width="200" /></a></p>
<p>And now she is a big 3 year old !!!
<a href="/img/florida/0000_IMG_3236.JPG"> <img border="0" src="/img/florida/0000_IMG_3236.JPG" width="200" /></a></p>
<p>Finally, the video I put together of her 3rd year of life! A year with a whole lot of dancing, jumping, biking, talking, and with the big addition to the family, Ramona becoming a big sister!</p>
<iframe width="100%" height="315" src="https://www.youtube.com/embed/cxa7eonuFmI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe>
<p>Birthdays are always emotional for me! (If you want to see Ramona’s first birthday post <a href="http://familyonthego.life/ramona-turns-1/" target="_blank">here</a>, and second <a href="http://familyonthego.life/ramona-turned-2/" target="_blank">here</a>) Looking back at the past year, seeing how much she has changed and learned! And it always seems that it can’t get any better but it does! We love you Ramona, we will always love you!</p>
</article>
<footer class="post-meta">
<div class="meta">
<h3 class="meta-title">Date</h3>
<span class="meta-content">June 13, 2018</span>
</div>
<div class="meta">
<h3 class="meta-title">Author</h3>
<span class="meta-content">Coloma Farré</span>
</div>
<div class="meta">
<h3 class="meta-title">Categories</h3>
<span class="meta-content">
Family
Parenting
Birthday
Video
</span>
</div>
</footer>
<br>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- first family ad -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7902219614622730"
data-ad-slot="1081975204"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<br>
<!-- TO-DO -->
<div class="post-share">
<ul class="rrssb-buttons tiny-format clearfix">
<li class="rrssb-facebook">
<a href="https://www.facebook.com/sharer/sharer.php?u=http://localhost:4000/ramona-turns-3/" title="Facebook" class="popup">
<span class="rrssb-icon">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve">
<path d="M27.825,4.783c0-2.427-2.182-4.608-4.608-4.608H4.783c-2.422,0-4.608,2.182-4.608,4.608v18.434
c0,2.427,2.181,4.608,4.608,4.608H14V17.379h-3.379v-4.608H14v-1.795c0-3.089,2.335-5.885,5.192-5.885h3.718v4.608h-3.726
c-0.408,0-0.884,0.492-0.884,1.236v1.836h4.609v4.608h-4.609v10.446h4.916c2.422,0,4.608-2.188,4.608-4.608V4.783z"/>
</svg>
</span>
<span class="rrssb-text">Post</span>
</a>
</li>
<li class="rrssb-googleplus">
<a href="https://plus.google.com/share?url=http://localhost:4000/ramona-turns-3/" title="Google+" class="popup">
<span class="rrssb-icon">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve">
<g>
<g>
<path d="M14.703,15.854l-1.219-0.948c-0.372-0.308-0.88-0.715-0.88-1.459c0-0.748,0.508-1.223,0.95-1.663
c1.42-1.119,2.839-2.309,2.839-4.817c0-2.58-1.621-3.937-2.399-4.581h2.097l2.202-1.383h-6.67c-1.83,0-4.467,0.433-6.398,2.027
C3.768,4.287,3.059,6.018,3.059,7.576c0,2.634,2.022,5.328,5.604,5.328c0.339,0,0.71-0.033,1.083-0.068
c-0.167,0.408-0.336,0.748-0.336,1.324c0,1.04,0.551,1.685,1.011,2.297c-1.524,0.104-4.37,0.273-6.467,1.562
c-1.998,1.188-2.605,2.916-2.605,4.137c0,2.512,2.358,4.84,7.289,4.84c5.822,0,8.904-3.223,8.904-6.41
c0.008-2.327-1.359-3.489-2.829-4.731H14.703z M10.269,11.951c-2.912,0-4.231-3.765-4.231-6.037c0-0.884,0.168-1.797,0.744-2.511
c0.543-0.679,1.489-1.12,2.372-1.12c2.807,0,4.256,3.798,4.256,6.242c0,0.612-0.067,1.694-0.845,2.478
c-0.537,0.55-1.438,0.948-2.295,0.951V11.951z M10.302,25.609c-3.621,0-5.957-1.732-5.957-4.142c0-2.408,2.165-3.223,2.911-3.492
c1.421-0.479,3.25-0.545,3.555-0.545c0.338,0,0.52,0,0.766,0.034c2.574,1.838,3.706,2.757,3.706,4.479
c-0.002,2.073-1.736,3.665-4.982,3.649L10.302,25.609z"/>
<polygon points="23.254,11.89 23.254,8.521 21.569,8.521 21.569,11.89 18.202,11.89 18.202,13.604 21.569,13.604 21.569,17.004
23.254,17.004 23.254,13.604 26.653,13.604 26.653,11.89 "/>
</g>
</g>
</svg>
</span>
<span class="rrssb-text">Share</span>
</a>
</li>
<li class="rrssb-linkedin">
<a href="http://www.linkedin.com/shareArticle?mini=true&url=http://localhost:4000/ramona-turns-3/&title=Ramona%20turned%203*&summary=On%20May%2029th%202018,%20Ramona%20turned%203.%20Three%20times%20around%20the%20sun!%20And%20this%20year%20she%20did%20it%20in%20the%20city%20she%20was%20born:%20Gainesville,%20Florida!
" title="LinkedIn" class="popup" class="popup">
<span class="rrssb-icon">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve">
<path d="M25.424,15.887v8.447h-4.896v-7.882c0-1.979-0.709-3.331-2.48-3.331c-1.354,0-2.158,0.911-2.514,1.803
c-0.129,0.315-0.162,0.753-0.162,1.194v8.216h-4.899c0,0,0.066-13.349,0-14.731h4.899v2.088c-0.01,0.016-0.023,0.032-0.033,0.048
h0.033V11.69c0.65-1.002,1.812-2.435,4.414-2.435C23.008,9.254,25.424,11.361,25.424,15.887z M5.348,2.501
c-1.676,0-2.772,1.092-2.772,2.539c0,1.421,1.066,2.538,2.717,2.546h0.032c1.709,0,2.771-1.132,2.771-2.546
C8.054,3.593,7.019,2.501,5.343,2.501H5.348z M2.867,24.334h4.897V9.603H2.867V24.334z"/>
</svg>
</span>
<span class="rrssb-text">Share</span>
</a>
</li>
<li class="rrssb-pinterest">
<a href="http://pinterest.com/pin/create/button/?url=http://localhost:4000/ramona-turns-3/&media=/img/florida/0000_IMG_2610.JPG&description=On%20May%2029th%202018,%20Ramona%20turned%203.%20Three%20times%20around%20the%20sun!%20And%20this%20year%20she%20did%20it%20in%20the%20city%20she%20was%20born:%20Gainesville,%20Florida!
" class="popup">
<span class="rrssb-icon">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve">
<path d="M14.021,1.57C6.96,1.57,1.236,7.293,1.236,14.355c0,7.062,5.724,12.785,12.785,12.785c7.061,0,12.785-5.725,12.785-12.785
C26.807,7.294,21.082,1.57,14.021,1.57z M15.261,18.655c-1.161-0.09-1.649-0.666-2.559-1.219c-0.501,2.626-1.113,5.145-2.925,6.458
c-0.559-3.971,0.822-6.951,1.462-10.116c-1.093-1.84,0.132-5.545,2.438-4.632c2.837,1.123-2.458,6.842,1.099,7.557
c3.711,0.744,5.227-6.439,2.925-8.775c-3.325-3.374-9.678-0.077-8.897,4.754c0.19,1.178,1.408,1.538,0.489,3.168
C7.165,15.378,6.53,13.7,6.611,11.462c0.131-3.662,3.291-6.227,6.46-6.582c4.007-0.448,7.771,1.474,8.29,5.239
c0.579,4.255-1.816,8.865-6.102,8.533L15.261,18.655z"/>
</svg>
</span>
<span class="rrssb-text">Pin It</span>
</a>
</li>
<li class="rrssb-email">
<a href="mailto:?subject=Ramona%20turned%203*&body=http://localhost:4000/ramona-turns-3/" title="Email">
<span class="rrssb-icon">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="28px" height="28px" viewBox="0 0 28 28" enable-background="new 0 0 28 28" xml:space="preserve"><g><path d="M20.111 26.147c-2.336 1.051-4.361 1.401-7.125 1.401c-6.462 0-12.146-4.633-12.146-12.265 c0-7.94 5.762-14.833 14.561-14.833c6.853 0 11.8 4.7 11.8 11.252c0 5.684-3.194 9.265-7.399 9.3 c-1.829 0-3.153-0.934-3.347-2.997h-0.077c-1.208 1.986-2.96 2.997-5.023 2.997c-2.532 0-4.361-1.868-4.361-5.062 c0-4.749 3.504-9.071 9.111-9.071c1.713 0 3.7 0.4 4.6 0.973l-1.169 7.203c-0.388 2.298-0.116 3.3 1 3.4 c1.673 0 3.773-2.102 3.773-6.58c0-5.061-3.27-8.994-9.303-8.994c-5.957 0-11.175 4.673-11.175 12.1 c0 6.5 4.2 10.2 10 10.201c1.986 0 4.089-0.43 5.646-1.245L20.111 26.147z M16.646 10.1 c-0.311-0.078-0.701-0.155-1.207-0.155c-2.571 0-4.595 2.53-4.595 5.529c0 1.5 0.7 2.4 1.9 2.4 c1.441 0 2.959-1.828 3.311-4.087L16.646 10.068z"/></g></svg>
</span>
<span class="rrssb-text">Send</span>
</a>
</li>
</ul>
</div>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "http://localhost:4000/ramona-turns-3/";
this.page.identifier = "/ramona-turns-3";
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//www-familyonthego-life.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
</div>
<div class="next-post">
<a href="/adventure-walk/" class="next-post-link"></a>
<img src="/img/adventurewalk/0000_IMG_5237.JPG" class="next-post-thumb" />
<div class="next-post-info">
<span class="next-story">→Next Story</span>
<h5 class="next-post-title">Adventure walks</h5>
</div>
</div>
<br>
<div class="next-post">
<a href="/florida/" class="next-post-link"></a>
<img src="/img/florida/0000_IMG_2664.JPG" class="next-post-thumb" />
<div class="next-post-info">
<span class="next-story">←Previous Story</span>
<h3 class="next-post-title">10 days in Florida, visiting family and friends</h3>
</div>
</div>
</div>
</main>
<a href="#" class="sb-toggle-left">Menu
<span class="nav-icon"></span>
</a>
<div class="sb-slidebar sb-left sb-style-push">
<nav>
<a href="/"><h2 class="site-title">Family on the go</h2></a>
<ul class="sb-menu">
<li class="sb-close ">
<a href="/about/">About</a>
</li>
<li class="sb-close ">
<a href="/archive/">Archive</a>
</li>
<li class="sb-close ">
<a href="/contact/">Contact</a>
</li>
<li class="sb-close ">
<a href="/where/">Where are we?</a>
</li>
</ul>
<div class="site-info">
<p>
Family on the go ‐ Copyright © 2020
</p>
<p>
Powered by Jekyll using <a href="http://github.com/SalGnt/Travelogue">Travelogue</a>
</p>
</div>
</nav>
</div>
<script type="text/javascript" src="/assets/js/libs/jquery.min.js"></script>
<script type="text/javascript" src="/assets/js/libs/slidebars.min.js"></script>
<script type="text/javascript" src="/assets/js/libs/jquery.backstretch.min.js"></script>
<script type="text/javascript" src="/assets/js/libs/jquery.scrollstop.js"></script>
<script type="text/javascript" src="/assets/js/libs/rrssb.min.js"></script>
<script type="text/javascript" src="/assets/js/functions.js"></script>
<script type="text/javascript">
$(function($) {
$.slidebars();
var steps = [];
var images = [
'/img/turned3/20180526_101948.jpg',
];
if (images.length > 0) {
$('.loader').addClass('loading');
steps = scrollSteps(images.length);
$.backstretch(images, {
fade: 1000
});
$.backstretch('pause');
}
$(document).on("backstretch.before", function (e, instance, index) {
$('.loader').addClass('loading');
});
$(document).on('scrollstop', function () {
if (steps.length > 0) {
var percentage = scrollPercentage();
for (var i = 0; i < steps.length; i++) {
if (percentage < steps[i]) {
if (i == $("body").data("backstretch").index) {
break;
}
$.backstretch('show', i);
break;
}
}
}
});
$(document).on("backstretch.after", function (e, instance, index) {
$('.loader').removeClass('loading');
});
});
</script>
</body>
</html>
|
clean/Linux-x86_64-4.07.1-2.0.6/released/8.10.0/lazy-pcf/8.10.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>lazy-pcf: 23 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.0 / lazy-pcf - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
lazy-pcf
<small>
8.10.0
<span class="label label-success">23 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-07 06:33:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-07 06:33:16 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.10.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "http://www.cs.bell-labs.com/~felty/abstracts/ppcoq.html"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/lazyPCF"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: functional programming"
"keyword: lazy evaluation"
"keyword: operational semantics"
"keyword: type soundness"
"keyword: normal forms"
"category: Computer Science/Lambda Calculi"
]
authors: [
"Amy Felty"
"Jill Seaman"
]
bug-reports: "https://github.com/coq-contribs/lazy-pcf/issues"
dev-repo: "git+https://github.com/coq-contribs/lazy-pcf.git"
synopsis: "Subject Reduction for Lazy-PCF"
description: """
An Operational Semantics of Lazy Evaluation and a Proof
of Subject Reduction"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/lazy-pcf/archive/v8.10.0.tar.gz"
checksum: "md5=a6021c336b12ce49e81b08164bbe01bc"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-lazy-pcf.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-lazy-pcf.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>11 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-lazy-pcf.8.10.0 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>23 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 747 K</p>
<ul>
<li>65 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/TypeThms.glob</code></li>
<li>57 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/ApTypes.glob</code></li>
<li>49 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/ApTypes.vo</code></li>
<li>34 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/TypeThms.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/subjrnf.vo</code></li>
<li>30 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/typecheck.glob</code></li>
<li>29 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/freevars.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/OSrules.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/OSrules.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/typecheck.vo</code></li>
<li>23 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/mapsto.vo</code></li>
<li>22 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/rename.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/rename.vo</code></li>
<li>21 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/envprops.vo</code></li>
<li>20 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/subjrnf.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/freevars.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/ApTypes.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/environments.vo</code></li>
<li>16 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/mapsto.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/NFprops.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/valid.vo</code></li>
<li>13 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/utils.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/TypeThms.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/subjrnf.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/utils.vo</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/freevars.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/envprops.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/NFprops.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/syntax.vo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/NF.vo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/typecheck.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/mapsto.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/rename.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/utils.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/NF.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/OSrules.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/valid.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/environments.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/NFprops.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/envprops.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/environments.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/NF.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/SubjRed/valid.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/syntax.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.07.1/lib/coq/user-contrib/lazyPCF/OpSem/syntax.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-lazy-pcf.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
tags/React-Native/index.html | sfmDev/sfmdev.github.io | <!doctype html>
<html class="theme-next pisces use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.0" rel="stylesheet" type="text/css" />
<meta name="keywords" content="Hexo, NexT" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.0" />
<meta name="description" content="iOS开发者 Swift爱好者 处女座">
<meta property="og:type" content="website">
<meta property="og:title" content="石不帅_Code">
<meta property="og:url" content="http://www.jianshu.com/users/baff671b8aed/latest_articles/tags/React-Native/index.html">
<meta property="og:site_name" content="石不帅_Code">
<meta property="og:description" content="iOS开发者 Swift爱好者 处女座">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="石不帅_Code">
<meta name="twitter:description" content="iOS开发者 Swift爱好者 处女座">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Pisces',
sidebar: {"position":"left","display":"post"},
fancybox: true,
motion: true,
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://www.jianshu.com/users/baff671b8aed/latest_articles/tags/React-Native/"/>
<title> 标签: React-Native | 石不帅_Code </title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container one-collumn sidebar-position-left ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">石不帅_Code</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">iOS开发者 Swift爱好者 处女座</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
标签
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div id="posts" class="posts-collapse">
<div class="collection-title">
<h2 >
React-Native
<small>标签</small>
</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/07/28/2017-07-28React-Native中的Flexbox布局/" itemprop="url">
<span itemprop="name">RN 的 Flexbox 布局的学习笔记</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2017-07-28T21:18:06+08:00"
content="2017-07-28" >
07-28
</time>
</div>
</header>
</article>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="http://upload.jianshu.io/users/upload_avatars/1240939/023ebb81b6c7.jpg?imageMogr/thumbnail/390x390/quality/500"
alt="石不帅_" />
<p class="site-author-name" itemprop="name">石不帅_</p>
<p class="site-description motion-element" itemprop="description">iOS开发者 Swift爱好者 处女座</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">17</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories">
<span class="site-state-item-count">2</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags">
<span class="site-state-item-count">9</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
©
<span itemprop="copyrightYear">2019</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">石不帅_</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Pisces
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/affix.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.0"></script>
</body>
</html>
|
hashs-database/hashs/misc___ui___jquery.ui.slider.css | GoZOo/Drupaloscopy | 7.0-alpha3:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef
7.0-alpha4:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef
7.0-alpha5:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef
7.0-alpha6:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef
7.0-alpha7:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef
7.0-beta1:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef
7.0-beta2:112e93cc0b7a227bbb6b3a79819dd41de2c335299c23dbe6df1e01f228fd42ef
7.0-beta3:73ef0129131fdffac08df096945a8e310a3a00e644e3345f09e1ec24eff72818
7.1:ff2e5d8e56c1975cf8548816c6d9bee36dbd81b37947d5c3b71eba0fbfbe662a
7.2:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.3:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.4:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.5:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.6:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.7:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.8:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.9:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.10:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.11:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.12:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.13:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.14:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.15:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.16:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.17:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.18:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.19:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.20:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.21:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.22:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.23:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.24:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.25:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.26:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.27:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.28:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.29:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.30:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.31:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.32:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.33:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.34:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.35:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.36:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.37:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.38:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.39:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.40:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.41:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.42:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.43:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.44:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.50:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.51:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.52:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.53:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.54:27c1d19644b146b7e11e4a756a69406394f4a3ef0e747c6ebdca6396db8f269b
7.0:c8c9779dfb0d5a7358b7075583e8724ced08e1b2b29488f206994d68ffbefa3f
|
doc/html/classCp3mm_1_1Parser_1_1ParserError.html | Baltasarq/cp3mm | <!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"/>
<title>Cp3--: Cp3mm::Parser::ParserError Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="namespaceCp3mm.html">Cp3mm</a>::<a class="el" href="namespaceCp3mm_1_1Parser.html">Parser</a>::<a class="el" href="classCp3mm_1_1Parser_1_1ParserError.html">ParserError</a>
</div>
</div>
<div class="contents">
<h1>Cp3mm::Parser::ParserError Class Reference</h1><!-- doxytag: class="Cp3mm::Parser::ParserError" --><!-- doxytag: inherits="std::runtime_error" -->
<p>Exceptions to be thrown by the parser.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="cp3parser_8h_source.html">cp3parser.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for Cp3mm::Parser::ParserError:</div>
<div class="dynsection">
<div class="center">
<img src="classCp3mm_1_1Parser_1_1ParserError.gif" usemap="#Cp3mm::Parser::ParserError_map" alt=""/>
<map id="Cp3mm::Parser::ParserError_map" name="Cp3mm::Parser::ParserError_map">
<area href="classCp3mm_1_1Parser_1_1SyntaxError.html" alt="Cp3mm::Parser::SyntaxError" shape="rect" coords="0,56,171,80"/>
</map>
</div>
</div>
<p><a href="classCp3mm_1_1Parser_1_1ParserError-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="classCp3mm_1_1Parser_1_1ParserError.html#a231863bc2f84105ad55b938e4e4e29d3">getNumLine</a> () const </td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the line number for this error. <a href="#a231863bc2f84105ad55b938e4e4e29d3"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCp3mm_1_1Parser_1_1ParserError.html#a0f6f961c24e8629764a7fcc011a52164">ParserError</a> (const char *t, const char *msg, unsigned int n)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classCp3mm_1_1Parser_1_1ParserError.html#a51af3ba58a044be228c84e00e8036199">getType</a> () const </td></tr>
<tr><td colspan="2"><h2>Private Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="classCp3mm_1_1Parser_1_1ParserError.html#af379b80d24486afddec360d1a2bf1fb2">numLine</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classCp3mm_1_1Parser_1_1ParserError.html#a9139694191efa696068495782ea38bd7">type</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Exceptions to be thrown by the parser. </p>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a0f6f961c24e8629764a7fcc011a52164"></a><!-- doxytag: member="Cp3mm::Parser::ParserError::ParserError" ref="a0f6f961c24e8629764a7fcc011a52164" args="(const char *t, const char *msg, unsigned int n)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Cp3mm::Parser::ParserError::ParserError </td>
<td>(</td>
<td class="paramtype">const char * </td>
<td class="paramname"> <em>t</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"> <em>msg</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">unsigned int </td>
<td class="paramname"> <em>n</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Constructor for parser errors </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>t</em> </td><td>The type of the error, as a char * string </td></tr>
<tr><td valign="top"></td><td valign="top"><em>msg</em> </td><td>The string representing the message to show </td></tr>
<tr><td valign="top"></td><td valign="top"><em>n</em> </td><td>The line number in which the error appeared </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a231863bc2f84105ad55b938e4e4e29d3"></a><!-- doxytag: member="Cp3mm::Parser::ParserError::getNumLine" ref="a231863bc2f84105ad55b938e4e4e29d3" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned int Cp3mm::Parser::ParserError::getNumLine </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the line number for this error. </p>
</div>
</div>
<a class="anchor" id="a51af3ba58a044be228c84e00e8036199"></a><!-- doxytag: member="Cp3mm::Parser::ParserError::getType" ref="a51af3ba58a044be228c84e00e8036199" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* Cp3mm::Parser::ParserError::getType </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td> const<code> [inline]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="af379b80d24486afddec360d1a2bf1fb2"></a><!-- doxytag: member="Cp3mm::Parser::ParserError::numLine" ref="af379b80d24486afddec360d1a2bf1fb2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">unsigned int <a class="el" href="classCp3mm_1_1Parser_1_1ParserError.html#af379b80d24486afddec360d1a2bf1fb2">Cp3mm::Parser::ParserError::numLine</a><code> [private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a9139694191efa696068495782ea38bd7"></a><!-- doxytag: member="Cp3mm::Parser::ParserError::type" ref="a9139694191efa696068495782ea38bd7" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="classCp3mm_1_1Parser_1_1ParserError.html#a9139694191efa696068495782ea38bd7">Cp3mm::Parser::ParserError::type</a><code> [private]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>src/<a class="el" href="cp3parser_8h_source.html">cp3parser.h</a></li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Wed Feb 24 13:19:04 2010 for Cp3-- by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|
test/server-side-rendering/samples/head-multiple-title/_expected-head.html | sveltejs/svelte | <title>B</title> |
public/js/three.js/examples/webvr_rollercoaster.html | billroy/jchart | <!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webvr - roller coaster</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link type="text/css" rel="stylesheet" href="main.css">
<!-- WebXR Device API (For Chrome M76+), expires 10/16/2019 -->
<meta http-equiv="origin-trial" content="AtWCPo0cZgy0zJDSYftemy7eZvmcwR5qy/4osFkMkLZ0ar6OYyKfbu93pjpxiOVzcWNIVxgoWoK8YtxCXeFSqgIAAABTeyJvcmlnaW4iOiJodHRwczovL3RocmVlanMub3JnOjQ0MyIsImZlYXR1cmUiOiJXZWJYUkRldmljZU03NiIsImV4cGlyeSI6MTU3MTE4Mzk5OX0=">
</head>
<body>
<script src="js/vr/HelioWebXRPolyfill.js"></script>
<script type="module">
import * as THREE from '../build/three.module.js';
import { RollerCoasterGeometry, RollerCoasterShadowGeometry, RollerCoasterLiftersGeometry, TreesGeometry, SkyGeometry } from './jsm/misc/RollerCoaster.js';
import { WEBVR } from './jsm/vr/WebVR.js';
var renderer = new THREE.WebGLRenderer( { antialias: true } );
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
renderer.vr.enabled = true;
document.body.appendChild( renderer.domElement );
document.body.appendChild( WEBVR.createButton( renderer, { referenceSpaceType: 'local' } ) );
//
var scene = new THREE.Scene();
scene.background = new THREE.Color( 0xf0f0ff );
var light = new THREE.HemisphereLight( 0xfff0f0, 0x606066 );
light.position.set( 1, 1, 1 );
scene.add( light );
var train = new THREE.Object3D();
scene.add( train );
var camera = new THREE.PerspectiveCamera( 40, window.innerWidth / window.innerHeight, 0.1, 500 );
train.add( camera );
// environment
var geometry = new THREE.PlaneBufferGeometry( 500, 500, 15, 15 );
geometry.rotateX( - Math.PI / 2 );
var positions = geometry.attributes.position.array;
var vertex = new THREE.Vector3();
for ( var i = 0; i < positions.length; i += 3 ) {
vertex.fromArray( positions, i );
vertex.x += Math.random() * 10 - 5;
vertex.z += Math.random() * 10 - 5;
var distance = ( vertex.distanceTo( scene.position ) / 5 ) - 25;
vertex.y = Math.random() * Math.max( 0, distance );
vertex.toArray( positions, i );
}
geometry.computeVertexNormals();
var material = new THREE.MeshLambertMaterial( {
color: 0x407000
} );
var mesh = new THREE.Mesh( geometry, material );
scene.add( mesh );
var geometry = new TreesGeometry( mesh );
var material = new THREE.MeshBasicMaterial( {
side: THREE.DoubleSide, vertexColors: THREE.VertexColors
} );
var mesh = new THREE.Mesh( geometry, material );
scene.add( mesh );
var geometry = new SkyGeometry();
var material = new THREE.MeshBasicMaterial( { color: 0xffffff } );
var mesh = new THREE.Mesh( geometry, material );
scene.add( mesh );
//
var PI2 = Math.PI * 2;
var curve = ( function () {
var vector = new THREE.Vector3();
var vector2 = new THREE.Vector3();
return {
getPointAt: function ( t ) {
t = t * PI2;
var x = Math.sin( t * 3 ) * Math.cos( t * 4 ) * 50;
var y = Math.sin( t * 10 ) * 2 + Math.cos( t * 17 ) * 2 + 5;
var z = Math.sin( t ) * Math.sin( t * 4 ) * 50;
return vector.set( x, y, z ).multiplyScalar( 2 );
},
getTangentAt: function ( t ) {
var delta = 0.0001;
var t1 = Math.max( 0, t - delta );
var t2 = Math.min( 1, t + delta );
return vector2.copy( this.getPointAt( t2 ) )
.sub( this.getPointAt( t1 ) ).normalize();
}
};
} )();
var geometry = new RollerCoasterGeometry( curve, 1500 );
var material = new THREE.MeshPhongMaterial( {
vertexColors: THREE.VertexColors
} );
var mesh = new THREE.Mesh( geometry, material );
scene.add( mesh );
var geometry = new RollerCoasterLiftersGeometry( curve, 100 );
var material = new THREE.MeshPhongMaterial();
var mesh = new THREE.Mesh( geometry, material );
mesh.position.y = 0.1;
scene.add( mesh );
var geometry = new RollerCoasterShadowGeometry( curve, 500 );
var material = new THREE.MeshBasicMaterial( {
color: 0x305000, depthWrite: false, transparent: true
} );
var mesh = new THREE.Mesh( geometry, material );
mesh.position.y = 0.1;
scene.add( mesh );
var funfairs = [];
//
var geometry = new THREE.CylinderBufferGeometry( 10, 10, 5, 15 );
var material = new THREE.MeshLambertMaterial( {
color: 0xff8080,
//flatShading: true // Lambert does not support flat shading
} );
var mesh = new THREE.Mesh( geometry, material );
mesh.position.set( - 80, 10, - 70 );
mesh.rotation.x = Math.PI / 2;
scene.add( mesh );
funfairs.push( mesh );
var geometry = new THREE.CylinderBufferGeometry( 5, 6, 4, 10 );
var material = new THREE.MeshLambertMaterial( {
color: 0x8080ff,
//flatShading: true // Lambert does not support flat shading
} );
var mesh = new THREE.Mesh( geometry, material );
mesh.position.set( 50, 2, 30 );
scene.add( mesh );
funfairs.push( mesh );
//
window.addEventListener( 'resize', onWindowResize, false );
function onWindowResize() {
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
renderer.setSize( window.innerWidth, window.innerHeight );
}
//
var position = new THREE.Vector3();
var tangent = new THREE.Vector3();
var lookAt = new THREE.Vector3();
var velocity = 0;
var progress = 0;
var prevTime = performance.now();
function render() {
var time = performance.now();
var delta = time - prevTime;
for ( var i = 0; i < funfairs.length; i ++ ) {
funfairs[ i ].rotation.y = time * 0.0004;
}
//
progress += velocity;
progress = progress % 1;
position.copy( curve.getPointAt( progress ) );
position.y += 0.3;
train.position.copy( position );
tangent.copy( curve.getTangentAt( progress ) );
velocity -= tangent.y * 0.0000001 * delta;
velocity = Math.max( 0.00004, Math.min( 0.0002, velocity ) );
train.lookAt( lookAt.copy( position ).sub( tangent ) );
//
renderer.render( scene, camera );
prevTime = time;
}
renderer.setAnimationLoop( render );
</script>
</body>
</html>
|
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/jquery.mCustomScrollbar.js.html | user-tony/photon-rails | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/bootstrap/images/photon/js/plugins/prettify/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="jquery.mCustomScrollbar.js.html#">Sign Up »</a>
<a href="jquery.mCustomScrollbar.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="jquery.mCustomScrollbar.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
|
clean/Linux-x86_64-4.10.0-2.0.6/extra-dev/8.11.dev/algebra/dev.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>algebra: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.11.dev / algebra - dev</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
algebra
<small>
dev
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-14 07:23:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-14 07:23:13 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.0 Official release 4.10.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/coq-contribs/algebra"
license: "LGPL 2"
build: [
["coq_makefile" "-f" "Make" "-o" "Makefile"]
[make "-j%{jobs}%"]
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Algebra"]
depends: [
"ocaml"
"coq" {= "dev"}
]
tags: [ "keyword:algebra" "category:Mathematics/Algebra" "date:1999-03" ]
authors: [ "Loïc Pottier <>" ]
synopsis: "Basics notions of algebra."
flags: light-uninstall
url {
src: "git+https://github.com/coq-contribs/algebra.git#master"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-algebra.dev coq.8.11.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.dev).
The following dependencies couldn't be met:
- coq-algebra -> coq >= dev
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-algebra.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.13.1-2.0.10/released/8.14.1/cfml/20181201.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cfml: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.14.1 / cfml - 20181201</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
cfml
<small>
20181201
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-20 11:08:53 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-20 11:08:53 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.14.1 Formal proof management system
dune 2.9.3 Fast, portable, and opinionated build system
ocaml 4.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "armael.gueneau@inria.fr"
authors: "Arthur Charguéraud <arthur.chargueraud@inria.fr>"
homepage: "https://gitlab.inria.fr/charguer/cfml"
bug-reports: "https://gitlab.inria.fr/charguer/cfml/issues"
license: "CeCILL-B"
dev-repo: "git+https://gitlab.inria.fr/charguer/cfml.git"
build: [make "-j%{jobs}%"]
install: [make "install" "PREFIX=%{prefix}%"]
synopsis: "A tool for proving OCaml programs in Separation Logic"
depends: [
"ocaml" {>= "4.03.0" & < "4.08.0"}
"ocamlbuild" {build}
"pprint" {< "20220103"}
"base-bytes"
"coq" {>= "8.6"}
"coq-tlc" {>= "20181116" & < "20200328"}
]
url {
src:
"https://gitlab.inria.fr/charguer/cfml/-/archive/20181201/archive.tar.gz"
checksum: "sha512=a8fc7142a21263b38db4178246eb03ab6b3d888f591e9ac2621a45b26d63bcfd0ef9f4d10277a3c82e0f5ad0ea2c7784e7da16526504b78f0ce60eb9713ace68"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-cfml.20181201 coq.8.14.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.14.1).
The following dependencies couldn't be met:
- coq-cfml -> ocaml < 4.08.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-cfml.20181201</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
css/style.css | skbhardwaj/n-substring-algorithm | body {
font-size: 20px;
font-family: 'Arial',sans-serif;
word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
margin: 0 auto;
padding: 0;
}
h3 {
text-align: center;
}
input {
font-size: 0.75em;
border: 1px solid #000;
}
ol{
max-height: 200px;
overflow-y: scroll;
margin-left: 10%;
}
ol li {
text-align: right;
max-width: 200px;
}
header {
margin-bottom: 1em;
}
main {
width: 50%;
margin: 0 auto;
}
footer {
margin: 20px 0 0 0;
text-align: center;
font-size: 0.65em;
}
label {
font-size: 0.75em;
}
.step {
margin-bottom: 1.2em;
}
.note {
font-size: 0.65em;
font-style: italic;
color: red;
}
.matches span {
background-color: yellow;
}
#result {
font-size: 0.75em;
background-color: #eee;
border-radius: 5px;
padding: 0.5em;
border: 1px solid #000;
}
#result > div {
margin-bottom: 0.5em;
}
#result > div:last-child {
margin-bottom: 0;
}
#result span {
font-weight: bold;
}
#txt {
text-align: center;
width: 20em;
}
.input{
text-align: center;
width: 10em;
}
|
src/styles.css | brianmhunt/Airconf-2014-Knockout |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro);
body {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
background-color: white;
}
input {
display: block;
width: 80%;
padding: 5px 0.5em;
border-radius: 12px;
margin: 2ex auto;
font-size: 18px;
outline: none;
text-align: center;
}
input:focus {
background-color: #a8f1ff;
}
h1 {
text-align: center;
font-weight: normal;
}
table {
width: 80%;
margin: 15px auto;
}
th {
border-bottom: 1px solid gray;
}
div.sort {
text-align: center;
}
button {
cursor: pointer;
font-size: 18px;
padding: 8px 1em;
background-color: #2e50d8;
color: white;
border-radius: 15px;
outline: none;
border: 1px solid gray;
box-shadow: 3px 3px 3px #888;
}
button:active {
box-shadow: none;
}
.todo {
border-top: 1px solid gray;
margin-top: 50px;
background-color: blue;
color: yellow;
}
ol {
max-width: 600px;
margin: 12px auto;
}
ol ol {
list-style-type: none;
padding-left: 0px;
}
ol cite {
color: blue;
font-size: 0.9em;
float: right;
}
pre {
font-family: 'Source Code Pro', monospace;
font-size: 0.9em;
background-color: #DDD;
border: 1px solid gray;
padding: 0.3em;
margin-top: 20%;
}
|
2017/08/03/108/index.html | liuyandong/liuyandong.github.io | <!doctype html>
<html class="theme-next pisces" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.0" rel="stylesheet" type="text/css" />
<meta name="keywords" content="Hexo, NexT" />
<link rel="alternate" href="/atom.xml" title="栋哥的博客" type="application/atom+xml" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.0" />
<meta name="description" content="以前我做过一期电台,第22期,名字叫互联网是谁发明的。那一期里,我讲了一些互联网的故事,没有涉及技术,都是一些八卦故事。接下来的几期,我想详细的说一说我知道的互联网的故事和一些技术。 因为工作的原因,我的工作是和路由器相关的,主要是给路由器写软件,主要的工作是实现路由器的一些协议,我工作的主要内容基本是就是《TCP/IP详解》那三本书里的第二本。当然这只是我工作中的一小部分内容,更多的工作是给领导">
<meta property="og:type" content="article">
<meta property="og:title" content="108.互联网事(1)-历史和技术">
<meta property="og:url" content="http://yoursite.com/2017/08/03/108/index.html">
<meta property="og:site_name" content="栋哥的博客">
<meta property="og:description" content="以前我做过一期电台,第22期,名字叫互联网是谁发明的。那一期里,我讲了一些互联网的故事,没有涉及技术,都是一些八卦故事。接下来的几期,我想详细的说一说我知道的互联网的故事和一些技术。 因为工作的原因,我的工作是和路由器相关的,主要是给路由器写软件,主要的工作是实现路由器的一些协议,我工作的主要内容基本是就是《TCP/IP详解》那三本书里的第二本。当然这只是我工作中的一小部分内容,更多的工作是给领导">
<meta property="og:locale" content="zh-Hans">
<meta property="og:updated_time" content="2017-10-05T02:05:04.000Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="108.互联网事(1)-历史和技术">
<meta name="twitter:description" content="以前我做过一期电台,第22期,名字叫互联网是谁发明的。那一期里,我讲了一些互联网的故事,没有涉及技术,都是一些八卦故事。接下来的几期,我想详细的说一说我知道的互联网的故事和一些技术。 因为工作的原因,我的工作是和路由器相关的,主要是给路由器写软件,主要的工作是实现路由器的一些协议,我工作的主要内容基本是就是《TCP/IP详解》那三本书里的第二本。当然这只是我工作中的一小部分内容,更多的工作是给领导">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Pisces',
sidebar: {"position":"left","display":"post","offset":12,"offset_float":0,"b2t":false,"scrollpercent":false},
fancybox: true,
motion: false,
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://yoursite.com/2017/08/03/108/"/>
<title> 108.互联网事(1)-历史和技术 | 栋哥的博客 </title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container sidebar-position-left page-post-detail ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">栋哥的博客</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">I was so much older then, I'm younger than that now.</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br />
关于
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
归档
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div id="posts" class="posts-expand">
<article class="post post-type-normal " itemscope itemtype="http://schema.org/Article">
<link itemprop="mainEntityOfPage" href="http://yoursite.com/2017/08/03/108/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="name" content="刘延栋">
<meta itemprop="description" content="">
<meta itemprop="image" content="/uploads/avatar.png">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="栋哥的博客">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
108.互联网事(1)-历史和技术
</h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">发表于</span>
<time title="创建于" itemprop="dateCreated datePublished" datetime="2017-08-03T07:40:53+08:00">
2017-08-03
</time>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>以前我做过一期电台,第22期,名字叫互联网是谁发明的。那一期里,我讲了一些互联网的故事,没有涉及技术,都是一些八卦故事。接下来的几期,我想详细的说一说我知道的互联网的故事和一些技术。</p>
<p>因为工作的原因,我的工作是和路由器相关的,主要是给路由器写软件,主要的工作是实现路由器的一些协议,我工作的主要内容基本是就是《TCP/IP详解》那三本书里的第二本。当然这只是我工作中的一小部分内容,更多的工作是给领导倒茶,按摩,还有帮同事签收快递。</p>
<a id="more"></a>
<p>这一期,我稍微的回顾一下历史。如果大家喜欢看科技的历史,尤其是互联网的历史,可能会看到这样描述互联网的起源。是说冷战时期,由于要应对共产主义的威胁,尤其是苏联的威胁,美国需要一个可靠的系统,能够应付在核打击以后还能有效的指挥军队,然后,就产生了一个军方主导的系统,这个就是阿帕网,也就是互联网的前身。这个事吧,都是后人胡绉的,不对也不错,在第22期里,我曾经提到过一个人,叫查尔斯·赫兹菲尔德,他是当时阿帕网这个项目的主任,他在书里写到,当时肯定没打算搞防核打击的这个网络,因为当时美国只有为数不多的计算机,而且是分散在美国各地,当时很多科研人员没法使用这些计算机,这想搞个事情,让这些计算机互相之间能被使用,而不是一说用计算机,就得出差…</p>
<p>这是两个版本的故事,一个流传非常非常的广泛,几乎分布在任何网络书的前言里,防止核弹打击这是一个非常非常吸引眼球的话题。另一个故事的版本就没什么吸引力了,就是一群科研人员不想出差,想可以远程使用计算机。我只是说一下这两个故事,你可以随便相信一个就好,或者两个都不相信。我个人认为,抗击核打击的那个说法不是很靠谱,因为这个网出来以后,别说核打击了,就是打个雷,或者连雷都甭打,自己就挂了,在70年代,节点的可靠性极差,就和去年的三星手机一样,用着用着自己就炸了…</p>
<p>而且,当时的阿帕网所采用的技术和今天使用的技术一毛钱关系也没有,当时的阿帕网用的技术是NCP技术,这个技术是面向连接的,NCP只能是主机到主机的连接,没法组成大网络,而且,这个NCP没有纠错的机制,传输中只要是有一点错误,马上撂挑子不干了,非常的非常的脆弱。我们今天所使用的IP网,是面向无连接的,和NCP截然相反。这个TCP/IP的思想,更多的是借鉴欧洲,确切的说是法国的cyclades网络,这个名字很有暗示的意味,这个是个地名,是爱琴海上的一个群岛的名字,可以连在一起。</p>
<p>开发这个cyclades网络是人是个法国人,他的名字叫普赞,这个人是个年少成名的大天才,具体的生平我就不说了,一个大发明家,本科的时候设计的东西就被国际公司买去使用。我本科时候,除了游戏,几乎不会任何东西。他本科时候就已经开始卖专利给大公司了。然后没毕业,就赚到了一辈子花不完的钱。他就带着钱,带着爹妈移民美国了,顺便去MIT读了个博士。然后他发现了阿帕网,如果是普通人,可能会觉得太神奇了,他刚开始也这么觉得,但是,很快,他就有了一个大胆的想法,他觉得他可以改进这个网络,然后,他就真的改进了。</p>
<p>后来的事情我就省略了,他的项目进展顺利,直接挤兑了美国的阿帕网,可惜,一直支持这个项目的法国总统乔治-让-蓬皮杜去世了,他去世以后,这个项目竟然给取消了。有一本书专门讲这个事,我不说了,和本文关系不大,然后,你法国脑子有病取消了这个项目,但是,这个面向无连接的技术已经被证明是可行的,也是可靠的,美国的科学家就学去了,然后TCP/IP技术就诞生在美国了,本来是有可能诞生在法国的。在1973年,普赞就在巴黎和法国的一个城市建了一个和美国不同的网络,性能和可靠性比美国的阿帕网要好,这个事情就被普赞的美国好友知道了,基于普赞CYCLADES网络的理念,卡尔夫和卡恩在美国,建立起了如今互联网所普遍使用的TCP/IP协议。</p>
<p>当然了,大家还是非常认可普赞的工作的,比如这个普赞也是被称为互联网之父的,英国女王还给了他100万英镑的奖金呢,就是奖励他这个工作。</p>
<p>我这样讲其实也有问题了,让人感觉阿帕网非常的不靠谱,其实,这不是我的本意,我一直以来,认为一个技术能突出重围,并不是靠这个技术多么优秀,更多的是不知道什么原因,可能是偶然性更多一些。TCP/IP技术也不是说多么的先进,在当时,也有和TCP/IP竞争的技术,并不比TCP/IP差。在TCP/IP诞生后的最初10年里,并没有人敢断言这个技术会在未来占据统治地位。因为当时在阿帕网上,大家觉得NCP这个东西不怎么好,反正随便试试,其中的TCP/IP只是随便试试的技术之一,一直到1985年的时候,TCP/IP才随着Unix的流行而爆发,前10年,不温不火,也没有什么特别的功能是其它技术完不成的。</p>
<p>所以,随着年龄的增长,我已经不认为有什么历史的必然。其实,我现在越来越觉得,无论人也好,历史也好,技术也好,偶然的因素,没法解释的因素才是起决定作用的,后来找的原因,都是马后炮。比如说,在地球上,有这样一种动物,按生物学的分类是人科,人族,人属,智人。这种动物在交配的时候,雄性每次能搞出3亿个精子,但是,绝大部分的智人,只能生一个后代,3亿个,只有一个存活下来。这是历史的必然还是历史的偶然呢?我认为是100%的偶然。你总不能说这3亿个兄弟姐妹,就你最厉害吧!说不定人家是让着你呢… 历史上的灭国战,也不是必然的,大部分仍是偶然因素。比如宋朝的老赵带着军队打北汉,城墙都被水冲开了,眼看就胜利了,结果好死不死,大水冲过来一大堆草,不偏不倚,就堵在这个缺口上,到手的胜利没了,这完全是偶然因素,如果没有这堆草,北汉当天就挂了。还有朱棣,就要死了,结果来了一阵大风,把对方的帅旗给吹断了,结果最后当皇帝了…后来我还看到有人说那叫风切变,用科学的理论一本正经的胡扯为什么朱棣当了皇帝… 还有就是,谁能预料到西安事变的发生?这种事情谁能预测?这玩意就是用大数据,超大数据,也没法预测张作霖,也算是一代枭雄,生了这么个浓包儿子…他的兵最多,装备最好,比日本好5倍,但是失地最广,东三省1秒钟就丢了,战绩最差,罪恶最深… 前无古人,后无来者。</p>
<p>同样,讲到技术,也是这样,为啥TCP/IP技术胜出了呢?我只能说,不知道啥原因,可能是历史的偶然吧。当时,和TCP/IP技术能完成同样功能的有不少技术,比如X.25这个技术,当时TCP/IP能做的,他也能做。只是后来TCP/IP这个技术越来越厉害了,才让X.25协议边缘化了。现在X.25这个协议也在进化,但是,比起TCP/IP来,已经几乎没有存在感了,比如现在的帧中继就是X.25的进化版,就是带有差错自动修正功能的X.25。还有一个变体是AX.25,这个被广泛的应用在业余无线电中,现在也有一些人建议可以用TCP/IP来取代AX.25,真是应了那句话,“凡有的,还要加倍给他叫他多余;没有的,连他所有的也要夺过来。”现在X.25越来越被边缘化了…</p>
<p> 因为TCP/IP协议对普通大众来说太难了,即使是计算机毕业的,也不会有机会接触到,除非你和我一样,找不到好工作,来个做路由器的公司,天天和TCP/IP打交道。以我的经验来看,做网络开发是最没有变通的开发之一,脑袋比较轴的人可以来开发路由器,因为网络协议是定好的,有严格的标准,比如说,IP数据包最大就是64K字节,无论多么天才的项目经理,这个标准是死的,不可能像互联网公司的项目经理一样,有太多的发挥空间。比如用IP Over ATM的技术,每个ATM的Cell固定是53个字节,其中报头是5个字节,这都是标准,不能改变的,如果你是项目经理,想改动一下,那就没法工作了。所以,在开发路由器这个行业,也有项目经理,但是,完全不用像游戏行业,互联网行业的项目经理那么有创意。开发路由器相对比较死板。</p>
<p>因为TCP和IP远离了大众,所以,我只会在这一期里提一下这个技术。以后,我只打算说一下HTTP,这个技术是每个上网的人每天都能用到的技术。知道了HTTP,就能够知道自己为什么能上网,或者为什么不能上网了。HTTP也是每个和网站开发相关的人必须了解的。</p>
<p>如果用一句话来解释TCP/IP的作用,其实也很简单,这是我好多年来体会出来的一句话。IP是用来解决数据包传不远的问题,TCP是用来解决数据包送不到的问题。这个大概就是我至今为止所有的领悟。路由器开发,所有的方案,其实都是解决的一个问题,这个问题很痛苦,就是“出了问题怎么办?”</p>
<p>如果数据包是一包黄金的话,如果你想送到远方,这个问题怎么办?当然是包住,然后写上地址,这个写地址的解决方案,就是IP。那这包黄金送到出去安全么?出了问题怎么办?这要镖局来压镖,这个解决方案就是TCP协议。当镖局压着这包黄金去远方的时候,是不可能认识所有路的。比如让你去2000公里的某地,只能打听,或者用GPS来导航。</p>
<p>不认路怎么办?问呐!就问每个经过的路由器,我该怎走。比如你从北京送到海南,你只能先问去河北怎么走,到了河北再问到山东怎么走,你不太可能一出家门,在北京就问路口的大妈,海南怎么走。只能一站一站问下去。解决这个怎么走路的问题,就是各种OSPF,ISIS协议的问题…</p>
<p>还有一种情况是,比如说,你要去的地方,比如海南吧,你在燕国,这个燕国和海南有仇,燕国的国君就下令,只要是有人去海南,格杀勿论。所以,所有去海南的,去Facebook的,去Google的数据包,在半路就被捅死了…能怎么办呢?有两个办法,一个是坐私人飞机,直接去海南,中间在天上,地上的人没法查,加密的,这种方法叫VPN,有钱人爱坐私人飞机。另一种方法是说谎,在湖北,你正好有个兄弟,燕国正好管不到湖北,沿途有人问你去哪里,你不说去海南,你说去湖北,那数据包就放行了。到了湖北,反正你有兄弟在那里,想干啥也行了,当然从湖北再去海南也是可以的,这个方法叫代理。</p>
<p>好了,关于TCP/IP,就只能讲这些,我至今所学,也不过是这三句。前两句是IP是用来解决数据包传不远的问题,TCP是用来解决数据包送不到的问题。第三句是:出了问题怎么办?</p>
<p>下面几期,讲HTTP以及HTTPS,大概就是这样吧。</p>
</div>
<div>
<div id="wechat_subscriber" style="display: block; padding: 10px 0; margin: 20px auto; width: 100%; text-align: center">
<img id="wechat_subscriber_qcode" src="/uploads/wechat-qcode.jpg" alt="刘延栋 wechat" style="width: 200px; max-width: 100%;"/>
<div>欢迎扫一下关注我的公众号:软件那些事儿</div>
</div>
</div>
<div>
<div style="padding: 10px 0; margin: 20px auto; width: 90%; text-align: center;">
<div>欢迎收听我的电台,你的支持将鼓励我继续前进</div>
<button id="rewardButton" disable="enable" onclick="var qr = document.getElementById('QR'); if (qr.style.display === 'none') {qr.style.display='block';} else {qr.style.display='none'}">
<span>赏</span>
</button>
<div id="QR" style="display: none;">
<div id="wechat" style="display: inline-block">
<img id="wechat_qr" src="/uploads/wechatpay.jpg" alt="刘延栋 WeChat Pay"/>
<p>微信打赏</p>
</div>
<div id="alipay" style="display: inline-block">
<img id="alipay_qr" src="/uploads/alipay.jpg" alt="刘延栋 Alipay"/>
<p>支付宝打赏</p>
</div>
</div>
</div>
</div>
<div>
</div>
<footer class="post-footer">
<div class="post-nav">
<div class="post-nav-next post-nav-item">
<a href="/2017/07/31/107/" rel="next" title="107. 从声音到图像,从数字到模拟">
<i class="fa fa-chevron-left"></i> 107. 从声音到图像,从数字到模拟
</a>
</div>
<span class="post-nav-divider"></span>
<div class="post-nav-prev post-nav-item">
<a href="/2017/08/09/109/" rel="prev" title="109. 互联网事(2)-TCP/IP">
109. 互联网事(2)-TCP/IP <i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</footer>
</article>
<div class="post-spread">
</div>
</div>
</div>
<div class="comments" id="comments">
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/uploads/avatar.png"
alt="刘延栋" />
<p class="site-author-name" itemprop="name">刘延栋</p>
<p class="site-description motion-element" itemprop="description">很少做正确的事,只去做简单的事。然后后悔。</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">146</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<span class="site-state-item-count">1</span>
<span class="site-state-item-name">标签</span>
</div>
</nav>
<div class="feed-link motion-element">
<a href="/atom.xml" rel="alternate">
<i class="fa fa-rss"></i>
RSS
</a>
</div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="http://music.163.com/#/djradio?id=336387122" target="_blank" title="电台">
<i class="fa fa-fw fa-podcast"></i>
电台
</a>
</span>
<span class="links-of-author-item">
<a href="http://weibo.com/ruanjiannaxieshier" target="_blank" title="微博">
<i class="fa fa-fw fa-weibo"></i>
微博
</a>
</span>
<span class="links-of-author-item">
<a href="https://twitter.com/yan_dong_liu" target="_blank" title="Twitter">
<i class="fa fa-fw fa-twitter"></i>
Twitter
</a>
</span>
<span class="links-of-author-item">
<a href="https://lmzdx.com" target="_blank" title="绿帽子大学">
<i class="fa fa-fw fa-podcast"></i>
绿帽子大学
</a>
</span>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
©
<span itemprop="copyrightYear">2020</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">刘延栋</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Pisces
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/affix.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/scrollspy.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/post-details.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.0"></script>
</body>
</html>
|
docker/rootfs/usr/local/lib/swipl/doc/Manual/chr-syntaxandsemantics.html | TeamSPoon/logicmoo_workspace | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>SWI-Prolog 8.3.28 Reference Manual: Section 9.2</title><link rel="home" href="index.html">
<link rel="contents" href="Contents.html">
<link rel="index" href="DocIndex.html">
<link rel="summary" href="summary.html">
<link rel="previous" href="chr-intro.html">
<link rel="next" href="practical.html">
<style type="text/css">
/* Style sheet for SWI-Prolog latex2html
*/
dd.defbody
{ margin-bottom: 1em;
}
dt.pubdef, dt.multidef
{ color: #fff;
padding: 2px 10px 0px 10px;
margin-bottom: 5px;
font-size: 18px;
vertical-align: middle;
overflow: hidden;
}
dt.pubdef { background-color: #0c3d6e; }
dt.multidef { background-color: #ef9439; }
.bib dd
{ margin-bottom: 1em;
}
.bib dt
{ float: left;
margin-right: 1.3ex;
}
pre.code
{ margin-left: 1.5em;
margin-right: 1.5em;
border: 1px dotted;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
background-color: #f8f8f8;
}
div.navigate
{ text-align: center;
background-color: #f0f0f0;
border: 1px dotted;
padding: 5px;
}
div.title
{ text-align: center;
padding-bottom: 1em;
font-size: 200%;
font-weight: bold;
}
div.author
{ text-align: center;
font-style: italic;
}
div.abstract
{ margin-top: 2em;
background-color: #f0f0f0;
border: 1px dotted;
padding: 5px;
margin-left: 10%; margin-right:10%;
}
div.abstract-title
{ text-align: center;
padding: 5px;
font-size: 120%;
font-weight: bold;
}
div.toc-h1
{ font-size: 200%;
font-weight: bold;
}
div.toc-h2
{ font-size: 120%;
font-weight: bold;
margin-left: 2em;
}
div.toc-h3
{ font-size: 100%;
font-weight: bold;
margin-left: 4em;
}
div.toc-h4
{ font-size: 100%;
margin-left: 6em;
}
span.sec-nr
{
}
span.sec-title
{
}
span.pred-ext
{ font-weight: bold;
}
span.pred-tag
{ float: right;
padding-top: 0.2em;
font-size: 80%;
font-style: italic;
color: #fff;
}
div.caption
{ width: 80%;
margin: auto;
text-align:center;
}
/* Footnotes */
.fn {
color: red;
font-size: 70%;
}
.fn-text, .fnp {
position: absolute;
top: auto;
left: 10%;
border: 1px solid #000;
box-shadow: 5px 5px 5px #888;
display: none;
background: #fff;
color: #000;
margin-top: 25px;
padding: 8px 12px;
font-size: larger;
}
sup:hover span.fn-text
{ display: block;
}
/* Lists */
dl.latex
{ margin-top: 1ex;
margin-bottom: 0.5ex;
}
dl.latex dl.latex dd.defbody
{ margin-bottom: 0.5ex;
}
/* PlDoc Tags */
dl.tags
{ font-size: 90%;
margin-left: 5ex;
margin-top: 1ex;
margin-bottom: 0.5ex;
}
dl.tags dt
{ margin-left: 0pt;
font-weight: bold;
}
dl.tags dd
{ margin-left: 3ex;
}
td.param
{ font-style: italic;
font-weight: bold;
}
/* Index */
dt.index-sep
{ font-weight: bold;
font-size: +1;
margin-top: 1ex;
}
/* Tables */
table.center
{ margin: auto;
}
table.latex
{ border-collapse:collapse;
}
table.latex tr
{ vertical-align: text-top;
}
table.latex td,th
{ padding: 2px 1em;
}
table.latex tr.hline td,th
{ border-top: 1px solid black;
}
table.frame-box
{ border: 2px solid black;
}
</style>
</head>
<body style="background:white">
<div class="navigate"><a class="nav" href="index.html"><img src="home.gif" alt="Home"></a>
<a class="nav" href="Contents.html"><img src="index.gif" alt="Contents"></a>
<a class="nav" href="DocIndex.html"><img src="yellow_pages.gif" alt="Index"></a>
<a class="nav" href="summary.html"><img src="info.gif" alt="Summary"></a>
<a class="nav" href="chr-intro.html"><img src="prev.gif" alt="Previous"></a>
<a class="nav" href="practical.html"><img src="next.gif" alt="Next"></a>
</div>
<h2 id="sec:chr-syntaxandsemantics"><a id="sec:9.2"><span class="sec-nr">9.2</span> <span class="sec-title">CHR
Syntax and Semantics</span></a></h2>
<a id="sec:chr-syntaxandsemantics"></a>
<h3 id="sec:chr-syntax"><a id="sec:9.2.1"><span class="sec-nr">9.2.1</span> <span class="sec-title">Syntax
of CHR rules</span></a></h3>
<a id="sec:chr-syntax"></a>
<pre class="code">
rules --> rule, rules ; [].
rule --> name, actual_rule, pragma, [atom('.')].
name --> atom, [atom('@')] ; [].
actual_rule --> simplification_rule.
actual_rule --> propagation_rule.
actual_rule --> simpagation_rule.
simplification_rule --> head, [atom('<=>')], guard, body.
propagation_rule --> head, [atom('==>')], guard, body.
simpagation_rule --> head, [atom('\')], head, [atom('<=>')],
guard, body.
head --> constraints.
constraints --> constraint, constraint_id.
constraints --> constraint, constraint_id,
[atom(',')], constraints.
constraint --> compound_term.
constraint_id --> [].
constraint_id --> [atom('#')], variable.
constraint_id --> [atom('#')], [atom('passive')] .
guard --> [] ; goal, [atom('|')].
body --> goal.
pragma --> [].
pragma --> [atom('pragma')], actual_pragmas.
actual_pragmas --> actual_pragma.
actual_pragmas --> actual_pragma, [atom(',')], actual_pragmas.
actual_pragma --> [atom('passive(')], variable, [atom(')')].
</pre>
<p>Note that the guard of a rule may not contain any goal that binds a
variable in the head of the rule with a non-variable or with another
variable in the head of the rule. It may, however, bind variables that
do not appear in the head of the rule, e.g. an auxiliary variable
introduced in the guard.
<p><h3 id="sec:chr-semantics"><a id="sec:9.2.2"><span class="sec-nr">9.2.2</span> <span class="sec-title">Semantics
of CHR</span></a></h3>
<a id="sec:chr-semantics"></a> In this subsection the operational
semantics of CHR in Prolog are presented informally. They do not differ
essentially from other CHR systems.
<p>When a constraint is called, it is considered an active constraint
and the system will try to apply the rules to it. Rules are tried and
executed sequentially in the order they are written.
<p>A rule is conceptually tried for an active constraint in the
following way. The active constraint is matched with a constraint in the
head of the rule. If more constraints appear in the head, they are
looked for among the suspended constraints, which are called passive
constraints in this context. If the necessary passive constraints can be
found and all match with the head of the rule and the guard of the rule
succeeds, then the rule is committed and the body of the rule executed.
If not all the necessary passive constraints can be found, or the
matching or the guard fails, then the body is not executed and the
process of trying and executing simply continues with the following
rules. If for a rule there are multiple constraints in the head, the
active constraint will try the rule sequentially multiple times, each
time trying to match with another constraint.
<p>This process ends either when the active constraint disappears, i.e. it
is removed by some rule, or after the last rule has been processed. In
the latter case the active constraint becomes suspended.
<p>A suspended constraint is eligible as a passive constraint for an
active constraint. The other way it may interact again with the rules is
when a variable appearing in the constraint becomes bound to either a
non-variable or another variable involved in one or more constraints. In
that case the constraint is triggered, i.e. it becomes an active
constraint and all the rules are tried.
<p><b>Rule Types</b> There are three different kinds of rules, each with
its specific semantics:
<p>
<ul class="latex">
<li><i>simplification</i><br>
The simplification rule removes the constraints in its head and calls
its body.
<p>
<li><i>propagation</i><br>
The propagation rule calls its body exactly once for the constraints in
its head.
<p>
<li><i>simpagation</i><br>
The simpagation rule removes the constraints in its head after the
<var><code>\</code></var> and then calls its body. It is an optimization
of simplification rules of the form: [constraints_1, constraints_2 <=>
constraints_1, body ] Namely, in the simpagation form: [ constraints_1
<code>\</code>constraints_2 <=> body ] The <var><i>constraints</i>_1</var>
constraints are not called in the body.
</ul>
<p><b>Rule Names</b> Naming a rule is optional and has no semantic
meaning. It only functions as documentation for the programmer.
<p><b>Pragmas</b> The semantics of the pragmas are:
<dl class="latex">
<dt><strong>passive</strong>(<var>Identifier</var>)</dt>
<dd class="defbody">
The constraint in the head of a rule <var>Identifier</var> can only
match a passive constraint in that rule. There is an abbreviated syntax
for this pragma. Instead of:
<pre class="code">
..., c # Id, ... <=> ... pragma passive(Id)
</pre>
<p>you can also write
<pre class="code">
..., c # passive, ... <=> ...
</pre>
<p></dd>
</dl>
<p>Additional pragmas may be released in the future.
<dl class="latex">
<dt class="pubdef"><a id="chr_option/2">:- <strong>chr_option</strong>(<var>+Option,
+Value</var>)</a></dt>
<dd class="defbody">
It is possible to specify options that apply to all the CHR rules in the
module. Options are specified with the <code><a id="idx:chroption2:2168"></a><a class="pred" href="chr-syntaxandsemantics.html#chr_option/2">chr_option/2</a></code>
declaration:
<pre class="code">
:- chr_option(Option,Value).
</pre>
<p>and may appear in the file anywhere after the first constraints
declaration.
<p>Available options are:
<dl class="latex">
<dt><strong>check_guard_bindings</strong></dt>
<dd class="defbody">
This option controls whether guards should be checked for (illegal)
variable bindings or not. Possible values for this option are <code>on</code>
to enable the checks, and <code>off</code> to disable the checks. If
this option is on, any guard fails when it binds a variable that appears
in the head of the rule. When the option is off (default), the behaviour
of a binding in the guard is undefined.</dd>
<dt><strong>optimize</strong></dt>
<dd class="defbody">
This option controls the degree of optimization. Possible values are <code>full</code>
to enable all available optimizations, and <code>off</code> (default) to
disable all optimizations. The default is derived from the SWI-Prolog
flag <a class="flag" href="flags.html#flag:optimise">optimise</a>, where
<code>true</code> is mapped to <code>full</code>. Therefore the command
line option <strong>-O</strong> provides full CHR optimization. If
optimization is enabled, debugging must be disabled.</dd>
<dt><strong>debug</strong></dt>
<dd class="defbody">
This option enables or disables the possibility to debug the CHR code.
Possible values are <code>on</code> (default) and <code>off</code>. See
<a class="sec" href="chr-debugging.html#sec:9.4">section 9.4</a> for
more details on debugging. The default is derived from the Prolog flag <a class="flag" href="flags.html#flag:generate_debug_info">generate_debug_info</a>,
which is <code>true</code> by default. See <strong>--no-debug</strong>.
If debugging is enabled, optimization must be disabled.
</dd>
</dl>
</dd>
</dl>
<p></body></html> |
app/index.html | TrojanHackersSapient/designalley | <!doctype html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Design Alley</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<!-- build:css styles/vendor.css -->
<!-- bower:css -->
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.css" />
<!-- endbower -->
<!-- endbuild -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/bower_components/bootstrap-drawer/dist/css/bootstrap-drawer.min.css" />
<!-- build:css styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/gridStack.css">
<!-- endbuild -->
<link rel="stylesheet" href="/bower_components/gridstack/dist/gridstack.css" />
<link rel="stylesheet" href="/bower_components/gridstack/dist/gridstack-extra.css" />
</head>
<body class="has-drawer">
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="drawerExample" class="drawer dw-xs-6 dw-sm-4 dw-md-3 dw-lg-3 fold open" aria-labelledby="drawerExample" aria-expanded="true">
<div class="drawer-controls">
<a href="#drawerExample" data-toggle="drawer" aria-foldedopen="true" aria-controls="drawerExample" class="btn btn-default folded" aria-expanded="true"><i class="fa fa-navicon"></i></a>
</div>
<div class="drawer-contents">
<div class="drawer-heading">
<h2 class="drawer-title">Drawer</h2>
</div>
<div class="drawer-body"></div>
</div>
</div>
<div id="main-container" class="container-fluid">
<nav class="navbar navbar-light bg-faded">
<a class="navbar-brand" href="#">
<img src="/images/design-alley-logo.png" width="30" height="30" alt="">
</a>
<form class="form-inline">
<input required class="form-control mr-sm-2" type="text" placeholder="Component Name">
<button data-export class="btn btn-outline-primary my-2 my-sm-0" type="submit">Export</button>
</form>
</nav>
<div class="row">
<div class="col-md-12">
<div data-stage class="grid-stack grid-stack-6 grid-stack-instance-3166 ui-droppable" id="grid1" data-gs-current-height="4" ></div>
</div>
</div>
</div>
<!-- build:js scripts/vendor.js -->
<!-- bower:js -->
<script src="/bower_components/jquery/dist/jquery.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!-- build:js scripts/main.js -->
<script src="/bower_components/dom-to-image/dist/dom-to-image.min.js"></script>
<script src="/bower_components/bootstrap-drawer/dist/js/drawer.min.js"></script>
<script src="/bower_components/jquery-ui/jquery-ui.js"></script>
<script src="scripts/FileSaver.js"></script>
<script src="scripts/export.js"></script>
<script src="scripts/main.js"></script>
<script src="jquery.toaster.js"></script>
<!-- endbuild -->
</body>
</html>
|
examples/codes/component - create.html | MrSoya/impex | <!DOCTYPE html>
<html >
<head>
<title>Impex Demo</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<style type="text/css">
.tip{
position: absolute;
padding: 3px 1rem;
color: #fff;
background-color: #0095ff;
}
</style>
</head>
<body>
<div id="demo">
鼠标放到<a href="javascript:;"
@mouseover="Tip.show($event.target)"
@mouseout="Tip.hide($event.target)">这里</a>就会出现提示框
</div>
<script type="text/javascript" src="../lib/impex/impex.dev.all.js"></script>
<script type="text/javascript">
var Tip = impex.create({
template:'<div class="tip" .style="{left:l,top:t,display:isShown?\'block\':\'none\'}">tip {{x}}</div>',
state:function(argument) {
return {
isShown:false,
x:1,
l:'auto',
t:'auto'
}
},
show:function(dom) {
this.x++;
this.isShown = true;
this.l = dom.offsetLeft + 'px';
this.t = dom.offsetTop+ 40 + 'px';
},
hide:function(argument) {
this.isShown = false;
}
});
Tip.$mount(document.body);
//渲染
impex.create({
el:'#demo'
});
</script>
</body>
</html> |
tpl.main/pages/friendship_schools/report.css | lifelink1987/old.life-link.org | /* Report */
/* Report&School Row */
#content section .row_report,
#content section .row_school {
self {
width:587px;
font-size:13px;
}
> a,
> div.line {
display:inline-block;
height:24px;
padding:0 5px;
}
> div.line {
border-bottom:1px dotted $lightgrey;
background-color:$white;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
}
> a > span,
> div.line > span {
display:inline-block;
overflow:hidden;
white-space:nowrap;
position:relative;
top:0.2em;
vertical-align:top;
}
/* Column 1 */
> a.first,
> div.line.first {
> span:first-child {
text-align:right;
width:40px;
font-weight:bold;
padding-right:5px;
}
> span:first-child + span {
width:265px;
}
}
/* Column 2 */
> a.first + a:not(.first),
> div.line.first + a:not(.first),
> div.line.first + div.line:not(.first) {
> span {
text-align:right;
width:96px;
}
}
/* Column 3 */
> a.first + a:not(.first) + a:not(.first),
> div.line.first + div.line:not(.first) + div.line:not(.first) {
> span {
width:139px;
}
}
/* Secondary Row */
> a.secondary,
> div.line.secondary {
> span {
font-size:11px;
line-height:21px;
}
> span:first-child {
}
> span:first-child + span {
}
}
> a.first.secondary,
> div.line.first.secondary {
> span:first-child {
color:$lightgrey;
}
}
}
/* Report Specifics */
#content section .row_report {
> div.date {
display:block;
position:relative;
top:0.2em;
vertical-align:top;
width:200px;
left:440px;
color:$darkgrey;
}
> div.logo {
background-color:$watergrey;
border:1px solid $lightgrey;
float:right;
clear:right;
width:148px;
height:73px;
font-size:48px;
line-height:73px;
color:$lightgrey;
text-align:center;
overflow:hidden;
opacity:0.75;
cursor:pointer;
}
> a.report > span:first-child + span,
> div.line.report > span:first-child + span {
width:376px;
font-weight:bold;
}
> div.line.numbers,
> div.line.feedback {
> span:first-child {
font-size:11px;
line-height:21px;
color:$grey;
}
> span:first-child + span {
color:$darkgrey;
}
}
> div.line.feedback {
> span:first-child + span {
font-size:13px;
color:$black;
}
}
}
/* Report Block */
#content section .row_report_alone,
#content section .row_report_school {
self {
margin:0 5px;
margin-bottom:2em;
}
> .row_report {
> .date,
> .feedback,
> .feedback_date,
> .numbers,
> .contact,
> .attachments {
opacity:0.5;
}
}
}
#content section .row_report_school {
> .row_school {
> .school,
> .city,
> .country {
opacity:0.5;
}
}
}
#content section .row_report_alone_full {
> .row_report a,
> .row_report div {
opacity:1 !important;
}
> .row_report > a.report,
> .row_report > div.line.report {
self {
white-space:inherit;
height:auto;
border-bottom:0px;
margin-bottom:1em;
min-height:73px;
}
> span {
white-space:inherit;
}
> span:first-child + span {
font-weight:normal;
font-size:16px;
}
}
}
/* Report Block - Hover */
#content section .row_report_alone:hover a,
#content section .row_report_alone:hover div,
#content section .row_report_school:hover a,
#content section .row_report_school:hover div {
opacity:1 !important;
} |
doc/api/classes/ActiveRecord/ActiveRecordError.html | kristoferrobin/p2p | <?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>ActiveRecord::ActiveRecordError</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.8</span><br />
<h1>
<span class="type">Class</span>
ActiveRecord::ActiveRecordError
<span class="parent"><
StandardError
</span>
</h1>
<ul class="files">
<li><a href="../../files/__/_rvm/gems/ruby-2_2_0/gems/activerecord-4_1_8/lib/active_record/errors_rb.html">/home/kristof/.rvm/gems/ruby-2.2.0/gems/activerecord-4.1.8/lib/active_record/errors.rb</a></li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<div class="description">
<h1 id="class-ActiveRecord::ActiveRecordError-label-Active+Record+Errors">Active Record Errors</h1>
<p>Generic Active Record exception class.</p>
</div>
<!-- Methods -->
</div>
</div>
</body>
</html> |
libs/boost_1_50_0/libs/geometry/doc/html/geometry/reference/algorithms/for_each/for_each_point_2.html | djsedulous/namecoind | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>for_each_point</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../../index.html" title="Chapter 1. Geometry">
<link rel="up" href="../for_each.html" title="for_each">
<link rel="prev" href="for_each_point_2_const_version.html" title="for_each_point (const version)">
<link rel="next" href="for_each_segment_2_const_version.html" title="for_each_segment (const version)">
</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="for_each_point_2_const_version.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../for_each.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="for_each_segment_2_const_version.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="geometry.reference.algorithms.for_each.for_each_point_2"></a><a class="link" href="for_each_point_2.html" title="for_each_point">for_each_point</a>
</h5></div></div></div>
<p>
<a class="indexterm" name="id877066"></a>
Applies function <span class="bold"><strong>f</strong></span> to each point.
</p>
<h6>
<a name="geometry.reference.algorithms.for_each.for_each_point_2.h0"></a>
<span><a name="geometry.reference.algorithms.for_each.for_each_point_2.description"></a></span><a class="link" href="for_each_point_2.html#geometry.reference.algorithms.for_each.for_each_point_2.description">Description</a>
</h6>
<p>
Applies a function <span class="bold"><strong>f</strong></span> (functor, having
operator() defined) to each point making up the geometry
</p>
<h6>
<a name="geometry.reference.algorithms.for_each.for_each_point_2.h1"></a>
<span><a name="geometry.reference.algorithms.for_each.for_each_point_2.synopsis"></a></span><a class="link" href="for_each_point_2.html#geometry.reference.algorithms.for_each.for_each_point_2.synopsis">Synopsis</a>
</h6>
<p>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Geometry</span><span class="special">,</span> <span class="keyword">typename</span> <span class="identifier">Functor</span><span class="special">></span>
<span class="identifier">Functor</span> <span class="identifier">for_each_point</span><span class="special">(</span><span class="identifier">Geometry</span> <span class="special">&</span> <span class="identifier">geometry</span><span class="special">,</span> <span class="identifier">Functor</span> <span class="identifier">f</span><span class="special">)</span></pre>
<p>
</p>
<h6>
<a name="geometry.reference.algorithms.for_each.for_each_point_2.h2"></a>
<span><a name="geometry.reference.algorithms.for_each.for_each_point_2.parameters"></a></span><a class="link" href="for_each_point_2.html#geometry.reference.algorithms.for_each.for_each_point_2.parameters">Parameters</a>
</h6>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Type
</p>
</th>
<th>
<p>
Concept
</p>
</th>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
Geometry &
</p>
</td>
<td>
<p>
Any type fulfilling a Geometry Concept
</p>
</td>
<td>
<p>
geometry
</p>
</td>
<td>
<p>
A model of the specified concept
</p>
</td>
</tr>
<tr>
<td>
<p>
Functor
</p>
</td>
<td>
<p>
Function or class with operator()
</p>
</td>
<td>
<p>
f
</p>
</td>
<td>
<p>
Unary function, taking a point as argument
</p>
</td>
</tr>
</tbody>
</table></div>
<h6>
<a name="geometry.reference.algorithms.for_each.for_each_point_2.h3"></a>
<span><a name="geometry.reference.algorithms.for_each.for_each_point_2.header"></a></span><a class="link" href="for_each_point_2.html#geometry.reference.algorithms.for_each.for_each_point_2.header">Header</a>
</h6>
<p>
Either
</p>
<p>
<code class="computeroutput"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code>
</p>
<p>
Or
</p>
<p>
<code class="computeroutput"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">algorithms</span><span class="special">/</span><span class="identifier">for_each</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></code>
</p>
<h6>
<a name="geometry.reference.algorithms.for_each.for_each_point_2.h4"></a>
<span><a name="geometry.reference.algorithms.for_each.for_each_point_2.conformance"></a></span><a class="link" href="for_each_point_2.html#geometry.reference.algorithms.for_each.for_each_point_2.conformance">Conformance</a>
</h6>
<p>
The function for_each_point is not defined by OGC.
</p>
<p>
The function for_each_point conforms to the std::for_each function of
the C++ std-library.
</p>
<h6>
<a name="geometry.reference.algorithms.for_each.for_each_point_2.h5"></a>
<span><a name="geometry.reference.algorithms.for_each.for_each_point_2.example"></a></span><a class="link" href="for_each_point_2.html#geometry.reference.algorithms.for_each.for_each_point_2.example">Example</a>
</h6>
<p>
Convenient usage of for_each_point, rounding all points of a geometry
</p>
<p>
</p>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">iostream</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">geometries</span><span class="special">/</span><span class="identifier">point_xy</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">geometries</span><span class="special">/</span><span class="identifier">polygon</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">geometry</span><span class="special">/</span><span class="identifier">io</span><span class="special">/</span><span class="identifier">wkt</span><span class="special">/</span><span class="identifier">wkt</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">typename</span> <span class="identifier">Point</span><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">round_coordinates</span>
<span class="special">{</span>
<span class="keyword">private</span> <span class="special">:</span>
<span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">coordinate_type</span><span class="special"><</span><span class="identifier">Point</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">coordinate_type</span><span class="special">;</span>
<span class="identifier">coordinate_type</span> <span class="identifier">factor</span><span class="special">;</span>
<span class="keyword">inline</span> <span class="identifier">coordinate_type</span> <span class="identifier">round</span><span class="special">(</span><span class="identifier">coordinate_type</span> <span class="identifier">value</span><span class="special">)</span>
<span class="special">{</span>
<span class="keyword">return</span> <span class="identifier">floor</span><span class="special">(</span><span class="number">0.5</span> <span class="special">+</span> <span class="special">(</span><span class="identifier">value</span> <span class="special">/</span> <span class="identifier">factor</span><span class="special">))</span> <span class="special">*</span> <span class="identifier">factor</span><span class="special">;</span>
<span class="special">}</span>
<span class="keyword">public</span> <span class="special">:</span>
<span class="identifier">round_coordinates</span><span class="special">(</span><span class="identifier">coordinate_type</span> <span class="identifier">f</span><span class="special">)</span>
<span class="special">:</span> <span class="identifier">factor</span><span class="special">(</span><span class="identifier">f</span><span class="special">)</span>
<span class="special">{}</span>
<span class="keyword">inline</span> <span class="keyword">void</span> <span class="keyword">operator</span><span class="special">()(</span><span class="identifier">Point</span><span class="special">&</span> <span class="identifier">p</span><span class="special">)</span>
<span class="special">{</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">get</span><span class="special">;</span>
<span class="keyword">using</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">set</span><span class="special">;</span>
<span class="identifier">set</span><span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">p</span><span class="special">,</span> <span class="identifier">round</span><span class="special">(</span><span class="identifier">get</span><span class="special"><</span><span class="number">0</span><span class="special">>(</span><span class="identifier">p</span><span class="special">)));</span>
<span class="identifier">set</span><span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">p</span><span class="special">,</span> <span class="identifier">round</span><span class="special">(</span><span class="identifier">get</span><span class="special"><</span><span class="number">1</span><span class="special">>(</span><span class="identifier">p</span><span class="special">)));</span>
<span class="special">}</span>
<span class="special">};</span>
<span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span>
<span class="special">{</span>
<span class="keyword">typedef</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">model</span><span class="special">::</span><span class="identifier">d2</span><span class="special">::</span><span class="identifier">point_xy</span><span class="special"><</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">point</span><span class="special">;</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">model</span><span class="special">::</span><span class="identifier">polygon</span><span class="special"><</span><span class="identifier">point</span><span class="special">></span> <span class="identifier">poly</span><span class="special">;</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">read_wkt</span><span class="special">(</span><span class="string">"POLYGON((0 0,1.123 9.987,8.876 2.234,0 0),(3.345 4.456,7.654 8.765,9.123 5.432,3.345 4.456))"</span><span class="special">,</span> <span class="identifier">poly</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">for_each_point</span><span class="special">(</span><span class="identifier">poly</span><span class="special">,</span> <span class="identifier">round_coordinates</span><span class="special"><</span><span class="identifier">point</span><span class="special">>(</span><span class="number">0.1</span><span class="special">));</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special"><<</span> <span class="string">"Rounded: "</span> <span class="special"><<</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">geometry</span><span class="special">::</span><span class="identifier">wkt</span><span class="special">(</span><span class="identifier">poly</span><span class="special">)</span> <span class="special"><<</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">endl</span><span class="special">;</span>
<span class="keyword">return</span> <span class="number">0</span><span class="special">;</span>
<span class="special">}</span>
</pre>
<p>
</p>
<p>
Output:
</p>
<pre class="programlisting">Rounded: POLYGON((0 0,1.1 10,8.9 2.2,0 0),(3.3 4.5,7.7 8.8,9.1 5.4,3.3 4.5))
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2009-2012 Barend
Gehrels, Bruno Lalande, Mateusz Loskot<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="for_each_point_2_const_version.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../for_each.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="for_each_segment_2_const_version.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
all-data/10000-10999/10839-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">意在筆先</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">|<sup class="subfont">ˋ</sup> ㄗㄞ<sup class="subfont">ˋ</sup> ㄅ|<sup class="subfont">ˇ</sup> ㄒ|ㄢ</td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">yì zài bǐ xiān</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">泛指在寫字、詩文、繪畫前,先構思成熟後才下筆。唐˙歐陽詢˙書法˙救應:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>凡作字,一筆纔落,便當思第二三筆,如何救應,如何結裹,書法所謂意在筆先,文向思後是也。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>意在筆前<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>、<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>意存筆先<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
|
app/views/fha/v9/planningv2/create-plan-times2.html | dwpdigitaltech/healthanddisability | {% extends path1+"/_layout-index.html" %}
{% block assess_content %}
<style>
</style>
<main id="content" role="main" class="main-content">
<div class="container">
<div class="grid-row">
<div class="column-three-quarters">
<a href="javascript: history.go(-1)" class="link-back">Back</a>
<h1 class="heading-large"><span class="heading-secondary">Step 1 of 2</span>Create a capacity plan for {% include path+"/planningv2/_ACname.html" %} </h1>
<h2 class="heading-medium mt30">Monday 10 September</h2>
{% include path+"/planningv2/_info-panel-times.html" %}
<h3 class="heading-small mt20">Choose appointment checks</h3>
<button id="selectAll" class="button secondary-invert mb10 mt10" hidden>Select all</button>
<form class="form" action="create-plan-amount2" method="post">
<div class="timeslot">
<div class="check-group check-top">
<fieldset class="timeslot-picker">
<legend>
<h3 class="heading-medium">Choose times </h3>
</legend>
<div class="check-choice">
<input id="check1" name="checks" type="checkbox" value="9" {{checked('checks', '9') }} >
<label for="check1">9:00am</label>
</div>
<div class="check-choice">
<input id="check2" name="checks" type="checkbox" value="915" {{checked('checks', '915') }}>
<label for="check2">9:15am</label>
</div>
<div class="check-choice">
<input id="check3" name="checks" type="checkbox" value="930" {{checked('checks', '930') }}>
<label for="check3">9:30am</label>
</div>
<div class="check-choice">
<input id="check3a" name="checks" type="checkbox" value="945" {{checked('checks', '945') }}>
<label for="check3a">9:45am</label>
</div>
</fieldset>
</div>
<div class="check-group">
<fieldset class="checkslot-picker">
<legend>
<h3 class="heading-medium">Choose times </h3>
</legend>
<div class="check-choice">
<input id="check4" name="checks" type="checkbox" value="10" {{checked('checks', '10') }}>
<label for="check4">10:00am</label>
</div>
<div class="check-choice">
<input id="check5" name="checks" type="checkbox" value="1015" {{checked('checks', '1015') }}>
<label for="check5">10:15am</label>
</div>
<div class="check-choice">
<input id="check6" name="checks" type="checkbox" value="1030" {{checked('checks', '1030') }}>
<label for="check6">10:30am</label>
</div>
<div class="check-choice">
<input id="check6a" name="checks" type="checkbox" value="1045" {{checked('checks', '1045') }}>
<label for="check6a">10:45am</label>
</div>
</fieldset>
</div>
<div class="check-group">
<fieldset class="checkslot-picker">
<legend>
<h3 class="heading-medium">Choose times </h3>
</legend>
<div class="check-choice">
<input id="check7" name="checks" type="checkbox" value="11" {{checked('checks', '11') }}>
<label for="check7">11:00am</label>
</div>
<div class="check-choice">
<input id="check8" name="checks" type="checkbox" value="1115" {{checked('checks', '1115') }}>
<label for="check8">11:15am</label>
</div>
<div class="check-choice">
<input id="check9" name="checks" type="checkbox" value="1130" {{checked('checks', '1130') }}>
<label for="check9">11:30am</label>
</div>
<div class="check-choice">
<input id="check9a" name="checks" type="checkbox" value="1145" {{checked('checks', '1145') }}>
<label for="check9a">11:45am</label>
</div>
</fieldset>
</div>
<div class="check-group">
<fieldset class="checkslot-picker">
<legend>
<h3 class="heading-medium">Choose times </h3>
</legend>
<div class="check-choice">
<input id="check7aa" name="checks" type="checkbox" value="12" {{checked('checks', '12') }}>
<label for="check7aa">12:00pm</label>
</div>
<div class="check-choice">
<input id="check8aa" name="checks" type="checkbox" value="1215" {{checked('checks', '1215') }}>
<label for="check8aa">12:15pm</label>
</div>
<div class="check-choice">
<input id="check9aa" name="checks" type="checkbox" value="1230" {{checked('checks', '1230') }}>
<label for="check9aa">12:30pm</label>
</div>
<div class="check-choice">
<input id="check9aaa" name="checks" type="checkbox" value="1245" {{checked('checks', '1245') }}>
<label for="check9aaa">12:45pm</label>
</div>
</fieldset>
</div>
<div class="check-group">
<fieldset class="checkslot-picker">
<legend>
<h3 class="heading-medium">Choose times </h3>
</legend>
<div class="check-choice">
<input id="check10" name="checks" type="checkbox" value="1" {{checked('checks', '1') }}>
<label for="check10">1:00pm</label>
</div>
<div class="check-choice">
<input id="check11" name="checks" type="checkbox" value="115" {{checked('checks', '115') }}>
<label for="check11">1:15pm</label>
</div>
<div class="check-choice">
<input id="check12" name="checks" type="checkbox" value="130" {{checked('checks', '130') }}>
<label for="check12">1:30pm</label>
</div>
<div class="check-choice">
<input id="check12a" name="checks" type="checkbox" value="145" {{checked('checks', '145') }}>
<label for="check12a">1:45pm</label>
</div>
</fieldset>
</div>
<div class="check-group">
<fieldset class="checkslot-picker">
<legend>
<h3 class="heading-medium">Choose times </h3>
</legend>
<div class="check-choice">
<input id="check13" name="checks" type="checkbox" value="2" {{checked('checks', '2') }}>
<label for="check13">2:00pm</label>
</div>
<div class="check-choice">
<input id="check14" name="checks" type="checkbox" value="215" {{checked('checks', '215') }}>
<label for="check14">2:15pm</label>
</div>
<div class="check-choice">
<input id="check15" name="checks" type="checkbox" value="230" {{checked('checks', '230') }}>
<label for="check15">2:30pm</label>
</div>
<div class="check-choice">
<input id="check15a" name="checks" type="checkbox" value="245" {{checked('checks', '245') }}>
<label for="check15a">2:45pm</label>
</div>
</fieldset>
</div>
<div class="check-group">
<fieldset class="checkslot-picker">
<legend>
<h3 class="heading-medium">Choose times </h3>
</legend>
<div class="check-choice">
<input id="check16" name="checks" type="checkbox" value="3" {{checked('checks', '3') }}>
<label for="check16">3:00pm</label>
</div>
<div class="check-choice">
<input id="check17" name="checks" type="checkbox" value="315" {{checked('checks', '315') }}>
<label for="check17">3:15pm</label>
</div>
<div class="check-choice">
<input id="check18" name="checks" type="checkbox" value="330" {{checked('checks', '330') }}>
<label for="check18">3:30pm</label>
</div>
<div class="check-choice">
<input id="check18a" name="checks" type="checkbox" value="345" {{checked('checks', '345') }}>
<label for="check18a">3:45pm</label>
</div>
</fieldset>
</div>
<div class="check-group mb20">
<fieldset class="checkslot-picker">
<legend>
<h3 class="heading-medium">Choose times </h3>
</legend>
<div class="check-choice">
<input id="check19" name="checks" type="checkbox" value="4" {{checked('checks', '4') }}>
<label for="check19">4:00pm</label>
</div>
<div class="check-choice">
<input id="check20" name="checks" type="checkbox" value="415" {{checked('checks', '415') }}>
<label for="check20">4:15pm</label>
</div>
<div class="check-choice">
<input id="check21" name="checks" type="checkbox" value="430" {{checked('checks', '430') }}>
<label for="check21">4:30pm</label>
</div>
<div class="check-choice">
<input id="check22" name="checks" type="checkbox" value="445" {{checked('checks', '445') }}>
<label for="check22">4:45pm</label>
</div>
</fieldset>
</div>
<div class="form-group mt20">
<fieldset>
<legend class="heading-small mb5">Choose benefit types:</legend>
<div class="multiple-choice">
<input id="ben1" name="benefits" type="checkbox" value="ben1" {{checked('benefits', 'ben1') }}>
<label for="ben1">WCA (UC, ESA)</label>
</div>
<div class="multiple-choice">
<input id="ben2" name="benefits" type="checkbox" value="ben2" {{checked('benefits', 'ben1') }}>
<label for="ben2">IIDB</label>
</div>
<!-- <div class="multiple-choice">
<input id="ben3" name="benefits" type="checkbox" value="ben3">
<label for="ben3">IIB</label>
</div>
<div class="multiple-choice">
<input id="ben3a" name="benefits" type="checkbox" value="ben3a">
<label for="ben3a">IIB - RD</label>
</div>
<div class="multiple-choice">
<input id="ben4" name="benefits" type="checkbox" value="ben4">
<label for="ben4">WP</label>
</div> -->
</fieldset>
</div>
</div>
</div>
</div>
<p><button class="button mt25">Save and continue</button></p>
</form>
</div><!-- column -->
</div><!-- row -->
</div><!-- container -->
</main>
{% endblock %}
|
ajax/libs/semantic-ui/1.6.3/components/site.css | bootcdn/cdnjs | /*
* # Semantic UI - 1.6.3
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Page
*******************************/
html,
body {
height: 100%;
}
html {
font-size: 14px;
}
body {
margin: 0px;
padding: 0px;
min-width: 278px;
background: #f7f7f7;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.33;
color: rgba(0, 0, 0, 0.8);
font-smoothing: antialiased;
}
/*******************************
Headers
*******************************/
h1,
h2,
h3,
h4,
h5 {
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
line-height: 1.33em;
margin: -webkit-calc(2rem - 0.165em ) 0em 1rem;
margin: calc(2rem - 0.165em ) 0em 1rem;
font-weight: bold;
padding: 0em;
}
h1 {
min-height: 1rem;
font-size: 2rem;
}
h2 {
font-size: 1.714rem;
}
h3 {
font-size: 1.28rem;
}
h4 {
font-size: 1.071rem;
}
h5 {
font-size: 1rem;
}
/*******************************
Text
*******************************/
p {
margin: 0em 0em 1em;
line-height: 1.33;
}
p:first-child {
margin-top: 0em;
}
p:last-child {
margin-bottom: 0em;
}
/*-------------------
Links
--------------------*/
a {
color: #009fda;
text-decoration: none;
}
a:hover {
color: #00b2f3;
}
/*******************************
Highlighting
*******************************/
::-webkit-selection {
background-color: rgba(255, 255, 160, 0.4);
color: rgba(0, 0, 0, 0.8);
}
::-moz-selection {
background-color: rgba(255, 255, 160, 0.4);
color: rgba(0, 0, 0, 0.8);
}
::selection {
background-color: rgba(255, 255, 160, 0.4);
color: rgba(0, 0, 0, 0.8);
}
/*******************************
Global Overrides
*******************************/
/*******************************
Site Overrides
*******************************/
|
mirror/prvCode_07/cityCode_006-areaCode_02-deptCode_010/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_006-areaCode_02-deptCode_010-liCode_0208.html | g0v/projectV |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 選舉資料查詢 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script type="text/javascript">
function AddToFaves_hp() {
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
</script>
</head>
<body class="frame">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題:選舉資料庫網站 -->
<div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;">
<div style="float: left;">
<img src="http://db.cec.gov.tw/images/main_title.gif" />
</div>
<div style="width: 100%; height: 48px;">
<div style="text-align: center;">
<img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span
style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw"
style="text-decoration: none;">回中選會網站</a>
</span>
</div>
</div>
<div style="width: 100%; height: 8px; background-color: #fde501;">
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 頁籤 -->
<div
style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;">
<div style="text-align: center;">
<a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a>
<a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a>
<!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> -->
<!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> -->
<a href="histQuery.jsp?voteCode=20120101T1A2&qryType=ctks&prvCode=06&cityCode=006&areaCode=02&deptCode=010&liCode=0208#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a>
<a href="mailto:info@cec.gov.tw;ytlin@cec.gov.tw"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a>
</div>
</div>
<div
style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;">
</div>
<div class="query">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 子頁面:查詢候選人得票數 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題 -->
<div class="titlebox">
<div class="title">
<div class="head">第 08 屆 立法委員選舉(區域) 候選人得票數</div>
<div class="date">投票日期:中華民國101年01月14日</div>
<div class="separator"></div>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 查詢:候選人得票數,縣市多選區,如區域立委 -->
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" />
<!-- 投開票所表頭 -->
<table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" >
<tr class="title">
<td nowrap align="center">地區</td>
<td nowrap align="center">姓名</td>
<td nowrap align="center">號次</td>
<td nowrap align="center">得票數</td>
<td nowrap align="center">得票率</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=2 align=center>南投縣第02選區竹山鎮中央里第0362投開票所</td>
<td nowrap align="center">賴燕雪</td>
<td nowrap align="center">1</td>
<td nowrap align="right">460</td>
<td nowrap align="right"> 54.56%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">林明溱</td>
<td nowrap align="center">2</td>
<td nowrap align="right">383</td>
<td nowrap align="right"> 45.43%</td>
</tr>
</table>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; ">
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
<span style="margin-right: 100px;"> </span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
</div>
</div>
</body>
</html> |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/fe3e73696a066b18d6561957183b2f37503b0e8a61a0d6dabc03f85762c1ebf9.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./57739470bdd1a75995a1341d0b22608338847cf97b6fdb4f2f02e9a21a64019f.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
2fc5eeb/html/structv8_1_1_jit_code_event_1_1line__info__t.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.12.2: v8::JitCodeEvent::line_info_t 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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.12.2
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="structv8_1_1_jit_code_event.html">JitCodeEvent</a></li><li class="navelem"><a class="el" href="structv8_1_1_jit_code_event_1_1line__info__t.html">line_info_t</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> |
<a href="structv8_1_1_jit_code_event_1_1line__info__t-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::JitCodeEvent::line_info_t Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<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:a084f165114adc594e838ef5fe0c879d6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a084f165114adc594e838ef5fe0c879d6"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>offset</b></td></tr>
<tr class="separator:a084f165114adc594e838ef5fe0c879d6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aad9a3d593ffa9b647b31b67f60ad19f2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aad9a3d593ffa9b647b31b67f60ad19f2"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>pos</b></td></tr>
<tr class="separator:aad9a3d593ffa9b647b31b67f60ad19f2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad8a0e551ed2b67096a3fe2f64e2b77a2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad8a0e551ed2b67096a3fe2f64e2b77a2"></a>
PositionType </td><td class="memItemRight" valign="bottom"><b>position_type</b></td></tr>
<tr class="separator:ad8a0e551ed2b67096a3fe2f64e2b77a2"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:46:22 for V8 API Reference Guide for node.js v0.12.2 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
light_templates_registration_password_reset_form.html | Teino1978-Corp/Teino1978-Corp-light_.gitignore | {% extends "admin/base_site.html" %}
{% load i18n %}
{% block breadcrumbs %}
<div class="breadcrumbs">
</div>
{% endblock %}
{% block title %}{{ title }}{% endblock %}
{% block content_title %}<h1>{{ title }}</h1>{% endblock %}
{% block content %}
<p>{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}</p>
<form action="" method="post">{% csrf_token %}
{{ form.email.errors }}
<p><label for="id_email">{% trans 'Email address:' %}</label> {{ form.email }} <input type="submit" value="{% trans 'Reset my password' %}" /></p>
</form>
{% endblock %}
|
assets/css/style.css | LoreCindy/contratacion |
body{
background-image:url("../fondo.jpg");
background-color: #8195F5;
color:red;
}
#main{
width:960px;
margin:50px auto;
font-family:raleway;
}
span{
color:red;
}
h2{
text-align:center;
border-radius: 10px 10px 0 0;
margin: -10px -40px;
padding: 10px;
margin-top: 30px;
}
#login{
width:300px;
border-radius: 10px;
font-family:raleway;
border: 2px solid #ccc;
padding: 0px 40px 25px;
margin-top: 70px;
margin-left: auto;
margin-right: auto;
background: rgba(213,215,222,0.9);
}
input[type=text],input[type=password], input[type=email]{
width:99.5%;
padding: 10px;
margin-top: 8px;
border: 1px solid #ccc;
padding-left: 5px;
font-size: 16px;
font-family:raleway;
}
input[type=submit]{
width: 100%;
background-color:#039;
color: white;
border: 2px solid #039;
padding: 10px;
font-size:20px;
cursor:pointer;
border-radius: 5px;
margin-bottom: 15px;
}
#profile{
padding:50px;
border:1px dashed grey;
font-size:20px;
background-color:#DCE6F7;
}
#logout{
float:right;
padding:5px;
border:dashed 1px gray;
margin-top: -168px;
}
a{
text-decoration:none;
color: cornflowerblue;
}
i{
color: cornflowerblue;
}
.error_msg{
color:red;
font-size: 16px;
}
.message{
position: absolute;
font-weight: bold;
font-size: 28px;
color: #6495ED;
left: 262px;
width: 500px;
text-align: center;
}
.login-img{
width: 46px;
height: 65px;
background-image:url("icon_candado.png");
margin-top: 5px;
margin-left: auto;
margin-right: auto;
}
|
apps/venture_web/assets/css/components/MessageForm.css | ernie/venture | .messageFormInputs {
width: 100%;
height: 2em;
display: flex;
}
.nickButton {
flex-basis: 17%;
height: 100%;
flex-grow: 0;
flex-shrink: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0.2em;
}
.messageForm {
display: flex;
flex-basis: 83%;
}
.messageForm > input {
flex-basis: 85%;
}
.messageForm button {
flex-basis: 15%;
flex-grow: 0;
flex-shrink: 0;
}
|
v4/user-agent-detail/22/28/22286344-c9fb-48b6-b08e-8babb1e31c21.html | ThaDafinser/UserAgentParserComparison |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.1.1; PAP4044DUO Build/PrestigioPAP4044DUO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 YaBrowser/14.7.1916.15743.00 Mobile Safari/537.36</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Linux; Android 4.1.1; PAP4044DUO Build/PrestigioPAP4044DUO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 YaBrowser/14.7.1916.15743.00 Mobile Safari/537.36
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>browscap/browscap<br /><small>/tests/fixtures/issues/issue-635.php</small></td><td>Yandex Browser 14.7</td><td>Android 4.1</td><td>unknown </td><td style="border-left: 1px solid #555">Prestigio</td><td>MultiPhone 4044 Duo</td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[Browser] => Yandex Browser
[Browser_Type] => Browser
[Browser_Bits] => 32
[Browser_Maker] => Yandex
[Version] => 14.7
[MajorVer] => 14
[MinorVer] => 7
[Platform] => Android
[Platform_Version] => 4.1
[Platform_Bits] => 32
[Platform_Maker] => Google Inc
[isMobileDevice] => 1
[isTablet] =>
[Crawler] =>
[JavaScript] => 1
[Cookies] => 1
[Frames] => 1
[IFrames] => 1
[Tables] => 1
[BackgroundSounds] =>
[VBScript] =>
[JavaApplets] =>
[ActiveXControls] =>
[Device_Name] => MultiPhone 4044 Duo
[Device_Maker] => Prestigio
[Device_Type] => Mobile Phone
[Device_Pointing_Method] => touchscreen
[Device_Code_Name] => PAP4044DUO
[Device_Brand_Name] => Prestigio
[RenderingEngine_Name] => Blink
[RenderingEngine_Version] => unknown
[RenderingEngine_Maker] => Google Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Yandex Browser 14.7</td><td>Blink </td><td>Android 4.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>MultiPhone 4044 Duo</td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.024</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a>
<!-- Modal Structure -->
<div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.1.*pap4044duo build\/.*\) applewebkit\/.* \(khtml,.*like gecko.*\) chrome\/.* yabrowser\/14\.7.* safari\/.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.1*pap4044duo build/*) applewebkit/* (khtml,*like gecko*) chrome/* yabrowser/14.7* safari/*
[parent] => Yandex Browser 14.7 for Android
[comment] => Yandex Browser 14.7
[browser] => Yandex Browser
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Yandex
[browser_modus] => unknown
[version] => 14.7
[majorver] => 14
[minorver] => 7
[platform] => Android
[platform_version] => 4.1
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => MultiPhone 4044 Duo
[device_maker] => Prestigio
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => PAP4044DUO
[device_brand_name] => Prestigio
[renderingengine_name] => Blink
[renderingengine_version] => unknown
[renderingengine_description] => a WebKit Fork by Google
[renderingengine_maker] => Google Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Chrome 35.0.1916.153</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Chrome
[version] => 35.0.1916.153
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Yandex Browser 14.7.1916.15743.00</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>Multiphone 4044 Duo</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.25203</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 0
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Prestigio
[mobile_model] => Multiphone 4044 Duo
[version] => 14.7.1916.15743.00
[is_android] => 1
[browser_name] => Yandex Browser
[operating_system_family] => Android
[operating_system_version] => 4.1.1
[is_ios] =>
[producer] => Prestigio
[operating_system] => Android 4.1.1
[mobile_screen_width] => 0
[mobile_browser] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Yandex Browser 14.7</td><td>Blink </td><td>Android 4.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>PAP4044DUO</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.006</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Yandex Browser
[short_name] => YA
[version] => 14.7
[engine] => Blink
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 4.1
[platform] =>
)
[device] => Array
(
[brand] => PR
[brandName] => Prestigio
[model] => PAP4044DUO
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Yandex 14.7.1916.15743.00</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.002</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4044DUO Build/PrestigioPAP4044DUO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 YaBrowser/14.7.1916.15743.00 Mobile Safari/537.36
)
[name:Sinergi\BrowserDetector\Browser:private] => Yandex
[version:Sinergi\BrowserDetector\Browser:private] => 14.7.1916.15743.00
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 4.1.1
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4044DUO Build/PrestigioPAP4044DUO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 YaBrowser/14.7.1916.15743.00 Mobile Safari/537.36
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4044DUO Build/PrestigioPAP4044DUO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 YaBrowser/14.7.1916.15743.00 Mobile Safari/537.36
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Yandex Browser 14.7.1916</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>PAP4044DUO</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.003</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 14
[minor] => 7
[patch] => 1916
[family] => Yandex Browser
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 4
[minor] => 1
[patch] => 1
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => Prestigio
[model] => PAP4044DUO
[family] => Prestigio PAP4044DUO
)
[originalUserAgent] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4044DUO Build/PrestigioPAP4044DUO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 YaBrowser/14.7.1916.15743.00 Mobile Safari/537.36
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>ABrowse </td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.048</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a>
<!-- Modal Structure -->
<div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => ABrowse
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 4.1.1
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] =>
[agent_languageTag] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Yandex Browser 14.7.1916.15743.0</td><td>WebKit 537.36</td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.42004</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Yandex Browser 14.7 on Android (Jelly Bean)
[browser_version] => 14.7
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => stdClass Object
(
[System Build] => PrestigioPAP4044DUO
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => yandex-browser
[operating_system_version] => Jelly Bean
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 537.36
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Android (Jelly Bean)
[operating_system_version_full] => 4.1.1
[operating_platform_code] =>
[browser_name] => Yandex Browser
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4044DUO Build/PrestigioPAP4044DUO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 YaBrowser/14.7.1916.15743.00 Mobile Safari/537.36
[browser_version_full] => 14.7.1916.15743.0
[browser] => Yandex Browser 14.7
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Yandex Browser 14.7</td><td>Blink </td><td>Android 4.1.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>Multiphone 4044 Duo</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.039</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Yandex Browser
[family] => Array
(
[name] => Chrome
[version] => 35
)
[version] => 14.7
[type] => browser
)
[engine] => Array
(
[name] => Blink
)
[os] => Array
(
[name] => Android
[version] => 4.1.1
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Prestigio
[model] => Multiphone 4044 Duo
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Chrome 35.0.1916.153</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a>
<!-- Modal Structure -->
<div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Chrome
[vendor] => Google
[version] => 35.0.1916.153
[category] => smartphone
[os] => Android
[os_version] => 4.1.1
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Chrome Mobile 35</td><td><i class="material-icons">close</i></td><td>Android 4.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>PAP4044DUO</td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.037</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => true
[is_robot] => false
[is_smartphone] => true
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 4.1
[advertised_browser] => Chrome Mobile
[advertised_browser_version] => 35
[complete_device_name] => Prestigio PAP4044DUO (MultiPhone 4044 DUO)
[form_factor] => Smartphone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Prestigio
[model_name] => PAP4044DUO
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => Android Webkit
[mobile_browser_version] =>
[device_os_version] => 4.1
[pointing_method] => touchscreen
[release_date] => 2013_july
[marketing_name] => MultiPhone 4044 DUO
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => none
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => w3c_api
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 480
[resolution_height] => 854
[columns] => 25
[max_image_width] => 320
[max_image_height] => 480
[rows] => 21
[physical_screen_width] => 53
[physical_screen_height] => 88
[dual_orientation] => true
[density_class] => 1.0
[wbmp] => true
[bmp] => true
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => true
[webp_lossless_support] => true
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3600
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => apple_live_streaming
[wap_push_support] => true
[connectionless_service_indication] => true
[connectionless_service_load] => true
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => true
[sender] => true
[mms_max_size] => 307200
[mms_max_height] => 480
[mms_max_width] => 640
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => true
[mms_jpeg_progressive] => false
[mms_gif_static] => true
[mms_gif_animated] => true
[mms_png] => true
[mms_bmp] => false
[mms_wbmp] => true
[mms_amr] => true
[mms_wav] => true
[mms_midi_monophonic] => true
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => true
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => true
[mms_vcalendar] => true
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => true
[mms_mp4] => true
[mms_3gpp] => true
[mms_3gpp2] => true
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => true
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => true
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => true
[au] => false
[amr] => true
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-02-13 13:27:32</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> |
2014/01/08/Learning-Ruby-Throught-a-Book/index.html | jpibarra1130/jpibarra1130.github.com |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Learning Ruby Through a Book</title>
<meta name="description" content="Learning a Ruby through a book">
<meta name="author" content="Paolo Ibarra">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="/assets/themes/bootstrap/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/themes/bootstrap/css/style.css" rel="stylesheet">
<link href="/assets/themes/bootstrap/css/pygments.css" rel="stylesheet">
<script src="/assets/themes/bootstrap/resources/jquery/jquery.min.js"></script>
<script src="/assets/themes/bootstrap/resources/bootstrap/js/bootstrap.min.js"></script>
<!-- atom & rss feed -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
<script type="text/javascript">
var mpq = [];
mpq.push(["init", "7188011789865f45786394de33a26ed6"]);
(function(){var b,a,e,d,c;b=document.createElement("script");b.type="text/javascript";
b.async=true;b.src=(document.location.protocol==="https:"?"https:":"http:")+
"//api.mixpanel.com/site_media/js/api/mixpanel.js";a=document.getElementsByTagName("script")[0];
a.parentNode.insertBefore(b,a);e=function(f){return function(){mpq.push(
[f].concat(Array.prototype.slice.call(arguments,0)))}};d=["init","track","track_links",
"track_forms","register","register_once","identify","name_tag","set_config"];for(c=0;c<
d.length;c++){mpq[d[c]]=e(d[c])}})();
</script>
</head>
<body>
<div class="home">
<a href="/">Home</a>
</div>
<br>
<div id="wrap">
<div class="container">
<div class="page-header">
<div class='header-logo'>
<div class="left">
<a href="/"><div class="logo">PAOLO<span>IBARRA</span></div></a>
</div>
<div class="right">
<div class="socialmedia">
<a id="twitter" class="twitter" href="https://twitter.com/paolo_ibarra" target="_blank"><i class="fa fa-twitter fa-3x"></i></a>
<a id="linkedin" class="linkedin" href="https://www.linkedin.com/in/paoloibarra" target="_blank"><i class="fa fa-linkedin fa-3x"></i></a>
<script type="text/javascript">
$("#twitter").click(function(event) {
var cb = generate_callback($(this));
event.preventDefault();
mpq.track("Twitter Link", { "Domain": "twitter.com" });
setTimeout(cb, 500);
})
$("#linkedin").click(function(event) {
var cb = generate_callback($(this));
event.preventDefault();
mpq.track("LinkedIn Link", { "Domain": "linkedin.com" });
setTimeout(cb, 500);
})
function generate_callback(a) {
return function() {
window.open(a.attr("href"), '_blank');
}
}
</script>
</div>
</div>
</div>
</div>
<div class="row post-full">
<h1 class="page-title">Learning Ruby Through a Book </h1>
<div class="col-md12">
<div class="summary">
<span class="date">January 08, 2014</span>
</div>
<div class="content">
<p>I have been working on Ruby on Rails on and off for close to a year now. And just recently, I have thought about this idea for a website and opted to use Ruby on Rails for it. Along the way, I realized that my knowledge about Ruby is still not broad enough, and quite scattered. I know how certain methods or classes act but there are still a lot of things I don’t understand about it. I decided that I wanted to learn more about the language, and really <strong>understand</strong> it.</p>
<p>I thought that the best way to go about it is to search for the most recently published book about Ruby, and read it. I ended up choosing <a href="http://www.amazon.com/Programming-Ruby-1-9-2-0-Programmers/dp/1937785491">Programming Ruby 1.9 & 2.0: The Pragmatic Programmers’ Guide (The Facets of Ruby)</a> for this.</p>
<p>In my opinion, this has been an effective way of learning Ruby. I have only finished a few chapters but I am able to learn new things about the language, and understand why certain features “magically” work.</p>
<p>Kudos to the authors of the book for organising and explaining the concepts effectively.</p>
</div>
<ul class="tag_box inline">
<li><i class="icon-tags"></i></li>
<li><a href="/tags.html#ruby-ref">ruby <span>7</span></a></li>
</ul>
<hr>
<ul class="pagination">
<li class="prev"><a href="/2014/01/05/Privacy-Policy-And-Terms-of-Service-Source" title="Privacy Policy and Terms of Service Source">← Previous</a></li>
<li><a href="/archive.html">Archive</a></li>
<li class="next"><a href="/2014/01/12/Securing-My-Cloud-Server" title="Securing My Cloud Server">Next →</a></li>
</ul>
<hr>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_developer = 1;
var disqus_shortname = 'jpibarra1130'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
<script type="text/javascript">
mpq.track("Learning Ruby Through a Book")
</script>
</div>
</div>
<div class="container">
<footer class="footer">
<div class="container">
<div class="row">
<hr>
<p>© 2014 Paolo Ibarra with help from <a href="http://github.com/dbtek/jekyll-bootstrap-3" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap-3</a> and <a href="http://getbootstrap.com" target="_blank">Twitter Bootstrap</a>
</p>
</div>
</div>
</footer>
</div>
</body>
</html>
|
resources/python-doc/library/chunk.html | ShiKaiWi/python-practice | <!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>21.6. chunk — Read IFF chunked data — Python 2.7.12 documentation</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: '2.7.12',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</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="search" type="application/opensearchdescription+xml"
title="Search within Python 2.7.12 documentation"
href="../_static/opensearch.xml"/>
<link rel="author" title="About these documents" href="../about.html" />
<link rel="copyright" title="Copyright" href="../copyright.html" />
<link rel="top" title="Python 2.7.12 documentation" href="../contents.html" />
<link rel="up" title="21. Multimedia Services" href="mm.html" />
<link rel="next" title="21.7. colorsys — Conversions between color systems" href="colorsys.html" />
<link rel="prev" title="21.5. wave — Read and write WAV files" href="wave.html" />
<link rel="shortcut icon" type="image/png" href="../_static/py.png" />
<script type="text/javascript" src="../_static/copybutton.js"></script>
<script type="text/javascript" src="../_static/version_switch.js"></script>
</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="colorsys.html" title="21.7. colorsys — Conversions between color systems"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="wave.html" title="21.5. wave — Read and write WAV files"
accesskey="P">previous</a> |</li>
<li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<span class="version_switcher_placeholder">2.7.12</span>
<a href="../index.html">Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li>
<li class="nav-item nav-item-2"><a href="mm.html" accesskey="U">21. Multimedia Services</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="module-chunk">
<span id="chunk-read-iff-chunked-data"></span><h1>21.6. <a class="reference internal" href="#module-chunk" title="chunk: Module to read IFF chunks."><code class="xref py py-mod docutils literal"><span class="pre">chunk</span></code></a> — Read IFF chunked data<a class="headerlink" href="#module-chunk" title="Permalink to this headline">¶</a></h1>
<p id="index-0">This module provides an interface for reading files that use EA IFF 85 chunks.
<a class="footnote-reference" href="#id2" id="id1">[1]</a> This format is used in at least the Audio Interchange File Format
(AIFF/AIFF-C) and the Real Media File Format (RMFF). The WAVE audio file format
is closely related and can also be read using this module.</p>
<p>A chunk has the following structure:</p>
<table border="1" class="docutils">
<colgroup>
<col width="19%" />
<col width="17%" />
<col width="65%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Offset</th>
<th class="head">Length</th>
<th class="head">Contents</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>0</td>
<td>4</td>
<td>Chunk ID</td>
</tr>
<tr class="row-odd"><td>4</td>
<td>4</td>
<td>Size of chunk in big-endian
byte order, not including the
header</td>
</tr>
<tr class="row-even"><td>8</td>
<td><em>n</em></td>
<td>Data bytes, where <em>n</em> is the
size given in the preceding
field</td>
</tr>
<tr class="row-odd"><td>8 + <em>n</em></td>
<td>0 or 1</td>
<td>Pad byte needed if <em>n</em> is odd
and chunk alignment is used</td>
</tr>
</tbody>
</table>
<p>The ID is a 4-byte string which identifies the type of chunk.</p>
<p>The size field (a 32-bit value, encoded using big-endian byte order) gives the
size of the chunk data, not including the 8-byte header.</p>
<p>Usually an IFF-type file consists of one or more chunks. The proposed usage of
the <a class="reference internal" href="#chunk.Chunk" title="chunk.Chunk"><code class="xref py py-class docutils literal"><span class="pre">Chunk</span></code></a> class defined here is to instantiate an instance at the start
of each chunk and read from the instance until it reaches the end, after which a
new instance can be instantiated. At the end of the file, creating a new
instance will fail with a <a class="reference internal" href="exceptions.html#exceptions.EOFError" title="exceptions.EOFError"><code class="xref py py-exc docutils literal"><span class="pre">EOFError</span></code></a> exception.</p>
<dl class="class">
<dt id="chunk.Chunk">
<em class="property">class </em><code class="descclassname">chunk.</code><code class="descname">Chunk</code><span class="sig-paren">(</span><em>file</em><span class="optional">[</span>, <em>align</em>, <em>bigendian</em>, <em>inclheader</em><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#chunk.Chunk" title="Permalink to this definition">¶</a></dt>
<dd><p>Class which represents a chunk. The <em>file</em> argument is expected to be a
file-like object. An instance of this class is specifically allowed. The
only method that is needed is <a class="reference internal" href="stdtypes.html#file.read" title="file.read"><code class="xref py py-meth docutils literal"><span class="pre">read()</span></code></a>. If the methods
<a class="reference internal" href="stdtypes.html#file.seek" title="file.seek"><code class="xref py py-meth docutils literal"><span class="pre">seek()</span></code></a> and <a class="reference internal" href="stdtypes.html#file.tell" title="file.tell"><code class="xref py py-meth docutils literal"><span class="pre">tell()</span></code></a> are present and don’t
raise an exception, they are also used.
If these methods are present and raise an exception, they are expected to not
have altered the object. If the optional argument <em>align</em> is true, chunks
are assumed to be aligned on 2-byte boundaries. If <em>align</em> is false, no
alignment is assumed. The default value is true. If the optional argument
<em>bigendian</em> is false, the chunk size is assumed to be in little-endian order.
This is needed for WAVE audio files. The default value is true. If the
optional argument <em>inclheader</em> is true, the size given in the chunk header
includes the size of the header. The default value is false.</p>
<p>A <a class="reference internal" href="#chunk.Chunk" title="chunk.Chunk"><code class="xref py py-class docutils literal"><span class="pre">Chunk</span></code></a> object supports the following methods:</p>
<dl class="method">
<dt id="chunk.Chunk.getname">
<code class="descname">getname</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#chunk.Chunk.getname" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns the name (ID) of the chunk. This is the first 4 bytes of the
chunk.</p>
</dd></dl>
<dl class="method">
<dt id="chunk.Chunk.getsize">
<code class="descname">getsize</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#chunk.Chunk.getsize" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns the size of the chunk.</p>
</dd></dl>
<dl class="method">
<dt id="chunk.Chunk.close">
<code class="descname">close</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#chunk.Chunk.close" title="Permalink to this definition">¶</a></dt>
<dd><p>Close and skip to the end of the chunk. This does not close the
underlying file.</p>
</dd></dl>
<p>The remaining methods will raise <a class="reference internal" href="exceptions.html#exceptions.IOError" title="exceptions.IOError"><code class="xref py py-exc docutils literal"><span class="pre">IOError</span></code></a> if called after the
<a class="reference internal" href="#chunk.Chunk.close" title="chunk.Chunk.close"><code class="xref py py-meth docutils literal"><span class="pre">close()</span></code></a> method has been called.</p>
<dl class="method">
<dt id="chunk.Chunk.isatty">
<code class="descname">isatty</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#chunk.Chunk.isatty" title="Permalink to this definition">¶</a></dt>
<dd><p>Returns <code class="docutils literal"><span class="pre">False</span></code>.</p>
</dd></dl>
<dl class="method">
<dt id="chunk.Chunk.seek">
<code class="descname">seek</code><span class="sig-paren">(</span><em>pos</em><span class="optional">[</span>, <em>whence</em><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#chunk.Chunk.seek" title="Permalink to this definition">¶</a></dt>
<dd><p>Set the chunk’s current position. The <em>whence</em> argument is optional and
defaults to <code class="docutils literal"><span class="pre">0</span></code> (absolute file positioning); other values are <code class="docutils literal"><span class="pre">1</span></code>
(seek relative to the current position) and <code class="docutils literal"><span class="pre">2</span></code> (seek relative to the
file’s end). There is no return value. If the underlying file does not
allow seek, only forward seeks are allowed.</p>
</dd></dl>
<dl class="method">
<dt id="chunk.Chunk.tell">
<code class="descname">tell</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#chunk.Chunk.tell" title="Permalink to this definition">¶</a></dt>
<dd><p>Return the current position into the chunk.</p>
</dd></dl>
<dl class="method">
<dt id="chunk.Chunk.read">
<code class="descname">read</code><span class="sig-paren">(</span><span class="optional">[</span><em>size</em><span class="optional">]</span><span class="sig-paren">)</span><a class="headerlink" href="#chunk.Chunk.read" title="Permalink to this definition">¶</a></dt>
<dd><p>Read at most <em>size</em> bytes from the chunk (less if the read hits the end of
the chunk before obtaining <em>size</em> bytes). If the <em>size</em> argument is
negative or omitted, read all data until the end of the chunk. The bytes
are returned as a string object. An empty string is returned when the end
of the chunk is encountered immediately.</p>
</dd></dl>
<dl class="method">
<dt id="chunk.Chunk.skip">
<code class="descname">skip</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#chunk.Chunk.skip" title="Permalink to this definition">¶</a></dt>
<dd><p>Skip to the end of the chunk. All further calls to <a class="reference internal" href="#chunk.Chunk.read" title="chunk.Chunk.read"><code class="xref py py-meth docutils literal"><span class="pre">read()</span></code></a> for the
chunk will return <code class="docutils literal"><span class="pre">''</span></code>. If you are not interested in the contents of
the chunk, this method should be called so that the file points to the
start of the next chunk.</p>
</dd></dl>
</dd></dl>
<p class="rubric">Footnotes</p>
<table class="docutils footnote" frame="void" id="id2" rules="none">
<colgroup><col class="label" /><col /></colgroup>
<tbody valign="top">
<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>“EA IFF 85” Standard for Interchange Format Files, Jerry Morrison, Electronic
Arts, January 1985.</td></tr>
</tbody>
</table>
</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="wave.html"
title="previous chapter">21.5. <code class="docutils literal"><span class="pre">wave</span></code> — Read and write WAV files</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="colorsys.html"
title="next chapter">21.7. <code class="docutils literal"><span class="pre">colorsys</span></code> — Conversions between color systems</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../bugs.html">Report a Bug</a></li>
<li><a href="../_sources/library/chunk.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</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="colorsys.html" title="21.7. colorsys — Conversions between color systems"
>next</a> |</li>
<li class="right" >
<a href="wave.html" title="21.5. wave — Read and write WAV files"
>previous</a> |</li>
<li><img src="../_static/py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="https://www.python.org/">Python</a> »</li>
<li>
<span class="version_switcher_placeholder">2.7.12</span>
<a href="../index.html">Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> »</li>
<li class="nav-item nav-item-2"><a href="mm.html" >21. Multimedia Services</a> »</li>
</ul>
</div>
<div class="footer">
© <a href="../copyright.html">Copyright</a> 1990-2016, Python Software Foundation.
<br />
The Python Software Foundation is a non-profit corporation.
<a href="https://www.python.org/psf/donations/">Please donate.</a>
<br />
Last updated on Jun 25, 2016.
<a href="../bugs.html">Found a bug</a>?
<br />
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3.
</div>
</body>
</html> |
_includes/navigation.html | pengineered/pengineered.github.io | <ul class="menu-item">
<li class="home"><a href="/home/">{{ site.title }}</a></li>
{% for link in site.data.navigation %}
{% if link.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = site.url %}
{% endif %}
<li><a href="{{ domain }}{{ link.url }}" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a></li>
{% endfor %}
</ul> |
public/tags/procastination/index.html | opoyc/partiallyrandom | <!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 http-equiv="content-type" content="text/html; charset=utf-8">
<title>Procastination · Partially Random</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="">
<meta property="og:title" content="Procastination · Partially Random ">
<meta property="og:site_name" content="Partially Random"/>
<meta property="og:url" content="/tags/procastination/" />
<meta property="og:locale" content="en">
<meta property="og:type" content="website" />
<link href="/tags/procastination/index.xml" rel="alternate" type="application/rss+xml" title="Procastination" />
<link rel="canonical" href="/tags/procastination/" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/touch-icon-144-precomposed.png">
<link rel="icon" href="/favicon.png">
<meta name="generator" content="Hugo 0.40.2" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="/css/bootswatch/paper/bootstrap.min.css">
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/style_custom.css">
<link rel="stylesheet" href="/css/highlight/xcode.css">
</head>
<body data-ng-app="myapp" data-ng-controller="MyController" data-ng-mouseleave="MouseLeave($event)">
<header id="main-header">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
Partially Random
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="">
<a href="/about/" >
About me
</a>
</li>
<li class="">
<a href="https://opoyc.github.io/" >
<i class='fa fa-globe'></i>
Website
</a>
</li>
<li class="">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Social/Contact <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="">
<a href="mailto:opoyserc@gmail.com"><i class='fa fa-envelope'></i> Email</a>
</li>
<li class="">
<a href="https://github.com/opoyc"><i class='fa fa-github'></i> Github</a>
</li>
</ul>
</li>
<li class="">
<a href="/tags/" >
Tags
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="main-content" class="container">
<header>
<h1>Procastination
</h1>
</header>
<ul class="container content">
<li><a href="/2017/04/26/2017-08-23-todo-sea-por-organizarme/">Todo sea por organizarme</a>
</li>
</ul>
</div>
<footer class="footer hidden-print">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="pull-left">
<a class="toplink" href="javascript:" id="return-to-top">back to top</a>
</div>
<div class="pull-right">
<a href="/disclaimer/">Disclaimer</a> <i>·</i>
<a href="/terms/">Terms</a>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center">
<div class="container footline">
<small>
Partially Random by Obryan Poyser | Theme: <a href="https://github.com/appernetic">appernetic</a>
</small>
</div>
<div class="container copyright">
<small>
© 2018 Copyright Partially Random
</small>
</div>
</div>
</div>
</div>
</footer>
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/highlight.pack.js"></script>
<script src="/js/site.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
var _gaq=[['_setAccount','UA-97643146-4'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
<script>
var ENABLE_POPOVER = false ,
EXPIRE_COOKIE = 5 ,
SHOW_MODAL_TIMEOUT = 10000 ,
MOUSE_LEAVE = true ,
MODAL_SIZE = "",
POST_URL = "https://zapier.com/hooks/catch/1227563/",
SIGNUP_HEADER = "Join Our Newsletter",
HEADER_IMAGE = "//placehold.it/1000x600",
IMG_DESCRIPTION = "Placeholder image for this popover modal optin form",
SIGNUP_TEXT = "Signup today for free and be the first to get notified on new updates.",
INPUT_PLACEHOLDER = "Enter your email",
SUBMIT_BUTTON = "Subscribe",
SUCCESS_MESSAGE = "Thanks for your subscription!",
ERROR_MESSAGE = "Submitting form failed!",
OPTIN = true ,
COOKIE_NAME = "mycookie1",
CONTENTLANGUAGE = "";
</script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js"></script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/config/TeX-AMS-MML_HTMLorMML.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
displayMath: [['$$','$$'], ['\[','\]']],
processEscapes: true,
processEnvironments: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
TeX: { equationNumbers: { autoNumber: "AMS" },
extensions: ["AMSmath.js", "AMSsymbols.js"] }
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
for(var all in MathJax.Hub.getAllJax()) {
all.SourceElement().parentNode.className += ' has-jax';
}
});
</script>
</body>
</html>
|
src/node_modules/zombie/node_modules/html5/data/tree-construction/tests21.dat-18/input.html | robashton/zombify | <svg><![CDATA[<svg>]]></path>
|
docs/functions_vars_p.html | ps3dev/PSL1GHT | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>psl1ght: Data Fields - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">psl1ght
</div>
<div id="projectbrief">A free SDK for Sony's PS3 console</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</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_p"></a>- p -</h3><ul>
<li>pad
: <a class="el" href="structsys__sem__attr.html#a501145f631cca3fea05778fbc482c214">sys_sem_attr</a>
</li>
<li>padding
: <a class="el" href="struct__videoconfig.html#a9883bd13f5061363a57bafca1eacd920">_videoconfig</a>
, <a class="el" href="struct__videodisplaymode.html#a8b2ef56851cfbb1fe1e81a96044bd685">_videodisplaymode</a>
, <a class="el" href="struct__videostate.html#a8745324bc01a48dd195c492259d9ccb8">_videostate</a>
</li>
<li>paStart
: <a class="el" href="struct__sys__spu__segment.html#a6dcad5534d329b057a8ac9f27701deff">_sys_spu_segment</a>
</li>
<li>pc
: <a class="el" href="struct__sys__dbg__ppu__thread__context.html#ada3df03ca57fe5cc4e4d5348c063e5ba">_sys_dbg_ppu_thread_context</a>
</li>
<li>pclass_profile
: <a class="el" href="struct__pad__periph__data.html#aee78308f18f2385563b848a14ea0a15f">_pad_periph_data</a>
, <a class="el" href="struct__pad__periph__info.html#a97965070c4eca2106c63eabbda480bda">_pad_periph_info</a>
</li>
<li>pclass_type
: <a class="el" href="struct__pad__periph__data.html#a042be8f36cf125e3e30389a097948fcc">_pad_periph_data</a>
, <a class="el" href="struct__pad__periph__info.html#af548ff385943667ad45b6c5c29a84e5f">_pad_periph_info</a>
</li>
<li>pitch
: <a class="el" href="struct__gcmDisplayInfo.html#a8876697a70fb56bc7ab59ae0daadf07f">_gcmDisplayInfo</a>
, <a class="el" href="struct__gcmTexture.html#a92268e01a1657307af2e8d13f831ac94">_gcmTexture</a>
, <a class="el" href="struct__gcmTransferScale.html#ab3aa0ac3675048000caea96be552d8a8">_gcmTransferScale</a>
, <a class="el" href="struct__gcmTransferSurface.html#a60050d673e1bae80ba11ce8cea666a8b">_gcmTransferSurface</a>
, <a class="el" href="struct__videoconfig.html#a2b8c1905b8a4881d613f3eb6cc749c5e">_videoconfig</a>
</li>
<li>port_setting
: <a class="el" href="struct__pad__info2.html#a34c0d788b88fd713d793fca8675e07be">_pad_info2</a>
, <a class="el" href="struct__pad__periph__info.html#a633f49abd155ec00348fd0987dd43cc5">_pad_periph_info</a>
</li>
<li>port_status
: <a class="el" href="struct__pad__info2.html#a0a8d9b4e8e11919ec8aae832da2444dd">_pad_info2</a>
, <a class="el" href="struct__pad__periph__info.html#a9d88596d507cbfe31d50e7e75276a080">_pad_periph_info</a>
</li>
<li>portSize
: <a class="el" href="struct__audio__port__config.html#a9aacb835ed542dd4f8a2ad3d373cd8aa">_audio_port_config</a>
</li>
<li>position
: <a class="el" href="struct__osk__layout__info.html#aacd949527add2897d40d1e513e481ce5">_osk_layout_info</a>
</li>
<li>ppu_mb
: <a class="el" href="struct__sys__dbg__spu__thread__context.html#a6ea663aaac8e1b5e6d498d35509091c7">_sys_dbg_spu_thread_context</a>
</li>
<li>PRE_CIRCLE
: <a class="el" href="struct__pad__data.html#aeced5dbddb2a29eac53f74556ec2480b">_pad_data</a>
</li>
<li>PRE_CROSS
: <a class="el" href="struct__pad__data.html#afdd476e5d590e5c524adc758232ab032">_pad_data</a>
</li>
<li>PRE_DOWN
: <a class="el" href="struct__pad__data.html#a9a1aed33917102419cedc513b5d1f126">_pad_data</a>
</li>
<li>PRE_L1
: <a class="el" href="struct__pad__data.html#a186f99934747f84ff175591033694eaa">_pad_data</a>
</li>
<li>PRE_L2
: <a class="el" href="struct__pad__data.html#a6aa1f9e1368a277c937fabbf8793c894">_pad_data</a>
</li>
<li>PRE_LEFT
: <a class="el" href="struct__pad__data.html#a7bfc561b3654e16baf27c24a9fc7ea06">_pad_data</a>
</li>
<li>PRE_R1
: <a class="el" href="struct__pad__data.html#a6cbe95789737b09021217bf1b9515105">_pad_data</a>
</li>
<li>PRE_R2
: <a class="el" href="struct__pad__data.html#a6481c9e50d6a1738ad10fdbd57dacf2a">_pad_data</a>
</li>
<li>PRE_RIGHT
: <a class="el" href="struct__pad__data.html#adf820a56bd30a17494f6e14329723a86">_pad_data</a>
</li>
<li>PRE_SQUARE
: <a class="el" href="struct__pad__data.html#aef07125efc473e95076d272c4a01b1bc">_pad_data</a>
</li>
<li>PRE_TRIANGLE
: <a class="el" href="struct__pad__data.html#abe69bb3469ddb39fc854119623d032cd">_pad_data</a>
</li>
<li>PRE_UP
: <a class="el" href="struct__pad__data.html#aef7a7a0919d2f8024679e51d886de940">_pad_data</a>
</li>
<li>product_id
: <a class="el" href="struct__pad__info.html#a03838c6c95abe4f1a8067ae60ff99d76">_pad_info</a>
</li>
<li>prohibitFlags
: <a class="el" href="struct__osk__param.html#a7d3a3e787bb4e76006688450d0ba70fc">_osk_param</a>
</li>
<li>ps3spec
: <a class="el" href="struct__pad__capability__info.html#a4d42f3ea454be1ff5251c1404a5cc9ee">_pad_capability_info</a>
</li>
<li>put
: <a class="el" href="struct__gcmCtrlRegister.html#a3539bc33db807edddac671a2222bb5d4">_gcmCtrlRegister</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Aug 7 2019 09:58:40 for psl1ght by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.15
</small></address>
</body>
</html>
|
public/style.css | ercelt/vectorview | #flexbox {
display: -ms-flex;
display: -webkit-flex;
display: flex;
width: 100%;
}
#left_col {
flex-grow: 1;
}
#viewport {
flex-grow: 3;
}
.col_element {
margin: 4px;
margin-top: 0px;
}
.list_item {
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
.toggle-btn {
text-align:centre;
margin:1px;
padding:1px 6px;
color:#000;
background-color:#FFF;
border-radius:4px;
display:inline-block;
border:solid 1px #CCC;
cursor:pointer;
}
.toggle-btn:hover {
border:solid 1px #a0d5dc !important;
background:#f1fdfe;
}
.toggle-btn.success {
background:lightgreen;
border:solid 1px green !important;
} |
docs/index.html | mydea/scubajs | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>scuba.js</title>
<link rel="stylesheet" href="">
<link rel="stylesheet" href="./assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="./assets/css/main.css" id="site_styles">
<link rel="stylesheet" href="./assets/css/custom.css">
<link rel="stylesheet" href="./assets/vendor/bootstrap/css/bootstrap.css">
<link rel="shortcut icon" type="image/png" href="./assets/favicon.png">
</head>
<body class="yui3-skin-sam">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<h1 class="brand" style="padding: 10px 16px 10px; height: 20px; line-height: 20px; margin-left: 0;">
<img alt="scuba.js" src="./assets/css/logo.png" style="max-height: 65%;" title="scuba.js">
scuba.js
</h1>
<div class="nav">
<li class="divider-vertical"></li>
<li>
<p class="navbar-text">
API Docs for Version: <b>0.2.0</b>
</p>
</li>
</div>
<form class="navbar-form pull-right" style="line-height: 40px; height: 40px;">
<input style="margin-top: 0;" type="text" class="search-query" placeholder="Search for classes/modules..." data-obj='["classes/$.scuba", "classes/LocalDB", "classes/Queue"]'>
</form>
</div>
</div>
<div class="container">
<div class="row">
<div class="span3">
<div>
<h3>APIs</h3>
<div id="sidebar">
<ul id="main-nav" class="nav nav-tabs" style="margin-bottom:0;">
<li class="active"><a href="#classes" data-toggle="tab">Classes</a></li>
<li><a href="#modules" data-toggle="tab">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" placeholder="Type to filter APIs">
</div>
<div class="tab-content" style="border: 1px solid #DDD; border-top:0;">
<div class="tab-pane active" id="classes">
<ul id="api-classes" class="nav nav-list">
<li><a href="./classes/$.scuba.html">$.scuba</a></li>
<li><a href="./classes/LocalDB.html">LocalDB</a></li>
<li><a href="./classes/Queue.html">Queue</a></li>
</ul>
</div>
<div class="tab-pane" id="modules">
<ul id="api-modules" class="nav nav-list">
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="span9">
<form id="options-form" class="form-inline pull-right">
Show:
<label for="api-show-inherited" class="checkbox">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected" class="checkbox">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private" class="checkbox">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated" class="checkbox">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</form>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<div class="apidocs">
<div id="docs-main" class="content">
<p>
Browse to a module or class using the sidebar to view its API documentation.
</p>
<h2>Keyboard Shortcuts</h2>
<ul>
<li><p>Press <kbd>s</kbd> to focus the API search box.</p></li>
<li><p>Use <kbd>Up</kbd> and <kbd>Down</kbd> to select classes, modules, and search results.</p></li>
<li class="mac-only"><p>With the API search box or sidebar focused, use <kbd><span class="cmd">⌘</span>-Left</kbd> or <kbd><span class="cmd">⌘</span>-Right</kbd> to switch sidebar tabs.</p></li>
<li class="pc-only"><p>With the API search box or sidebar focused, use <kbd>Ctrl+Left</kbd> and <kbd>Ctrl+Right</kbd> to switch sidebar tabs.</p></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="./assets/vendor/jquery/jquery-1.8.2.min.js"></script>
<script src="./assets/vendor/bootstrap/js/bootstrap.js"></script>
<script src="./assets/vendor/prettify/prettify-min.js"></script>
<script src="./assets/js/yuidoc-bootstrap.js"></script>
<script>prettyPrint();</script>
</body>
</html>
|
v5/user-agent-detail/11/e4/11e4bcfe-2161-4c4c-b507-92373824dd11.html | ThaDafinser/UserAgentParserComparison |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; Android 4.3; HTC One with MoDaCo.SWITCH Beta 10 Build/JWR66V.H10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="../circle.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (Linux; Android 4.3; HTC One with MoDaCo.SWITCH Beta 10 Build/JWR66V.H10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">HTC</td><td>One with MoDaCo.SWITCH Beta 10</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a>
<!-- Modal Structure -->
<div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">Array
(
[user_agent_string] => Mozilla/5.0 (Linux; Android 4.3; HTC One with MoDaCo.SWITCH Beta 10 Build/JWR66V.H10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36
[family] => HTC One with MoDaCo.SWITCH Beta 10
[brand] => HTC
[model] => One with MoDaCo.SWITCH Beta 10
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Chrome 28.0</td><td>Blink </td><td>Android 4.3</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.0312</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a>
<!-- Modal Structure -->
<div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapFull result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.3.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/28\..*safari\/.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.3*) applewebkit/* (khtml* like gecko) chrome/28.*safari/*
[parent] => Chrome 28.0 for Android
[comment] => Chrome 28.0
[browser] => Chrome
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 28.0
[majorver] => 28
[minorver] => 0
[platform] => Android
[platform_version] => 4.3
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[isfake] =>
[isanonymized] =>
[ismodified] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => general Mobile Phone
[device_brand_name] => unknown
[renderingengine_name] => Blink
[renderingengine_version] => unknown
[renderingengine_description] => a WebKit Fork by Google
[renderingengine_maker] => Google Inc
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Chrome </td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a>
<!-- Modal Structure -->
<div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapLite result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/.*safari\/.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/*safari/*
[parent] => Chrome Generic for Android
[comment] => Chrome Generic
[browser] => Chrome
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => unknown
[browser_modus] => unknown
[version] => 0.0
[majorver] => 0
[minorver] => 0
[platform] => Android
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] => false
[crawler] => false
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => unknown
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Chrome 28.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.0156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a>
<!-- Modal Structure -->
<div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.3.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/28\..*safari\/.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?4.3*) applewebkit/* (khtml* like gecko) chrome/28.*safari/*
[parent] => Chrome 28.0 for Android
[comment] => Chrome 28.0
[browser] => Chrome
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => Google Inc
[browser_modus] => unknown
[version] => 28.0
[majorver] => 28
[minorver] => 0
[platform] => Android
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] => false
[crawler] =>
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a>
<!-- Modal Structure -->
<div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Android
[browser] => Chrome
[version] => 28.0.1500.94
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a>
<!-- Modal Structure -->
<div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>JenssegersAgent result detail</h4>
<p><pre><code class="php">Array
(
[browserName] => Chrome
[browserVersion] => 28.0.1500.94
[osName] => AndroidOS
[osVersion] => 4.3
[deviceModel] => HTC
[isMobile] => 1
[isRobot] =>
[botName] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Chrome Mobile 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555">HTC</td><td>One with MoDaCo.SWITCH Beta 10</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.3276</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 480
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => HTC
[mobile_model] => One with MoDaCo.SWITCH Beta 10
[version] => 28.0.1500.94
[is_android] => 1
[browser_name] => Chrome Mobile
[operating_system_family] => Android
[operating_system_version] => 4.3
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Android 4.3 Jelly Bean
[mobile_screen_width] => 320
[mobile_browser] => Android Webkit
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Chrome Mobile 28.0</td><td>Blink </td><td>Android 4.3</td><td style="border-left: 1px solid #555">HTC</td><td>One with MoDaCo.SWITCH Beta 10</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a>
<!-- Modal Structure -->
<div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Chrome Mobile
[short_name] => CM
[version] => 28.0
[engine] => Blink
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 4.3
[platform] =>
)
[device] => Array
(
[brand] => HT
[brandName] => HTC
[model] => One with MoDaCo.SWITCH Beta 10
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a>
<!-- Modal Structure -->
<div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.3; HTC One with MoDaCo.SWITCH Beta 10 Build/JWR66V.H10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36
)
[name:Sinergi\BrowserDetector\Browser:private] => Chrome
[version:Sinergi\BrowserDetector\Browser:private] => 28.0.1500.94
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
[isFacebookWebView:Sinergi\BrowserDetector\Browser:private] =>
[isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Android
[version:Sinergi\BrowserDetector\Os:private] => 4.3
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.3; HTC One with MoDaCo.SWITCH Beta 10 Build/JWR66V.H10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.3; HTC One with MoDaCo.SWITCH Beta 10 Build/JWR66V.H10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Chrome Mobile 28.0.1500</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555">HTC</td><td>One with MoDaCo.SWITCH Beta 10</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a>
<!-- Modal Structure -->
<div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 28
[minor] => 0
[patch] => 1500
[family] => Chrome Mobile
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 4
[minor] => 3
[patch] =>
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => HTC
[model] => One with MoDaCo.SWITCH Beta 10
[family] => HTC One with MoDaCo.SWITCH Beta 10
)
[originalUserAgent] => Mozilla/5.0 (Linux; Android 4.3; HTC One with MoDaCo.SWITCH Beta 10 Build/JWR66V.H10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Chrome 28.0.1500.94</td><td>WebKit 537.36</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a>
<!-- Modal Structure -->
<div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[platform_name] => HTC
[platform_version] => .
[platform_type] => Mobile
[browser_name] => Chrome
[browser_version] => 28.0.1500.94
[engine_name] => WebKit
[engine_version] => 537.36
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.0936</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a>
<!-- Modal Structure -->
<div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Android Webkit Browser
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 4.3
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] =>
[agent_languageTag] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Chrome 28.0.1500.94</td><td>WebKit 537.36</td><td>Android 4.3</td><td style="border-left: 1px solid #555"></td><td>HTC One with</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.234</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Chrome 28 on Android (Jelly Bean)
[browser_version] => 28
[extra_info] => Array
(
)
[operating_platform] => HTC One with
[extra_info_table] => stdClass Object
(
[System Build] => JWR66V
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => chrome
[operating_system_version] => Jelly Bean
[simple_operating_platform_string] => HTC One with
[is_abusive] =>
[layout_engine_version] => 537.36
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Android (Jelly Bean)
[operating_system_version_full] => 4.3
[operating_platform_code] =>
[browser_name] => Chrome
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; Android 4.3; HTC One with MoDaCo.SWITCH Beta 10 Build/JWR66V.H10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36
[browser_version_full] => 28.0.1500.94
[browser] => Chrome 28
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Chrome Dev 28.0.1500.94</td><td>Blink </td><td>Android 4.3</td><td style="border-left: 1px solid #555"></td><td>HTC One with MoDaCo.SWITCH Beta 10</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a>
<!-- Modal Structure -->
<div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Chrome
[version] => 28.0.1500.94
[type] => browser
)
[engine] => Array
(
[name] => Blink
)
[os] => Array
(
[name] => Android
[version] => 4.3
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[model] => HTC One with MoDaCo.SWITCH Beta 10
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a>
<!-- Modal Structure -->
<div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Chrome
[vendor] => Google
[version] => 28.0.1500.94
[category] => smartphone
[os] => Android
[os_version] => 4.3
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555"></td><td></td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.0156</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a>
<!-- Modal Structure -->
<div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => true
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 4.3
[advertised_browser] => Chrome
[advertised_browser_version] => 28.0.1500.94
[complete_device_name] => Generic Android 4.3
[device_name] => Generic Android 4.3
[form_factor] => Smartphone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Generic
[model_name] => Android 4.3
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] => Android
[mobile_browser] => Android Webkit
[mobile_browser_version] =>
[device_os_version] => 4.3
[pointing_method] => touchscreen
[release_date] => 2013_july
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => none
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => w3c_api
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 320
[resolution_height] => 480
[columns] => 60
[max_image_width] => 320
[max_image_height] => 480
[rows] => 40
[physical_screen_width] => 34
[physical_screen_height] => 50
[dual_orientation] => true
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => true
[webp_lossless_support] => true
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3600
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => true
[inline_support] => false
[oma_support] => true
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => apple_live_streaming
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => true
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => true
[mp3] => true
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Google Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.3</td><td style="border-left: 1px solid #555">HTC</td><td>One</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a>
<!-- Modal Structure -->
<div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Zsxsoft result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[link] => http://google.com/chrome/
[title] => Google Chrome 28.0.1500.94
[name] => Google Chrome
[version] => 28.0.1500.94
[code] => chrome
[image] => img/16/browser/chrome.png
)
[os] => Array
(
[link] => http://www.android.com/
[name] => Android
[version] => 4.3
[code] => android
[x64] =>
[title] => Android 4.3
[type] => os
[dir] => os
[image] => img/16/os/android.png
)
[device] => Array
(
[link] => http://en.wikipedia.org/wiki/High_Tech_Computer_Corporation
[title] => HTC One
[model] => One
[brand] => HTC
[code] => htc
[dir] => device
[type] => device
[image] => img/16/device/htc.png
)
[platform] => Array
(
[link] => http://en.wikipedia.org/wiki/High_Tech_Computer_Corporation
[title] => HTC One
[model] => One
[brand] => HTC
[code] => htc
[dir] => device
[type] => device
[image] => img/16/device/htc.png
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-05-10 07:51:42</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> |
web_dev/udacity_web_development/misc/lesson2.html | miguelgazela/playground | <h1>Hello Afonso</h1>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="main.css">
</head>
<form action="http://www.google.com/search">
<input name="q">
<input type="submit">
</form>
</html>
|
profile.html | drduh/config | <!-- https://github.com/drduh/config/blob/master/profile.html -->
<style type="text/css">
body { background-color: #002b36; color: #839496; font-size: 3em; }
p { margin-top: 0; font-size: 0.5em; }
</style>
<script>
function refresh() {
var d = new Date()
var local_time = d.toLocaleTimeString();
var user_agent = navigator.userAgent;
var screen_res = screen.width + " x " + screen.height
var os = navigator.oscpu;
var plat = navigator.platform;
var app_version = navigator.appVersion;
var browser = navigator.appName;
document.cookie = "cookie";
var test_cookie = document.cookie.match("cookie")
document.getElementById("time").innerHTML = local_time
document.getElementById("user_agent").innerHTML = user_agent
document.getElementById("resolution").innerHTML = screen_res
document.getElementById("system").innerHTML = os + " / " + plat
document.getElementById("browser").innerHTML = browser + " " + app_version
document.getElementById("cookie").innerHTML = test_cookie
}
</script>
<button onclick="refresh()">Refresh</button>
<p id="time"></p>
<p id="user_agent"></p>
<p id="cookie"></p>
<p id="resolution"></p>
<p id="system"></p>
<p id="browser"></p>
|
frontend/style.css | abutsa/jpv0 | /*-----------------------------------------------------------------------------------
Theme Name: Canvas
Theme URI: http://themes.semicolonweb.com/html/canvas
Description: The Multi-Purpose Template
Author: SemiColonWeb
Author URI: http://themeforest.net/user/semicolonweb
Version: 4.5.1
-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
- Basic
- Typography
- Basic Layout Styles
- Helper Classes
- Sections
- Columns & Grids
- Flex Slider
- Swiper Slider
- Top Bar
- Header
- Logo
- Primary Menu
- Mega Menu
- Top Search
- Top Cart
- Sticky Header
- Page Menu
- Side Header
- Side Panel
- Slider
- Page Title
- Content
- Portfolio
- Blog
- Shop
- Events
- Shortcodes
- Countdown
- Buttons
- Promo Boxes
- Featured Boxes
- Process Steps
- Styled Icons
- Toggles
- Accordions
- Tabs
- Side Navigation
- FAQ List
- Clients
- Testimonials
- Team
- Pricing Boxes
- Counter
- Animated Rounded Skills
- Skills Bar
- Dropcaps & Highlights
- Quotes & Blockquotes
- Text Rotater
- Owl Carousel
- Overlays
- Forms
- Google Maps
- Heading Styles
- Divider
- Magazine Specific Classes
- Go To Top
- Error 404
- Landing Pages
- Preloaders
- Toastr Notifications
- Footer
- Widgets
- Tag Cloud
- Links
- Testimonial & Twitter
- Quick Contact Form
- Newsletter
- Twitter Feed
- Navigation Tree
- Wedding
- Bootstrap Specific
- Cookie Notification
- Stretched Layout
- Page Transitions
- Youtube Video Backgrounds
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
Basic
-----------------------------------------------------------------*/
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
}
.clear {
clear: both;
display: block;
font-size: 0px;
height: 0px;
line-height: 0;
width: 100%;
overflow:hidden;
}
::selection {
background: #037099;
color: #FFF;
text-shadow: none;
}
::-moz-selection {
background: #037099; /* Firefox */
color: #FFF;
text-shadow: none;
}
::-webkit-selection {
background: #037099; /* Safari */
color: #FFF;
text-shadow: none;
}
:active,
:focus { outline: none !important; }
/* ----------------------------------------------------------------
Typography
-----------------------------------------------------------------*/
body {
line-height: 1.5;
color: #555;
font-family: 'Lato', sans-serif;
}
a {
text-decoration: none !important;
color: #037099;
}
a:hover { color: #222; }
a img { border: none; }
img { max-width: 100%; }
iframe { border: none !important; }
/* ----------------------------------------------------------------
Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
color: #444;
font-weight: 600;
line-height: 1.5;
margin: 0 0 30px 0;
font-family: 'Raleway', sans-serif;
}
h5,
h6 { margin-bottom: 20px; }
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h4 { font-weight: 600; }
h5,
h6 { font-weight: bold; }
h1 > span:not(.nocolor),
h2 > span:not(.nocolor),
h3 > span:not(.nocolor),
h4 > span:not(.nocolor),
h5 > span:not(.nocolor),
h6 > span:not(.nocolor) { color: #037099; }
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 30px; }
small { font-family: 'Lato', sans-serif; }
/* ----------------------------------------------------------------
Helper Classes
-----------------------------------------------------------------*/
.uppercase { text-transform: uppercase !important; }
.lowercase { text-transform: lowercase !important; }
.capitalize { text-transform: capitalize !important; }
.nott { text-transform: none !important; }
.tright { text-align: right !important; }
.tleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
.fnone { float: none !important; }
.ohidden {
position: relative;
overflow: hidden !important;
}
#wrapper {
position: relative;
float: none;
width: 1220px;
margin: 0 auto;
background-color: #FFF;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.line,
.double-line {
clear: both;
position: relative;
width: 100%;
margin: 60px 0;
border-top: 1px solid #EEE;
}
.line.line-sm { margin: 30px 0; }
span.middot {
display: inline-block;
margin: 0 5px;
}
.double-line { border-top: 3px double #E5E5E5; }
.emptydiv {
display: block !important;
position: relative !important;
}
.allmargin { margin: 50px !important; }
.leftmargin { margin-left: 50px !important; }
.rightmargin { margin-right: 50px !important; }
.topmargin { margin-top: 50px !important; }
.bottommargin { margin-bottom: 50px !important; }
.clear-bottommargin { margin-bottom: -50px !important; }
.allmargin-sm { margin: 30px !important; }
.leftmargin-sm { margin-left: 30px !important; }
.rightmargin-sm { margin-right: 30px !important; }
.topmargin-sm { margin-top: 30px !important; }
.bottommargin-sm { margin-bottom: 30px !important; }
.clear-bottommargin-sm { margin-bottom: -30px !important; }
.allmargin-lg { margin: 80px !important; }
.leftmargin-lg { margin-left: 80px !important; }
.rightmargin-lg { margin-right: 80px !important; }
.topmargin-lg { margin-top: 80px !important; }
.bottommargin-lg { margin-bottom: 80px !important; }
.clear-bottommargin-lg { margin-bottom: -80px !important; }
.nomargin {margin: 0 !important; }
.noleftmargin { margin-left: 0 !important; }
.norightmargin { margin-right: 0 !important; }
.notopmargin { margin-top: 0 !important; }
.nobottommargin { margin-bottom: 0 !important; }
.header-stick { margin-top: -50px !important; }
.content-wrap .header-stick { margin-top: -80px !important; }
.footer-stick { margin-bottom: -50px !important; }
.content-wrap .footer-stick { margin-bottom: -80px !important; }
.noborder { border: none !important; }
.noleftborder { border-left: none !important; }
.norightborder { border-right: none !important; }
.notopborder { border-top: none !important; }
.nobottomborder { border-bottom: none !important; }
.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }
.col-padding { padding: 60px; }
.nopadding { padding: 0 !important; }
.noleftpadding { padding-left: 0 !important; }
.norightpadding { padding-right: 0 !important; }
.notoppadding { padding-top: 0 !important; }
.nobottompadding { padding-bottom: 0 !important; }
.noabsolute { position: relative !important; }
.noshadow { box-shadow: none !important; }
.hidden { display: none !important; }
.nothidden { display: block !important; }
.inline-block {
float: none !important;
display: inline-block !important;
}
.center { text-align: center !important; }
.divcenter {
position: relative !important;
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
.bgcolor,
.bgcolor #header-wrap { background-color: #037099 !important; }
.color { color: #037099 !important; }
.border-color { border-color: #037099 !important; }
.nobg { background: none !important; }
.nobgcolor { background-color: transparent !important; }
.t300 { font-weight: 300 !important; }
.t400 { font-weight: 400 !important; }
.t500 { font-weight: 500 !important; }
.t600 { font-weight: 600 !important; }
.t700 { font-weight: 700 !important; }
.ls0 { letter-spacing: 0px !important; }
.ls1 { letter-spacing: 1px !important; }
.ls2 { letter-spacing: 2px !important; }
.ls3 { letter-spacing: 3px !important; }
.ls4 { letter-spacing: 4px !important; }
.ls5 { letter-spacing: 5px !important; }
.noheight { height: 0 !important; }
.nolineheight { line-height: 0 !important; }
.font-body { font-family: 'Lato', sans-serif; }
.font-primary { font-family: 'Raleway', sans-serif; }
.font-secondary { font-family: 'Crete Round', serif; }
.bgicon {
display: block;
position: absolute;
bottom: -60px;
right: -50px;
font-size: 210px;
color: rgba(0,0,0,0.1);
}
.imagescale,
.imagescalein {
display: block;
overflow: hidden;
}
.imagescale img,
.imagescalein img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.imagescale:hover img {
-webkit-transform: scale(1);
transform: scale(1);
}
.imagescalein img {
-webkit-transform: scale(1);
transform: scale(1);
}
.imagescalein:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.grayscale {
filter: brightness(80%) grayscale(1) contrast(90%);
-webkit-filter: brightness(80%) grayscale(1) contrast(90%);
-moz-filter: brightness(80%) grayscale(1) contrast(90%);
-o-filter: brightness(80%) grayscale(1) contrast(90%);
-ms-filter: brightness(80%) grayscale(1) contrast(90%);
transition: 1s filter ease;
-webkit-transition: 1s -webkit-filter ease;
-moz-transition: 1s -moz-filter ease;
-ms-transition: 1s -ms-filter ease;
-o-transition: 1s -o-filter ease;
}
.grayscale:hover {
filter: brightness(100%) grayscale(0);
-webkit-filter: brightness(100%) grayscale(0);
-moz-filter: brightness(100%) grayscale(0);
-o-filter: brightness(100%) grayscale(0);
-ms-filter: brightness(100%) grayscale(0);
}
/* MOVING BG - TESTIMONIALS */
.bganimate {
-webkit-animation:BgAnimated 30s infinite linear;
-moz-animation:BgAnimated 30s infinite linear;
-ms-animation:BgAnimated 30s infinite linear;
-o-animation:BgAnimated 30s infinite linear;
animation:BgAnimated 30s infinite linear;
}
@-webkit-keyframes BgAnimated {
from {background-position:0 0;}
to {background-position:0 400px;}
}
@-moz-keyframes BgAnimated {
from {background-position:0 0;}
to {background-position:0 400px;}
}
@-ms-keyframes BgAnimated {
from {background-position:0 0;}
to {background-position:0 400px;}
}
@-o-keyframes BgAnimated {
from {background-position:0 0;}
to {background-position:0 400px;}
}
@keyframes BgAnimated {
from {background-position:0 0;}
to {background-position:0 400px;}
}
.input-block-level {
display: block;
width: 100% !important;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vertical-middle {
height: auto !important;
left: 0;
}
.magnific-max-width .mfp-content { max-width: 800px; }
/* ----------------------------------------------------------------
Sections
-----------------------------------------------------------------*/
.section {
position: relative;
margin: 60px 0;
padding: 60px 0;
background-color: #F9F9F9;
overflow: hidden;
}
.parallax {
background-color: transparent;
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
overflow: hidden;
}
.mobile-parallax,
.video-placeholder {
background-size: cover !important;
background-attachment: scroll !important;
background-position: center center !important;
}
.section .container { z-index: 2; }
.section .container + .video-wrap { z-index: 1; }
.revealer-image {
position: relative;
bottom: -100px;
transition: bottom .3s ease-in-out;
-webkit-transition: bottom .3s ease-in-out;
-o-transition: bottom .3s ease-in-out;
}
.section:hover .revealer-image { bottom: -50px; }
/* ----------------------------------------------------------------
Columns & Grids
-----------------------------------------------------------------*/
.postcontent { width: 860px; }
.postcontent.bothsidebar { width: 580px; }
.sidebar { width: 240px; }
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {
position: relative;
padding: 0 60px;
width: 100%;
}
.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
display: block;
position: relative;
margin-right: 4%;
margin-bottom: 50px;
float: left;
}
.postcontent,
.sidebar { margin-right: 40px; }
.col_full {
clear: both;
float: none;
margin-right: 0;
}
.postcontent.col_last,
.sidebar.col_last { float: right; }
.col_last {
margin-right: 0 !important;
clear: right;
}
/* ----------------------------------------------------------------
Flex Slider
-----------------------------------------------------------------*/
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
position: relative;
display: block;
width: 100%;
height: auto;
overflow: hidden;
-webkit-backface-visibility: hidden;
}
.fslider { min-height: 32px; }
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}
.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}
.no-js .slider-wrap > .slide:first-child {display: block;}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-nav {
position: absolute;
z-index: 10;
text-align: center;
top: 14px;
right: 10px;
margin: 0;
}
.flex-control-nav li {
float: left;
display: block;
margin: 0 3px;
width: 10px;
height: 10px;
}
.flex-control-nav li a {
display: block;
cursor: pointer;
text-indent: -9999px;
width: 10px !important;
height: 10px !important;
border: 1px solid #FFF;
border-radius: 50%;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #FFF; }
/* ----------------------------------------------------------------
Top Bar
-----------------------------------------------------------------*/
#top-bar {
position: relative;
border-bottom: 1px solid #EEE;
height: 45px;
line-height: 44px;
font-size: 13px;
}
#top-bar .col_half { width: auto; }
/* Top Links
---------------------------------*/
.top-links {
position: relative;
float: left;
}
.top-links ul {
margin: 0;
list-style: none;
}
.top-links ul li {
float: left;
position: relative;
height: 44px;
border-left: 1px solid #EEE;
}
.top-links ul li:first-child,
.top-links ul ul li { border-left: 0 !important; }
.top-links li > a {
display: block;
padding: 0 12px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
height: 44px;
color: #666;
}
.top-links li i { vertical-align: top; }
.top-links li i.icon-angle-down { margin: 0 0 0 5px !important; }
.top-links li i:first-child { margin-right: 3px; }
.top-links li.full-icon i {
top: 2px;
font-size: 14px;
margin: 0;
}
.top-links li:hover { background-color: #EEE; }
.top-links ul ul,
.top-links ul div.top-link-section {
display: none;
pointer-events: none;
position: absolute;
z-index: 210;
line-height: 1.5;
background: #FFF;
border: 0;
top: 44px;
left: 0;
width: 140px;
margin: 0;
border-top: 1px solid #037099;
border-bottom: 1px solid #EEE;
box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
}
.top-links li:hover ul,
.top-links li:hover div.top-link-section { pointer-events: auto; }
.top-links ul ul li {
float: none;
height: 36px;
border-top: 1px solid #F5F5F5;
border-left: 1px solid #EEE;
}
.top-links ul ul li:hover { background-color: #F9F9F9; }
.top-links ul ul li:first-child {
border-top: none !important;
border-left: 1px solid #EEE;
}
.top-links ul ul a {
height: 36px;
line-height: 36px;
font-size: 12px;
}
.top-links ul ul img {
display: inline-block;
position: relative;
top: -1px;
width: 16px;
height: 16px;
margin-right: 4px;
}
.top-links ul ul.top-demo-lang img {
top: 4px;
width: 16px;
height: 16px;
}
.top-links ul div.top-link-section {
padding: 25px;
left: 0;
width: 280px;
}
.fright .top-links ul div.top-link-section,
.top-links.fright ul div.top-link-section {
left: auto;
right: 0;
}
/* Top Social
-----------------------------------------------------------------*/
#top-social,
#top-social ul { margin: 0; }
#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
display: block;
position: relative;
float: left;
width: auto;
overflow: hidden;
height: 44px;
line-height: 44px;
}
#top-social li { border-left: 1px solid #EEE; }
#top-social li:first-child { border-left: 0 !important; }
#top-social li a {
float: none;
width: 40px;
font-weight: bold;
color: #666;
-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}
#top-social li a:hover {
color: #FFF !important;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
#top-social li .ts-icon {
width: 40px;
text-align: center;
font-size: 14px;
}
/* Top Login
-----------------------------------------------------------------*/
#top-login { margin-bottom: 0; }
#top-login .checkbox { margin-bottom: 10px; }
#top-login .form-control { position: relative; }
#top-login .form-control:focus { border-color: #CCC; }
#top-login .input-group#top-login-username { margin-bottom: -1px; }
#top-login #top-login-username input,
#top-login #top-login-username .input-group-addon {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
#top-login .input-group#top-login-password { margin-bottom: 10px; }
#top-login #top-login-password input,
#top-login #top-login-password .input-group-addon {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
/* ----------------------------------------------------------------
Header
-----------------------------------------------------------------*/
#header {
position: relative;
background-color: #FFF;
border-bottom: 1px solid #F5F5F5;
}
#header .container { position: relative; }
#header.transparent-header {
background: transparent;
border-bottom: none;
z-index: 199;
}
#header.semi-transparent { background-color: rgba(255,255,255,0.8); }
#header.transparent-header.floating-header { margin-top: 60px; }
#header.transparent-header.floating-header .container {
width: 1220px;
background-color: #FFF;
padding: 0 40px;
border-radius: 2px;
}
#header.transparent-header.floating-header.sticky-header .container {
width: 1170px;
padding: 0 15px;
}
#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
top: -100px;
margin-bottom: -100px;
}
#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
top: -160px;
margin-bottom: -160px;
}
#header.transparent-header + #page-title.page-title-parallax .container {
z-index: 5;
padding-top: 100px;
}
#header.full-header { border-bottom-color: #EEE; }
body.stretched #header.full-header .container {
width: 100%;
padding: 0 30px;
}
#header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0,0,0,0.1); }
#slider + #header.transparent-header.full-header #header-wrap {
border-top: 1px solid rgba(0,0,0,0.1);
border-bottom: none;
}
/* ----------------------------------------------------------------
Logo
-----------------------------------------------------------------*/
#logo {
position: relative;
float: left;
font-family: 'Raleway', sans-serif;
font-size: 36px;
line-height: 100%;
margin-right: 40px;
}
#header.full-header #logo {
padding-right: 30px;
margin-right: 30px;
border-right: 1px solid #EEE;
}
#header.transparent-header.full-header #logo { border-right-color: rgba(0,0,0,0.1); }
#logo a {
display: block;
color: #000;
}
#logo img {
display: block;
max-width: 100%;
}
#logo a.standard-logo { display: block; }
#logo a.retina-logo { display: none; }
/* ----------------------------------------------------------------
Header Right Area
-----------------------------------------------------------------*/
.header-extras {
float: right;
margin: 30px 0 0;
}
.header-extras li {
float: left;
margin-left: 20px;
height: 40px;
overflow: hidden;
list-style: none;
}
.header-extras li i { margin-top: 3px !important; }
.header-extras li:first-child { margin-left: 0; }
.header-extras li .he-text {
float: left;
padding-left: 10px;
font-weight: bold;
font-size: 14px;
line-height: 1.43;
}
.header-extras li .he-text span {
display: block;
font-weight: 400;
color: #037099;
}
/* ----------------------------------------------------------------
Primary Menu
-----------------------------------------------------------------*/
#primary-menu { float: right; }
#primary-menu ul.mobile-primary-menu { display: none; }
#header.full-header #primary-menu > ul {
float: left;
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid #EEE;
}
#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); }
#primary-menu-trigger,
#page-submenu-trigger {
opacity: 0;
pointer-events: none;
cursor: pointer;
font-size: 14px;
position: absolute;
top: 50%;
margin-top: -25px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}
#primary-menu ul {
list-style: none;
margin: 0;
}
#primary-menu > ul { float: left; }
#primary-menu ul li { position: relative; }
#primary-menu ul li.mega-menu { position: inherit; }
#primary-menu ul > li {
float: left;
margin-left: 2px;
}
#primary-menu > ul > li:first-child { margin-left: 0; }
#primary-menu ul li > a {
display: block;
line-height: 22px;
padding: 39px 15px;
color: #444;
font-weight: bold;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
-webkit-transition: margin .4s ease, padding .4s ease;
-o-transition: margin .4s ease, padding .4s ease;
transition: margin .4s ease, padding .4s ease;
}
#primary-menu ul li > a span { display: none; }
#primary-menu ul li > a i {
position: relative;
top: -1px;
font-size: 14px;
width: 16px;
text-align: center;
margin-right: 6px;
vertical-align: top;
}
#primary-menu ul li > a i.icon-angle-down:last-child {
font-size: 12px;
margin: 0 0 0 5px;
}
#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #037099; }
#primary-menu > ul > li.sub-menu > a > div { }
body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column),
body.no-superfish #primary-menu li:hover > .mega-menu-content { display: block; }
#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
display: none;
position: absolute;
width: 220px;
background-color: #FFF;
box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
border: 1px solid #EEE;
border-top: 2px solid #037099;
height: auto;
z-index: 199;
top: 100%;
left: 0;
margin: 0;
}
#primary-menu ul ul:not(.mega-menu-column) ul {
top: -2px !important;
left: 218px;
}
#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content.menu-pos-invert {
left: auto;
right: 0;
}
#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 218px; }
#primary-menu ul ul li {
float: none;
margin: 0;
}
#primary-menu ul ul li:first-child { border-top: 0; }
#primary-menu ul ul li > a {
font-size: 12px;
font-weight: 600;
color: #666;
padding-top: 10px;
padding-bottom: 10px;
border: 0;
letter-spacing: 0;
font-family: 'Lato', sans-serif;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
#primary-menu ul ul li > a i { vertical-align: middle; }
#primary-menu ul ul li:hover > a {
background-color: #F9F9F9;
padding-left: 18px;
color: #037099;
}
#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
background-image: url("images/icons/submenu.png");
background-position: right center;
background-repeat: no-repeat;
}
/* ----------------------------------------------------------------
Mega Menu
-----------------------------------------------------------------*/
#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content {
width: 720px;
max-width: 400px;
}
#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
margin: 0 15px;
width: 1140px;
max-width: none;
}
.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
margin: 0;
width: 1220px;
}
body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; }
body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 30px; }
#primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0 10px; }
#primary-menu ul li .mega-menu-content ul {
display: block;
position: relative;
top: 0;
min-width: inherit;
border: 0;
box-shadow: none;
background-color: transparent;
}
#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
display: block !important;
opacity: 1 !important;
top: 0;
left: 0;
}
#primary-menu ul li .mega-menu-content ul.mega-menu-column {
float: left;
margin: 0;
}
#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 { width: 20%; }
#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) { width: 100%; }
#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) { border-left: 1px solid #F2F2F2; }
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 30px 20px; }
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title { margin-top: 20px; }
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child { margin-top: 0; }
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
font-size: 13px;
font-weight: bold;
font-family: 'Raleway', sans-serif;
letter-spacing: 1px;
text-transform: uppercase !important;
margin-bottom: 15px;
color: #444;
padding: 0 !important;
line-height: 1.3 !important;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a { background-color: transparent; }
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover { color: #037099; }
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a,
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a { background: none; }
#primary-menu ul li .mega-menu-content.style-2 li { border: 0; }
#primary-menu ul li .mega-menu-content.style-2 ul li > a {
padding-left: 5px;
padding-top: 7px;
padding-bottom: 7px;
}
#primary-menu ul li .mega-menu-content.style-2 ul li > a:hover { padding-left: 12px; }
.mega-menu-column .entry-meta {
margin: 8px -10px 0 0 !important;
border: none !important;
padding: 0 !important;
}
.mega-menu-column .entry-meta li {
float: left !important;
border: none !important;
margin: 0 10px 0 0 !important;
}
/* Primary Menu - Style 2
-----------------------------------------------------------------*/
#primary-menu.style-2 {
float: none;
max-width: none;
border-top: 1px solid #F5F5F5;
}
#primary-menu.style-2 > div > ul { float: left; }
#primary-menu.style-2 > div > ul > li > a {
padding-top: 19px;
padding-bottom: 19px;
}
#logo + #primary-menu.style-2 { border-top: 0; }
#primary-menu.style-2 > div #top-search,
#primary-menu.style-2 > div #top-cart,
#primary-menu.style-2 > div #side-panel-trigger {
margin-top: 20px;
margin-bottom: 20px;
}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul,
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div {
float: none;
display: inline-block !important;
width: auto;
text-align: left;
}
/* Primary Menu - Style 3
-----------------------------------------------------------------*/
#primary-menu.style-3 > ul > li > a {
margin: 28px 0;
padding-top: 11px;
padding-bottom: 11px;
border-radius: 2px;
}
#primary-menu.style-3 > ul > li:hover > a {
color: #444;
background-color: #F5F5F5;
}
#primary-menu.style-3 > ul > li.current > a {
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
background-color: #037099;
}
/* Primary Menu - Style 4
-----------------------------------------------------------------*/
#primary-menu.style-4 > ul > li > a {
margin: 28px 0;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
border: 1px solid transparent;
}
#primary-menu.style-4 > ul > li:hover > a,
#primary-menu.style-4 > ul > li.current > a { border-color: #037099; }
/* Primary Menu - Style 5
-----------------------------------------------------------------*/
#primary-menu.style-5 > ul {
padding-right: 10px;
margin-right: 5px;
border-right: 1px solid #EEE;
}
#primary-menu.style-5 > ul > li:not(:first-child) { margin-left: 15px; }
#primary-menu.style-5 > ul > li > a {
padding-top: 25px;
padding-bottom: 25px;
line-height: 14px;
}
#primary-menu.style-5 > ul > li > a i {
display: block;
width: auto;
margin: 0 0 8px;
font-size: 28px;
line-height: 1;
}
/* Primary Menu - Style 6
-----------------------------------------------------------------*/
#primary-menu.style-6 ul > li > a { position: relative; }
#primary-menu.style-6 > ul > li > a:after,
#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > div > ul > li > a:after,
#primary-menu.style-6 > div > ul > li.current > a:after {
content: '';
position: absolute;
top: 0;
left: 0;
height: 2px;
width: 0;
border-top: 2px solid #037099;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > ul > li:hover > a:after,
#primary-menu.style-6 > div > ul > li.current > a:after,
#primary-menu.style-6 > div > ul > li:hover > a:after { width: 100%; }
/* Primary Menu - Sub Title
-----------------------------------------------------------------*/
#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
background: url("images/icons/menu-divider.png") no-repeat right center;
margin-left: 1px;
}
#primary-menu.sub-title ul li:first-child {
padding-left: 0;
margin-left: 0;
}
#primary-menu.sub-title > ul > li > a,
#primary-menu.sub-title > div > ul > li > a {
line-height: 14px;
padding: 27px 20px 32px;
text-transform: uppercase;
border-top: 5px solid transparent;
}
#primary-menu.sub-title > ul > li > a span,
#primary-menu.sub-title > div > ul > li > a span {
display: block;
margin-top: 10px;
line-height: 12px;
font-size: 11px;
font-weight: 400;
color: #888;
text-transform: capitalize;
}
#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a {
background-color: #037099;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
border-top-color: rgba(0,0,0,0.1);
}
#primary-menu.sub-title > ul > li:hover > a span,
#primary-menu.sub-title > ul > li.current > a span,
#primary-menu.sub-title.style-2 > div > ul > li:hover > a span,
#primary-menu.sub-title.style-2 > div > ul > li.current > a span { color: #EEE; }
#primary-menu.sub-title.style-2 ul ul span { display: none; }
/* Primary Menu - Style 2 with Sub Title
-----------------------------------------------------------------*/
#primary-menu.sub-title.style-2 > div > ul > li { background-position: left center; }
#primary-menu.sub-title.style-2 > div #top-search,
#primary-menu.sub-title.style-2 > div #top-cart,
#primary-menu.sub-title.style-2 > div #side-panel-trigger {
float: right;
margin-top: 30px;
margin-bottom: 30px;
}
#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2 > div > ul > li:hover + li,
#primary-menu.sub-title.style-2 > div > ul > li.current + li { background-image:none; }
#primary-menu.sub-title.style-2 > div > ul > li > a {
padding-top: 17px;
padding-bottom: 22px;
}
/* Primary Menu - Split Menu
-----------------------------------------------------------------*/
@media (min-width: 992px) {
#header.split-menu #logo {
position: absolute;
width: 100%;
text-align: center;
margin: 0;
float: none;
height: 100px;
}
#header.split-menu #logo a.standard-logo { display: inline-block; }
}
#header.split-menu #primary-menu {
float: none;
margin: 0;
}
#header.split-menu #primary-menu > ul { z-index: 199; }
#header.split-menu #primary-menu > ul:first-child { float: left; }
#header.split-menu #primary-menu > ul:last-child { float: right; }
/* Primary Menu - Overlay Menu
-----------------------------------------------------------------*/
@media (min-width: 992px) {
.overlay-menu:not(.top-search-open) #primary-menu-trigger {
opacity: 1;
pointer-events: auto;
left: auto;
right: 75px;
width: 20px;
height: 20px;
line-height: 20px;
margin-top: -10px;
}
.overlay-menu:not(.top-search-open) .full-header #primary-menu-trigger { right: 90px; }
.overlay-menu #primary-menu > #overlay-menu-close {
opacity: 0;
pointer-events: none;
position: fixed;
top: 25px;
left: auto;
right: 25px;
width: 48px;
height: 48px;
line-height: 48px;
font-size: 24px;
text-align: center;
color: #444;
z-index: 300;
-webkit-transform: translateY(-80px);
-ms-transform: translateY(-80px);
-o-transform: translateY(-80px);
transform: translateY(-80px);
-webkit-transition: opacity .4s ease, transform .45s .15s ease;
-o-transition: opacity .4s ease, transform .45s .15s ease;
transition: opacity .4s ease, transform .45s .15s ease;
}
.overlay-menu #primary-menu > ul {
opacity: 0 !important;
pointer-events: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100% !important;
z-index: 299;
background: rgba(255,255,255,0.95);
-webkit-transition: opacity .7s ease;
-o-transition: opacity .7s ease;
transition: opacity .7s ease;
}
.overlay-menu #primary-menu > ul.show {
opacity: 1 !important;
display: inherit !important;
pointer-events: auto;
}
.overlay-menu #primary-menu > ul.show ~ #overlay-menu-close {
opacity: 1;
-webkit-transition: opacity .7s .4s ease, transform .45s .15s ease;
-o-transition: opacity .7s .4s ease, transform .45s .15s ease;
transition: opacity .7s .4s ease, transform .45s .15s ease;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
pointer-events: auto;
}
.overlay-menu #primary-menu > ul > li {
float: none;
text-align: center;
max-width: 400px;
margin: 0 auto;
}
.overlay-menu #primary-menu > ul > li > a {
font-size: 24px;
padding-top: 19px;
padding-bottom: 19px;
letter-spacing: 2px;
text-transform: none;
opacity: 0;
-webkit-transform: translateY(-80px);
-ms-transform: translateY(-80px);
-o-transform: translateY(-80px);
transform: translateY(-80px);
-webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
-o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
}
.overlay-menu #primary-menu > ul.show > li > a {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
}
/* ----------------------------------------------------------------
Top Search
-----------------------------------------------------------------*/
#top-search,
#top-cart,
#side-panel-trigger,
#top-account {
float: right;
margin: 40px 0 40px 15px;
}
#top-cart { position: relative; }
#top-search a,
#top-cart > a,
#side-panel-trigger a,
#top-account a {
display: block;
position: relative;
width: 14px;
height: 14px;
font-size: 14px;
line-height: 20px;
text-align: center;
color: #333;
-webkit-transition: color .3s ease-in-out;
-o-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
#top-search a { z-index: 11; }
#top-search a i {
position: absolute;
top: 0;
left: 0;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}
body.top-search-open #top-search a i.icon-search3,
#top-search a i.icon-line-cross { opacity: 0; }
body.top-search-open #top-search a i.icon-line-cross {
opacity: 1;
z-index: 11;
font-size: 16px;
}
#top-cart > a:hover { color: #037099; }
#top-search form {
opacity: 0;
z-index: -2;
position: absolute;
width: 100% !important;
height: 100% !important;
padding: 0 15px;
margin: 0;
top: 0;
left: 0;
-webkit-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
body.top-search-open #top-search form {
opacity: 1;
z-index: 10;
}
#top-search form input {
box-shadow: none !important;
pointer-events: none;
border-radius: 0;
border: 0;
outline: 0 !important;
font-size: 32px;
padding: 10px 80px 10px 0;
height: 100%;
background-color: transparent;
color: #333;
font-weight: 700;
margin-top: 0 !important;
font-family: 'Raleway', sans-serif;
letter-spacing: 2px;
}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input { padding-left: 40px; }
body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input { padding-left: 60px; }
body.top-search-open #top-search form input { pointer-events: auto; }
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0,0,0,0.1); }
#top-search form input::-moz-placeholder {
color: #555;
opacity: 1;
text-transform: uppercase;
}
#top-search form input:-ms-input-placeholder {
color: #555;
text-transform: uppercase;
}
#top-search form input::-webkit-input-placeholder {
color: #555;
text-transform: uppercase;
}
#primary-menu .container #top-search form input,
.sticky-header #top-search form input { border: none !important; }
/* ----------------------------------------------------------------
Top Cart
-----------------------------------------------------------------*/
#top-cart { margin-right: 0; }
#top-cart > a > span {
display: block;
position: absolute;
top: -7px;
left: auto;
right: -14px;
font-size: 10px;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
background-color: #037099;
border-radius: 50%;
}
#top-cart .top-cart-content {
opacity: 0;
z-index: -2;
position: absolute;
width: 280px;
background-color: #FFF;
box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
border: 1px solid #EEE;
border-top: 2px solid #037099;
top: 60px;
right: -15px;
left: auto;
margin: -10000px 0 0;
-webkit-transition: opacity .5s ease, top .4s ease;
-o-transition: opacity .5s ease, top .4s ease;
transition: opacity .5s ease, top .4s ease;
}
.style-2 .container #top-cart .top-cart-content { top: 40px; }
.style-2.sub-title .container #top-cart .top-cart-content { top: 50px; }
#top-cart.top-cart-open .top-cart-content {
opacity: 1;
z-index: 11;
margin-top: 0;
}
.top-cart-title {
padding: 12px 15px;
border-bottom: 1px solid #EEE;
}
.top-cart-title h4 {
margin-bottom: 0;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
}
.top-cart-items { padding: 15px; }
.top-cart-item {
padding-top: 15px;
margin-top: 15px;
border-top: 1px solid #F5F5F5;
}
.top-cart-item:first-child {
padding-top: 0;
margin-top: 0;
border-top: 0;
}
.top-cart-item-image {
float: left;
margin-right: 15px;
width: 48px !important;
height: 48px !important;
border: 2px solid #EEE;
-webkit-transition: border-color .2s linear;
-o-transition: border-color .2s linear;
transition: border-color .2s linear;
}
.top-cart-item-image a,
.top-cart-item-image img {
display: block;
width: 44px !important;
height: 44px !important;
}
.top-cart-item-image:hover { border-color: #037099; }
.top-cart-item-desc {
position: relative;
overflow: hidden;
}
.top-cart-item-desc a {
text-align: left !important;
font-size: 13px !important;
width: auto !important;
height: auto !important;
color: #333;
font-weight: 600;
}
.top-cart-item-desc a:hover { color: #037099 !important; }
.top-cart-item-desc span.top-cart-item-price {
display: block;
line-height: 20px;
font-size: 12px !important;
color: #999;
}
.top-cart-item-desc span.top-cart-item-quantity {
display: block;
position: absolute;
font-size: 12px !important;
right: 0;
top: 2px;
color: #444;
}
.top-cart-action {
padding: 15px;
border-top: 1px solid #EEE;
}
.top-cart-action span.top-checkout-price {
font-size: 20px;
color: #037099;
}
/* ----------------------------------------------------------------
Top Account
-----------------------------------------------------------------*/
#top-account { margin: 32px 0 33px 20px; }
#top-account a {
width: auto;
height: auto;
}
#top-account a span {
margin-left: 5px;
font-weight: 600;
}
#top-account a i.icon-angle-down {
margin-left: 5px;
font-size: 12px;
}
#top-account .dropdown-menu { padding: 10px 0; }
#top-account .dropdown-menu li a {
font-family: 'Lato', sans-serif;
font-weight: 400;
text-align: left;
line-height: 22px;
}
#top-account .dropdown-menu li a .badge {
display: block;
float: right;
margin: 2px 0 0 0;
}
#top-account .dropdown-menu li a i:last-child {
position: relative;
top: 1px;
margin-left: 5px;
}
/* ----------------------------------------------------------------
Sticky Header
-----------------------------------------------------------------*/
#header,
#header-wrap,
#logo img {
height: 100px;
-webkit-transition: height .4s ease, opacity .3s ease;
-o-transition: height .4s ease, opacity .3s ease;
transition: height .4s ease, opacity .3s ease;
}
#header.sticky-style-2 { height: 161px; }
#header.sticky-style-3 { height: 181px; }
#header.sticky-style-2 #header-wrap { height: 60px; }
#header.sticky-style-3 #header-wrap { height: 80px; }
#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
-webkit-transition: top .4s ease;
-o-transition: top .4s ease;
transition: top .4s ease;
}
#top-search,
#top-cart {
-webkit-transition: margin .4s ease, opacity .3s ease;
-o-transition: margin .4s ease, opacity .3s ease;
transition: margin .4s ease, opacity .3s ease;
}
body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu > ul,
body:not(.top-search-open) #primary-menu > .container > ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger,
body:not(.top-search-open) #top-account {
opacity: 1;
-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}
body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger,
body.top-search-open #top-account { opacity: 0; }
#header.sticky-header.semi-transparent { background-color: transparent; }
#header-wrap {
position: relative;
z-index: 199;
-webkit-backface-visibility: hidden;
}
#header.sticky-header #header-wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #FFF;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8) }
#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 60px; }
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
padding-top: 19px;
padding-bottom: 19px;
}
#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 { height: 161px; }
#header.sticky-header:not(.static-sticky).sticky-style-2 #primary-menu,
#header.sticky-header:not(.static-sticky).sticky-style-3 #primary-menu { border-top: 0; }
#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
margin-top: 20px !important;
margin-bottom: 20px !important;
}
#header.sticky-header:not(.static-sticky) #top-account {
margin-top: 12px !important;
margin-bottom: 13px !important;
}
#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; }
#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; }
/* Primary Menu - Style 3
-----------------------------------------------------------------*/
#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a {
margin: 0;
border-radius: 0;
}
/* Primary Menu - Style 4
-----------------------------------------------------------------*/
#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a {
padding-top: 8px;
padding-bottom: 8px;
margin: 10px 0;
}
/* Primary Menu - Style 5
-----------------------------------------------------------------*/
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li { margin-left: 2px; }
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li:first-child { margin-left: 0; }
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a {
line-height: 22px;
padding-top: 19px;
padding-bottom: 19px;
}
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a > div { padding: 0; }
#header.sticky-header:not(.static-sticky) #primary-menu.style-5 > ul > li > a i {
display: inline-block;
width: 16px;
top: -1px;
margin: 0 6px 0 0;
font-size: 14px;
line-height: 22px;
}
/* Primary Menu - Sub Title
-----------------------------------------------------------------*/
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li {
background: none !important;
margin-left: 2px;
}
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child { margin-left: 0; }
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a {
line-height: 22px;
padding: 19px 15px;
text-transform: none;
font-size: 14px;
border-top: 0;
}
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; }
/* ----------------------------------------------------------------
Page Menu
-----------------------------------------------------------------*/
#page-menu,
#page-menu-wrap {
position: relative;
height: 44px;
line-height: 44px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
#page-menu-wrap {
z-index: 99;
background-color: #037099;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-backface-visibility: hidden;
}
#page-menu.sticky-page-menu #page-menu-wrap {
position: fixed;
z-index: 99;
left: 0;
width: 100%;
box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
#header.static-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header.static-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap { top: 100px; }
#header ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header ~ #content #page-menu.sticky-page-menu #page-menu-wrap,
#header.no-sticky ~ #content #page-menu.sticky-page-menu #page-menu-wrap { top: 0; }
#header.sticky-header ~ #page-menu.sticky-page-menu #page-menu-wrap,
#header.sticky-header ~ #content #page-menu.sticky-page-menu #page-menu-wrap { top: 60px; }
#page-submenu-trigger {
top: 0;
margin-top: 0;
left: auto;
right: 15px;
width: 40px;
height: 44px;
line-height: 44px;
}
#page-menu .menu-title {
float: left;
color: #FFF;
font-size: 20px;
font-weight: 300;
}
#page-menu .menu-title span { font-weight: 600; }
#page-menu nav {
position: relative;
float: right;
}
#page-menu nav ul {
margin-bottom: 0;
height: 44px;
}
#page-menu nav li {
position: relative;
float: left;
list-style: none;
}
#page-menu nav li a {
display: block;
height: 28px;
line-height: 28px;
margin: 8px 4px;
padding: 0 14px;
color: #FFF;
font-size: 14px;
border-radius: 14px;
}
#page-menu nav li a .icon-angle-down { margin-left: 5px; }
body:not(.device-touch) #page-menu nav li a {
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
#page-menu nav li:hover a,
#page-menu nav li.current a { background-color: rgba(0,0,0,0.15); }
#page-menu li:hover ul { display: block; }
#page-menu ul ul {
display: none;
position: absolute;
width: 150px;
top: 44px;
left: 0;
z-index: 149;
height: auto;
background-color: #037099;
}
#page-menu ul ul ul { display: none !important; } /* Disable Multi-Level Links */
#page-menu ul ul li { float: none; }
#page-menu ul ul a {
height: auto;
line-height: 22px;
margin: 0;
padding: 8px 14px;
border-radius: 0;
background-color: rgba(0,0,0,0.15);
}
#page-menu ul ul li:hover a,
#page-menu ul ul li.current a { background-color: rgba(0,0,0,0.3); }
/* Page Menu - Dots Style
-----------------------------------------------------------------*/
@media (min-width: 992px) {
#page-menu.dots-menu,
#page-menu.dots-menu #page-menu-wrap {
position: fixed;
z-index: 99;
top: 50%;
left: auto;
right: 20px;
width: 24px;
height: auto;
line-height: 1.5;
background-color: transparent;
text-shadow: none;
}
#page-menu.dots-menu #page-menu-wrap {
position: relative;
box-shadow: none;
}
#page-menu.dots-menu .menu-title { display: none; }
#page-menu.dots-menu nav {
float: none;
width: 24px;
}
#page-menu.dots-menu nav ul { height: auto; }
#page-menu.dots-menu nav ul li {
float: none;
width: 14px;
height: 14px;
margin: 10px 6px;
}
#page-menu.dots-menu nav li a {
position: relative;
width: 10px;
height: 10px;
line-height: 1.5;
padding: 0;
margin: 0 2px;
background-color: rgba(0,0,0,0.4);
border-radius: 50%;
color: #777;
}
#page-menu.dots-menu nav li a:hover { background-color: rgba(0,0,0,0.7) }
#page-menu.dots-menu nav li.current a { background-color: #037099; }
#page-menu.dots-menu nav li div {
position: absolute;
width: auto;
top: -11px;
right: 25px;
background-color: #037099;
color: #FFF;
padding: 5px 14px;
white-space: nowrap;
pointer-events: none;
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
border-radius: 2px;
opacity: 0;
}
body:not(.device-touch) #page-menu.dots-menu nav li div {
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
#page-menu.dots-menu nav li div:after {
position: absolute;
content: '';
top: 50%;
margin-top: -6px;
left: auto;
right: -5px;
width: 0;
height: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 6px solid #037099;
}
#page-menu.dots-menu nav li a:hover div {
opacity: 1;
right: 30px;
}
}
/* ----------------------------------------------------------------
One Page
-----------------------------------------------------------------*/
.one-page-arrow {
position: absolute;
z-index: 3;
bottom: 20px;
left: 50%;
margin-left: -16px;
width: 32px;
height: 32px;
font-size: 32px;
text-align: center;
color: #222;
}
/* ----------------------------------------------------------------
Side Header
-----------------------------------------------------------------*/
@media (min-width: 992px) {
.side-header #header {
position: fixed;
top: 0;
left: 0;
z-index: 10;
width: 260px;
height: 100%;
height: calc(100vh);
background-color: #FFF;
border: none;
border-right: 1px solid #EEE;
overflow: hidden;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
}
.side-header #header-wrap {
width: 300px;
height: 100%;
overflow: auto;
padding-right: 40px;
}
.side-header #header .container {
width: 260px !important;
padding: 0 30px !important;
margin: 0 !important;
}
.side-header #logo {
float: none;
margin: 60px 0 40px;
}
.side-header #logo img { height: auto !important; }
.side-header #logo:not(.nobottomborder):after,
.side-header #primary-menu:not(.nobottomborder):after {
display: block;
content: '';
width: 20%;
border-bottom: 1px solid #E5E5E5;
}
.side-header .center #logo:after { margin: 0 auto; }
.side-header #primary-menu { margin-bottom: 30px; }
.side-header #primary-menu:not(.nobottomborder):after { margin-top: 40px; }
.side-header #primary-menu,
.side-header #primary-menu ul {
float: none;
height: auto;
}
.side-header #primary-menu ul li {
float: none;
margin: 15px 0 0;
}
.side-header #primary-menu ul li:first-child { margin-top: 0; }
.side-header #primary-menu ul li a {
height: 25px;
line-height: 25px;
padding: 0;
text-transform: uppercase;
}
.side-header #primary-menu ul li i { line-height: 24px; }
.side-header #primary-menu ul ul {
position: relative;
width: 100%;
background-color: transparent;
box-shadow: none;
border: none;
height: auto;
z-index: 1;
top: 0;
left: 0;
margin: 5px 0;
padding-left: 12px;
}
.side-header #primary-menu ul ul ul {
top: 0 !important;
left: 0;
}
.side-header #primary-menu ul ul.menu-pos-invert {
left: 0;
right: auto;
}
.side-header #primary-menu ul ul ul.menu-pos-invert { right: auto; }
.side-header #primary-menu ul ul li {
margin: 0;
border: 0;
}
.side-header #primary-menu ul ul li:first-child { border-top: 0; }
.side-header #primary-menu ul ul a {
font-size: 12px;
height: auto !important;
line-height: 24px !important;
padding: 2px 0 !important;
}
.side-header #primary-menu ul ul li:hover > a {
background-color: transparent !important;
color: #444 !important;
}
.side-header #primary-menu ul > li.sub-menu > a,
.side-header #primary-menu ul > li.sub-menu:hover > a { background-image: none !important; }
.side-header #primary-menu ul > li.sub-menu > a:after {
position: absolute;
content: '\e7a5';
top: 1px;
right: 0;
-webkit-transition: transform .2s linear;
-o-transition: transform .2s linear;
transition: transform .2s linear;
}
.side-header #primary-menu ul > li.sub-menu:hover > a:after {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.side-header:not(.open-header) #wrapper {
margin: 0 0 0 260px !important;
width: auto !important;
}
.side-header:not(.open-header) #wrapper .container {
width: auto;
margin: 0 40px;
}
/* Side Header - Push Header
-----------------------------------------------------------------*/
.side-header.open-header.push-wrapper { overflow-x: hidden; }
.side-header.open-header #header { left: -260px; }
.side-header.open-header.side-header-open #header { left: 0; }
.side-header.open-header #wrapper { left: 0; }
.side-header.open-header.push-wrapper.side-header-open #wrapper { left: 260px; }
#header-trigger { display: none; }
.side-header.open-header #header-trigger {
display: block;
position: fixed;
cursor: pointer;
top: 20px;
left: 20px;
z-index: 11;
font-size: 16px;
width: 32px;
height: 32px;
line-height: 32px;
background-color: #FFF;
text-align: center;
border-radius: 2px;
}
.side-header.open-header.side-header-open #header-trigger { left: 280px; }
.side-header.open-header #header-trigger i:nth-child(1),
.side-header.open-header.side-header-open #header-trigger i:nth-child(2) { display: block; }
.side-header.open-header.side-header-open #header-trigger i:nth-child(1),
.side-header.open-header #header-trigger i:nth-child(2) { display: none; }
.side-header.open-header #header,
.side-header.open-header #header-trigger,
.side-header.open-header.push-wrapper #wrapper {
-webkit-transition: left .4s ease;
-o-transition: left .4s ease;
transition: left .4s ease;
}
/* Side Header - Right Aligned
-----------------------------------------------------------------*/
.side-header.side-header-right #header {
left: auto;
right: 0;
border: none;
border-left: 1px solid #EEE;
}
.side-header.side-header-right:not(.open-header) #wrapper { margin: 0 260px 0 0 !important; }
.side-header.side-header-right.open-header #header {
left: auto;
right: -260px;
}
.side-header.side-header-right.open-header.side-header-open #header {
left: auto;
right: 0;
}
.side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper { left: -260px; }
.side-header.side-header-right.open-header #header-trigger {
left: auto;
right: 20px;
}
.side-header.side-header-right.open-header.side-header-open #header-trigger {
left: auto;
right: 280px;
}
.side-header.side-header-right.open-header #header,
.side-header.side-header-right.open-header #header-trigger {
-webkit-transition: right .4s ease;
-o-transition: right .4s ease;
transition: right .4s ease;
}
}
/* ----------------------------------------------------------------
Side Push Panel
-----------------------------------------------------------------*/
body.side-push-panel { overflow-x: hidden; }
#side-panel {
position: fixed;
top: 0;
right: -300px;
z-index: 399;
width: 300px;
height: 100%;
background-color: #F5F5F5;
overflow: hidden;
-webkit-backface-visibility: hidden;
}
body.side-panel-left #side-panel {
left: -300px;
right: auto;
}
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container { right: 0; }
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
left: 0;
right: auto;
}
#side-panel .side-panel-wrap {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 330px;
height: 100%;
overflow: auto;
padding: 50px 70px 50px 40px;
}
body.device-touch #side-panel .side-panel-wrap { overflow-y: scroll; }
#side-panel .widget {
margin-top: 40px;
padding-top: 40px;
width: 220px;
border-top: 1px solid #E5E5E5;
}
#side-panel .widget:first-child {
padding-top: 0;
border-top: 0;
margin: 0;
}
body.side-panel-open #side-panel { right: 0; }
body.side-panel-left.side-panel-open #side-panel {
left: 0;
right: auto;
}
body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 300px; }
body.side-push-panel.side-panel-open.stretched .slider-parallax-inner { left: -300px; }
body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper,
body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container,
body.side-panel-left.side-push-panel.side-panel-open.stretched .slider-parallax-inner {
left: 300px;
right: auto;
}
#side-panel-trigger {
display: block;
cursor: pointer;
z-index: 11;
margin-right: 5px;
}
#side-panel-trigger-close a { display: none; }
#side-panel,
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header .container {
-webkit-transition: right .4s ease;
-o-transition: right .4s ease;
transition: right .4s ease;
}
body.side-panel-left #side-panel,
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header .container,
body.side-push-panel.stretched .slider-parallax-inner {
-webkit-transition: left .4s ease;
-o-transition: left .4s ease;
transition: left .4s ease;
}
.body-overlay {
opacity: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
z-index: -1;
pointer-events: none;
-webkit-backface-visibility: hidden;
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}
body.side-panel-open .body-overlay {
opacity: 1;
z-index: 298;
pointer-events: auto;
}
body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover { cursor: url('images/icons/close.png') 15 15, default; }
/* ----------------------------------------------------------------
Slider
-----------------------------------------------------------------*/
#slider {
position: relative;
width: 100%;
overflow: hidden;
}
.slider-parallax { position: relative; }
.slider-parallax,
.slider-parallax .swiper-container {
visibility: visible;
-webkit-backface-visibility: hidden;
}
.slider-parallax .slider-parallax-inner {
position: fixed;
width: 100%;
height: 100%;
}
.device-touch .slider-parallax .slider-parallax-inner { position: relative; }
body:not(.side-header) .slider-parallax .slider-parallax-inner { left: 0; }
body:not(.stretched) .slider-parallax .slider-parallax-inner { left: auto; }
#header.transparent-header + .slider-parallax .slider-parallax-inner { top: 0; }
.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
will-change: transform;
-webkit-transform: translate3d(0,0,0);
-webkit-transition: transform 0s linear;
-webkit-backface-visibility: hidden;
}
/* Boxed Slider
-----------------------------------------------------------------*/
.boxed-slider { padding-top: 40px; }
/* Flex Slider - Thumbs
-----------------------------------------------------------------*/
.fslider[data-animation="fade"][data-thumbs="true"] .flexslider,
.fslider.testimonial[data-animation="fade"] .flexslider { height: auto !important; }
.flex-control-nav.flex-control-thumbs {
position: relative;
top: 0;
left: 0;
right: 0;
margin: 2px -2px -2px 0;
height: 75px;
}
.flex-control-nav.flex-control-thumbs li { margin: 0 2px 2px 0; }
.flex-control-nav.flex-control-thumbs li img {
cursor: pointer;
text-indent: -9999px;
border: 0;
border-radius: 0;
margin: 0;
opacity: 0.5;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
display: block;
width: 100px !important;
height: auto !important;
}
.flex-control-nav.flex-control-thumbs li:hover img,
.flex-control-nav.flex-control-thumbs li img.flex-active {
border-width: 0;
opacity: 1;
}
/* Flex Thumbs - Flexible
-----------------------------------------------------------------*/
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
margin: 2px -2px -2px 0;
height: auto;
}
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
width: 25% !important;
height: auto !important;
margin: 0;
padding: 0 2px 2px 0;
}
.fslider.flex-thumb-grid.grid-3 .flex-control-nav.flex-control-thumbs li { width: 33.30% !important; }
.fslider.flex-thumb-grid.grid-5 .flex-control-nav.flex-control-thumbs li { width: 20% !important; }
.fslider.flex-thumb-grid.grid-6 .flex-control-nav.flex-control-thumbs li { width: 16.66% !important; }
.fslider.flex-thumb-grid.grid-8 .flex-control-nav.flex-control-thumbs li { width: 12.5% !important; }
.fslider.flex-thumb-grid.grid-10 .flex-control-nav.flex-control-thumbs li { width: 10% !important; }
.fslider.flex-thumb-grid.grid-12 .flex-control-nav.flex-control-thumbs li { width: 8.33% !important; }
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li img {
width: 100% !important;
height: auto !important;
}
/* Swiper Slider
-----------------------------------------------------------------*/
.swiper_wrapper {
width: 100%;
height: 500px;
overflow: hidden;
}
.full-screen .swiper_wrapper { height: auto; }
.swiper_wrapper .swiper-container {
position: relative;
width:100%;
height:100%;
margin: 0;
background: url('images/pattern2.png') repeat;
}
.swiper_wrapper .swiper-slide {
position: relative;
margin: 0;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }
.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
top: 0;
left: 0;
}
#slider .container {
position: relative;
height: 100%;
}
#slider.canvas-slider .swiper-slide img { width: 100%; }
#slider.canvas-slider a {
display: block;
height: 100%;
}
.swiper-pagination {
position: absolute;
width: 100%;
z-index: 20;
margin: 0;
top: auto;
bottom: 20px !important;
text-align: center;
line-height: 1;
}
.swiper-pagination span {
display: inline-block;
cursor: pointer;
width: 10px;
height: 10px;
margin: 0 4px;
opacity: 1;
background-color: transparent;
border: 1px solid #FFF;
border-radius: 50%;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active { background-color: #FFF !important; }
/* Revolution Slider
-----------------------------------------------------------------*/
.tp-banner .button { height: auto !important; }
/* Video Overlay
-----------------------------------------------------------------*/
.video-wrap {
overflow: hidden;
width: 100%;
position: relative;
}
.video-wrap video {
position: relative;
z-index: 1;
width: 100%;
}
.video-overlay,
.video-placeholder {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 5;
background: transparent url('images/grid.png') repeat;
-webkit-backface-visibility: hidden;
}
.video-placeholder {
z-index: 4;
background-repeat: no-repeat !important;
}
/* Slider Caption
-----------------------------------------------------------------*/
.slider-caption,
.nivo-caption,
.flex-caption {
position: absolute;
top: 0;
left: 15px;
z-index: 20;
max-width: 550px;
color: #EEE;
font-size: 22px;
font-weight: 300;
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
-webkit-transition: top .3s ease;
-o-transition: top .3s ease;
transition: top .3s ease;
}
.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
color: #222;
text-shadow: none;
}
.slider-caption h2 {
font-size: 64px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 700;
line-height: 1;
margin-bottom: 30px;
}
.slider-caption p {
margin-bottom: 10px;
font-size: 24px;
}
.slider-caption.slider-caption-right {
left: auto;
right: 15px;
}
.slider-caption.slider-caption-center {
position: relative;
max-width: 800px;
text-align: center;
margin: 0 auto;
left: 0;
right: 0;
}
.slider-caption-bg {
padding: 5px 12px;
border-radius: 2px;
background-color: rgba(0,0,0,0.6);
top: auto;
bottom: 50px;
left: 50px;
}
.slider-caption-bg.slider-caption-bg-light {
background-color: rgba(255,255,255,0.8);
color: #333;
font-weight: 400;
text-shadow: none;
}
.slider-caption-top-left {
top: 50px;
bottom: auto;
}
.slider-caption-top-right {
top: 50px;
bottom: auto;
left: auto;
right: 50px;
}
.slider-caption-bottom-right {
left: auto;
right: 50px;
}
/* Slider Arrows
-----------------------------------------------------------------*/
#slider .owl-carousel { margin: 0; }
#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
position: absolute;
cursor: pointer;
z-index: 10;
top: 50%;
left: 0;
margin-top: -26px;
background-color: rgba(0,0,0,0.3);
width: 52px;
height: 52px;
border: 0;
border-radius: 0 3px 3px 0;
-webkit-transition: background-color .3s ease-in-out;
-o-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
top: auto;
bottom: 57px;
left: auto;
right: 20px;
margin: 0;
width: 32px;
height: 32px;
border-radius: 3px 3px 0 0;
}
.slider-arrow-bottom-sm {
bottom: 20px;
border-radius: 0 0 3px 3px;
}
.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next { margin-top: -64px; }
#slider .owl-prev,
#slider .owl-next {
-webkit-transition: background-color .3s ease-in-out;
-o-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
left: auto;
right: 0;
border-radius: 3px 0 0 3px;
}
#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
line-height: 50px;
width: 34px;
height: 52px;
color: #DDD;
color: rgba(255,255,255,0.8);
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
font-size: 34px;
text-align: center;
margin-left: 7px;
}
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
width: 32px;
height: 32px;
margin: 0;
line-height: 30px;
font-size: 18px;
color: #FFF;
color: rgba(255,255,255,1);
}
.flex-prev i { margin-left: 9px; }
#slider .owl-prev i { margin-left: 0; }
#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i { margin-left: 10px; }
.flex-next i { margin-left: 11px; }
#slider .owl-next i { margin-right: 4px; }
#slider .owl-nav {
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
#slider .owl-nav div,
#slider:hover .owl-nav { opacity: 1; }
#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover { background-color: rgba(0,0,0,0.6) !important; }
/* Slide Number
-----------------------------------------------------------------*/
#slide-number {
position: absolute;
opacity: 0;
top: auto;
right: 20px;
bottom: 20px;
z-index: 20;
width: 36px;
height: 40px;
text-align: center;
color: rgba(255,255,255,0.8);
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
font-size: 18px;
font-weight: 300;
-webkit-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
#slider:hover #slide-number { opacity: 1; }
#slide-number-current,
#slide-number-total {
position: absolute;
line-height: 1;
top: 5px;
left: 0;
}
#slide-number-total {
top: auto;
bottom: 5px;
left: auto;
right: 0;
}
#slide-number span {
display: block;
font-size: 32px;
line-height: 40px;
}
/* Pagination
-----------------------------------------------------------------*/
#slider .owl-dots {
position: absolute;
width: 100%;
z-index: 20;
margin: 0;
top: auto;
bottom: 15px;
}
#slider .owl-dots span {
width: 10px;
height: 10px;
margin: 0 3px;
opacity: 1;
background-color: transparent;
border: 1px solid #FFF;
}
#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span { background-color: #FFF !important; }
/* ----------------------------------------------------------------
Page Title
-----------------------------------------------------------------*/
#page-title {
position: relative;
padding: 50px 0;
background-color: #F5F5F5;
border-bottom: 1px solid #EEE;
}
#page-title .container { position: relative; }
#page-title h1 {
padding: 0;
margin: 0;
line-height: 1;
font-weight: 600;
letter-spacing: 1px;
color: #333;
font-size: 28px;
text-transform: uppercase;
}
#page-title span {
display: block;
margin-top: 10px;
font-weight: 300;
color: #777;
font-size: 18px;
}
.breadcrumb {
position: absolute !important;
width: auto !important;
top: 50% !important;
left: auto !important;
right: 15px !important;
margin: -10px 0 0 0 !important;
background-color: transparent !important;
padding: 0 !important;
font-size: 12px;
}
body.stretched .container-fullwidth .breadcrumb { right: 60px !important; }
#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }
.breadcrumb a { color: #555; }
.breadcrumb a:hover { color: #037099; }
.breadcrumb i { width: auto !important; }
/* Page Title - Dark
-----------------------------------------------------------------*/
#page-title.page-title-dark {
background-color: #333;
text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
border-bottom: none;
}
#page-title.page-title-dark h1 { color: rgba(255,255,255,0.9) !important; }
#page-title.page-title-dark span { color: rgba(255,255,255,0.7); }
#page-title.page-title-dark .breadcrumb > .active { color: rgba(255,255,255,0.6); }
#page-title.page-title-dark .breadcrumb a { color: rgba(255,255,255,0.8); }
#page-title.page-title-dark .breadcrumb a:hover { color: rgba(255,255,255,0.95); }
/* Page Title - Right Aligned
-----------------------------------------------------------------*/
#page-title.page-title-right { text-align: right; }
#page-title.page-title-right .breadcrumb {
left: 15px !important;
right: auto !important;
}
/* Page Title - Center Aligned
-----------------------------------------------------------------*/
#page-title.page-title-center { text-align: center; }
#page-title.page-title-center span {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
#page-title.page-title-center .breadcrumb {
position: relative !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
margin: 20px 0 0 !important;
}
/* Page Title - Background Pattern
-----------------------------------------------------------------*/
#page-title.page-title-pattern {
background-image: url('images/pattern.png');
background-repeat: repeat;
background-attachment: fixed;
}
/* Page Title - Parallax Background
-----------------------------------------------------------------*/
#page-title.page-title-parallax {
padding: 100px 0;
text-shadow: none;
border-bottom: none;
}
#page-title.page-title-parallax h1 {
font-size: 40px;
font-weight: 600;
letter-spacing: 2px;
}
#page-title.page-title-parallax span { font-size: 22px; }
#page-title.page-title-parallax .breadcrumb { font-size: 13px; }
#page-title.page-title-parallax {
background-color: transparent;
background-image: url('images/parallax/parallax-bg.jpg');
background-attachment: fixed;
background-position: 50% 0;
background-repeat: no-repeat;
}
/* Page Title - Mini
-----------------------------------------------------------------*/
#page-title.page-title-mini { padding: 20px 0; }
#page-title.page-title-mini h1 {
font-weight: 600;
font-size: 18px;
color: #444;
}
#page-title.page-title-mini span { display: none; }
/* Page Title - No Background
-----------------------------------------------------------------*/
#page-title.page-title-nobg {
background: transparent !important;
border-bottom: 1px solid #F5F5F5;
}
/* Page Title - Video
-----------------------------------------------------------------*/
#page-title.page-title-video {
background: none;
position: relative;
overflow: hidden;
}
#page-title.page-title-video .container { z-index: 3; }
#page-title.page-title-video .video-wrap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
#page-title.page-title-video .video-wrap video { width: 100%; }
/* ----------------------------------------------------------------
Content
-----------------------------------------------------------------*/
#content {
position: relative;
overflow: hidden;
background-color: #FFF;
}
#content p { line-height: 1.8; }
.content-wrap {
position: relative;
padding: 80px 0;
}
#content .container { position: relative; }
.grid-container {
position: relative;
overflow: hidden;
}
body:not(.device-touch) .grid-container {
-webkit-transition: height .4s ease;
-o-transition: height .4s ease;
transition: height .4s ease;
}
/* ----------------------------------------------------------------
Portfolio
-----------------------------------------------------------------*/
/* Portfolio - Filter
-----------------------------------------------------------------*/
.portfolio-filter {
position: relative;
margin: 0 0 40px 0;
list-style: none;
border: 1px solid rgba(0,0,0,0.07);
float: left;
border-radius: 4px;
}
.portfolio-filter li {
float: left;
position: relative;
}
.portfolio-filter li a {
display: block;
position: relative;
padding: 12px 18px;
font-size: 13px;
line-height: 15px;
color: #666;
border-left: 1px solid rgba(0,0,0,0.07);
}
.portfolio-filter li:first-child a {
border-left: none;
border-radius: 4px 0 0 4px;
}
.portfolio-filter li:last-child a { border-radius: 0 4px 4px 0; }
.portfolio-filter li a:hover { color: #037099; }
.portfolio-filter li.activeFilter a {
color: #FFF !important;
background-color: #037099;
margin: -1px 0;
padding: 13px 18px;
font-weight: bold;
}
.bothsidebar .portfolio-filter li a { padding: 12px 14px; }
.bothsidebar .portfolio-filter li.activeFilter a { padding: 13px 18px; }
/* Portfolio - Filter: Style 2
-----------------------------------------------------------------*/
.portfolio-filter.style-2,
.portfolio-filter.style-3,
.portfolio-filter.style-4 {
border: none;
border-radius: 0;
}
.portfolio-filter.style-2 li,
.portfolio-filter.style-3 li,
.portfolio-filter.style-4 li { margin-bottom: 10px; }
.portfolio-filter.style-2 li:not(:first-child),
.portfolio-filter.style-3 li:not(:first-child) { margin-left: 10px; }
.portfolio-filter.style-2 li a,
.portfolio-filter.style-3 li a,
.portfolio-filter.style-4 li a {
padding-top: 9px;
padding-bottom: 9px;
font-size: 14px;
line-height: 16px;
border-radius: 22px;
border: none;
}
.portfolio-filter.style-2 li.activeFilter a {
color: #FFF !important;
margin: 0;
}
/* Portfolio - Filter: Style 3
-----------------------------------------------------------------*/
.portfolio-filter.style-3 li a { border: 1px solid transparent; }
.portfolio-filter.style-3 li.activeFilter a {
color: #037099 !important;
border-color: #037099;
background-color: transparent;
margin: 0;
}
/* Portfolio - Filter: Style 4
-----------------------------------------------------------------*/
.portfolio-filter.style-4 li:not(:first-child) { margin-left: 30px; }
.portfolio-filter.style-4 li a {
padding: 13px 5px;
font-size: 15px;
border-radius: 0;
}
.portfolio-filter.style-4 li a:after {
content: '';
position: absolute;
top: auto;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.portfolio-filter.style-4 li.activeFilter a {
color: #444 !important;
background-color: transparent;
margin: 0;
}
.portfolio-filter.style-4 li.activeFilter a:after {
width: 100%;
left: 0%;
background-color: #037099;
}
/* Portfolio - Center Aligned
-----------------------------------------------------------------*/
.portfolio-filter.center.style-2 li,
.portfolio-filter.center.style-3 li,
.portfolio-filter.center.style-4 li {
display: inline-block;
float: none;
}
/* Portfolio - Shuffle Icon
-----------------------------------------------------------------*/
.portfolio-shuffle {
float: right;
width: 41px;
height: 41px;
border: 1px solid rgba(0,0,0,0.07);
font-size: 14px;
text-align: center;
line-height: 41px;
color: #333;
border-radius: 4px;
cursor: pointer;
-webkit-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.portfolio-shuffle:hover {
background-color: #037099;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
/* Portfolio - Items
-----------------------------------------------------------------*/
.portfolio {
position: relative;
margin: 0 -12px -12px 0;
}
body:not(.device-touch) .portfolio {
-webkit-transition: height .4s linear;
-o-transition: height .4s linear;
transition: height .4s linear;
}
.portfolio-item {
float: left;
position: relative;
width: 25%;
height: auto;
padding: 0 12px 12px 0;
}
.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio { overflow: hidden; }
.portfolio-item .portfolio-image {
position: relative;
overflow: hidden;
}
.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
display: block;
width: 100%;
height: auto;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
/* Portfolio - Item Title
-----------------------------------------------------------------*/
.portfolio-desc {
z-index: 3;
padding: 15px 5px 10px;
}
.portfolio-desc h3 {
margin: 0;
padding: 0;
font-size: 19px;
}
.portfolio-desc h3 a { color: #222; }
.portfolio-desc h3 a:hover { color: #037099; }
.portfolio-desc span {
display: block;
margin-top: 3px;
color: #888;
}
.portfolio-desc span a { color: #888; }
.portfolio-desc span a:hover { color: #000; }
.portfolio-notitle .portfolio-desc {
position: absolute;
display: block !important;
width: 100%;
height: 78px;
padding: 15px 5px;
top: auto;
bottom: -79px;
left: 0;
background-color: #FFF;
border-bottom: 1px solid #EEE;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
-webkit-transition: bottom .2s ease-in-out;
-o-transition: bottom .2s ease-in-out;
transition: bottom .2s ease-in-out;
}
.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
bottom: -78px;
border-bottom: 0;
}
.portfolio-notitle .portfolio-item:hover .portfolio-desc,
.portfolio-notitle .iportfolio:hover .portfolio-desc { bottom: 0 !important; }
.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px);
}
body.device-touch.device-xs .portfolio-notitle .portfolio-desc,
body.device-touch.device-xxs .portfolio-notitle .portfolio-desc { display: none !important; }
/* Portfolio - No Margin
-----------------------------------------------------------------*/
.portfolio.portfolio-nomargin,
.portfolio.portfolio-full { margin: 0 !important; }
.portfolio-nomargin .portfolio-item,
.portfolio-full .portfolio-item { padding: 0 !important; }
.portfolio-nomargin .portfolio-desc { padding: 15px 10px 15px; }
/* Portfolio - 100% Full Width
-----------------------------------------------------------------*/
.portfolio.portfolio-full {
margin: 0 !important;
width: 100.4%;
}
.portfolio-full .portfolio-item { overflow: hidden !important; }
.portfolio-full .portfolio-desc { padding: 15px; }
/* Portfolio - Sidebar
-----------------------------------------------------------------*/
.postcontent .portfolio-desc h3 { font-size: 17px; }
.postcontent .portfolio-desc span { font-size: 12px; }
/* Portfolio - Sidebar - No Title
-----------------------------------------------------------------*/
.postcontent .portfolio-notitle .portfolio-desc {
height: 70px;
bottom: -71px;
}
.postcontent .portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -70px; }
.postcontent .portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; }
/* Portfolio - Both Sidebars
-----------------------------------------------------------------*/
.bothsidebar .portfolio { margin: 0; }
.bothsidebar .portfolio-item { padding: 0; }
.bothsidebar .portfolio-desc { display: none !important; }
/* Portfolio - Items - 3 Columns
-----------------------------------------------------------------*/
.portfolio.portfolio-3 { margin: 0 -15px -15px 0; }
.portfolio-3 .portfolio-item {
width: 33.33333333%;
padding: 0 15px 15px 0;
}
/* Portfolio - Sidebar - Items - 3 Columns
-----------------------------------------------------------------*/
.postcontent .portfolio-3 .portfolio-desc h3 { font-size: 18px; }
.postcontent .portfolio-3 .portfolio-desc span { font-size: 13px; }
/* Portfolio - Sidebar - Items - 3 Columns - No Title
-----------------------------------------------------------------*/
.postcontent .portfolio-3.portfolio-notitle .portfolio-desc {
height: 72px;
bottom: -73px;
}
.postcontent .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -72px; }
.postcontent .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }
/* Portfolio - Both Sidebars - Items - 3 Columns
-----------------------------------------------------------------*/
.bothsidebar .portfolio.portfolio-3 { margin: 0 -11px -11px 0; }
.bothsidebar .portfolio-3 .portfolio-item { padding: 0 11px 11px 0; }
.bothsidebar .portfolio-3 .portfolio-desc { display: block !important; }
.bothsidebar .portfolio-3 .portfolio-desc h3 { font-size: 15px; }
.bothsidebar .portfolio-3 .portfolio-desc span { font-size: 12px; }
/* Portfolio - Both Sidebars - Items - 3 Columns - No Title
-----------------------------------------------------------------*/
.bothsidebar .portfolio-3.portfolio-notitle .portfolio-desc {
height: 68px;
bottom: -69px;
}
.bothsidebar .portfolio-3.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-3.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }
.bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; }
/* Portfolio - Items - 2 Columns
-----------------------------------------------------------------*/
.portfolio.portfolio-2 { margin: 0 -20px -20px 0; }
.portfolio-2 .portfolio-item {
width: 50%;
padding: 0 20px 20px 0;
}
.portfolio-2 .portfolio-desc { padding: 20px 5px 10px; }
.portfolio-2 .portfolio-desc h3 { font-size: 21px; }
.portfolio-2 .portfolio-desc span {
margin-top: 4px;
font-size: 14px;
}
/* Portfolio - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
.portfolio-2.portfolio-nomargin .portfolio-desc { padding: 20px 15px 20px; }
/* Portfolio - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
.portfolio-2.portfolio-notitle .portfolio-desc {
height: 90px;
bottom: -91px;
}
.portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -90px; }
/* Portfolio - Sidebar - Items - 2 Columns
-----------------------------------------------------------------*/
.postcontent .portfolio-2 .portfolio-desc h3 { font-size: 21px; }
.postcontent .portfolio-2 .portfolio-desc span { font-size: 14px; }
/* Portfolio - Sidebar - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
.postcontent .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 20px; }
/* Portfolio - Sidebar - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
.postcontent .portfolio-2.portfolio-notitle .portfolio-desc {
height: 90px;
bottom: -91px;
}
.postcontent .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -90px; }
.postcontent .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }
/* Portfolio - Both Sidebars - Items - 2 Columns
-----------------------------------------------------------------*/
.bothsidebar .portfolio-2 .portfolio-desc {
display: block !important;
padding-top: 15px;
padding-bottom: 0;
}
.bothsidebar .portfolio-2 .portfolio-desc h3 { font-size: 19px; }
.bothsidebar .portfolio-2 .portfolio-desc span { font-size: 13px; }
/* Portfolio - Both Sidebars - Items - 2 Columns - No Margin
-----------------------------------------------------------------*/
.bothsidebar .portfolio-2.portfolio-nomargin .portfolio-desc { padding-bottom: 15px; }
/* Portfolio - Both Sidebars - Items - 2 Columns - No Title
-----------------------------------------------------------------*/
.bothsidebar .portfolio-2.portfolio-notitle .portfolio-desc {
height: 75px;
bottom: -76px;
}
.bothsidebar .portfolio-2.portfolio-full.portfolio-notitle .portfolio-desc,
.bothsidebar .portfolio-2.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -75px; }
.bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }
/* Portfolio - Items - 5 Columns
-----------------------------------------------------------------*/
.portfolio.portfolio-5 { margin: 0 -10px -10px 0; }
.portfolio-5 .portfolio-item {
width: 20%;
padding: 0 10px 10px 0;
}
.portfolio-5 .portfolio-desc h3 { font-size: 17px; }
/* Portfolio - Items - 5 Columns - No Title
-----------------------------------------------------------------*/
.portfolio-5.portfolio-notitle .portfolio-desc {
height: 71px;
bottom: -72px;
}
.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -71px; }
.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -30px !important; }
/* Portfolio - Sidebar - Items - 5 Columns
-----------------------------------------------------------------*/
.postcontent .portfolio.portfolio-5 { margin: 0; }
.postcontent .portfolio-5 .portfolio-item { padding: 0; }
.postcontent .portfolio-5 .portfolio-desc h3 { font-size: 15px; }
.postcontent .portfolio-5 .portfolio-desc span { font-size: 12px; }
.postcontent .portfolio-5 .portfolio-desc { padding: 15px 10px; }
/* Portfolio - Sidebar - Items - 5 Columns - No Title
-----------------------------------------------------------------*/
.postcontent .portfolio-5.portfolio-notitle .portfolio-desc {
height: 68px;
bottom: -69px;
}
.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc,
.postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }
.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -50px !important; }
/* Portfolio - Items - 6 Columns
-----------------------------------------------------------------*/
.portfolio.portfolio-6 { margin: 0 -6px -6px 0; }
.portfolio-6 .portfolio-item {
width: 16.66666667%;
padding: 0 6px 6px 0;
}
.portfolio-6 .portfolio-desc h3 { font-size: 15px; }
.portfolio-6 .portfolio-desc span { font-size: 12px; }
/* Portfolio - Items - 6 Columns - No Title
-----------------------------------------------------------------*/
.portfolio-6.portfolio-notitle .portfolio-desc {
height: 68px;
bottom: -69px;
}
.portfolio-6.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-6.portfolio-nomargin.portfolio-notitle .portfolio-desc { bottom: -68px; }
.portfolio-6.portfolio-notitle .portfolio-item:hover .portfolio-overlay a { margin-top: -40px !important; }
/* Portfolio - Items - 1 Column
-----------------------------------------------------------------*/
.portfolio.portfolio-1 { margin: 0 0px -40px 0; }
.portfolio-1 .portfolio-item {
float: none;
width: 100%;
margin: 0 0 40px 0;
padding-bottom: 40px;
padding-right: 0;
border-bottom: 1px solid #EEE;
}
.portfolio-1 .portfolio-item .portfolio-image {
float: left;
margin-right: 40px;
}
.portfolio-1 .portfolio-item.alt .portfolio-image {
float: right;
margin: 0 0 0 40px;
}
.portfolio-1 .portfolio-item .portfolio-image,
.portfolio-1 .portfolio-item .portfolio-image a,
.portfolio-1 .portfolio-item .portfolio-image img {
display: block;
width: 720px;
height: 400px;
}
.portfolio-1 .portfolio-desc {
float: left;
width: 380px;
padding: 10px 0;
}
.portfolio-1 .alt .portfolio-desc { float: right; }
.portfolio-1 .portfolio-desc h3 { font-size: 22px; }
.portfolio-1 .portfolio-desc span {
margin-top: 6px;
font-size: 14px;
}
.portfolio-1 .portfolio-desc p {
margin: 20px 0 25px;
font-size: 14px;
}
.portfolio-1 .portfolio-desc li { margin: 3px 0; }
/* Portfolio - Items - 1 Column - Sidebar
-----------------------------------------------------------------*/
.postcontent .portfolio-1 .portfolio-item .portfolio-image,
.postcontent .portfolio-1 .portfolio-item .portfolio-image a,
.postcontent .portfolio-1 .portfolio-item .portfolio-image img {
width: 540px;
height: 300px;
}
.postcontent .portfolio-1 .portfolio-desc { width: 280px; }
/* Portfolio - Items - 1 Column - Both Sidebar
-----------------------------------------------------------------*/
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image { margin-right: 20px; }
.bothsidebar .portfolio-1 .portfolio-item.alt .portfolio-image { margin: 0 0 0 20px; }
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
width: 320px;
height: 178px;
}
.bothsidebar .portfolio-1 .portfolio-desc {
display: block !important;
width: 240px;
padding: 0;
}
.bothsidebar .portfolio-1 .portfolio-desc h3 { font-size: 19px; }
.bothsidebar .portfolio-1 .portfolio-desc span {
margin-top: 5px;
font-size: 13px;
}
.bothsidebar .portfolio-1 .portfolio-desc p {
margin: 15px 0 0 0;
font-size: 13px;
}
.bothsidebar .portfolio-1 .portfolio-desc ul,
.bothsidebar .portfolio-1 .portfolio-desc .btn { display: none; }
/* Portfolio - Items - 1 Column - Full Width
-----------------------------------------------------------------*/
.portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -60px 0; }
.portfolio-1.portfolio-fullwidth .portfolio-item {
margin-bottom: 60px;
padding: 0;
border-bottom: 0;
overflow: hidden;
}
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
float: none;
margin: 0 !important;
}
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
width: 1140px;
height: 500px;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
-webkit-transform: translateX(-60px);
-moz-transform: translateX(-60px);
-ms-transform: translateX(-60px);
-o-transform: translateX(-60px);
transform: translateX(-60px);
}
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
-webkit-transform: translateX(60px);
-moz-transform: translateX(60px);
-ms-transform: translateX(60px);
-o-transform: translateX(60px);
transform: translateX(60px);
}
.portfolio-1.portfolio-fullwidth .portfolio-desc {
position: absolute;
float: none;
width: 380px;
height: 100%;
padding: 30px;
background-color: #F9F9F9;
top: 0;
left: auto;
right: -380px;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .portfolio-desc {
-webkit-transition: right .3s ease-in-out;
-o-transition: right .3s ease-in-out;
transition: right .3s ease-in-out;
}
.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-desc { right: 0; }
.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
left: -380px;
right: auto;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
-webkit-transition: left .3s ease-in-out;
-o-transition: left .3s ease-in-out;
transition: left .3s ease-in-out;
}
.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-desc { left: 0; }
.portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 33%; }
.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
left: auto;
right: 33%;
}
/* Portfolio - Items - 1 Column - Full Width - Sidebar
-----------------------------------------------------------------*/
.postcontent .portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -40px 0; }
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; }
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
width: 860px;
height: 377px;
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
-webkit-transform: translateX(-40px);
-moz-transform: translateX(-40px);
-ms-transform: translateX(-40px);
-o-transform: translateX(-40px);
transform: translateX(-40px);
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
-webkit-transform: translateX(40px);
-moz-transform: translateX(40px);
-ms-transform: translateX(40px);
-o-transform: translateX(40px);
transform: translateX(40px);
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-desc {
width: 320px;
padding: 25px;
right: -320px;
}
.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
left: -320px;
right: auto;
}
.postcontent .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 32%; }
.postcontent .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
left: auto;
right: 32%;
}
/* Portfolio - Items - 1 Column - Full Width - Both Sidebar
-----------------------------------------------------------------*/
.bothsidebar .portfolio.portfolio-1.portfolio-fullwidth { margin: 0 0 -40px 0; }
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item { margin-bottom: 40px; }
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
width: 580px;
height: 254px;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img {
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-o-transform: translateX(-20px);
transform: translateX(-20px);
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-desc {
width: 240px;
padding: 15px 20px;
right: -240px;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
left: -240px;
right: auto;
}
.bothsidebar .portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 29%; }
.bothsidebar .portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
left: auto;
right: 29%;
}
/* Portfolio - Parallax
-----------------------------------------------------------------*/
.portfolio.portfolio-parallax { margin: 0 !important; }
.portfolio.portfolio-parallax .portfolio-item {
float: none;
width: 100% !important;
height: 500px !important;
margin: 0 !important;
}
.portfolio.portfolio-parallax .portfolio-item .portfolio-image {
width: 100% !important;
height: 500px !important;
background-attachment: fixed;
}
.portfolio.portfolio-parallax .portfolio-desc {
position: absolute;
top: 50%;
left: 0;
margin-top: -57px;
width: 100%;
text-align: center;
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
padding: 0;
opacity: 0;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc {
-webkit-transition: opacity .15s ease-in-out;
-o-transition: opacity .15s ease-in-out;
transition: opacity .15s ease-in-out;
}
.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc { opacity: 1; }
.portfolio.portfolio-parallax .portfolio-desc h3 {
font-size: 44px;
font-weight: 300;
letter-spacing: -1px;
}
.portfolio.portfolio-parallax .portfolio-desc h3 a { color: #FFF; }
.portfolio.portfolio-parallax .portfolio-desc h3 a:hover { color: #DDD; }
.portfolio.portfolio-parallax .portfolio-desc span {
margin-top: 12px;
font-size: 16px;
color: #CCC;
}
.portfolio.portfolio-parallax .portfolio-desc span a { color: #DDD; }
.portfolio.portfolio-parallax .portfolio-desc span a:hover { color: #BBB; }
.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider {
width: 100%;
text-align: center;
margin: 15px 0 0;
}
.portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
display: inline-block;
width: 50px;
height: 0;
border-bottom: 1px solid #FFF;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio.portfolio-parallax .portfolio-desc .portfolio-divider div {
-webkit-transition: width .5s ease-in-out;
-o-transition: width .5s ease-in-out;
transition: width .5s ease-in-out;
}
.portfolio.portfolio-parallax .portfolio-item:hover .portfolio-desc .portfolio-divider div { width: 120px; }
.portfolio.portfolio-parallax .portfolio-overlay { background-color: rgba(0,0,0,0.4); }
/* Portfolio - Overlay
-----------------------------------------------------------------*/
.portfolio-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
z-index: 2;
text-align: center;
background-color: rgba(0,0,0,0.5);
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
-webkit-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
}
.portfolio-item:hover .portfolio-overlay,
.iportfolio:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay a {
position: absolute;
top: 50%;
left: 50%;
background-color: #F5F5F5;
width: 40px !important;
height: 40px !important;
margin: -28px 0 0 -44px;
font-size: 18px;
line-height: 40px;
text-align: center;
color: #444;
border-radius: 50%;
-webkit-backface-visibility: hidden;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay a {
-webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
-o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear;
}
.portfolio-overlay a.left-icon { }
.portfolio-overlay a.right-icon {
left: auto;
right: 50%;
margin-left: 0;
margin-right: -44px;
}
.portfolio-overlay a.center-icon {
display: block;
margin: -20px 0 0 -20px;
opacity: 0;
}
.portfolio-item:hover a.center-icon,
.iportfolio:hover a.center-icon { opacity: 1; }
.portfolio-overlay a:hover {
color: #037099;
background-color: #EEE;
}
.portfolio-item:hover .portfolio-overlay a.left-icon,
.portfolio-item:hover .portfolio-overlay a.right-icon,
.iportfolio:hover .portfolio-overlay a.left-icon,
.iportfolio:hover .portfolio-overlay a.right-icon { margin-top: -18px; }
.portfolio-overlay a i.icon-line-play {
position: relative;
left: 2px;
}
.portfolio-overlay .portfolio-desc {
position: relative;
padding: 0 !important;
margin: 0;
text-align: center;
}
.portfolio-overlay .portfolio-desc a {
display: inline;
position: relative;
top: 0;
left: 0;
margin: 0;
font-size: inherit;
width: auto !important;
height: auto !important;
line-height: 1;
background-color: transparent !important;
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.portfolio-overlay .portfolio-desc h3 {
font-weight: 600;
color: #F5F5F5 !important;
line-height: 1;
}
.portfolio-overlay .portfolio-desc h3 a { color: #F5F5F5 !important; }
.portfolio-overlay .portfolio-desc span {
margin-top: 7px;
color: #DDD !important;
}
.portfolio-overlay .portfolio-desc span a {
color: #DDD !important;
font-size: inherit;
}
.portfolio-overlay .portfolio-desc ~ a {
display: inline-block;
position: relative;
top: 0;
left: 0;
margin: 20px 0 0 !important;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay .portfolio-desc ~ a {
-webkit-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
-o-transition: color .2s linear, background-color .2s linear, opacity .2s linear;
transition: color .2s linear, background-color .2s linear, opacity .2s linear;
}
.portfolio-overlay .portfolio-desc ~ a.right-icon {
left: 0;
right: 0;
margin-left: 5px !important;
margin-right: 0 !important;
}
.portfolio-overlay .portfolio-desc a:hover { background: transparent; }
body.device-touch.device-xs .portfolio-notitle .portfolio-overlay,
body.device-touch.device-xxs .portfolio-notitle .portfolio-overlay { display: none !important; }
/* Portfolio Single
-----------------------------------------------------------------*/
.portfolio-single {}
/* Portfolio Single - Image
-----------------------------------------------------------------*/
.portfolio-single-image > a,
.portfolio-single-image .slide a,
.portfolio-single-image img,
.portfolio-single-image iframe,
.portfolio-single-image video {
display: block;
width: 100%;
}
.portfolio-single-image-full {
position: relative;
height: 600px;
overflow: hidden;
margin: -80px 0 80px !important;
}
.portfolio-single-video { height: auto !important; }
/* Portfolio Single - Gallery Thumbs
-----------------------------------------------------------------*/
.portfolio-single-image-full .swiper-container {
width:100%;
height:600px;
background-color: #333;
}
.portfolio-single-image-full .swiper-nested-1,
.portfolio-single-image-full .swiper-nested-2 { width:100%; }
.portfolio-single-image-full .swiper-slide { overflow: hidden; }
.portfolio-single-image-full .swiper-slide img {
width: 100%;
height: auto;
}
/* Portfolio & Blog Single - Masonry
-----------------------------------------------------------------*/
.masonry-thumbs { position: relative; }
.masonry-thumbs a {
position: relative;
float: left;
width: 25%;
max-width: 100% !important;
overflow: hidden;
}
.masonry-thumbs.col-2 a { width: 50%; }
.masonry-thumbs.col-3 a { width: 33.30%; }
.masonry-thumbs.col-4 a { width: 25%; }
.masonry-thumbs.col-5 a { width: 20%; }
.masonry-thumbs.col-6 a { width: 16.60%; }
.masonry-thumbs a,
.masonry-thumbs img {
display: block;
height: auto !important;
}
.masonry-thumbs img {
width: 100%;
border-radius: 0 !important;
padding: 0 1px 1px 0;
}
.masonry-thumbs .overlay { padding: 0 1px 1px 0; }
/* Portfolio Single - Content
-----------------------------------------------------------------*/
.portfolio-single-content { font-size: 14px; }
.portfolio-single-content h2 {
margin: 0 0 20px;
padding: 0;
font-size: 20px;
font-weight: 600 !important;
}
.portfolio-ajax-modal { width: 1000px !important; }
.modal-padding { padding: 40px; }
.ajax-modal-title {
background-color: #F9F9F9;
border-bottom: 1px solid #EEE;
padding: 25px 40px;
}
.ajax-modal-title h2 {
font-size: 26px;
margin-bottom: 0;
}
#portfolio-ajax-wrap {
position: relative;
max-height: 0;
overflow: hidden;
-webkit-transition: max-height .4s ease;
-o-transition: max-height .4s ease;
transition: max-height .4s ease;
}
#portfolio-ajax-wrap.portfolio-ajax-opened { max-height: 1200px; }
#portfolio-ajax-container {
display: none;
padding-bottom: 60px;
}
#portfolio-ajax-single h2 { font-size: 26px; }
/* Portfolio Single - Meta
-----------------------------------------------------------------*/
.portfolio-meta,
.portfolio-share {
list-style: none;
font-size: 14px;
}
.portfolio-meta li {
margin: 10px 0;
color: #666;
}
.portfolio-meta li:first-child { margin-top: 0; }
.portfolio-meta li span {
display: inline-block;
width: 150px;
font-weight: bold;
color: #333;
}
.portfolio-meta li span i {
position: relative;
top: 1px;
width: 14px;
text-align: center;
margin-right: 7px;
}
.well .line {
margin: 20px 0;
border-color: #E5E5E5;
}
/* Portfolio Single Navigation
-----------------------------------------------------------------*/
#portfolio-navigation {
position: absolute;
top: 50%;
left: auto;
right: 10px;
max-width: 96px;
height: 24px;
margin-top: -12px;
}
.page-title-right #portfolio-navigation {
left: 10px;
right: auto;
}
.page-title-center #portfolio-navigation {
position: relative;
top: 0;
left: 0;
margin: 20px auto 0;
}
#portfolio-navigation a {
display: block;
float: left;
margin-left: 12px;
width: 24px;
height: 24px;
text-align: center;
color: #444;
transition: color .3s linear;
-webkit-transition: color .3s linear;
-o-transition: color .3s linear;
}
.page-title-dark #portfolio-navigation a { color: #EEE; }
.page-title-parallax #portfolio-navigation a { color: #FFF; }
#portfolio-navigation a i {
position: relative;
top: -1px;
font-size: 24px;
line-height: 1;
}
#portfolio-navigation a i.icon-angle-left,
#portfolio-navigation a i.icon-angle-right {
font-size: 32px;
top: -6px;
}
#portfolio-navigation a i.icon-angle-right { left: -1px; }
#portfolio-navigation a:first-child { margin-left: 0; }
#portfolio-navigation a:hover { color: #037099; }
#portfolio-ajax-show #portfolio-navigation {
top: 0;
margin-top: 0;
}
/* Individual Portfolio Item
-----------------------------------------------------------------*/
.iportfolio {
position: relative;
float: none;
width: 100%;
margin: 0;
padding: 0;
}
.iportfolio .portfolio-image {
position: relative;
overflow: hidden;
}
.iportfolio .portfolio-image,
.iportfolio .portfolio-image a,
.iportfolio .portfolio-image img {
display: block;
width: 100%;
height: auto;
}
.iportfolio .portfolio-overlay { height: 100% !important; }
/* ----------------------------------------------------------------
Blog
-----------------------------------------------------------------*/
#posts { position: relative; }
.entry {
position: relative;
margin: 0 0 50px;
padding: 0 0 50px;
border-bottom: 2px solid #F5F5F5;
}
.entry-image { margin-bottom: 30px; }
.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
display: block;
position: relative;
width: 100%;
height: auto;
}
.entry-image iframe { display: block; }
.entry-image img { border-radius: 3px; }
.entry-title h2 {
margin: 0;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.entry-title h2 a { color: #333; }
.entry-title h2 a:hover { color: #037099; }
.entry-meta {
margin: 10px -10px -15px 0;
list-style: none;
}
.single-post .entry-meta { margin-bottom: 20px; }
.entry-meta li {
float: left;
font-size: 13px;
line-height: 14px;
margin: 0 10px 15px 0;
color: #999;
font-family: 'Crete Round', serif;
font-style: italic;
}
.entry-meta li:before {
content: '/';
display: inline-block;
margin-right: 10px;
opacity: 0.5
}
.entry-meta li i {
position: relative;
top: 1px;
font-size: 14px;
margin-right: 3px;
}
.entry-meta li a { color: #999; }
.entry-meta li a:hover { color: #037099; }
.entry-meta li:first-child:before { display: none; }
.entry-meta li ins {
font-weight: 600;
text-decoration: none;
}
.entry-c {
position: relative;
overflow: hidden;
}
#posts .entry-content { margin-top: 30px; }
.single-post .entry-content .entry-image { max-width: 350px; }
.entry-content { position: relative; }
.entry-link {
display: block;
width: 100%;
background-color: #F5F5F5;
padding: 30px 0;
text-align: center;
color: #444;
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 24px;
font-weight: 700;
border-radius: 3px;
}
body:not(.device-touch) .entry-link {
-webkit-transition: background-color .3s ease-in-out;
-o-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.entry-link:hover {
color: #FFF;
background-color: #037099;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.entry-link span {
display: block;
margin-top: 5px;
font-family: 'Crete Round', serif;
font-style: italic;
font-weight: normal;
text-transform: none;
letter-spacing: 0;
font-size: 14px;
color: #AAA;
}
.entry-link:hover span { color: #EEE; }
.entry blockquote p {
font-weight: 400;
font-family: 'Crete Round', serif;
font-style: italic;
}
/* Small Thumbs
-----------------------------------------------------------------*/
.small-thumbs .entry-image,
.ievent .entry-image {
float: left;
width: 300px;
margin: 0 30px 0 0;
}
.small-thumbs .entry-image img,
.ievent .entry-image img { border-radius: 0; }
.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
float: none;
width: 100%;
margin: 0 0 20px 0;
}
.small-thumbs .entry-c .entry-image img,
.ievent .entry-c .entry-image img { border-radius: 5px; }
.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
font-size: 20px;
font-weight: 600;
}
/* Small Thumbs - Right
-----------------------------------------------------------------*/
.small-thumbs.alt .entry-image {
float: right;
margin: 0 0 0 30px;
}
.small-thumbs.alt .entry-c .entry-image {
float: none;
margin: 0 0 20px 0;
}
/* Small Thumbs - Both Sidebar
-----------------------------------------------------------------*/
.bothsidebar .small-thumbs .entry-image {
width: 200px;
margin: 0 25px 0 0;
}
.bothsidebar .small-thumbs.alt .entry-image { margin: 0 0 0 25px; }
.bothsidebar .small-thumbs .entry-c .entry-image {
width: 100%;
margin: 0 0 20px 0;
}
.bothsidebar .small-thumbs .entry-title h2 { font-size: 18px; }
/* Blog - Grid
-----------------------------------------------------------------*/
.post-grid { margin-right: -28px; }
.post-grid .entry {
float: left;
width: 264px;
margin-right: 28px;
}
.post-grid .entry-image img { border-radius: 0; }
.post-grid .entry-title h2 {
font-size: 17px;
font-weight: 600;
}
.post-grid .entry-link { font-size: 24px; }
.post-grid .entry-link span { font-size: 13px; }
/* Blog - Grid - 3 Columns
-----------------------------------------------------------------*/
.post-grid.grid-3 { margin-right: -30px; }
.post-grid.grid-3 .entry {
width: 360px;
margin-right: 30px;
}
.post-grid.grid-3 .entry-title h2 { font-size: 18px; }
/* Blog - Grid - 3 Columns - Sidebar
-----------------------------------------------------------------*/
.postcontent .post-grid.grid-3 { margin-right: -25px; }
.postcontent .post-grid.grid-3 .entry {
width: 270px;
margin-right: 25px;
}
.postcontent .post-grid.grid-3 .entry-title h2 { font-size: 16px; }
/* Blog - Grid - 2 Columns
-----------------------------------------------------------------*/
.post-grid.grid-2 { margin-right: -40px; }
.post-grid.grid-2 .entry {
width: 550px;
margin-right: 40px;
}
.post-grid.grid-2 .entry-title h2 { font-size: 20px; }
/* Blog - Grid - 2 Columns - Sidebar
-----------------------------------------------------------------*/
.postcontent .post-grid.grid-2 .entry { width: 410px; }
.postcontent .post-grid.grid-2 .entry-title h2 { font-size: 18px; }
/* Blog - Grid - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/
.bothsidebar .post-grid.grid-2 .entry { width: 270px; }
.bothsidebar .post-grid.grid-2 .entry-title h2 { font-size: 16px; }
/* Blog - Masonry
-----------------------------------------------------------------*/
.post-masonry .entry-image,
.post-masonry .entry-image img { height: auto !important; }
/* Blog - Masonry Full
-----------------------------------------------------------------*/
.post-masonry-full { margin: -80px 0 -80px -1px !important; }
.post-masonry-full .entry {
width: 24.9% !important;
margin: 0 !important;
padding: 40px 30px;
border-bottom: 1px dashed;
border-left: 1px dashed;
border-color: #E5E5E5;
}
.post-masonry-full.grid-3 .entry { width: 33.30% !important; }
/* Blog - Timeline
-----------------------------------------------------------------*/
.timeline-border {
position: absolute;
top: 0;
left: 50%;
margin-left: -71px;
width: 0;
border-left: 1px dashed #CCC;
height: 100%;
}
.post-timeline { margin-right: -140px !important; }
.post-timeline .entry {
width: 500px !important;
margin-right: 140px !important;
}
.entry.entry-date-section {
width: 100% !important;
margin: 50px -70px 80px;
padding: 0;
border: 0;
text-align: center;
}
.entry.entry-date-section span {
display: inline-block;
padding: 10px 15px;
background-color: #FFF;
border: 2px solid #EEE;
font-size: 18px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
.post-timeline .entry-timeline {
display: none;
position: absolute;
border: 2px solid #CCC;
background-color: #FFF;
padding-top: 0;
text-indent: -9999px;
top: 40px;
left: auto;
right: -76px;
width: 13px;
height: 13px;
border-radius: 50%;
font-size: 26px;
font-weight: bold;
color: #AAA;
text-align: center;
line-height: 1;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.post-timeline .entry-timeline div.timeline-divider {
position: absolute;
top: 4px;
left: -58px;
width: 50px;
height: 0;
border-top: 1px dashed #CCC;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.post-timeline .alt .entry-timeline {
right: auto;
left: -77px;
}
.post-timeline .alt .entry-timeline div.timeline-divider {
left: auto;
right: -58px;
}
.post-timeline .entry-timeline span {
display: block;
margin-top: 3px;
font-size: 13px;
font-weight: normal;
}
.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider {
border-color: #037099;
color: #037099;
}
/* Blog - Timeline - Sidebar
-----------------------------------------------------------------*/
.postcontent .timeline-border {
left: 32px;
margin-left: 0;
}
.postcontent .post-timeline {
padding-left: 100px;
margin-right: 0 !important;
}
.postcontent .post-timeline .entry {
width: 100% !important;
margin-right: 140px !important;
}
.postcontent .post-timeline .entry-timeline {
display: block;
border: 3px solid #CCC;
background-color: #FFF;
padding-top: 10px;
text-indent: 0;
top: 20px;
left: -100px;
right: auto;
width: 64px;
height: 64px;
font-size: 24px;
}
.postcontent .post-timeline .entry-timeline div.timeline-divider {
top: 29px;
left: 64px;
width: 32px;
}
/* Individual Post
-----------------------------------------------------------------*/
.ipost .entry-image img { border-radius: 0; }
.ipost .entry-title h3,
.ipost .entry-title h4 {
margin: 0;
font-size: 16px;
font-weight: 600;
}
.ipost .entry-title h4 { font-size: 15px; }
.ipost .entry-title h3 a,
.ipost .entry-title h4 a { color: #333; }
.ipost .entry-title h3 a:hover,
.ipost .entry-title h4 a:hover { color: #037099; }
.ipost .entry-meta { margin-right: -10px; }
.ipost .entry-meta li {
font-size: 13px;
margin-right: 10px;
}
.ipost .entry-content { margin-top: 20px; }
.ipost .entry-content p { margin-bottom: 0; }
.more-link {
display: inline-block;
border-bottom: 1px solid #037099;
padding: 0 2px;
font-family: 'Crete Round', serif;
font-style: italic;
}
.more-link:hover { border-bottom-color: #555; }
/* Related Posts
-----------------------------------------------------------------*/
.overlay-icon {
position: absolute;
left: auto;
right: 0;
top: auto;
bottom: 0;
width: 48px;
height: 48px;
background-color: rgba(0,0,0,0.2);
text-align: center;
}
.overlay-icon i {
line-height: 48px;
font-size: 28px;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
/* Small Post
-----------------------------------------------------------------*/
.spost,
.mpost {
margin-top: 20px;
padding-top: 20px;
border-top: 1px dashed #E5E5E5;
}
.mpost {
margin-top: 25px;
padding-top: 25px;
}
.spost:first-child,
.mpost:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0;
}
.spost .entry-image,
.mpost .entry-image {
float: left;
margin: 0 15px 0 0;
text-align: center;
}
.spost .entry-image,
.spost .entry-image a,
.spost .entry-image img,
.spost .entry-image i {
width: 48px;
height: 48px;
}
.spost .entry-image a i,
.mpost .entry-image a i {
font-size: 28px;
line-height: 48px;
color: #666;
background-color: #EEE;
}
.spost .entry-title h4,
.mpost .entry-title h4 {
margin: 0;
font-size: 14px;
font-weight: 600;
}
.spost .entry-title h4 a,
.mpost .entry-title h4 a { color: #333; }
.spost .entry-title h4 a:hover,
.mpost .entry-title h4 a:hover { color: #037099; }
.spost .entry-meta { margin: 8px -10px 0 0; }
.spost .entry-meta li,
.mpost .entry-meta li {
font-size: 13px;
margin: 0 10px 0 0;
}
/* Medium Post
-----------------------------------------------------------------*/
.mpost .entry-image { margin-right: 20px; }
.mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
width: 170px;
height: 128px;
}
.mpost .entry-image a,
.mpost .entry-image img { border-radius: 2px; }
.mpost .entry-image a i {
font-size: 42px;
line-height: 128px;
}
.mpost .entry-title h4 {
margin: 0;
font-size: 17px;
font-weight: 600;
}
.mpost .entry-meta { margin-top: 5px; }
.mpost .entry-meta li i { margin-right: 2px; }
.mpost .entry-content { margin-top: 15px; }
.post-navigation + .line { margin: 40px 0 50px; }
/* ----------------------------------------------------------------
Blog - Author
-----------------------------------------------------------------*/
.author-image {
float: left;
width: 84px;
height: 84px;
margin-right: 15px;
}
.author-image img {
width: 84px;
height: 84px;
}
/* ----------------------------------------------------------------
Comments List
-----------------------------------------------------------------*/
#comments {
position: relative;
margin-top: 50px;
padding-top: 50px;
border-top: 1px solid #EEE;
}
.commentlist {
list-style: none;
padding-bottom: 50px;
margin: 0 0 50px;
border-bottom: 1px solid #EEE;
}
#reviews .commentlist {
padding-bottom: 30px;
margin: 0 0 20px;
}
.commentlist ul { list-style: none; }
.commentlist li,
.commentlist li ul,
.commentlist li ul li { margin: 30px 0 0 0; }
.commentlist ul:first-child { margin-top: 0; }
.commentlist li {
position: relative;
margin: 30px 0 0 30px;
}
#reviews .commentlist li { margin-top: 20px; }
.comment-wrap {
position: relative;
border: 1px solid #E5E5E5;
border-radius: 5px;
padding: 20px 20px 20px 35px;
}
.commentlist ul .comment-wrap {
margin-left: 25px;
padding-left: 20px;
}
#reviews .comment-wrap {
border: 0;
padding: 10px 0 0 35px;
}
.commentlist > li:first-child,
#reviews .commentlist > li:first-child {
padding-top: 0;
margin-top: 0;
}
.commentlist li .children { margin-top: 0; }
.commentlist li li .children { margin-left: 30px; }
.commentlist li .comment-content,
.pingback {
position: relative;
overflow: hidden;
}
.commentlist li .comment-content p,
.pingback p { margin: 20px 0 0 0; }
.commentlist li .comment-content { padding: 0 0 0 15px; }
.commentlist li .comment-meta {
float: left;
margin-right: 0;
line-height: 1;
}
.comment-avatar {
position: absolute;
top: 15px;
left: -35px;
padding: 4px;
background: #FFF;
border: 1px solid #E5E5E5;
border-radius: 50%;
}
.comment-avatar img {
display: block;
border-radius: 50%;
}
.commentlist li .children .comment-avatar { left: -25px; }
.comment-content .comment-author {
margin-bottom: -10px;
font-size: 16px;
font-weight: bold;
color: #555;
}
.comment-content .comment-author a {
border: none;
color: #333;
}
.comment-content .comment-author a:hover { color: #037099; }
.comment-content .comment-author span { display: block; }
.comment-content .comment-author span,
.comment-content .comment-author span a {
font-size: 12px;
font-weight: normal;
font-family: 'Crete Round', serif;
font-style: italic;
color: #AAA;
}
.comment-content .comment-author span a:hover { color: #888; }
.comment-reply-link,
.review-comment-ratings {
display: block;
position: absolute;
top: 4px;
left: auto;
text-align: center;
right: 0px;
width: 14px;
height: 14px;
color: #CCC;
font-size: 14px;
line-height: 1;
}
.review-comment-ratings {
width: auto;
color: #333;
}
.comment-reply-link:hover { color: #888; }
/* ----------------------------------------------------------------
Comment Form
-----------------------------------------------------------------*/
#respond,
#respond form { margin-bottom: 0; }
.commentlist li #respond { margin: 30px 0 0; }
.commentlist li li #respond { margin-left: 30px; }
#respond p { margin: 10px 0 0 0; }
#respond p:first-child { margin-top: 0; }
#respond label small {
color: #999;
font-weight: normal;
}
#respond input[type="text"],
#respond textarea { margin-bottom: 0; }
#respond .col_one_third,
#respond .col_full { margin-bottom: 20px; }
.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
display: block !important;
width: 100% !important;
margin: 0;
}
/* Post Elements
-----------------------------------------------------------------*/
img.alignleft,
div.alignleft {
float: left;
margin: 5px 20px 13px 0;
max-width: 100%;
}
div.alignleft > img,
div.alignnone > img,
div.aligncenter > img,
div.alignright > img {
display: block;
float: none;
}
img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
display: block;
margin: 10px 0;
float: none;
}
img.aligncenter,
div.aligncenter,
div.aligncenter img {
margin-left: auto;
margin-right: auto;
clear: both;
}
img.alignright,
div.alignright {
float: right;
margin: 5px 0 13px 20px;
}
.wp-caption {
text-align: center;
margin: 10px 20px 13px 20px;
font-family: 'Lato', Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
.wp-caption img,
.wp-caption img a {
display: block;
margin: 0;
}
p.wp-caption-text {
display: inline-block;
margin: 10px 0 0 0;
padding: 5px 10px;
background-color: #EEE;
border-radius: 50px;
}
.wp-smiley {
max-height: 13px;
margin: 0 !important;
}
/* Infinity Scroll - Message Style
-----------------------------------------------------------------*/
#infscr-loading,
#portfolio-ajax-loader {
position: fixed;
z-index: 20;
top: 50%;
left: 50%;
width: 48px;
height: 48px;
margin: -24px 0 0 -24px;
background-color: rgba(0,0,0,0.7);
border-radius: 3px;
line-height: 48px;
font-size: 24px;
color: #FFF;
text-align: center;
}
#infscr-loading img,
#portfolio-ajax-loader img {
display: none;
width: 24px;
height: 24px;
margin: 12px;
}
#portfolio-ajax-loader { display: none; }
#portfolio-ajax-loader img { display: block; }
/* ----------------------------------------------------------------
Shop
-----------------------------------------------------------------*/
.shop {
position: relative;
margin: 0 -20px -20px 0;
}
.product { position: relative; }
.shop .product {
float: left;
padding: 0 20px 20px 0;
width: 25%;
}
.product-image {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
}
.product-image > a,
.product-image .slide a,
.product-image img {
display: block;
width: 100%;
height: 100%;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-image > a {
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.product-image > a:nth-of-type(2) {
opacity: 0;
position: absolute;
z-index: -1;
top: 0;
left: 0;
}
.product-image:hover > a:nth-of-type(2) {
opacity: 1;
z-index: 2;
}
.product-desc {
padding: 15px 0;
font-size: 14px;
}
.product-title { margin-bottom: 7px; }
.product-title h3 {
margin: 0;
font-size: 20px;
}
.product-title h3 a,
.single-product .product-title h2 a { color: #333; }
.product-title h3 a:hover,
.single-product .product-title h2 a:hover { color: #037099; }
.product-price {
font-size: 18px;
font-weight: 600;
color: #444;
margin-bottom: 4px;
}
.product-price del {
font-weight: 400;
font-size: 90%;
color: #888;
}
.product-price ins {
text-decoration: none;
color: #037099;
}
.product-overlay {
position: absolute;
width: 100%;
height: 44px;
line-height: 44px;
top: auto;
bottom: -44px;
left: 0;
z-index: 6;
overflow: hidden;
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay {
-webkit-transition: bottom .3s ease-in-out;
-o-transition: bottom .3s ease-in-out;
transition: bottom .3s ease-in-out;
}
.product:hover .product-overlay { bottom: 0; }
.product-overlay a {
display: block;
float: left;
width: 50%;
font-size: 13px;
color: #333;
background-color: #F5F5F5;
text-align: center;
border-right: 1px solid rgba(0,0,0,0.1);
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .product-overlay a {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.product-overlay a.item-quick-view { border-right: 0; }
.product-overlay a i {
position: relative;
top: 1px;
font-size: 14px;
margin-right: 3px;
}
.product-overlay a:hover {
background-color: #333;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.sale-flash {
position: absolute;
top: 10px;
left: 10px;
padding: 6px 10px;
background-color: #037099;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
border-radius: 2px;
z-index: 5;
}
.sale-flash.out-of-stock { background-color: #777; }
/* Shop - 3 Columns
-----------------------------------------------------------------*/
.shop.product-3 { margin: 0 -30px -30px 0; }
.product-3 .product {
padding: 0 30px 30px 0;
width: 33.33333333%;
}
/* Shop - 3 Columns - Sidebar
-----------------------------------------------------------------*/
.postcontent .shop.product-3 { margin: 0 -25px -25px 0; }
.postcontent .product-3 .product { padding: 0 25px 25px 0; }
/* Shop - 2 Columns - Sidebar
-----------------------------------------------------------------*/
.postcontent .shop.product-2 { margin: 0 -40px -40px 0; }
.postcontent .product-2 .product {
padding: 0 40px 40px 0;
width: 50%;
}
/* Shop - 2 Columns - Both Sidebar
-----------------------------------------------------------------*/
.bothsidebar .shop.product-2 { margin: 0 -40px -20px 0; }
.bothsidebar .product-2 .product { padding: 0 40px 20px 0; }
/* Shop - 1 Column
-----------------------------------------------------------------*/
.shop.product-1 { margin: 0 0 -40px 0; }
.product-1 .product {
float: none;
margin: 0 0 40px 0;
padding: 0;
width: 100%;
}
.product-1 .product-image {
float: left;
width: 300px;
height: 400px;
margin-right: 30px;
}
.product-1 .product.alt .product-image {
float: right;
margin: 0 0 0 30px;
}
.product-1 .product-desc {
padding: 0;
position: relative;
overflow: hidden;
}
.product-1 .product-title h3 { font-size: 22px; }
.product-1 .product-desc .product-price { font-size: 20px; }
.product-1 .product-desc .product-rating { margin-bottom: 15px; }
/* Shop - 1 Column - Both Sidebar
-----------------------------------------------------------------*/
.bothsidebar .product-1 .product {
border-top: 1px solid #F5F5F5;
padding-top: 40px;
}
.bothsidebar .product-1 .product:first-child {
border-top: 0;
padding-top: 0;
}
.bothsidebar .product-1 .product-image {
width: 240px;
height: 320px;
}
.bothsidebar .product-1 .product-title h3 { font-size: 20px; }
.bothsidebar .product-1 .product-desc .product-price { font-size: 16px; }
/* Shop - Single
-----------------------------------------------------------------*/
.single-product .product {
width: 100%;
margin: 0;
}
.shop-quick-view-ajax,
.portfolio-ajax-modal {
position: relative;
background-color: #FFF;
width: 800px;
margin: 0 auto;
}
.single-product .product-image,
.single-product .product-image img { height: auto; }
.single-product .product-desc { padding: 0; }
.single-product .product-title h2 {
font-size: 28px;
margin-bottom: 8px;
}
.single-product .product-price {
float: left;
font-size: 24px;
color: #037099;
margin-bottom: 0;
}
.single-product .product-rating {
float: right;
position: relative;
top: 9px;
}
.single-product .product-desc .line { margin: 20px 0; }
.quantity {
float: left;
margin-right: 30px;
}
.quantity .qty {
float: left;
width: 50px;
height: 40px;
line-height: 40px;
border: 0;
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
background-color: #EEE;
text-align: center;
margin-bottom: 0;
}
.quantity .plus,
.quantity .minus {
display: block;
float: left;
cursor: pointer;
border: 0px transparent;
padding: 0;
width: 36px;
height: 40px;
line-height: 40px;
text-align: center;
background-color: #EEE;
font-size: 16px;
font-weight: bold;
transition: background-color .2s linear;
-webkit-transition: background-color .2s linear;
-o-transition: background-color .2s linear;
}
.quantity .plus:hover,
.quantity .minus:hover { background-color: #DDD; }
.quantity .qty:focus,
.quantity .plus:focus,
.quantity .minus:focus {
box-shadow: none !important;
outline: 0 !important;
}
.single-product .add-to-cart.button {
height: 40px;
line-height: 40px;
}
.product-meta {
font-size: 13px;
color: #777;
}
.product-meta > .panel-body { margin-bottom: -5px; }
.product-meta > .panel-body > span {
display: block;
margin-bottom: 5px;
}
.single-product .feature-box.fbox-plain.fbox-small { padding-left: 26px; }
.single-product .feature-box.fbox-plain.fbox-small .fbox-icon { width: 20px; }
.single-product .feature-box.fbox-plain.fbox-small h3 {
font-size: 15px;
font-weight: bold;
line-height: 18px;
margin-bottom: 7px;
}
.single-product .feature-box.fbox-plain.fbox-small p { margin-left: -26px; }
.single-product .feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 18px; }
/* Individual Product
-----------------------------------------------------------------*/
.product.iproduct {
float: none;
margin: 0;
padding: 0;
width: 100%;
}
.iproduct .product-image,
.iproduct .product-image a,
.iproduct .product-image img { height: auto; }
/* ----------------------------------------------------------------
Cart
-----------------------------------------------------------------*/
.cart .remove {
font-size: 14px;
color: #FF0000;
}
.cart .remove:hover { color: #000; }
.cart th {
padding: 12px 15px !important;
font-size: 14px;
color: #555;
}
.cart td {
padding: 12px 15px !important;
vertical-align: middle !important;
border-color: #E5E5E5 !important;
}
.cart-product-thumbnail a {
display: block;
width: 68px;
}
.cart-product-thumbnail img {
display: block;
width: 64px;
height: 64px;
border: 2px solid #EEE;
}
.cart-product-thumbnail img:hover { border-color: #037099; }
.cart-product-name a,
.product-name a {
font-weight: bold;
font-size: 13px;
color: #333;
}
.cart-product-name a:hover,
.product-name a:hover { color: #666; }
.cart-product-price,
.cart-product-quantity,
.cart-product-subtotal { text-align: center !important; }
.cart-product-quantity .quantity {
display: inline-block;
margin: 0;
float: none;
}
td.actions {
padding: 20px 15px !important;
vertical-align: top !important;
background-color: #F5F5F5;
}
/* ----------------------------------------------------------------
Events
-----------------------------------------------------------------*/
.events .entry,
.ievent {
padding: 20px;
background-color: #F9F9F9;
border-bottom: 3px solid #EEE;
}
.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
position: absolute;
top: 10px;
left: 10px;
background-color: rgba(0,0,0,0.7);
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
width: 60px;
height: 64px;
text-align: center;
padding-top: 7px;
font-size: 26px;
line-height: 1;
}
.events .entry-image .entry-date span,
.ievent .entry-image .entry-date span {
display: block;
font-size: 15px;
margin-top: 5px;
}
.events .entry-c,
.ievent .entry-c { padding: 5px 0; }
.single-event .entry-image img { border-radius: 0; }
.single-event .events-meta { font-size: 14px; }
.single-event .events-meta .iconlist li,
.parallax .iconlist li { margin: 5px 0; }
.single-event .entry-overlay,
.parallax .entry-overlay-meta {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 100%;
height: 80px;
background-color: rgba(0,0,0,0.85);
text-align: center;
line-height: 80px;
font-size: 22px;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
z-index: 5;
}
.single-event .countdown {
display: inline-block;
position: relative;
top: 7px;
}
.single-event .countdown-section {
padding: 0 15px;
border-left-color: rgba(255,255,255,0.3);
color: #CCC;
}
.single-event .countdown-amount { color: #FFF; }
.parallax .entry-overlay,
.parallax .entry-overlay-meta {
background: transparent;
width: auto;
text-align: right;
bottom: 30px;
left: auto;
right: 30px;
}
.parallax .entry-overlay-meta {
padding: 20px;
font-size: 14px;
text-align: left;
right: 38px;
bottom: 130px;
width: 368px;
height: auto;
line-height: inherit;
background-color: rgba(0,0,0,0.7);
border-radius: 3px;
}
.parallax.overlay-left .entry-overlay,
.parallax.overlay-left .entry-overlay-meta {
right: auto;
left: 30px;
}
.parallax.overlay-left .entry-overlay-meta { left: 38px; }
.parallax.overlay-center .entry-overlay,
.parallax.overlay-center .entry-overlay-meta {
bottom: 100px;
right: auto;
left: 50%;
margin-left: -192px;
}
.parallax.overlay-center .entry-overlay-meta {
top: 100px;
bottom: auto;
margin-left: -184px;
}
.parallax .entry-overlay-meta h2 {
font-size: 20px;
text-transform: uppercase;
border-bottom: 1px dashed rgba(255,255,255,0.2);
padding-bottom: 17px;
}
.parallax .entry-overlay-meta h2 a { color: #FFF; }
.parallax .entry-overlay-meta h2 a:hover { color: #DDD; }
.parallax .countdown { top: 0; }
.parallax .countdown-section {
border-left: 0;
width: 80px;
height: 80px;
margin: 0 8px;
font-size: 13px;
background-color: rgba(0,0,0,0.7);
border-radius: 3px;
padding-top: 14px;
}
.parallax .countdown-amount {
font-size: 28px;
margin-bottom: 6px;
}
/* Individual Events
-----------------------------------------------------------------*/
.ievent {
position: relative;
margin-top: 20px;
}
.ievent:first-child { margin-top: 0; }
.ievent .entry-image {
width: 30%;
margin-right: 20px;
}
.ievent .entry-content { margin-top: 20px; }
.ievent .entry-title h2 { font-size: 18px; }
.ievent .entry-meta { margin-right: -10px; }
.ievent .entry-meta li {
font-size: 13px;
margin-right: 10px;
padding-left: 10px;
}
.ievent .entry-meta li:first-child { padding-left: 0; }
/* ----------------------------------------------------------------
Countdown
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
Countdown
-----------------------------------------------------------------*/
.countdown { display: block; }
.countdown-row {
display: block;
position: relative;
text-align: center;
}
.countdown-section {
display: inline-block;
font-size: 11px;
line-height: 1;
text-align: center;
width: 25%;
border-left: 1px dotted #BBB;
color: #888;
text-transform: capitalize;
}
.countdown-section:first-child { border-left: 0; }
.countdown-amount {
display: block;
font-size: 20px;
color: #333;
margin-bottom: 5px;
}
.countdown-descr {
display: block;
width: 100%;
}
/* Countdown - Medium
-----------------------------------------------------------------*/
.countdown-medium .countdown-section { font-size: 14px; }
.countdown-medium .countdown-amount {
font-size: 30px;
margin-bottom: 7px;
}
/* Countdown - Large
-----------------------------------------------------------------*/
.countdown-large .countdown-section { font-size: 18px; }
.countdown-large .countdown-amount {
font-size: 44px;
font-weight: 600;
margin-bottom: 8px;
}
/* Countdown - Inline
-----------------------------------------------------------------*/
.countdown.countdown-inline { display: inline-block; }
.countdown.countdown-inline .countdown-row {
display: inline-block;
text-align: center;
}
.countdown.countdown-inline .countdown-section {
display: inline-block;
font-size: inherit;
line-height: inherit;
width: auto;
border: none;
color: inherit;
margin-left: 7px;
text-transform: inherit;
}
.countdown.countdown-inline .countdown-section:first-child { margin-left: 0; }
.countdown.countdown-inline .countdown-amount {
display: inline-block;
font-size: inherit;
color: inherit;
font-weight: bold;
margin: 0 3px 0 0;
}
.countdown.countdown-inline .countdown-descr {
display: inline-block;
width: auto;
}
/* Countdown - Coming Soon
-----------------------------------------------------------------*/
body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-section {
border: none;
padding: 15px;
}
body:not(.device-xs):not(.device-xxs) .countdown.countdown-large.coming-soon .countdown-amount {
height: 140px;
line-height: 140px;
border-radius: 50%;
background-color: rgba(0,0,0,0.2);
margin-bottom: 15px !important;
}
/* ----------------------------------------------------------------
Buttons
-----------------------------------------------------------------*/
.button {
display: inline-block;
position: relative;
cursor: pointer;
outline: none;
white-space: nowrap;
margin: 5px;
padding: 0 22px;
font-size: 14px;
height: 40px;
line-height: 40px;
background-color: #037099;
color: #FFF;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
border: none;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
body:not(.device-touch) .button {
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.button-dark { background-color: #444; }
.button-light {
background-color: #EEE;
color: #333;
text-shadow: none !important;
}
.button:hover {
background-color: #444;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.button.button-dark:hover { background-color: #037099; }
.button.button-mini {
padding: 0 14px;
font-size: 11px;
height: 28px;
line-height: 28px;
}
.button.button-small {
padding: 0 17px;
font-size: 12px;
height: 34px;
line-height: 34px;
}
.button.button-large {
padding: 0 26px;
font-size: 16px;
height: 46px;
line-height: 46px;
}
.button.button-xlarge {
padding: 0 32px;
font-size: 18px;
letter-spacing: 2px;
height: 52px;
line-height: 52px;
}
.button.button-desc {
text-align: left;
padding: 24px 34px;
font-size: 22px;
height: auto;
line-height: 1;
font-family: 'Raleway', sans-serif;
}
.button.button-desc span {
display: block;
margin-top: 10px;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
font-family: 'Crete Round', serif;
font-style: italic;
text-transform: none;
}
.button i {
position: relative;
top: 1px;
line-height: 1;
margin-right: 5px;
width: 16px;
text-align: center;
}
.button.tright i { margin: 0 0 0 5px; }
.button-mini i { margin-right: 3px; }
.button-mini.tright i { margin: 0 0 0 3px; }
.button-small i { margin-right: 4px; }
.button-small.tright i { margin: 0 0 0 4px; }
.button-xlarge i {
top: 2px;
margin-right: 8px;
}
.button-xlarge.tright i { margin: 0 0 0 8px; }
.button.button-desc i {
top: 1px;
font-size: 48px;
width: 48px;
text-align: center;
margin-right: 12px;
}
.button.button-desc.tright i { margin: 0 0 0 12px; }
.button.button-desc div { display: inline-block; }
.button.button-rounded { border-radius: 3px; }
/* Buttons - Border
-----------------------------------------------------------------*/
.button.button-border {
border: 2px solid #444;
background-color: transparent;
color: #333;
line-height: 36px;
font-weight: 600;
text-shadow: none;
}
.button.button-border-thin {
border-width: 1px;
line-height: 38px;
}
.button.button-border.button-mini { line-height: 24px; }
.button.button-border.button-small { line-height: 30px; }
.button.button-border.button-large { line-height: 42px; }
.button.button-border.button-xlarge { line-height: 48px; }
.button.button-border-thin.button-mini { line-height: 26px; }
.button.button-border-thin.button-small { line-height: 32px; }
.button.button-border-thin.button-large { line-height: 44px; }
.button.button-border-thin.button-xlarge { line-height: 50px; }
.button.button-border.button-desc { line-height: 1; }
.button.button-border:not(.button-fill):hover {
background-color: #444;
color: #FFF;
border-color: transparent !important;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.button.button-border.button-light {
border-color: #EEE;
color: #EEE;
}
.button.button-border.button-light:hover {
background-color: #EEE;
color: #333;
text-shadow: none;
}
/* Buttons - Border
-----------------------------------------------------------------*/
.button.button-3d {
border-radius: 3px;
border-bottom: 3px solid rgba(0,0,0,0.15);
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.button.button-3d:hover {
background-color: #037099 !important;
opacity: 0.9;
}
.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
text-shadow: none;
color: #333;
}
/* Buttons - Icon Reveal
-----------------------------------------------------------------*/
.button.button-reveal {
padding: 0 28px;
overflow: hidden;
}
.button.button-reveal i {
display: block;
position: absolute;
top: 0;
left: -32px;
width: 32px;
height: 40px;
line-height: 40px;
margin: 0;
text-align: center;
background-color: rgba(0,0,0,0.1);
}
.button.button-reveal.button-border i { top: -2px; }
.button.button-reveal.tright i {
left: auto;
right: -32px;
}
.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; }
.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; }
.button.button-reveal span {
display: inline-block;
position: relative;
left: 0;
}
body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
-webkit-transition: left 0.3s ease, right 0.3s ease;
-o-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
.button.button-reveal.button-mini { padding: 0 17px; }
.button.button-reveal.button-mini i {
left: -22px;
width: 22px;
height: 28px;
line-height: 28px;
}
.button.button-reveal.button-mini.tright i {
left: auto;
right: -22px;
}
.button.button-reveal.button-small { padding: 0 22px; }
.button.button-reveal.button-small i {
left: -26px;
width: 26px;
height: 34px;
line-height: 34px;
}
.button.button-reveal.button-small.tright i {
left: auto;
right: -26px;
}
.button.button-reveal.button-large { padding: 0 32px; }
.button.button-reveal.button-large i {
left: -38px;
width: 38px;
height: 46px;
line-height: 46px;
}
.button.button-reveal.button-large.tright i {
left: auto;
right: -38px;
}
.button.button-reveal.button-xlarge { padding: 0 40px; }
.button.button-reveal.button-xlarge i {
left: -44px;
width: 44px;
height: 52px;
line-height: 52px;
}
.button.button-reveal.button-xlarge.tright i {
left: auto;
right: -44px;
}
.button.button-reveal:hover i { left: 0; }
.button.button-reveal.tright:hover i {
left: auto;
right: 0;
}
.button.button-reveal:hover span { left: 16px; }
.button.button-reveal.button-mini:hover span { left: 11px; }
.button.button-reveal.button-small:hover span { left: 13px; }
.button.button-reveal.button-large:hover span { left: 19px; }
.button.button-reveal.button-xlarge:hover span { left: 22px; }
.button.button-reveal.tright:hover span { left: -16px; }
.button.button-reveal.button-mini.tright:hover span { left: -11px; }
.button.button-reveal.button-small.tright:hover span { left: -13px; }
.button.button-reveal.button-large.tright:hover span { left: -19px; }
.button.button-reveal.button-xlarge.tright:hover span { left: -22px; }
/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/
.button.button-full {
display: block !important;
white-space: normal;
margin: 0;
height: auto;
line-height: 1.6;
padding: 30px 0;
font-size: 30px;
font-weight: 300;
text-transform: none;
border-radius: 0;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.button.button-full.button-light { border-bottom: 1px solid rgba(0,0,0,0.15); }
.button.button-full strong {
font-weight: 600;
border-bottom: 2px solid #EEE;
}
body:not(.device-touch) .button.button-full strong {
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.button.button-full.button-light strong { border-bottom-color: #333; }
.button.button-full.button-light:hover strong { border-bottom-color: #EEE; }
/* Buttons - Circle
-----------------------------------------------------------------*/
.button.button-circle { border-radius: 20px; }
.button.button-mini.button-circle { border-radius: 14px; }
.button.button-small.button-circle { border-radius: 17px; }
.button.button-large.button-circle { border-radius: 23px; }
.button.button-xlarge.button-circle { border-radius: 26px; }
/* Buttons - Fill Effect
-----------------------------------------------------------------*/
.button.button-border.button-fill {
overflow: hidden;
transform-style: preserve-3d;
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
-webkit-backface-visibility: hidden;
}
.button.button-border.button-fill span { position: relative; }
.button.button-border.button-fill:hover {
background-color: transparent !important;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.button.button-border.button-fill.button-light:hover {
border-color: #EEE !important;
color: #333 !important;
text-shadow: none;
}
.button.button-border.button-fill:before {
content: '';
position: absolute;
background-color: #444;
top: 0;
left: 0;
width: 0;
height: 100%;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
-webkit-backface-visibility: hidden;
}
.button.button-border.button-fill.button-light:before { background-color: #EEE; }
.button.button-border.button-fill.fill-from-right:before {
left: auto;
right: 0;
}
.button.button-border.button-fill:hover:before { width: 100%; }
.button.button-border.button-fill.fill-from-top:before,
.button.button-border.button-fill.fill-from-bottom:before {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.button.button-border.button-fill.fill-from-top:before {
width: 100%;
height: 0;
}
.button.button-border.button-fill.fill-from-top:hover:before { height: 100%; }
.button.button-border.button-fill.fill-from-bottom:before {
width: 100%;
height: 0;
top: auto;
bottom: 0;
}
.button.button-border.button-fill.fill-from-bottom:hover:before { height: 100%; }
/* Buttons - Colors
-----------------------------------------------------------------*/
.button-red { background-color: #C02942; }
.button-3d.button-red:hover,
.button-reveal.button-red:hover,
.button-border.button-red:hover,
.button-border.button-red.button-fill:before { background-color: #C02942 !important; }
.button-border.button-red {
color: #C02942;
border-color: #C02942;
}
.button-teal { background-color: #53777A; }
.button-3d.button-teal:hover,
.button-reveal.button-teal:hover,
.button-border.button-teal:hover,
.button-border.button-teal.button-fill:before { background-color: #53777A !important; }
.button-border.button-teal {
color: #53777A;
border-color: #53777A;
}
.button-yellow { background-color: #ECD078; }
.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover,
.button-border.button-yellow:hover,
.button-border.button-yellow.button-fill:before { background-color: #ECD078 !important; }
.button-border.button-yellow,
.button-border.button-yellow.button-fill.button-light:hover {
color: #ECD078 !important;
border-color: #ECD078 !important;
}
.button-border.button-yellow:hover,
.button-border.button-yellow.button-fill.button-light:hover { color: #333 !important; }
.button-green { background-color: #59BA41; }
.button-3d.button-green:hover,
.button-reveal.button-green:hover,
.button-border.button-green:hover,
.button-border.button-green.button-fill:before { background-color: #59BA41 !important; }
.button-border.button-green {
color: #59BA41;
border-color: #59BA41;
}
.button-brown { background-color: #774F38; }
.button-3d.button-brown:hover,
.button-reveal.button-brown:hover,
.button-border.button-brown:hover,
.button-border.button-brown.button-fill:before { background-color: #774F38 !important; }
.button-border.button-brown {
color: #774F38;
border-color: #774F38;
}
.button-aqua { background-color: #40C0CB; }
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover,
.button-border.button-aqua:hover,
.button-border.button-aqua.button-fill:before { background-color: #40C0CB !important; }
.button-border.button-aqua {
color: #40C0CB;
border-color: #40C0CB;
}
.button-lime { background-color: #AEE239; }
.button-3d.button-lime:hover,
.button-reveal.button-lime:hover,
.button-border.button-lime:hover,
.button-border.button-lime.button-fill:before { background-color: #AEE239 !important; }
.button-border.button-lime {
color: #AEE239;
border-color: #AEE239;
}
.button-purple { background-color: #5D4157; }
.button-3d.button-purple:hover,
.button-reveal.button-purple:hover,
.button-border.button-purple:hover,
.button-border.button-purple.button-fill:before { background-color: #5D4157 !important; }
.button-border.button-purple {
color: #5D4157;
border-color: #5D4157;
}
.button-leaf { background-color: #A8CABA; }
.button-3d.button-leaf:hover,
.button-reveal.button-leaf:hover,
.button-border.button-leaf:hover,
.button-border.button-leaf.button-fill:before { background-color: #A8CABA !important; }
.button-border.button-leaf {
color: #A8CABA;
border-color: #A8CABA;
}
.button-pink { background-color: #F89FA1; }
.button-3d.button-pink:hover,
.button-reveal.button-pink:hover,
.button-border.button-pink:hover,
.button-border.button-pink.button-fill:before { background-color: #F89FA1 !important; }
.button-border.button-pink {
color: #F89FA1;
border-color: #F89FA1;
}
.button-dirtygreen { background-color: #1693A5; }
.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover,
.button-border.button-dirtygreen:hover,
.button-border.button-dirtygreen.button-fill:before { background-color: #1693A5 !important; }
.button-border.button-dirtygreen {
color: #1693A5;
border-color: #1693A5;
}
.button-blue { background-color: #1265A8; }
.button-3d.button-blue:hover,
.button-reveal.button-blue:hover,
.button-border.button-blue:hover,
.button-border.button-blue.button-fill:before { background-color: #1265A8 !important; }
.button-border.button-blue {
color: #1265A8;
border-color: #1265A8;
}
.button-amber { background-color: #EB9C4D; }
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover,
.button-border.button-amber:hover,
.button-border.button-amber.button-fill:before { background-color: #EB9C4D !important; }
.button-border.button-amber {
color: #EB9C4D;
border-color: #EB9C4D;
}
.button-black { background-color: #111; }
.button-3d.button-black:hover,
.button-reveal.button-black:hover,
.button-border.button-black:hover,
.button-border.button-black.button-fill:before { background-color: #111 !important; }
.button-border.button-black {
color: #111;
border-color: #111;
}
.button-white { background-color: #F9F9F9; }
.button-3d.button-white:hover,
.button-reveal.button-white:hover { background-color: #F9F9F9 !important; }
/* Buttons - No Hover
-----------------------------------------------------------------*/
.button.button-nohover:hover {
opacity: inherit !important;
background-color: inherit !important;
color: inherit !important;
border-color: inherit !important;
}
/* ----------------------------------------------------------------
Promo Boxes
-----------------------------------------------------------------*/
.promo {
position: relative;
padding: 30px 200px 30px 0;
}
.promo h3 {
font-weight: bold;
margin-bottom: 0;
}
.promo > span,
.promo > .container > span {
display: block;
color: #444;
font-weight: 300;
font-size: 16px;
margin-top: 6px;
}
.promo a.button {
position: absolute;
top: 50%;
margin: 0;
margin-top: -18px;
left: auto;
right: 0;
}
.promo a.button.button-mini { margin-top: -12px; }
.promo a.button.button-small { margin-top: -15px; }
.promo a.button.button-large { margin-top: -22px; }
.promo a.button.button-xlarge { margin-top: -25px; }
.promo a.button.button-desc { margin-top: -40px; }
/* Promo Uppercase
-----------------------------------------------------------------*/
.promo-uppercase { text-transform: uppercase; }
.promo-uppercase h3 { font-size: 22px; }
.promo-uppercase > span,
.promo-uppercase > .container > span { font-size: 15px; }
/* Promo - with Border
-----------------------------------------------------------------*/
.promo.promo-border {
border: 1px solid #E5E5E5;
border-radius: 3px;
padding-left: 30px;
}
.promo.promo-border a.button { right: 30px; }
/* Promo - Light
-----------------------------------------------------------------*/
.promo.promo-light {
background-color: #F5F5F5;
border-radius: 3px;
padding-left: 30px;
}
.promo.promo-light a.button { right: 30px; }
/* Promo - Dark
-----------------------------------------------------------------*/
.promo.promo-dark {
border: 0 !important;
background-color: #333;
padding: 30px 200px 30px 30px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
border-radius: 3px;
}
.promo.promo-dark h3 { color: #FFF; }
.promo.promo-dark > h3 span,
.promo.promo-dark > .container > h3 span {
padding: 2px 8px;
border-radius: 3px;
background-color: rgba(0,0,0,0.15);
color: #FFF;
font-weight: 400;
}
.promo.promo-dark > span,
.promo.promo-dark > .container > span {
color: #CCC;
margin-top: 8px;
}
.promo.promo-dark a.button { right: 30px; }
/* Promo - Flat
-----------------------------------------------------------------*/
.promo.promo-flat { background-color: #037099; }
.promo.promo-flat > span,
.promo.promo-flat > .container > span { color: rgba(255,255,255,0.9); }
.promo.promo-flat a.button:not(.button-border) {
background-color: rgba(0,0,0,0.2);
color: #FFF;
}
.promo.promo-flat a.button:hover {
background-color: #FFF;
border-color: #FFF;
color: #444;
text-shadow: none;
}
/* Promo - 100% Full Width
-----------------------------------------------------------------*/
.promo-full {
border-radius: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
padding: 40px 0 !important;
}
.promo-full a.button { right: 15px !important; }
.promo-full.promo-right a.button {
right: auto !important;
left: 15px !important;
}
/* Promo - Parallax
-----------------------------------------------------------------*/
.promo.parallax { padding: 80px 0 !important; }
/* Promo - Right Align
-----------------------------------------------------------------*/
.promo.promo-right {
text-align: right;
padding: 30px 0 30px 200px;
}
.promo.promo-right a.button {
left: 0;
right: auto;
}
/* Promo - with Border & Right Align
-----------------------------------------------------------------*/
.promo.promo-right.promo-border:not(.promo-mini),
.promo.promo-dark.promo-right:not(.promo-mini) { padding-right: 30px; }
.promo.promo-right.promo-border a.button,
.promo.promo-dark.promo-right a.button { left: 30px; }
/* Promo - Center Align
-----------------------------------------------------------------*/
.promo.promo-center {
text-align: center;
padding: 30px 20px;
}
.promo.promo-center a.button {
position: relative;
top: 0;
margin: 20px 0 0;
left: 0 !important;
right: 0;
}
/* Promo - Mini
-----------------------------------------------------------------*/
.promo.promo-mini {
text-align: left;
padding: 20px 25px;
}
.promo.promo-mini h3 {
font-size: 20px;
line-height: 1.5;
}
.promo.promo-mini.promo-uppercase h3 { font-size: 18px; }
.promo.promo-mini.promo-dark h3 { line-height: 1.7; }
.promo.promo-mini a.button {
position: relative;
top: 0;
margin: 20px 0 0;
left: 0 !important;
right: 0;
}
/* Promo - Mini - Center Align
-----------------------------------------------------------------*/
.promo.promo-mini.promo-center { text-align: center; }
/* Promo - Mini - Right Align
-----------------------------------------------------------------*/
.promo.promo-mini.promo-right { text-align: right; }
/* ----------------------------------------------------------------
Featured Boxes
-----------------------------------------------------------------*/
.feature-box {
position: relative;
margin-top: 20px;
padding: 0 0 0 80px;
}
.feature-box:first-child { margin-top: 0; }
.feature-box .fbox-icon {
display: block;
position: absolute;
width: 64px;
height: 64px;
top: 0;
left: 0;
}
.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
display: block;
position: relative;
width: 100%;
height: 100%;
color: #FFF;
}
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
border-radius: 50%;
background-color: #037099;
}
.feature-box .fbox-icon i {
font-style: normal;
font-size: 28px;
text-align: center;
line-height: 64px;
}
.feature-box h3 {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0;
color: #333;
}
.feature-box p {
margin: 8px 0 0 0;
color: #999;
}
.feature-box .before-heading { font-size: 14px; }
/* Feature Box - Icon Large
-----------------------------------------------------------------*/
.feature-box.fbox-large { padding: 0 0 0 115px; }
.feature-box.fbox-large .fbox-icon {
width: 96px;
height: 96px;
}
.feature-box.fbox-large .fbox-icon i {
font-size: 42px;
line-height: 96px;
}
/* Feature Box - Icon Outline
-----------------------------------------------------------------*/
.feature-box.fbox-outline .fbox-icon {
border: 1px solid #037099;
border-radius: 50%;
padding: 3px;
}
.feature-box.fbox-outline .fbox-icon i { line-height: 56px; }
/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/
.feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; }
.feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; }
/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/
.feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; }
.feature-box.fbox-rounded .fbox-icon i,
.feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; }
/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/
.feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; }
.feature-box.fbox-rounded.fbox-large .fbox-icon i,
.feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; }
/* Feature Box - Light Background
-----------------------------------------------------------------*/
.feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; }
.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
border: 1px solid #E5E5E5;
background-color: #F5F5F5;
color: #444;
}
.feature-box.fbox-light .fbox-icon i { line-height: 62px; }
.feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; }
.feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; }
.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; }
/* Feature Box - Dark Background
-----------------------------------------------------------------*/
.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; }
.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img { background-color: #333; }
/* Feature Box - Border
-----------------------------------------------------------------*/
.feature-box.fbox-border .fbox-icon {
border: 1px solid #037099;
border-radius: 50%;
}
.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
border: none;
background-color: transparent !important;
color: #037099;
}
.feature-box.fbox-border .fbox-icon { padding: 0; }
.feature-box.fbox-border .fbox-icon i { line-height: 62px !important; }
.feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; }
/* Feature Box - Border - Light
-----------------------------------------------------------------*/
.feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; }
.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; }
/* Feature Box - Border - Dark
-----------------------------------------------------------------*/
.feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; }
.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; }
/* Feature Box - Plain
-----------------------------------------------------------------*/
.feature-box.fbox-plain .fbox-icon {
border: none !important;
height: auto !important;
}
.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
border: none !important;
background-color: transparent !important;
color: #037099;
border-radius: 0;
}
.feature-box.fbox-plain .fbox-icon i {
font-size: 48px;
line-height: 1 !important;
}
.feature-box.fbox-plain .fbox-icon img { height: 64px; }
.feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; }
.feature-box.fbox-plain.fbox-image .fbox-icon img {
width: auto;
display: inline-block;
}
.feature-box.fbox-plain.fbox-small { padding-left: 42px; }
.feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; }
.feature-box.fbox-plain.fbox-small h3 {
font-size: 15px;
line-height: 26px;
margin-bottom: 10px;
}
.feature-box.fbox-plain.fbox-small p { margin-left: -42px; }
.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; }
.feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; }
.feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; }
.feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; }
.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; }
.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; }
/* Feature Box - Center
-----------------------------------------------------------------*/
.feature-box.fbox-center {
padding: 0;
text-align: center;
}
.feature-box.fbox-center.fbox-small { padding-left: 0 !important; }
.feature-box.fbox-center .fbox-icon {
position: relative;
width: 96px;
height: 96px;
margin: 0 auto 30px;
}
.feature-box.fbox-center .fbox-icon i {
font-size: 42px;
line-height: 96px;
}
.feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; }
.feature-box.fbox-center p {
font-size: 14px;
margin-top: 15px;
}
/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/
.feature-box.fbox-center.fbox-large .fbox-icon {
width: 128px;
height: 128px;
}
.feature-box.fbox-center.fbox-large .fbox-icon i {
font-size: 70px;
line-height: 128px;
}
.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; }
.feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; }
.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; }
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; }
.feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; }
.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; }
.feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 84px; }
.feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; }
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; }
.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; }
/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/
.feature-box.fbox-center.fbox-small .fbox-icon {
width: 64px;
height: 64px;
}
.feature-box.fbox-center.fbox-small .fbox-icon i {
font-size: 28px;
line-height: 64px;
}
.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; }
.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; }
.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; }
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; }
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; }
.feature-box.fbox-center.fbox-small p {
font-size: 14px;
margin-top: 10px;
}
.feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; }
/* Feature Box - Right
-----------------------------------------------------------------*/
.feature-box.fbox-right {
padding: 0 80px 0 0;
text-align: right;
}
.feature-box.fbox-right.fbox-large { padding-right: 115px; }
.feature-box.fbox-right .fbox-icon {
left: auto;
right: 0;
}
.feature-box.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; }
.feature-box.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; }
/* Feature Box - Subtitle
-----------------------------------------------------------------*/
.feature-box h3 + .fbox-icon { margin-top: 20px !important; }
.feature-box h3 span.subtitle {
display: block;
margin-top: 5px;
color: #444;
font-weight: 300;
text-transform: none;
}
.feature-box.fbox-center:not(.fbox-bg) h3:after {
content: '';
display: block;
margin: 20px auto;
width: 30px;
border-top: 2px solid #555;
-webkit-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}
.feature-box.fbox-center:not(.fbox-bg):hover h3:after { width: 50px; }
.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { display: none; }
.feature-box.fbox-center.fbox-italic p {
font-style: italic;
font-family: 'Lato', sans-serif;
}
/* Feature Box - Background
-----------------------------------------------------------------*/
.feature-box.fbox-bg.fbox-center {
margin-top: 68px;
padding: 68px 30px 30px;
background-color: #FFF;
border: 1px solid #E5E5E5;
border-radius: 5px;
}
.feature-box.fbox-bg.fbox-center:first-child { margin-top: 48px; }
.feature-box.fbox-bg.fbox-center.fbox-large {
margin-top: 84px;
padding-top: 84px;
}
.feature-box.fbox-bg.fbox-center.fbox-large:first-child { margin-top: 64px; }
.feature-box.fbox-bg.fbox-center .fbox-icon {
position: absolute;
top: -48px;
left: 50%;
margin: 0 0 0 -48px;
}
.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
top: -64px;
left: 50%;
margin-left: -64px;
}
.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; }
/* Animated Icon Hovers
-----------------------------------------------------------------*/
.fbox-effect .fbox-icon i { z-index: 1; }
.fbox-effect .fbox-icon i:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }
.fbox-effect .fbox-icon i {
-webkit-transition: background-color 0.3s, color 0.3s;
-o-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s;
}
.fbox-effect .fbox-icon i:after {
top: -3px;
left: -3px;
padding: 3px;
box-shadow: 0 0 0 2px #333;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-webkit-transform: scale(.8);
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
-moz-transform: scale(.8);
-ms-transform: scale(.8);
transition: transform 0.3s, opacity 0.3s;
transform: scale(.8);
opacity: 0;
}
.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
background-color: #23B6B8;
color: #FFF;
}
.fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #037099; }
.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #037099; }
.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
/* Icon Effects - Bordered
-----------------------------------------------------------------*/
.fbox-border.fbox-effect .fbox-icon i {
-webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
-o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}
.fbox-border.fbox-effect .fbox-icon i:after {
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
box-shadow: none;
background-image: url('images/icons/iconalt.svg');
background-position: center center;
background-size: 100% 100%;
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }
.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
color: #FFF;
box-shadow: 0 0 0 1px #333;
}
.fbox-border.fbox-effect .fbox-icon i:after {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
background-color: #333;
}
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #037099; }
.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #037099; }
.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
/* Media Featured Box
-----------------------------------------------------------------*/
.feature-box.media-box { padding: 0; }
.feature-box.media-box .fbox-media { margin: 0 0 25px; }
.feature-box.media-box .fbox-media,
.feature-box.media-box .fbox-media a,
.feature-box.media-box .fbox-media img {
position: relative;
display: block;
width: 100%;
height: auto;
}
.feature-box.media-box .fbox-media iframe { display: block; }
.feature-box.media-box p { margin-top: 17px; }
.feature-box.media-box.fbox-bg .fbox-media { margin: 0; }
.feature-box.media-box.fbox-bg .fbox-desc {
padding: 25px;
background-color: #FFF;
border: 1px solid #E5E5E5;
border-top: 0;
border-radius: 0 0 5px 5px;
}
.feature-box.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; }
/* ----------------------------------------------------------------
Flipbox
-----------------------------------------------------------------*/
.flipbox { perspective: 1000px; }
.flipbox-inner {
transition: 0.5s;
transition-timing-function: ease;
position: relative;
transform-style: preserve-3d;
}
.flipbox-front,
.flipbox-back {
-webkit-backface-visibility: hidden;
}
.flipbox-front { z-index: 2; }
.flipbox-back {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.flipbox:not(.flipbox-vertical) .flipbox-front { transform: rotateY(0deg); }
.flipbox:not(.flipbox-vertical) .flipbox-back { transform: rotateY(-180deg); }
.flipbox.flipbox-vertical .flipbox-front { transform: rotateX(0deg); }
.flipbox.flipbox-vertical .flipbox-back { transform: rotateX(-180deg); }
.flipbox:not(.flipbox-vertical):hover .flipbox-inner,
.flipbox:not(.flipbox-vertical).hover .flipbox-inner { transform: rotateY(180deg); }
.flipbox.flipbox-vertical:hover .flipbox-inner,
.flipbox.flipbox-vertical.hover .flipbox-inner { transform: rotateX(180deg); }
/* ----------------------------------------------------------------
Process Steps
-----------------------------------------------------------------*/
.process-steps {
margin: 0 0 40px;
list-style: none;
}
.process-steps li {
float: left;
position: relative;
width: 25%;
text-align: center;
overflow: hidden;
}
.process-steps.process-2 li { width: 50%; }
.process-steps.process-3 li { width: 33.33%; }
.process-steps.process-5 li { width: 20%; }
.process-steps li .i-circled { margin-bottom: 0 !important; }
.process-steps li .i-bordered { background-color: #FFF; }
.process-steps li h5 {
margin: 15px 0 0 0;
font-size: 16px;
font-weight: 300;
}
.process-steps li.active h5,
.process-steps li.ui-tabs-active h5 {
font-weight: 600;
color: #037099;
}
.process-steps li.active a,
.process-steps li.ui-tabs-active a {
background-color: #037099 !important;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
border-color: #037099 !important;
}
.process-steps li:before,
.process-steps li:after {
content: '';
position: absolute;
top: 30px;
left: 0;
margin-left: -26px;
width: 50%;
border-top: 1px dashed #DDD;
}
.process-steps li:after {
left: auto;
right: 0;
margin: 0 -26px 0 0;
}
.process-steps li:first-child:before,
.process-steps li:last-child:after { display: none; }
/* ----------------------------------------------------------------
Alerts
-----------------------------------------------------------------*/
.style-msg,
.style-msg2 {
position: relative;
display: block;
color: #444;
border-left: 4px solid rgba(0,0,0,0.1);
margin-bottom: 20px;
}
.style-msg2 { border-left: 4px solid rgba(0,0,0,0.2); }
.successmsg {
background: #C5EBD4;
color: #184B21;
}
.errormsg {
background: #FFCCCC;
color: #740D0A;
}
.infomsg {
background: #B9DFF4;
color: #124F70;
}
.alertmsg {
background: #FCE0B6;
color: #975E06;
}
.style-msg .sb-msg,
.style-msg2 .msgtitle,
.style-msg2 .sb-msg {
display: block;
padding: 15px;
border-left: 1px solid rgba(255,255,255,0.5);
font-size: 14px;
text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
}
.style-msg2 .msgtitle {
background: rgba(0,0,0,0.15);
border-top: none;
border-bottom: none;
font-size: 15px;
font-weight: bold;
}
.style-msg-light .sb-msg,
.style-msg-light .msgtitle {
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.style-msg2 .sb-msg { font-weight: normal; }
.style-msg2 ol,
.style-msg2 ul { margin: 0 0 0 30px; }
.style-msg2 ol { list-style-type: decimal; }
.style-msg2 ul { list-style-type: disc; }
.alert i,
.sb-msg i,
.msgtitle i {
position: relative;
top: 1px;
font-size: 14px;
width: 14px;
text-align: center;
margin-right: 5px;
}
.style-msg .close {
position: absolute;
top: 10px;
left: auto;
right: 10px;
}
/* ----------------------------------------------------------------
Styled Icons
-----------------------------------------------------------------*/
.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
display: block;
float: left;
margin: 4px 11px 7px 0;
text-align: center !important;
font-size: 28px;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
cursor: pointer;
font-style: normal;
}
body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.i-rounded,
.i-circled,
.i-bordered {
width: 52px !important;
height: 52px !important;
line-height: 52px !important;
background-color: #444;
border-radius: 3px;
}
.i-bordered {
border: 1px solid #555;
line-height: 50px !important;
background-color: transparent !important;
color: #444;
text-shadow: none;
}
.i-plain {
width: 36px !important;
height: 36px !important;
font-size: 28px;
line-height: 36px !important;
color: #444;
text-shadow: 1px 1px 1px #FFF;
}
.i-plain:hover { color: #777; }
.i-circled { border-radius: 50%; }
.i-light {
background-color: #F5F5F5;
color: #444;
text-shadow: 1px 1px 1px #FFF;
box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}
.i-alt {
background-image: url('images/icons/iconalt.svg');
background-position: center center;
background-size: 100% 100%;
}
.i-rounded:hover,
.i-circled:hover {
background-color: #037099;
color: #FFF;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
.i-bordered:hover {
background-color: #444 !important;
color: #FFF;
border-color: #444;
}
/* Icon Size - Small
-----------------------------------------------------------------*/
.i-small.i-rounded,
.i-small.i-plain,
.i-small.i-circled,
.i-small.i-bordered {
margin: 4px 11px 7px 0;
font-size: 14px;
}
.i-small.i-rounded,
.i-small.i-circled,
.i-small.i-bordered {
width: 28px !important;
height: 28px !important;
line-height: 28px !important;
}
.i-small.i-bordered { line-height: 26px !important; }
.i-small.i-plain {
width: 18px !important;
height: 18px !important;
font-size: 14px;
line-height: 18px !important;
}
/* Icon Size - Small
-----------------------------------------------------------------*/
.i-medium.i-rounded,
.i-medium.i-plain,
.i-medium.i-circled,
.i-medium.i-bordered {
margin: 6px 13px 9px 0;
font-size: 21px;
}
.i-medium.i-rounded,
.i-medium.i-circled,
.i-medium.i-bordered {
width: 36px !important;
height: 36px !important;
line-height: 36px !important;
}
.i-medium.i-bordered { line-height: 34px !important; }
.i-medium.i-plain {
width: 28px !important;
height: 28px !important;
font-size: 20px;
line-height: 28px !important;
}
/* Icon Size - Large
-----------------------------------------------------------------*/
.i-large.i-rounded,
.i-large.i-plain,
.i-large.i-circled,
.i-large.i-bordered {
margin: 4px 11px 7px 0;
font-size: 42px;
}
.i-large.i-rounded,
.i-large.i-circled,
.i-large.i-bordered {
width: 64px !important;
height: 64px !important;
line-height: 64px !important;
}
.i-large.i-bordered { line-height: 62px !important; }
.i-large.i-plain {
width: 48px !important;
height: 48px !important;
font-size: 42px;
line-height: 48px !important;
}
/* Icon Size - Extra Large
-----------------------------------------------------------------*/
.i-xlarge.i-rounded,
.i-xlarge.i-plain,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
margin: 4px 11px 7px 0;
font-size: 56px;
}
.i-xlarge.i-rounded,
.i-xlarge.i-circled,
.i-xlarge.i-bordered {
width: 84px !important;
height: 84px !important;
line-height: 84px !important;
}
.i-xlarge.i-bordered { line-height: 82px !important; }
.i-xlarge.i-plain {
width: 64px !important;
height: 64px !important;
font-size: 56px;
line-height: 64px !important;
}
/* Icon Size - Extra Extra Large
-----------------------------------------------------------------*/
.i-xxlarge.i-rounded,
.i-xxlarge.i-plain,
.i-xxlarge.i-circled,
.i-xxlarge.i-bordered {
margin: 6px 15px 10px 0;
font-size: 64px;
}
.i-xxlarge.i-rounded,
.i-xxlarge.i-circled,
.i-xxlarge.i-bordered {
width: 96px !important;
height: 96px !important;
line-height: 96px !important;
}
.i-xxlarge.i-bordered { line-height: 94px !important; }
.i-xxlarge.i-plain {
width: 80px !important;
height: 80px !important;
font-size: 64px;
line-height: 80px !important;
}
/* ----------------------------------------------------------------
Icon Overlay
-----------------------------------------------------------------*/
.i-overlay,
.i-overlay a {
display: block;
position: absolute;
width: 100% !important;
height: 100% !important;
top: 0;
left: 0;
text-align: center;
background: rgba(0,0,0,0.2) url('images/grid.png') repeat;
}
.i-overlay a { background: transparent; }
.i-overlay img,
.i-overlay i {
display: block;
position: absolute;
top: 50%;
left: 50%;
margin: -24px 0 0 -24px;
width: 48px !important;
height: 48px !important;
font-size: 48px;
line-height: 1;
color: #E5E5E5;
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.i-overlay i {
margin: -18px 0 0 -18px;
width: 36px !important;
height: 36px !important;
line-height: 36px;
font-size: 24px;
}
.on-hover.i-overlay { opacity: 0; }
body:not(.device-touch) .on-hover.i-overlay {
-webkit-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.on-hover.i-overlay:hover { opacity: 1; }
/* ----------------------------------------------------------------
Social Icons
-----------------------------------------------------------------*/
.social-icon {
margin: 0 5px 5px 0;
width: 40px;
height: 40px;
font-size: 20px;
line-height: 38px !important;
color: #555;
text-shadow: none;
border: 1px solid #AAA;
border-radius: 3px;
overflow: hidden;
}
/* Social Icons - Rounded
-----------------------------------------------------------------*/
.si-rounded { border-radius: 50%; }
/* Social Icons - Borderless
-----------------------------------------------------------------*/
.si-borderless { border-color: transparent !important; }
/* Social Icons - Dark
-----------------------------------------------------------------*/
.si-dark {
background-color: #444;
color: #FFF !important;
border-color: transparent;
}
/* Social Icons - Light
-----------------------------------------------------------------*/
.si-light {
background-color: rgba(0,0,0,0.05);
color: #666 !important;
border-color: transparent;
}
/* Social Icons - Colored
-----------------------------------------------------------------*/
.si-colored { border-color: transparent !important; }
.si-colored i { color: #FFF; }
/* Social Icons - Large
-----------------------------------------------------------------*/
.social-icon.si-large {
margin: 0 10px 10px 0;
width: 56px;
height: 56px;
font-size: 30px;
line-height: 54px !important;
}
/* Social Icons - Small
-----------------------------------------------------------------*/
.social-icon.si-small {
width: 32px;
height: 32px;
font-size: 14px;
line-height: 30px !important;
}
.social-icon i {
display: block;
position: relative;
}
body:not(.device-touch) .social-icon i {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.social-icon i:last-child { color: #FFF !important; }
.social-icon:hover i:first-child { margin-top: -38px; }
.social-icon.si-large:hover i:first-child { margin-top: -54px; }
.social-icon.si-small:hover i:first-child { margin-top: -30px; }
.social-icon:hover {
color: #555;
border-color: transparent;
}
.si-colored.social-icon { border-color: transparent; }
/* Social Icons - Sticky
-----------------------------------------------------------------*/
.si-sticky {
position: fixed;
top: 50%;
left: 5px;
width: 36px;
z-index: 100;
}
/* Social Icons - Sticky Right
-----------------------------------------------------------------*/
.si-sticky.si-sticky-right {
left: auto;
right: 8px;
}
/* Social Icons - Share
-----------------------------------------------------------------*/
.si-share {
position: relative;
padding-left: 5px;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE;
}
.si-share span {
line-height: 36px;
font-weight: bold;
font-size: 13px;
}
.si-share div { float: right; }
.si-share .social-icon {
margin: -1px 0;
border-radius: 0;
font-size: 15px;
}
.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-delicious:hover,
.si-colored.si-delicious { background-color: #205CC0 !important; }
.si-paypal:hover,
.si-colored.si-paypal { background-color: #00588B !important; }
.si-flattr:hover,
.si-colored.si-flattr { background-color: #F67C1A !important; }
.si-android:hover,
.si-colored.si-android { background-color: #A4C639 !important; }
.si-smashmag:hover,
.si-colored.si-smashmag { background-color: #E53B2C !important; }
.si-gplus:hover,
.si-colored.si-gplus { background-color: #DD4B39 !important; }
.si-wikipedia:hover,
.si-colored.si-wikipedia { background-color: #333 !important; }
.si-stumbleupon:hover,
.si-colored.si-stumbleupon { background-color: #F74425 !important; }
.si-foursquare:hover,
.si-colored.si-foursquare { background-color: #25A0CA !important; }
.si-call:hover,
.si-colored.si-call { background-color: #444 !important; }
.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns { background-color: #F26739 !important; }
.si-forrst:hover,
.si-colored.si-forrst { background-color: #5B9A68 !important; }
.si-digg:hover,
.si-colored.si-digg { background-color: #191919 !important; }
.si-spotify:hover,
.si-colored.si-spotify { background-color: #81B71A !important; }
.si-reddit:hover,
.si-colored.si-reddit { background-color: #C6C6C6 !important; }
.si-blogger:hover,
.si-colored.si-blogger { background-color: #FC4F08 !important; }
.si-cc:hover,
.si-colored.si-cc { background-color: #688527 !important; }
.si-dribbble:hover,
.si-colored.si-dribbble { background-color: #EA4C89 !important; }
.si-evernote:hover,
.si-colored.si-evernote { background-color: #5BA525 !important; }
.si-flickr:hover,
.si-colored.si-flickr { background-color: #FF0084 !important; }
.si-google:hover,
.si-colored.si-google { background-color: #DD4B39 !important; }
.si-instapaper:hover,
.si-colored.si-instapaper { background-color: #333 !important; }
.si-klout:hover,
.si-colored.si-klout { background-color: #FF5F52 !important; }
.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }
.si-vk:hover,
.si-colored.si-vk { background-color: #2B587A !important; }
.si-rss:hover,
.si-colored.si-rss { background-color: #EE802F !important; }
.si-skype:hover,
.si-colored.si-skype { background-color: #00AFF0 !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }
.si-vimeo:hover,
.si-colored.si-vimeo { background-color: #86C9EF !important; }
.si-aim:hover,
.si-colored.si-aim { background-color: #FCD20B !important; }
.si-yahoo:hover,
.si-colored.si-yahoo { background-color: #720E9E !important; }
.si-email3:hover,
.si-colored.si-email3 { background-color: #6567A5 !important; }
.si-macstore:hover,
.si-colored.si-macstore { background-color: #333333 !important; }
.si-myspace:hover,
.si-colored.si-myspace { background-color: #666666 !important; }
.si-podcast:hover,
.si-colored.si-podcast { background-color: #E4B21B !important; }
.si-cloudapp:hover,
.si-colored.si-cloudapp { background-color: #525557 !important; }
.si-dropbox:hover,
.si-colored.si-dropbox { background-color: #3D9AE8 !important; }
.si-ebay:hover,
.si-colored.si-ebay { background-color: #89C507 !important; }
.si-github:hover,
.si-colored.si-github { background-color: #171515 !important; }
.si-googleplay:hover,
.si-colored.si-googleplay { background-color: #DD4B39 !important; }
.si-itunes:hover,
.si-colored.si-itunes { background-color: #222 !important; }
.si-plurk:hover,
.si-colored.si-plurk { background-color: #CF5A00 !important; }
.si-pinboard:hover,
.si-colored.si-pinboard { background-color: #0000E6 !important; }
.si-soundcloud:hover,
.si-colored.si-soundcloud { background-color: #FF7700 !important; }
.si-tumblr:hover,
.si-colored.si-tumblr { background-color: #34526F !important; }
.si-wordpress:hover,
.si-colored.si-wordpress { background-color: #1E8CBE !important; }
.si-yelp:hover,
.si-colored.si-yelp { background-color: #C41200 !important; }
.si-intensedebate:hover,
.si-colored.si-intensedebate { background-color: #009EE4 !important; }
.si-eventbrite:hover,
.si-colored.si-eventbrite { background-color: #F16924 !important; }
.si-scribd:hover,
.si-colored.si-scribd { background-color: #666666 !important; }
.si-stripe:hover,
.si-colored.si-stripe { background-color: #008CDD !important; }
.si-print:hover,
.si-colored.si-print { background-color: #111 !important; }
.si-dwolla:hover,
.si-colored.si-dwolla { background-color: #FF5C03 !important; }
.si-statusnet:hover,
.si-colored.si-statusnet { background-color: #131A30 !important; }
.si-acrobat:hover,
.si-colored.si-acrobat { background-color: #D3222A !important; }
.si-drupal:hover,
.si-colored.si-drupal { background-color: #27537A !important; }
.si-buffer:hover,
.si-colored.si-buffer { background-color: #333333 !important; }
.si-pocket:hover,
.si-colored.si-pocket { background-color: #EE4056 !important; }
.si-bitbucket:hover,
.si-colored.si-bitbucket { background-color: #0E4984 !important; }
.si-stackoverflow:hover,
.si-colored.si-stackoverflow { background-color: #EF8236 !important; }
.si-hackernews:hover,
.si-colored.si-hackernews { background-color: #FF6600 !important; }
.si-xing:hover,
.si-colored.si-xing { background-color: #126567 !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #3F729B !important; }
.si-quora:hover,
.si-colored.si-quora { background-color: #A82400 !important; }
.si-openid:hover,
.si-colored.si-openid { background-color: #E16309 !important; }
.si-steam:hover,
.si-colored.si-steam { background-color: #111 !important; }
.si-amazon:hover,
.si-colored.si-amazon { background-color: #E47911 !important; }
.si-disqus:hover,
.si-colored.si-disqus { background-color: #E4E7EE !important; }
.si-plancast:hover,
.si-colored.si-plancast { background-color: #222 !important; }
.si-appstore:hover,
.si-colored.si-appstore { background-color: #000 !important; }
.si-pinterest:hover,
.si-colored.si-pinterest { background-color: #C8232C !important; }
.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx { background-color: #111 !important; }
/* Social Icons Text Color
-----------------------------------------------------------------*/
.si-text-color.si-facebook i { color: #3B5998; }
.si-text-color.si-delicious i { color: #205CC0; }
.si-text-color.si-paypal i { color: #00588B; }
.si-text-color.si-flattr i { color: #F67C1A; }
.si-text-color.si-android i { color: #A4C639; }
.si-text-color.si-smashmag i { color: #E53B2C; }
.si-text-color.si-gplus i { color: #DD4B39; }
.si-text-color.si-wikipedia i { color: #333; }
.si-text-color.si-stumbleupon i { color: #F74425; }
.si-text-color.si-foursquare i { color: #25A0CA; }
.si-text-color.si-call i { color: #444; }
.si-text-color.si-ninetyninedesigns i { color: #F26739; }
.si-text-color.si-forrst i { color: #5B9A68; }
.si-text-color.si-digg i { color: #191919; }
.si-text-color.si-spotify i { color: #81B71A; }
.si-text-color.si-reddit i { color: #C6C6C6; }
.si-text-color.si-blogger i { color: #FC4F08; }
.si-text-color.si-cc i { color: #688527; }
.si-text-color.si-dribbble i { color: #EA4C89; }
.si-text-color.si-evernote i { color: #5BA525; }
.si-text-color.si-flickr i { color: #FF0084; }
.si-text-color.si-google i { color: #DD4B39; }
.si-text-color.si-instapaper i { color: #333; }
.si-text-color.si-klout i { color: #FF5F52; }
.si-text-color.si-linkedin i { color: #0E76A8; }
.si-text-color.si-vk i { color: #2B587A; }
.si-text-color.si-rss i { color: #EE802F; }
.si-text-color.si-skype i { color: #00AFF0; }
.si-text-color.si-twitter i { color: #00ACEE; }
.si-text-color.si-youtube i { color: #C4302B; }
.si-text-color.si-vimeo i { color: #86C9EF; }
.si-text-color.si-aim i { color: #FCD20B; }
.si-text-color.si-yahoo i { color: #720E9E; }
.si-text-color.si-email3 i { color: #6567A5; }
.si-text-color.si-macstore i { color: #333333; }
.si-text-color.si-myspace i { color: #666666; }
.si-text-color.si-podcast i { color: #E4B21B; }
.si-text-color.si-cloudapp i { color: #525557; }
.si-text-color.si-dropbox i { color: #3D9AE8; }
.si-text-color.si-ebay i { color: #89C507; }
.si-text-color.si-github i { color: #171515; }
.si-text-color.si-googleplay i { color: #DD4B39; }
.si-text-color.si-itunes i { color: #222; }
.si-text-color.si-plurk i { color: #CF5A00; }
.si-text-color.si-pinboard i { color: #0000E6; }
.si-text-color.si-soundcloud i { color: #FF7700; }
.si-text-color.si-tumblr i { color: #34526F; }
.si-text-color.si-wordpress i { color: #1E8CBE; }
.si-text-color.si-yelp i { color: #C41200; }
.si-text-color.si-intensedebate i { color: #009EE4; }
.si-text-color.si-eventbrite i { color: #F16924; }
.si-text-color.si-scribd i { color: #666666; }
.si-text-color.si-stripe i { color: #008CDD; }
.si-text-color.si-print i { color: #111; }
.si-text-color.si-dwolla i { color: #FF5C03; }
.si-text-color.si-statusnet i { color: #131A30; }
.si-text-color.si-acrobat i { color: #D3222A; }
.si-text-color.si-drupal i { color: #27537A; }
.si-text-color.si-buffer i { color: #333333; }
.si-text-color.si-pocket i { color: #EE4056; }
.si-text-color.si-bitbucket i { color: #0E4984; }
.si-text-color.si-stackoverflow i { color: #EF8236; }
.si-text-color.si-hackernews i { color: #FF6600; }
.si-text-color.si-xing i { color: #126567; }
.si-text-color.si-instagram i { color: #3F729B; }
.si-text-color.si-quora i { color: #A82400; }
.si-text-color.si-openid i { color: #E16309; }
.si-text-color.si-steam i { color: #111; }
.si-text-color.si-amazon i { color: #E47911; }
.si-text-color.si-disqus i { color: #E4E7EE; }
.si-text-color.si-plancast i { color: #222; }
.si-text-color.si-appstore i { color: #000; }
.si-text-color.si-pinterest i { color: #C8232C; }
.si-text-color.si-fivehundredpx i { color: #111; }
.si-text-color:hover { color: #FFF; }
/* ----------------------------------------------------------------
Toggle
-----------------------------------------------------------------*/
.toggle {
display: block;
position: relative;
margin: 0 0 20px 0;
}
.toggle .togglet,
.toggle .toggleta {
display: block;
position: relative;
line-height: 24px;
padding: 0 0 0 24px;
margin: 0;
font-size: 16px;
font-weight: 600;
color: #444;
cursor: pointer;
}
.toggle .togglet i {
position: absolute;
top: 0;
left: 0;
width: 16px;
text-align: center;
font-size: 16px;
line-height: 24px;
}
.toggle .toggleta { font-weight: bold; }
.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed { display: none; }
.toggle .toggleta i.toggle-open { display: block; }
.toggle .togglet:not(.toggleta) span.toggle-open,
.toggle .togglet.toggleta span.toggle-closed { display: none; }
.toggle .togglet.toggleta span.toggle-open,
.toggle .togglet:not(.toggleta) span.toggle-closed { display: block; }
.toggle .togglec {
display: block;
position: relative;
padding: 10px 0 0 24px;
}
/* Toggle - with Title Background
-----------------------------------------------------------------*/
.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
background-color: #EEE;
line-height: 44px;
padding: 0 0 0 36px;
border-radius: 2px;
}
.toggle.toggle-bg .togglet i {
left: 14px;
line-height: 44px;
}
.toggle.toggle-bg .togglec { padding: 12px 0 0 36px; }
/* Toggle - Bordered
-----------------------------------------------------------------*/
.toggle.toggle-border {
border: 1px solid #CCC;
border-radius: 4px;
}
.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
line-height: 44px;
padding: 0 15px 0 36px;
}
.toggle.toggle-border .togglet i {
left: 14px;
line-height: 44px;
}
.toggle.toggle-border .togglec { padding: 0 15px 15px 36px; }
/* Toggle - FAQs
-----------------------------------------------------------------*/
.faqs .toggle {
border-bottom: 1px solid #EEE;
padding-bottom: 12px;
margin-bottom: 12px;
}
.faqs .toggle .togglet,
.faqs .toggle .toggleta { font-size: 15px; }
.faqs .toggle .togglet i {
top: 1px;
font-size: 14px;
}
.faqs .toggle .togglec { padding-bottom: 10px; }
/* ----------------------------------------------------------------
Accordions
-----------------------------------------------------------------*/
.accordion { margin-bottom: 20px; }
.acctitle {
display: block;
position: relative;
line-height: 24px;
margin: 0;
font-size: 14px;
font-weight: bold;
color: #444;
cursor: pointer;
border-top: 1px dotted #DDD;
padding: 10px 0 10px 20px;
}
.acctitlec { cursor: auto; }
.acctitle:first-child { border-top: none; }
.acctitle i {
position: absolute;
top: 0;
left: 0;
width: 14px;
text-align: center;
font-size: 14px;
line-height: 44px;
}
.acctitle i.acc-open,
.acctitlec i.acc-closed { display: none; }
.acctitlec i.acc-open { display: block; }
.acc_content {
position: relative;
padding: 0 0 15px 20px;
}
/* Accordion - with Title Background
-----------------------------------------------------------------*/
.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
background-color: #EEE;
line-height: 44px;
padding: 0 0 0 36px;
margin-bottom: 5px;
border-top: 0;
}
.accordion.accordion-bg .acctitle i {
left: 14px;
line-height: 44px;
}
.accordion.accordion-bg .acc_content { padding: 10px 0 15px 36px; }
/* Accordion - Bordered
-----------------------------------------------------------------*/
.accordion.accordion-border {
border: 1px solid #DDD;
border-radius: 4px;
}
.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
border-color: #CCC;
line-height: 44px;
padding: 0 15px 0 36px;
}
.accordion.accordion-border .acctitle i {
left: 14px;
line-height: 44px;
}
.accordion.accordion-border .acc_content { padding: 0 15px 15px 36px; }
/* Accordion - Large
-----------------------------------------------------------------*/
.accordion.accordion-lg .acctitle {
font-size: 23px;
line-height: 44px;
padding-left: 30px;
font-weight: 400;
}
.accordion.accordion-lg .acctitle i {
width: 20px;
font-size: 20px;
line-height: 64px;
}
.accordion.accordion-lg .acc_content { padding: 10px 0 30px 30px; }
/* ----------------------------------------------------------------
Tabs
-----------------------------------------------------------------*/
.tabs {
position: relative;
margin: 0 0 30px 0;
}
ul.tab-nav:not(.tab-nav-lg) {
margin: 0;
border-bottom: 1px solid #DDD;
list-style: none;
}
ul.tab-nav:not(.tab-nav-lg) li {
float: left;
border: 1px solid #DDD;
border-bottom: 0;
border-left: 0;
height: 41px;
text-align: center;
}
ul.tab-nav:not(.tab-nav-lg) li:first-child {
margin-left: 15px;
border-left: 1px solid #DDD;
}
ul.tab-nav:not(.tab-nav-lg) li a {
display: block;
padding: 0 15px;
color: #444;
height: 40px;
line-height: 40px;
background-color: #F2F2F2;
font-size: 14px;
font-weight: bold;
}
ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
position: relative;
top: 1px;
background-color: #FFF;
}
/* Tabs - Alternate Nav
-----------------------------------------------------------------*/
.tabs.tabs-alt ul.tab-nav li { border-color: transparent; }
.tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; }
.tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; }
.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
border: 1px solid #DDD;
border-bottom: 0;
}
/* Tabs - Top Border
-----------------------------------------------------------------*/
.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
top: -1px;
height: 43px;
line-height: 38px;
border-top: 2px solid #037099;
}
.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; }
/* Tabs - Bottom Border
-----------------------------------------------------------------*/
.tabs.tabs-bb ul.tab-nav li {
border: 0;
margin: 0;
}
.tabs.tabs-bb ul.tab-nav li a {
background-color: transparent;
border-bottom: 2px solid transparent;
}
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
border-bottom: 2px solid #037099;
top: -2px;
height: 44px;
line-height: 44px;
}
/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/
ul.tab-nav.tab-nav2 {
border-bottom: 0;
}
ul.tab-nav.tab-nav2 li {
border: 0;
margin-left: 10px;
}
ul.tab-nav.tab-nav2 li:first-child {
margin-left: 0;
border-left: 0;
}
ul.tab-nav.tab-nav2 li a {
background-color: #F5F5F5;
border-radius: 2px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
ul.tab-nav.tab-nav2 li.ui-state-active a {
top: 0;
background-color: #037099;
color: #FFF;
}
/* Tabs - Large Navigation
-----------------------------------------------------------------*/
ul.tab-nav-lg {
margin-bottom: 20px;
list-style: none;
}
ul.tab-nav-lg li {
float: left;
position: relative;
text-align: center;
padding: 15px;
}
ul.tab-nav-lg li a {
display: inline-block;
color: #444;
font-family: 'Raleway', sans-serif;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
}
ul.tab-nav.tab-nav-lg li i {
display: block;
font-size: 28px;
margin: 0 0 7px;
}
ul.tab-nav-lg li.ui-tabs-active a {
color: #037099;
}
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before,
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
content: '';
position: absolute;
z-index: 2;
top: auto;
bottom: -50px;
border: solid transparent;
}
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
border-top-color: #FFF;
border-width: 16px;
left: 50%;
margin-left: -16px;
}
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
border-top-color: #FFF;
border-width: 16px;
left: 50%;
margin-left: -16px;
}
/* Tabs - Content Area
-----------------------------------------------------------------*/
.tab-container {
position: relative;
padding: 20px 0 0;
}
ul.tab-nav li a i {
position: relative;
top: 1px;
font-size: 14px;
margin-right: 3px;
}
/* Tabs - Bordered
-----------------------------------------------------------------*/
.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }
.tabs-bordered .tab-container {
border: 1px solid #DDD;
border-top: 0;
padding: 20px;
}
/* Tabs - Side Tabs
-----------------------------------------------------------------*/
.side-tabs ul.tab-nav {
float: left;
width: 200px;
padding: 20px 0;
border-bottom: 0;
border-right: 1px solid #DDD;
}
.side-tabs ul.tab-nav li {
float: none;
border: 1px solid #DDD;
border-right: 0;
border-top: 0;
height: auto;
text-align: left;
}
.side-tabs ul.tab-nav li:first-child {
margin-left: 0;
border-top: 1px solid #DDD;
border-left: 1px solid #DDD;
}
.side-tabs ul.tab-nav li a {
height: auto;
line-height: 44px;
}
.side-tabs ul.tab-nav li.ui-tabs-active a {
top: 0;
right: -1px;
}
.side-tabs .tab-container {
overflow: hidden;
padding: 15px 0 0 20px;
}
.ui-tabs .ui-tabs-hide {
position: absolute !important;
left: -10000px !important;
display:block !important;
}
/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/
.side-tabs ul.tab-nav.tab-nav2 { border: 0; }
.side-tabs ul.tab-nav.tab-nav2 li {
border: 0;
margin: 6px 0 0;
}
.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; }
.side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; }
/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/
.tabs-bordered.side-tabs ul.tab-nav {
position: relative;
padding: 0;
z-index: 2;
margin-right: -1px;
}
.tabs-bordered.side-tabs ul.tab-nav li a {
height: auto;
line-height: 44px;
}
.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
right: -1px;
border-right: 1px solid #FFF;
}
.tabs-bordered.side-tabs .tab-container {
overflow: hidden;
padding: 20px;
border-top: 1px solid #DDD;
}
/* ----------------------------------------------------------------
Side Navigation
-----------------------------------------------------------------*/
.sidenav {
width: 100%;
padding: 0;
background-color: #FFF;
border-radius: 4px;
}
.sidenav li { list-style-type: none; }
.sidenav li a {
display: block;
position: relative;
margin: 0 0 -1px;
padding: 11px 20px 11px 14px;
font-size: 14px;
border: 1px solid #E5E5E5;
border-right-width: 2px;
color: #666;
}
.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; }
.sidenav > li:last-child > a {
border-radius: 0 0 4px 4px;
border-bottom-width: 2px;
}
.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
position: relative;
z-index: 2;
border-color: rgba(0,0,0,0.1) !important;
color: #FFF !important;
font-weight: 600;
background-color: #037099 !important;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.sidenav li ul { display: none; }
.sidenav li.ui-tabs-active ul { display: block; }
.sidenav li li a {
padding: 6px 20px 6px 35px;
font-size: 14px;
border-top: none;
border-bottom: none;
}
.sidenav li li:first-child a { padding-top: 20px; }
.sidenav li li:last-child a { padding-bottom: 20px; }
.sidenav li i {
position: relative;
top: 1px;
margin-right: 6px;
font-size: 14px;
text-align: center;
width: 16px;
}
/* Chevrons */
.sidenav .icon-chevron-right {
position: absolute;
width: 14px;
height: 14px;
top: 50%;
left: auto;
right: 6px;
margin-top: -8px;
margin-right: 0;
opacity: .4;
font-size: 12px !important;
}
.sidenav > li > a:hover {
background-color: #F5F5F5;
color: #222;
}
.sidenav a:hover .icon-chevron-right { opacity: .5; }
.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; }
/* ----------------------------------------------------------------
FAQ List
-----------------------------------------------------------------*/
.faqlist li {
margin-bottom: 5px;
font-size: 15px;
}
.faqlist li a { color: #444; }
.faqlist li a:hover { color: #037099 !important; }
/* ----------------------------------------------------------------
Clients
-----------------------------------------------------------------*/
.clients-grid,
.testimonials-grid {
list-style: none;
overflow: hidden;
}
.clients-grid li,
.testimonials-grid li {
float: left;
position: relative;
width: 20%;
padding: 20px 0;
-webkit-backface-visibility: hidden;
}
.clients-grid.grid-2 li {
width: 50%;
padding: 25px 0;
}
.clients-grid.grid-3 li { width: 33.33%; }
.clients-grid.grid-4 li { width: 25%; }
.clients-grid.grid-6 li { width: 16.66%; }
.clients-grid li a { opacity: 0.6; }
body:not(.device-touch) .clients-grid li a {
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.clients-grid li a:hover { opacity: 1; }
.clients-grid li a,
.clients-grid li img {
display: block;
width: 75%;
margin-left: auto;
margin-right: auto;
}
.clients-grid li a img { width: 100%; }
.clients-grid li:before,
.clients-grid li:after,
.testimonials-grid li:before,
.testimonials-grid li:after {
content: '';
position: absolute;
}
.clients-grid li:before,
.testimonials-grid li:before {
height: 100%;
top: 0;
left: -1px;
border-left: 1px dashed #DDD;
}
.clients-grid li:after,
.testimonials-grid li:after {
width: 100%;
height: 0;
top: auto;
left: 0;
bottom: -1px;
border-bottom: 1px dashed #DDD;
}
/* ----------------------------------------------------------------
Testimonials
-----------------------------------------------------------------*/
/* Testimonials - Grid
-----------------------------------------------------------------*/
.testimonials-grid li {
width: 50%;
padding: 25px;
}
.testimonials-grid.grid-3 li { width: 33.33%; }
.testimonials-grid.grid-1 li { width: 100%; }
.testimonials-grid li .testimonial {
padding: 0;
background-color: transparent !important;
border: 0 !important;
box-shadow: none !important;
}
/* Testimonials - Item
-----------------------------------------------------------------*/
.testimonial {
position: relative;
padding: 20px;
background-color: #FFF;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 5px;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.testi-image {
float: left;
margin-right: 15px;
}
.testi-image,
.testi-image a,
.testi-image img,
.testi-image i {
display: block;
width: 64px;
height: 64px;
}
.testi-image i {
text-align: center;
background-color: #EEE;
border-radius: 50%;
line-height: 64px;
font-size: 28px;
color: #888;
text-shadow: 1px 1px 1px #FFF;
}
.testi-image img { border-radius: 50%; }
.testi-content {
position: relative;
overflow: hidden;
}
.testi-content p {
margin-bottom: 0;
font-family: 'Crete Round', serif;
font-style: italic;
}
.testi-content p:before,
.testi-content p:after { content: '"'; }
.testi-meta {
margin-top: 10px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
.testi-meta:before { content: '\2013'; }
.testi-meta span {
display: block;
font-weight: normal;
color: #999;
font-size: 12px;
text-transform: none;
padding-left: 10px;
}
/* Twitter - Small Scroller
-----------------------------------------------------------------*/
.testimonial.twitter-scroll .testi-content p:before,
.testimonial.twitter-scroll .testi-content p:after,
.testimonial.twitter-scroll .testi-meta:before { content: ''; }
.testimonial.twitter-scroll .testi-meta span { padding-left: 0; }
.testimonial.twitter-scroll .testi-meta span a { color: #999; }
.testimonial.twitter-scroll .testi-meta span a:hover { color: #222; }
/* Testimonials - Full Width
-----------------------------------------------------------------*/
.testimonial.testimonial-full { padding: 30px; }
.testimonial.testimonial-full[data-animation="fade"] { padding: 30px; }
.testimonial.testimonial-full[data-animation="fade"] .flexslider { overflow: visible !important; }
.testimonial-full .testi-image {
float: none;
margin: 0 auto 20px;
}
.testimonial-full .testi-image,
.testimonial-full .testi-image a,
.testimonial-full .testi-image img,
.testimonial-full .testi-image i {
display: block;
width: 72px;
height: 72px;
}
.testimonial-full .testi-image i { line-height: 72px; }
.testimonial-full .testi-content {
text-align: center;
font-size: 18px;
}
.testimonial-full .testi-meta { margin-top: 15px; }
.testimonial-full .testi-meta span { padding-left: 0; }
/* Testimonial - Section Scroller
-----------------------------------------------------------------*/
.section > .testimonial {
padding: 0;
background-color: transparent !important;
border: 0 !important;
box-shadow: none !important;
max-width: 800px;
margin: 0 auto;
}
.section > .testimonial[data-animation="fade"] { padding: 0; }
.section > .testimonial .testi-content { font-size: 22px; }
.section > .testimonial .testi-meta,
.section > .testimonial .testi-meta span { font-size: 14px; }
/* Testimonial - Pagination
-----------------------------------------------------------------*/
.testimonial .flex-control-nav {
top: auto;
bottom: 6px;
right: 0;
}
.testimonial .flex-control-nav li {
margin: 0 2px;
width: 6px;
height: 6px;
}
.testimonial .flex-control-nav li a {
width: 6px !important;
height: 6px !important;
border: none;
background-color: #037099;
opacity: 0.5;
}
.testimonial .flex-control-nav li:hover a { opacity: 0.75; }
.testimonial .flex-control-nav li a.flex-active { opacity: 1; }
/* Testimonial - Full Scroller
-----------------------------------------------------------------*/
.testimonial.testimonial-full .flex-control-nav {
position: relative;
top: 0;
bottom: 0;
right: 0;
left: 0;
height: 6px;
margin-top: 20px;
}
.testimonial.testimonial-full .flex-control-nav li {
display: inline-block;
float: none;
}
/* ----------------------------------------------------------------
Team
-----------------------------------------------------------------*/
.team,
.team-image { position: relative; }
.team-image > a,
.team-image img {
display: block;
width: 100%;
}
.team-desc { text-align: center; }
.team-desc.team-desc-bg {
background-color: #FFF;
padding: 10px 0 30px;
}
.team .si-share {
margin-top: 30px;
text-align: left;
}
.team .si-share .social-icon {
font-size: 14px;
width: 34px;
}
.team-title {
position: relative;
padding-top: 20px;
}
.team-title h4 {
display: block;
margin-bottom: 0;
font-size: 19px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
.team-title span {
display: block;
color: #037099;
font-weight: 400;
font-family: 'Crete Round', serif;
font-style: italic;
font-size: 15px;
margin-top: 5px;
}
.team-content {
margin-top: 15px;
color: #777;
}
.team-content p:last-child { margin-bottom: 0; }
.team-overlay,
.team-overlay:before {
opacity: 0;
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
}
body:not(.device-touch) .team-overlay {
-webkit-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.team-overlay:before {
content: '';
z-index: auto;
background-color: #FFF;
opacity: 0.75;
}
.team-overlay .social-icon {
float: none;
position: relative;
z-index: 3;
margin: 0 3px !important;
display: inline-block;
}
.team:hover .team-overlay { opacity: 1; }
/* Team Center
-----------------------------------------------------------------*/
.team.center .team-title:after {
left: 50%;
margin-left: -40px;
}
/* Team List
-----------------------------------------------------------------*/
.team.team-list .team-image {
float: left;
width: 250px;
margin-right: 30px;
}
.team.team-list .team-desc {
position: relative;
overflow: hidden;
text-align: left;
}
.team.team-list .team-title { padding-top: 0; }
.team .team-desc > .social-icon { margin-top: 20px; }
.team .team-content ~ .social-icon { margin-top: 30px; }
.team:not(.team-list) .social-icon {
display: inline-block;
float: none;
margin-left: 6px;
margin-right: 6px;
}
/* ----------------------------------------------------------------
Pricing Boxes
-----------------------------------------------------------------*/
.pricing { position: relative; }
.pricing [class^=col-] {
padding: 0;
margin-top: 20px;
}
/* Pricing Boxes
-----------------------------------------------------------------*/
.pricing-box {
position: relative;
border: 1px solid rgba(0,0,0,0.075);
border-radius: 3px;
text-align: center;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
background-color: #F5F5F5;
}
/* Pricing Boxes - Title
-----------------------------------------------------------------*/
.pricing-title {
padding: 15px 0;
background-color: #F9F9F9;
border-radius: 3px 3px 0 0;
text-shadow: 1px 1px 1px #FFF;
border-bottom: 1px solid rgba(0,0,0,0.05);
}
.pricing-title h3 {
margin: 0;
font-size: 20px;
letter-spacing: 1px;
font-weight: bold;
text-transform: uppercase;
color: #555;
}
.pricing-title span {
display: block;
color: #999;
font-weight: 300;
font-size: 14px;
margin-top: 3px;
text-transform: uppercase;
}
/* Pricing Boxes - Price
-----------------------------------------------------------------*/
.pricing-price {
position: relative;
padding: 25px 0;
color: #333;
font-weight: 300;
font-size: 64px;
line-height: 1;
}
.pricing-price:after {
content: '';
position: absolute;
width: 100px;
border-top: 1px solid rgba(0,0,0,0.1);
top: auto;
bottom: 0;
left: 50%;
margin-left: -50px;
}
.pricing-price span {
display: inline-block;
vertical-align: top;
margin: 7px 3px 0 0;
font-size: 28px;
font-weight: normal;
}
.pricing-price span.price-tenure {
vertical-align: baseline;
font-size: 16px;
font-weight: normal;
color: #999;
margin: 0 0 0 3px;
}
/* Pricing Boxes - Features
-----------------------------------------------------------------*/
.pricing-features { border-bottom: 1px solid rgba(0,0,0,0.075); }
.pricing-features ul {
margin: 0;
padding: 15px 0;
list-style: none;
}
.pricing-features li {
padding: 6px 0;
font-size: 14px;
}
/* Pricing Boxes - Action
-----------------------------------------------------------------*/
.pricing-action { padding: 15px 30px; }
/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/
.pricing-box.best-price {
background-color: #FFF;
box-shadow: 0 0 8px rgba(0,0,0,0.1);
z-index: 10;
}
.pricing-box.best-price { margin: -20px -1px 0 -1px; }
.pricing-box.best-price .pricing-title {
background-color: #FFF;
padding: 20px 0;
}
.pricing-box.best-price .pricing-title h3 { font-size: 22px; }
.pricing-box.best-price .pricing-price {
color: #037099;
font-size: 72px;
}
/* Pricing Boxes - Minimal
-----------------------------------------------------------------*/
.pricing-box.pricing-minimal .pricing-price {
background-color: #FFF;
border-bottom: 1px solid rgba(0,0,0,0.075);
}
.pricing-box.pricing-minimal .pricing-price:after { display: none; }
/* Pricing Boxes - 5 Columns
-----------------------------------------------------------------*/
.pricing.pricing-5 .pricing-box {
float: left;
width: 20%;
margin-top: 20px;
}
.pricing.pricing-5 .pricing-box.best-price { margin-top: 0; }
.pricing.pricing-5 .pricing-box:nth-child(5) { margin-left: -1px; }
.pricing.pricing-5 .pricing-title h3 { font-size: 18px; }
.pricing.pricing-5 .best-price .pricing-title h3 { font-size: 20px; }
/* Pricing Boxes - Extended
-----------------------------------------------------------------*/
.pricing-box.pricing-extended {
background-color: #FFF;
text-align: left;
}
.pricing-box.pricing-extended .pricing-desc {
float: left;
width: 75%;
padding: 25px;
}
.pricing-box.pricing-extended .pricing-title {
background-color: transparent;
padding-top: 0;
text-align: left;
}
.pricing-box.pricing-extended .pricing-features { border: 0; }
.pricing-box.pricing-extended .pricing-features ul { padding: 15px 0 0 0; }
.pricing-box.pricing-extended .pricing-features li {
padding: 6px 0;
font-size: 15px;
width: 50%;
float: left;
}
.pricing-box.pricing-extended .pricing-features ul li i {
position: relative;
top: 1px;
width: 16px;
margin-right: 2px;
}
.pricing-box.pricing-extended .pricing-action-area {
position: absolute;
top: 0;
left: auto;
right: 0;
width: 25%;
height: 100%;
border-left: 1px solid rgba(0,0,0,0.05);
background-color: #F9F9F9;
padding: 30px;
border-radius: 0 3px 3px 0;
text-align: center;
}
.pricing-box.pricing-extended .pricing-action-area .pricing-price,
.pricing-box.pricing-extended .pricing-action-area .pricing-action { padding: 0; }
.pricing-box.pricing-extended .pricing-action-area .pricing-price { padding-bottom: 20px; }
.pricing-box.pricing-extended .pricing-action-area .pricing-price:after { display: none; }
.pricing-box.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
display: block;
margin: 10px 0 0 0;
font-weight: 300;
text-transform: uppercase;
font-size: 14px;
}
.pricing-box.pricing-extended .pricing-meta {
color: #999;
font-weight: 300;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
padding-bottom: 10px;
}
.table-comparison,
.table-comparison th { text-align: center; }
.table-comparison th:first-child,
.table-comparison td:first-child {
text-align: left;
font-weight: bold;
}
/* ----------------------------------------------------------------
Counter
-----------------------------------------------------------------*/
.counter {
font-size: 42px;
font-weight: 600;
font-family: 'Raleway', sans-serif;
}
.counter.counter-small { font-size: 28px; }
.counter.counter-large { font-size: 56px; }
.counter.counter-xlarge {
font-size: 64px;
font-weight: 400;
}
.counter.counter-inherit {
font-size: inherit;
font-weight: inherit;
}
.counter + h5 {
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 10px;
}
.counter.counter-lined + h5:before {
display: block;
position: relative;
margin: 20px auto 25px auto;
content: '';
width: 15%;
border-top: 2px solid #444;
opacity: 0.9;
}
.counter.counter-small + h5 { font-size: 13px; }
.counter.counter-large + h5,
.counter.counter-xlarge + h5 {
font-size: 15px;
font-weight: 300;
}
.widget .counter + h5 { opacity: 0.7; }
/* ----------------------------------------------------------------
Animated Rounded Skills
-----------------------------------------------------------------*/
.rounded-skill {
display: inline-block;
margin: 0 15px 15px;
display: inline-block;
position: relative;
text-align: center;
font-size: 22px;
font-weight: bold;
color: #333;
}
body:not(.device-touch) .rounded-skill {
-webkit-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease;
}
.rounded-skill + h5 { margin-bottom: 0; }
.rounded-skill i { font-size: 42px; }
.rounded-skill canvas {
position: absolute;
top: 0;
left: 0;
}
/* ----------------------------------------------------------------
Skills Bar
-----------------------------------------------------------------*/
.skills {
margin: 0;
list-style: none;
padding-top: 25px;
}
.skills li {
position: relative;
margin-top: 38px;
height: 4px;
background-color: #F5F5F5;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
border-radius: 2px;
}
.skills li:first-child { margin-top: 0; }
.skills li .progress {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #037099;
overflow: visible !important;
border-radius: 2px;
-webkit-transition: width 1.2s ease-in-out;
-o-transition: width 1.2s ease-in-out;
transition: width 1.2s ease-in-out;
}
.skills li .progress-percent {
position: absolute;
top: -28px;
right: 0;
background-color: #333;
color: #F9F9F9;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
height: 22px;
line-height: 22px;
padding: 0px 5px;
font-size: 11px;
border-radius: 2px;
}
.skills li .progress-percent .counter {
font-weight: 400;
font-family: 'Lato', sans-serif;
}
.progress-percent:after, .progress-percent:before {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.progress-percent:after {
border-top-color: #333;
border-width: 4px;
left: 50%;
margin-left: -4px;
}
.progress-percent:before {
border-top-color: #333;
border-width: 5px;
left: 50%;
margin-left: -5px;
}
.skills li > span {
position: absolute;
z-index: 1;
top: -23px;
left: 0;
line-height: 20px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #222;
}
/* ----------------------------------------------------------------
Quotes & Blockquotes
-----------------------------------------------------------------*/
blockquote p { margin-bottom: 15px; }
blockquote.pull-left {
max-width: 300px;
margin: 5px 20px 10px 0;
padding-right: 0;
}
blockquote.pull-right {
max-width: 300px;
margin: 5px 0 10px 20px;
padding-left: 0;
}
.quote {
border: none !important;
position: relative;
}
.quote p { position: relative; }
.quote:before {
font-family: 'font-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
content: "\e7ad";
position: absolute;
width: 48px;
height: 48px;
line-height: 48px;
font-size: 42px;
top: 0;
left: 0;
color: #EEE;
}
.quote.blockquote-reverse:before {
content: "\e7ae";
left: auto;
right: 0;
}
/* ----------------------------------------------------------------
Dropcaps & Highlights
-----------------------------------------------------------------*/
.dropcap {
float: left;
font-size: 42px;
line-height: 1;
margin: 0 5px 0 0;
text-transform: uppercase;
}
.highlight {
padding: 2px 5px;
background-color: #444;
color: #FFF;
border-radius: 2px;
}
/* ----------------------------------------------------------------
Text Rotater
-----------------------------------------------------------------*/
.text-rotater {}
.text-rotater > .t-rotate > .animated { display: inline-block; }
/* ----------------------------------------------------------------
Owl Carousel CSS
-----------------------------------------------------------------*/
.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}
.owl-height {
-webkit-transition:height 500ms ease-in-out;
-o-transition:height 500ms ease-in-out;
transition:height 500ms ease-in-out
}
.owl-carousel {
display:none;
-webkit-tap-highlight-color:transparent;
position:relative;
z-index:1;
width: 100%;
}
.owl-carousel .owl-stage {
position:relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0
}
.owl-carousel .owl-stage-outer {
position:relative;
overflow:hidden;
-webkit-transform:translate3d(0,0,0);
}
.owl-carousel.owl-loaded { display:block }
.owl-carousel.owl-loading {
display:block;
min-height: 100px;
background: url('images/preloader.gif') no-repeat center center
}
.owl-carousel .owl-refresh .owl-item { display:none }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display:block;
width:100%;
-webkit-transform-style:preserve-3d;
}
#slider .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden { opacity: 0; }
.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; }
.owl-carousel.owl-refresh .owl-item { display: none; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
.no-js .owl-carousel { display: block; }
.owl-carousel .owl-item .owl-lazy {
opacity:0;
-webkit-transition:opacity 400ms ease;
-o-transition:opacity 400ms ease;
transition:opacity 400ms ease
}
.owl-carousel .owl-item img { transform-style:preserve-3d }
.owl-carousel .owl-video-wrapper {
position:relative;
height:100%;
background:#111
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 64px;
width: 64px;
left: 50%;
top: 50%;
margin-left: -32px;
margin-top: -32px;
background: url("images/icons/play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition:scale(1.3,1.3);
-o-transition:scale(1.3,1.3);
transition:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }
.owl-carousel .owl-video-tn {
opacity:0;
height:100%;
background-position:center center;
background-repeat:no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
-o-background-size:contain;
background-size:contain;
-webkit-transition:opacity 400ms ease;
-o-transition:opacity 400ms ease;
transition:opacity 400ms ease
}
.owl-carousel .owl-video-frame {
position:relative;
z-index:1;
height: 100%;
width: 100%;
}
/* Owl Carousel - Controls
-----------------------------------------------------------------*/
.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
line-height: 1;
}
/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
.owl-carousel .owl-nav [class*=owl-] {
position: absolute;
top: 50%;
margin-top: -18px;
left: -36px;
zoom: 1;
width: 36px;
height: 36px;
line-height: 32px;
border: 1px solid rgba(0,0,0,0.2);
color: #666;
background-color: #FFF;
font-size: 18px;
border-radius: 50%;
opacity: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }
.owl-carousel-full .owl-nav [class*=owl-] {
margin-top: -30px;
left: 0 !important;
height: 60px;
line-height: 60px;
border: none;
color: #EEE;
background-color: rgba(0,0,0,0.4);
font-size: 28px;
border-radius: 0 3px 3px 0;
}
.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }
.owl-carousel .owl-nav .owl-next {
left: auto;
right: -36px;
}
.owl-carousel-full .owl-nav .owl-next {
left: auto !important;
right: 0 !important;
border-radius: 3px 0 0 3px;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
opacity: 1;
left: -18px;
}
.owl-carousel:hover .owl-nav .owl-next {
left: auto;
right: -18px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
background-color: #037099 !important;
color: #FFF !important;
text-decoration: none;
}
.owl-carousel .owl-nav .disabled { display: none !important; }
/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/
.owl-carousel .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
margin-top: 30px;
*display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
display: block;
width: 8px;
height: 8px;
margin: 0 4px;
opacity: 0.5;
border-radius: 50%;
background-color: #037099;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span { opacity: 1; }
/* ----------------------------------------------------------------
21. Overlays
-----------------------------------------------------------------*/
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.overlay .overlay-wrap,
.text-overlay {
opacity: 0;
position: relative;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.6);
}
body:not(.device-touch) .overlay .overlay-wrap,
body:not(.device-touch) .text-overlay {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.overlay .overlay-wrap i {
position: absolute;
opacity: 0.8;
font-size: 24px;
line-height: 1;
width: 24px;
height: 24px;
text-align: center;
top: 50%;
margin-top: -12px;
left: 50%;
margin-left: -12px;
color: #FFF;
}
.overlay:hover .overlay-wrap,
.overlay:hover .text-overlay { opacity: 1; }
.text-overlay {
position: absolute;
opacity: 0.85;
top: auto;
bottom: 0;
height: auto;
padding: 40px 15px 15px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4 {
margin: 0;
color: #F5F5F5;
}
.text-overlay-title h2 { font-size: 28px; }
.text-overlay-title h3 {
font-size: 17px;
font-weight: 600;
}
.text-overlay-title h2,
.text-overlay-title h3,
.text-overlay-title h4,
.text-overlay-meta {
max-width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.text-overlay-meta {
color: #CCC;
font-size: 13px;
}
.text-overlay-meta span i {
position: relative;
top: 1px;
font-size: 14px;
}
/* News Carousel Overlays
-----------------------------------------------------------------*/
.news-carousel .text-overlay { padding: 40px 30px 25px; }
.news-carousel .text-overlay-title { margin: 15px 0 10px; }
.news-carousel .text-overlay-title h2,
.news-carousel .text-overlay-title h3,
.news-carousel .text-overlay-title h4 {
line-height: 1.2;
text-overflow: none;
white-space: normal;
}
.news-carousel .text-overlay-meta { font-size: 14px; }
.news-carousel .rounded-skill {
position: absolute;
margin: 0 !important;
top: 30px;
right: 30px;
color: #FFF;
font-weight: 600;
}
/* ----------------------------------------------------------------
22. Forms
-----------------------------------------------------------------*/
.sm-form-control {
display: block;
width: 100%;
height: 38px;
padding: 8px 14px;
font-size: 15px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 2px solid #DDD;
border-radius: 0 !important;
-webkit-transition: border-color ease-in-out .15s;
-o-transition: border-color ease-in-out .15s;
transition: border-color ease-in-out .15s;
}
.sm-form-control:focus {
border-color: #AAA;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.sm-form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.sm-form-control:-ms-input-placeholder { color: #999; }
.sm-form-control::-webkit-input-placeholder { color: #999; }
.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
.sm-form-control { height: auto; }
.form-control { border-radius: 3px; }
.form-control:active,
.form-control:focus {
border-color: #999;
box-shadow: none;
}
label {
display: inline-block;
font-size: 13px;
font-weight: 700;
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
color: #555;
margin-bottom: 10px;
cursor: pointer;
}
label.label-muted {
color: #999;
font-weight: normal;
margin-right: 5px;
}
form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth { margin-bottom: 25px; }
/* ----------------------------------------------------------------
Contact Form
-----------------------------------------------------------------*/
#contact-form-overlay,
#contact-form-overlay-mini {
position: relative;
max-width: 800px;
background-color: #FFF;
padding: 40px;
margin: 0 auto;
z-index: 10;
border-radius: 4px;
box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}
#contact-form-overlay-mini {
float: right;
width: 380px;
margin: 0;
}
label.error {
margin-top: 5px;
color: #E42C3E;
font-weight: 400;
}
label.error { display: none !important; }
.show-error-msg + label.error { display: block !important; }
input[type=checkbox]:not(:checked) + label.error { display: block !important; }
.form-control.error,
.sm-form-control.error { border-color: #E42C3E; }
/* ----------------------------------------------------------------
23. Google Maps
-----------------------------------------------------------------*/
#google-map {
position: relative;
width: 100%;
height: 450px;
}
.gmap img { max-width: none !important; }
.gm-style .gm-style-iw h3 span {
font-size: inherit;
font-family: inherit;
}
#map-overlay {
position: relative;
padding: 100px 0;
}
#map-overlay #google-map {
position: absolute;
height: 100%;
top: 0;
left: 0;
}
/* ----------------------------------------------------------------
Google Custom Search
-----------------------------------------------------------------*/
#content .cse .gsc-control-cse,
#content .gsc-control-cse,
#content .gsc-above-wrapper-area,
#content .gsc-adBlock,
#content .gsc-thumbnail-inside,
#content .gsc-url-top,
#content .gsc-table-result,
#content .gsc-webResult,
#content .gsc-result { padding: 0 !important; }
#content .gsc-selected-option-container { width: auto !important; }
#content .gsc-result-info { padding-left: 0 !important; }
#content .gsc-above-wrapper-area-container,
#content .gsc-table-result { margin-bottom: 10px; }
#content .gcsc-branding { display: none; }
#content .gsc-results,
#content .gsc-webResult { width: 100% !important; }
#content .gs-no-results-result .gs-snippet,
#content .gs-error-result .gs-snippet { margin: 0 !important; }
/* ----------------------------------------------------------------
24. Heading Styles
-----------------------------------------------------------------*/
/* Block Titles
-----------------------------------------------------------------*/
.title-block {
padding: 2px 0 3px 20px;
border-left: 7px solid #037099;
margin-bottom: 30px;
}
.title-block-right {
padding: 2px 20px 3px 0;
border-left: 0;
border-right: 7px solid #037099;
text-align: right;
}
.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 { margin-bottom: 0; }
.title-block > span {
display: block;
margin-top: 4px;
color: #555;
font-weight: 300;
}
.title-block h1 + span { font-size: 22px; }
.title-block h2 + span { font-size: 19px; }
.title-block h3 + span { font-size: 17px; }
.title-block h4 + span {
font-size: 15px;
margin-top: 3px;
}
/* Heading Block - with Subtitle
-----------------------------------------------------------------*/
.heading-block { margin-bottom: 50px; }
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
margin-bottom: 0;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #333;
}
.emphasis-title h1,
.emphasis-title h2 {
font-weight: 400;
letter-spacing: 0;
text-transform: none;
}
.heading-block h1 { font-size: 32px; }
.heading-block h2 { font-size: 30px; }
.heading-block h3 { font-size: 26px; }
.heading-block h4 {
font-size: 20px;
font-weight: 700;
}
.heading-block > span:not(.before-heading) {
display: block;
margin-top: 10px;
font-weight: 300;
color: #777;
}
.heading-block .before-heading { margin-bottom: 7px; }
.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.heading-block h1 + span { font-size: 24px; }
.heading-block h2 + span { font-size: 22px; }
.heading-block h3 + span,
.heading-block h4 + span { font-size: 20px; }
.heading-block ~ p:not(.lead) { font-size: 15px; }
.heading-block:after {
content: '';
display: block;
margin-top: 30px;
width: 40px;
border-top: 2px solid #444;
}
.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 30px auto 0; }
.tright .heading-block,
.heading-block.tright,
.heading-block.title-right { direction: rtl; }
.heading-block.noborder:after,
.heading-block.nobottomborder:after { display: none; }
.heading-block.border-color:after { border-color: #037099; }
/* Emphasis Title
-----------------------------------------------------------------*/
.emphasis-title { margin: 0 0 50px; }
.emphasis-title h1,
.emphasis-title h2 {
font-size: 64px;
letter-spacing: -2px;
}
.emphasis-title h1 strong,
.emphasis-title h2 strong { font-weight: 700; }
/* Justify Border Title
-----------------------------------------------------------------*/
.fancy-title {
position: relative;
margin-bottom: 30px;
}
.fancy-title h1,
.fancy-title h2,
.fancy-title h3,
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 {
position: relative;
display: inline-block;
background-color: #FFF;
padding-right: 15px;
margin-bottom: 0;
}
.fancy-title h4,
.fancy-title h5,
.fancy-title h6 { padding-right: 10px; }
.fancy-title.title-double-border:before,
.fancy-title.title-border:before,
.fancy-title.title-border-color:before {
content: '';
position: absolute;
width: 100%;
height: 0;
border-top: 3px double #E5E5E5;
left: auto;
top: 46%;
right: 0;
}
.fancy-title.title-border:before {
top: 49%;
border-top: 1px solid #EEE;
}
.fancy-title.title-border-color:before {
top: 49%;
border-top: 1px solid #037099;
opacity: 0.6;
}
/* Fancy Title - Center Align
-----------------------------------------------------------------*/
.title-center { text-align: center; }
.title-center h1,
.title-center h2,
.title-center h3 { padding: 0 15px; }
.title-center h4,
.title-center h5,
.title-center h6 { padding: 0 10px; }
/* Fancy Title - Right Align
-----------------------------------------------------------------*/
.title-right { text-align: right; }
.title-right h1,
.title-right h2,
.title-right h3 { padding: 0 0 0 15px; }
.title-right h4,
.title-right h5,
.title-right h6 { padding: 0 0 0 10px; }
/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/
.fancy-title.title-bottom-border h1,
.fancy-title.title-bottom-border h2,
.fancy-title.title-bottom-border h3,
.fancy-title.title-bottom-border h4,
.fancy-title.title-bottom-border h5,
.fancy-title.title-bottom-border h6 {
display: block;
background: transparent;
padding: 0 0 10px;
border-bottom: 2px solid #037099;
}
/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/
.fancy-title.title-dotted-border { background: url('images/icons/dotted.png') repeat-x center; }
/* Sub Heading
-----------------------------------------------------------------*/
.before-heading {
display: block;
margin: 0 0 5px;
font-size: 16px;
font-family: 'Crete Round', serif;
font-style: italic;
font-weight: 400;
color: #999;
}
/* ----------------------------------------------------------------
25. Divider
-----------------------------------------------------------------*/
.divider {
position: relative;
overflow: hidden;
margin: 35px 0;
color: #E5E5E5;
width: 100%;
}
.divider.divider-margin { margin: 70px 0; }
.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
content: '';
position: absolute;
width: 100%;
top: 8px;
left: 30px;
height: 0;
border-top: 1px solid #EEE;
}
.divider.divider-thick:after,
.divider.divider-center.divider-thick:before,
.divider.divider-center.divider-short.divider-thick:before { border-top-width: 3px; }
.divider.divider-short:after { width: 30%; }
.divider.divider-vshort:after { width: 12%; }
.divider i {
position: relative;
width: 18px;
height: 18px;
line-height: 1;
font-size: 18px !important;
text-align: center;
}
.divider a {
position: relative;
display: inline-block;
color: inherit;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.divider a:hover { color: #888; }
/* Divider - Icon Align Right
-----------------------------------------------------------------*/
.divider.divider-right { text-align: right; }
.divider.divider-right:after {
left: auto;
right: 30px;
}
/* Divider - Icon Align Center
-----------------------------------------------------------------*/
.divider.divider-center,
.divider.divider-center.divider-short { text-align: center; }
.divider.divider-center:before {
left: -50% !important;
right: 0;
margin-left: -20px;
}
.divider.divider-center:after {
left: 50% !important;
right: 0;
margin-left: 20px;
}
/* Short Divider - Icon Align Center
-----------------------------------------------------------------*/
.divider.divider-center.divider-short:before {
left: auto !important;
right: 50%;
margin-right: 20px;
width: 15%;
}
.divider.divider-center.divider-short:after {
left: 50% !important;
right: auto !important;
margin-left: 20px;
width: 15%;
}
.divider.divider-center.divider-vshort:before,
.divider.divider-center.divider-vshort:after { width: 6%; }
/* Divider - Rounded Icon
-----------------------------------------------------------------*/
.divider.divider-rounded { color: #BBB; }
.divider.divider-rounded:after,
.divider.divider-rounded.divider-center:before,
.divider.divider-rounded.divider-short:before,
.divider.divider-border:after,
.divider.divider-border.divider-center:before,
.divider.divider-border.divider-short:before {
top: 19px;
left: 40px;
}
.divider.divider-rounded i,
.divider.divider-border i {
width: 40px;
height: 40px;
line-height: 40px;
background-color: #F5F5F5;
border-radius: 50%;
}
.divider.divider-rounded.divider-right:after,
.divider.divider-border.divider-right:after {
left: auto;
right: 40px;
}
/* Divider - Rounded & Border
-----------------------------------------------------------------*/
.divider.divider-border { color: #E5E5E5; }
.divider.divider-border i {
line-height: 38px;
background-color: transparent;
border: 1px solid #EEE;
}
/* Divider - Line Only
-----------------------------------------------------------------*/
.divider.divider-line:before,
.divider.divider-line:after {
margin-left: 0 !important;
margin-right: 0 !important;
}
/* ----------------------------------------------------------------
26. Magazine Specific Classes
-----------------------------------------------------------------*/
.top-advert {
float: right;
padding: 5px;
border-left: 1px solid #EEE;
border-right: 1px solid #EEE;
}
.top-advert a,
.top-advert img { display: block; }
.bnews-title {
display: block;
float: left;
margin-top: 2px;
padding-top: .3em;
text-transform: uppercase;
}
.bnews-slider {
float: left;
width: 970px;
margin-left: 20px;
min-height: 0;
}
/* ----------------------------------------------------------------
27. Go To Top
-----------------------------------------------------------------*/
#gotoTop {
display: none;
z-index: 299;
position: fixed;
width: 40px;
height: 40px;
background-color: #333;
background-color: rgba(0,0,0,0.3);
font-size: 20px;
line-height: 36px;
text-align: center;
color: #FFF;
top: auto;
left: auto;
right: 30px;
bottom: 50px;
cursor: pointer;
border-radius: 2px;
}
body:not(.device-touch) #gotoTop {
transition: background-color .2s linear;
-webkit-transition: background-color .2s linear;
-o-transition: background-color .2s linear;
}
.stretched #gotoTop { bottom: 30px; }
#gotoTop:hover { background-color: #037099; }
/* ----------------------------------------------------------------
28. Error 404
-----------------------------------------------------------------*/
.error404 {
display: block;
font-size: 216px;
font-weight: 600;
color: #DDD;
line-height: 1.35;
letter-spacing: 4px;
}
.error404-wrap .container { z-index: 7; }
.error404-wrap .error404 {
line-height: 0.9;
margin-bottom: 40px;
font-weight: bold;
font-size: 244px;
color: #FFF !important;
opacity: 0.2;
text-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.error404-wrap .heading-block h4 {
font-weight: 300;
margin-bottom: 8px;
}
.error404-wrap .heading-block span { font-size: 17px; }
.error404-wrap form { max-width: 500px; }
/* ----------------------------------------------------------------
29. Landing Pages
-----------------------------------------------------------------*/
.landing-wide-form {
background: rgba(0,0,0,0.3);
padding: 30px;
border-radius: 3px;
}
.landing-form-overlay {
position: absolute;
z-index: 10;
top: auto;
left: auto;
right: 0;
bottom: -154px;
background-color: rgba(0,0,0,0.6);
border-radius: 3px 3px 0 0;
}
.landing-video {
z-index: 1;
width: 560px;
height: 315px;
margin: 22px 0 0 95px;
overflow: hidden;
}
.landing-promo h3 { font-size: 26px; }
.landing-promo > .container > span { font-size: 17px; }
/* ----------------------------------------------------------------
30. Preloaders
-----------------------------------------------------------------*/
.preloader,
.preloader2,
.form-process {
display: block;
width: 100%;
height: 100%;
background: url("images/preloader.gif") center center no-repeat #FFF;
}
.preloader2 { background-color: transparent; }
.form-process {
display: none;
position: absolute;
z-index: 3;
background-color: rgba(255,255,255,0.7);
}
/* ----------------------------------------------------------------
31. Toastr Notifications
-----------------------------------------------------------------*/
.toast-title {
font-weight: bold;
}
.toast-message {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.toast-message a,
.toast-message label {
color: #FFFFFF;
}
.toast-message a:hover {
color: #CCCCCC;
text-decoration: none;
}
.toast-close-button {
position: relative;
right: -0.3em;
top: -0.3em;
float: right;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
-webkit-text-shadow: 0 1px 0 #ffffff;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
.rtl .toast-close-button {
left: -0.3em;
float: left;
right: 0.3em;
}
/*Additional properties for button version
iOS requires the button element instead of an anchor tag.
If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.toast-top-center {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-center {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-full-width {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-full-width {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-left {
top: 12px;
left: 12px;
}
.toast-top-right {
top: 12px;
right: 12px;
}
.toast-bottom-right {
right: 12px;
bottom: 12px;
}
.toast-bottom-left {
bottom: 12px;
left: 12px;
}
#toast-container {
position: fixed;
z-index: 999999;
pointer-events: none;
/*overrides*/
}
#toast-container * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#toast-container > div {
position: relative;
pointer-events: auto;
overflow: hidden;
margin: 0 0 6px;
padding: 15px 15px 15px 50px;
width: 300px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background-position: 15px center;
background-repeat: no-repeat;
-moz-box-shadow: 0 0 12px #999999;
-webkit-box-shadow: 0 0 12px #999999;
box-shadow: 0 0 12px #999999;
color: #FFFFFF;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
#toast-container > div.rtl {
direction: rtl;
padding: 15px 50px 15px 15px;
background-position: right 15px center;
}
#toast-container > div:hover {
-moz-box-shadow: 0 0 12px #000000;
-webkit-box-shadow: 0 0 12px #000000;
box-shadow: 0 0 12px #000000;
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
cursor: pointer;
}
#toast-container > .toast-info {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
width: 300px;
margin-left: auto;
margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
width: 96%;
margin-left: auto;
margin-right: auto;
}
.toast {
background-color: #030303;
}
.toast-success {
background-color: #51A351;
}
.toast-error {
background-color: #BD362F;
}
.toast-info {
background-color: #2F96B4;
}
.toast-warning {
background-color: #F89406;
}
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
background-color: #000000;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 11em;
}
#toast-container > div.rtl {
padding: 8px 50px 8px 8px;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
#toast-container .rtl .toast-close-button {
left: -0.2em;
right: 0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 18em;
}
#toast-container > div.rtl {
padding: 8px 50px 8px 8px;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
#toast-container .rtl .toast-close-button {
left: -0.2em;
right: 0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
padding: 15px 15px 15px 50px;
width: 25em;
}
#toast-container > div.rtl {
padding: 15px 50px 15px 15px;
}
}
/* ----------------------------------------------------------------
32. Footer
-----------------------------------------------------------------*/
#footer {
position: relative;
background-color: #EEE;
border-top: 5px solid rgba(0,0,0,0.2);
}
.device-lg.sticky-footer #top-bar,
.device-md.sticky-footer #top-bar { z-index: 299; }
.device-lg.sticky-footer #header,
.device-md.sticky-footer #header { z-index: 199; }
.device-lg.sticky-footer #slider:not(.slider-parallax-invisible),
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content,
.device-md.sticky-footer #slider:not(.slider-parallax-invisible),
.device-md.sticky-footer #page-submenu,
.device-md.sticky-footer #page-title,
.device-md.sticky-footer #content { z-index: 2; }
.device-lg.sticky-footer #footer,
.device-md.sticky-footer #footer {
position: fixed;
top: auto;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
}
.device-lg.sticky-footer:not(.stretched) #footer,
.device-md.sticky-footer:not(.stretched) #footer {
left: 50%;
margin-left: -610px;
width: 1220px;
}
.device-md.sticky-footer:not(.stretched) #footer {
margin-left: -500px;
width: 1000px;
}
#footer .footer-widgets-wrap {
position: relative;
padding: 80px 0;
}
.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth { margin-bottom: 0; }
#copyrights {
padding: 40px 0;
background-color: #DDD;
font-size: 14px;
line-height: 1.8;
}
#copyrights i.footer-icon {
position: relative;
top: 1px;
font-size: 14px;
width: 14px;
text-align: center;
margin-right: 3px;
}
.copyright-links a {
display: inline-block;
margin: 0 3px;
color: #333;
border-bottom: 1px dotted #444;
}
.copyright-links a:hover {
color: #555;
border-bottom: 1px solid #666;
}
.copyrights-menu { margin-bottom: 10px; }
.copyrights-menu a {
font-size: 14px;
margin: 0 10px;
border-bottom: 0 !important;
}
#copyrights .col_half { margin-bottom: 0 !important; }
#copyrights a:first-child { margin-left: 0; }
#copyrights .tright a:last-child { margin-right: 0; }
.footer-logo {
display: block;
margin-bottom: 30px;
}
/* ----------------------------------------------------------------
33. Widgets
-----------------------------------------------------------------*/
.widget {
position: relative;
margin-top: 50px;
}
.widget p { line-height: 1.7; }
.sidebar-widgets-wrap .widget {
padding-top: 50px;
border-top: 1px solid #EEE;
}
.widget:first-child { margin-top: 0; }
.sidebar-widgets-wrap .widget:first-child {
padding-top: 0;
border-top: 0;
}
.widget > h4 {
margin-bottom: 25px;
font-size: 15px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
}
.sidebar-widgets-wrap .widget > h4 { letter-spacing: 1px; }
.widget p:not(.lead) { font-size: 14px; }
/* Tag Cloud
-----------------------------------------------------------------*/
.tagcloud { margin-bottom: -2px; }
.tagcloud a {
display: block;
float: left;
margin-right: 4px;
margin-bottom: 4px;
padding: 3px 6px;
border: 1px solid #E5E5E5;
font-size: 13px !important;
color: #666;
border-radius: 2px;
}
body:not(.device-touch) .tagcloud a {
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.tagcloud a:hover {
border-color: #037099 !important;
color: #037099 !important;
}
/* Widget - Links
-----------------------------------------------------------------*/
.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li,
.widget_rss ul,
.widget_rss li {
list-style: none;
margin: 0;
}
.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li { padding: 4px; }
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li {
display: inline-block;
padding: 0 3px 0 12px;
}
.widget_recent_comments li {
display: block;
background: url("images/icons/widget-comment.png") left top no-repeat;
padding: 4px 0 4px 20px;
}
.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
background: url("images/icons/widget-link.png") left top no-repeat;
border: none !important;
color: #444;
font-size: 14px;
}
.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_rss li a:hover,
.widget_recent_comments li a:hover { color: #000; }
.widget_recent_comments li a {
display: inline;
padding: 0;
background: none !important;
}
.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_rss > ul > li:first-child { border-top: 0 !important; }
.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul,
.widget_rss > ul { margin-top: -4px !important; }
.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_rss ul ul { margin-left: 15px; }
/* Widget - Testimonial & Twitter
-----------------------------------------------------------------*/
.widget .testimonial.no-image .testi-image { display: none; }
.widget .testimonial.twitter-scroll .testi-image { margin-right: 10px; }
.widget .testimonial:not(.twitter-scroll) .testi-image,
.widget .testimonial:not(.twitter-scroll) .testi-image a,
.widget .testimonial:not(.twitter-scroll) .testi-image img {
width: 42px;
height: 42px;
}
.widget .testimonial.twitter-scroll .testi-image,
.widget .testimonial.twitter-scroll .testi-image a,
.widget .testimonial.twitter-scroll .testi-image img,
.widget .testimonial.twitter-scroll .testi-image i {
width: 28px;
height: 28px;
}
.widget .testimonial.twitter-scroll .testi-image i {
background-color: #EEE;
line-height: 28px;
font-size: 14px;
color: #888;
}
.widget .testimonial p { font-size: 14px; }
/* Widget - Quick Contact Form
-----------------------------------------------------------------*/
.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control { margin-bottom: 10px; }
.quick-contact-widget .input-group .form-control { margin-bottom: 0; }
.quick-contact-widget form,
#template-contactform { position: relative; }
/* Newsletter Widget
-----------------------------------------------------------------*/
.subscribe-widget h5 {
font-weight: 300;
font-size: 14px;
line-height: 1.5;
}
/* Twitter Feed Widget
-----------------------------------------------------------------*/
.widget-twitter-feed li { margin: 15px 0 0 0; }
.widget-twitter-feed li:first-child { margin-top: 0; }
.widget-twitter-feed small {
display: block;
margin-top: 3px;
}
.widget-twitter-feed small a { color: #999; }
.widget-twitter-feed .twitter-feed:not(.twitter-feed-avatar) a.twitter-avatar { display: none; }
.widget-twitter-feed .twitter-feed.twitter-feed-avatar i.icon-twitter { display: none; }
.widget-twitter-feed .twitter-feed-avatar { margin-left: 44px; }
.widget-twitter-feed .twitter-feed-avatar > li a.twitter-avatar {
display: block;
position: absolute;
left: -44px;
text-align: center;
top: 2px;
width: 32px;
height: 32px;
}
.twitter-feed-avatar a.twitter-avatar img { border-radius: 50%; }
/* Widget Filter Links
-----------------------------------------------------------------*/
.widget-filter-links ul {
list-style: none;
margin-bottom: 0;
}
.widget-filter-links .widget-filter-reset {
position: absolute;
top: 0;
left: auto;
right: 0;
font-size: 12px;
line-height: 22px;
}
.widget:not(:first-child) .widget-filter-reset { top: 50px; }
.widget-filter-links .widget-filter-reset a { color: red; }
.widget-filter-links .widget-filter-reset.active-filter { display: none; }
.widget-filter-links li {
position: relative;
font-size: 15px;
line-height: 24px;
}
.widget-filter-links li:not(:first-child) { margin-top: 10px; }
.widget-filter-links li a {
display: block;
color: #444;
font-family: 'Raleway', sans-serif;
font-weight: 500;
}
.widget-filter-links li span {
position: absolute;
top: 1px;
left: auto;
right: 0;
font-size: 11px;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
color: #777;
background-color: #EEE;
border-radius: 50%;
}
.widget-filter-links li:hover a { color: #777; }
.widget-filter-links li.active-filter a { font-weight: 700; }
.widget-filter-links li.active-filter span {
color: #FFF;
background-color: #037099;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
/* Navigation Tree
-----------------------------------------------------------------*/
.nav-tree {
position: relative;
margin-bottom: 40px;
}
.nav-tree ul {
margin-bottom: 0;
list-style: none;
}
.nav-tree > ul { margin: -8px 0; }
.nav-tree li { position: relative; }
.nav-tree li a {
display: block;
padding: 8px 0;
color: #333;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
font-family: 'Raleway', sans-serif;
}
.nav-tree li i {
font-size: 14px;
width: 16px;
text-align: center;
}
.nav-tree li i:not(.icon-angle-down) {
margin-right: 8px;
position: relative;
top: 1px;
}
.nav-tree li a i.icon-angle-down {
width: auto;
font-size: 12px;
margin-left: 2px;
}
.nav-tree li:hover > a,
.nav-tree li.current > a,
.nav-tree li.active > a { color: #037099 !important; }
.nav-tree ul ul { display: none; }
.nav-tree li.current > ul { display: block; }
.nav-tree ul ul a {
font-size: 12px;
padding: 6px 0;
letter-spacing: 1px;
font-family: 'Lato', sans-serif;
}
.nav-tree ul ul a i.icon-angle-down { font-size: 12px; }
.nav-tree ul ul a { padding-left: 20px; }
.nav-tree ul ul ul a { padding-left: 40px; }
.nav-tree ul ul ul ul a { padding-left: 60px; }
.nav-tree ul ul ul ul ul a { padding-left: 80px; }
/* ----------------------------------------------------------------
34. Wedding
-----------------------------------------------------------------*/
.wedding-head {
position: relative;
line-height: 1;
font-size: 80px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.wedding-head .first-name,
.wedding-head .last-name,
.wedding-head .and {
display: inline-block;
margin-right: 15px;
font-weight: bold;
text-align: right;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
letter-spacing: 2px;
}
.wedding-head .last-name {
margin: 0 0 0 15px;
text-align: left;
}
.wedding-head .first-name span,
.wedding-head .last-name span {
display: block;
margin-top: 10px;
font-size: 56px;
font-weight: 400;
font-style: italic;
font-family: 'Crete Round', serif;
text-transform: none;
}
.wedding-head .and {
margin: 0;
font-size: 200px;
font-family: 'Times New Roman', serif;
}
/* ----------------------------------------------------------------
35. Bootstrap Specific
-----------------------------------------------------------------*/
.table .success { color: #3c763d; }
.table .info { color: #31708f; }
.table .warning { color: #8a6d3b; }
.table .danger { color: #a94442; }
.btn-link,
.pagination > li > a, .pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { color: #037099; }
.btn-link:hover,
.btn-link:focus { color: #222; }
.boot-tabs { margin-bottom: 20px !important; }
.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
position: absolute;
top: 47.5%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-chevron-left { left: 50%; }
.carousel-control .icon-chevron-right { right: 50%; }
.responsive-utilities th small {
display: block;
font-weight: 400;
color: #999;
}
.show-grid [class^=col-] {
padding-top: 10px;
padding-bottom: 10px;
background-color: #EEE;
border: 1px solid #DDD;
}
.img-circle { border-radius: 50% !important; }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
color: #FFF !important;
background-color: #037099 !important;
border-color: #037099 !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus { background-color: #037099; }
label.radio,
label.checkbox { padding-left: 20px; }
.input-group-lg > .input-group-addon { line-height: 1; }
/* ----------------------------------------------------------------
36. Cookie Notification
-----------------------------------------------------------------*/
#cookie-notification {
position: fixed;
top: auto;
bottom: -70px;
left: 0;
width: 100%;
padding: 20px 0;
line-height: 24px;
background-color: #EEE;
color: #444;
z-index: 99;
-webkit-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15);
box-shadow: 0px -1px 4px 0px rgba(0,0,0,0.15);
-webkit-transition: bottom .4s ease;
-o-transition: bottom .4s ease;
transition: bottom .4s ease;
}
.cookie-noti-btn {}
/* ----------------------------------------------------------------
37. Stretched Layout
-----------------------------------------------------------------*/
.stretched #wrapper {
width: 100%;
margin: 0;
box-shadow: none;
}
/* ----------------------------------------------------------------
38. Page Transitions
-----------------------------------------------------------------*/
body:not(.no-transition) #wrapper,
.animsition-overlay {
position: relative;
opacity: 0;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.css3-spinner {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1000;
text-align: center;
background-color: #FFF;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.css3-spinner > div {
position: absolute;
top: 50%;
left: 50%;
margin-top: -9px;
margin-left: 13px;
width: 18px;
height: 18px;
background-color: #DDD;
border-radius: 100%;
display: inline-block;
-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
animation: bouncedelay 1.4s infinite ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.css3-spinner .css3-spinner-bounce1 {
margin-left: -31px;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.css3-spinner .css3-spinner-bounce2 {
margin-left: -9px;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0.0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
0%, 80%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 40% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.css3-spinner > .css3-spinner-flipper {
width: 32px;
height: 32px;
margin-top: -16px;
margin-left: -16px;
border-radius: 0;
-webkit-animation: rotateplane 1.2s infinite ease-in-out;
animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
.css3-spinner > .css3-spinner-double-bounce1,
.css3-spinner > .css3-spinner-double-bounce2 {
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
border-radius: 50%;
opacity: 0.6;
-webkit-animation: cssspinnerbounce 2.0s infinite ease-in-out;
animation: cssspinnerbounce 2.0s infinite ease-in-out;
}
.css3-spinner > .css3-spinner-double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes cssspinnerbounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}
@keyframes cssspinnerbounce {
0%, 100% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
.css3-spinner > .css3-spinner-rect1,
.css3-spinner > .css3-spinner-rect2,
.css3-spinner > .css3-spinner-rect3,
.css3-spinner > .css3-spinner-rect4,
.css3-spinner > .css3-spinner-rect5 {
height: 30px;
width: 6px;
margin-top: -15px;
margin-left: -21px;
border-radius: 0;
-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}
.css3-spinner > .css3-spinner-rect2 {
margin-left: -12px;
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.css3-spinner > .css3-spinner-rect3 {
margin-left: -3px;
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.css3-spinner > .css3-spinner-rect4 {
margin-left: 6px;
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.css3-spinner > .css3-spinner-rect5 {
margin-left: 15px;
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
.css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
width: 16px;
height: 16px;
border-radius: 0;
margin-top: -20px;
margin-left: -20px;
-webkit-animation: cubemove 1.8s infinite ease-in-out;
animation: cubemove 1.8s infinite ease-in-out;
}
.css3-spinner > .css3-spinner-cube2 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
100% { -webkit-transform: rotate(-360deg) }
}
@keyframes cubemove {
25% {
transform: translateX(42px) rotate(-90deg) scale(0.5);
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
} 50% {
transform: translateX(42px) translateY(42px) rotate(-179deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
} 50.1% {
transform: translateX(42px) translateY(42px) rotate(-180deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
} 75% {
transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
} 100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
.css3-spinner > .css3-spinner-scaler {
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
-webkit-animation: scaleout 1.0s infinite ease-in-out;
animation: scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
0% { -webkit-transform: scale(0.0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes scaleout {
0% {
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 100% {
transform: scale(1.0);
-webkit-transform: scale(1.0);
opacity: 0;
}
}
.css3-spinner > .css3-spinner-grid-pulse {
width: 48px;
height: 48px;
margin-top: -24px;
margin-left: -24px;
background-color: transparent !important;
-webkit-animation: none;
animation: none;
}
.css3-spinner-grid-pulse > div {
background-color: #DDD;
width: 12px;
height: 12px;
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;
}
.css3-spinner-grid-pulse > div:nth-child(1) {
-webkit-animation-delay: 0.73s;
animation-delay: 0.73s;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
}
.css3-spinner-grid-pulse > div:nth-child(2) {
-webkit-animation-delay: 0.32s;
animation-delay: 0.32s;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
}
.css3-spinner-grid-pulse > div:nth-child(3) {
-webkit-animation-delay: 0.71s;
animation-delay: 0.71s;
-webkit-animation-duration: 0.88s;
animation-duration: 0.88s;
}
.css3-spinner-grid-pulse > div:nth-child(4) {
-webkit-animation-delay: 0.62s;
animation-delay: 0.62s;
-webkit-animation-duration: 1.06s;
animation-duration: 1.06s;
}
.css3-spinner-grid-pulse > div:nth-child(5) {
-webkit-animation-delay: 0.31s;
animation-delay: 0.31s;
-webkit-animation-duration: 0.62s;
animation-duration: 0.62s;
}
.css3-spinner-grid-pulse > div:nth-child(6) {
-webkit-animation-delay: -0.14s;
animation-delay: -0.14s;
-webkit-animation-duration: 1.48s;
animation-duration: 1.48s;
}
.css3-spinner-grid-pulse > div:nth-child(7) {
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
-webkit-animation-duration: 1.47s;
animation-duration: 1.47s;
}
.css3-spinner-grid-pulse > div:nth-child(8) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
-webkit-animation-duration: 1.49s;
animation-duration: 1.49s;
}
.css3-spinner-grid-pulse > div:nth-child(9) {
-webkit-animation-delay: 0.73s;
animation-delay: 0.73s;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
}
@-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; }
}
.css3-spinner > .css3-spinner-clip-rotate {
width: 33px;
height: 33px;
margin-top: -17px;
margin-left: -17px;
background-color: transparent !important;
-webkit-animation: none;
animation: none;
}
.css3-spinner-clip-rotate > div {
border-radius: 100%;
border: 2px solid #DDD;
border-bottom-color: transparent !important;
height: 33px;
width: 33px;
background: transparent !important;
-webkit-animation: rotate 1s 0s linear infinite;
animation: rotate 1s 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); }
}
.css3-spinner > .css3-spinner-ball-rotate {
width: 12px;
height: 12px;
margin-top: -6px;
margin-left: -6px;
background-color: transparent !important;
-webkit-animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
animation: ballrotate 1s 0s cubic-bezier(.7, -.13, .22, .86) infinite;
}
.css3-spinner-ball-rotate > div {
background-color: #DDD;
width: 12px;
height: 12px;
border-radius: 100%;
position: relative;
}
.css3-spinner-ball-rotate > div:nth-child(1), .css3-spinner-ball-rotate > div:nth-child(3) {
width: 12px;
height: 12px;
border-radius: 100%;
content: "";
position: absolute;
opacity: 0.7;
}
.css3-spinner-ball-rotate > div:nth-child(1) {
top: 0px;
left: -22px;
}
.css3-spinner-ball-rotate > div:nth-child(3) {
top: 0px;
left: 22px;
}
@-webkit-keyframes ballrotate {
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 ballrotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); }
}
.css3-spinner > .css3-spinner-zig-zag {
background-color: transparent !important;
-webkit-transform: translate(-15px, -15px);
-ms-transform: translate(-15px, -15px);
transform: translate(-15px, -15px);
-webkit-animation: none;
animation: none;
}
.css3-spinner-zig-zag > div {
background-color: #DDD;
width: 12px;
height: 12px;
border-radius: 100%;
position: absolute;
margin-left: 15px;
top: 4px;
left: -7px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.css3-spinner-zig-zag > div:first-child {
-webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
animation: ball-zig-deflect 1.5s 0s infinite linear;
}
.css3-spinner-zig-zag > div:last-child {
-webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
animation: ball-zag-deflect 1.5s 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); }
}
.css3-spinner > .css3-spinner-ball-scale-multiple {
width: 60px;
height: 60px;
margin-left: -30px;
margin-top: -30px;
background-color: transparent !important;
-webkit-animation: none;
animation: none;
}
.css3-spinner-ball-scale-multiple > div {
background-color: #DDD;
border-radius: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
width: 60px;
height: 60px;
-webkit-animation: ball-scale-multiple 1.25s 0s linear infinite;
animation: ball-scale-multiple 1.25s 0s linear infinite;
}
.css3-spinner-ball-scale-multiple > div:nth-child(2) {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.css3-spinner-ball-scale-multiple > div:nth-child(3) {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
@-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; }
}
.css3-spinner > .css3-spinner-triangle-path {
background-color: transparent !important;
-webkit-transform: translate(-29.994px, -37.50938px);
-ms-transform: translate(-29.994px, -37.50938px);
transform: translate(-29.994px, -37.50938px);
-webkit-animation: none;
animation: none;
}
.css3-spinner-triangle-path > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
width: 10px;
height: 10px;
border-radius: 100%;
background-color: #DDD;
}
.css3-spinner-triangle-path > div:nth-child(1) {
-webkit-animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
animation: ball-triangle-path-1 2s 0s ease-in-out infinite;
}
.css3-spinner-triangle-path > div:nth-child(2) {
-webkit-animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
animation: ball-triangle-path-2 2s 0s ease-in-out infinite;
}
.css3-spinner-triangle-path > div:nth-child(3) {
-webkit-animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
animation: ball-triangle-path-3 2s 0s ease-in-out infinite;
}
.css3-spinner-triangle-path > div:nth-of-type(1) { top: 50px; }
.css3-spinner-triangle-path > div:nth-of-type(2) { left: 25px; }
.css3-spinner-triangle-path > div:nth-of-type(3) {
top: 50px;
left: 50px;
}
@-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); }
}
.css3-spinner > .css3-spinner-ball-pulse-sync {
width: 70px;
height: 34px;
margin-left: -35px;
margin-top: -17px;
background-color: transparent !important;
-webkit-animation: none;
animation: none;
}
.css3-spinner-ball-pulse-sync > div {
display: inline-block;
background-color: #DDD;
width: 14px;
height: 14px;
margin: 10px 3px 0;
border-radius: 100%;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.css3-spinner-ball-pulse-sync > div:nth-child(0) {
-webkit-animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
animation: ball-pulse-sync 0.7s -0.21s infinite ease-in-out;
}
.css3-spinner-ball-pulse-sync > div:nth-child(1) {
-webkit-animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
animation: ball-pulse-sync 0.7s -0.14s infinite ease-in-out;
}
.css3-spinner-ball-pulse-sync > div:nth-child(2) {
-webkit-animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
animation: ball-pulse-sync 0.7s -0.07s infinite ease-in-out;
}
.css3-spinner-ball-pulse-sync > div:nth-child(3) {
-webkit-animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
animation: ball-pulse-sync 0.7s 0s infinite ease-in-out;
}
@-webkit-keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
opacity: 0.85;
}
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0.7;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes ball-pulse-sync {
33% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
opacity: 0.85;
}
66% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
opacity: 0.7;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.css3-spinner > .css3-spinner-scale-ripple {
width: 50px;
height: 50px;
margin-left: -25px;
margin-top: -25px;
background-color: transparent !important;
-webkit-animation: none;
animation: none;
}
.css3-spinner-scale-ripple > div {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
position: absolute;
top: 0;
width: 50px;
height: 50px;
border-radius: 100%;
border: 2px solid #DDD;
-webkit-animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8);
animation: ball-scale-ripple-multiple 1.4s 0s infinite cubic-bezier(.21, .53, .56, .8);
}
.css3-spinner-scale-ripple > div:nth-child(0) {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.css3-spinner-scale-ripple > div:nth-child(1) {
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.css3-spinner-scale-ripple > div:nth-child(2) {
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.css3-spinner-scale-ripple > div:nth-child(3) {
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
@-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; }
}
/* ----------------------------------------------------------------
39. HTML5 Youtube Video Backgrounds
-----------------------------------------------------------------*/
.mb_YTVPlayer :focus { outline: 0; }
.mb_YTVPlayer {
display:block;
transform:translateZ(0);
transform-style: preserve-3d;
perspective: 1000;
backface-visibility: hidden;
transform:translate3d(0,0,0);
animation-timing-function: linear;
}
.mb_YTVPlayer.fullscreen {
display:block!important;
position: fixed!important;
width: 100%!important;
height: 100%!important;
top: 0!important;
left: 0!important;
margin: 0!important;
border: none !important;
}
.mb_YTVPlayer.fullscreen .mbYTP_wrapper { opacity:1 !important; }
.mbYTP_wrapper iframe { max-width: 4000px !important; }
.inline_YTPlayer {
margin-bottom: 20px;
vertical-align:top;
position:relative;
left:0;
overflow: hidden;
border-radius: 4px;
-moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
box-shadow: 0 0 5px rgba(0,0,0,.7);
background: rgba(0,0,0,.5);
}
.inline_YTPlayer img {
border: none!important;
-moz-transform: none!important;
-webkit-transform: none!important;
-o-transform: none!important;
transform: none!important;
margin:0!important;
padding:0!important
}
|
usm/main/templates/main/user_homepage.html | CS2014/USM | {% extends "main/login_base.html" %}
{% block login_content %}
{% if user.society_set.all %}
<h2 style="margin-top:10px;">Select your society:</h2>
<div class="clearfix"></div>
<div>
{% for society in user.society_set.all %}
<form action="{{society.slug}}/">
<button style="margin: 0 0 10px 0 !important;" class="btn btn-success col-xs-12 ladda-button" type="submit" data-style="zoom-out">{{ society.name }}</button>
</form>
<div class="clearfix"></div>
{% endfor %}
</div>
<div class="clearfix"></div>{% endif %}
<h2 style="margin-top: {% if user.society_set.all %}30px{% else%}10px{%endif%}">Create a New Society:</h2>
<form action= "create_society/" method="post" class="form-horizontal">
<fieldset>
{% csrf_token %}
<input style="background-color: #c4c6cb;" class="input-large col-xs-12" name="name" id="username" type="text" placeholder="Society Name" required/>
<div class="clearfix"></div>
<button type="submit" class="btn btn-primary col-xs-12 ladda-button" data-style="zoom-out">Connect New Society</button>
</fieldset>
</form>
<div style="width:100%;text-align:center;">
<strong>or</strong>
</div>
<h2 style="margin-top: 15px">Join a Society</h2>
<form method="post" class="form-horizontal" id="request">
<fieldset>
{% csrf_token %}
<div id="request-error" style="color: red; display:block">
<!-- Error messages returned by JSON are shown here -->
</div>
<input style="background-color: #c4c6cb;" class="input-large col-xs-12" id="username" type="text" placeholder="Society Code" name="slug" required/>
<div class="clearfix"></div>
<button type="submit" class="btn btn-primary col-xs-12 request ladda-button" data-style="zoom-out">Request Access</button>
</fieldset>
</form>
{% endblock %}
{% block scripts %}
Ladda.bind( '.btn', { timeout: 800 } );
$('#request').submit(function (e) {
e.preventDefault();
setTimeout(function () {
$.post("request_membership/", $( "#request" ).serialize(), function( data ){
for(var key in data)
if (data.hasOwnProperty(key))
$("#request-error").text(data[key]);
return false;
});
}, 800); // in milliseconds
});
{% endblock %} |
Docs/api/html/classOgre_1_1RTShader_1_1ProgramSet-members.html | ttair/TuxSinbad | <html>
<head>
<title>OGRE: Member List - 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.1 -->
<div class="navigation" id="top">
<div 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 class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<h1>Ogre::RTShader::ProgramSet Member List</h1> </div>
</div>
<div class="contents">
This is the complete list of members for <a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#a366445eb206e55a2199267b8b9089ebb">AllocatedObject</a>()</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td><code> [explicit]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a1088014837e8bbf7c75b53fa77b1d5c9">getCpuFragmentProgram</a>()</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a327a0288f7e2a3e3e534ee1589e5e3a5">getCpuVertexProgram</a>()</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a68f010c25c3b49f0e58de04740fb60fb">getGpuFragmentProgram</a>()</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#ad187a08e9cc067796dfb0a52ec7b98c6">getGpuVertexProgram</a>()</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#adb4598e08a4060738105be4fcbf30f87">mPSCpuProgram</a></td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a40b96cc187633cc7d2d57a09c14b7653">mPSGpuProgram</a></td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a54920ece5edfded9fdbcf953bcfd5e6a">mVSCpuProgram</a></td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a1966a1226400e601f92da1ee399abf6e">mVSGpuProgram</a></td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#a8357fe4fb4849772b94baa4bf47c7ded">operator delete</a>(void *ptr)</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#a1c727e879a260c37b00ce5505fe8e144">operator delete</a>(void *ptr, void *)</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#acb46d4b0a597156d9ba5abc39d127792">operator delete</a>(void *ptr, const char *, int, const char *)</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#a93e6a86dde5483c053ca0f2a85bbfd6c">operator delete[]</a>(void *ptr)</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#a595ea4c05da8aa987d3800e65d23355d">operator delete[]</a>(void *ptr, const char *, int, const char *)</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#a421b197ca3a38da17e2eb1531a645fa2">operator new</a>(size_t sz, const char *file, int line, const char *func)</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#ac4bdf968b7b9af8a5239a27da73d5711">operator new</a>(size_t sz)</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#ab78a921e54419be677839cdf15d1f0b8">operator new</a>(size_t sz, void *ptr)</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#a4be37baef81876985aa1071ad5acc6dd">operator new[]</a>(size_t sz, const char *file, int line, const char *func)</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#afa2943846ba6a2b5824a12857139cf5e">operator new[]</a>(size_t sz)</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#ae46e120edae3a1f22dc68ebde7fbcfca">ProgramManager</a> class</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td><code> [friend]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a28462cdce34f797d495f24029ab93b8e">ProgramSet</a>()</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a995bb276d4f1910d7ff359d490e9219a">setCpuFragmentProgram</a>(Program *psCpuProgram)</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a5d3e8cb121380b5c5eb8febd69b06970">setCpuVertexProgram</a>(Program *vsCpuProgram)</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a22570ed186b8aff071bcd448394df31c">setGpuFragmentProgram</a>(GpuProgramPtr psGpuProgram)</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#adbc030cd53874bff725fccf5c07a1741">setGpuVertexProgram</a>(GpuProgramPtr vsGpuProgram)</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td><code> [protected]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#af6e59fb08a915c63d07d3e1a1a4f1092">TargetRenderState</a> class</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td><code> [friend]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1AllocatedObject.html#a499773d35ca98b2df7c2699fc8c1bea2">~AllocatedObject</a>()</td><td><a class="el" href="classOgre_1_1AllocatedObject.html">Ogre::AllocatedObject< Alloc ></a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html#a761176d3fb8a117ec1978f710b797af9">~ProgramSet</a>()</td><td><a class="el" href="classOgre_1_1RTShader_1_1ProgramSet.html">Ogre::RTShader::ProgramSet</a></td><td></td></tr>
</table></div>
<hr>
<p>
Copyright © 2008 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 Wed Nov 3 2010 19:25:06
</p>
</body>
</html>
|
clean/Linux-x86_64-4.10.2-2.0.6/released/8.11.1/coinductive-reals/8.8.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coinductive-reals: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.1 / coinductive-reals - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
coinductive-reals
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-26 16:52:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-26 16:52:27 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/coinductive-reals"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CoinductiveReals"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
"coq-qarith-stern-brocot" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: real numbers" "keyword: co-inductive types" "keyword: co-recursion" "keyword: exact arithmetic" "category: Mathematics/Arithmetic and Number Theory/Real numbers" "date: 2007-04-24" ]
authors: [ "Milad Niqui <milad@cs.ru.nl> [http://www.cs.ru.nl/~milad]" ]
bug-reports: "https://github.com/coq-contribs/coinductive-reals/issues"
dev-repo: "git+https://github.com/coq-contribs/coinductive-reals.git"
synopsis: "Real numbers as coinductive ternary streams"
description: """
http://www.cs.ru.nl/~milad/ETrees/coinductive-field/
See the README file"""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/coinductive-reals/archive/v8.8.0.tar.gz"
checksum: "md5=b2554cb3dd0a1aaf57b001c543cf5b4c"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-coinductive-reals.8.8.0 coq.8.11.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1).
The following dependencies couldn't be met:
- coq-coinductive-reals -> coq < 8.9~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coinductive-reals.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.12.0-2.0.8/released/8.14.0/ruler-compass-geometry/8.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ruler-compass-geometry: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.14.0 / ruler-compass-geometry - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ruler-compass-geometry
<small>
8.7.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-11-01 16:42:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 16:42:58 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.14.0 Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.12.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.0 Official release 4.12.0
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/ruler-compass-geometry"
license: "GNU Lesser Public License"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/RulerCompassGeometry"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: geometry" "keyword: plane geometry" "keyword: ruler and compass geometry" "keyword: Euclidian geometry" "keyword: Hilbert's axioms" "category: Mathematics/Geometry/General" "date: 2007-11" ]
authors: [ "Jean Duprat <Jean.Duprat@ens-lyon.fr>" ]
bug-reports: "https://github.com/coq-contribs/ruler-compass-geometry/issues"
dev-repo: "git+https://github.com/coq-contribs/ruler-compass-geometry.git"
synopsis: "Ruler and compass geometry axiomatization"
description: """
This library contains an axiomatization of the ruler and
compass euclidian geometry. Files A1 to A6 contain the axioms and the
basic constructions. The other files build the proof that this
axiomatization induces the whole plane geometry except the continuity
axiom. For that the proofs of the Hilbert's axioms conclude this work in
the files E1 to E5."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/ruler-compass-geometry/archive/v8.7.0.tar.gz"
checksum: "md5=26740cfd7f1874e13d65bc916db276d0"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-ruler-compass-geometry.8.7.0 coq.8.14.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.14.0).
The following dependencies couldn't be met:
- coq-ruler-compass-geometry -> coq < 8.8~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ruler-compass-geometry.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.09.1-2.0.6/extra-dev/8.11.dev/ext-lib/0.10.1.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ext-lib: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.11.dev / ext-lib - 0.10.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ext-lib
<small>
0.10.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2020-07-27 01:07:00 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-27 01:07:00 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "gmalecha@gmail.com"
homepage: "https://github.com/coq-community/coq-ext-lib"
dev-repo: "git+https://github.com/coq-community/coq-ext-lib.git"
bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
authors: ["Gregory Malecha"]
license: "BSD-2-Clause-FreeBSD"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.10~"}
]
synopsis:
"A basic library of basic Coq datatypes, definitions, theorems, and"
description: "tactics meant to extend the standard library."
url {
src: "https://github.com/coq-community/coq-ext-lib/archive/v0.10.1.tar.gz"
checksum: "md5=d24b40a9e77559aa431ed6835428cf74"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-ext-lib.0.10.1 coq.8.11.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.dev).
The following dependencies couldn't be met:
- coq-ext-lib -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ext-lib.0.10.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
docs/functions_vars_q.html | Fraunhofer-IIS/ogre | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>My Project: Class Members - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">My Project
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</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_q"></a>- q -</h3><ul>
<li>q
: <a class="el" href="structiq__t.html#ad110d8622cd080730289952e72aa6cfc">iq_t</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>
|
exam1.html | lirui0207/lirui1025 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>H5课程简介 - 北京菜鸟在线</title>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link href="http://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/css.css">
<script src="http://cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="./js/myjs.js"></script>
<script src="http://cdn.bootcss.com/masonry/4.1.1/masonry.pkgd.min.js"></script>
</head>
<body>
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle btn btn-primary" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="fa fa-bars da-1x"></span>
</button>
</div>
<!-- <a href="#" calss="navbar-brand navbar-collapse collapse"> -->
<div class="collapse navbar-collapse navbar-responsive-collapse">
<ul class="nav navbar-nav">
<li><a href="#ke">课程介绍</a></li>
<li><a href="#ke">照片强</a></li>
<li><a href="#ke">价格信息</a></li>
<li><a href="#ke">关于我们</a></li>
<li><a href="#ke">联系方式</a></li>
</ul>
</div>
</a>
</div>
</div>
</body>
</html>
|
clean/Linux-x86_64-4.06.1-2.0.5/released/8.10.0/mathcomp-analysis/0.3.11.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-analysis: Black list 🏴☠️</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.0 / mathcomp-analysis - 0.3.11</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-analysis
<small>
0.3.11
<span class="label label-default">Black list 🏴☠️</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-09 07:56:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 07:56:05 UTC)</em><p>
<div class="alert alert-info" role="alert">
<p>This result is black-listed as it is considered as too hard to reproduce / to solve. If you find a way to fix this package, please make a pull-request to <a class="alert-link" href="https://github.com/coq/opam-coq-archive">github.com/coq/opam-coq-archive</a>. The list of black-listed packages is in <a class="alert-link" href="https://github.com/coq-bench/make-html/blob/master/black_list.rb">black_list.rb</a>.</p>
</div>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.10.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Reynald Affeldt <reynald.affeldt@aist.go.jp>"
homepage: "https://github.com/math-comp/analysis"
dev-repo: "git+https://github.com/math-comp/analysis.git"
bug-reports: "https://github.com/math-comp/analysis/issues"
license: "CECILL-C"
synopsis: "An analysis library for mathematical components"
description: """
This repository contains an experimental library for real analysis for
the Coq proof-assistant and using the Mathematical Components library."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.11" & < "8.15~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-fingroup" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-algebra" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-solvable" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-field" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-finmap" { (>= "1.5.1" & < "1.6~") | (= "dev") }
"coq-mathcomp-bigenough" { (>= "1.0.0") }
"coq-hierarchy-builder" { (>= "0.10.0") }
]
tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword:analysis"
"keyword:topology"
"keyword:real numbers"
"date:2021-11-19"
"logpath:mathcomp.analysis"
]
authors: [
"Reynald Affeldt"
"Yves Bertot"
"Cyril Cohen"
"Marie Kerjean"
"Assia Mahboubi"
"Damien Rouhling"
"Pierre Roux"
"Kazuhiko Sakaguchi"
"Zachary Stone"
"Pierre-Yves Strub"
"Laurent Théry"
]
url {
http: "https://github.com/math-comp/analysis/archive/0.3.11.tar.gz"
checksum: "sha512=61f216119887d55137e10fb1c582140c5b3bd2b8ab933e59375d2cc555a33a2cdb5e3cf11ad2d1bde9c54df61cd3430383a4a26efb8c095f777d95de26ffb900"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-analysis.0.3.11 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0).
The following dependencies couldn't be met:
- coq-mathcomp-analysis -> coq >= dev
no matching version
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-analysis.0.3.11</code></dd>
<dt>Return code</dt>
<dd>15360</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq 8.10.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[WARNING] While removing coq.8.10.0: not removing files that changed since:
- share/texmf/tex/latex/misc/coqdoc.sty
- man/man1/coqwc.1
- man/man1/coqtop.opt.1
- man/man1/coqtop.byte.1
- man/man1/coqtop.1
- man/man1/coqide.1
- man/man1/coqdoc.1
- man/man1/coqdep.1
- man/man1/coqchk.1
- man/man1/coqc.1
- man/man1/coq_makefile.1
- man/man1/coq-tex.1
- lib/coq/vernac/vernacstate.cmx
- lib/coq/vernac/vernacstate.cmi
- lib/coq/vernac/vernacprop.cmx
- lib/coq/vernac/vernacprop.cmi
- lib/coq/vernac/vernacextend.cmx
- lib/coq/vernac/vernacextend.cmi
- lib/coq/vernac/vernacexpr.cmx
- lib/coq/vernac/vernacexpr.cmi
- lib/coq/vernac/vernacentries.cmx
- lib/coq/vernac/vernacentries.cmi
- lib/coq/vernac/vernac.cmxa
- lib/coq/vernac/vernac.cma
- lib/coq/vernac/vernac.a
- lib/coq/vernac/topfmt.cmx
- lib/coq/vernac/topfmt.cmi
- lib/coq/vernac/search.cmx
- lib/coq/vernac/search.cmi
- lib/coq/vernac/record.cmx
- lib/coq/vernac/record.cmi
- lib/coq/vernac/pvernac.cmx
- lib/coq/vernac/pvernac.cmi
- lib/coq/vernac/proof_using.cmx
- lib/coq/vernac/proof_using.cmi
- lib/coq/vernac/ppvernac.cmx
- lib/coq/vernac/ppvernac.cmi
- lib/coq/vernac/obligations.cmx
- lib/coq/vernac/obligations.cmi
- lib/coq/vernac/mltop.cmx
- lib/coq/vernac/mltop.cmi
- lib/coq/vernac/metasyntax.cmx
- lib/coq/vernac/metasyntax.cmi
- lib/coq/vernac/locality.cmx
- lib/coq/vernac/locality.cmi
- lib/coq/vernac/lemmas.cmx
- lib/coq/vernac/lemmas.cmi
- lib/coq/vernac/indschemes.cmx
- lib/coq/vernac/indschemes.cmi
- lib/coq/vernac/himsg.cmx
- lib/coq/vernac/himsg.cmi
- lib/coq/vernac/g_vernac.cmx
- lib/coq/vernac/g_vernac.cmi
- lib/coq/vernac/g_proofs.cmx
- lib/coq/vernac/g_proofs.cmi
- lib/coq/vernac/explainErr.cmx
- lib/coq/vernac/explainErr.cmi
- lib/coq/vernac/egramml.cmx
- lib/coq/vernac/egramml.cmi
- lib/coq/vernac/egramcoq.cmx
- lib/coq/vernac/egramcoq.cmi
- lib/coq/vernac/declareDef.cmx
- lib/coq/vernac/declareDef.cmi
- lib/coq/vernac/comProgramFixpoint.cmx
- lib/coq/vernac/comProgramFixpoint.cmi
- lib/coq/vernac/comInductive.cmx
- lib/coq/vernac/comInductive.cmi
- lib/coq/vernac/comFixpoint.cmx
- lib/coq/vernac/comFixpoint.cmi
- lib/coq/vernac/comDefinition.cmx
- lib/coq/vernac/comDefinition.cmi
- lib/coq/vernac/comAssumption.cmx
- lib/coq/vernac/comAssumption.cmi
- lib/coq/vernac/classes.cmx
- lib/coq/vernac/classes.cmi
- lib/coq/vernac/class.cmx
- lib/coq/vernac/class.cmi
- lib/coq/vernac/auto_ind_decl.cmx
- lib/coq/vernac/auto_ind_decl.cmi
- lib/coq/vernac/attributes.cmx
- lib/coq/vernac/attributes.cmi
- lib/coq/vernac/assumptions.cmx
- lib/coq/vernac/assumptions.cmi
- lib/coq/toplevel/workerLoop.cmx
- lib/coq/toplevel/workerLoop.cmi
- lib/coq/toplevel/vernac.cmx
- lib/coq/toplevel/vernac.cmi
- lib/coq/toplevel/usage.cmx
- lib/coq/toplevel/usage.cmi
- lib/coq/toplevel/toplevel.cmxa
- lib/coq/toplevel/toplevel.cma
- lib/coq/toplevel/toplevel.a
- lib/coq/toplevel/g_toplevel.cmx
- lib/coq/toplevel/g_toplevel.cmi
- lib/coq/toplevel/coqtop.cmx
- lib/coq/toplevel/coqtop.cmi
- lib/coq/toplevel/coqloop.cmx
- lib/coq/toplevel/coqloop.cmi
- lib/coq/toplevel/coqinit.cmx
- lib/coq/toplevel/coqinit.cmi
- lib/coq/toplevel/coqcargs.cmx
- lib/coq/toplevel/coqcargs.cmi
- lib/coq/toplevel/coqc.cmx
- lib/coq/toplevel/coqc.cmi
- lib/coq/toplevel/coqargs.cmx
- lib/coq/toplevel/coqargs.cmi
- lib/coq/toplevel/ccompile.cmx
- lib/coq/toplevel/ccompile.cmi
- lib/coq/topbin/coqtop_bin.cmx
- lib/coq/topbin/coqtacticworker_bin.cmx
- lib/coq/topbin/coqqueryworker_bin.cmx
- lib/coq/topbin/coqproofworker_bin.cmx
- lib/coq/topbin/coqc_bin.cmx
- lib/coq/tools/make-one-time-file.py
- lib/coq/tools/make-both-time-files.py
- lib/coq/tools/make-both-single-timing-files.py
- lib/coq/tools/coqdoc/coqdoc.sty
- lib/coq/tools/coqdoc/coqdoc.css
- lib/coq/tools/TimeFileMaker.py
- lib/coq/tools/CoqMakefile.in
- lib/coq/theories/ZArith/auxiliary.vo
- lib/coq/theories/ZArith/auxiliary.v
- lib/coq/theories/ZArith/auxiliary.glob
- lib/coq/theories/ZArith/Zwf.vo
- lib/coq/theories/ZArith/Zwf.v
- lib/coq/theories/ZArith/Zwf.glob
- lib/coq/theories/ZArith/Zsqrt_compat.vo
- lib/coq/theories/ZArith/Zsqrt_compat.v
- lib/coq/theories/ZArith/Zsqrt_compat.glob
- lib/coq/theories/ZArith/Zquot.vo
- lib/coq/theories/ZArith/Zquot.v
- lib/coq/theories/ZArith/Zquot.glob
- lib/coq/theories/ZArith/Zpower.vo
- lib/coq/theories/ZArith/Zpower.v
- lib/coq/theories/ZArith/Zpower.glob
- lib/coq/theories/ZArith/Zpow_facts.vo
- lib/coq/theories/ZArith/Zpow_facts.v
- lib/coq/theories/ZArith/Zpow_facts.glob
- lib/coq/theories/ZArith/Zpow_def.vo
- lib/coq/theories/ZArith/Zpow_def.v
- lib/coq/theories/ZArith/Zpow_def.glob
- lib/coq/theories/ZArith/Zpow_alt.vo
- lib/coq/theories/ZArith/Zpow_alt.v
- lib/coq/theories/ZArith/Zpow_alt.glob
- lib/coq/theories/ZArith/Zorder.vo
- lib/coq/theories/ZArith/Zorder.v
- lib/coq/theories/ZArith/Zorder.glob
- lib/coq/theories/ZArith/Znumtheory.vo
- lib/coq/theories/ZArith/Znumtheory.v
- lib/coq/theories/ZArith/Znumtheory.glob
- lib/coq/theories/ZArith/Znat.vo
- lib/coq/theories/ZArith/Znat.v
- lib/coq/theories/ZArith/Znat.glob
- lib/coq/theories/ZArith/Zmisc.vo
- lib/coq/theories/ZArith/Zmisc.v
- lib/coq/theories/ZArith/Zmisc.glob
- lib/coq/theories/ZArith/Zminmax.vo
- lib/coq/theories/ZArith/Zminmax.v
- lib/coq/theories/ZArith/Zminmax.glob
- lib/coq/theories/ZArith/Zmin.vo
- lib/coq/theories/ZArith/Zmin.v
- lib/coq/theories/ZArith/Zmin.glob
- lib/coq/theories/ZArith/Zmax.vo
- lib/coq/theories/ZArith/Zmax.v
- lib/coq/theories/ZArith/Zmax.glob
- lib/coq/theories/ZArith/Zlogarithm.vo
- lib/coq/theories/ZArith/Zlogarithm.v
- lib/coq/theories/ZArith/Zlogarithm.glob
- lib/coq/theories/ZArith/Zhints.vo
- lib/coq/theories/ZArith/Zhints.v
- lib/coq/theories/ZArith/Zhints.glob
- lib/coq/theories/ZArith/Zgcd_alt.vo
- lib/coq/theories/ZArith/Zgcd_alt.v
- lib/coq/theories/ZArith/Zgcd_alt.glob
- lib/coq/theories/ZArith/Zeven.vo
- lib/coq/theories/ZArith/Zeven.v
- lib/coq/theories/ZArith/Zeven.glob
- lib/coq/theories/ZArith/Zeuclid.vo
- lib/coq/theories/ZArith/Zeuclid.v
- lib/coq/theories/ZArith/Zeuclid.glob
- lib/coq/theories/ZArith/Zdiv.vo
- lib/coq/theories/ZArith/Zdiv.v
- lib/coq/theories/ZArith/Zdiv.glob
- lib/coq/theories/ZArith/Zdigits.vo
- lib/coq/theories/ZArith/Zdigits.v
- lib/coq/theories/ZArith/Zdigits.glob
- lib/coq/theories/ZArith/Zcomplements.vo
- lib/coq/theories/ZArith/Zcomplements.v
- lib/coq/theories/ZArith/Zcomplements.glob
- lib/coq/theories/ZArith/Zcompare.vo
- lib/coq/theories/ZArith/Zcompare.v
- lib/coq/theories/ZArith/Zcompare.glob
- lib/coq/theories/ZArith/Zbool.vo
- lib/coq/theories/ZArith/Zbool.v
- lib/coq/theories/ZArith/Zbool.glob
- lib/coq/theories/ZArith/Zabs.vo
- lib/coq/theories/ZArith/Zabs.v
- lib/coq/theories/ZArith/Zabs.glob
- lib/coq/theories/ZArith/ZArith_dec.vo
- lib/coq/theories/ZArith/ZArith_dec.v
- lib/coq/theories/ZArith/ZArith_dec.glob
- lib/coq/theories/ZArith/ZArith_base.vo
- lib/coq/theories/ZArith/ZArith_base.v
- lib/coq/theories/ZArith/ZArith_base.glob
- lib/coq/theories/ZArith/ZArith.vo
- lib/coq/theories/ZArith/ZArith.v
- lib/coq/theories/ZArith/ZArith.glob
- lib/coq/theories/ZArith/Wf_Z.vo
- lib/coq/theories/ZArith/Wf_Z.v
- lib/coq/theories/ZArith/Wf_Z.glob
- lib/coq/theories/ZArith/Int.vo
- lib/coq/theories/ZArith/Int.v
- lib/coq/theories/ZArith/Int.glob
- lib/coq/theories/ZArith/BinIntDef.vo
[...] truncated
cmx
- lib/coq/interp/notation_term.cmi
- lib/coq/interp/notation_ops.cmx
- lib/coq/interp/notation_ops.cmi
- lib/coq/interp/notation.cmx
- lib/coq/interp/notation.cmi
- lib/coq/interp/modintern.cmx
- lib/coq/interp/modintern.cmi
- lib/coq/interp/interp.cmxa
- lib/coq/interp/interp.cma
- lib/coq/interp/interp.a
- lib/coq/interp/implicit_quantifiers.cmx
- lib/coq/interp/implicit_quantifiers.cmi
- lib/coq/interp/impargs.cmx
- lib/coq/interp/impargs.cmi
- lib/coq/interp/genintern.cmx
- lib/coq/interp/genintern.cmi
- lib/coq/interp/dumpglob.cmx
- lib/coq/interp/dumpglob.cmi
- lib/coq/interp/discharge.cmx
- lib/coq/interp/discharge.cmi
- lib/coq/interp/declare.cmx
- lib/coq/interp/declare.cmi
- lib/coq/interp/constrintern.cmx
- lib/coq/interp/constrintern.cmi
- lib/coq/interp/constrextern.cmx
- lib/coq/interp/constrextern.cmi
- lib/coq/interp/constrexpr_ops.cmx
- lib/coq/interp/constrexpr_ops.cmi
- lib/coq/interp/constrexpr.cmx
- lib/coq/interp/constrexpr.cmi
- lib/coq/gramlib/.pack/gramlib__Ploc.cmx
- lib/coq/gramlib/.pack/gramlib__Ploc.cmi
- lib/coq/gramlib/.pack/gramlib__Plexing.cmx
- lib/coq/gramlib/.pack/gramlib__Plexing.cmi
- lib/coq/gramlib/.pack/gramlib__Grammar.cmx
- lib/coq/gramlib/.pack/gramlib__Grammar.cmi
- lib/coq/gramlib/.pack/gramlib__Gramext.cmx
- lib/coq/gramlib/.pack/gramlib__Gramext.cmi
- lib/coq/gramlib/.pack/gramlib.cmxa
- lib/coq/gramlib/.pack/gramlib.cmx
- lib/coq/gramlib/.pack/gramlib.cmi
- lib/coq/gramlib/.pack/gramlib.cma
- lib/coq/gramlib/.pack/gramlib.a
- lib/coq/engine/univops.cmx
- lib/coq/engine/univops.cmi
- lib/coq/engine/univSubst.cmx
- lib/coq/engine/univSubst.cmi
- lib/coq/engine/univProblem.cmx
- lib/coq/engine/univProblem.cmi
- lib/coq/engine/univNames.cmx
- lib/coq/engine/univNames.cmi
- lib/coq/engine/univMinim.cmx
- lib/coq/engine/univMinim.cmi
- lib/coq/engine/univGen.cmx
- lib/coq/engine/univGen.cmi
- lib/coq/engine/uState.cmx
- lib/coq/engine/uState.cmi
- lib/coq/engine/termops.cmx
- lib/coq/engine/termops.cmi
- lib/coq/engine/proofview_monad.cmx
- lib/coq/engine/proofview_monad.cmi
- lib/coq/engine/proofview.cmx
- lib/coq/engine/proofview.cmi
- lib/coq/engine/nameops.cmx
- lib/coq/engine/nameops.cmi
- lib/coq/engine/namegen.cmx
- lib/coq/engine/namegen.cmi
- lib/coq/engine/logic_monad.cmx
- lib/coq/engine/logic_monad.cmi
- lib/coq/engine/ftactic.cmx
- lib/coq/engine/ftactic.cmi
- lib/coq/engine/evd.cmx
- lib/coq/engine/evd.cmi
- lib/coq/engine/evarutil.cmx
- lib/coq/engine/evarutil.cmi
- lib/coq/engine/evar_kinds.cmx
- lib/coq/engine/evar_kinds.cmi
- lib/coq/engine/engine.cmxa
- lib/coq/engine/engine.cma
- lib/coq/engine/engine.a
- lib/coq/engine/eConstr.cmx
- lib/coq/engine/eConstr.cmi
- lib/coq/dllcoqrun.so
- lib/coq/dev/top_printers.cmi
- lib/coq/coqpp/coqpp_parse.cmi
- lib/coq/coqpp/coqpp_ast.cmi
- lib/coq/config/coq_config.cmx
- lib/coq/config/coq_config.cmi
- lib/coq/config/config.cmxa
- lib/coq/config/config.cma
- lib/coq/config/config.a
- lib/coq/clib/unionfind.cmx
- lib/coq/clib/unionfind.cmi
- lib/coq/clib/unicodetable.cmx
- lib/coq/clib/unicodetable.cmi
- lib/coq/clib/unicode.cmx
- lib/coq/clib/unicode.cmi
- lib/coq/clib/trie.cmx
- lib/coq/clib/trie.cmi
- lib/coq/clib/terminal.cmx
- lib/coq/clib/terminal.cmi
- lib/coq/clib/store.cmx
- lib/coq/clib/store.cmi
- lib/coq/clib/segmenttree.cmx
- lib/coq/clib/segmenttree.cmi
- lib/coq/clib/range.cmx
- lib/coq/clib/range.cmi
- lib/coq/clib/predicate.cmx
- lib/coq/clib/predicate.cmi
- lib/coq/clib/orderedType.cmx
- lib/coq/clib/orderedType.cmi
- lib/coq/clib/option.cmx
- lib/coq/clib/option.cmi
- lib/coq/clib/monad.cmx
- lib/coq/clib/monad.cmi
- lib/coq/clib/minisys.cmx
- lib/coq/clib/minisys.cmi
- lib/coq/clib/int.cmx
- lib/coq/clib/int.cmi
- lib/coq/clib/iStream.cmx
- lib/coq/clib/iStream.cmi
- lib/coq/clib/heap.cmx
- lib/coq/clib/heap.cmi
- lib/coq/clib/hashset.cmx
- lib/coq/clib/hashset.cmi
- lib/coq/clib/hashcons.cmx
- lib/coq/clib/hashcons.cmi
- lib/coq/clib/hMap.cmx
- lib/coq/clib/hMap.cmi
- lib/coq/clib/exninfo.cmx
- lib/coq/clib/exninfo.cmi
- lib/coq/clib/dyn.cmx
- lib/coq/clib/dyn.cmi
- lib/coq/clib/diff2.cmx
- lib/coq/clib/diff2.cmi
- lib/coq/clib/clib.cmxa
- lib/coq/clib/clib.cma
- lib/coq/clib/clib.a
- lib/coq/clib/cUnix.cmx
- lib/coq/clib/cUnix.cmi
- lib/coq/clib/cThread.cmx
- lib/coq/clib/cThread.cmi
- lib/coq/clib/cString.cmx
- lib/coq/clib/cString.cmi
- lib/coq/clib/cStack.cmx
- lib/coq/clib/cStack.cmi
- lib/coq/clib/cSig.cmi
- lib/coq/clib/cSet.cmx
- lib/coq/clib/cSet.cmi
- lib/coq/clib/cObj.cmx
- lib/coq/clib/cObj.cmi
- lib/coq/clib/cMap.cmx
- lib/coq/clib/cMap.cmi
- lib/coq/clib/cList.cmx
- lib/coq/clib/cList.cmi
- lib/coq/clib/cEphemeron.cmx
- lib/coq/clib/cEphemeron.cmi
- lib/coq/clib/cArray.cmx
- lib/coq/clib/cArray.cmi
- lib/coq/clib/bigint.cmx
- lib/coq/clib/bigint.cmi
- lib/coq/clib/backtrace.cmx
- lib/coq/clib/backtrace.cmi
- lib/coq/META
- bin/coqtop.opt
- bin/coqtacticworker.opt
- bin/coqtacticworker.byte
- bin/coqqueryworker.opt
- bin/coqqueryworker.byte
- bin/coqproofworker.opt
- bin/coqproofworker.byte
- bin/coqpp
- bin/coqidetop.opt
- bin/coqidetop
[NOTE] While removing coq.8.10.0: not removing non-empty directories:
- share/texmf/tex/latex/misc
- lib/coq/vernac
- lib/coq/toplevel
- lib/coq/topbin
- lib/coq/tools/coqdoc
- lib/coq/theories/ZArith
- lib/coq/theories/Wellfounded
- lib/coq/theories/Vectors
- lib/coq/theories/Unicode
- lib/coq/theories/Structures
- lib/coq/theories/Strings
- lib/coq/theories/Sorting
- lib/coq/theories/Sets
- lib/coq/theories/Setoids
- lib/coq/theories/Relations
- lib/coq/theories/Reals
- lib/coq/theories/QArith
- lib/coq/theories/Program
- lib/coq/theories/PArith
- lib/coq/theories/Numbers/Natural/Peano
- lib/coq/theories/Numbers/Natural/Binary
- lib/coq/theories/Numbers/Natural/Abstract
- lib/coq/theories/Numbers/NatInt
- lib/coq/theories/Numbers/Integer/NatPairs
- lib/coq/theories/Numbers/Integer/Binary
- lib/coq/theories/Numbers/Integer/Abstract
- lib/coq/theories/Numbers/Cyclic/ZModulo
- lib/coq/theories/Numbers/Cyclic/Int63
- lib/coq/theories/Numbers/Cyclic/Int31
- lib/coq/theories/Numbers/Cyclic/Abstract
- lib/coq/theories/NArith
- lib/coq/theories/MSets
- lib/coq/theories/Logic
- lib/coq/theories/Lists
- lib/coq/theories/Init
- lib/coq/theories/FSets
- lib/coq/theories/Compat
- lib/coq/theories/Classes
- lib/coq/theories/Bool
- lib/coq/theories/Arith
- lib/coq/tactics
- lib/coq/stm
- lib/coq/proofs
- lib/coq/printing
- lib/coq/pretyping
- lib/coq/plugins/syntax
- lib/coq/plugins/ssrmatching
- lib/coq/plugins/setoid_ring
- lib/coq/plugins/rtauto
- lib/coq/plugins/omega
- lib/coq/plugins/nsatz
- lib/coq/plugins/micromega
- lib/coq/plugins/ltac
- lib/coq/plugins/funind
- lib/coq/plugins/firstorder
- lib/coq/plugins/extraction
- lib/coq/plugins/derive
- lib/coq/plugins/cc
- lib/coq/plugins/btauto
- lib/coq/parsing
- lib/coq/library
- lib/coq/kernel/byterun
- lib/coq/interp
- lib/coq/gramlib/.pack
- lib/coq/engine
- lib/coq/dev
- lib/coq/coqpp
- lib/coq/config
- lib/coq/clib
-> removed coq.8.10.0
Done.
# Run eval $(opam env) to update the current shell environment
[ERROR] Sorry, resolution of the request timed out.
Try to specify a simpler request, use a different solver, or increase the allowed time by setting OPAMSOLVERTIMEOUT to a bigger value (currently, it is set to 600.0 seconds).
The middle of the output is truncated (maximum 20000 characters)
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
index.html | GarrisonJ/GarrisonJ.github.io | ---
layout: default
---
<div class="home">
{% if site.theme.header_text %}
<div class="call-out">{{ site.theme.header_text }}</div>
{% endif %}
<div class="posts">
{% for post in paginator.posts %}
<div class="post-teaser">
<header>
<p>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</p>
</header>
<div class="excerpt">
{{ post.excerpt }}
</div>
</div>
{% endfor %}
</div>
{% if paginator.total_pages > 1 %}
<div class="pagination">
{% if paginator.previous_page %}
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}" class="button" >
<i class="fa fa-chevron-left"></i>
Prev
</a>
{% endif %}
{% if paginator.next_page %}
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}" class="button" >
Next
<i class="fa fa-chevron-right"></i>
</a>
{% endif %}
</div>
{% endif %}
</div>
|
clean/Linux-x86_64-4.09.1-2.0.6/released/8.13.1/zchinese/8.9.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>zchinese: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.1 / zchinese - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
zchinese
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-23 16:42:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-23 16:42:14 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/zchinese"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ZChinese"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: number theory"
"keyword: chinese remainder"
"keyword: primality"
"keyword: prime numbers"
"category: Mathematics/Arithmetic and Number Theory/Number theory"
"category: Miscellaneous/Extracted Programs/Arithmetic"
]
authors: [
"Valérie Ménissier-Morain"
]
bug-reports: "https://github.com/coq-contribs/zchinese/issues"
dev-repo: "git+https://github.com/coq-contribs/zchinese.git"
synopsis: "A proof of the Chinese Remainder Lemma"
description: """
This is a rewriting of the contribution chinese-lemma using Zarith"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/zchinese/archive/v8.9.0.tar.gz"
checksum: "md5=a5fddf5409ff7b7053a84bbf9491b8fc"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-zchinese.8.9.0 coq.8.13.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1).
The following dependencies couldn't be met:
- coq-zchinese -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-zchinese.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.06.1-2.0.5/released/8.13.2/markov/8.6.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>markov: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.2 / markov - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
markov
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-05 06:59:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-05 06:59:20 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.13.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/markov"
license: "GNU Lesser Public License"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Markov"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [
"keyword: probability"
"keyword: Markov"
"keyword: Lebesgue integral"
"keyword: sigma algebras"
"keyword: measurability"
"keyword: Borel"
"category: Mathematics/Real Calculus and Topology"
"date: 2008-01-5"
]
authors: [ "Robert Kam <rkam2001@hotmail.com> [none]" ]
bug-reports: "https://github.com/coq-contribs/markov/issues"
dev-repo: "git+https://github.com/coq-contribs/markov.git"
synopsis: "Markov's inequality"
description:
"A proof of Markov's inequality, restricted to probability spaces, based on the Wikipedia proof. Defines Lebesgue integral and associated concepts such as measurability, measure functions, and sigma algebras. Extended real numbers did not need to be defined because we are working in a probability space with measure 1. Nonconstructive; uses classic, Extensionality_Ensembles, axiomatized real numbers from Coq standard library."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/markov/archive/v8.6.0.tar.gz"
checksum: "md5=75ae111f20f46ac736393998e2bd6cad"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-markov.8.6.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.2).
The following dependencies couldn't be met:
- coq-markov -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-markov.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.1+2/mathcomp-multinomials/1.5.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-multinomials: 1 m 1 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / mathcomp-multinomials - 1.5</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-multinomials
<small>
1.5
<span class="label label-success">1 m 1 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-02 19:48:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-02 19:48:15 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.7.1+2 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-multinomials"
maintainer: "pierre-yves@strub.nu"
homepage: "https://github.com/math-comp/multinomials"
bug-reports: "https://github.com/math-comp/multinomials/issues"
dev-repo: "git+https://github.com/math-comp/multinomials.git"
license: "CeCILL-B"
authors: ["Pierre-Yves Strub"]
build: [
[make "INSTMODE=global" "config"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"coq" {>= "8.7" & < "8.12~"}
"coq-mathcomp-ssreflect" {>= "1.8.0" & < "1.11~"}
"coq-mathcomp-algebra"
"coq-mathcomp-bigenough" {>= "1.0.0" & < "1.1~"}
"coq-mathcomp-finmap" {>= "1.4" & < "1.4.1"}
]
tags: [
"keyword:multinomials"
"keyword:monoid algebra"
"category:Math/Algebra/Multinomials"
"category:Math/Algebra/Monoid algebra"
"date:2020-01-20"
"logpath:SsrMultinomials"
]
synopsis: "A Multivariate polynomial Library for the Mathematical Components Library"
url {
src: "https://github.com/math-comp/multinomials/archive/1.5.tar.gz"
checksum: "sha512=7bf4b21c8d56b856b85ccb312254e0c349e3856aecfe7e094d66bf9d0af71be77854b01affa7306803c9f8b6ff90f06d912272b2908b648aa4f2c0948197b5a3"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-multinomials.1.5 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-mathcomp-multinomials.1.5 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>7 m 47 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-mathcomp-multinomials.1.5 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 1 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 6 M</p>
<ul>
<li>2 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/mpoly.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/mpoly.glob</code></li>
<li>510 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/monalg.vo</code></li>
<li>419 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/monalg.glob</code></li>
<li>386 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/freeg.vo</code></li>
<li>374 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/freeg.glob</code></li>
<li>184 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/mpoly.v</code></li>
<li>135 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/ssrcomplements.vo</code></li>
<li>120 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/ssrcomplements.glob</code></li>
<li>64 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/monalg.v</code></li>
<li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/freeg.v</code></li>
<li>36 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/xfinmap.vo</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/ssrcomplements.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/xfinmap.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/SsrMultinomials/xfinmap.v</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-mathcomp-multinomials.1.5</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
app/views/RFIController/comment.html | ngageoint/rfi-generator | #{if request.params.full}
#{extends "shell.html"/}
#{/if}
<script type="text/javascript">
$(function() {
var $parent = #{if request.params.full}$("body");#{/if}#{else}$("#comment_rfi_modal");#{/else}
$parent.find("blockquote, .alert").linkify();
#{if !request.params.full}
$parent.find("form").bind("submit", function() {
var ths = $(this);
$.ajax({url: ths.attr("action"), type: "POST", data: ths.serialize()})
.done(function(res, status, xhr) {
var warning = xhr.getResponseHeader("FormErrors");
if ( !warning) {
$parent.modal("hide");
globals.refreshRFIs().done(function(res,status,xhr) {
globals.rfis = res;
globals._refreshRFIs();
});
globals.addToast("Comment created", "success");
}
else {
var $body = $parent.find(".modal-body");
$body.empty();
$body.append(res);
$body.scrollTop(0);
}
});
return false;
});
#{/if}
$parent.find("input[placeholder], textarea[placeholder]").each(function() {
$(this).watermark($(this).attr("placeholder"));
});
});
</script>
#{ifErrors}
<div class='alert alert-error'>
<p><strong>There were some validation errors submitting the comment, please see below for details</strong></p>
<ul>
#{errors}
#{if !error.getKey().equals("c")}
<li>&{error.getKey()}</li>
#{/}
#{/errors}
</ul>
</div>
#{/ifErrors}
#{rfi.RFIView r:rfi /}
#{if rfi.comments.size() > 0}
<h4>Comments</h4>
#{list items:rfi.comments, as:'comment'}
<div class='alert alert-info'>
#{comment.CommentView c:comment /}
</div>
#{/list}
#{/if}
<hr/>
#{form @RFIController.createComment(), id: 'RFIForm', enctype:'multipart/form-data'}
#{comment.CommentForm rfi:rfi/}
#{/form}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.