path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
processing-3.0b7/modes/java/reference/FloatDict_div_.html
ledrui/UCSDUnfoldingMap-Java-Project
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>FloatDict::div() \ Language (API) \ Processing 2+</title> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="Author" content="Processing Foundation" /> <meta name="Publisher" content="Processing Foundation" /> <meta name="Keywords" content="Processing, Sketchbook, Programming, Coding, Code, Art, Design" /> <meta name="Description" content="Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology." /> <meta name="Copyright" content="All contents copyright the Processing Foundation, Ben Fry, Casey Reas, and the MIT Media Laboratory" /> <script src="javascript/modernizr-2.6.2.touch.js" type="text/javascript"></script> <link href="css/style.css" rel="stylesheet" type="text/css" /> </head> <body id="Langauge-en" onload="" > <!-- ==================================== PAGE ============================ --> <div id="container"> <!-- ==================================== HEADER ============================ --> <div id="ribbon"> <ul class="left"> <li class="highlight"><a href="http://processing.org/">Processing</a></li> <li><a href="http://p5js.org/">p5.js</a></li> <li><a href="http://py.processing.org/">Processing.py</a></li> </ul> <ul class="right"> <li><a href="http://foundation.processing.org/">Processing Foundation</a></li> </ul> <div class="clear"></div> </div> <div id="header"> <a href="/" title="Back to the Processing cover."><div class="processing-logo no-cover" alt="Processing cover"></div></a> <form name="search" method="get" action="http://www.google.com/search"> <p><input type="hidden" name="as_sitesearch" value="processing.org" /> <input type="text" name="as_q" value="" size="20" class="text" /> <input type="submit" value=" " /></p> </form> </div> <a id="TOP" name="TOP"></a> <div id="navigation"> <div class="navBar" id="mainnav"> <a href="index.html" class='active'>Language</a><br> <a href="libraries/index.html" >Libraries</a><br> <a href="tools/index.html">Tools</a><br> <a href="environment/index.html">Environment</a><br> </div> <script> document.querySelectorAll(".processing-logo")[0].className = "processing-logo"; </script> </div> <!-- ==================================== CONTENT - Headers ============================ --> <div class="content"> <p class="ref-notice">This reference is for Processing 3.0+. If you have a previous version, use the reference included with your software. If you see any errors or have suggestions, <a href="https://github.com/processing/processing-docs/issues?state=open">please let us know</a>. If you prefer a more technical reference, visit the <a href="http://processing.org/reference/javadoc/core/">Processing Javadoc</a>.</p> <table cellpadding="0" cellspacing="0" border="0" class="ref-item"> <tr class=""><th scope="row">Class</th><td><p><a href="FloatDict.html">FloatDict</a></p></td></tr> <tr class="name-row"> <th scope="row">Name</th> <td><h3>div()</h3></td> </tr> <tr class=""> <tr class=""><th scope="row">Examples</th><td><div class="example"><pre > FloatDict inventory; void setup() { size(200, 200); inventory = new FloatDict(); inventory.set("coffee",108.6); inventory.set("flour",5.8); inventory.set("tea",8.2); println(inventory); // There is 8.2 of tea inventory.div("tea", 2); println(inventory); // There is 4.1 of tea } </pre></div> </td></tr> <tr class=""> <th scope="row">Description</th> <td> Divide a value. </td> </tr> <tr class=""><th scope="row">Syntax</th><td><pre><kbd></kbd>.div(<kbd>key</kbd>, <kbd>amount</kbd>)</pre></td></tr> <tr class=""><th scope="row">Returns</th><td class="code">void</td></tr> </table> Updated on June 20, 2015 10:37:38pm UTC<br /><br /> <!-- Creative Commons License --> <div class="license"> <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border: none" src="http://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> </div> <!-- <?xpacket begin='' id=''?> <x:xmpmeta xmlns:x='adobe:ns:meta/'> <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'> <rdf:Description rdf:about='' xmlns:xapRights='http://ns.adobe.com/xap/1.0/rights/'> <xapRights:Marked>True</xapRights:Marked> </rdf:Description> <rdf:Description rdf:about='' xmlns:xapRights='http://ns.adobe.com/xap/1.0/rights/' > <xapRights:UsageTerms> <rdf:Alt> <rdf:li xml:lang='x-default' >This work is licensed under a &lt;a rel=&#34;license&#34; href=&#34;http://creativecommons.org/licenses/by-nc-sa/4.0/&#34;&gt;Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License&lt;/a&gt;.</rdf:li> <rdf:li xml:lang='en' >This work is licensed under a &lt;a rel=&#34;license&#34; href=&#34;http://creativecommons.org/licenses/by-nc-sa/4.0/&#34;&gt;Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License&lt;/a&gt;.</rdf:li> </rdf:Alt> </xapRights:UsageTerms> </rdf:Description> <rdf:Description rdf:about='' xmlns:cc='http://creativecommons.org/ns#'> <cc:license rdf:resource='http://creativecommons.org/licenses/by-nc-sa/4.0/'/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end='r'?> --> </div> <!-- ==================================== FOOTER ============================ --> <div id="footer"> <div id="copyright">Processing is an open project intiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a>. It is developed by a <a href="http://processing.org/about/people/">team of volunteers</a>.</div> <div id="colophon"> <a href="copyright.html">&copy; Info</a> </div> </div> </div> <script src="javascript/jquery-1.9.1.min.js"></script> <script src="javascript/site.js" type="text/javascript"></script> </body> </html>
index.html
rippo/swag.aurelia
<!DOCTYPE html> <html> <head> <title>Aurelia</title> <link rel="stylesheet" href="jspm_packages/npm/font-awesome@4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="styles/styles.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body aurelia-app="main"> <script src="jspm_packages/system.js"></script> <script src="config.js"></script> <script> System.import('aurelia-bootstrapper'); </script> </body> </html>
test/SpecRunner.html
knowledgecode/base64.js
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Jasmine Spec Runner</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="shortcut icon" type="image/png" href="lib/jasmine-1.3.1/jasmine_favicon.png"> <link rel="stylesheet" type="text/css" href="lib/jasmine-1.3.1/jasmine.css"> <script type="text/javascript" src="lib/jasmine-1.3.1/jasmine.js"></script> <script type="text/javascript" src="lib/jasmine-1.3.1/jasmine-html.js"></script> <!-- include source files here... --> <script type="text/javascript" src="../src/base64.js"></script> <!-- include spec files here... --> <script type="text/javascript" src="spec/base64Spec.js"></script> <script type="text/javascript"> (function() { var jasmineEnv = jasmine.getEnv(); jasmineEnv.updateInterval = 1000; var htmlReporter = new jasmine.HtmlReporter(); jasmineEnv.addReporter(htmlReporter); jasmineEnv.specFilter = function(spec) { return htmlReporter.specFilter(spec); }; var currentWindowOnload = window.onload; window.onload = function() { if (currentWindowOnload) { currentWindowOnload(); } execJasmine(); }; function execJasmine() { jasmineEnv.execute(); } })(); </script> </head> <body> </body> </html>
libs/boost_1_50_0/libs/algorithm/doc/html/header/boost/algorithm/string_hpp.html
djsedulous/namecoind
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Header &lt;boost/algorithm/string.hpp&gt;</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="The Boost Algorithm Library"> <link rel="up" href="../../../algorithm/reference.html" title="Reference"> <link rel="prev" href="../../../boost/algorithm/knuth_morris_pratt_search.html" title="Function template knuth_morris_pratt_search"> <link rel="next" href="string_regex_hpp.html" title="Header &lt;boost/algorithm/string_regex.hpp&gt;"> </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="../../../boost/algorithm/knuth_morris_pratt_search.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../algorithm/reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="string_regex_hpp.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="header.boost.algorithm.string_hpp"></a>Header &lt;<a href="../../../../../../../boost/algorithm/string.hpp" target="_top">boost/algorithm/string.hpp</a>&gt;</h3></div></div></div> <p>Cumulative include for string_algo library </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2010-2012 Marshall Clow<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="../../../boost/algorithm/knuth_morris_pratt_search.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../algorithm/reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="string_regex_hpp.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
www/views/advancedSettings.html
bitchk-wallet/copay
<ion-view id="advanced-settings" class="settings" show-tabs> <ion-nav-bar class="bar-royal"> <ion-nav-title>{{'Advanced Settings' | translate}}</ion-nav-title> <ion-nav-back-button> </ion-nav-back-button> </ion-nav-bar> <ion-content> <div class="settings-list list"> <ion-toggle class="has-comment" ng-model="spendUnconfirmed.value" toggle-class="toggle-balanced" ng-change="spendUnconfirmedChange()"> <span class="toggle-label" translate>Use Unconfirmed Funds</span> </ion-toggle> <div class="comment" translate> If enabled, wallets will also try to spend unconfirmed funds. This option may cause transaction delays. </div> <ion-toggle class="has-comment" ng-model="recentTransactionsEnabled.value" toggle-class="toggle-balanced" ng-change="recentTransactionsChange()"> <span class="toggle-label" translate>Recent Transaction Card</span> </ion-toggle> <div class="comment" translate> If enabled, the Recent Transactions card - a list of transactions occuring across all wallets - will appear in the Home tab. </div> <div class="item item-divider"></div> <ion-toggle ng-show=false ng-model="hideNextSteps.value" ng-if="!isWindowsPhoneApp" toggle-class="toggle-balanced" ng-change="nextStepsChange()"> <span class="toggle-label" translate>Hide Next Steps Card</span> </ion-toggle> <div class="item item-icon-left" ng-show="isCordova" ng-click="removeCache()"> <i class="icon ios-refresh-circle"></i> <span translate>Remove Cache</span> <span class="item-note"> </span> </div> </div> </ion-content> </ion-view>
solr-4.10.2/docs/solr-core/org/apache/solr/search/class-use/SolrCacheBase.html
kilfu0701/Solr4-Scaffold
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Sun Oct 26 05:56:35 EDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.search.SolrCacheBase (Solr 4.10.2 API)</title> <meta name="date" content="2014-10-26"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.solr.search.SolrCacheBase (Solr 4.10.2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/search/SolrCacheBase.html" title="class in org.apache.solr.search">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/search/class-use/SolrCacheBase.html" target="_top">Frames</a></li> <li><a href="SolrCacheBase.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.solr.search.SolrCacheBase" class="title">Uses of Class<br>org.apache.solr.search.SolrCacheBase</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/solr/search/SolrCacheBase.html" title="class in org.apache.solr.search">SolrCacheBase</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.search">org.apache.solr.search</a></td> <td class="colLast"> <div class="block"> APIs and classes for <a href="../../../../../org/apache/solr/search/QParserPlugin.html" title="class in org.apache.solr.search">parsing</a> and <a href="../../../../../org/apache/solr/search/SolrIndexSearcher.html" title="class in org.apache.solr.search">processing</a> search requests</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.search"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/solr/search/SolrCacheBase.html" title="class in org.apache.solr.search">SolrCacheBase</a> in <a href="../../../../../org/apache/solr/search/package-summary.html">org.apache.solr.search</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../org/apache/solr/search/SolrCacheBase.html" title="class in org.apache.solr.search">SolrCacheBase</a> in <a href="../../../../../org/apache/solr/search/package-summary.html">org.apache.solr.search</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/search/FastLRUCache.html" title="class in org.apache.solr.search">FastLRUCache</a>&lt;K,V&gt;</strong></code> <div class="block">SolrCache based on ConcurrentLRUCache implementation.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/search/LRUCache.html" title="class in org.apache.solr.search">LRUCache</a>&lt;K,V&gt;</strong></code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/search/SolrCacheBase.html" title="class in org.apache.solr.search">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/search/class-use/SolrCacheBase.html" target="_top">Frames</a></li> <li><a href="SolrCacheBase.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
test/index.html
haas85/webdb
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <script src="../package/webdb.debug.js"></script> <script> var schema = { users:{ id: {primary: true, autoincrement: true}, name: "TEXT", group: "TEXT", age: "NUMBER" }, posts: { title: "TEXT", content: "TEXT" }, posts2: { title: "TEXT", content: "TEXT" }, posts3: { id: {primary: true}, title: "TEXT", content: "TEXT" } }; var dr = function(){ console.log("Dropped"); }; var onCreated = function(){ console.log("onCreated", arguments); alert("Database Created"); myDB.insert("users",[{"name":"janire", "age":22}, {"name": "Xabi"}]); myDB.insert("posts",[{"title":"El titulo 1", "content":"El texto del primer post"}, {"title": "El titulo 2"}]); var query = [ { name: "Janire", age: 29 }, { age: 22 }, {name:"Xabi"} ]; // myDB.select("users", query, function(){console.log(arguments);}); // myDB.update("users", {name: "Iñigo'''"}, query, function(){console.log(arguments);}); // myDB.drop("users", dr); // myDB.drop("posts", dr); }; var myDB = new WebDB.webSQL("MyDB", schema, 1, 4.95, onCreated); </script> </body> </html>
ocr_extracted/W28528_text/page44.html
datamade/elpc_bakken
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28528_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page43.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 0px; margin-top: 0px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 3293px; margin-top: 0px;"> <p class="styleSans353.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 1423px; margin-top: 467px;"> <p class="styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 148px; margin-top: 722px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 170px; margin-top: 977px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 1593px; margin-top: 2337px;"> <p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 2911px; margin-top: 2507px;"> <p class="styleSans1.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 297px; margin-top: 722px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">BIT </p> </div> <div style="position: absolute; margin-left: 297px; margin-top: 807px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">CI) '— N H <br/>13 1/2 8 3/4 8 3/4 8 3/4 </p> </div> <div style="position: absolute; margin-left: 465px; margin-top: 807px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">MFGR <br/>Security Smith Security <br/>BHI </p> </div> <div style="position: absolute; margin-left: 488px; margin-top: 722px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">BIT </p> </div> <div style="position: absolute; margin-left: 765px; margin-top: 722px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">BIT </p> </div> <div style="position: absolute; margin-left: 701px; margin-top: 807px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">mg RMB 5568 MMéSD MDSiélé MMDssM T406 </p> </div> <div style="position: absolute; margin-left: 1020px; margin-top: 722px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">SERIAL </p> </div> <div style="position: absolute; margin-left: 1020px; margin-top: 807px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">21g; 110570 12486269 JH8484 12410155 7150355 </p> </div> <div style="position: absolute; margin-left: 1296px; margin-top: 722px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">JET </p> </div> <div style="position: absolute; margin-left: 1296px; margin-top: 807px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">SIZE </p> </div> <div style="position: absolute; margin-left: 1296px; margin-top: 892px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">6Xl6's 6Xl6's 6X16's 5X18's 6X18's </p> </div> <div style="position: absolute; margin-left: 1466px; margin-top: 722px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">DEPTH 52311; 2150 7996 9900 10622 20366 </p> </div> <div style="position: absolute; margin-left: 1655px; margin-top: 806px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 1802px; margin-top: 722px;"> <p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">HRS ACC m HJLS. 7.57 7.57 33.06 40.63 27.44 68.07 15.94 84.01 63.88 147.9 </p> </div> <div style="position: absolute; margin-left: 2054px; margin-top: 806px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">11/113 270.1 176.8 69.4 45.3 152.5 </p> </div> <div style="position: absolute; margin-left: 2222px; margin-top: 806px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">€ 0 a: <br/>10 25 25 25 25 </p> </div> <div style="position: absolute; margin-left: 2390px; margin-top: 806px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">199 <br/>70 <br/>70 <br/>68 </p> </div> <div style="position: absolute; margin-left: 2516px; margin-top: 785px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">M 100 120 120 120 70 </p> </div> <div style="position: absolute; margin-left: 2642px; margin-top: 785px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">IU ooom < <br/>90 90 </p> </div> <div style="position: absolute; margin-left: 2768px; margin-top: 785px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">PP 2500 2850 3100 3200 3720 </p> </div> <div style="position: absolute; margin-left: 2915px; margin-top: 722px;"> <p class="styleSans7.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">MUD WT/VIS 8.33/28 9.8/68 9.8/68 9.8/65 9.8/27 </p> </div> </body> </html>
v4/user-agent-detail/53/d5/53d54d19-92ef-441a-87e1-d47e174d2532.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 4.0.3; es-hn; LG-E612g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</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; U; Android 4.0.3; es-hn; LG-E612g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 </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>piwik/device-detector<br /><small>/Tests/fixtures/smartphone-1.yml</small></td><td>Android Browser </td><td>Android 4.0.3</td><td>WebKit </td><td style="border-left: 1px solid #555">LG</td><td>E612g</td><td>smartphone</td><td></td><td></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 ( [user_agent] => Mozilla/5.0 (Linux; U; Android 4.0.3; es-hn; LG-E612g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 [os] => Array ( [name] => Android [short_name] => AND [version] => 4.0.3 [platform] => ) [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [device] => Array ( [type] => smartphone [brand] => LG [model] => E612g ) [os_family] => Android [browser_family] => Android 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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 4.0</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.022</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\.0.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.0* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => 4.0 [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] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [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] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple 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>Android Browser 4.0</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] => Android Browser [version] => 4.0 ) </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>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">LG</td><td>E612g</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.29903</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] => 480 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => LG [mobile_model] => E612g [version] => 4.0 [is_android] => 1 [browser_name] => Android Webkit [operating_system_family] => Android [operating_system_version] => 4.0.3 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.0.x Ice Cream Sandwich [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.5.2</small></td><td>Android Browser </td><td>WebKit </td><td>Android 4.0</td><td style="border-left: 1px solid #555">LG</td><td>E612g</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</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] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.0 [platform] => ) [device] => Array ( [brand] => LG [brandName] => LG [model] => E612g [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>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.0.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.001</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; U; Android 4.0.3; es-hn; LG-E612g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => 4.0 [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.0.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; U; Android 4.0.3; es-hn; LG-E612g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) ) [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; U; Android 4.0.3; es-hn; LG-E612g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) ) ) </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>Android 4.0.3</td><td><i class="material-icons">close</i></td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">LG</td><td>E612g</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.011</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] => 4 [minor] => 0 [patch] => 3 [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 0 [patch] => 3 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => LG [model] => E612g [family] => LG-E612g ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.0.3; es-hn; LG-E612g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) </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>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.0.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.11401</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] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.0.3 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => Honduran Spanish [agent_languageTag] => es-hn ) </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>Android Browser 4.0</td><td>WebKit 534.30</td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">LG</td><td>LGE612g</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.40504</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] => Android Browser 4 on Android (Ice Cream Sandwich) [browser_version] => 4 [extra_info] => Array ( ) [operating_platform] => LGE612g [extra_info_table] => stdClass Object ( [System Build] => IML74K ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => android-browser [operating_system_version] => Ice Cream Sandwich [simple_operating_platform_string] => LGE612g [is_abusive] => [layout_engine_version] => 534.30 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => LG [operating_system] => Android (Ice Cream Sandwich) [operating_system_version_full] => 4.0.3 [operating_platform_code] => LGE612g [browser_name] => Android Browser [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; U; Android 4.0.3; es-hn; LG-E612g Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 [browser_version_full] => 4.0 [browser] => Android Browser 4 ) </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>Android Browser </td><td>Webkit 534.30</td><td>Android 4.0.3</td><td style="border-left: 1px solid #555">LG</td><td>Optimus L5</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.022</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] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 534.30 ) [os] => Array ( [name] => Android [version] => 4.0.3 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => LG [model] => Optimus L5 ) ) </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>Safari 4.0</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] => Safari [vendor] => Apple [version] => 4.0 [category] => smartphone [os] => Android [os_version] => 4.0.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.6.4</small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.0</td><td style="border-left: 1px solid #555">LG</td><td>E612g</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.06601</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] => 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.0 [advertised_browser] => Android Webkit [advertised_browser_version] => 4.0 [complete_device_name] => LG E612g (Optimus L5) [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => LG [model_name] => E612g [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => http://gsm.lge.com/html/gsm/E612g-M3-D1.xml [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.0 [pointing_method] => touchscreen [release_date] => 2012_may [marketing_name] => Optimus L5 [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] => 25 [max_image_width] => 300 [max_image_height] => 480 [rows] => 15 [physical_screen_width] => 57 [physical_screen_height] => 85 [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] => false [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] => true [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] => true [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:31:08</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>
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/id/IdentifierGeneratorAggregator.html
HerrB92/obp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_34) on Wed Oct 23 13:33:39 EDT 2013 --> <TITLE> IdentifierGeneratorAggregator (Hibernate JavaDocs) </TITLE> <META NAME="date" CONTENT="2013-10-23"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="IdentifierGeneratorAggregator (Hibernate JavaDocs)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IdentifierGeneratorAggregator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/hibernate/id/IdentifierGenerator.html" title="interface in org.hibernate.id"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/hibernate/id/IdentifierGeneratorHelper.html" title="class in org.hibernate.id"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/hibernate/id/IdentifierGeneratorAggregator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IdentifierGeneratorAggregator.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.hibernate.id</FONT> <BR> Interface IdentifierGeneratorAggregator</H2> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../org/hibernate/id/CompositeNestedGeneratedValueGenerator.html" title="class in org.hibernate.id">CompositeNestedGeneratedValueGenerator</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>IdentifierGeneratorAggregator</B></DL> </PRE> <P> Identifies <A HREF="../../../org/hibernate/id/IdentifierGenerator.html" title="interface in org.hibernate.id"><CODE>generators</CODE></A> which potentially aggregate other <A HREF="../../../org/hibernate/id/PersistentIdentifierGenerator.html" title="interface in org.hibernate.id"><CODE>PersistentIdentifierGenerator</CODE></A> generators. <p/> Initially this is limited to <A HREF="../../../org/hibernate/id/CompositeNestedGeneratedValueGenerator.html" title="class in org.hibernate.id"><CODE>CompositeNestedGeneratedValueGenerator</CODE></A> <P> <P> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../org/hibernate/id/IdentifierGeneratorAggregator.html#registerPersistentGenerators(java.util.Map)">registerPersistentGenerators</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;generatorMap)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Register any sub generators which implement <A HREF="../../../org/hibernate/id/PersistentIdentifierGenerator.html" title="interface in org.hibernate.id"><CODE>PersistentIdentifierGenerator</CODE></A> by their <A HREF="../../../org/hibernate/id/PersistentIdentifierGenerator.html#generatorKey()"><CODE>generatorKey</CODE></A>.</TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="registerPersistentGenerators(java.util.Map)"><!-- --></A><H3> registerPersistentGenerators</H3> <PRE> void <B>registerPersistentGenerators</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&nbsp;generatorMap)</PRE> <DL> <DD>Register any sub generators which implement <A HREF="../../../org/hibernate/id/PersistentIdentifierGenerator.html" title="interface in org.hibernate.id"><CODE>PersistentIdentifierGenerator</CODE></A> by their <A HREF="../../../org/hibernate/id/PersistentIdentifierGenerator.html#generatorKey()"><CODE>generatorKey</CODE></A>. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>generatorMap</CODE> - The map of generators.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/IdentifierGeneratorAggregator.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../org/hibernate/id/IdentifierGenerator.html" title="interface in org.hibernate.id"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../org/hibernate/id/IdentifierGeneratorHelper.html" title="class in org.hibernate.id"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/hibernate/id/IdentifierGeneratorAggregator.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="IdentifierGeneratorAggregator.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved. </BODY> </HTML>
public/Windows 10 x64 (18362.329)/_MI_SUB64K_FREE_RANGES.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18362.329)</h4><br> <h2>_MI_SUB64K_FREE_RANGES</h2> <font face="arial"> +0x000 BitMap : <a href="./_RTL_BITMAP_EX.html">_RTL_BITMAP_EX</a><br> +0x010 ListEntry : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br> +0x020 Vad : Ptr64 <a href="./_MMVAD_SHORT.html">_MMVAD_SHORT</a><br> +0x028 SetBits : Uint4B<br> +0x02c FullSetBits : Uint4B<br> +0x030 SubListIndex : Pos 0, 2 Bits<br> +0x030 Hint : Pos 2, 30 Bits<br> </font></body></html>
app/examples/style.css
eladyarkoni/stackjs
%allCssFiles% html { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-tap-highlight-color:rgba(0,0,0,0); } body { font-family: Arial; margin: 0; padding: 0; }
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.5beta1/contrib:maths/dev/2015-01-31_01-41-06.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.5beta1 / contrib:maths dev</a></li> <li class="active"><a href="">2015-01-31 01:41:06</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:maths <small> dev <span class="label label-success">8 s</span> </small> </h1> <p><em><script>document.write(moment("2015-01-31 01:41:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-31 01:41:06 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:maths/coq:contrib:maths.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:maths.dev coq.8.5beta1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5beta1). The following actions will be performed: - install coq:contrib:maths.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:maths.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:maths.dev. </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>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --deps-only coq:contrib:maths.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --verbose coq:contrib:maths.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>8 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - install coq:contrib:maths.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:maths] Fetching https://gforge.inria.fr/git/coq-contribs/maths.git#trunk Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:maths.dev/.git/ [master (root-commit) 5be1560] opam-git-init From https://gforge.inria.fr/git/coq-contribs/maths * [new branch] trunk -&gt; opam-ref * [new branch] trunk -&gt; origin/trunk LICENSE Make Makefile description divide.v gcd.v prime.v HEAD is now at 38f9bc9 Applying &quot;Unset Standard Proposition Elimination Names&quot; for =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:maths.dev: coq_makefile -f Make -o Makefile make -j4 make install &quot;coqdep&quot; -c -R &quot;.&quot; Maths &quot;divide.v&quot; &gt; &quot;divide.v.d&quot; || ( RV=$?; rm -f &quot;divide.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;.&quot; Maths &quot;gcd.v&quot; &gt; &quot;gcd.v.d&quot; || ( RV=$?; rm -f &quot;gcd.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -R &quot;.&quot; Maths &quot;prime.v&quot; &gt; &quot;prime.v.d&quot; || ( RV=$?; rm -f &quot;prime.v.d&quot;; exit ${RV} ) &quot;coqc&quot; -q -R &quot;.&quot; Maths divide &quot;coqc&quot; -q -R &quot;.&quot; Maths gcd &quot;coqc&quot; -q -R &quot;.&quot; Maths prime cd &quot;.&quot; &amp;&amp; for i in prime.vo gcd.vo divide.vo prime.v gcd.v divide.v prime.glob gcd.glob divide.glob ./.coq-native/NMaths_prime.cmi ./.coq-native/NMaths_gcd.cmi ./.coq-native/NMaths_divide.cmi ./.coq-native/NMaths_prime.cmx ./.coq-native/NMaths_gcd.cmx ./.coq-native/NMaths_divide.cmx ./.coq-native/NMaths_prime.cmxs ./.coq-native/NMaths_gcd.cmxs ./.coq-native/NMaths_divide.cmxs ; do \ install -d &quot;`dirname &quot;&quot;&quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/Maths/$i`&quot;; \ install -m 0644 $i &quot;&quot;&quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/Maths/$i; \ done Installing coq:contrib:maths.dev. </pre></dd> </dl> <h2>Installation size</h2> <p>Total: 230 K</p> <ul> <li>59 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Maths/divide.vo</code></li> <li>51 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Maths/prime.vo</code></li> <li>39 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Maths/gcd.vo</code></li> <li>27 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Maths/divide.glob</code></li> <li>17 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Maths/gcd.glob</code></li> <li>16 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Maths/prime.glob</code></li> <li>6 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Maths/divide.v</code></li> <li>5 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Maths/gcd.v</code></li> <li>4 K <code>/home/bench/.opam/system/lib/coq/user-contrib/Maths/prime.v</code></li> <li>1 K <code>/home/bench/.opam/system/lib/coq:contrib:maths/opam.config</code></li> <li>1 K <code>/home/bench/.opam/system/install/coq:contrib:maths.install</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq:contrib:maths.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq:contrib:maths.dev === 1 to remove === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:maths] Fetching https://gforge.inria.fr/git/coq-contribs/maths.git#trunk =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq:contrib:maths.dev. rm -R /home/bench/.opam/system/lib/coq/user-contrib/Maths </pre></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>
javascript/lib/DataTables/extras/ColReorder/scrolling.html
adjohnson916/pathfinder-demo
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.sprymedia.co.uk/media/images/favicon.ico"> <title>ColReorder example</title> <style type="text/css" title="currentStyle"> @import "../../media/css/demo_page.css"; @import "../../media/css/demo_table.css"; @import "media/css/ColReorder.css"; </style> <script type="text/javascript" charset="utf-8" src="../../media/js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" charset="utf-8" src="media/js/ColReorder.js"></script> <script type="text/javascript" charset="utf-8"> $(document).ready( function () { var oTable = $('#example').dataTable( { "sDom": 'Rlfrtip', "sScrollY": "200px", "bPaginate": false } ); } ); </script> </head> <body id="dt_example"> <div id="container"> <div class="full_width big"> ColReorder example with scrolling </div> <h1>Preamble</h1> <p>This is a simple example to show ColReorder working with DataTables scrolling.</p> <h1>Live example</h1> <form> <div id="demo"> <table cellpadding="0" cellspacing="0" border="0" class="display" id="example"> <thead> <tr> <th>Rendering engine</th> <th>Browser</th> <th>Platform(s)</th> <th>Engine version</th> <th>CSS grade</th> </tr> </thead> <tfoot> <tr> <th>Rendering engine</th> <th>Browser</th> <th>Platform(s)</th> <th>Engine version</th> <th>CSS grade</th> </tr> </tfoot> <tbody> <tr class="odd_gradeX"> <td>Trident</td> <td>Internet Explorer 4.0</td> <td>Win 95+ (Entity: &amp;)</td> <td class="center">4</td> <td class="center">X</td> </tr> <tr class="even_gradeC"> <td>Trident</td> <td>Internet Explorer 5.0</td> <td>Win 95+</td> <td class="center">5</td> <td class="center">C</td> </tr> <tr class="odd_gradeA"> <td>Trident</td> <td>Internet Explorer 5.5</td> <td>Win 95+</td> <td class="center">5.5</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Trident</td> <td>Internet Explorer 6</td> <td>Win 98+</td> <td class="center">6</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Trident</td> <td>Internet Explorer 7</td> <td>Win XP SP2+</td> <td class="center">7</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Trident</td> <td>AOL browser (AOL desktop)</td> <td>Win XP</td> <td class="center">6</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Gecko (UTF-8: $¢€)</td> <td>Firefox 1.0</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.7</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Gecko</td> <td>Firefox 1.5</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Gecko</td> <td>Firefox 2.0</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Gecko</td> <td>Firefox 3.0</td> <td>Win 2k+ / OSX.3+</td> <td class="center">1.9</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Gecko</td> <td>Camino 1.0</td> <td>OSX.2+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Gecko</td> <td>Camino 1.5</td> <td>OSX.3+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Gecko</td> <td>Netscape 7.2</td> <td>Win 95+ / Mac OS 8.6-9.2</td> <td class="center">1.7</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Gecko</td> <td>Netscape Browser 8</td> <td>Win 98SE+</td> <td class="center">1.7</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Gecko</td> <td>Netscape Navigator 9</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Gecko</td> <td>Mozilla 1.0</td> <td>Win 95+ / OSX.1+</td> <td class="center">1</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Gecko</td> <td>Mozilla 1.1</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.1</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Gecko</td> <td>Mozilla 1.2</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.2</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Gecko</td> <td>Mozilla 1.3</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.3</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Gecko</td> <td>Mozilla 1.4</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.4</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Gecko</td> <td>Mozilla 1.5</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.5</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Gecko</td> <td>Mozilla 1.6</td> <td>Win 95+ / OSX.1+</td> <td class="center">1.6</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Gecko</td> <td>Mozilla 1.7</td> <td>Win 98+ / OSX.1+</td> <td class="center">1.7</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Gecko</td> <td>Mozilla 1.8</td> <td>Win 98+ / OSX.1+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Gecko</td> <td>Seamonkey 1.1</td> <td>Win 98+ / OSX.2+</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Gecko</td> <td>Epiphany 2.20</td> <td>Gnome</td> <td class="center">1.8</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Webkit</td> <td>Safari 1.2</td> <td>OSX.3</td> <td class="center">125.5</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Webkit</td> <td>Safari 1.3</td> <td>OSX.3</td> <td class="center">312.8</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Webkit</td> <td>Safari 2.0</td> <td>OSX.4+</td> <td class="center">419.3</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Webkit</td> <td>Safari 3.0</td> <td>OSX.4+</td> <td class="center">522.1</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Webkit</td> <td>OmniWeb 5.5</td> <td>OSX.4+</td> <td class="center">420</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Webkit</td> <td>iPod Touch / iPhone</td> <td>iPod</td> <td class="center">420.1</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Webkit</td> <td>S60</td> <td>S60</td> <td class="center">413</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Presto</td> <td>Opera 7.0</td> <td>Win 95+ / OSX.1+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Presto</td> <td>Opera 7.5</td> <td>Win 95+ / OSX.2+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Presto</td> <td>Opera 8.0</td> <td>Win 95+ / OSX.2+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Presto</td> <td>Opera 8.5</td> <td>Win 95+ / OSX.2+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Presto</td> <td>Opera 9.0</td> <td>Win 95+ / OSX.3+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Presto</td> <td>Opera 9.2</td> <td>Win 88+ / OSX.3+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Presto</td> <td>Opera 9.5</td> <td>Win 88+ / OSX.3+</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Presto</td> <td>Opera for Wii</td> <td>Wii</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>Presto</td> <td>Nokia N800</td> <td>N800</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="odd_gradeA"> <td>Presto</td> <td>Nintendo DS browser</td> <td>Nintendo DS</td> <td class="center">8.5</td> <td class="center">C/A<sup>1</sup></td> </tr> <tr class="even_gradeC"> <td>KHTML</td> <td>Konqureror 3.1</td> <td>KDE 3.1</td> <td class="center">3.1</td> <td class="center">C</td> </tr> <tr class="odd_gradeA"> <td>KHTML</td> <td>Konqureror 3.3</td> <td>KDE 3.3</td> <td class="center">3.3</td> <td class="center">A</td> </tr> <tr class="even_gradeA"> <td>KHTML</td> <td>Konqureror 3.5</td> <td>KDE 3.5</td> <td class="center">3.5</td> <td class="center">A</td> </tr> <tr class="odd_gradeX"> <td>Tasman</td> <td>Internet Explorer 4.5</td> <td>Mac OS 8-9</td> <td class="center">-</td> <td class="center">X</td> </tr> <tr class="even_gradeC"> <td>Tasman</td> <td>Internet Explorer 5.1</td> <td>Mac OS 7.6-9</td> <td class="center">1</td> <td class="center">C</td> </tr> <tr class="odd_gradeC"> <td>Tasman</td> <td>Internet Explorer 5.2</td> <td>Mac OS 8-X</td> <td class="center">1</td> <td class="center">C</td> </tr> <tr class="even_gradeA"> <td>Misc</td> <td>NetFront 3.1</td> <td>Embedded devices</td> <td class="center">-</td> <td class="center">C</td> </tr> <tr class="odd_gradeA"> <td>Misc</td> <td>NetFront 3.4</td> <td>Embedded devices</td> <td class="center">-</td> <td class="center">A</td> </tr> <tr class="even_gradeX"> <td>Misc</td> <td>Dillo 0.8</td> <td>Embedded devices</td> <td class="center">-</td> <td class="center">X</td> </tr> <tr class="odd_gradeX"> <td>Misc</td> <td>Links</td> <td>Text only</td> <td class="center">-</td> <td class="center">X</td> </tr> <tr class="even_gradeX"> <td>Misc</td> <td>Lynx</td> <td>Text only</td> <td class="center">-</td> <td class="center">X</td> </tr> <tr class="odd_gradeC"> <td>Misc</td> <td>IE Mobile</td> <td>Windows Mobile 6</td> <td class="center">-</td> <td class="center">C</td> </tr> <tr class="even_gradeC"> <td>Misc</td> <td>PSP browser</td> <td>PSP</td> <td class="center">-</td> <td class="center">C</td> </tr> <tr class="odd_gradeU"> <td>Other browsers</td> <td>All others</td> <td>-</td> <td class="center">-</td> <td class="center">U</td> </tr> </tbody> </table> </div> </form> <div class="spacer"></div> <h1>Examples</h1> <ul> <li><a href="index.html">Basic initialisation</a></li> <li><a href="alt_insert.html">Styling the insert cursor</a></li> <li><a href="col_filter.html">Individual column filtering</a></li> <li><a href="colvis.html">Integration with DataTables' ColVis plug-in</a></li> <li><a href="fixedcolumns.html">Integration with DataTables' FixedColumns plug-in</a></li> <li><a href="fixedheader.html">Integration with DataTables' FixedHeader plug-in</a></li> <li><a href="predefined.html">Using a predefined column order set</a></li> <li><a href="reset.html">Providing a user control to reset the column order</a></li> <li><a href="scrolling.html">Column reordering shown with scrolling in DataTables</a></li> <li><a href="server_side.html">Server-side processing support</a></li> <li><a href="state_save.html">State saving of the column position</a></li> <li><a href="theme.html">jQuery UI theme integration</a></li> </ul> <h1>Initialisation code</h1> <pre>$(document).ready( function () { var oTable = $('#example').dataTable( { "sDom": 'Rlfrtip', "sScrollY": "200px", "bPaginate": false } ); } );</pre> <div id="footer" style="text-align:center;"> <span style="font-size:10px;"> ColReorder and DataTables &copy; Allan Jardine 2010 </span> </div> </div> </body> </html>
app/index.html
rozifus/arimaa-react
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /> <link rel="stylesheet" type="text/css" href="/static/semantic-ui-1.0.0/dist/semantic.css" /> <link rel="stylesheet" type="text/css" href="/static/css/app.css" /> <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.js"></script> <script src="/static/semantic-ui-1.0.0/dist/semantic.js"></script> <title>Arimaa on React</title> </head> <body> <section id="react-app"></section> <script src="/static/bundle/app-bundle.js"></script> </body> </html>
index.html
estigio/pici_prueba
<!DOCTYPE html> <!--[if IEMobile 7 ]> <html class="no-js iem7"> <![endif]--> <!--[if (gt IEMobile 7)|!(IEMobile)]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <title>PICI</title> <meta name="description" content=""> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="cleartype" content="on"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/touch/apple-touch-icon-114x114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/touch/apple-touch-icon-144x144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/touch/apple-touch-icon-72x72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="img/touch/apple-touch-icon.png"> <link rel="shortcut icon" href="img/touch/apple-touch-icon.png"> <!-- Tile icon for Win8 (144x144 + tile color) --> <meta name="msapplication-TileImage" content="img/touch/apple-touch-icon-144x144-precomposed.png"> <meta name="msapplication-TileColor" content="#222222"> <script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/jquery.mobile-1.3.2.css"> <link rel="stylesheet" href="css/main.css"> <script src="js/vendor/modernizr-2.6.2.min.js"></script> <script type="text/javascript" src="js/vendor/jquery.js"></script> <script type="text/javascript" src="js/vendor/jquery.mobile-1.3.2.js"></script> <style> #contact{ text-align: center; } </style> <script> $(document).bind("pageinit","News", function(){ $("#envio").click(function(){ $.ajax({ type: "POST", url: "http://devtucompass.tk/pici/BackEnd/email/Mensaje.php", data: $("#frmContacto").serialize(), // serializes the form's elements. success: function(data) { alert("Listo Mensaje Enviado"); // show response from the php script. $('#frmContacto').each (function(){ this.reset(); }); } }); }); }); </script> </head> <body > <!-- Interfaz Principal de la aplicación --> <section id="Index" data-role="page" data-theme="g"> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra.jpg" height="90%" width="90%" alt=""></div> </div> <div class="ui-grid-solo"> <img src="img/resources/LogoPICI.png" width="30%"> </div> <article data-role="content"> <a href="pages/news/noticias.html" rel="external"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft"class="ui-block-a"> </div> <div id="textoBotonNews" class="ui-block-c"> <div>Noticias</div> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="pages/genericInfo/listPost.html?type=SENA" data-ajax="false" rel="external"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft"class="ui-block-a"> <!-- <img src="img/icons/icons_sena/ITEMS_SENA.png" height="47" width="48"> <img src="img/resources/line.png" id="line" > --> </div> <div id="textoBoton" class="ui-block-c"> <p>Sena</p> </div> <div id="iconoBotonRight" class="ui-block-d" data-ajax="false"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <!--pertinencia menu --> <a href="#pertinen" > <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft"class="ui-block-a"> <!-- <img src="img/icons/icons_sena/ITEMS_SENA.png" height="47" width="48"> <img src="img/resources/line.png" id="line" > --> </div> <div id="textoBoton" class="ui-block-c"> <p>Pertinencia</p> </div> <div id="iconoBotonRight" class="ui-block-d" data-ajax="false"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="pages/genericInfo/listPost.html?type=CALIDAD" data-ajax="false" rel="external"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> <!-- <img src="img/icons/icons_sena/ITEMS_CALIDAD.png" height="47" width="48"> <img src="img/resources/line.png" id="line" > --> </div> <div id="textoBoton" class="ui-block-c"> <p>Calidad</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="#formacion"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> <!--<img src="img/icons/icons_sena/ITEMS_CENTROS.png" height="47" width="48"> <img src="img/resources/line.png" id="line" > --> </div> <div id="textoBoton" class="ui-block-c"> <p>Formación</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="#trabajo"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> <!-- <img src="img/icons/icons_sena/ITEMS_SENNOVA.png" height="47" width="48"> <img src="img/resources/line.png" id="line" > --> </div> <div id="textoBoton" class="ui-block-c"> <p>Trabajo</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="#contact"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> <!-- <img src="img/icons/icons_sena/ITEMS_CONTACTO.png" height="47" width="48"> <img src="img/resources/line.png" id="line" > --> </div> <div id="textoBoton" class="ui-block-c"> <p>Contacto</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> </article><!-- /content --> <footer data-role="footer" data-theme="g" class="ui-block-a" data-position="fixed"> <div class="ui-grid-solo"> Portal Interactivo de Comunicación e Información </div> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""></div> </div> </footer><!-- /footer --> </section><!-- /page --> <!---------- seccion TRABAJO --> <section id="trabajo" data-role="page" data-theme="f"> <header data-role="header" data-theme="g" data-position="fixed"> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""></div> </div> <div class="ui-grid-solo"> <a href="index.html" rel="external" data-ajax="false"> <div id="buttonBack" class="ui-grid-b"> <div id="iconoBotonLeft"class="ui-block-a"> <img src="img/icons/icons_sena/FlechaBotonAtras.png"> </div> <div id="textButton" class="ui-block-c"> <div>Atras</div> </div> <div class="ui-block-d"></div> </div><!-- /grid-c --> </a> </div> <h2>Trabajo</h2> <div class="ui-grid-solo"> <img src="img/resources/LogoPICI.png" width="15%"> </div> </header><!-- /header --> <article data-role="content" id="contenedor"> <a href="pages/genericInfo/listPost.html?type=EMPRENDIMIENTO" data-ajax="false" rel="external"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>Emprendimiento</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="pages/genericInfo/listPost.html?type=JOVENESRURALES" data-ajax="false" rel="external"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>Jovenes Rurales</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="https://itunes.apple.com/es/app/ape-sena/id731647505?mt=8" > <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>Agencia Publica de Empleo - IOS</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="https://play.google.com/store/apps/details?id=co.edu.sena.APE2"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>Agencia Publica de Empleo - ANDROID</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> </article><!-- /content --> <footer data-role="footer" data-theme="g" class="ui-block-a" data-position="fixed"> <div class="ui-grid-solo"> <p>Portal Interactivo de Comunicación e Información</p> </div> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""> </div> </div> </footer><!-- /footer --> </section><!-- /page --> <!---------- seccion pertinencia --> <section id="pertinen" data-role="page" data-theme="f"> <header data-role="header" data-theme="g" data-position="fixed"> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""></div> </div> <div class="ui-grid-solo"> <a href="index.html" rel="external" data-ajax="false"> <div id="buttonBack" class="ui-grid-b"> <div id="iconoBotonLeft"class="ui-block-a"> <img src="img/icons/icons_sena/FlechaBotonAtras.png"> </div> <div id="textButton" class="ui-block-c"> <div>Atras</div> </div> <div class="ui-block-d"></div> </div><!-- /grid-c --> </a> </div> <h2>Pertinencia</h2> <div class="ui-grid-solo"> <img src="img/resources/LogoPICI.png" width="15%"> </div> </header><!-- /header --> <article data-role="content" id="contenedor"> <a href="sennova.html" data-ajax="false" rel="external"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>SenNova</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="pages/genericInfo/listPost.html?type=AGROSENA" data-ajax="false" rel="external"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>AgroSena</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="pages/genericInfo/listPost.html?type=BILINGUISMO" data-ajax="false" rel="external"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>Bilinguismo</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="pages/genericInfo/listPost.html?type=ESCNACDINS" data-ajax="false" rel="external"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>Escuela Nacional de Instructores</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> </article><!-- /content --> <footer data-role="footer" data-theme="g" class="ui-block-a" data-position="fixed"> <div class="ui-grid-solo"> <p>Portal Interactivo de Comunicación e Información</p> </div> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""> </div> </div> </footer><!-- /footer --> </section><!-- /page --> <!---------- seccion formacion --> <section id="formacion" data-role="page" data-theme="f"> <header data-role="header" data-theme="g" data-position="fixed"> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""></div> </div> <div class="ui-grid-solo"> <a href="index.html" rel="external" data-ajax="false"> <div id="buttonBack" class="ui-grid-b"> <div id="iconoBotonLeft"class="ui-block-a"> <img src="img/icons/icons_sena/FlechaBotonAtras.png"> </div> <div id="textButton" class="ui-block-c"> <div>Atras</div> </div> <div class="ui-block-d"></div> </div><!-- /grid-c --> </a> </div> <h2>Formación</h2> <div class="ui-grid-solo"> <img src="img/resources/LogoPICI.png" width="15%"> </div> </header><!-- /header --> <article data-role="content" id="contenedor"> <a href="pages/education/educationZd.html?type=Zonas" role="external" data-ajax="false"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>Regionales y Centros</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="http://200.93.151.242/juego1/"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>Programas de Formación - Juego</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> </article><!-- /content --> <footer data-role="footer" data-theme="g" class="ui-block-a" data-position="fixed"> <div class="ui-grid-solo"> <p>Portal Interactivo de Comunicación e Información</p> </div> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""> </div> </div> </footer><!-- /footer --> </section><!-- /page --> <!---------- seccion de contacto --> <section id="contact" data-role="page" data-theme="f"> <header data-role="header" data-theme="g" data-position="fixed"> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""></div> </div> <div class="ui-grid-solo"> <a href="index.html" rel="external" data-ajax="false"> <div id="buttonBack" class="ui-grid-b"> <div id="iconoBotonLeft"class="ui-block-a"> <img src="img/icons/icons_sena/FlechaBotonAtras.png"> </div> <div id="textButton" class="ui-block-c"> <div>Atras</div> </div> <div class="ui-block-d"></div> </div><!-- /grid-c --> </a> </div> <h2>Contacto</h2> <div class="ui-grid-solo"> <img src="img/resources/LogoPICI.png" width="15%"> </div> </header><!-- /header --> <article data-role="content" id="contenedor"> <a href="#contactEmail"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>Formulario de Contacto</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> <a href="pages/chat/chat.html" data-ajax="false" rel="external"> <div id="botonMenu" class="ui-grid-b"> <div id="iconoBotonLeft" class="ui-block-a"> </div> <div id="textoBoton" class="ui-block-c"> <p>Chat de Contacto</p> </div> <div id="iconoBotonRight"class="ui-block-d"> <img src="img/resources/line.png" id="line" > <img src="img/icons/icons_sena/FlechaBoton.png" style="height:70%;"> </div> </div><!-- /grid-c --> </a> </article><!-- /content --> <footer data-role="footer" data-theme="g" class="ui-block-a" data-position="fixed"> <div class="ui-grid-solo"> <p>Portal Interactivo de Comunicación e Información</p> </div> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""> </div> </div> </footer><!-- /footer --> </section><!-- /page --> <!---------- seccion de email de contacto --> <section id="contactEmail" data-role="page" data-theme="f"> <header data-role="header" data-theme="g" data-position="fixed"> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""></div> </div> <div class="ui-grid-solo"> <a href="javascript:history.go(-1)" rel="external" data-ajax="false"> <div id="buttonBack" class="ui-grid-b"> <div id="iconoBotonLeft"class="ui-block-a"> <img src="img/icons/icons_sena/FlechaBotonAtras.png"> </div> <div id="textButton" class="ui-block-c"> <div>Atras</div> </div> <div class="ui-block-d"></div> </div><!-- /grid-c --> </a> </div> <h2>Contacto</h2> </header><!-- /header --> <article data-role="content" id="contenedor"> <!-- encabezados de noticias --> <form action="#" id="frmContacto" method="POST" > <label for="name">Nombre Completo</label> <input id="name=" name="name"type="text" paceholder="Nombre" data-theme="c"> <label for="email" data-theme="c">Email</label> <input type="email" name="email" id="email" placeholder="ejemplo@ejemplo.com" data-theme="c"> <label for="comenatrio" data-theme="c">Comentarios</label> <textarea rows="10" id="comentario" name="comentario" placeholder="espacio para comentarios" data-theme="c"> </textarea> <input type="submit" id="envio" value="Enviar" data-role="btn" data-theme="c"> </form> </article><!-- /content --> <footer data-role="footer" data-theme="g" class="ui-block-a" data-position="fixed"> <div class="ui-grid-solo"> <p>Portal Interactivo de Comunicación e Información</p> </div> <div class="ui-grid-solo"> <div class="ui-block-a"> <img src="img/resources/Barra - copia.jpg" height="7" width="90%" alt=""> </div> </div> </footer><!-- /footer --> </section><!-- /page --> <script src="js/vendor/zepto.min.js"></script> <script src="js/helper.js"> </script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. <script> var _gaq=[["_setAccount","UA-XXXXX-X"],["_trackPageview"]]; (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1; g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js"; s.parentNode.insertBefore(g,s)}(document,"script")); </script>--> </body> </html>
bonus_bar.html
zezhouliu/cs171-hw1
<!DOCTYPE html> <html> <head> <script src="http://d3js.org/d3.v3.min.js"></script> <style type="text/css"> rect { fill-opacity: .8; } text { font: 10px sans-serif; } </style> </head> <body> <!-- Add Filter Labels --> <label><input type="radio" name="order" value="state"> State</label> <label><input type="radio" name="order" value="rate" checked> Rate</label> <input type="range" name="points" min="0" max="50" step="1" value="50"> <script type="text/javascript"> var margin = {top: 50, bottom: 10, left:300, right: 40}; var width = 900 - margin.left - margin.right; var height = 900 - margin.top - margin.bottom; var xScale = d3.scale.linear().range([0, width]); var yScale = d3.scale.ordinal().rangeRoundBands([0, height], .8, 0); var bar_height = 15; var state = function(d) { return d.State; }; var rate = function(d) { return d.Rate; }; var svg = d3.select("body").append("svg") .attr("width", width+margin.left+margin.right) .attr("height", height+margin.top+margin.bottom); var g = svg.append("g") .attr("transform", "translate("+margin.left+","+margin.top+")"); d3.tsv("unemp_states_us_nov_2013.tsv", function(data) { var reorder = function () { // Check which button has been pressed var btn = this; console.log(btn); // create static counter for number of times pressed // reset counter if its the first time it is being pressed if (btn != currentSelected || btn.staticCounter == null) { btn.staticCounter = 0; } btn.staticCounter++; // console.log(groups.data); // handle the case for states if (btn.value == "state") { console.log(btn.staticCounter); data.sort(function(a, b) { // if not selected, sort by increasing order if (btn.staticCounter % 2 == 1) { // if equal priority, sort by name if (d3.ascending(a.State, b.State) == 0) { return d3.ascending(a.Rate, b.Rate); } return d3.ascending(a.State, b.State); } else { // if equal priority, sort by name if (d3.descending(a.State, b.State) == 0) { return d3.descending(a.Rate, b.Rate); } return d3.descending(a.State, b.State); } }) } else { data.sort(function(a, b) { // if not selected, sort by increasing order if (btn.staticCounter % 2 == 1) { // if equal priority, sort by name if (d3.ascending(a.Rate, b.Rate) == 0) { return d3.ascending(a.State, b.State); } return d3.ascending(a.Rate, b.Rate); } else { // if equal priority, sort by name if (d3.descending(a.Rate, b.Rate) == 0) { return d3.descending(a.State, b.State); } return d3.descending(a.Rate, b.Rate); } }) } currentSelected = btn; yScale.domain(data.map(state)); groups .transition() .duration(750) .delay(function(d, i) { return i * 10; }) .attr("transform", function(d, i) { return "translate("+ 0 +", "+ yScale(d.State) +")"; }) }; // keep track of which button is already selected var currentSelected = null; d3.selectAll("input[name=order]").on("click", reorder); d3.select("input[name=points]").on("mouseup", function() { var value = this.value; groups .transition() .duration(750) .delay(function(d, i) { return i * 10; }) .attr("transform", function(d, i) { if (i <= value) return "translate("+ 0 +", "+ yScale(d.State) +")"; else return "translate("+ 0 +", "+ 1000 +")"; }) }); var max = d3.max(data, function(d) { return d.Rate; } ); var min = 0; xScale.domain([min, max]); yScale.domain(data.map(state)); var groups = g.append("g") .selectAll("g") .data(data) .enter() .append("g") .attr("transform", function(d, i) { return "translate(0, " + yScale(d.State) +")"; }); var header = g .append("text") .text("Unemployment Rates for States") .style("font-size", 20) .style("font-weight", "bold"); var bars = groups .append("rect") .attr("width", function(d) { return xScale(d.Rate); }) .attr("height", bar_height) .style("fill", function (d, i) { var min = d3.min(data, function(d) { return Math.min(d.Rate); }); var max = d3.max(data, function(d) { return Math.max(d.Rate); }); var color = d3.scale.linear() .domain([min, max]) .interpolate(d3.interpolateRgb) .range(["silver", "green"]); return color(d.Rate); }); // Add text for the row values groups.append("text") .attr("x", function(d) { return xScale(d.Rate); }) .attr("y", function(d) { return bar_height/2; }) .text(function(d) { return d.Rank; }) .attr("dx", function(d) { // dynamically size based on textsize + slight padding return -1 * (this.getBBox().width + 3); }) .attr("dy", function(d) { // add a little padding return 2; }); // Add the text labels for the rows groups.append("text") .attr("x", function(d) { return 0; }) .attr("y", function(d) { return bar_height/2; }) .text(function(d) { return d.State; }) .attr("dx", function(d) { // dynamically size based on textsize + slight padding return -1 * (this.getBBox().width + 3); }) .attr("dy", function(d) { // add a little padding return 2; }) }); </script> </body> </html>
templates/back_office/class_list.html
EmadMokhtar/halaqat
{% extends 'back_office/back_office_base.html' %} {% load i18n %} {% block title %} {% trans "Classes" %} {% endblock %} {% block container %} {% if classes %} <table class="table table-hover table-striped"> <thead> <tr> <th>{% trans "Name" %}</th> <th>{% trans "Type" %}</th> <th>{% trans "Gender" %}</th> <th colspan="2">{% trans "1st Semester" %}</th> <th colspan="2">{% trans "2nd Semester" %}</th> </tr> <tr> <th></th> <th></th> <th></th> <th>{% trans "Start Date" %}</th> <th>{% trans "End Date" %}</th> <th>{% trans "Start Date" %}</th> <th>{% trans "End Date" %}</th> </tr> </thead> <tbody> {% for class in classes %} <td><a href="{% url 'class-detail' class.pk %}"> {{ class.name }} </a> </td> <td>{{ class.class_type }}</td> <td>{{ class.get_gender_display }}</td> <td>{{ class.first_semester_start }}</td> <td>{{ class.first_semester_end }}</td> <td>{{ class.second_semester_start }}</td> <td>{{ class.second_semester_end }}</td> {% endfor %} </tbody> </table> {% else %} <p class="lead">{% trans "No classes to display" %}</p> {% endif %} {% endblock %}
jonas-courses/03_Advanced_CSS_and_Sass/Section_7/01_Trillo/css/style.comp.css
deaf-ayo/courses
/* COLORS Primary: #eb2f64 Primary light: #FF3366 Primary dark: #BA265D Grey light 1: #faf9f9 Grey light 2: #f4f2f2 Grey light 3: #f0eeee Grey light 4: #ccc Grey dark 1: #333 Grey dark 2: #777 Grey dark 3: #999 */ :root { --color-primary: #eb2f64; --color-primary-light: #FF3366; --color-primary-dark: #BA265D; --color-grey-light-1: #faf9f9; --color-grey-light-2: #f4f2f2; --color-grey-light-3: #f0eeee; --color-grey-light-4: #ccc; --color-grey-dark-1: #333; --color-grey-dark-2: #777; --color-grey-dark-3: #999; --shadow-dark: 0 2rem 6rem rgba(0, 0, 0, 0.3); --shadow-light: 0 2rem 5rem rgba(0, 0, 0, 0.06); --line: 1px solid var(--color-grey-light-2); } * { margin: 0; padding: 0; } *, *::after, *::before { box-sizing: inherit; } html { box-sizing: border-box; font-size: 62.5%; } @media only screen and (max-width: 68.75em) { html { font-size: 50%; } } body { font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 1.6; color: var(--color-grey-dark-2); background-image: linear-gradient(to right bottom, var(--color-primary-light), var(--color-primary-dark)); background-size: cover; background-repeat: no-repeat; min-height: 100vh; } .logo { height: 3.25rem; margin-left: 2rem; } .search { flex: 0 0 40%; display: flex; align-items: center; justify-content: center; } @media only screen and (max-width: 31.25em) { .search { order: 1; flex: 0 0 100%; background-color: var(--color-grey-light-2); } } .search__input { font-family: inherit; font-size: inherit; color: inherit; background-color: var(--color-grey-light-2); border: none; padding: .7rem 2rem; border-radius: 100px; width: 90%; transition: all .2s; margin-right: -3.25rem; } .search__input:focus { outline: none; width: 100%; background-color: var(--color-grey-light-3); } .search__input::-webkit-input-placeholder { font-weight: 100; color: var(--color-grey-light-4); } .search__button { border: none; background-color: transparent; } .search__button:focus { outline: none; } .search__button:active { transform: translateY(2px); } .search__icon { height: 2rem; width: 2rem; fill: var(--color-grey-dark-3); } .user-nav { display: flex; align-items: center; align-self: stretch; } .user-nav > * { padding: 0 2rem; cursor: pointer; height: 100%; display: flex; align-items: center; } .user-nav > *:hover { background-color: var(--color-grey-light-2); } .user-nav__icon-box { position: relative; } .user-nav__icon { height: 2.25rem; width: 2.25rem; fill: var(--color-grey-dark-2); } .user-nav__notification { font-size: .8rem; height: 1.7rem; width: 1.7rem; border-radius: 50%; background-color: var(--color-primary); color: #fff; position: absolute; top: 1.5rem; right: 1.1rem; display: flex; justify-content: center; align-items: center; } .user-nav__user-photo { height: 3.75rem; border-radius: 50%; margin-right: 1rem; } .side-nav { font-size: 1.4rem; list-style: none; margin-top: 3.5rem; } @media only screen and (max-width: 56.25em) { .side-nav { display: flex; margin: 0; } } .side-nav__item { position: relative; } .side-nav__item:not(:last-child) { margin-bottom: .5rem; } @media only screen and (max-width: 56.25em) { .side-nav__item:not(:last-child) { margin: 0; } } @media only screen and (max-width: 56.25em) { .side-nav__item { flex: 1; } .side-nav__item:not(:last-child) { margin-bottom: 0; margin-right: .5rem; } } .side-nav__item::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 3px; background-color: var(--color-primary); transform: scaleY(0); transition: transform 0.2s, width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s, background-color 0.1s; } .side-nav__item:hover::before, .side-nav__item--active::before { transform: scaleY(1); width: 100%; } .side-nav__item:active::before { background-color: var(--color-primary-light); } .side-nav__link:link, .side-nav__link:visited { color: var(--color-grey-light-1); text-decoration: none; text-transform: uppercase; display: block; padding: 1.5rem 3rem; position: relative; z-index: 10; display: flex; align-items: center; } @media only screen and (max-width: 56.25em) { .side-nav__link:link, .side-nav__link:visited { justify-content: center; padding: 2rem; } } @media only screen and (max-width: 37.5em) { .side-nav__link:link, .side-nav__link:visited { flex-direction: column; padding: 1.5rem .5rem; } } .side-nav__icon { width: 1.75rem; height: 1.75rem; margin-right: 2rem; fill: currentColor; } @media only screen and (max-width: 37.5em) { .side-nav__icon { margin-right: 0; margin-bottom: .7rem; width: 1.5rem; height: 1.5rem; } } .legal { font-size: 1.2rem; color: var(--color-grey-light-4); text-align: center; padding: 2.5rem; } @media only screen and (max-width: 56.25em) { .legal { display: none; } } .gallery { display: flex; } .gallery__photo { width: 100%; display: block; } .overview { display: flex; align-items: center; border-bottom: var(--line); } .overview__heading { font-size: 2.25rem; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; padding: 1.5rem 3rem; } @media only screen and (max-width: 37.5em) { .overview__heading { font-size: 1.8rem; padding: 1.25rem 2rem; } } .overview__stars { display: flex; margin-right: auto; } .overview__icon-star, .overview__icon-location { width: 1.75rem; height: 1.75rem; fill: var(--color-primary); } .overview__location { font-size: 1.2rem; display: flex; align-items: center; } .overview__icon-location { margin-right: .5rem; } .overview__rating { background-color: var(--color-primary); color: #fff; margin-left: 3rem; padding: 0 2.25rem; align-self: stretch; display: flex; align-items: center; justify-content: center; flex-direction: column; } @media only screen and (max-width: 37.5em) { .overview__rating { padding: 0 1.5rem; } } .overview__rating-average { font-size: 2.25rem; font-weight: 300; margin-bottom: -3px; } @media only screen and (max-width: 37.5em) { .overview__rating-average { font-size: 1.8rem; } } .overview__rating-count { font-size: .8rem; text-transform: uppercase; } @media only screen and (max-width: 37.5em) { .overview__rating-count { font-size: .5rem; } } .btn-inline { border: none; color: var(--color-primary); font-size: inherit; border-bottom: 1px solid currentColor; padding-bottom: 2px; display: inline-block; background-color: transparent; cursor: pointer; transition: all .2s; } .btn-inline span { margin-left: 3px; transition: margin-left .2s; } .btn-inline:hover { color: var(--color-grey-dark-1); } .btn-inline:hover span { margin-left: 8px; } .btn-inline:focus { outline: none; animation: pulsate 1s infinite; } @keyframes pulsate { 0% { transform: scale(1); box-shadow: none; } 50% { transform: scale(1.05); box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.25); } 100% { transform: scale(1); box-shadow: none; } } .paragraph:not(:last-of-type) { margin-bottom: 2rem; } .list { list-style: none; margin: 3rem 0; padding: 3rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; } .list__item { flex: 0 0 50%; margin-bottom: .7rem; } .list__item::before { content: ""; display: inline-block; height: 1rem; width: 1rem; margin-right: .7rem; background-image: url(../img/chevron-thin-right.svg); background-size: cover; } @supports (-webkit-mask-image: url()) or (mask-image: url()) { .list__item::before { background-color: var(--color-primary); -webkit-mask-image: url(../img/chevron-thin-right.svg); -webkit-mask-size: cover; mask-image: url(../img/chevron-thin-right.svg); mask-size: cover; background-image: none; } } .recommend { font-size: 1.3rem; color: var(--color-grey-dark-3); display: flex; align-items: center; } .recommend__count { margin-right: auto; } .recommend__friends { display: flex; } .recommend__photo { box-sizing: content-box; height: 4rem; width: 4rem; border-radius: 50%; border: 3px solid #fff; } .recommend__photo:not(:last-child) { margin-right: -2rem; } .review { background-color: #fff; box-shadow: var(--shadow-light); padding: 3rem; margin-bottom: 3.5rem; position: relative; overflow: hidden; } @media only screen and (max-width: 56.25em) { .review { padding: 2rem; margin-bottom: 3rem; } } .review__text { margin-bottom: 2rem; z-index: 10; position: relative; } .review__user { display: flex; align-items: center; } .review__photo { height: 4.5rem; width: 4.5rem; border-radius: 50%; margin-right: 1.5rem; } .review__user-box { margin-right: auto; } .review__user-name { font-size: 1.1rem; font-weight: 600; text-transform: uppercase; margin-bottom: .4rem; } .review__user-date { font-size: 1.1rem; color: var(--color-grey-dark-3); font-weight: 300; } .review__rating { font-size: 2.2rem; color: var(--color-primary); font-weight: 300; } .review::before { content: "\201C"; position: absolute; top: -2.75rem; left: -1rem; line-height: 1; font-size: 20rem; color: var(--color-grey-light-2); font-family: sans-serif; z-index: 1; } .cta { padding: 3.5rem 0; text-align: center; } @media only screen and (max-width: 56.25em) { .cta { padding: 2.5rem 0; } } .cta__book-now { font-size: 2rem; font-weight: 300; text-transform: uppercase; margin-bottom: 2.5rem; } .btn { font-size: 1.5rem; font-weight: 300; text-transform: uppercase; border-radius: 100px; border: none; background-image: linear-gradient(to right, var(--color-primary-light), var(--color-primary-dark)); color: #fff; position: relative; overflow: hidden; cursor: pointer; } .btn > * { display: inline-block; height: 100%; width: 100%; transition: all .2s; } .btn__visible { padding: 2rem 7.5rem; } .btn__invisible { position: absolute; padding: 2rem 0; left: 0; top: -100%; } .btn:hover { background-image: linear-gradient(to left, var(--color-primary-light), var(--color-primary-dark)); } .btn:hover .btn__visible { transform: translateY(100%); } .btn:hover .btn__invisible { top: 0; } .btn:focus { outline: none; animation: pulsate 1s infinite; } .container { max-width: 120rem; margin: 8rem auto; background-color: var(--color-grey-light-1); box-shadow: var(--shadow-dark); min-height: 50rem; } @media only screen and (max-width: 75em) { .container { margin: 0; max-width: 100%; width: 100%; } } .header { font-size: 1.4rem; height: 7rem; background-color: #fff; border-bottom: var(--line); display: flex; justify-content: space-between; align-items: center; } @media only screen and (max-width: 31.25em) { .header { flex-wrap: wrap; align-content: space-around; height: 11rem; } } .content { display: flex; } @media only screen and (max-width: 56.25em) { .content { flex-direction: column; } } .sidebar { background-color: var(--color-grey-dark-1); flex: 0 0 18%; display: flex; flex-direction: column; justify-content: space-between; } .hotel-view { background-color: #fff; flex: 1; } .detail { font-size: 1.4rem; display: flex; padding: 4.5rem; background-color: var(--color-grey-light-1); border-bottom: var(--line); } @media only screen and (max-width: 56.25em) { .detail { padding: 3rem; } } @media only screen and (max-width: 37.5em) { .detail { flex-direction: column; } } .description { background-color: #fff; box-shadow: var(--shadow-light); padding: 3rem; flex: 0 0 60%; margin-right: 4.5rem; } @media only screen and (max-width: 56.25em) { .description { padding: 2rem; margin-right: 3rem; } } @media only screen and (max-width: 37.5em) { .description { margin-right: 0; margin-bottom: 3rem; } } .user-reviews { flex: 1; display: flex; flex-direction: column; align-items: center; }
app.css
tmcgann/d3-playground
body { font-size: 14px; font-family: "Helvetica Neue", Helvetica; } .input-text.x-small { width: 4em; } .margin-bottom { margin-bottom: 1em; } .margin-right { margin-right: 1em; } .right { float: right; } .slider-container { width: 48em; } .slider { width: 50em; }
critical-render-path/style.css
mrcodehang/demo
div { text-align: center; padding: 20%; } button { background: skyblue; color: white; padding: 4px 8px; border: 0; outline: none; box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .3); } button:hover { box-shadow: 0 1px 4px 2px rgba(0, 0, 0, .3); cursor: pointer; } img { width: 400px; height: 400px; }
work/raw_data/pretre_jean_mysteres_bablylone/56ce3ef062f5848e3502d647f9d45515382cb808739681fcfdb3530055012d11.html
czuger/haute_tension
<scri <!DOCTYPE html> <html lang="fr" itemscope="" itemtype="http://schema.org/Blog"> <head> <script> if (window.parent !== window) { if (typeof btoa !== "function") { window.btoa = function (input) { var str = String(input); for (var block, charCode, idx = 0, map = chars, output = ''; str.charAt(idx | 0) || (map = '=', idx % 1); output += map.charAt(63 & block >> 8 - idx % 1 * 8)) { charCode = str.charCodeAt(idx += 3/4) block = block << 8 | charCode } return output } } var re = /^(?:https?:)?(?:\/\/)?([^\/\?]+)/i var res = re.exec(document.referrer) var domain = res[1] var forbidden = ["aGVsbG8ubGFuZA==","Y3Vpc2luZS5sYW5k","cmVjZXR0ZS5sYW5k","cmVjZXR0ZXMubGFuZA==",] if (forbidden.indexOf(btoa(domain)) > -1) { document.location = document.location.origin + "/system/noframed" } } </script> <link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/css/ob-style.css?v2.35.0.0" /> <link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.css" /> <!-- Forked theme from id 60 - last modified : 2017-02-23T08:01:21+01:00 --> <!-- shortcut:[Meta] --> <!-- title --> <!-- Title --> <title>365 - Le Site dont vous êtes le Héros</title> <!-- metas description, keyword, robots --> <!-- Metas --> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <meta name="author" content="" /> <meta property="og:site_name" content="Le&#x20;Site&#x20;dont&#x20;vous&#x20;&#x00EA;tes&#x20;le&#x20;H&#x00E9;ros" /> <meta property="og:title" content="365&#x20;-&#x20;Le&#x20;Site&#x20;dont&#x20;vous&#x20;&#x00EA;tes&#x20;le&#x20;H&#x00E9;ros" /> <meta name="twitter:title" content="365&#x20;-&#x20;Le&#x20;Site&#x20;dont&#x20;vous&#x20;&#x00EA;tes&#x20;le&#x20;H&#x00E9;ros" /> <meta name="description" content="La&#x20;vieille&#x20;femme&#x20;tente&#x20;de&#x20;s&#x27;&#x00E9;loigner&#x20;mais&#x20;elle&#x20;se&#x20;d&#x00E9;place&#x20;lentement.&#x20;Vous&#x20;la&#x20;rattrapez&#x20;sans&#x20;probl&#x00E8;mes.&#x20;Vous&#x20;lui&#x20;ordonnez&#x20;de&#x20;s&#x27;arr&#x00EA;ter&#x20;en&#x20;posant&#x20;le&#x20;plat&#x20;de&#x20;votre&#x20;&#x00E9;p&#x00E9;e&#x20;sur&#x20;son&#x20;&#x00E9;paule.&#x20;Elle&#x20;s&#x27;immobilise&#x20;instantan&#x00E9;ment.&#x20;Elle&#x20;n&#x27;a&#x20;que&#x20;peu&#x20;de&#x20;chose&#x20;&#x00E0;&#x20;raconter..." /> <meta property="og:description" content="La&#x20;vieille&#x20;femme&#x20;tente&#x20;de&#x20;s&#x27;&#x00E9;loigner&#x20;mais&#x20;elle&#x20;se&#x20;d&#x00E9;place&#x20;lentement.&#x20;Vous&#x20;la&#x20;rattrapez&#x20;sans&#x20;probl&#x00E8;mes.&#x20;Vous&#x20;lui&#x20;ordonnez&#x20;de&#x20;s&#x27;arr&#x00EA;ter&#x20;en&#x20;posant&#x20;le&#x20;plat&#x20;de&#x20;votre&#x20;&#x00E9;p&#x00E9;e&#x20;sur&#x20;son&#x20;&#x00E9;paule.&#x20;Elle&#x20;s&#x27;immobilise&#x20;instantan&#x00E9;ment.&#x20;Elle&#x20;n&#x27;a&#x20;que&#x20;peu&#x20;de&#x20;chose&#x20;&#x00E0;&#x20;raconter..." /> <meta name="twitter:description" content="La&#x20;vieille&#x20;femme&#x20;tente&#x20;de&#x20;s&#x27;&#x00E9;loigner&#x20;mais&#x20;elle&#x20;se&#x20;d&#x00E9;place&#x20;lentement.&#x20;Vous&#x20;la&#x20;rattrapez&#x20;sans&#x20;probl&#x00E8;mes.&#x20;Vous&#x20;lui&#x20;ordonnez&#x20;de&#x20;s&#x27;arr&#x00EA;ter&#x20;en&#x20;posant&#x20;le&#x20;plat&#x20;de&#x20;votre&#x20;&#x00E9;p&#x00E9;e&#x20;sur&#x20;son&#x20;&#x00E9;paule.&#x20;Elle&#x20;s&#x27;immobilise&#x20;instantan&#x00E9;ment...." /> <meta property="og:locale" content="fr_FR" /> <meta property="og:url" content="http://lesitedontvousetesleheros.overblog.com/2015/01/365.html" /> <meta name="twitter:url" content="http://lesitedontvousetesleheros.overblog.com/2015/01/365.html" /> <meta property="og:type" content="article" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@overblog" /> <meta name="twitter:creator" content="@" /> <meta property="fb:app_id" content="284865384904712" /> <!-- Robots --> <meta name="robots" content="index,follow" /> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" /> <!-- Analytics --> <!-- shortcut:[Options] --> </script>ll" group="shares" /> <!-- shortcut:[Includes] --> <!-- favicon --> <!-- Metas --> <link rel="shortcut icon" type="image/x-icon" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.ico" /> <link rel="icon" type="image/png" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.png" /> <link rel="apple-touch-icon" href="http://fdata.over-blog.net/99/00/00/01/img/mobile-favicon.png" /> <!-- SEO --> <!-- includes --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" /> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700' rel='stylesheet' type='text/css'> <!-- Fonts --> <link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'> <!-- Fancybox --> <link rel="stylesheet" type="text/css" href="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" /> <style type="text/css"> /*** RESET ***/ .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clearfix {display: inline-block;} /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} * {margin:0; padding:0;} body {background-color: #000; color: #fff; font-family: 'PT Sans Caption', sans-serif; font-size: 12px;} a {text-decoration: none;} h1, h2, h3, h4, h5, h6 { font-weight:normal;} img {border:none;} .box li {list-style:none;} #cl_1_0 ul, #cl_1_0 ol {margin-left: 0; padding-left: 25px;} .visuallyhidden, .ob-form-subscription label { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } /*** General ***/ .ln {clear: both;} #ln_2 {padding-bottom: 20px;} .cl {float:left;} .clear {clear:both;} .list-title {font-size: 24px; margin: 10px 0 10px 10px; text-shadow: 1px 1px 1px #000;} /*** Structure ***/ #cl_0_0 {margin-bottom:0; width:100%;} #cl_1_0 {display:inline; padding:0 12px 0 0; width:630px; } #cl_1_1 {display:inline; padding:0; width:308px;} #cl_2_0 {margin-top: 30px; width: 100%;} #global {margin:0px auto; width:950px;} .header {margin: 110px 0 20px; text-align:left;} .avatar, #top{ display: inline-block; vertical-align: middle; } .avatar{ margin-right: 10px; } #top .title {font-family: Carter One, cusrive; font-size: 60px; left: 0; letter-spacing: 2px; line-height: 60px; text-shadow: 0 5px 5px #333; text-transform: uppercase;} #top .description {font-family: Carter One, cusrive; font-size:60px; font-size: 20px; letter-spacing: 2px; text-shadow: 0 2px 1px #333;} article {margin-bottom: 35px;} /** Article **/ .article, .page{ background: #141414; background: rgba(20,20,20,0.9); border: 2px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 10px; } .noresult{ margin-bottom: 20px; } .beforeArticle {margin-bottom: 10px;} .divTitreArticle .post-title, .divPageTitle .post-title, .special h3 {border-bottom: 1px solid; font-size: 30px; letter-spacing:2px; margin-bottom: 10px; padding-bottom:5px; word-wrap: break-word;} .contenuArticle, .pageContent {padding-top:10px;} .contenuArticle p, .pageContent p .contenuArticle ol, .contenuArticle ul {font-size: 14px; line-height: 22px; padding-bottom: 8px;} .ob-repost {background: #222; border: 1px solid #2A2A2A; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold; margin: 1em 0; text-align: center;} .ob-repost p {font-size: 12px; line-height: normal; padding: 0;} .ob-repost .ob-link {text-decoration: underline;} /* Sections */ .ob-section-text, .ob-section-images, .ob-section-video, .ob-section-audio, .ob-section-quote, .ob-secton-map {width: 600px;} /* Medias */ .ob-video iframe, .ob-video object, .ob-section-images .ob-slideshow, .ob-slideshow img, .ob-section-map .ob-map { width: 600px; } .ob-video iframe{ border: 0; } .ob-video object { max-height: 345px; } .ob-section-audio .obsoundplayer .obsoundplayername { height: 31px; width: 200px; overflow: hidden; } /* Section texte */ .ob-text h3, .ob-text h4, .ob-text h5 {margin: 15px 0 5px;} .ob-text h3 {font-size: 18px; line-height: 18px;} .ob-text h4 {font-size: 16px; line-height: 16px;} .ob-text h5 {font-size: 14px; font-weight: bold; line-height: 14px;} .ob-text pre {width: 600px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -webkit-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; overflow: auto;} /* Section image */ .ob-media-left {margin-right: 30px;} .ob-media-right {margin-left: 30px; max-width: 100%;} .ob-row-1-col img {width: 100%;} .ob-row-2-col img {width: 50%; margin-top: 0; margin-bottom: 0;} .ob-row-3-col img {width: 200px; margin-top: 0; margin-bottom: 0;} /* Section map */ .ob-map div {color: #282924;} /* Section HTML */ .ob-section-html iframe, .ob-section-html embed, .ob-section-html object {max-width: 100%;} /* Section file */ .ob-section-file .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); display: block; max-width: 100%;} .ob-section-file .ob-ctn a.ob-link, .ob-section-file .ob-c a.ob-link:visited {color: #FFF; text-decoration: underline; max-width: 521px;} .ob-section-file .ob-ctn a.ob-link:hover {color: #FFF; text-decoration: none;} /* Section Quote */ .ob-section-quote {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); margin-bottom: 20px; width: 100%;} .ob-section-quote .ob-quote p {color: #FFF; min-height: 20px;} .ob-section-quote .ob-quote p:before {color: #444; margin: 20px 0 0 -85px;} .ob-section-quote .ob-quote p:after {color: #444; margin: 80px 0 0;} .ob-section-quote p.ob-author, .ob-section-quote p.ob-source {background: #444; font-size: 14px; font-style: italic; margin: 25px 0 0; max-height: 22px; max-width: 517px; overflow: hidden; padding-bottom: 0\9; position: relative; text-overflow: ellipsis; white-space: nowrap; z-index: 11;} /* Section Link */ .ob-section-link .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);} .ob-section-link .ob-media-left {margin: 0;} .ob-section-link p.ob-url {background: #444; margin: 0; max-height: 20px; max-width: 395px;} .ob-section-link p.ob-title {color: #FFF; margin-bottom: 0; margin-left: 20px;} .ob-section-link p.ob-snippet {color: #FFF; margin-bottom: 10px; margin-left: 20px; margin-top: 0;} .ob-section-link p.ob-title .ob-link {color: #FFF; max-height: 42px; overflow: hidden;} .ob-section-link p.ob-snippet {margin-bottom: 35px; max-height: 40px; overflow: hidden;} .ob-section-link .ob-img {float: left; width: 170px;} .ob-section-link .ob-desc {margin-top: 5px;} /* Description */ .contenuArticle .ob-desc {font-size: 13px; font-style: italic;} /* twitter box */ .ob-section .twitter-tweet-rendered {max-width: 100% !important;} .ob-section .twt-border {max-width: 100% !important;} /* Share buttons */ .afterArticle {background: #141414; border: 2px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin: 10px 0; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding: 9px 13px 8px; position: relative; width: 600px; z-index: 1;/* iframe Facebook */} .share h3, .item-comments h3 {margin-bottom: 10px; font-size: 16px; line-height: 16px;} .google-share, .twitter-share, .facebook-share, .ob-share {float: left;} .facebook-share {width: 105px;} .ob-share {margin-top: -2px;} .comment-number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: right; font-weight: bold; line-height: 17px; padding: 2px 7px; text-align: center;} .item-comments { } /* Contact */ .ob-contact .ob-form {margin-bottom: 80px;} .ob-contact .ob-form-field {margin: 5px 0 0 80px;} .ob-label {width: 20%; font-size: 14px;} .ob-captcha .ob-input-text{ margin-left: 20%; } .ob-input-submit, .ob-error {margin-left: 31%;} .box-content .ob-input-submit, .box-content .ob-error {margin-left: 20%;} .ob-input-text, .ob-input-email, .ob-input-textarea {padding: 6px 0; border: 2px solid #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;} .ob-input-submit {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; font-weight: bold; line-height: 17px; margin-top: 5px; padding: 2px 7px; text-align: center;} .ob-form + a {display: block; text-align: center;} /** Sidebar **/ .box {background: #141414; border: 2px solid #333; margin-bottom:10px; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding:10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;} .box{/* ie6 hack */_background:#000;} .box-titre h3 {border-bottom: 1px solid; font-family: Carter One; font-size: 20px; letter-spacing: 1px; margin-bottom: 10px; padding-bottom: 2px; text-shadow: 1px 1px 1px black; text-transform: uppercase;} .box-content {font-size: 14px; line-height:18px;} .box-content strong {font-weight:normal;} .box-footer {display:none;} /* Sidebar > About */ .profile .avatar {float: left; margin-right: 10px;} .profile .avatar img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -moz-opacity: 0.8; -webkit-opacity: 0.8; -o-opacity: 0.8; -ms-opacity: 0.8; opacity: 0.8; padding: 3px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} .profile .avatar img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1;} .profile .blog-owner-nickname {font-style: italic; display: block; margin-top: 10px; text-align: right;} /* Sidebar > Search */ .search form {position:relative;} .search form input {border: 2px solid #333; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: #676767; padding: 5px 0; width: 70%;} .search form button {border: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; cursor: pointer; font-weight: bold; padding: 5px 0; width: 13%;} /* Sidebar > Subscribe */ .ob-form-subscription .ob-form-field{ display: inline-block; } .ob-form-subscription .ob-form-field input{ width: 170px; } .ob-form-subscription .ob-input-submit{ display: inline-block; margin:0; } /* Sidebar > Last Posts */ .last li {float: left;} .last ul:hover img {-moz-opacity: 0.7; -webkit-opacity: 0.7; -o-opacity: 0.7; -ms-opacity: 0.7; opacity: 0.7; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} .last ul img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; margin-bottom: 5px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} .last li.left img {margin-right: 8px;} .last ul img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;} /* Sidebar > Tags */ .tags li { border-bottom: 1px solid #222; margin: 10px 0; padding: 10px 0; word-wrap:break-word; } .tags li a {font-size: 16px;} .tags .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;} /* Sidebar > Follow me */ .follow li {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: left; height: 83px; text-indent: -9999999%; width: 83px;} .follow li a {background: url("http://assets.over-blog-kiwi.com/themes/5/images/follow-me.png") no-repeat; display: block; height: 100%; width: 100%;} .follow .facebook-follow {margin-right: 10px;} .follow .facebook-follow:hover {background: #3b5999; border-color: #3b5999;} .follow .facebook-follow a {background-position: center 18px;} .follow .twitter-follow {margin-right: 10px;} .follow .twitter-follow:hover {background: #04bff2; border-color: #04bff2;} .follow .twitter-follow a {background-position: center -74px;} .follow .rss-follow:hover {background: #ff8604; border-color: #ff8604;} .follow .rss-follow a {background-position: center -166px;} /* Sidebar > Archives */ .plustext {font-size: 16px;} .arch_month {margin-left: 20px;} .arch_month li {border-bottom: 1px solid #222; margin: 10px 0; padding: 10px 0;} .archives .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;} .share > div{ float:left; height:20px; margin-right:28px; } .share .google-share{ margin-right: 0; } .share iframe{ border:none; width:100px; } /** Pagination **/ .pagination { margin: 30px auto 20px; width: 600px; font-size: 14px; padding: 2px 0; } .pagination a { -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center; text-transform: uppercase; } .pagination .previous {float: left;} .pagination .next {float: right;} .ob-pagination{ margin: 20px 0; text-align: center; } .ob-page{ display: inline-block; margin: 0 1px; padding: 2px 7px; } .ob-page-link{ border-radius: 4px; } /** Credits **/ .credits {display: block; margin: 20px 0; text-align: center; text-shadow: 1px 1px 1px #000;} /************** ** ob-footer ** **************/ .ob-footer{ padding-bottom: 10px; } body.withDisplay{ background-position: 50% 68px; } #cl_1_1 .ads{ margin-bottom: 10px; padding: 2px; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; } .ads{ background: #141414; border: 2px solid #333; border-radius: 2px; margin: 0 auto; } .ads-600x250{ padding: 10px; text-align: center; } .ads-728x90{ height: 90px; width: 728px; } .ads-468x60{ height: 60px; width: 468px; } .ads-468x60 + .before_articles, .afterArticle + .ads-468x60{ margin-top:35px; } .ads-300x250{ height: 250px; width: 300px; } .ads-600x250 div{ float: left; } .ads-300{ text-align: center; } /***************** ** Top articles ** *****************/ .ob-top-posts h2{ font-size: 35px; } .ob-top-article{ margin-bottom: 20px; } .ob-top-article h3{ line-height: normal; } /*** Themes ***/ /** JUNGLE **/ /* BACKGROUND */ body {background-image: url("http://img.over-blog-kiwi.com/0/24/52/97/201311/ob_5cf972_lesitedontvousetesleheros.jpg"); background-attachment: fixed; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;background-repeat: no-repeat;} /* TOP */ #top .title a, #top .title a:visited {color: #9bb1c5;} #top .title a:hover, #top .description {color: #fff;} /* POSTS */ .beforeArticle .tags a, .beforeArticle .tags a:visited {color: #9bb1c5;} .beforeArticle .tags a:hover {color: #fff;} .post-title, .special h3 {border-bottom-color: #1e3249;} .post-title a, .post-title a:visited, .special h3, .ob-text h3, .ob-text h4, .ob-text h5 {color: #9bb1c5;} .post-title a:hover {color: #fff;} .contenuArticle a, .contenuArticle a:visited, .readmore a {color: #9bb1c5;} .contenuArticle a:hover, .readmore a:hover {color: #fff;} /* Section file */ .ob-section-file .ob-ctn a.ob-link, .ob-section-file .ob-c a.ob-link:visited, .ob-section-file .ob-ctn a.ob-link:hover {color: #9bb1c5;} /* Section Quote */ .ob-section-quote p.ob-author, .ob-section-quote p.ob-source, .ob-section-quote p.ob-author .ob-link, .ob-section-quote p.ob-author .ob-link:visited, .ob-section-quote p.ob-source .ob-link, .ob-section-quote p.ob-source .ob-link:visited {color: #9bb1c5;} .ob-section-quote p.ob-author:hover, .ob-section-quote p.ob-source:hover, .ob-section-quote p.ob-author .ob-link:hover, .ob-section-quote p.ob-source .ob-link:hover {color: #fff;} /* Section Link */ .ob-section-link p.ob-url , .ob-section-link p.ob-url .ob-link, .ob-section-link p.ob-url .ob-link, .ob-section-link p.ob-url .ob-link {color: #9bb1c5;} .ob-section-link p.ob-url .ob-link:hover {color: #fff;} /* SIDEBAR */ .box-titre h3 {border-bottom-color: #254870; color: #fff;} .box-content strong {color:#bebebe;} .box-content a, .box-content a:visited, .ob-footer a, .ob-footer a:visited{color: #9bb1c5;} .box-content a:hover, .ob-footer a:hover{color: #fff;} .archives .number, .box-content form button, .comment-number, .follow li, .ob-input-submit, .pagination a, .ob-page-link, .tags .number { background: #2e5fa4; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNWZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzIyNDA2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); background: -moz-linear-gradient(top, #2e5fa4 0%, #22406d 65%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5fa4), color-stop(65%,#22406d)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* IE10+ */ background: linear-gradient(to bottom, #2e5fa4 0%,#22406d 65%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5fa4', endColorstr='#22406d',GradientType=0 ); /* IE6-8 */ border: 1px solid #2d5eab; color: #fff; text-shadow: 1px 1px 1px #141414;} .box-content form button:active, .comment-number:active, .ob-input-submit:active, .pagination a:active, .ob-page-link:active{background: #22406d; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMyMjQwNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmU1ZmE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, #22406d 35%, #2e5fa4 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#22406d), color-stop(100%,#2e5fa4)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* IE10+ */ background: linear-gradient(to bottom, #22406d 35%,#2e5fa4 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22406d', endColorstr='#2e5fa4',GradientType=0 ); /* IE6-8 */ } .blog-owner-nickname {color: #254870;} /* CREDITS */ .credits a, .credits a:visited {color: #fff;} .credits a:hover {color: #9bb1c5;} </style> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/ads.js?v2.35.0.0"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5354236-47', { cookieDomain: 'lesitedontvousetesleheros.overblog.com', cookieExpires: 31536000, name: 'ob', allowLinker: true }); ga('ob.require', 'displayfeatures'); ga('ob.require', 'linkid', 'linkid.js'); ga('ob.set', 'anonymizeIp', true); ga('ob.set', 'dimension1', '__ads_loaded__' in window ? '1' : '0'); ga('ob.set', 'dimension2', 'fr'); ga('ob.set', 'dimension3', 'BS'); ga('ob.set', 'dimension4', 'literature-comics-poetry'); ga('ob.set', 'dimension5', '1'); ga('ob.set', 'dimension6', '0'); ga('ob.set', 'dimension7', '0'); ga('ob.set', 'dimension10', '245297'); ga('ob.set', 'dimension11', '1'); ga('ob.set', 'dimension12', '1'); ga('ob.set', 'dimension13', '1'); ga('ob.send', 'pageview'); </script> <script> var obconnected = 0 var obconnectedblog = 0 var obtimestamp = 0 function isConnected(connected, connected_owner, timestamp) { obconnected = connected obconnectedblog = connected_owner obtimestamp = timestamp if (obconnected) { document.querySelector('html').className += ' ob-connected' } if (obconnectedblog) { document.querySelector('html').className += ' ob-connected-blog' } } </script> <script src="//connect.over-blog.com/ping/245297/isConnected"></script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/h.js?v2.35.0.0"></script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/repost.js?v2.35.0.0"></script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/slideshow.js?v2.35.0.0"></script> <script src="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.js"></script> <script> var OB = OB || {}; OB.isPost = true; </script> <script src="//assets.over-blog-kiwi.com/blog/js/index.js?v2.35.0.0"></script> <script src="https://assets.over-blog-kiwi.com/ads/js/appconsent.bundle.min.js"></script> <!-- DFP --> <script> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var useSSL = 'https:' == document.location.protocol; var gads = document.createElement('script'); var node = document.getElementsByTagName('script')[0]; gads.async = true; gads.type = 'text/javascript'; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; node.parentNode.insertBefore(gads, node); })(); </script> <!-- DFP --> <script> googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [728,90], '_54796c0') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_9fb826a') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_4a229eb') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [[300,250],[300,600]], '_7bab66d') .set('adsense_background_color','#111111') .set('adsense_border_color','#111111') .set('adsense_text_color','#9bb1c5') .set('adsense_link_color','#ffffff') .set('adsense_url_color','#9bb1c5') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_354a6c9') .setTargeting('Slot', 'interstitial') .setTargeting('Sliding', 'Both') .addService(googletag.pubads()); }); googletag.cmd.push(function() { googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_ff7c190') .setTargeting('Slot', 'pop') .addService(googletag.pubads()); }); </script> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogpdafront/prebid.js?v2.35.0.0" async></script> <script> googletag.cmd.push(function() { googletag.pubads().disableInitialLoad(); }); function sendAdserverRequest() { if (pbjs.adserverRequestSent) return; pbjs.adserverRequestSent = true; googletag.cmd.push(function() { pbjs.que.push(function() { pbjs.setTargetingForGPTAsync(); googletag.pubads().refresh(); }); }); } var PREBID_TIMEOUT = 2000; var pbjs = pbjs || {}; pbjs.que = pbjs.que || []; pbjs.que.push(function() { pbjs.enableAnalytics({ provider: 'ga', options: { global: 'ga', enableDistribution: false, sampling: 0.01 } }); pbjs.setConfig({ userSync: { enabledBidders: ['rubicon'], iframeEnabled: false } , consentManagement: { cmpApi: 'iab', timeout: 2500, allowAuctionWithoutConsent: true } }); pbjs.bidderSettings = { standard: { adserverTargeting: [{ key: "hb_bidder", val: function(bidResponse) { return bidResponse.bidderCode; } }, { key: "hb_adid", val: function(bidResponse) { return bidResponse.adId; } }, { key: "custom_bid_price", val: function(bidResponse) { var cpm = bidResponse.cpm; if (cpm < 1.00) { return (Math.floor(cpm * 20) / 20).toFixed(2); } else if (cpm < 5.00) { return (Math.floor(cpm * 10) / 10).toFixed(2); } else if (cpm < 10.00) { return (Math.floor(cpm * 5) / 5).toFixed(2); } else if (cpm < 20.00) { return (Math.floor(cpm * 2) / 2).toFixed(2); } else if (cpm < 50.00) { return (Math.floor(cpm * 1) / 1).toFixed(2); } else if (cpm < 100.00) { return (Math.floor(cpm * 0.2) / 0.2).toFixed(2); } else if (cpm < 300.00) { return (Math.floor(cpm * 0.04) / 0.04).toFixed(2); } else { return '300.00'; } } }] } }; }); setTimeout(sendAdserverRequest, PREBID_TIMEOUT); </script> <script> pbjs.que.push(function() { var adUnits = []; adUnits.push({ code: '_54796c0', sizes: [[728,90]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6542403, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775434, }, }, ] }) adUnits.push({ code: '_9fb826a', sizes: [[300,250]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6531816, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775488, }, }, ] }) adUnits.push({ code: '_4a229eb', sizes: [[300,250]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6531817, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775490, }, }, ] }) adUnits.push({ code: '_7bab66d', sizes: [[300,250],[300,600]], bids: [ { bidder: 'appnexusAst', params: { placementId: 6542408, }, }, { bidder: 'rubicon', params: { accountId: 16072, siteId: 119536, zoneId: 775484, }, }, ] }) pbjs.addAdUnits(adUnits); pbjs.requestBids({ bidsBackHandler: function(bidResponses) { sendAdserverRequest(); } }); }); </script> <script> try { googletag.cmd.push(function() { // DFP Global Targeting googletag.pubads().setTargeting('Rating', 'BS'); googletag.pubads().setTargeting('Disused', 'Yes'); googletag.pubads().setTargeting('Adult', 'No'); googletag.pubads().setTargeting('Category', 'literature-comics-poetry'); googletag.pubads().enableSingleRequest(); googletag.pubads().collapseEmptyDivs(); googletag.enableServices(); }); } catch(e) {} </script> <!-- DFP --> <script> var _eStat_Whap_loaded=0; </script> <script src="//w.estat.com/js/whap.js"></script> <script> if(_eStat_Whap_loaded) { eStatWhap.serial("800000207013"); eStatWhap.send(); } </script> <script src="https://cdn.tradelab.fr/tag/208269514b.js" async></script> </head> <body class="withDisplay" > <div class="ob-ShareBar ob-ShareBar--dark js-ob-ShareBar"> <div class="ob-ShareBar-container ob-ShareBar-container--left"> <a href="https://www.over-blog.com" class="ob-ShareBar-branding"> <img class="ob-ShareBar-brandingImg" src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/shareicon-branding-ob--dark.png?v2.35.0.0" alt="Overblog"> </a> </div> <div class="ob-ShareBar-container ob-ShareBar-container--right"> <a href="#" data-href="https://www.facebook.com/sharer/sharer.php?u={referer}" title=" facebook"="FACEBOOK"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--facebook"></a> <a href="#" data-href="https://twitter.com/intent/tweet?url={referer}&amp;text={title}" title=" twitter"="TWITTER"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--twitter"></a> <a href="#" data-href="#" title=" pinterest"="PINTEREST"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--pinterest js-ob-ShareBar-share--pinterest"></a> <form action="/search" method="post" accept-charset="utf-8" class="ob-ShareBar-search"> <input type="text" name="q" value="" class="ob-ShareBar-input" placeholder="Rechercher"> <button class="ob-ShareBar-submit"></button> </form> <a href="https://admin.over-blog.com/write/55987847?blog=245297" class="ob-ShareBar-edit ob-ShareBar--connected-blog"> <span>Editer l'article</span> </a> <a class="js-ob-ShareBar-follow ob-ShareBar--connected ob-ShareBar-follow" href="https://admin.over-blog.com/_follow/245297" target="_blank" rel="nofollow"> Suivre ce blog </a> <a href="https://admin.over-blog.com/" class="ob-ShareBar-admin ob-ShareBar--connected"> <img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock"> <span>Administration</span> </a> <a href="https://connect.over-blog.com/fr/login" class="ob-ShareBar-login ob-ShareBar--notconnected"> <img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock"> <span>Connexion</span> </a> <a href="https://connect.over-blog.com/fr/signup" class="ob-ShareBar-create ob-ShareBar--notconnected"> <span class="ob-ShareBar-plus">+</span> <span>Créer mon blog</span> </a> <span class="ob-ShareBar-toggle ob-ShareBar-toggle--hide js-ob-ShareBar-toggle"></span> </div> </div> <div class="ob-ShareBar ob-ShareBar--minified js-ob-ShareBar--minified"> <div class="ob-ShareBar-container"> <span class="ob-ShareBar-toggle ob-ShareBar-toggle--show js-ob-ShareBar-toggle"></span> </div> </div> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/sharebar.js?v2.35.0.0"></script> <script> var postTitle = "365" socialShare(document.querySelector('.ob-ShareBar-share--facebook'), postTitle) socialShare(document.querySelector('.ob-ShareBar-share--twitter'), postTitle) </script> <!-- Init Facebook script --> <div id="fb-root"></div> <div class="ads ads-728x90"> <div id='_54796c0'><script> try { if (!window.__54796c0) { window.__54796c0 = true; googletag.cmd.push(function() { googletag.display('_54796c0'); }); } } catch(e) {} </script></div> </div> <div id="global"> <div id="ln_0" class="ln"> <div id="cl_0_0" class="cl"> <div class="column_content"> <div class="header"> <div id="top"> <h1 class="title"> <a href="http://lesitedontvousetesleheros.overblog.com" class="topLien" title="Lecture des livres dont vous &ecirc;tes le h&eacute;ros">Le Site dont vous êtes le Héros</a> </h1> <p class="description">Lecture des livres dont vous &ecirc;tes le h&eacute;ros</p> </div> </div> </div> </div> <div class="clear"></div> </div> <div id="ln_1" class="ln"> <div id="cl_1_0" class="cl"> <div class="column_content"> <div> <!-- Title --> <!-- list posts --> <article> <div class="article"> <div class="option beforeArticle"> <div class="date"> Publié le <time datetime="2015-01-02T23:06:57+01:00">2 Janvier 2015</time> </div> <span class="tags"> </span> </div> <div class="divTitreArticle"> <h2 class="post-title"> <a href="http://lesitedontvousetesleheros.overblog.com/2015/01/365.html" class="titreArticle" title="La vieille femme tente de s'éloigner mais elle se déplace lentement. Vous la rattrapez sans problèmes. Vous lui ordonnez de s'arrêter en posant le plat de votre épée sur son épaule. Elle s'immobilise instantanément. Elle n'a que peu de chose à raconter..."> 365 </a> </h2> </div> <div class="contenuArticle"> <div class="ob-sections"> <div class="ob-section ob-section-text"> <div class="ob-text"> <p>La vieille femme tente de s&#039;éloigner mais elle se déplace lentement. Vous la rattrapez sans problèmes. Vous lui ordonnez de s&#039;arrêter en posant le plat de votre épée sur son épaule. Elle s&#039;immobilise instantanément. Elle n&#039;a que peu de chose à raconter : elle dévalise les étrangers qui s&#039;aventurent dans son échoppe. La garde ne vient jamais dans ce quartier, contrôlé par les voleurs. Elle vous rend vos 2 pièces d&#039;or et vous demande de lui laisser la vie sauve. Elle ne peut rien vous dire d&#039;autre.</p><p><br /> <a href="http://lesitedontvousetesleheros.overblog.com/2015/01/449.html">Voulez-vous lui demander où habite Mahal</a></p><p><a href="http://lesitedontvousetesleheros.overblog.com/2015/01/470.html">ou l&#039;abandonnez-vous pour continuer votre chemin ?</a><em> </em></p> </div> </div> </div> </div> <div class="clear"></div> </div> <div class="clear"></div> <!-- Share buttons + comments --> <div class="afterArticle"> <div class="clear"></div> <!-- Pagination --> <div class="pagination clearfix"> <a href="http://lesitedontvousetesleheros.overblog.com/2015/01/364.html" title="364" class="previous">← 364</a> <a href="http://lesitedontvousetesleheros.overblog.com/2015/01/366.html" title="366" class="next">366 →</a> </div> <!-- Comments --> </div> </article> </div> <div class="ads ads-600x250 clearfix"> <div id='_9fb826a'><script> try { if (!window.__9fb826a) { window.__9fb826a = true; googletag.cmd.push(function() { googletag.display('_9fb826a'); }); } } catch(e) {} </script></div> <div id='_4a229eb'><script> try { if (!window.__4a229eb) { window.__4a229eb = true; googletag.cmd.push(function() { googletag.display('_4a229eb'); }); } } catch(e) {} </script></div> </div> <!-- Pagination --> </div> </div> <div id="cl_1_1" class="cl"> <div class="column_content"> <div class="box freeModule"> <div class="box-titre"> <h3><span></span></h3> </div> <div class="box-content"> <div><script src="http://h1.flashvortex.com/display.php?id=2_1391984427_52721_435_0_468_60_8_1_13" type="text/javascript"></script></div> </div> </div> <!-- Search --> <div class="ads ads-300"> <div id='_7bab66d'><script> try { if (!window.__7bab66d) { window.__7bab66d = true; googletag.cmd.push(function() { googletag.display('_7bab66d'); }); } } catch(e) {} </script></div> </div> <!-- Navigation --> <div class="box blogroll"> <div class="box-titre"> <h3> <span>Liens</span> </h3> </div> <div class="box-content"> <ul class="list"> <li> <a href="http://www.lesitedontvousetesleheros.fr/liste-des-series" target="_blank"> LISTE DES SERIES </a> </li> <li> <a href="http://www.lesitedontvousetesleheros.fr/2017/02/autres-livres-dont-vous-etes-le-heros-chez-divers-editeurs.html" target="_blank"> AUTRES LIVRES DONT VOUS ETES LE HEROS </a> </li> </ul> </div> </div> <p class="credits"> Hébergé par <a href="http://www.over-blog.com" target="_blank">Overblog</a> </p> </div> </div> <div class="clear"></div> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script> <script> $(document).ready(function() { // Fancybox $(".ob-section-images a, .ob-link-img").attr("rel", "fancybox"); $("a[rel=fancybox]").fancybox({ 'overlayShow' : true, 'transitionIn' : 'fadin', 'transitionOut' : 'fadin', 'type' : 'image' }); }); // Twitter share + tweets !function(d,s,id){ var js, fjs = d.getElementsByTagName(s)[0]; if(!d.getElementById(id)){ js = d.createElement(s); js.id = id; js.src = "//platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js,fjs); } }(document,"script","twitter-wjs"); // Google + button 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> <script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/print.js?v2.35.0.0"></script> <script> var postTitle = "365" printPost(postTitle) </script> <div class="ob-footer" id="legals" > <ul> <li class="ob-footer-item"><a href="https://www.over-blog.com/" target="_blank">Créer un blog gratuit sur Overblog</a></li> <li class="ob-footer-item"><a href="/top">Top articles</a></li> <li class="ob-footer-item"><a href="/contact">Contact</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/abuse/245297"> Signaler un abus </a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/terms-of-use" target="_blank">C.G.U.</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/features/earn-money.html" target="_blank">Rémunération en droits d'auteur</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/features/premium.html" target="_blank">Offre Premium</a></li> <li class="ob-footer-item"><a href="https://www.over-blog.com/cookies" target="_blank">Cookies et données personnelles</a></li> </ul> </div> <div id='_354a6c9'><script> googletag.cmd.push(function() { googletag.display('_354a6c9'); }); </script></div><div id='_ff7c190'><script> googletag.cmd.push(function() { googletag.display('_ff7c190'); }); </script></div> <!-- End Google Tag Manager --> <script> dataLayer = [{ 'category' : 'Literature, Comics & Poetry', 'rating' : 'BS', 'unused' : 'Yes', 'adult' : 'No', 'pda' : 'No', 'hasAds' : 'Yes', 'lang' : 'fr', 'adblock' : '__ads_loaded__' in window ? 'No' : 'Yes' }]; </script> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KJ6B85" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script> googletag.cmd.push(function() { (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-KJ6B85'); }); </script> <!-- Begin comScore Tag --> <script> var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "6035191" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="http://b.scorecardresearch.com/p?c1=2&c2=6035191&cv=2.0&cj=1" /> </noscript> <!-- End comScore Tag --> <!-- Begin Mediamétrie Tag --> <script> function _eStat_Whap_loaded_func(){ eStatWhap.serial("800000207013"); eStatWhap.send(); } (function() { var myscript = document.createElement('script'); myscript.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'w.estat.com/js/whap.js'; myscript.setAttribute('async', 'true'); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(myscript, s); })(); </script> <!-- End Mediamétrie Tag --> <script> (function() { var alreadyAccept = getCookie('wbCookieNotifier'); if(alreadyAccept != 1) showWbCookieNotifier(); window.closeWbCookieNotifier = function() { setCookie('wbCookieNotifier', 1, 730); window.document.getElementById("ob-cookies").style.display = "none"; } function showWbCookieNotifier(){ var el = document.createElement("div"); var bo = document.body; el.id = "ob-cookies"; el.className = "__wads_no_click ob-cookies"; var p = document.createElement("p"); p.className = "ob-cookies-content"; p.innerHTML = "En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies. Ces derniers assurent le bon fonctionnement de nos services, d'outils d'analyse et l’affichage de publicités pertinentes. <a class='ob-cookies-link' href='https://www.over-blog.com/cookies' target='_blank'>En savoir plus et agir</a> sur les cookies. <span class='ob-cookies-button' onclick='closeWbCookieNotifier()'>J'accepte</span>" document.body.appendChild(el); el.appendChild(p); window.wbCookieNotifier = el; } function setCookie(e,t,n,d){var r=new Date;r.setDate(r.getDate()+n);var i=escape(t)+(n==null?"":"; expires="+r.toUTCString())+(d==null?"":"; domain="+d)+";path=/";document.cookie=e+"="+i} function getCookie(e){var t,n,r,i=document.cookie.split(";");for(t=0;t<i.length;t++){n=i[t].substr(0,i[t].indexOf("="));r=i[t].substr(i[t].indexOf("=")+1);n=n.replace(/^\s+|\s+$/g,"");if(n==e){return unescape(r)}}} })(); </script> </body> </html>
content-landing.html
chiragborkar/gng
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> <!-- Set the viewport width to device width for mobile --> <meta name="viewport" content="width=device-width" /> <title>Verizon Wireless | Content Landing</title> <!-- Included CSS Files (Uncompressed) --> <!-- <link rel="stylesheet" href="stylesheets/foundation.css"> --> <!-- Included CSS Files (Compressed) --> <!-- <link rel="stylesheet" href="css/app.css"> --> <link rel="stylesheet" href="css/styles.css"> <script src="js/foundation/modernizr.foundation.js"></script> <!-- TEMPLATE FRAGMENT INCLUDE FUNCTION - DO NOT INCLUDE THIS CODE IN FINAL TEMPLATE --> <script type="text/javascript" src="js/HANDOFF-FUNCTIONS.js"></script> <!-- TEMPLATE FRAGMENT INCLUDE FUNCTION - DO NOT INCLUDE THIS CODE IN FINAL TEMPLATE --> </head> <body id="content-landing-page" class="content-landing-page"> <!-- BEGIN TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <div id="site-container"> <script type="text/javascript"> includeFragment('inc/header.html'); </script> <!-- END TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <!-- End Header and Nav --> <!-- Main Grid Section --> <section class="category-list-section content-grid-section"> <!-- Begin Search Category Tabs --> <!-- BEGIN TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <script type="text/javascript"> includeFragment('inc/fragments/content-landing-page-header.html'); </script> <!-- END TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <!-- End Search Category Tabs --> <div class="wrapper tab-content-wrapper active" data-tab="#/all/" data-result-count="200" data-type="Stories, Guides, and Videos"> <!-- BEGIN TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <script type="text/javascript"> includeFragment('inc/fragments/content-landing-header.html'); </script> <!-- END TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <aside id="secondary-column" class="secondary-column"> <!-- BEGIN TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <script type="text/javascript"> includeFragment('inc/content-filter.html'); </script> <!-- END TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> </aside> <!-- Begin Main Content Container --> <section id="main-column" class="main-column"> <section class="top-stories category-section"> <ul class="content-grid feature-grid"> <!-- some items in this grid will be hidden for various screen sizes please take note of classes like "show-for-small, show-for-large-up" etc... --> <li class="content-item large"> <figure class="content-fig"> <div class="hot-story"></div> <img class="featured-large-image" src="img/category-listing/category-large-fpo.jpg" title="fpo image"> <img class="featured-corner" alt="featured item" src="img/content-landing/article_tab.jpg"/> <div class="featured-item-hover"> <a href="#" title="shop this story" class="shop-this content-cta"><img src="img/emails/dummy/img-wristband.png"> <span class="shop-this-story">shop this story</span></a> </div> <div class="featured-item"> <div class="featured-item-color-code"> <img src="img/content-landing/article_tab_hover_top.png"/> </div> <div class="focus flexslider"> <ul class="slides"> <li> <div class="featured-item-detail"> <div class="featured-item-info"> <h5 class="featured-item-title">Jawbone Up</h5> <p class="price"> <span class="sale-tag"> <img alt="On Sale" src="img/special-offers-landing/sale-tag.png" /> <span class="copy">SALE 35 % OFF</span></span> <span class="sale">$162.49</span> </p> <div class="rating"> <img src="img/stars.png"/> (21) </div> </div> <div class="featured-item-add-to-cart"> <form class="featured-item-actions"> <input class="add-cart-cta data-cart-add" type="submit" title="Add to Cart" value="Add to Cart"/> </form> </div> </div> <a href="#"><img src="img/product-category-listing/pcl-jawbone.jpg" alt="Jawbone Up"></a> </li> <li> <div class="featured-item-detail"> <div class="featured-item-info"> <h5 class="featured-item-title">Beats</h5> <p class="price"> $<span>15.<sup>99</sup></span> </p> <div class="rating"> <img src="img/stars.png"/> (21) </div> </div> <div class="featured-item-add-to-cart"> <form class="featured-item-actions"> <input class="add-cart-cta data-cart-add" type="submit" title="Add to Cart" value="Add to Cart"/> </form> </div> </div> <a href="#"><img src="img/product-category-listing/pcl-beats.jpg" alt="Beats"></a> </li> <li> <div class="featured-item-detail"> <div class="featured-item-info"> <h5 class="featured-item-title">Brookstone</h5> <p class="price"> $<span>19.<sup>99</sup></span> </p> <div class="rating"> <img src="img/stars.png"/> (21) </div> </div> <div class="featured-item-add-to-cart"> <form class="featured-item-actions"> <input class="add-cart-cta data-cart-add" type="submit" title="Add to Cart" value="Add to Cart"/> </form> </div> </div> <a href="#"><img src="img/product-category-listing/pcl-brookstone.jpg" alt="Brookstone"></a> </li> </ul> </div> <div class="thumbs-back"> <div class="thumb-wrap"> <div class="thumbs flexslider"> <ul class="slides"> <li> <img src="img/content-landing/featured_thumb_1.png" alt="Jawbone Up"> <div class="vzn-active"> </div> </li> <li> <img src="img/content-landing/featured_thumb_2.png" alt="Beats"> <div class="vzn-active"> </div> </li> <li> <img src="img/content-landing/featured_thumb_3.png" alt="Brookstone"> <div class="vzn-active"> </div> </li> </ul> </div> </div> <div class="back"> <a class="back-to-story content-cta"><img class="thumb" src="img/category-listing/back-to-story.png" title="fpo image"><span class="go-back">back to story</span></a> </div> </div> </div> </figure> <section class="content-detail"> <header class="content-detail-header"> <h3 class="content-category">03.01.2013</h3> <h2 class="content-title">Lorem Ipsum Dolor Sit</h2> </header> <p class="content-copy">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="qiuwhbq.jsp?id=1234567" class="content-cta artilifecle data-infographic">read story</a> </section> <div class="story-social"> <script> includeFragment('inc/fragments/social.html'); </script> </div> </li> </ul> </section> <section class="featured-stories"> <article class="story"> <figure class="story-fig"> <img src="img/content-landing/story-image.jpg" alt="story title"> </figure> <div class="story-content"> <header class="story-header"> <time class="pub-date" pubdate datetime="2013-01-03">03.01.2013</time> <h2 class="title">Lorem Ipsum Dolor</h2> </header> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=someId321" class="content-cta article data-article">read story</a> </div> <div class="story-social"> <div class="social-share-module"> <ul class="social-list"> <li class="first social-item email"> <a href="#" class="social-link" title="Click to share this item via Email"> <span class="icon">Email</span> </a> <div class="overlay"> <div class="share-error"></div> <h3 class="share-title">Share this item</h3> <a href="#" id="close-social-overlay" class="close-overlay"></a> <div class="overlay-content"> <figure class="share-fig"> <img src="img/product-detail-page/pdp-products/belkin-charger.png" alt="Photo of Belkin AC Charger with Swivel Plug" title="Belkin AC Charger with Swivel Plug"> <figcaption>Belkin AC Charger with Swivel Plug</figcaption> </figure> <form id="share-modal" name="share-modal" class="share-modal" method="post" action="social-share-email.json"> <div class="fieldwrapper"> <label for="share-name">Your Name</label> <input id="share-name" name="shareName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-email">Your Email</label> <input id="share-email" name="shareEmail" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <div class="fieldwrapper"> <label for="share-recipient-name">Recipient's Name</label> <input id="share-recipient-name" name="shareRecipientName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-recipient">Recipient Email</label> <input id="share-recipient" name="shareRecipient" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <input type="submit" id="share-submit" class="button share-cta" value="Send" /> </form> </div> </div> </li> <li class="social-item facebook"> <a href="#" class="social-link" title="Click to share on Facebook"> <span class="icon">Like on Facebook</span> </a> <div class="overlay"> <div class="fb-wrap"> <div class="fb-like" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google" data-send="false" data-layout="button_count" data-width="225" data-show-faces="false" data-font="arial"></div> </div> </div> </li> <li class="social-item twitter"> <a href="#" class="social-link" title="Click to share on Twitter"> <span class="icon">Share on Twitter</span> </a> <div class="overlay"> <a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.google.com?change-this-url-to-the-product-url-instead-of-google">Tweet</a> </div> </li> <li class="social-item google-plus"> <a href="#" class="social-link" title="Click to share on Google Plus"> <span class="icon">Share on Google+</span> </a> <div class="overlay"> <div class="g-plus" data-action="share" data-annotation="bubble" data-height="15" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google"></div> </div> </li> <li class="last social-item pinterest"> <a href="#" class="social-link" title="Click to share on Pinterest"> <span class="icon">Share on Pinterest</span> </a> <div class="overlay"> <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> </li> </ul> </div> </div> </article> <article class="story"> <figure class="story-fig"> <img src="img/content-landing/story-image.jpg" alt="story title"> </figure> <div class="story-content"> <header class="story-header"> <time class="pub-date" pubdate datetime="2013-01-03">03.01.2013</time> <h2 class="title">Lorem Ipsum Dolor</h2> </header> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=someId321" class="content-cta article data-article">read story</a> </div> <div class="story-social"> <div class="social-share-module"> <ul class="social-list"> <li class="first social-item email"> <a href="#" class="social-link" title="Click to share this item via Email"> <span class="icon">Email</span> </a> <div class="overlay"> <div class="share-error"></div> <h3 class="share-title">Share this item</h3> <a href="#" id="close-social-overlay" class="close-overlay"></a> <div class="overlay-content"> <figure class="share-fig"> <img src="img/product-detail-page/pdp-products/belkin-charger.png" alt="Photo of Belkin AC Charger with Swivel Plug" title="Belkin AC Charger with Swivel Plug"> <figcaption>Belkin AC Charger with Swivel Plug</figcaption> </figure> <form id="share-modal" name="share-modal" class="share-modal" method="post" action="social-share-email.json"> <div class="fieldwrapper"> <label for="share-name">Your Name</label> <input id="share-name" name="shareName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-email">Your Email</label> <input id="share-email" name="shareEmail" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <div class="fieldwrapper"> <label for="share-recipient-name">Recipient's Name</label> <input id="share-recipient-name" name="shareRecipientName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-recipient">Recipient Email</label> <input id="share-recipient" name="shareRecipient" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <input type="submit" id="share-submit" class="button share-cta" value="Send" /> </form> </div> </div> </li> <li class="social-item facebook"> <a href="#" class="social-link" title="Click to share on Facebook"> <span class="icon">Like on Facebook</span> </a> <div class="overlay"> <div class="fb-wrap"> <div class="fb-like" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google" data-send="false" data-layout="button_count" data-width="225" data-show-faces="false" data-font="arial"></div> </div> </div> </li> <li class="social-item twitter"> <a href="#" class="social-link" title="Click to share on Twitter"> <span class="icon">Share on Twitter</span> </a> <div class="overlay"> <a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.google.com?change-this-url-to-the-product-url-instead-of-google">Tweet</a> </div> </li> <li class="social-item google-plus"> <a href="#" class="social-link" title="Click to share on Google Plus"> <span class="icon">Share on Google+</span> </a> <div class="overlay"> <div class="g-plus" data-action="share" data-annotation="bubble" data-height="15" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google"></div> </div> </li> <li class="last social-item pinterest"> <a href="#" class="social-link" title="Click to share on Pinterest"> <span class="icon">Share on Pinterest</span> </a> <div class="overlay"> <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> </li> </ul> </div> </div> </article> <article class="story"> <figure class="story-fig"> <img src="img/content-landing/story-image.jpg" alt="story title"> </figure> <div class="story-content"> <header class="story-header"> <time class="pub-date" pubdate datetime="2013-01-03">03.01.2013</time> <h2 class="title">Lorem Ipsum Dolor</h2> </header> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=someId321" class="content-cta article data-article">read story</a> </div> <div class="story-social"> <div class="social-share-module"> <ul class="social-list"> <li class="first social-item email"> <a href="#" class="social-link" title="Click to share this item via Email"> <span class="icon">Email</span> </a> <div class="overlay"> <div class="share-error"></div> <h3 class="share-title">Share this item</h3> <a href="#" id="close-social-overlay" class="close-overlay"></a> <div class="overlay-content"> <figure class="share-fig"> <img src="img/product-detail-page/pdp-products/belkin-charger.png" alt="Photo of Belkin AC Charger with Swivel Plug" title="Belkin AC Charger with Swivel Plug"> <figcaption>Belkin AC Charger with Swivel Plug</figcaption> </figure> <form id="share-modal" name="share-modal" class="share-modal" method="post" action="social-share-email.json"> <div class="fieldwrapper"> <label for="share-name">Your Name</label> <input id="share-name" name="shareName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-email">Your Email</label> <input id="share-email" name="shareEmail" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <div class="fieldwrapper"> <label for="share-recipient-name">Recipient's Name</label> <input id="share-recipient-name" name="shareRecipientName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-recipient">Recipient Email</label> <input id="share-recipient" name="shareRecipient" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <input type="submit" id="share-submit" class="button share-cta" value="Send" /> </form> </div> </div> </li> <li class="social-item facebook"> <a href="#" class="social-link" title="Click to share on Facebook"> <span class="icon">Like on Facebook</span> </a> <div class="overlay"> <div class="fb-wrap"> <div class="fb-like" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google" data-send="false" data-layout="button_count" data-width="225" data-show-faces="false" data-font="arial"></div> </div> </div> </li> <li class="social-item twitter"> <a href="#" class="social-link" title="Click to share on Twitter"> <span class="icon">Share on Twitter</span> </a> <div class="overlay"> <a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.google.com?change-this-url-to-the-product-url-instead-of-google">Tweet</a> </div> </li> <li class="social-item google-plus"> <a href="#" class="social-link" title="Click to share on Google Plus"> <span class="icon">Share on Google+</span> </a> <div class="overlay"> <div class="g-plus" data-action="share" data-annotation="bubble" data-height="15" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google"></div> </div> </li> <li class="last social-item pinterest"> <a href="#" class="social-link" title="Click to share on Pinterest"> <span class="icon">Share on Pinterest</span> </a> <div class="overlay"> <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> </li> </ul> </div> </div> </article> <article class="story"> <figure class="story-fig"> <img src="img/content-landing/story-image.jpg" alt="story title"> </figure> <div class="story-content"> <header class="story-header"> <time class="pub-date" pubdate datetime="2013-01-03">03.01.2013</time> <h2 class="title">Lorem Ipsum Dolor</h2> </header> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=someId321" class="content-cta article data-article">read story</a> </div> <div class="story-social"> <div class="social-share-module"> <ul class="social-list"> <li class="first social-item email"> <a href="#" class="social-link" title="Click to share this item via Email"> <span class="icon">Email</span> </a> <div class="overlay"> <div class="share-error"></div> <h3 class="share-title">Share this item</h3> <a href="#" id="close-social-overlay" class="close-overlay"></a> <div class="overlay-content"> <figure class="share-fig"> <img src="img/product-detail-page/pdp-products/belkin-charger.png" alt="Photo of Belkin AC Charger with Swivel Plug" title="Belkin AC Charger with Swivel Plug"> <figcaption>Belkin AC Charger with Swivel Plug</figcaption> </figure> <form id="share-modal" name="share-modal" class="share-modal" method="post" action="social-share-email.json"> <div class="fieldwrapper"> <label for="share-name">Your Name</label> <input id="share-name" name="shareName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-email">Your Email</label> <input id="share-email" name="shareEmail" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <div class="fieldwrapper"> <label for="share-recipient-name">Recipient's Name</label> <input id="share-recipient-name" name="shareRecipientName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-recipient">Recipient Email</label> <input id="share-recipient" name="shareRecipient" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <input type="submit" id="share-submit" class="button share-cta" value="Send" /> </form> </div> </div> </li> <li class="social-item facebook"> <a href="#" class="social-link" title="Click to share on Facebook"> <span class="icon">Like on Facebook</span> </a> <div class="overlay"> <div class="fb-wrap"> <div class="fb-like" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google" data-send="false" data-layout="button_count" data-width="225" data-show-faces="false" data-font="arial"></div> </div> </div> </li> <li class="social-item twitter"> <a href="#" class="social-link" title="Click to share on Twitter"> <span class="icon">Share on Twitter</span> </a> <div class="overlay"> <a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.google.com?change-this-url-to-the-product-url-instead-of-google">Tweet</a> </div> </li> <li class="social-item google-plus"> <a href="#" class="social-link" title="Click to share on Google Plus"> <span class="icon">Share on Google+</span> </a> <div class="overlay"> <div class="g-plus" data-action="share" data-annotation="bubble" data-height="15" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google"></div> </div> </li> <li class="last social-item pinterest"> <a href="#" class="social-link" title="Click to share on Pinterest"> <span class="icon">Share on Pinterest</span> </a> <div class="overlay"> <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> </li> </ul> </div> </div> </article> <article class="story"> <figure class="story-fig"> <img src="img/content-landing/story-image.jpg" alt="story title"> </figure> <div class="story-content"> <header class="story-header"> <time class="pub-date" pubdate datetime="2013-01-03">03.01.2013</time> <h2 class="title">Lorem Ipsum Dolor</h2> </header> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=someId321" class="content-cta article data-article">read story</a> </div> <div class="story-social"> <div class="social-share-module"> <ul class="social-list"> <li class="first social-item email"> <a href="#" class="social-link" title="Click to share this item via Email"> <span class="icon">Email</span> </a> <div class="overlay"> <div class="share-error"></div> <h3 class="share-title">Share this item</h3> <a href="#" id="close-social-overlay" class="close-overlay"></a> <div class="overlay-content"> <figure class="share-fig"> <img src="img/product-detail-page/pdp-products/belkin-charger.png" alt="Photo of Belkin AC Charger with Swivel Plug" title="Belkin AC Charger with Swivel Plug"> <figcaption>Belkin AC Charger with Swivel Plug</figcaption> </figure> <form id="share-modal" name="share-modal" class="share-modal" method="post" action="social-share-email.json"> <div class="fieldwrapper"> <label for="share-name">Your Name</label> <input id="share-name" name="shareName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-email">Your Email</label> <input id="share-email" name="shareEmail" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <div class="fieldwrapper"> <label for="share-recipient-name">Recipient's Name</label> <input id="share-recipient-name" name="shareRecipientName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-recipient">Recipient Email</label> <input id="share-recipient" name="shareRecipient" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <input type="submit" id="share-submit" class="button share-cta" value="Send" /> </form> </div> </div> </li> <li class="social-item facebook"> <a href="#" class="social-link" title="Click to share on Facebook"> <span class="icon">Like on Facebook</span> </a> <div class="overlay"> <div class="fb-wrap"> <div class="fb-like" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google" data-send="false" data-layout="button_count" data-width="225" data-show-faces="false" data-font="arial"></div> </div> </div> </li> <li class="social-item twitter"> <a href="#" class="social-link" title="Click to share on Twitter"> <span class="icon">Share on Twitter</span> </a> <div class="overlay"> <a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.google.com?change-this-url-to-the-product-url-instead-of-google">Tweet</a> </div> </li> <li class="social-item google-plus"> <a href="#" class="social-link" title="Click to share on Google Plus"> <span class="icon">Share on Google+</span> </a> <div class="overlay"> <div class="g-plus" data-action="share" data-annotation="bubble" data-height="15" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google"></div> </div> </li> <li class="last social-item pinterest"> <a href="#" class="social-link" title="Click to share on Pinterest"> <span class="icon">Share on Pinterest</span> </a> <div class="overlay"> <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> </li> </ul> </div> </div> </article> </section> <div class="load-actions hide-for-small"> <a href="/mls/siteStoreUS/browse/ajax/loadStories.jsp?more_total=30&more_offset=60" class="load-more">load <span class='article-count'>30</span> more</a> </div> </section> <!-- End Main Content Container --> </div> <div class="wrapper tab-content-wrapper" data-tab="#/stories/" data-result-count="3" data-type="Stories"> <!-- BEGIN TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <script type="text/javascript"> includeFragment('inc/fragments/content-landing-header.html'); </script> <!-- END TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <aside id="secondary-column" class="secondary-column"> <!-- BEGIN TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <script type="text/javascript"> includeFragment('inc/content-filter.html'); </script> <!-- END TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> </aside> <!-- Begin Main Content Container --> <section id="main-column" class="main-column"> <section class="top-stories category-section"> <ul class="content-grid feature-grid"> <!-- some items in this grid will be hidden for various screen sizes please take note of classes like "show-for-small, show-for-large-up" etc... --> <li class="content-item large"> <figure class="content-fig"> <div class="hot-story"></div> <img class="featured-large-image" src="img/category-listing/category-large-fpo.jpg" title="fpo image"> <img class="featured-corner" alt="featured item" src="img/content-landing/article_tab.jpg"/> <div class="featured-item-hover"> <a href="#" title="shop this story" class="shop-this content-cta"><img src="img/emails/dummy/img-wristband.png"> <span class="shop-this-story">shop this story</span></a> </div> <div class="featured-item"> <div class="featured-item-color-code"><img src="img/content-landing/article_tab_hover_top.png" /></div> <div class="focus flexslider"> <ul class="slides"> <li> <div class="featured-item-detail"> <div class="featured-item-info"> <h5 class="featured-item-title">Jawbone Up</h5> <p class="price">$<span>159.<sup>99</sup></span></p> <div class="rating"><img src="img/stars.png" /> (21)</div> </div> <div class="featured-item-add-to-cart"> <form class="featured-item-actions"> <input class="add-cart-cta data-cart-add" type="submit" title="Add to Cart" value="Add to Cart" /> </form> </div> </div> <a href="#"><img src="img/product-category-listing/pcl-jawbone.jpg" alt="Jawbone Up"></a> </li> <li> <div class="featured-item-detail"> <div class="featured-item-info"> <h5 class="featured-item-title">Beats</h5> <p class="price">$<span>15.<sup>99</sup></span></p> <div class="rating"><img src="img/stars.png" /> (21)</div> </div> <div class="featured-item-add-to-cart"> <form class="featured-item-actions"> <input class="add-cart-cta data-cart-add" type="submit" title="Add to Cart" value="Add to Cart" /> </form> </div> </div> <a href="#"><img src="img/product-category-listing/pcl-beats.jpg" alt="Beats"></a> </li> <li> <div class="featured-item-detail"> <div class="featured-item-info"> <h5 class="featured-item-title">Brookstone</h5> <p class="price">$<span>19.<sup>99</sup></span></p> <div class="rating"><img src="img/stars.png" /> (21)</div> </div> <div class="featured-item-add-to-cart"> <form class="featured-item-actions"> <input class="add-cart-cta data-cart-add" type="submit" title="Add to Cart" value="Add to Cart" /> </form> </div> </div> <a href="#"><img src="img/product-category-listing/pcl-brookstone.jpg" alt="Brookstone"></a> </li> </ul> </div> <div class="thumbs-back"> <div class="thumb-wrap"> <div class="thumbs flexslider"> <ul class="slides"> <li> <img src="img/content-landing/featured_thumb_1.png" alt="Jawbone Up"> <div class="vzn-active"></div> </li> <li> <img src="img/content-landing/featured_thumb_2.png" alt="Beats"> <div class="vzn-active"></div> </li> <li> <img src="img/content-landing/featured_thumb_3.png" alt="Brookstone"> <div class="vzn-active"></div> </li> </ul> </div> </div> <div class="back"><a class="back-to-story content-cta"><img class="thumb" src="img/category-listing/back-to-story.png" title="fpo image"><span class="go-back">back to story</span></a></div> </div> </div> </figure> <section class="content-detail"> <header class="content-detail-header"> <h3 class="content-category">03.01.2013</h3> <h2 class="content-title">Lorem Ipsum Dolor Sit</h2> </header> <p class="content-copy">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=1234567" class="content-cta artilifecle data-article">read story</a> </section> <div class="story-social"> <script> includeFragment('inc/fragments/social.html'); </script> </div> </li> </ul> </section> <section class="featured-stories"> <article class="story"> <figure class="story-fig"> <img src="img/content-landing/story-image.jpg" alt="story title"> </figure> <div class="story-content"> <header class="story-header"> <time class="pub-date" pubdate datetime="2013-01-03">03.01.2013</time> <h2 class="title">Lorem Ipsum Dolor</h2> </header> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=someId321" class="content-cta article data-article">read story</a> </div> <div class="story-social"> <div class="social-share-module"> <ul class="social-list"> <li class="first social-item email"> <a href="#" class="social-link" title="Click to share this item via Email"> <span class="icon">Email</span> </a> <div class="overlay"> <div class="share-error"></div> <h3 class="share-title">Share this item</h3> <a href="#" id="close-social-overlay" class="close-overlay"></a> <div class="overlay-content"> <figure class="share-fig"> <img src="img/product-detail-page/pdp-products/belkin-charger.png" alt="Photo of Belkin AC Charger with Swivel Plug" title="Belkin AC Charger with Swivel Plug"> <figcaption>Belkin AC Charger with Swivel Plug</figcaption> </figure> <form id="share-modal" name="share-modal" class="share-modal" method="post" action="social-share-email.json"> <div class="fieldwrapper"> <label for="share-name">Your Name</label> <input id="share-name" name="shareName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-email">Your Email</label> <input id="share-email" name="shareEmail" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <div class="fieldwrapper"> <label for="share-recipient-name">Recipient's Name</label> <input id="share-recipient-name" name="shareRecipientName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-recipient">Recipient Email</label> <input id="share-recipient" name="shareRecipient" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <input type="submit" id="share-submit" class="button share-cta" value="Send" /> </form> </div> </div> </li> <li class="social-item facebook"> <a href="#" class="social-link" title="Click to share on Facebook"> <span class="icon">Like on Facebook</span> </a> <div class="overlay"> <div class="fb-wrap"> <div class="fb-like" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google" data-send="false" data-layout="button_count" data-width="225" data-show-faces="false" data-font="arial"></div> </div> </div> </li> <li class="social-item twitter"> <a href="#" class="social-link" title="Click to share on Twitter"> <span class="icon">Share on Twitter</span> </a> <div class="overlay"> <a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.google.com?change-this-url-to-the-product-url-instead-of-google">Tweet</a> </div> </li> <li class="social-item google-plus"> <a href="#" class="social-link" title="Click to share on Google Plus"> <span class="icon">Share on Google+</span> </a> <div class="overlay"> <div class="g-plus" data-action="share" data-annotation="bubble" data-height="15" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google"></div> </div> </li> <li class="last social-item pinterest"> <a href="#" class="social-link" title="Click to share on Pinterest"> <span class="icon">Share on Pinterest</span> </a> <div class="overlay"> <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> </li> </ul> </div> </div> </article> <article class="story"> <figure class="story-fig"> <img src="img/content-landing/story-image.jpg" alt="story title"> </figure> <div class="story-content"> <header class="story-header"> <time class="pub-date" pubdate datetime="2013-01-03">03.01.2013</time> <h2 class="title">Lorem Ipsum Dolor</h2> </header> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=someId321" class="content-cta article data-article">read story</a> </div> <div class="story-social"> <div class="social-share-module"> <ul class="social-list"> <li class="first social-item email"> <a href="#" class="social-link" title="Click to share this item via Email"> <span class="icon">Email</span> </a> <div class="overlay"> <div class="share-error"></div> <h3 class="share-title">Share this item</h3> <a href="#" id="close-social-overlay" class="close-overlay"></a> <div class="overlay-content"> <figure class="share-fig"> <img src="img/product-detail-page/pdp-products/belkin-charger.png" alt="Photo of Belkin AC Charger with Swivel Plug" title="Belkin AC Charger with Swivel Plug"> <figcaption>Belkin AC Charger with Swivel Plug</figcaption> </figure> <form id="share-modal" name="share-modal" class="share-modal" method="post" action="social-share-email.json"> <div class="fieldwrapper"> <label for="share-name">Your Name</label> <input id="share-name" name="shareName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-email">Your Email</label> <input id="share-email" name="shareEmail" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <div class="fieldwrapper"> <label for="share-recipient-name">Recipient's Name</label> <input id="share-recipient-name" name="shareRecipientName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-recipient">Recipient Email</label> <input id="share-recipient" name="shareRecipient" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <input type="submit" id="share-submit" class="button share-cta" value="Send" /> </form> </div> </div> </li> <li class="social-item facebook"> <a href="#" class="social-link" title="Click to share on Facebook"> <span class="icon">Like on Facebook</span> </a> <div class="overlay"> <div class="fb-wrap"> <div class="fb-like" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google" data-send="false" data-layout="button_count" data-width="225" data-show-faces="false" data-font="arial"></div> </div> </div> </li> <li class="social-item twitter"> <a href="#" class="social-link" title="Click to share on Twitter"> <span class="icon">Share on Twitter</span> </a> <div class="overlay"> <a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.google.com?change-this-url-to-the-product-url-instead-of-google">Tweet</a> </div> </li> <li class="social-item google-plus"> <a href="#" class="social-link" title="Click to share on Google Plus"> <span class="icon">Share on Google+</span> </a> <div class="overlay"> <div class="g-plus" data-action="share" data-annotation="bubble" data-height="15" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google"></div> </div> </li> <li class="last social-item pinterest"> <a href="#" class="social-link" title="Click to share on Pinterest"> <span class="icon">Share on Pinterest</span> </a> <div class="overlay"> <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> </li> </ul> </div> </div> </article> <article class="story"> <figure class="story-fig"> <img src="img/content-landing/story-image.jpg" alt="story title"> </figure> <div class="story-content"> <header class="story-header"> <time class="pub-date" pubdate datetime="2013-01-03">03.01.2013</time> <h2 class="title">Lorem Ipsum Dolor</h2> </header> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=someId321" class="content-cta article data-article">read story</a> </div> <div class="story-social"> <div class="social-share-module"> <ul class="social-list"> <li class="first social-item email"> <a href="#" class="social-link" title="Click to share this item via Email"> <span class="icon">Email</span> </a> <div class="overlay"> <div class="share-error"></div> <h3 class="share-title">Share this item</h3> <a href="#" id="close-social-overlay" class="close-overlay"></a> <div class="overlay-content"> <figure class="share-fig"> <img src="img/product-detail-page/pdp-products/belkin-charger.png" alt="Photo of Belkin AC Charger with Swivel Plug" title="Belkin AC Charger with Swivel Plug"> <figcaption>Belkin AC Charger with Swivel Plug</figcaption> </figure> <form id="share-modal" name="share-modal" class="share-modal" method="post" action="social-share-email.json"> <div class="fieldwrapper"> <label for="share-name">Your Name</label> <input id="share-name" name="shareName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-email">Your Email</label> <input id="share-email" name="shareEmail" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <div class="fieldwrapper"> <label for="share-recipient-name">Recipient's Name</label> <input id="share-recipient-name" name="shareRecipientName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-recipient">Recipient Email</label> <input id="share-recipient" name="shareRecipient" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <input type="submit" id="share-submit" class="button share-cta" value="Send" /> </form> </div> </div> </li> <li class="social-item facebook"> <a href="#" class="social-link" title="Click to share on Facebook"> <span class="icon">Like on Facebook</span> </a> <div class="overlay"> <div class="fb-wrap"> <div class="fb-like" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google" data-send="false" data-layout="button_count" data-width="225" data-show-faces="false" data-font="arial"></div> </div> </div> </li> <li class="social-item twitter"> <a href="#" class="social-link" title="Click to share on Twitter"> <span class="icon">Share on Twitter</span> </a> <div class="overlay"> <a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.google.com?change-this-url-to-the-product-url-instead-of-google">Tweet</a> </div> </li> <li class="social-item google-plus"> <a href="#" class="social-link" title="Click to share on Google Plus"> <span class="icon">Share on Google+</span> </a> <div class="overlay"> <div class="g-plus" data-action="share" data-annotation="bubble" data-height="15" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google"></div> </div> </li> <li class="last social-item pinterest"> <a href="#" class="social-link" title="Click to share on Pinterest"> <span class="icon">Share on Pinterest</span> </a> <div class="overlay"> <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> </li> </ul> </div> </div> </article> <article class="story"> <figure class="story-fig"> <img src="img/content-landing/story-image.jpg" alt="story title"> </figure> <div class="story-content"> <header class="story-header"> <time class="pub-date" pubdate datetime="2013-01-03">03.01.2013</time> <h2 class="title">Lorem Ipsum Dolor</h2> </header> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=someId321" class="content-cta article data-article">read story</a> </div> <div class="story-social"> <div class="social-share-module"> <ul class="social-list"> <li class="first social-item email"> <a href="#" class="social-link" title="Click to share this item via Email"> <span class="icon">Email</span> </a> <div class="overlay"> <div class="share-error"></div> <h3 class="share-title">Share this item</h3> <a href="#" id="close-social-overlay" class="close-overlay"></a> <div class="overlay-content"> <figure class="share-fig"> <img src="img/product-detail-page/pdp-products/belkin-charger.png" alt="Photo of Belkin AC Charger with Swivel Plug" title="Belkin AC Charger with Swivel Plug"> <figcaption>Belkin AC Charger with Swivel Plug</figcaption> </figure> <form id="share-modal" name="share-modal" class="share-modal" method="post" action="social-share-email.json"> <div class="fieldwrapper"> <label for="share-name">Your Name</label> <input id="share-name" name="shareName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-email">Your Email</label> <input id="share-email" name="shareEmail" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <div class="fieldwrapper"> <label for="share-recipient-name">Recipient's Name</label> <input id="share-recipient-name" name="shareRecipientName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-recipient">Recipient Email</label> <input id="share-recipient" name="shareRecipient" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <input type="submit" id="share-submit" class="button share-cta" value="Send" /> </form> </div> </div> </li> <li class="social-item facebook"> <a href="#" class="social-link" title="Click to share on Facebook"> <span class="icon">Like on Facebook</span> </a> <div class="overlay"> <div class="fb-wrap"> <div class="fb-like" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google" data-send="false" data-layout="button_count" data-width="225" data-show-faces="false" data-font="arial"></div> </div> </div> </li> <li class="social-item twitter"> <a href="#" class="social-link" title="Click to share on Twitter"> <span class="icon">Share on Twitter</span> </a> <div class="overlay"> <a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.google.com?change-this-url-to-the-product-url-instead-of-google">Tweet</a> </div> </li> <li class="social-item google-plus"> <a href="#" class="social-link" title="Click to share on Google Plus"> <span class="icon">Share on Google+</span> </a> <div class="overlay"> <div class="g-plus" data-action="share" data-annotation="bubble" data-height="15" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google"></div> </div> </li> <li class="last social-item pinterest"> <a href="#" class="social-link" title="Click to share on Pinterest"> <span class="icon">Share on Pinterest</span> </a> <div class="overlay"> <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> </li> </ul> </div> </div> </article> <article class="story"> <figure class="story-fig"> <img src="img/content-landing/story-image.jpg" alt="story title"> </figure> <div class="story-content"> <header class="story-header"> <time class="pub-date" pubdate datetime="2013-01-03">03.01.2013</time> <h2 class="title">Lorem Ipsum Dolor</h2> </header> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p> <a href="article.jsp?id=someId321" class="content-cta article data-article">read story</a> </div> <div class="story-social"> <div class="social-share-module"> <ul class="social-list"> <li class="first social-item email"> <a href="#" class="social-link" title="Click to share this item via Email"> <span class="icon">Email</span> </a> <div class="overlay"> <div class="share-error"></div> <h3 class="share-title">Share this item</h3> <a href="#" id="close-social-overlay" class="close-overlay"></a> <div class="overlay-content"> <figure class="share-fig"> <img src="img/product-detail-page/pdp-products/belkin-charger.png" alt="Photo of Belkin AC Charger with Swivel Plug" title="Belkin AC Charger with Swivel Plug"> <figcaption>Belkin AC Charger with Swivel Plug</figcaption> </figure> <form id="share-modal" name="share-modal" class="share-modal" method="post" action="social-share-email.json"> <div class="fieldwrapper"> <label for="share-name">Your Name</label> <input id="share-name" name="shareName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-email">Your Email</label> <input id="share-email" name="shareEmail" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <div class="fieldwrapper"> <label for="share-recipient-name">Recipient's Name</label> <input id="share-recipient-name" name="shareRecipientName" type="text" class="share-field hasPlaceholder" placeholder="Name" /> </div> <div class="fieldwrapper"> <label for="share-recipient">Recipient Email</label> <input id="share-recipient" name="shareRecipient" type="email" class="share-field hasPlaceholder" placeholder="Email Address"> </div> <input type="submit" id="share-submit" class="button share-cta" value="Send" /> </form> </div> </div> </li> <li class="social-item facebook"> <a href="#" class="social-link" title="Click to share on Facebook"> <span class="icon">Like on Facebook</span> </a> <div class="overlay"> <div class="fb-wrap"> <div class="fb-like" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google" data-send="false" data-layout="button_count" data-width="225" data-show-faces="false" data-font="arial"></div> </div> </div> </li> <li class="social-item twitter"> <a href="#" class="social-link" title="Click to share on Twitter"> <span class="icon">Share on Twitter</span> </a> <div class="overlay"> <a href="//twitter.com/share" class="twitter-share-button" data-url="http://www.google.com?change-this-url-to-the-product-url-instead-of-google">Tweet</a> </div> </li> <li class="social-item google-plus"> <a href="#" class="social-link" title="Click to share on Google Plus"> <span class="icon">Share on Google+</span> </a> <div class="overlay"> <div class="g-plus" data-action="share" data-annotation="bubble" data-height="15" data-href="http://www.google.com?change-this-url-to-the-product-url-instead-of-google"></div> </div> </li> <li class="last social-item pinterest"> <a href="#" class="social-link" title="Click to share on Pinterest"> <span class="icon">Share on Pinterest</span> </a> <div class="overlay"> <a href="//pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=http%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest" data-pin-do="buttonPin" data-pin-config="beside"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a> </div> </li> </ul> </div> </div> </article> </section> <div class="load-actions hide-for-small"> <a href="/mls/siteStoreUS/browse/ajax/loadStories.jsp?more_total=30&more_offset=60" class="load-more">load <span class='article-count'>30</span> more</a> </div> </section> <!-- End Main Content Container --> </div> <div class="wrapper tab-content-wrapper" data-tab="#/guides/" data-result-count="4" data-type="Guides"> Guides Content </div> <div class="wrapper tab-content-wrapper" data-tab="#/videos/" data-result-count="3" data-type="Videos"> Videos Content </div> </section> <div id="article-content"></div> <!-- End Grid Section --> <!-- Footer --> <!-- BEGIN TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> <script type="text/javascript"> includeFragment('inc/footer.html'); </script> <!-- END TEMPLATE FRAGMENT REFERENCE - DO NOT INCULUDE THIS CODE IN FINAL TEMPLATE --> </div> </body> </html>
app/pages/active/view/view.component.html
Robophil/xpenses
<GridLayout row="0" rows="*" backgroundColor="red"> <ng-container *ngIf="data$ | async as data"> <slides [pageIndicators]="true" backgroundColor="blue" width="100%" height="100%"> <slide *ngFor="let item of data; let i = index" backgroundColor="yellow" width="100%" height="100%"> <Cycle (create)="createExpense($event)" [position]="i+1" [total]="data.length" [data]="item"></Cycle> </slide> </slides> </ng-container> </GridLayout>
doc/structfut_1_1_f_context_cons-members.html
disnesquick/coopfuture
<!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>Cooperative Futures: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Cooperative Futures </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&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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"><b>fut</b></li><li class="navelem"><a class="el" href="structfut_1_1_f_context_cons.html">FContextCons</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">fut::FContextCons Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="structfut_1_1_f_context_cons.html">fut::FContextCons</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="structfut_1_1_f_context_cons.html#a96f2a209809cc2e4517288d22cb23c50">context</a></td><td class="entry"><a class="el" href="structfut_1_1_f_context_cons.html">fut::FContextCons</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="structfut_1_1_f_context_cons.html#a27c5a063dccfdcfc627398180caa2e07">nextPointer</a></td><td class="entry"><a class="el" href="structfut_1_1_f_context_cons.html">fut::FContextCons</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Jul 15 2015 11:34:34 for Cooperative Futures by &#160;<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>
assets/css/v3/docs-style.css
ganlanyuan/rocket.site
.responsive-table-3 input { position: absolute; left: -9999px; } .flex-media-1, .flex-media-2 { position: relative; height: 0; overflow: hidden; } .flex-media-1 > iframe, .flex-media-1 > object, .flex-media-1 > embed, .flex-media-2 > svg { position: absolute; width: 100%; height: 100%; } .tooltip-1:before, .tooltip-1:after, .tooltip-2:before, .tooltip-2:after { opacity: 0; filter: alpha(opacity=0); content: ''; position: absolute; z-index: -1; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; } .tooltip-1:after, .tooltip-2:after { padding: 0.67em; min-width: 8em; font-size: 12px; line-height: 1.3; font-weight: normal; color: #fff; } .button-simple, .button-push, .button-bubble, .button-line-drawing { display: inline-block; box-sizing: border-box; } .container1:after, .container2:after { clear: both; content: ""; display: table; } .hide-text-1 { text-indent: 110%; white-space: nowrap; overflow: hidden; } .container1 { max-width: 600px; padding: 0 10px; margin-left: auto; margin-right: auto; } .container2 { max-width: 800px; padding: 0 1%; margin-left: 0; margin-right: auto; } .grid1 { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } .grid1 > div { width: 100%; } .lt-ie10 .grid1 { margin-right: -20px; } .lt-ie10 .grid1:after { clear: both; content: ""; display: table; } .lt-ie10 .grid1 > div { float: left; clear: both; margin-right: -100%; padding-right: 20px; box-sizing: border-box; } .lt-ie10 .grid1 > div:nth-child(n) { clear: none; } .grid1 > div:nth-child(1) { width: -webkit-calc((100% + 20px) * 3 / 14 - 20px); width: calc((100% + 20px) * 3 / 14 - 20px); } .lt-ie10 .grid1 > div:nth-child(1) { width: 21.4285714%; margin-left: 0; } .grid1 > div:nth-child(2) { width: -webkit-calc((100% + 20px) * 7 / 14 - 20px); width: calc((100% + 20px) * 7 / 14 - 20px); } .lt-ie10 .grid1 > div:nth-child(2) { width: 50%; margin-left: 21.4285714%; } .grid1 > div:nth-child(3) { width: -webkit-calc((100% + 20px) * 4 / 14 - 20px); width: calc((100% + 20px) * 4 / 14 - 20px); } .lt-ie10 .grid1 > div:nth-child(3) { width: 28.5714286%; margin-left: 71.4285714%; } .grid2 { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } .grid2 > div { width: 100%; } .lt-ie10 .grid2 { margin-right: -20px; } .lt-ie10 .grid2:after { clear: both; content: ""; display: table; } .lt-ie10 .grid2 > div { float: left; clear: both; margin-right: -100%; padding-right: 20px; box-sizing: border-box; } .lt-ie10 .grid2 > div:nth-child(n) { clear: none; } .grid2 > div:nth-child(1) { -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-order: 2; -ms-flex-order: 2; order: 2; width: -webkit-calc((100% + 20px) * 3 / 14 - 20px); width: calc((100% + 20px) * 3 / 14 - 20px); } .lt-ie10 .grid2 > div:nth-child(1) { width: 21.4285714%; margin-left: 78.5714286%; } .grid2 > div:nth-child(2) { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-order: 1; -ms-flex-order: 1; order: 1; width: -webkit-calc((100% + 20px) * 7 / 14 - 20px); width: calc((100% + 20px) * 7 / 14 - 20px); } .lt-ie10 .grid2 > div:nth-child(2) { width: 50%; margin-left: 0; } .grid2 > div:nth-child(3) { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-order: 1; -ms-flex-order: 1; order: 1; width: -webkit-calc((100% + 20px) * 4 / 14 - 20px); width: calc((100% + 20px) * 4 / 14 - 20px); } .lt-ie10 .grid2 > div:nth-child(3) { width: 28.5714286%; margin-left: 50%; } .grid3 { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } .grid3 > div { width: 100%; } .lt-ie10 .grid3 { margin-right: -20px; } .lt-ie10 .grid3:after { clear: both; content: ""; display: table; } .lt-ie10 .grid3 > div { float: left; clear: both; margin-right: -100%; padding-right: 20px; box-sizing: border-box; } .lt-ie10 .grid3 > div:nth-child(n) { clear: none; } .grid3 > div:nth-child(1) { width: -webkit-calc((100% + 20px) * 3 / 14 - 20px); width: calc((100% + 20px) * 3 / 14 - 20px); } .lt-ie10 .grid3 > div:nth-child(1) { width: 21.4285714%; margin-left: 0; } .grid3 > div:nth-child(2) { width: -webkit-calc((100% + 20px) * 7 / 14 - 20px); width: calc((100% + 20px) * 7 / 14 - 20px); } .lt-ie10 .grid3 > div:nth-child(2) { width: 50%; margin-left: 21.4285714%; } .grid3 > div:nth-child(3) { width: -webkit-calc((100% + 20px) * 4 / 14 - 20px); width: calc((100% + 20px) * 4 / 14 - 20px); } .lt-ie10 .grid3 > div:nth-child(3) { width: 28.5714286%; margin-left: 71.4285714%; } .lt-ie10 .grid3 > div:nth-child(4) { clear: both; } .grid3 > div:nth-child(4) { width: -webkit-calc((100% + 20px) * 2 / 7 - 20px); width: calc((100% + 20px) * 2 / 7 - 20px); } .lt-ie10 .grid3 > div:nth-child(4) { width: 28.5714286%; margin-left: 0; } .grid3 > div:nth-child(5) { width: -webkit-calc((100% + 20px) * 5 / 7 - 20px); width: calc((100% + 20px) * 5 / 7 - 20px); } .lt-ie10 .grid3 > div:nth-child(5) { width: 71.4285714%; margin-left: 28.5714286%; } .lt-ie10 .grid3 > div:nth-child(6) { clear: both; } .grid4 { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } .grid4 > section { width: 100%; } .lt-ie10 .grid4 { margin-right: -20px; } .lt-ie10 .grid4:after { clear: both; content: ""; display: table; } .lt-ie10 .grid4 > section { float: left; clear: both; margin-right: -100%; padding-right: 20px; box-sizing: border-box; } .lt-ie10 .grid4 > section:nth-child(n) { clear: none; } .grid4 > section:nth-child(1) { width: -webkit-calc((100% + 20px) * 2 / 7 - 20px); width: calc((100% + 20px) * 2 / 7 - 20px); } .lt-ie10 .grid4 > section:nth-child(1) { width: 28.5714286%; margin-left: 0; } .grid4 > section:nth-child(2) { width: -webkit-calc((100% + 20px) * 5 / 7 - 20px); width: calc((100% + 20px) * 5 / 7 - 20px); } .lt-ie10 .grid4 > section:nth-child(2) { width: 71.4285714%; margin-left: 28.5714286%; } .grid5 { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } .grid5 > div { width: 100%; } .lt-ie10 .grid5 { margin-right: -20px; } .lt-ie10 .grid5:after { clear: both; content: ""; display: table; } .lt-ie10 .grid5 > div { float: left; clear: both; margin-right: -100%; padding-right: 20px; box-sizing: border-box; } .lt-ie10 .grid5 > div:nth-child(n) { clear: none; } .grid5 > div:nth-child(1) { width: -webkit-calc((100% + 20px) * 3 / 7 - 20px); width: calc((100% + 20px) * 3 / 7 - 20px); } .lt-ie10 .grid5 > div:nth-child(1) { width: 42.8571429%; margin-left: 0; } .grid5 > div:nth-child(2) { width: -webkit-calc((100% + 20px) * 4 / 7 - 20px); width: calc((100% + 20px) * 4 / 7 - 20px); } .lt-ie10 .grid5 > div:nth-child(2) { width: 57.1428571%; margin-left: 42.8571429%; } .lt-ie10 .grid5 > div:nth-child(3) { clear: both; } .grid5 > div:nth-child(3) { width: -webkit-calc((100% + 20px) * 2 / 7 - 20px); width: calc((100% + 20px) * 2 / 7 - 20px); } .lt-ie10 .grid5 > div:nth-child(3) { width: 28.5714286%; margin-left: 0; } .grid5 > div:nth-child(4) { width: -webkit-calc((100% + 20px) * 5 / 7 - 20px); width: calc((100% + 20px) * 5 / 7 - 20px); } .lt-ie10 .grid5 > div:nth-child(4) { width: 71.4285714%; margin-left: 28.5714286%; } .lt-ie10 .grid5 > div:nth-child(5) { clear: both; } .grid5 > div:nth-child(5) { width: -webkit-calc((100% + 20px) * 1 / 1 - 20px); width: calc((100% + 20px) * 1 / 1 - 20px); } .lt-ie10 .grid5 > div:nth-child(5) { width: 100%; margin-left: 0; } .lt-ie10 .grid5 > div:nth-child(6) { clear: both; } @media (min-width: 50em) { .grid5 > div:nth-child(n) { -webkit-box-ordinal-group: 1; -webkit-order: 0; -moz-order: 0; -ms-flex-order: 0; order: 0; } .lt-ie10 .grid5 > div:nth-child(n) { clear: none; } .grid5 > div:nth-child(1) { -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-order: 2; -ms-flex-order: 2; order: 2; width: -webkit-calc((100% + 20px) * 2 / 12 - 20px); width: calc((100% + 20px) * 2 / 12 - 20px); } .lt-ie10 .grid5 > div:nth-child(1) { width: 16.6666667%; margin-left: 58.3333333%; } .grid5 > div:nth-child(2) { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-order: 1; -ms-flex-order: 1; order: 1; width: -webkit-calc((100% + 20px) * 7 / 12 - 20px); width: calc((100% + 20px) * 7 / 12 - 20px); } .lt-ie10 .grid5 > div:nth-child(2) { width: 58.3333333%; margin-left: 0; } .grid5 > div:nth-child(3) { -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-order: 2; -ms-flex-order: 2; order: 2; width: -webkit-calc((100% + 20px) * 3 / 12 - 20px); width: calc((100% + 20px) * 3 / 12 - 20px); } .lt-ie10 .grid5 > div:nth-child(3) { width: 25%; margin-left: 75%; } .lt-ie10 .grid5 > div:nth-child(4) { clear: both; } .grid5 > div:nth-child(4) { -webkit-box-ordinal-group: 5; -webkit-order: 4; -moz-order: 4; -ms-flex-order: 4; order: 4; width: -webkit-calc((100% + 20px) * 1 / 2 - 20px); width: calc((100% + 20px) * 1 / 2 - 20px); } .lt-ie10 .grid5 > div:nth-child(4) { width: 50%; margin-left: 50%; } .grid5 > div:nth-child(5) { -webkit-box-ordinal-group: 4; -webkit-order: 3; -moz-order: 3; -ms-flex-order: 3; order: 3; width: -webkit-calc((100% + 20px) * 1 / 2 - 20px); width: calc((100% + 20px) * 1 / 2 - 20px); } .lt-ie10 .grid5 > div:nth-child(5) { width: 50%; margin-left: 0; } .lt-ie10 .grid5 > div:nth-child(6) { clear: both; } } @media (min-width: 62.5em) { .grid5 > div:nth-child(n) { -webkit-box-ordinal-group: 1; -webkit-order: 0; -moz-order: 0; -ms-flex-order: 0; order: 0; } .lt-ie10 .grid5 > div:nth-child(n) { clear: none; } .grid5 > div:nth-child(1) { width: -webkit-calc((100% + 20px) * 2 / 20 - 20px); width: calc((100% + 20px) * 2 / 20 - 20px); } .lt-ie10 .grid5 > div:nth-child(1) { width: 10%; margin-left: 0; } .grid5 > div:nth-child(2) { width: -webkit-calc((100% + 20px) * 7 / 20 - 20px); width: calc((100% + 20px) * 7 / 20 - 20px); } .lt-ie10 .grid5 > div:nth-child(2) { width: 35%; margin-left: 10%; } .grid5 > div:nth-child(3) { width: -webkit-calc((100% + 20px) * 3 / 20 - 20px); width: calc((100% + 20px) * 3 / 20 - 20px); } .lt-ie10 .grid5 > div:nth-child(3) { width: 15%; margin-left: 45%; } .grid5 > div:nth-child(4) { width: -webkit-calc((100% + 20px) * 4 / 20 - 20px); width: calc((100% + 20px) * 4 / 20 - 20px); } .lt-ie10 .grid5 > div:nth-child(4) { width: 20%; margin-left: 60%; } .grid5 > div:nth-child(5) { width: -webkit-calc((100% + 20px) * 4 / 20 - 20px); width: calc((100% + 20px) * 4 / 20 - 20px); } .lt-ie10 .grid5 > div:nth-child(5) { width: 20%; margin-left: 80%; } } .liquid-2-1:after { clear: both; content: ""; display: table; } .lt-ie9 .liquid-2-1 { padding: 0 220px 0 0; box-sizing: border-box; } .liquid-2-1 > div:nth-child(1) { float: left; width: 100%; width: -webkit-calc(100% - 200px - 20px); width: -moz-calc(100% - 200px - 20px); width: calc(100% - 200px - 20px); } .liquid-2-1 > div:nth-child(2) { float: right; width: 200px; } .lt-ie9 .liquid-2-1 > div:nth-child(2) { margin: 0 -220px 0 0; } .liquid-2-2:after { clear: both; content: ""; display: table; } .lt-ie9 .liquid-2-2 { padding: 0 0 0 210px; box-sizing: border-box; } .liquid-2-2 > div:nth-child(2) { float: left; width: 200px; } .lt-ie9 .liquid-2-2 > div:nth-child(2) { margin: 0 0 0 -210px; } .liquid-2-2 > div:nth-child(1) { float: right; width: 100%; width: -webkit-calc(100% - 200px - 10px); width: -moz-calc(100% - 200px - 10px); width: calc(100% - 200px - 10px); } .liquid-2-3:after { clear: both; content: ""; display: table; } @media screen and (min-width: 37.5em) { .lt-ie9 .liquid-2-3 { padding: 0 0 0 220px; box-sizing: border-box; } .liquid-2-3 > div:nth-child(2) { float: left; width: 200px; } .lt-ie9 .liquid-2-3 > div:nth-child(2) { margin: 0 0 0 -220px; } .liquid-2-3 > div:nth-child(1) { float: right; width: 100%; width: -webkit-calc(100% - 200px - 20px); width: -moz-calc(100% - 200px - 20px); width: calc(100% - 200px - 20px); } } .liquid-2-4:after { clear: both; content: ""; display: table; } .lt-ie9 .liquid-2-4 { padding: 0 220px 0 0; box-sizing: border-box; } .liquid-2-4 > main { float: left; width: 100%; width: -webkit-calc(100% - 200px - 20px); width: -moz-calc(100% - 200px - 20px); width: calc(100% - 200px - 20px); } .liquid-2-4 > aside { float: right; width: 200px; } .lt-ie9 .liquid-2-4 > aside { margin: 0 -220px 0 0; } .liquid-3-1:after { clear: both; content: ""; display: table; } .lt-ie9 .liquid-3-1 > div { box-sizing: border-box; position: relative; } .liquid-3-1 > div:nth-child(1) { float: left; width: 150px; margin: 0 -100% 0 0; } .lt-ie9 .liquid-3-1 > div:nth-child(1) { padding: 0; z-index: 1; } .liquid-3-1 > div:nth-child(2) { float: left; width: 100%; width: -webkit-calc(100% - 150px - 200px - 40px); width: -moz-calc(100% - 150px - 200px - 40px); width: calc(100% - 150px - 200px - 40px); margin: 0 -100% 0 calc(150px + 20px); } .lt-ie9 .liquid-3-1 > div:nth-child(2) { padding: 0 220px 0 170px; margin: 0 -100% 0 0; z-index: 0; } .liquid-3-1 > div:nth-child(3) { float: right; width: 200px; margin: 0 0 0 -100%; } .lt-ie9 .liquid-3-1 > div:nth-child(3) { padding: 0; z-index: 1; } .liquid-3-2:after { clear: both; content: ""; display: table; } .lt-ie9 .liquid-3-2 > div { box-sizing: border-box; position: relative; } .liquid-3-2 > div:nth-child(1) { float: left; width: 150px; margin: 0 -100% 0 0; } .lt-ie9 .liquid-3-2 > div:nth-child(1) { padding: 0; z-index: 1; } .liquid-3-2 > div:nth-child(3) { float: left; width: 200px; margin: 0 -100% 0 180px; margin: 0 -100% 0 calc(150px + 30px); } .lt-ie9 .liquid-3-2 > div:nth-child(3) { padding: 0; z-index: 1; } .liquid-3-2 > div:nth-child(2) { float: right; margin: 0 0 0 -100%; width: 100%; width: -webkit-calc(100% - 150px - 200px - 60px); width: -moz-calc(100% - 150px - 200px - 60px); width: calc(100% - 150px - 200px - 60px); } .lt-ie9 .liquid-3-2 > div:nth-child(2) { padding: 0 0 0 410px; z-index: 0; } .liquid-3-3:after { clear: both; content: ""; display: table; } @media (min-width: 37.5em) { .lt-ie9 .liquid-3-3 > div { box-sizing: border-box; position: relative; } .liquid-3-3 > div:nth-child(1) { float: left; width: 150px; margin: 0 -100% 0 0; } .lt-ie9 .liquid-3-3 > div:nth-child(1) { padding: 0; z-index: 1; } .liquid-3-3 > div:nth-child(3) { float: left; width: 200px; margin: 0 -100% 0 180px; margin: 0 -100% 0 calc(150px + 30px); } .lt-ie9 .liquid-3-3 > div:nth-child(3) { padding: 0; z-index: 1; } .liquid-3-3 > div:nth-child(2) { float: right; margin: 0 0 0 -100%; width: 100%; width: -webkit-calc(100% - 150px - 200px - 60px); width: -moz-calc(100% - 150px - 200px - 60px); width: calc(100% - 150px - 200px - 60px); } .lt-ie9 .liquid-3-3 > div:nth-child(2) { padding: 0 0 0 410px; z-index: 0; } } .liquid-3-4:after { clear: both; content: ""; display: table; } .lt-ie9 .liquid-3-4 > nav, .lt-ie9 .liquid-3-4 > main, .lt-ie9 .liquid-3-4 > aside { box-sizing: border-box; position: relative; } .liquid-3-4 > nav { float: left; width: 150px; margin: 0 -100% 0 0; } .lt-ie9 .liquid-3-4 > nav { padding: 0; z-index: 1; } .liquid-3-4 > main { float: left; width: 100%; width: -webkit-calc(100% - 150px - 200px - 40px); width: -moz-calc(100% - 150px - 200px - 40px); width: calc(100% - 150px - 200px - 40px); margin: 0 -100% 0 calc(150px + 20px); } .lt-ie9 .liquid-3-4 > main { padding: 0 220px 0 170px; margin: 0 -100% 0 0; z-index: 0; } .liquid-3-4 > aside { float: right; width: 200px; margin: 0 0 0 -100%; } .lt-ie9 .liquid-3-4 > aside { padding: 0; z-index: 1; } .gallery-1 { margin-right: -20px; } .gallery-1:after { clear: both; content: ""; display: table; } .gallery-1 > li { width: 100%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 20px 20px 0; } .gallery-1 > li { width: 33.3333333%; } .gallery-1 > li:nth-child(n) { clear: none; } .gallery-1 > li:nth-child(3n+1) { clear: both; } .gallery-2:after { clear: both; content: ""; display: table; } .gallery-2 > li { width: 100%; float: right; margin: 0 0 2% 2%; } .gallery-2 > li { width: 23.5%; } .gallery-2 > li:nth-child(n) { margin-left: 2%; } .gallery-2 > li:nth-child(4n) { margin-left: 0; } .gallery-2 > li:nth-child(n) { clear: none; } .gallery-2 > li:nth-child(4n+1) { clear: both; } .gallery-3 { margin-right: -20px; } .gallery-3:after { clear: both; content: ""; display: table; } .gallery-3 > li { width: 100%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 20px 20px 0; } .gallery-3 > li { width: 50%; } .gallery-3 > li:nth-child(n) { clear: none; } .gallery-3 > li:nth-child(2n+1) { clear: both; } @media (min-width: 37.5em) { .gallery-3 > li { width: 33.3333333%; } .gallery-3 > li:nth-child(n) { clear: none; } .gallery-3 > li:nth-child(3n+1) { clear: both; } } @media (min-width: 50em) { .gallery-3 > li { width: 25%; } .gallery-3 > li:nth-child(n) { clear: none; } .gallery-3 > li:nth-child(4n+1) { clear: both; } } .gallery-4 { margin-right: -20px; } .gallery-4:after { clear: both; content: ""; display: table; } .gallery-4 > div { width: 100%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 20px 20px 0; } .gallery-4 > div { width: 33.3333333%; } .gallery-4 > div:nth-child(n) { clear: none; } .gallery-4 > div:nth-child(3n+1) { clear: both; } .masonry-1 { overflow: hidden; -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } .masonry-1 > li { padding-bottom: 1em; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } .masonry-2 { overflow: hidden; -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } .masonry-2 > li { padding-bottom: 20px; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } .masonry-3 { overflow: hidden; -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } .masonry-3 > .panel { padding-bottom: 1em; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } @media (min-width: 37.5em) { .masonry-3 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } } @media (min-width: 48em) { .masonry-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } } @media (min-width: 64em) { .masonry-3 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; } } .metro-1 { margin: 0 -5px; } .metro-1:after { clear: both; content: ""; display: table; } .metro-1 > * { position: relative; float: left; height: 0; } .metro-1 .metro-item { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; margin: 5px; } .metro-1 > *:nth-child(1) { width: 100%; padding-bottom: 20%; } .metro-1 > *:nth-child(2) { width: 60%; padding-bottom: 20%; } .metro-1 > *:nth-child(3) { width: 40%; padding-bottom: 40%; } .metro-1 > *:nth-child(4) { width: 20%; padding-bottom: 40%; } .metro-1 > *:nth-child(5) { width: 40%; padding-bottom: 20%; } .metro-1 > *:nth-child(6) { width: 80%; padding-bottom: 20%; } .metro-1 > li:nth-child(3) { float: right; } .diamond-1 { position: relative; float: left; overflow: hidden; -webkit-transform: rotate(-45deg) scale(0.7071068); -moz-transform: rotate(-45deg) scale(0.7071068); -ms-transform: rotate(-45deg) scale(0.7071068); -o-transform: rotate(-45deg) scale(0.7071068); transform: rotate(-45deg) scale(0.7071068); width: 33.3333333%; height: 0; padding-bottom: 33.3333333%; } .diamond-1 > .diamond-content { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-box-align: center; -moz-box-pack: center; -moz-box-align: center; -ms-flex-align: center; width: 100%; position: absolute; width: 100%; height: 100%; left: 0; top: 0; -webkit-transform: rotate(45deg) scale(1.4142136); -moz-transform: rotate(45deg) scale(1.4142136); -ms-transform: rotate(45deg) scale(1.4142136); -o-transform: rotate(45deg) scale(1.4142136); transform: rotate(45deg) scale(1.4142136); } .diamond-1 > .diamond-content > div, .diamond-1 > .diamond-content > section, .diamond-1 > .diamond-content > article { margin: auto; } .lt-ie10 .diamond-1 > .diamond-content { text-align: center; white-space: nowrap; } .lt-ie10 .diamond-1 > .diamond-content:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -.25em; } .lt-ie10 .diamond-1 > .diamond-content > div, .lt-ie10 .diamond-1 > .diamond-content > section, .lt-ie10 .diamond-1 > .diamond-content > article { display: inline-block; vertical-align: middle; white-space: normal; text-align: left; } .diamond-1:nth-child(n) { margin: 0; clear: none; } .diamond-1:nth-child(5n + 4) { margin-left: 16.6666667%; clear: both; } .diamond-1:nth-child(n + 4) { margin-top: -16.6666667%; } .lt-ie9 .diamond-1:nth-child(n) { margin: 0; clear: none; } .diamond-2 { position: relative; float: left; overflow: hidden; -webkit-transform: rotate(-45deg) scale(0.7071068); -moz-transform: rotate(-45deg) scale(0.7071068); -ms-transform: rotate(-45deg) scale(0.7071068); -o-transform: rotate(-45deg) scale(0.7071068); transform: rotate(-45deg) scale(0.7071068); width: 20%; height: 0; padding-bottom: 20%; } .diamond-2 > .diamond-content { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-box-align: center; -moz-box-pack: center; -moz-box-align: center; -ms-flex-align: center; width: 100%; position: absolute; width: 100%; height: 100%; left: 0; top: 0; -webkit-transform: rotate(45deg) scale(1.4142136); -moz-transform: rotate(45deg) scale(1.4142136); -ms-transform: rotate(45deg) scale(1.4142136); -o-transform: rotate(45deg) scale(1.4142136); transform: rotate(45deg) scale(1.4142136); } .diamond-2 > .diamond-content > div, .diamond-2 > .diamond-content > section, .diamond-2 > .diamond-content > article { margin: auto; } .lt-ie10 .diamond-2 > .diamond-content { text-align: center; white-space: nowrap; } .lt-ie10 .diamond-2 > .diamond-content:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -.25em; } .lt-ie10 .diamond-2 > .diamond-content > div, .lt-ie10 .diamond-2 > .diamond-content > section, .lt-ie10 .diamond-2 > .diamond-content > article { display: inline-block; vertical-align: middle; white-space: normal; text-align: left; } .diamond-3 { position: relative; float: left; overflow: hidden; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); width: 200px; height: 200px; } .diamond-3 > .diamond-content { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-box-align: center; -moz-box-pack: center; -moz-box-align: center; -ms-flex-align: center; width: 100%; position: absolute; width: 100%; height: 100%; left: 0; top: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); overflow: inherit; } .diamond-3 > .diamond-content > div, .diamond-3 > .diamond-content > section, .diamond-3 > .diamond-content > article { margin: auto; } .lt-ie10 .diamond-3 > .diamond-content { text-align: center; white-space: nowrap; } .lt-ie10 .diamond-3 > .diamond-content:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -.25em; } .lt-ie10 .diamond-3 > .diamond-content > div, .lt-ie10 .diamond-3 > .diamond-content > section, .lt-ie10 .diamond-3 > .diamond-content > article { display: inline-block; vertical-align: middle; white-space: normal; text-align: left; } .angled-edges-1 { position: relative; overflow: hidden; padding-top: 8.7488664%; padding-bottom: 8.7488664%; background-color: #58CAFF; } .angled-edges-1:before, .angled-edges-1:after { content: ''; display: block; position: absolute; width: 0; height: 0; border: 0px solid transparent; } .angled-edges-1:before { top: 0; border-top: 157.4795943px solid #fff; right: 0; border-right-width: 1800px; } .angled-edges-1:after { bottom: 0; border-bottom: 157.4795943px solid #fff; left: 0; border-left-width: 1800px; } .sticky-footer-1 { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-orient: vertical; -moz-box-orient: vertical; min-height: 700px; min-height: 100vh; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .sticky-footer-1 { height: 100vh; } } .sticky-footer-1 > main { -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-flex: 1; -moz-box-flex: 1; } .lt-ie10 .sticky-footer-1 { min-height: 0; } .lt-ie10 .sticky-footer-1 > main { min-height: 500px; } .sticky-footer-1 header, .sticky-footer-1 main, .sticky-footer-1 footer { padding: 10px; background-color: #f5f5f5; } .sticky-footer-1 main { background-color: #FBA158; } .justify-1 { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; width: 100%; } .justify-1 > li { -moz-box-flex: 1; } .lt-ie10 .justify-1 { text-align: justify; line-height: 0; } .lt-ie10 .justify-1:after { content: ""; width: 100%; display: inline-block; } .lt-ie10 .justify-1 > li { line-height: 1; display: inline-block; } .center-1 { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-box-align: center; -moz-box-pack: center; -moz-box-align: center; -ms-flex-align: center; width: 100%; position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .center-1 > div, .center-1 > section, .center-1 > article { margin: auto; } .lt-ie10 .center-1 { text-align: center; white-space: nowrap; } .lt-ie10 .center-1:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -.25em; } .lt-ie10 .center-1 > div, .lt-ie10 .center-1 > section, .lt-ie10 .center-1 > article { display: inline-block; vertical-align: middle; white-space: normal; text-align: left; } .center-1 > div { display: inline-block; padding: 10px; background-color: #FBA158; } .charts-1 { position: relative; margin-left: 6em; margin-right: 1em; margin-top: 1em; margin-bottom: 2em; } .charts-1 li { position: relative; } .charts-1 li strong { position: absolute; } .charts-1 li > span { display: block; color: #fff; box-sizing: border-box; } .charts-1 li > span:nth-of-type(1) { background: #5AB5E1; } .charts-1 .item-1 > span:nth-of-type(1) { width: 40.4545455%; } .charts-1 .item-1 > span:nth-of-type(1):before { content: "8.9"; } .charts-1 .item-2 > span:nth-of-type(1) { width: 47.7272727%; } .charts-1 .item-2 > span:nth-of-type(1):before { content: "10.5"; } .charts-1 .item-3 > span:nth-of-type(1) { width: 87.7272727%; } .charts-1 .item-3 > span:nth-of-type(1):before { content: "19.3"; } .charts-1 .item-4 > span:nth-of-type(1) { width: 97.5%; } .charts-1 .item-4 > span:nth-of-type(1):before { content: "21.45"; } .charts-1 .ticks { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; } .charts-1 .ticks > div { position: absolute; width: 0; height: 100%; font-size: 0.7em; color: #9b9a9a; border-right: 1px solid #e7e7e7; } .charts-1 .ticks span { display: block; width: 3em; } .charts-1 .tick-1 { left: 0%; } .charts-1 .tick-1 span:before { content: "0"; } .charts-1 .tick-2 { left: 9.0909091%; } .charts-1 .tick-2 span:before { content: "2"; } .charts-1 .tick-3 { left: 18.1818182%; } .charts-1 .tick-3 span:before { content: "4"; } .charts-1 .tick-4 { left: 27.2727273%; } .charts-1 .tick-4 span:before { content: "6"; } .charts-1 .tick-5 { left: 36.3636364%; } .charts-1 .tick-5 span:before { content: "8"; } .charts-1 .tick-6 { left: 45.4545455%; } .charts-1 .tick-6 span:before { content: "10"; } .charts-1 .tick-7 { left: 54.5454545%; } .charts-1 .tick-7 span:before { content: "12"; } .charts-1 .tick-8 { left: 63.6363636%; } .charts-1 .tick-8 span:before { content: "14"; } .charts-1 .tick-9 { left: 72.7272727%; } .charts-1 .tick-9 span:before { content: "16"; } .charts-1 .tick-10 { left: 81.8181818%; } .charts-1 .tick-10 span:before { content: "18"; } .charts-1 .tick-11 { left: 90.9090909%; } .charts-1 .tick-11 span:before { content: "20"; } .charts-1 .tick-12 { left: 100%; } .charts-1 .tick-12 span:before { content: "22"; } .charts-1 .labels { position: absolute; } .charts-1 .labels div { display: inline-block; margin-right: 0.5em; font-size: 0.8em; text-transform: capitalize; } .charts-1 .labels div:before { content: ''; width: 1em; height: 1em; margin-right: 0.25em; display: inline-block; vertical-align: middle; } .charts-1 .label-1:before { background: #5AB5E1; } .charts-1 li { padding: 10px 0; } .charts-1 li > strong { top: 0; width: 5em; left: -6em; line-height: 40px; text-align: right; margin: 10px 0; } .charts-1 li > span { height: 40px; line-height: 40px; text-align: right; padding-right: 0.8em; } .charts-1 .ticks:after { clear: both; content: ""; display: table; } .charts-1 .ticks > div { text-align: right; } .charts-1 .ticks span { margin-top: -1.2em; margin-left: -1.5em; text-align: center; } .charts-1 .labels { margin-top: 0.5em; } .charts-2 { position: relative; margin-left: 2em; margin-top: 2em; } .charts-2 li { position: relative; } .charts-2 li strong { position: absolute; } .charts-2 li > span { display: block; color: #fff; box-sizing: border-box; text-indent: 110%; } .charts-2 li > span:nth-of-type(1) { background: #E44B22; } .charts-2 li > span:nth-of-type(2) { background: #E48A22; } .charts-2 li > span:nth-of-type(3) { background: #22A1E4; } .charts-2 .item-1 > span:nth-of-type(1) { height: 37.0833333%; } .charts-2 .item-1 > span:nth-of-type(1):before { content: "8.9"; } .charts-2 .item-1 > span:nth-of-type(2) { height: 20.8333333%; } .charts-2 .item-1 > span:nth-of-type(2):before { content: "5"; } .charts-2 .item-1 > span:nth-of-type(3) { height: 44.5833333%; } .charts-2 .item-1 > span:nth-of-type(3):before { content: "10.7"; } .charts-2 .item-2 > span:nth-of-type(1) { height: 43.75%; } .charts-2 .item-2 > span:nth-of-type(1):before { content: "10.5"; } .charts-2 .item-2 > span:nth-of-type(2) { height: 41.6666667%; } .charts-2 .item-2 > span:nth-of-type(2):before { content: "10"; } .charts-2 .item-2 > span:nth-of-type(3) { height: 50%; } .charts-2 .item-2 > span:nth-of-type(3):before { content: "12"; } .charts-2 .item-3 > span:nth-of-type(1) { height: 80.4166667%; } .charts-2 .item-3 > span:nth-of-type(1):before { content: "19.3"; } .charts-2 .item-3 > span:nth-of-type(2) { height: 66.6666667%; } .charts-2 .item-3 > span:nth-of-type(2):before { content: "16"; } .charts-2 .item-3 > span:nth-of-type(3) { height: 50%; } .charts-2 .item-3 > span:nth-of-type(3):before { content: "12"; } .charts-2 .item-4 > span:nth-of-type(1) { height: 89.375%; } .charts-2 .item-4 > span:nth-of-type(1):before { content: "21.45"; } .charts-2 .item-4 > span:nth-of-type(2) { height: 91.6666667%; } .charts-2 .item-4 > span:nth-of-type(2):before { content: "22"; } .charts-2 .item-4 > span:nth-of-type(3) { height: 75%; } .charts-2 .item-4 > span:nth-of-type(3):before { content: "18"; } .charts-2 .ticks { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: -1; } .charts-2 .ticks > div { position: absolute; height: 0; width: 100%; font-size: 0.7em; color: #9b9a9a; border-top: 1px solid #e7e7e7; } .charts-2 .ticks span { display: block; width: 3em; } .charts-2 .tick-1 { bottom: 0%; } .charts-2 .tick-1 span:before { content: "0"; } .charts-2 .tick-2 { bottom: 8.3333333%; } .charts-2 .tick-2 span:before { content: "2"; } .charts-2 .tick-3 { bottom: 16.6666667%; } .charts-2 .tick-3 span:before { content: "4"; } .charts-2 .tick-4 { bottom: 25%; } .charts-2 .tick-4 span:before { content: "6"; } .charts-2 .tick-5 { bottom: 33.3333333%; } .charts-2 .tick-5 span:before { content: "8"; } .charts-2 .tick-6 { bottom: 41.6666667%; } .charts-2 .tick-6 span:before { content: "10"; } .charts-2 .tick-7 { bottom: 50%; } .charts-2 .tick-7 span:before { content: "12"; } .charts-2 .tick-8 { bottom: 58.3333333%; } .charts-2 .tick-8 span:before { content: "14"; } .charts-2 .tick-9 { bottom: 66.6666667%; } .charts-2 .tick-9 span:before { content: "16"; } .charts-2 .tick-10 { bottom: 75%; } .charts-2 .tick-10 span:before { content: "18"; } .charts-2 .tick-11 { bottom: 83.3333333%; } .charts-2 .tick-11 span:before { content: "20"; } .charts-2 .tick-12 { bottom: 91.6666667%; } .charts-2 .tick-12 span:before { content: "22"; } .charts-2 .tick-13 { bottom: 100%; } .charts-2 .tick-13 span:before { content: "24"; } .charts-2 .labels { position: absolute; } .charts-2 .labels div { display: inline-block; margin-right: 0.5em; font-size: 0.8em; text-transform: capitalize; } .charts-2 .labels div:before { content: ''; width: 1em; height: 1em; margin-right: 0.25em; display: inline-block; vertical-align: middle; } .charts-2 .label-1:before { background: #E44B22; } .charts-2 .label-2:before { background: #E48A22; } .charts-2 .label-3:before { background: #22A1E4; } .charts-2:after { clear: both; content: ""; display: table; } .charts-2 li { float: left; padding-top: 60%; width: 25%; } .charts-2 li > strong { bottom: 0; width: 100%; text-align: center; margin-bottom: -2em; } .charts-2 li > span { position: absolute; bottom: 0; width: 26.6666667%; text-align: center; padding-top: 0.8em; } .charts-2 li > span:nth-of-type(1) { left: 10%; } .charts-2 li > span:nth-of-type(2) { left: 36.6666667%; } .charts-2 li > span:nth-of-type(3) { left: 63.3333333%; } .charts-2 .ticks span { margin-top: -0.5em; margin-left: -3.5em; text-align: right; } .charts-2 .labels { right: 0; top: -1.5em; } .charts-2 .labels > div:last-child { margin-right: 0; } [class*="charts-"] { margin-bottom: 2em; } table { text-align: left; width: 100%; font-size: 13px; border-collapse: collapse; border-spacing: 0; } th, td { padding: 10px 6px; border: 1px solid #dbdbdb; } th { background-color: #f5f5f5; } @media (max-width: 87.4375em) { .responsive-table-1 { position: relative; width: 100%; border: 1px solid #dbdbdb; } .responsive-table-1, .responsive-table-1 thead, .responsive-table-1 thead tr, .responsive-table-1 tbody, .responsive-table-1 th, .responsive-table-1 td { display: block; } .responsive-table-1 > thead { float: left; } .responsive-table-1 > tbody { width: auto; position: relative; overflow-x: auto; white-space: nowrap; letter-spacing: -0.34em; } .responsive-table-1 > tbody > tr { display: inline-block; vertical-align: top; letter-spacing: 0; } .lt-ie10 .responsive-table-1 > thead { float: none; } .lt-ie10 .responsive-table-1 > tbody { white-space: normal; } .responsive-table-1 th, .responsive-table-1 td { border-width: 0 1px 1px 0; } .responsive-table-1 th:last-child, .responsive-table-1 td:last-child { border-bottom-width: 0; } } @media (max-width: 87.4375em) { .responsive-table-2 { position: relative; } .responsive-table-2 > .pinned { position: absolute; width: auto; background-color: #fff; } .responsive-table-2 > .pinned th:nth-child(n+2), .responsive-table-2 > .pinned td:nth-child(n+2) { display: none; } .responsive-table-2 > .scrollable { display: block; overflow-x: auto; } .responsive-table-2 > .scrollable th, .responsive-table-2 > .scrollable td { white-space: nowrap; } .lt-ie10 .responsive-table-2 > .pinned { display: none; } .lt-ie10 .responsive-table-2 > .scrollable { display: table; } .lt-ie10 .responsive-table-2 > .scrollable th, .lt-ie10 .responsive-table-2 > .scrollable td { white-space: normal; } .responsive-table-2 .table { border-right-width: 1px; } .responsive-table-2 .table th:last-child, .responsive-table-2 .table td:last-child { border-right-width: 0; } .lt-ie10 .responsive-table-2 .table { border-right-width: 0; } .lt-ie10 .responsive-table-2 .table th:last-child, .lt-ie10 .responsive-table-2 .table td:last-child { border-right-width: 1px; } } .responsive-table-3 { overflow-x: auto; } .responsive-table-3 label { font-size: 14px; } .responsive-table-3 .control-panel { position: absolute; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); border: 1px solid #dbdbdb; border-radius: 3px; background: #fff; display: none; } .responsive-table-3 .control-panel label { display: block; padding: 0.5em 1.2em; transition: background 0.3s; } .responsive-table-3 .control-panel label:hover { background-color: #f2f2f2; } @media (min-width: 87.5em) { .responsive-table-3 input ~ label { display: none; } } @media (max-width: 87.4375em) { .responsive-table-3 table { margin-top: 0.5em; } .responsive-table-3 th, .responsive-table-3 td { display: none; } .responsive-table-3 #control-panel:checked ~ .control-panel { display: block; } .responsive-table-3 input:nth-of-type(1):checked ~ .control-panel label:nth-of-type(1) { background-color: #f2f2f2; } .responsive-table-3 input:nth-of-type(1):checked ~ table th:nth-of-type(1), .responsive-table-3 input:nth-of-type(1):checked ~ table td:nth-of-type(1) { display: table-cell; } .responsive-table-3 input:nth-of-type(2):checked ~ .control-panel label:nth-of-type(2) { background-color: #f2f2f2; } .responsive-table-3 input:nth-of-type(2):checked ~ table th:nth-of-type(2), .responsive-table-3 input:nth-of-type(2):checked ~ table td:nth-of-type(2) { display: table-cell; } .responsive-table-3 input:nth-of-type(3):checked ~ .control-panel label:nth-of-type(3) { background-color: #f2f2f2; } .responsive-table-3 input:nth-of-type(3):checked ~ table th:nth-of-type(3), .responsive-table-3 input:nth-of-type(3):checked ~ table td:nth-of-type(3) { display: table-cell; } .responsive-table-3 input:nth-of-type(4):checked ~ .control-panel label:nth-of-type(4) { background-color: #f2f2f2; } .responsive-table-3 input:nth-of-type(4):checked ~ table th:nth-of-type(4), .responsive-table-3 input:nth-of-type(4):checked ~ table td:nth-of-type(4) { display: table-cell; } .responsive-table-3 input:nth-of-type(5):checked ~ .control-panel label:nth-of-type(5) { background-color: #f2f2f2; } .responsive-table-3 input:nth-of-type(5):checked ~ table th:nth-of-type(5), .responsive-table-3 input:nth-of-type(5):checked ~ table td:nth-of-type(5) { display: table-cell; } .responsive-table-3 input:nth-of-type(6):checked ~ .control-panel label:nth-of-type(6) { background-color: #f2f2f2; } .responsive-table-3 input:nth-of-type(6):checked ~ table th:nth-of-type(6), .responsive-table-3 input:nth-of-type(6):checked ~ table td:nth-of-type(6) { display: table-cell; } .responsive-table-3 input:nth-of-type(7):checked ~ .control-panel label:nth-of-type(7) { background-color: #f2f2f2; } .responsive-table-3 input:nth-of-type(7):checked ~ table th:nth-of-type(7), .responsive-table-3 input:nth-of-type(7):checked ~ table td:nth-of-type(7) { display: table-cell; } .responsive-table-3 input:nth-of-type(8):checked ~ .control-panel label:nth-of-type(8) { background-color: #f2f2f2; } .responsive-table-3 input:nth-of-type(8):checked ~ table th:nth-of-type(8), .responsive-table-3 input:nth-of-type(8):checked ~ table td:nth-of-type(8) { display: table-cell; } .responsive-table-3 input:nth-of-type(9):checked ~ .control-panel label:nth-of-type(9) { background-color: #f2f2f2; } .responsive-table-3 input:nth-of-type(9):checked ~ table th:nth-of-type(9), .responsive-table-3 input:nth-of-type(9):checked ~ table td:nth-of-type(9) { display: table-cell; } .responsive-table-3 input:nth-of-type(10):checked ~ .control-panel label:nth-of-type(10) { background-color: #f2f2f2; } .responsive-table-3 input:nth-of-type(10):checked ~ table th:nth-of-type(10), .responsive-table-3 input:nth-of-type(10):checked ~ table td:nth-of-type(10) { display: table-cell; } .responsive-table-3 #display-all:checked ~ table th, .responsive-table-3 #display-all:checked ~ table td { display: table-cell; } } @media (max-width: 87.4375em) { .responsive-table-4 { border-bottom: 1px solid #dbdbdb; } .responsive-table-4, .responsive-table-4 thead, .responsive-table-4 tbody, .responsive-table-4 th, .responsive-table-4 td, .responsive-table-4 tr { display: block; } .responsive-table-4 thead tr { position: absolute; top: -9999px; left: -9999px; } .responsive-table-4 td { background: linear-gradient(to right, transparent 50%, #dbdbdb 50%, #dbdbdb calc(50% + 1px), transparent calc(50% + 1px)) 0 0 no-repeat; } .responsive-table-4 td:before { display: inline-block; vertical-align: top; font-weight: bold; width: 50%; box-sizing: border-box; } .responsive-table-4 td:nth-of-type(1):before { content: "First Name"; } .responsive-table-4 td:nth-of-type(2):before { content: "Last Name"; } .responsive-table-4 td:nth-of-type(3):before { content: "Job Title"; } .responsive-table-4 td:nth-of-type(4):before { content: "Favorite Color"; } .responsive-table-4 td:nth-of-type(5):before { content: "Wars or Trek?"; } .responsive-table-4 td:nth-of-type(6):before { content: "Porn Name"; } .responsive-table-4 td:nth-of-type(7):before { content: "Date of Birth"; } .responsive-table-4 td:nth-of-type(8):before { content: "Dream Vacation City"; } .responsive-table-4 td:nth-of-type(9):before { content: "GPA"; } .responsive-table-4 td:nth-of-type(10):before { content: "Arbitrary Data"; } .lt-ie10 .responsive-table-4 thead tr { position: static; } .lt-ie10 .responsive-table-4 td:before { display: none; } .responsive-table-4 tr:nth-of-type(2n) { background-color: #f5f5f5; } .responsive-table-4 td:before { margin-right: 7px; } .responsive-table-4 th, .responsive-table-4 td { border-bottom: 0; } } .off-canvas-1 { -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; transition: transform 0.3s; } .lt-ie9 input:checked ~ .off-canvas-1 { margin-left: 240px; } input:not(:checked) ~ .off-canvas-1 .off-canvas-nav-1 [data-submenu] { left: -240px; } .off-canvas-nav-1, .off-canvas-nav-1 [data-submenu] { position: fixed; box-sizing: border-box; left: 0; width: 240px; top: 0; bottom: 0; overflow-x: hidden; } .off-canvas-nav-1 { z-index: 200; -webkit-transition: transform 0.3s; -moz-transition: transform 0.3s; transition: transform 0.3s; -webkit-transform: translateX(-240px); -moz-transform: translateX(-240px); -ms-transform: translateX(-240px); -o-transform: translateX(-240px); transform: translateX(-240px); } input:checked ~ .off-canvas-nav-1 { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } .lt-ie9 .off-canvas-nav-1 { margin-left: -240px; } .lt-ie9 input:checked ~ .off-canvas-nav-1 { margin-left: 0; } .off-canvas-nav-1 [data-has-submenu]:after { clear: both; content: ""; display: table; } .off-canvas-nav-1 [data-has-submenu] > label { float: right; } .off-canvas-nav-1 [data-submenu] { -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; -webkit-transform: translateX(-240px); -moz-transform: translateX(-240px); -ms-transform: translateX(-240px); -o-transform: translateX(-240px); transform: translateX(-240px); } .lt-ie9 .off-canvas-nav-1 [data-submenu] { top: 0; left: -240px; } .off-canvas-nav-1 input:checked ~ [data-submenu] { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } .lt-ie9 .off-canvas-nav-1 input:checked ~ [data-submenu] { left: 0; } .off-canvas-1 .page-overlay { -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; position: fixed; display: block; left: 0; top: 0; bottom: 0; z-index: 199; background: #000; opacity: 0; } .lt-ie9 .off-canvas-1 .page-overlay { display: none; } input:checked ~ .off-canvas-1 .page-overlay { right: 0; opacity: 0.1; } .off-canvas-nav-1 { color: #fff; background-color: #000; } .off-canvas-nav-1 a, .off-canvas-nav-1 label { display: block; padding: 0.5em 1em; } .off-canvas-nav-1 label { background-color: rgba(255, 255, 255, 0.2); } .off-canvas-nav-1 [data-submenu] { background-color: #FF8000; } .checkbox-hidden { position: absolute; left: -9000px; } .off-canvas-1 .menu { display: inline-block; padding: 6px 10px; border-radius: 3px; border: 1px solid #ccc; margin-bottom: 10px; } .validation-1 [data-info] { position: fixed; display: inline-block; right: 0; z-index: 9999; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); bottom: 20px; } .lt-ie9 .validation-1 [data-info] { position: static; display: none; } .validation-1 .valid [data-info="valid"], .validation-1 .required [data-info="required"], .validation-1 .error [data-info="error"] { -webkit-animation: form-slide 2.1s; -moz-animation: form-slide 2.1s; animation: form-slide 2.1s; } @-webkit-keyframes form-slide { 0%, 100% { transform: translateX(150%); } 15.7894737%, 84.2105263% { transform: translateX(0); } } @-moz-keyframes form-slide { 0%, 100% { transform: translateX(150%); } 15.7894737%, 84.2105263% { transform: translateX(0); } } @keyframes form-slide { 0%, 100% { transform: translateX(150%); } 15.7894737%, 84.2105263% { transform: translateX(0); } } .lt-ie9 .validation-1 .valid [data-info="valid"], .lt-ie9 .validation-1 .required [data-info="required"], .lt-ie9 .validation-1 .error [data-info="error"] { display: inline-block; } .validation-1 .required, .validation-1 .error { position: relative; } .validation-1 [data-info] { padding: 0.5em 0.8em; color: #fff; font-size: 18px; font-size: 1.13rem; line-height: 1.3; } .validation-1 [data-info="valid"] { background: #40B328; background: rgba(64, 179, 40, 0.9); } .validation-1 [data-info="required"] { background: #272106; background: rgba(39, 33, 6, 0.9); } .validation-1 [data-info="error"] { background: #FC2625; background: rgba(252, 38, 37, 0.9); } .button-simple { padding: 0.5em 0.8em; color: #000; border: 1px solid #000; background: transparent; transition: background 0.3s ease, color 0.3s ease; } .button-simple:hover { color: #fff; border-color: #000; background: #000; } .button-push { background: #000; color: #fff; position: relative; overflow: hidden; z-index: 1; } .button-push span, .button-push:before { padding: 0.5em 0.8em; transition: transform 0.3s ease, opacity 0.3s ease; } .button-push span { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); display: block; } .button-push:before { opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(20%); -moz-transform: translateY(20%); -ms-transform: translateY(20%); -o-transform: translateY(20%); transform: translateY(20%); padding: 0.5em 0.8em; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; box-sizing: border-box; content: attr(data-text); } .lt-ie9 .button-push:before { display: none; } .button-push:hover span { opacity: 0; filter: alpha(opacity=0); -webkit-transform: translateY(-20%); -moz-transform: translateY(-20%); -ms-transform: translateY(-20%); -o-transform: translateY(-20%); transform: translateY(-20%); } .button-push:hover:before { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } .lt-ie9 .button-push:hover:before { display: block; } .button-bubble { padding: 0.5em 0.8em; border-radius: 5px; background: #2B8ACF; color: #fff; position: relative; overflow: hidden; z-index: 1; overflow: visible; } .button-bubble:before { content: ''; position: absolute; z-index: -1; left: 0px; right: 0px; top: 0px; bottom: 0px; opacity: 0; border: 1px solid #2B8ACF; transition: transform 0.3s ease, opacity 0.3s ease; border-radius: 6.5px; } @-webkit-keyframes button-bubble { 60% { left: -0.7em; right: -0.7em; top: -0.7em; bottom: -0.7em; opacity: 0.8; } 100% { left: -1em; right: -1em; top: -1em; bottom: -1em; opacity: 0; } } @-moz-keyframes button-bubble { 60% { left: -0.7em; right: -0.7em; top: -0.7em; bottom: -0.7em; opacity: 0.8; } 100% { left: -1em; right: -1em; top: -1em; bottom: -1em; opacity: 0; } } @keyframes button-bubble { 60% { left: -0.7em; right: -0.7em; top: -0.7em; bottom: -0.7em; opacity: 0.8; } 100% { left: -1em; right: -1em; top: -1em; bottom: -1em; opacity: 0; } } .button-bubble:hover:before { -webkit-animation: button-bubble 0.7s 1; -moz-animation: button-bubble 0.7s 1; animation: button-bubble 0.7s 1; } .button-line-drawing { padding: 0.5em 0.8em; position: relative; overflow: hidden; z-index: 1; } .button-line-drawing span { position: absolute; display: block; box-sizing: border-box; background: #000; transition: width 0.3s ease, height 0.3s ease; } .button-line-drawing span:nth-child(1) { left: 0px; top: 0px; } .button-line-drawing span:nth-child(2) { right: 0px; bottom: 0px; } .button-line-drawing span:nth-child(3) { top: 0px; right: 0px; } .button-line-drawing span:nth-child(4) { left: 0px; bottom: 0px; } .button-line-drawing span:nth-child(1), .button-line-drawing span:nth-child(2) { width: 0px; height: 1px; } .button-line-drawing span:nth-child(3), .button-line-drawing span:nth-child(4) { width: 1px; height: 0px; } .button-line-drawing:hover span:nth-child(1), .button-line-drawing:hover span:nth-child(2) { width: 100%; } .button-line-drawing:hover span:nth-child(3), .button-line-drawing:hover span:nth-child(4) { height: 100%; } [class*="button-"] { vertical-align: middle; margin: 10px; } .parallelogram-1 { position: relative; display: inline-block; margin-left: 30px; padding: 20px; color: #fff; } .parallelogram-1:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background-color: #0C81E7; -webkit-transform: skew(-30deg); -moz-transform: skew(-30deg); -ms-transform: skew(-30deg); -o-transform: skew(-30deg); transform: skew(-30deg); } .drop-shadow-1 { position: relative; background-color: #fff; } .drop-shadow-1:before, .drop-shadow-1:after { content: ''; position: absolute; z-index: -2; } .drop-shadow-1:before, .drop-shadow-1:after { bottom: 22.5px; width: 50%; height: 20%; box-shadow: 0px 22.5px 15px rgba(0, 0, 0, 0.6); } .drop-shadow-1:before { left: 15px; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -o-transform: rotate(-3deg); transform: rotate(-3deg); } .drop-shadow-1:after { right: 15px; -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -ms-transform: rotate(3deg); -o-transform: rotate(3deg); transform: rotate(3deg); } .drop-shadow-2 { position: relative; background-color: #fff; box-shadow: 0px 22.5px 15px -15px rgba(51, 51, 51, 0.6), 0px 1px 4px rgba(128, 127, 127, 0.6); } .drop-shadow-3 { position: relative; background-color: #fff; } .drop-shadow-3:before { content: ''; position: absolute; z-index: -2; } .drop-shadow-3:before { -webkit-transform: skew(40deg); -moz-transform: skew(40deg); -ms-transform: skew(40deg); -o-transform: skew(40deg); transform: skew(40deg); -webkit-transform-origin: 0px 100%; -moz-transform-origin: 0px 100%; -ms-transform-origin: 0px 100%; -o-transform-origin: 0px 100%; transform-origin: 0px 100%; left: 120px; bottom: 5px; width: 50%; height: 35%; box-shadow: -120px 0px 12px rgba(77, 77, 77, 0.6); } .drop-shadow-4 { position: relative; background-color: #fff; } .drop-shadow-4:before { content: ''; position: absolute; z-index: -2; } .drop-shadow-4:before { box-shadow: 0px 0px 22.5px rgba(77, 77, 77, 0.6); border-radius: 15px / 150px; bottom: 0; top: 50%; left: 19.5px; right: 19.5px; } [class*="drop-shadow-"] { display: inline-block; width: 8em; text-align: center; padding: 20px; margin: 20px 50px; background-color: #f7f7f7; } .switch-1 { margin-bottom: 10px; } .switch-1 > input { position: absolute; left: -9999px; } .switch-1 label > span { position: absolute; left: 0.28125em; top: 0.28125em; display: inline-block; white-space: nowrap; color: #000; transition: color 0.3s; } .lt-ie9 .switch-1 label > span { color: #fff; } .switch-1 label > span:before, .switch-1 label > span:after { display: inline-block; line-height: 2.25em; width: 2.25em; text-align: center; } .switch-1 label > span:before { content: "on"; } .switch-1 label > span:after { content: "off"; } .switch-1 > input ~ label { display: inline-block; height: 2.25em; line-height: 2.25em; transition: padding 0.3s, background 0.3s; background: #ddd; padding: 0.28125em 1.9125em 0.28125em 0.28125em; border-radius: 1000px; position: relative; width: 2.25em; padding-right: 2.5875em; } .switch-1 > input ~ label:after { content: ''; display: inline-block; height: 2.25em; background: #fff; width: 2.25em; box-shadow: 0 0.28125em 0.28125em 0 rgba(0, 0, 0, 0.2); border-radius: 1000px; position: relative; } .switch-1 > input:checked ~ label { padding: 0.28125em 0.28125em 0.28125em 1.9125em; background: blue; padding-left: 2.5875em; } .switch-1 > input:checked ~ label > span { color: #fff; } .switch-2 > input { position: absolute; left: -9999px; } .switch-2 > input ~ label { display: inline-block; height: 1.25em; line-height: 1.25em; transition: padding 0.3s, background 0.3s; text-align: left; position: relative; padding: 0 2.25em 0 0; border-radius: 1000px; } .switch-2 > input ~ label:before, .switch-2 > input ~ label:after { transition: background 0.3s; } .switch-2 > input ~ label:before { content: ''; width: 2.25em; height: 1px; position: absolute; left: 0.625em; top: 0.625em; z-index: -1; background: #ddd; } .lt-ie9 .switch-2 > input ~ label:before { background: red; } .switch-2 > input ~ label:after { content: ''; display: inline-block; height: 1.25em; background: #fff; width: 1.25em; box-shadow: 0 0.1201923em 0.15625em 0 rgba(0, 0, 0, 0.2); border-radius: 1000px; } .lt-ie9 .switch-2 > input ~ label:after { background: red; } .switch-2 > input:checked ~ label { padding: 0.15625em 0.15625em 0.15625em 1.0625em; padding: 0 0 0 2.25em; } .switch-2 > input:checked ~ label:before, .switch-2 > input:checked ~ label:after { background: red; } .push-toggle-1 label { margin-right: -1px; padding: 0.6em 1.5em; background-image: linear-gradient(to bottom, #fff, #e1e1e1); border: 1px solid #ccc; } .push-toggle-1:after { clear: both; content: ""; display: table; } .push-toggle-1 [type="radio"] { position: absolute; left: -9999px; } .push-toggle-1 label { float: left; display: inline-block; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .push-toggle-1 input:checked + label { background-image: linear-gradient(to bottom, #ebebeb, #fff); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1) inset; } .checkbox-1 { margin-top: 10px; } .checkbox-1 > input { position: absolute; left: -9999px; } .checkbox-1 > label { display: inline-block; padding: 4px 0 4px 26px; } .checkbox-1 > label:before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background-color: #fff; box-shadow: 0 0 0 5px #fff, 0 0 0 6px #0080FF; transform: translateX(-16px) translateY(-2px); } .checkbox-1 > input:checked + label:before { background-color: #0080FF; } .js .input-file-1 > input { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .input-file-1 > input + label { display: inline-block; cursor: pointer; margin: 10px 0; padding: 10px; color: #fff; background-color: #1D85E9; border-radius: 5px; box-shadow: 0 4px 0px #145796; transition: background-color 0.25s; } .input-file-1 > input + label:hover { background-color: #1F91FF; } .no-js .input-file-1 > input + label { display: none; } .input-file-1 > input:focus + label { outline: 1px dotted #000; outline: -webkit-focus-ring-color auto 5px; } .input-file-1 > input:focus + label * { pointer-events: none; } .tabs-1 { overflow-x: hidden; } .tabs-1 > [type="radio"] { position: absolute; left: -9999px; } .tabs-1 > .ro-panels { position: relative; left: 0; width: 300%; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .tabs-1 > .ro-panels:after { clear: both; content: ""; display: table; } .tabs-1 > .ro-panels > div { float: left; width: 33.3333333%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .tabs-1 > input:nth-child(1):checked ~ .ro-panels { left: 0%; } .tabs-1 > input:nth-child(2):checked ~ .ro-panels { left: -100%; } .tabs-1 > input:nth-child(3):checked ~ .ro-panels { left: -200%; } .tabs-1 > input:nth-child(1):checked ~ .ro-tabs > label:nth-child(1), .tabs-1 > input:nth-child(2):checked ~ .ro-tabs > label:nth-child(2), .tabs-1 > input:nth-child(3):checked ~ .ro-tabs > label:nth-child(3) { color: #1899FF; } .tabs-1 > input:nth-child(1):checked ~ .ro-panels > div:nth-child(1), .tabs-1 > input:nth-child(2):checked ~ .ro-panels > div:nth-child(2), .tabs-1 > input:nth-child(3):checked ~ .ro-panels > div:nth-child(3) { border: 1px solid #1899FF; } .accordion-1 > input { position: absolute; left: -9999px; } .accordion-1 > input:checked ~ div { max-height: 200px; } .accordion-1 > div { -webkit-transition: max-height 0.3s; -moz-transition: max-height 0.3s; transition: max-height 0.3s; max-height: 0; overflow: hidden; } .accordion-1 > label { display: block; padding: 10px; background-color: #f5f5f5; } .dropdown-1 { position: relative; display: inline-block; min-height: 140px; margin-top: 20px; } .dropdown-1 > input { position: absolute; left: -9999px; } .dropdown-1 > ul { position: absolute; transition: transform 0.3s, opacity 0.15s; top: 0; left: 100%; display: none; background: #fff; border: 1px solid #dbdbdb; border-radius: 0.19em; box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 12px; } .lt-ie9 .dropdown-1 > ul { display: none; opacity: 1; } .dropdown-1 > ul .current > a, .dropdown-1 > ul li:hover > a { background: #e6e6e6; } .dropdown-1 > ul li { transition: all 0.3s; } .dropdown-1 > ul li:first-child > a { padding-top: 0.62em; } .dropdown-1 > ul li:last-child > a { padding-bottom: 0.62em; } .dropdown-1 > ul a { display: block; padding: 0.31em 1.25em; color: #000; } .dropdown-1 > ul a:hover { text-decoration: none; } .dropdown-1 > input:checked ~ ul { display: block; } .lt-ie9 .dropdown-1 > input:checked ~ ul { display: block; } .tooltip-1 { position: relative; cursor: pointer; } .tooltip-1:before, .tooltip-1:after { right: -8px; } .tooltip-1:after { content: attr(data-tooltip); background: #b02df3; max-width: 230px; } .tooltip-1:hover:before, .tooltip-1:hover:after { opacity: 1; filter: alpha(opacity=100); z-index: 9999; } .lt-ie9 .tooltip-1:after { padding: 8px; width: 230px; } .tooltip-1:before, .tooltip-1:after { top: 50%; } .tooltip-1:before { margin-top: -8px; } .lt-ie9 .tooltip-1:before, .lt-ie9 .tooltip-1:after { top: -2px; } .lt-ie9 .tooltip-1:before { margin-top: 5px; } .tooltip-1:before { height: 0; width: 0; border-bottom: 6px solid transparent; border-right: 6px solid #b02df3; border-top: 6px solid transparent; } .tooltip-1:after { -webkit-transform: translate(100%, -50%); -moz-transform: translate(100%, -50%); -ms-transform: translate(100%, -50%); -o-transform: translate(100%, -50%); transform: translate(100%, -50%); } .lt-ie9 .tooltip-1:after { left: 100%; margin-left: 8px; } .tooltip-2 { position: relative; cursor: pointer; } .tooltip-2:before, .tooltip-2:after { bottom: -8px; } .tooltip-2:after { content: attr(data-tooltip); background: #b02df3; max-width: 230px; border-radius: 0.22em; } .tooltip-2:hover:before, .tooltip-2:hover:after { opacity: 1; filter: alpha(opacity=100); z-index: 9999; } .lt-ie9 .tooltip-2:after { padding: 8px; width: 230px; } .tooltip-2:before, .tooltip-2:after { left: 50%; } .tooltip-2:before { margin-left: -6px; } .lt-ie9 .tooltip-2:before, .lt-ie9 .tooltip-2:after { top: 100%; } .lt-ie9 .tooltip-2:after { margin-left: -123px; height: 3.94em; } .tooltip-2:before { height: 0; width: 0; border-bottom: 6px solid #b02df3; border-left: 6px solid transparent; border-right: 6px solid transparent; } .tooltip-2:after { -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); } .lt-ie9 .tooltip-2:after { margin-top: 6px; } .media-list-1 .media { display: table-cell; vertical-align: top; padding-right: 15px; } .media-list-1 .media img { max-width: none; } .media-list-2 .media { display: table-cell; vertical-align: top; padding-left: 15px; } .media-list-2 .media img { max-width: none; } .media-body { display: table-cell; vertical-align: top; width: 10000px; } .flex-media-1 { padding-bottom: 56.25%; } .flex-media-2 { padding-bottom: 100%; } .type-1 { font-size: 30px; font-size: 1.875rem; line-height: 1.8; font-family: Georgia, Helvetica, sans-serif; } .type-2 { font-size: 30px; font-size: 1.875rem; line-height: 1.8; font-weight: bold; font-style: italic; text-align: right; text-transform: uppercase; } .fluid-type-1 { font-size: 16px; font-size: 1rem; } @media (min-width: 20em) { .fluid-type-1 { font-size: calc(1rem + 24 * (100vw - 20rem) / 704); } .fluid-type-1 else { font-size: calc(16px + 24 * (100vw - 320px) / 704); } } @media (min-width: 64em) { .fluid-type-1 { font-size: 40px; font-size: 2.5rem; } } .responsive-type-1 { font-size: 15px; font-size: 0.9375rem; line-height: 1.3; text-align: right; text-transform: uppercase; } @media (min-width: 56.25em) { .responsive-type-1 { font-size: 18px; font-size: 1.125rem; } } @media (min-width: 63.75em) { .responsive-type-1 { font-size: 20px; font-size: 1.25rem; } } .responsive-type-2 { font-size: 18px; font-size: 1.125rem; line-height: 1.3; font-weight: normal; } @media (min-width: 56.25em) { .responsive-type-2 { font-size: 22px; font-size: 1.375rem; } } @media (min-width: 64em) { .responsive-type-2 { font-size: 30px; font-size: 1.875rem; line-height: 1.2; } } .hide-text-1 { width: 100px; height: 60px; background: #ccc url("http://placehold.it/100x60/DD279E/ffffff?text=Brand") 0 0 no-repeat; } .opacity { opacity: 0.3; filter: alpha(opacity=30); } .lt-ie9 .ie-rgba { background: none; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000); zoom: 1; } .at-least-1 li { display: inline-block; width: 100px; } .at-least-1 li:first-child:nth-last-child(n + 4), .at-least-1 li:first-child:nth-last-child(n + 4) ~ li { background-color: #25e425; } .at-most-1 li { display: inline-block; width: 100px; } .at-most-1 li:first-child:nth-last-child(-n + 4), .at-most-1 li:first-child:nth-last-child(-n + 4) ~ li { background-color: #25e425; } .equal-to-1 li { display: inline-block; width: 100px; } .equal-to-1 li:first-child:nth-last-child(4), .equal-to-1 li:first-child:nth-last-child(4) ~ li { background-color: #25e425; } .between-1 li { display: inline-block; width: 100px; } .between-1 li:first-child:nth-last-child(n + 4):nth-last-child(-n + 6), .between-1 li:first-child:nth-last-child(n + 4):nth-last-child(-n + 6) ~ li { background-color: #25e425; } @media (max-width: 43.6875em) { .visible-1 { display: none !important; } } @media (min-width: 43.75em) { .visible-2 { display: none !important; } } @media (min-width: 43.75em) { .hidden-1 { display: none !important; } } @media (min-width: 18.75em) and (max-width: 31.1875em), (min-width: 43.75em) { .hidden-2 { display: none !important; } } .contrast-1 { background-color: #a6e36e; color: #000; } .contrast-2 { background-color: #800000; color: #fff; } .contrast-3 { background-color: #6666FF; color: #D6D6E6; } .adjacent-0 { background-color: #155BDF; } .adjacent-1 { background-color: #3e15df; } .adjacent-2 { background-color: #8f15df; } .adjacent-3 { background-color: #df1592; } .complementary-0 { background-color: #155BDF; } .complementary-1 { background-color: #df9915; } .split-complementary-0 { background-color: #155BDF; } .split-complementary-1 { background-color: #df6b15; } .split-complementary-2 { background-color: #dfba15; } .split-complementary-3 { background-color: #df1515; } .triad-0 { background-color: #155BDF; } .triad-1 { background-color: #df1520; } .triad-2 { background-color: #dfdc15; } .rectangle-0 { background-color: #155BDF; } .rectangle-1 { background-color: #3e15df; } .rectangle-2 { background-color: #df9915; } .rectangle-3 { background-color: #dfba15; } .square-0 { background-color: #155BDF; } .square-1 { background-color: #df1592; } .square-2 { background-color: #df9915; } .square-3 { background-color: #a0df15; }
frontWeb/three/official/examples/webgl_modifier_simplifier.html
skycolor/study
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - modifier - Subdivisions using Loop Subdivision Scheme</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <link type="text/css" rel="stylesheet" href="main.css"> </head> <body> <script type="module"> import { AmbientLight, PerspectiveCamera, PointLight, Scene, WebGLRenderer, } from "../build/three.module.js"; import { OrbitControls } from './jsm/controls/OrbitControls.js'; import { GLTFLoader } from './jsm/loaders/GLTFLoader.js'; import { SimplifyModifier } from './jsm/modifiers/SimplifyModifier.js'; var renderer, scene, camera; init(); function init() { var info = document.createElement( 'div' ); info.style.position = 'absolute'; info.style.top = '10px'; info.style.width = '100%'; info.style.textAlign = 'center'; info.innerHTML = '<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - Vertex Reduction using SimplifyModifier'; document.body.appendChild( info ); renderer = new WebGLRenderer( { antialias: true } ); renderer.setPixelRatio( window.devicePixelRatio ); renderer.setSize( window.innerWidth, window.innerHeight ); document.body.appendChild( renderer.domElement ); scene = new Scene(); camera = new PerspectiveCamera( 40, window.innerWidth / window.innerHeight, 1, 1000 ); camera.position.z = 15; var controls = new OrbitControls( camera, renderer.domElement ); controls.addEventListener( 'change', render ); // use if there is no animation loop controls.enablePan = false; controls.enableZoom = false; scene.add( new AmbientLight( 0xffffff, 0.2 ) ); var light = new PointLight( 0xffffff, 0.7 ); camera.add( light ); scene.add( camera ); new GLTFLoader().load( "models/gltf/LeePerrySmith/LeePerrySmith.glb", function ( gltf ) { var mesh = gltf.scene.children[ 0 ]; mesh.position.x = - 3; mesh.rotation.y = Math.PI / 2; scene.add( mesh ); var modifier = new SimplifyModifier(); var simplified = mesh.clone(); simplified.material = simplified.material.clone(); simplified.material.flatShading = true; var count = Math.floor( simplified.geometry.attributes.position.count * 0.875 ); // number of vertices to remove simplified.geometry = modifier.modify( simplified.geometry, count ); simplified.position.x = 3; simplified.rotation.y = - Math.PI / 2; scene.add( simplified ); render(); } ); window.addEventListener( 'resize', onWindowResize, false ); } function onWindowResize() { renderer.setSize( window.innerWidth, window.innerHeight ); camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); render(); } function render() { renderer.render( scene, camera ); } </script> </body> </html>
public/Windows 10 x64 (18363.778)/_RTL_RANGE.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.778)</h4><br> <h2>_RTL_RANGE</h2> <font face="arial"> +0x000 Start : Uint8B<br> +0x008 End : Uint8B<br> +0x010 UserData : Ptr64 Void<br> +0x018 Owner : Ptr64 Void<br> +0x020 Attributes : UChar<br> +0x021 Flags : UChar<br> </font></body></html>
course/course-app-project/shop-app/src/app/recipes/recipes.component.html
rgiaviti/udemy-complete-guide-angular
<div class="row"> <div class="col-md-5"> <app-recipe-list></app-recipe-list> </div> <div class="col-md-7"> <app-recipe-detail></app-recipe-detail> </div> </div>
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.dev/contrib:math-classes/dev/2014-11-19_21-53-26.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4.dev / contrib:math-classes dev</a></li> <li class="active"><a href="">2014-11-19 21:53:26</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:math-classes <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2014-11-19 21:53:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-19 21:53:26 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:math-classes/coq:contrib:math-classes.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:math-classes.dev coq.8.4.dev</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev). The following dependencies couldn&#39;t be met: - coq:contrib:math-classes -&gt; coq = dev Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:math-classes.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4.dev === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4.dev. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install coq.dev [required by coq:contrib:math-classes] - install coq:contrib:math-classes.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.dev: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no -no-native-compiler make -j4 make install Installing coq.dev. Building coq:contrib:math-classes.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:math-classes.dev. </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>Data not available in this bench.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
example/jvm/src/main/resources/content/templates/ui-examples.html
outr/youi
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Template</title> <link rel="stylesheet" type="text/css" href="/css/style.css"> </head> <body> <page> <screen> <div></div> </screen> </page> <div id="loading"> <span>Loading...</span> </div> </body> </html>
node_modules/npm/html/doc/index.html
jamfang/Agora-WebRTC-Live-Broadcasting-Demo
<!doctype html> <html> <title>npm-index</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/index.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="misc/npm-index.html">npm-index</a></h1> <p>Index of all npm documentation</p> <h3 id="readme-1-"><a href="../doc/README.html">README</a></h3> <p>a JavaScript package manager</p> <h2 id="command-line-documentation">Command Line Documentation</h2> <p>Using npm on the command line</p> <h3 id="npm-1-"><a href="cli/npm.html">npm(1)</a></h3> <p>javascript package manager</p> <h3 id="npm-access-1-"><a href="cli/npm-access.html">npm-access(1)</a></h3> <p>Set access level on published packages</p> <h3 id="npm-adduser-1-"><a href="cli/npm-adduser.html">npm-adduser(1)</a></h3> <p>Add a registry user account</p> <h3 id="npm-audit-1-"><a href="cli/npm-audit.html">npm-audit(1)</a></h3> <p>Run a security audit</p> <h3 id="npm-bin-1-"><a href="cli/npm-bin.html">npm-bin(1)</a></h3> <p>Display npm bin folder</p> <h3 id="npm-bugs-1-"><a href="cli/npm-bugs.html">npm-bugs(1)</a></h3> <p>Bugs for a package in a web browser maybe</p> <h3 id="npm-build-1-"><a href="cli/npm-build.html">npm-build(1)</a></h3> <p>Build a package</p> <h3 id="npm-bundle-1-"><a href="cli/npm-bundle.html">npm-bundle(1)</a></h3> <p>REMOVED</p> <h3 id="npm-cache-1-"><a href="cli/npm-cache.html">npm-cache(1)</a></h3> <p>Manipulates packages cache</p> <h3 id="npm-ci-1-"><a href="cli/npm-ci.html">npm-ci(1)</a></h3> <p>Install a project with a clean slate</p> <h3 id="npm-completion-1-"><a href="cli/npm-completion.html">npm-completion(1)</a></h3> <p>Tab Completion for npm</p> <h3 id="npm-config-1-"><a href="cli/npm-config.html">npm-config(1)</a></h3> <p>Manage the npm configuration files</p> <h3 id="npm-dedupe-1-"><a href="cli/npm-dedupe.html">npm-dedupe(1)</a></h3> <p>Reduce duplication</p> <h3 id="npm-deprecate-1-"><a href="cli/npm-deprecate.html">npm-deprecate(1)</a></h3> <p>Deprecate a version of a package</p> <h3 id="npm-dist-tag-1-"><a href="cli/npm-dist-tag.html">npm-dist-tag(1)</a></h3> <p>Modify package distribution tags</p> <h3 id="npm-docs-1-"><a href="cli/npm-docs.html">npm-docs(1)</a></h3> <p>Docs for a package in a web browser maybe</p> <h3 id="npm-doctor-1-"><a href="cli/npm-doctor.html">npm-doctor(1)</a></h3> <p>Check your environments</p> <h3 id="npm-edit-1-"><a href="cli/npm-edit.html">npm-edit(1)</a></h3> <p>Edit an installed package</p> <h3 id="npm-explore-1-"><a href="cli/npm-explore.html">npm-explore(1)</a></h3> <p>Browse an installed package</p> <h3 id="npm-help-search-1-"><a href="cli/npm-help-search.html">npm-help-search(1)</a></h3> <p>Search npm help documentation</p> <h3 id="npm-help-1-"><a href="cli/npm-help.html">npm-help(1)</a></h3> <p>Get help on npm</p> <h3 id="npm-hook-1-"><a href="cli/npm-hook.html">npm-hook(1)</a></h3> <p>Manage registry hooks</p> <h3 id="npm-init-1-"><a href="cli/npm-init.html">npm-init(1)</a></h3> <p>create a package.json file</p> <h3 id="npm-install-ci-test-1-"><a href="cli/npm-install-ci-test.html">npm-install-ci-test(1)</a></h3> <p>Install a project with a clean slate and run tests</p> <h3 id="npm-install-test-1-"><a href="cli/npm-install-test.html">npm-install-test(1)</a></h3> <p>Install package(s) and run tests</p> <h3 id="npm-install-1-"><a href="cli/npm-install.html">npm-install(1)</a></h3> <p>Install a package</p> <h3 id="npm-link-1-"><a href="cli/npm-link.html">npm-link(1)</a></h3> <p>Symlink a package folder</p> <h3 id="npm-logout-1-"><a href="cli/npm-logout.html">npm-logout(1)</a></h3> <p>Log out of the registry</p> <h3 id="npm-ls-1-"><a href="cli/npm-ls.html">npm-ls(1)</a></h3> <p>List installed packages</p> <h3 id="npm-outdated-1-"><a href="cli/npm-outdated.html">npm-outdated(1)</a></h3> <p>Check for outdated packages</p> <h3 id="npm-owner-1-"><a href="cli/npm-owner.html">npm-owner(1)</a></h3> <p>Manage package owners</p> <h3 id="npm-pack-1-"><a href="cli/npm-pack.html">npm-pack(1)</a></h3> <p>Create a tarball from a package</p> <h3 id="npm-ping-1-"><a href="cli/npm-ping.html">npm-ping(1)</a></h3> <p>Ping npm registry</p> <h3 id="npm-prefix-1-"><a href="cli/npm-prefix.html">npm-prefix(1)</a></h3> <p>Display prefix</p> <h3 id="npm-profile-1-"><a href="cli/npm-profile.html">npm-profile(1)</a></h3> <p>Change settings on your registry profile</p> <h3 id="npm-prune-1-"><a href="cli/npm-prune.html">npm-prune(1)</a></h3> <p>Remove extraneous packages</p> <h3 id="npm-publish-1-"><a href="cli/npm-publish.html">npm-publish(1)</a></h3> <p>Publish a package</p> <h3 id="npm-rebuild-1-"><a href="cli/npm-rebuild.html">npm-rebuild(1)</a></h3> <p>Rebuild a package</p> <h3 id="npm-repo-1-"><a href="cli/npm-repo.html">npm-repo(1)</a></h3> <p>Open package repository page in the browser</p> <h3 id="npm-restart-1-"><a href="cli/npm-restart.html">npm-restart(1)</a></h3> <p>Restart a package</p> <h3 id="npm-root-1-"><a href="cli/npm-root.html">npm-root(1)</a></h3> <p>Display npm root</p> <h3 id="npm-run-script-1-"><a href="cli/npm-run-script.html">npm-run-script(1)</a></h3> <p>Run arbitrary package scripts</p> <h3 id="npm-search-1-"><a href="cli/npm-search.html">npm-search(1)</a></h3> <p>Search for packages</p> <h3 id="npm-shrinkwrap-1-"><a href="cli/npm-shrinkwrap.html">npm-shrinkwrap(1)</a></h3> <p>Lock down dependency versions for publication</p> <h3 id="npm-star-1-"><a href="cli/npm-star.html">npm-star(1)</a></h3> <p>Mark your favorite packages</p> <h3 id="npm-stars-1-"><a href="cli/npm-stars.html">npm-stars(1)</a></h3> <p>View packages marked as favorites</p> <h3 id="npm-start-1-"><a href="cli/npm-start.html">npm-start(1)</a></h3> <p>Start a package</p> <h3 id="npm-stop-1-"><a href="cli/npm-stop.html">npm-stop(1)</a></h3> <p>Stop a package</p> <h3 id="npm-team-1-"><a href="cli/npm-team.html">npm-team(1)</a></h3> <p>Manage organization teams and team memberships</p> <h3 id="npm-test-1-"><a href="cli/npm-test.html">npm-test(1)</a></h3> <p>Test a package</p> <h3 id="npm-token-1-"><a href="cli/npm-token.html">npm-token(1)</a></h3> <p>Manage your authentication tokens</p> <h3 id="npm-uninstall-1-"><a href="cli/npm-uninstall.html">npm-uninstall(1)</a></h3> <p>Remove a package</p> <h3 id="npm-unpublish-1-"><a href="cli/npm-unpublish.html">npm-unpublish(1)</a></h3> <p>Remove a package from the registry</p> <h3 id="npm-update-1-"><a href="cli/npm-update.html">npm-update(1)</a></h3> <p>Update a package</p> <h3 id="npm-version-1-"><a href="cli/npm-version.html">npm-version(1)</a></h3> <p>Bump a package version</p> <h3 id="npm-view-1-"><a href="cli/npm-view.html">npm-view(1)</a></h3> <p>View registry info</p> <h3 id="npm-whoami-1-"><a href="cli/npm-whoami.html">npm-whoami(1)</a></h3> <p>Display npm username</p> <h2 id="api-documentation">API Documentation</h2> <p>Using npm in your Node programs</p> <h2 id="files">Files</h2> <p>File system structures npm uses</p> <h3 id="npm-folders-5-"><a href="files/npm-folders.html">npm-folders(5)</a></h3> <p>Folder Structures Used by npm</p> <h3 id="npm-package-locks-5-"><a href="files/npm-package-locks.html">npm-package-locks(5)</a></h3> <p>An explanation of npm lockfiles</p> <h3 id="npm-shrinkwrap-json-5-"><a href="files/npm-shrinkwrap.json.html">npm-shrinkwrap.json(5)</a></h3> <p>A publishable lockfile</p> <h3 id="npmrc-5-"><a href="files/npmrc.html">npmrc(5)</a></h3> <p>The npm config files</p> <h3 id="package-lock-json-5-"><a href="files/package-lock.json.html">package-lock.json(5)</a></h3> <p>A manifestation of the manifest</p> <h3 id="package-json-5-"><a href="files/package.json.html">package.json(5)</a></h3> <p>Specifics of npm&#39;s package.json handling</p> <h2 id="misc">Misc</h2> <p>Various other bits and bobs</p> <h3 id="npm-coding-style-7-"><a href="misc/npm-coding-style.html">npm-coding-style(7)</a></h3> <p>npm&#39;s &quot;funny&quot; coding style</p> <h3 id="npm-config-7-"><a href="misc/npm-config.html">npm-config(7)</a></h3> <p>More than you probably want to know about npm configuration</p> <h3 id="npm-developers-7-"><a href="misc/npm-developers.html">npm-developers(7)</a></h3> <p>Developer Guide</p> <h3 id="npm-disputes-7-"><a href="misc/npm-disputes.html">npm-disputes(7)</a></h3> <p>Handling Module Name Disputes</p> <h3 id="npm-index-7-"><a href="misc/npm-index.html">npm-index(7)</a></h3> <p>Index of all npm documentation</p> <h3 id="npm-orgs-7-"><a href="misc/npm-orgs.html">npm-orgs(7)</a></h3> <p>Working with Teams &amp; Orgs</p> <h3 id="npm-registry-7-"><a href="misc/npm-registry.html">npm-registry(7)</a></h3> <p>The JavaScript Package Registry</p> <h3 id="npm-scope-7-"><a href="misc/npm-scope.html">npm-scope(7)</a></h3> <p>Scoped packages</p> <h3 id="npm-scripts-7-"><a href="misc/npm-scripts.html">npm-scripts(7)</a></h3> <p>How npm handles the &quot;scripts&quot; field</p> <h3 id="removing-npm-7-"><a href="misc/removing-npm.html">removing-npm(7)</a></h3> <p>Cleaning the Slate</p> <h3 id="semver-7-"><a href="misc/semver.html">semver(7)</a></h3> <p>The semantic versioner for npm</p> </div> <table border=0 cellspacing=0 cellpadding=0 id=npmlogo> <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr> <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr> <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr> <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr> </table> <p id="footer">npm-index &mdash; npm@6.0.0</p>
cmd/cloudmusicd/web/src/components/playlist/playlist.component.css
lewgun/cloudmusic
table { position: absolute; min-width: 640px; border: 1px solid lightgray; } tr.header { height: 36px; line-height: 36px; border-top: 2px solid rgb(194,13,13); } tr { height: 30px; line-height: 30px; } tr th { font-size: 0.8em; } tr.header th { background: transparent url("./resources/images/table.png") 0px 0px scroll repeat-x; border-right: 1px solid lightgray; } tr.header .title { width: 120px; height: 36px; } th.index { width: 78px; } th.title { width: 240px; cursor: pointer; } th.duration { width: 112px; } th.singer { width: 90px; } th.album { width: 120px; } th span.play { display: inline-block; margin-left: 10px; background: transparent url("./resources/images/table.png") 0px -126px scroll no-repeat; width: 20px; height: 20px; position: relative; top: 5px; cursor: pointer; } th span.play.disabled { background-position-y: -102px; cursor: default; } th span.play.current { background-position-x: -20px; } tr:nth-child(even) { background-color: rgb(247, 247, 247) /*!important*/; } tr .disabled { color: rgb(187,187,187); }
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:otway-rees/8.4.dev/2015-02-04_00-55-54.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:otway-rees 8.4.dev</a></li> <li class="active"><a href="">2015-02-04 00:55:54</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:otway-rees <small> 8.4.dev <span class="label label-success">4 s</span> </small> </h1> <p><em><script>document.write(moment("2015-02-04 00:55:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-02-04 00:55:54 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:otway-rees/coq:contrib:otway-rees.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</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:otway-rees.8.4.dev coq.8.4.5</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</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>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --deps-only coq:contrib:otway-rees.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --verbose coq:contrib:otway-rees.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 s</dd> </dl> <h2>Installation size</h2> <p>Total: 254 K</p> <ul> <li>70 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/securite.vo</code></li> <li>15 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/inv0.vo</code></li> <li>13 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/invprel5.vo</code></li> <li>10 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/inv1rel3.vo</code></li> <li>10 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/invprel3.vo</code></li> <li>10 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/inv1rel1.vo</code></li> <li>10 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/inv1rel5.vo</code></li> <li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/invprel1.vo</code></li> <li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/invprel6.vo</code></li> <li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/invprel2.vo</code></li> <li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/invprel8.vo</code></li> <li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/invprel7.vo</code></li> <li>8 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/invprel4.vo</code></li> <li>8 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/inv1rel7.vo</code></li> <li>8 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/inv1rel6.vo</code></li> <li>8 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/inv1rel2.vo</code></li> <li>8 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/inv1rel8.vo</code></li> <li>8 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/inv1rel4.vo</code></li> <li>7 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/invp.vo</code></li> <li>6 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/inv1.vo</code></li> <li>2 K <code>/home/bench/.opam/system/lib/coq/user-contrib/OtwayRees/main.vo</code></li> <li>1 K <code>/home/bench/.opam/system/lib/coq:contrib:otway-rees/opam.config</code></li> <li>1 K <code>/home/bench/.opam/system/install/coq:contrib:otway-rees.install</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq:contrib:otway-rees.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 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/rs-plugin/css/extralayers-lingerie.css
rakeshsojitra/test
/********************************************* - SETTINGS FOR BANNER CONTAINERS - **********************************************/ .tp-banner-container { width:100%; position:relative; padding:0; } .tp-banner { width:100%; position:relative; visibility:hidden; } .tp-banner-fullscreen-container { width:100%; position:relative; padding:0; } .tp-leftarrow.default, .tp-rightarrow.default { border: 2px solid #ff006c; color: #ff006; background: transparent; height:54px; width:54px; } .tp-rightarrow.default { } .tp-leftarrow.default:hover, .tp-rightarrow.default:hover { outline: none; background: #ff006c; border-color: #ff006c; } .tp-leftarrow.default:hover:before, .tp-rightarrow.default:hover:before { opacity: 1; } .tp-leftarrow.default:before, .tp-rightarrow.default:before { display:block; position:absolute; width:100%; text-align:center; left:0; top:0; font-family: "Flaticon"; font-size: 16px; line-height: 52px; opacity: 1; text-indent:0; color:#ff006c; } .tp-leftarrow.default:before { content: '\e02d'; } .tp-rightarrow.default:before { content: '\e042'; } .tp-leftarrow.default:hover:before, .tp-rightarrow.default:hover:before { color:#fff; } .tp-leftarrow.default:before { margin: 0 0 0 -1px } .tp-rightarrow.default:before { margin: 0 0 0 1px } .text1 { font: normal 37px/1em 'Krona One', sans-serif; color:#fff; text-align: center; text-transform:uppercase; } .text2 { font: normal 18px/1em 'Krona One', sans-serif; color:#fff; text-align: center; text-transform:uppercase; } .text3 { font: normal 14px/1em 'Krona One', sans-serif; color: #fff; border: 1px solid #fff; padding: 20px 30px; text-transform: uppercase; }
src/examples/13-silver-skin.html
samuelcole/wymeditor
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>WYMeditor</title> <!-- build:css ../wymeditor/skins/silver/skin.css --> <link rel="stylesheet" type="text/css" href="../wymeditor/skins/silver/skin.css" /> <!-- endbuild --> </head> <body> <h1>WYMeditor integration example - silver skin</h1> <p><a href="http://www.wymeditor.org/">WYMeditor</a> is a web-based XHTML WYSIWYM editor.</p> <form method="post" action=""> <textarea class="wymeditor"></textarea> <input type="submit" class="wymupdate" /> </form> <!-- build:js vendor/jquery/jquery.js --> <!-- endbuild --> <!-- build:js ../wymeditor/jquery.wymeditor.js --> <script type="text/javascript" src="../test/load-src.dev.js"></script> <script type="text/javascript"> loadWymSrc( '../', ['../wymeditor/skins/silver/skin.js'] ); </script> <!-- endbuild --> <!-- OPTIONAL: jQuery UI and jQuery UI resizable --> <script type="text/javascript" src="../jquery/jquery.ui.js"></script> <script type="text/javascript" src="../jquery/jquery.ui.resizable.js"></script> <script type="text/javascript" src="../wymeditor/plugins/hovertools/jquery.wymeditor.hovertools.js"></script> <script type="text/javascript" src="../wymeditor/plugins/resizable/jquery.wymeditor.resizable.js"></script> <script type="text/javascript"> jQuery(function() { jQuery('.wymeditor').wymeditor({ html: '<p>Hello, World!<\/p>', //set editor's value skin: 'silver', //activate silver skin postInit: function(wym) { wym.hovertools(); //activate hovertools wym.resizable(); //and resizable plugins } }); }); </script> </body> </html>
tags/google-chrome/index.html
juan-manuel-alberro/alberro.xyz
<!DOCTYPE html> <html lang="es-AR"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:image" content="https://alberro.xyz/images/new-cover.jpg"/> <meta name="twitter:title" content="Google Chrome | Noticias de la A a la Z"/> <meta name="twitter:description" content="Noticias de tecnología, ofertas de viajes, fotografía, gadgets, la ciudad de Rosario y mucho más."/> <meta name="twitter:site" content="@jmtucu"/> <meta property="og:title" content="Google Chrome &middot; Alberro.ˣʸᶻ | Noticias de la A a la Z" /> <meta property="og:site_name" content="Alberro.ˣʸᶻ | Noticias de la A a la Z" /> <meta property="og:url" content="https://alberro.xyz/tags/google-chrome/" /> <link rel="manifest" href="/manifest.json"> <meta name="mobile-web-app-capable" content="yes"> <meta property="fb:app_id" content="1458485207789818" /> <meta property="og:image" content="https://alberro.xyz/images/new-cover.jpg"/> <meta property="og:type" content="website" /> <meta property="og:description" content="Noticias de tecnología, ofertas de viajes, fotografía, gadgets, la ciudad de Rosario y mucho más." /> <title>Google Chrome &middot; Alberro.ˣʸᶻ | Noticias de la A a la Z</title> <meta name="description" content="Noticias de tecnología, ofertas de viajes, fotografía, gadgets, la ciudad de Rosario y mucho más." /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="google-site-verification" content="z0mrJVWUifs1D1QPzbGN7LFudVWKT1_G-blnai3wV6E" /> <link rel="shortcut icon" href="https://alberro.xyz/images/favicon.png"> <link rel="apple-touch-icon" href="https://alberro.xyz/images/favicon.png" /> <link rel="stylesheet" type="text/css" href="https://alberro.xyz/css/screen.css" /> <link rel="stylesheet" type="text/css" href="https://alberro.xyz/css/nav.css" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400|Inconsolata" /> <link href="https://alberro.xyz/index.xml" rel="alternate" type="application/rss+xml" title="Alberro.ˣʸᶻ | Noticias de la A a la Z" /> <link href="https://alberro.xyz/tags/google-chrome/index.xml" rel="alternate" type="application/rss+xml" title="Google Chrome &middot; Alberro.ˣʸᶻ | Noticias de la A a la Z" /> <meta name="generator" content="Hugo 0.19" /> <link rel="canonical" href="https://alberro.xyz/tags/google-chrome/" /> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "publisher": { "@type": "Person", "name": "Juan Manuel Alberro", "image": { "@type": "ImageObject", "url": "https://alberro.xyz/images/logo.png", "width": 250, "height": 250 }, "url": "https://alberro.xyz", "sameAs": [ "https://plus.google.com/u/0/&#43;JuanManuelAlberro?rel=author", "https://github.com/juan-manuel-alberro", "https://www.facebook.com/alberro.xyz/", "https://www.linkedin.com/in/juan-manuel-alberro-b72393a/", "https://www.twitter.com/jmtucu" ], "description": "Una mente curiosa que quiere aprender todo. Amante de la fotografía, la programación, la lógica, los viajes y el gin-tonic. Un nerd más de Ing. en Sistemas, pero del grupo con onda según ella, con un blog que habla sobre nada y todo a la vez." }, "url": "https://alberro.xyz/", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://alberro.xyz/" }, "description": "Noticias de tecnología, ofertas de viajes, fotografía, gadgets, la ciudad de Rosario y mucho más." } </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-64289181-1', 'auto'); ga('send', 'pageview'); </script> <script type="text/javascript">(function(e,a){if(!a.__SV){var b=window;try{var c,l,i,j=b.location,g=j.hash;c=function(a,b){return(l=a.match(RegExp(b+"=([^&]*)")))?l[1]:null};g&&c(g,"state")&&(i=JSON.parse(decodeURIComponent(c(g,"state"))),"mpeditor"===i.action&&(b.sessionStorage.setItem("_mpcehash",g),history.replaceState(i.desiredHash||"",e.title,j.pathname+j.search)))}catch(m){}var k,h;window.mixpanel=a;a._i=[];a.init=function(b,c,f){function e(b,a){var c=a.split(".");2==c.length&&(b=b[c[0]],a=c[1]);b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments, 0)))}}var d=a;"undefined"!==typeof f?d=a[f]=[]:f="mixpanel";d.people=d.people||[];d.toString=function(b){var a="mixpanel";"mixpanel"!==f&&(a+="."+f);b||(a+=" (stub)");return a};d.people.toString=function(){return d.toString(1)+".people (stub)"};k="disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config reset people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" "); for(h=0;h<k.length;h++)e(d,k[h]);a._i.push([b,c,f])};a.__SV=1.2;b=e.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===e.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";c=e.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}})(document,window.mixpanel||[]); mixpanel.init("77969a7a6424ef791521a31fae2a1468");</script> <script type='text/javascript' src='//platform-api.sharethis.com/js/sharethis.js#property=58d19641d996840012c02793&product=inline-share-buttons' async='async'></script> </head> <body class="nav-closed"> <div class="nav"> <h3 class="nav-title">Menu</h3> <a href="#" class="nav-close"> <span class="hidden">Close</span> </a> <ul> <li class="nav-opened" role="presentation"> <a href="/">Blog</a> </li> <h3>Sociales</h3> <li class="nav-opened" role="presentation"> <a href="https://github.com/juan-manuel-alberro">Github</a> </li> <li class="nav-opened" role="presentation"> <a href="https://twitter.com/jmtucu">Twitter</a> </li> <li class="nav-opened" role="presentation"> <a href="https://Instagram.com/jmtucu">Instagram</a> </li> <li class="nav-opened" role="presentation"> <a href="https://www.facebook.com/alberro.xyz/">Facebook</a> </li> <h3>Escribime</h3> <li class="nav-opened" role="presentation"> <a href="/contacto">Contacto</a> </li> </ul> <a class="subscribe-button icon-feed" href="https://alberro.xyz/tags/google-chrome/index.xml">Subscribe</a> </div> <span class="nav-cover"></span> <div class="site-wrapper"> <header class="main-header tag-head" style="background-image: url(https://alberro.xyz/images/new-cover.jpg)"> <nav class="main-nav overlay clearfix"> <a class="blog-logo" href="https://alberro.xyz/"><img src="https://alberro.xyz/images/logo.png" alt="Home" /></a> <a class="menu-button" href="#"><span class="burger">&#9776;</span><span class="word">Menu</span></a> </nav> <div class="vertical"> <div class="main-header-content inner"> <h1 class="page-title">Google Chrome</h1> <h2 class="page-description"> </h2> </div> </div> </header> <main class="content" role="main"> <div class="extra-pagination inner"> <nav class="pagination" role="navigation"> <span class="page-number">P&aacute;gina 1 de 1</span> </nav> </div> <article class="post post"> <header class="post-header"> <h2 class="post-title"><a href="/administra-tus-pestanas-de-google-chrome-con-toby/">Administra tus pestañas de Google Chrome con Toby</a></h2> </header> <section class="post-excerpt"> <p><p>No sé si a todos les pasa lo mismo que a mi, pero después de estar dos horas trabajando es normal que tenga por lo menos diez o quince pestañas abiertas por la cantidad de cosas que tengo que ir viendo. A medida que pasan las horas, llega un momento en que esto se torna inviable, y ni hablar de la cantidad de memoria <em>RAM</em> que usa <strong>Chrome</strong> con cada uno de los procesos (pestañas) que tiene que mantener abierto.</p> <p></p></p><a style="position: relative; margin: 10px 0; float: right" class="newer-posts read-more" href="/administra-tus-pestanas-de-google-chrome-con-toby/">Leer más &raquo;</a> </section> <footer class="post-meta"> <img class="author-thumb" src="https://alberro.xyz/images/juanma.jpg" alt="Author image" nopin="nopin" /> Juanma en <a href="https://alberro.xyz/tags/aplicaci%C3%B3n/">#aplicación</a> <a href="https://alberro.xyz/tags/extensiones/">#extensiones</a> <a href="https://alberro.xyz/tags/google-chrome/">#google chrome</a> <a href="https://alberro.xyz/tags/web/">#web</a> <time class="post-date" datetime="2017-01-07T23:35:11Z"> 07/01/2017 </time> </footer> </article> <nav class="pagination" role="navigation"> <span class="page-number">P&aacute;gina 1 de 1</span> </nav> </main> <footer class="site-footer clearfix"> <section class="copyright"><a href="">Alberro.ˣʸᶻ</a> Todos los derechos reservados - 2017</section> <section class="poweredby">REV: 2017-04-10 01:43:12.849063428 &#43;0000 UTC</section> </footer> </div> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/fitvids/1.1.0/jquery.fitvids.js"></script> <script type="text/javascript" src="https://alberro.xyz/js/index.js"></script> </body> </html>
public/posts/ill-communication/index.html
wordbit/wordbit
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <meta charset="utf-8"> <base href="https://wordbit.com"> <title> Ill communication </title> <link rel="canonical" href="https://wordbit.com/posts/ill-communication/"> <link rel="stylesheet" href="/css/poole.css"> <link rel="stylesheet" href="/css/lanyon.css"> <link rel="stylesheet" href="/css/custom.css"> </head> <body class="theme-base-08"> <input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html"> <div class="sidebar" id="sidebar"> <nav class="sidebar-nav"> <a class="sidebar-nav-item" href="/">Home</a> <a class="sidebar-nav-item" href="/posts">All Blog Posts</a> <a class="sidebar-nav-item" href="/pages/status">Status Updates</a> <a class="sidebar-nav-item" href="/pages/about">About</a> </nav> <div class="sidebar-item"> <p> &copy; 2021. All rights reserved. </p> </div> </div> <div class="wrap"> <div class="masthead"> <div class="container"> <h3 class="masthead-title"> <a href="/" title="Home">wordbit</a> </h3> </div> </div> <div class="container content"> <h1 class="post-title">Ill communication</h1> <section id="main"> <h5 id="date"> Fri Aug 18, 2017 </h5> <p>Google Home is Canada’s first official smart speaker, so I couldn’t resist pre-ordering one when it landed in the True North. Being an early adopter is definitely out of character for me - I think this is the first product I’ve ever pre-ordered. Anyway, I’ve been using it for a few months now. Here are my thoughts so far.</p> <p>The main draw of the Google Home is the ability to converse with the Google Assistant. Ambient computing, as it is called by some, is a cool sci-fi concept and, along with the flip phone and the tablet, is another Star Trek crossover from fantasy into reality. A lots of geeks out there love the idea of leaning back in their captain’s chair with a cup of Earl Grey and barking out “computer!” to chat with an AI.</p> <p>The problem is, in real life, you aren’t running a starship. And to run your household seamlessly through voice control, the Internet of Things (IoT) needs to catch up to the future. Right now it is a tangled mess of incompatible competing platforms. A case in point - Siri doesn’t seem to have a problem controlling my Philips Hue smart bulbs, but Google does. The Google Assistant cheerily assures me the lights are off, but they stubbornly stay on, proving that even an artificial intelligence can lie.</p> <p></p> <p>Although the idea of chatting with an AI sounds fun, in reality it is not really a thing you do for actual enjoyment. The Google Assistant is a poor conversationalist. Prefacing every question with “Okay Google” is awkward and there is never a back and forth tête-à-tête.</p> <p>And if you’re the sort of person who doesn’t like talking much, especially when you’ve just woken up, silence is almost certainly preferable. Sadly, croaking out “Hey Google, how’s my day looking” first thing in the morning feels like too much of an effort.</p> <p>Also, when you want to google something, such as a recipe for breaded fish, it requires reading a screen most of the time - unless you’re looking for trivial information. When I’m wondering if it is going to rain today while eating breakfast, the assistant delivers admirably.</p> <p>The assistant has a few party tricks up her sleeve, such as making animal sounds, telling jokes, and playing trivia games. The novelty of this forced frivolity wears off after a day or two, but telling a joke is a great go-to demo for when guests come over.</p> <p>There is one area, however, where the Google Home shines - music.</p> <p>The one use case that makes the Google Home totally worth it is when you are washing dishes. No longer do you have to painstakingly assemble the perfect dish-washing soundtrack prior to soaping up. And halfway through the sudsy grind, you can change the choice of music hands-free. Google Home is the ultimate dish-washing companion.</p> <p>It is also very easy for young children to choose their own music without having to navigate through a text-based UI or ask their parents to constantly play the Moana soundtrack. The downside is that you have to constantly listen to the Moana soundtrack.</p> <p>With music being such a natural fit for a smart speaker, it seems to me that Apple may be onto something with their forthcoming Homepod - an expensive, but high-quality speaker focused solely on the enjoyment of music. We’ll see - it’s not coming out for a while.</p> <p>The sound quality of the Google Home isn’t bad, but nobody is going to mistake it for a high-end audio system. Google Home is casual and non-committal, but by not taking itself seriously, perhaps has missed an opportunity to win over bleeding-edge audiophiles who aren’t ashamed to retire their vinyl collection and embrace the minimalist future after moving into a one-bedroom apartment in the city.</p> <p>The good news is that Google Home will only get better over time. Indeed, support for multiple users, hands-free calling, and bluetooth are rolling out in Canada as I write this. Bluetooth pairing will be particularly useful because I listen to podcasts on my iPhone. And it is way too painful to listen to a podcast on two different platforms when they don’t synchronize where you last left off.</p> <p>Despite my ambivalence, I don’t regret jumping somewhat prematurely into the world of ambient computing. After all, smart speakers demand nothing from you and they don’t barrage you with notifications or vie for your attention. They just sit there - patiently listening (sometimes for days on end) for somebody to talk to them.</p> <p>In fact, I think “ambient computing” is too grand a term for the current iteration of smart speakers. Smart speakers at their most useful simply provide hands-free music playback. I don’t think these devices necessarily herald a new UI paradigm.</p> <p>The main disadvantage of an invisible UI paradigm is that the user can’t perform complex tasks without being presented with action-oriented objects, such as labelled buttons. Consulting a spreadsheet of Google Assistant commands quickly takes the momentum out of any possible workflow.</p> <p>I have no doubt that smart assistants will continue to excel as dish-washing companions, a delightfully useful (but niche) area of expertise. Whether they will one day migrate onto starships is debatable.</p> </section> </div> </div> <label for="sidebar-checkbox" class="sidebar-toggle"></label> <div class="container"> <hr /> <span class="left"> &nbsp; <em>&laquo; Previous:</em> <a class="next" href="https://wordbit.com/posts/iphone-x/">Thoughts on the iPhone X</a> </span> <span class="right"> <em>Next: </em><a class="next" href="https://wordbit.com/posts/design-shifts/"> &nbsp; Design shifts</a> &raquo; </span> <br> </div> <br /> <div class="container content"> <footer> <div> </div> </footer> </div> </body> </html>
bin/java/doc/haxe/at/dotpoint/loader/URLRequestMethod.html
ScrambledRK/Thnx
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Sun Oct 25 11:10:55 CET 2015 --> <title>URLRequestMethod</title> <meta name="date" content="2015-10-25"> <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="URLRequestMethod"; } } catch(err) { } //--> var methods = {"i0":9,"i1":9,"i2":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../haxe/at/dotpoint/loader/DataRequest.html" title="class in haxe.at.dotpoint.loader"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?haxe/at/dotpoint/loader/URLRequestMethod.html" target="_top">Frames</a></li> <li><a href="URLRequestMethod.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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">haxe.at.dotpoint.loader</div> <h2 title="Class URLRequestMethod" class="title">Class URLRequestMethod</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>haxe.lang.HxObject</li> <li> <ul class="inheritance"> <li>haxe.at.dotpoint.loader.URLRequestMethod</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>haxe.lang.IHxObject</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">URLRequestMethod</span> extends haxe.lang.HxObject</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#DELETE">DELETE</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#GET">GET</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#HEAD">HEAD</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#OPTIONS">OPTIONS</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#POST">POST</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#PUT">PUT</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#URLRequestMethod--">URLRequestMethod</a></span>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#URLRequestMethod-haxe.lang.EmptyObject-">URLRequestMethod</a></span>(haxe.lang.EmptyObject&nbsp;empty)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</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>static java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#Z:Z__hx_create-haxe.root.Array-">__hx_create</a></span>(haxe.root.Array&nbsp;arr)</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>static java.lang.Object</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#Z:Z__hx_createEmpty--">__hx_createEmpty</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html#Z:Z__hx_ctor_haxe_at_dotpoint_loader_URLRequestMethod-haxe.at.dotpoint.loader.URLRequestMethod-">__hx_ctor_haxe_at_dotpoint_loader_URLRequestMethod</a></span>(<a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html" title="class in haxe.at.dotpoint.loader">URLRequestMethod</a>&nbsp;__temp_me41)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.haxe.lang.HxObject"> <!-- --> </a> <h3>Methods inherited from class&nbsp;haxe.lang.HxObject</h3> <code>__hx_ctor_haxe_lang_HxObject, __hx_deleteField, __hx_getField_f, __hx_getField, __hx_getFields, __hx_invokeField, __hx_lookupField_f, __hx_lookupField, __hx_lookupSetField_f, __hx_lookupSetField, __hx_setField_f, __hx_setField</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="DELETE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>DELETE</h4> <pre>public static&nbsp;java.lang.String DELETE</pre> </li> </ul> <a name="GET"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>GET</h4> <pre>public static&nbsp;java.lang.String GET</pre> </li> </ul> <a name="HEAD"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>HEAD</h4> <pre>public static&nbsp;java.lang.String HEAD</pre> </li> </ul> <a name="OPTIONS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>OPTIONS</h4> <pre>public static&nbsp;java.lang.String OPTIONS</pre> </li> </ul> <a name="POST"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>POST</h4> <pre>public static&nbsp;java.lang.String POST</pre> </li> </ul> <a name="PUT"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PUT</h4> <pre>public static&nbsp;java.lang.String PUT</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="URLRequestMethod-haxe.lang.EmptyObject-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>URLRequestMethod</h4> <pre>public&nbsp;URLRequestMethod(haxe.lang.EmptyObject&nbsp;empty)</pre> </li> </ul> <a name="URLRequestMethod--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>URLRequestMethod</h4> <pre>public&nbsp;URLRequestMethod()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="Z:Z__hx_ctor_haxe_at_dotpoint_loader_URLRequestMethod-haxe.at.dotpoint.loader.URLRequestMethod-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>__hx_ctor_haxe_at_dotpoint_loader_URLRequestMethod</h4> <pre>public static&nbsp;void&nbsp;__hx_ctor_haxe_at_dotpoint_loader_URLRequestMethod(<a href="../../../../haxe/at/dotpoint/loader/URLRequestMethod.html" title="class in haxe.at.dotpoint.loader">URLRequestMethod</a>&nbsp;__temp_me41)</pre> </li> </ul> <a name="Z:Z__hx_createEmpty--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>__hx_createEmpty</h4> <pre>public static&nbsp;java.lang.Object&nbsp;__hx_createEmpty()</pre> </li> </ul> <a name="Z:Z__hx_create-haxe.root.Array-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>__hx_create</h4> <pre>public static&nbsp;java.lang.Object&nbsp;__hx_create(haxe.root.Array&nbsp;arr)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../haxe/at/dotpoint/loader/DataRequest.html" title="class in haxe.at.dotpoint.loader"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?haxe/at/dotpoint/loader/URLRequestMethod.html" target="_top">Frames</a></li> <li><a href="URLRequestMethod.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
doc/seneca.html
jakepruitt/seneca
<!DOCTYPE html> <html> <head> <title>seneca.js</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <link rel="stylesheet" media="all" href="docco.css" /> </head> <body> <div id="container"> <div id="background"></div> <ul class="sections"> <li id="title"> <div class="annotation"> <h1>seneca.js</h1> </div> </li> <li id="section-1"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-1">&#182;</a> </div> </div> <div class="content"><div class='highlight'><pre><span class="hljs-comment">/* Copyright (c) 2010-2014 Richard Rodger, MIT License */</span> <span class="hljs-comment">/* jshint node:true, asi:true, eqnull:true */</span> <span class="hljs-pi">"use strict"</span>;</pre></div></div> </li> <li id="section-2"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-2">&#182;</a> </div> <p>Current version, access using <em>seneca.version</em> property</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> VERSION = <span class="hljs-string">'0.5.20'</span></pre></div></div> </li> <li id="section-3"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-3">&#182;</a> </div> <p>Node API modules</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> util = <span class="hljs-built_in">require</span>(<span class="hljs-string">'util'</span>) <span class="hljs-keyword">var</span> events = <span class="hljs-built_in">require</span>(<span class="hljs-string">'events'</span>) <span class="hljs-keyword">var</span> net = <span class="hljs-built_in">require</span>(<span class="hljs-string">'net'</span>) <span class="hljs-keyword">var</span> repl = <span class="hljs-built_in">require</span>(<span class="hljs-string">'repl'</span>) <span class="hljs-keyword">var</span> path = <span class="hljs-built_in">require</span>(<span class="hljs-string">'path'</span>) <span class="hljs-keyword">var</span> buffer = <span class="hljs-built_in">require</span>(<span class="hljs-string">'buffer'</span>)</pre></div></div> </li> <li id="section-4"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-4">&#182;</a> </div> <p>External modules</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> _ = <span class="hljs-built_in">require</span>(<span class="hljs-string">'underscore'</span>) <span class="hljs-keyword">var</span> async = <span class="hljs-built_in">require</span>(<span class="hljs-string">'async'</span>) <span class="hljs-keyword">var</span> minimist = <span class="hljs-built_in">require</span>(<span class="hljs-string">'minimist'</span>) <span class="hljs-keyword">var</span> nid = <span class="hljs-built_in">require</span>(<span class="hljs-string">'nid'</span>) <span class="hljs-keyword">var</span> jsonic = <span class="hljs-built_in">require</span>(<span class="hljs-string">'jsonic'</span>) <span class="hljs-keyword">var</span> patrun = <span class="hljs-built_in">require</span>(<span class="hljs-string">'patrun'</span>) <span class="hljs-keyword">var</span> parambulator = <span class="hljs-built_in">require</span>(<span class="hljs-string">'parambulator'</span>) <span class="hljs-keyword">var</span> norma = <span class="hljs-built_in">require</span>(<span class="hljs-string">'norma'</span>) <span class="hljs-keyword">var</span> stats = <span class="hljs-built_in">require</span>(<span class="hljs-string">'rolling-stats'</span>) <span class="hljs-keyword">var</span> makeuse = <span class="hljs-built_in">require</span>(<span class="hljs-string">'use-plugin'</span>) <span class="hljs-keyword">var</span> lrucache = <span class="hljs-built_in">require</span>(<span class="hljs-string">'lru-cache'</span>)</pre></div></div> </li> <li id="section-5"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-5">&#182;</a> </div> <p>Internal modules</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> Entity = <span class="hljs-built_in">require</span>(<span class="hljs-string">'./entity'</span>).Entity <span class="hljs-keyword">var</span> store = <span class="hljs-built_in">require</span>(<span class="hljs-string">'./store'</span>) <span class="hljs-keyword">var</span> logging = <span class="hljs-built_in">require</span>(<span class="hljs-string">'./logging'</span>) <span class="hljs-keyword">var</span> plugin_util = <span class="hljs-built_in">require</span>(<span class="hljs-string">'./plugin-util'</span>) <span class="hljs-keyword">var</span> executor = <span class="hljs-built_in">require</span>(<span class="hljs-string">'./executor'</span>) <span class="hljs-keyword">var</span> makeoptioner = <span class="hljs-built_in">require</span>(<span class="hljs-string">'./optioner'</span>)</pre></div></div> </li> <li id="section-6"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-6">&#182;</a> </div> <p>Utility functions</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> common = <span class="hljs-built_in">require</span>(<span class="hljs-string">'./common'</span>)</pre></div></div> </li> <li id="section-7"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-7">&#182;</a> </div> <p>Abbreviations</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> arr = common.arrayify</pre></div></div> </li> <li id="section-8"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-8">&#182;</a> </div> <p>Exports.</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-built_in">module</span>.exports = init</pre></div></div> </li> <li id="section-9"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-9">&#182;</a> </div> <p>Create a new Seneca instance.</p> <ul> <li>$ &rarr; private context</li> <li>opts &rarr; options</li> </ul> </div> <div class="content"><div class='highlight'><pre><span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">make_seneca</span><span class="hljs-params">($, initial_options )</span> </span>{ <span class="hljs-comment">/* jshint validthis:true */</span> initial_options = initial_options || {}</pre></div></div> </li> <li id="section-10"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-10">&#182;</a> </div> <p>Seneca is an EventEmitter.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">Seneca</span><span class="hljs-params">()</span> </span>{ events.EventEmitter.call(<span class="hljs-keyword">this</span>) } util.inherits(Seneca, events.EventEmitter) <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">new</span> Seneca() self.context = {}</pre></div></div> </li> <li id="section-11"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-11">&#182;</a> </div> <p>Expose the current version of Seneca</p> </div> <div class="content"><div class='highlight'><pre> self.version = VERSION</pre></div></div> </li> <li id="section-12"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-12">&#182;</a> </div> <h3 id="seneca-add">seneca.add</h3> <p>Add an message pattern and action function.</p> <p><code>seneca.add( pattern, action )</code> </p> <ul> <li><em>pattern</em> (object or string) &rarr; pattern definition</li> <li><em>action</em> (function) &rarr; function executed when input to <code>seneca.act</code> matches pattern</li> </ul> <p><code>seneca.add( pattern_string, pattern_object, action )</code> </p> <ul> <li><em>pattern_string</em> (string) &rarr; pattern definition as jsonic string </li> <li><em>pattern_object</em> (object) &rarr; pattern definition as object </li> <li><em>action</em> (function) &rarr; function executed when input to <code>seneca.act</code> matches pattern. </li> </ul> <p>The pattern is defined by the top level properties of the <em>pattern</em> parameter. In the case where the pattern is a string, it is first parsed by <a href="https://github.com/rjrodger/jsonic">jsonic</a></p> <p>If the value of a pattern property is a sub-object, this is interpreted as a <a href="https://github.com/rjrodger/parambulator">parambulator</a> validation check. In this case, the property is not considered part of the pattern, but rather an argument to validate when <em>seneca.act</em> is called.</p> </div> <div class="content"><div class='highlight'><pre> self.add = api_add self.sub = api_sub self.logroute = api_logroute self.register = api_register self.depends = api_depends self.export = api_export self.make = api_make self.make$ = api_make self.listen = api_listen self.client = api_client self.cluster = api_cluster self.hasplugin = api_hasplugin self.findplugin = api_findplugin self.pin = api_pin self.has = api_hasact self.hasact = api_hasact self.actroutes = api_actroutes self.list = api_list self.act = api_act self.act_if = api_act_if self.wrap = api_wrap self.close = api_close self.ready = api_ready self.use = api_use self.seneca = api_seneca self.fix = api_fix self.delegate = api_delegate self.options = api_options self.findact = api_findact self.findact.mark = <span class="hljs-string">'top'</span> <span class="hljs-keyword">var</span> paramcheck = {} paramcheck.options = parambulator({ tag: { string$:<span class="hljs-literal">true</span> }, idlen: { integer$:<span class="hljs-literal">true</span> }, timeout: { integer$:<span class="hljs-literal">true</span> }, errhandler: { <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-title">$</span>:<span class="hljs-title">true</span> }, },</span>{ topname: <span class="hljs-string">'options'</span>, msgprefix: <span class="hljs-string">'seneca( {...} ): '</span>, }) <span class="hljs-keyword">var</span> argv = minimist(process.argv.slice(<span class="hljs-number">2</span>))</pre></div></div> </li> <li id="section-13"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-13">&#182;</a> </div> <p>Resolve options.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> optioner = $.optioner = makeoptioner( argv, initial_options.module || <span class="hljs-built_in">module</span>.parent || <span class="hljs-built_in">module</span>,</pre></div></div> </li> <li id="section-14"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-14">&#182;</a> </div> <p>Default options.</p> </div> <div class="content"><div class='highlight'><pre> { tag: <span class="hljs-string">'-'</span>, idlen: <span class="hljs-number">12</span>, timeout: <span class="hljs-number">33333</span>, status_interval: <span class="hljs-number">60000</span>, actcache_size: <span class="hljs-number">1111</span>, trace:{ act: <span class="hljs-literal">false</span>, stack: <span class="hljs-literal">false</span> }, stats: { size: <span class="hljs-number">1024</span>, duration: <span class="hljs-number">60000</span>, running: <span class="hljs-literal">false</span> }, debug:{ allargs: <span class="hljs-literal">false</span> }, deathdelay: <span class="hljs-number">33333</span>, test:{ stayalive: <span class="hljs-literal">false</span> }, admin:{ local: <span class="hljs-literal">false</span>, prefix: <span class="hljs-string">'/admin'</span> }, plugin:{}, internal: { actrouter: patrun() } } )</pre></div></div> </li> <li id="section-15"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-15">&#182;</a> </div> <p>not needed after this point, and screws up debug printing</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">delete</span> initial_options.module <span class="hljs-keyword">var</span> so = optioner.set( initial_options ) paramcheck.options.validate(so,thrower)</pre></div></div> </li> <li id="section-16"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-16">&#182;</a> </div> <p>Identifier generator.</p> </div> <div class="content"><div class='highlight'><pre> self.idgen = nid({length:so.idlen})</pre></div></div> </li> <li id="section-17"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-17">&#182;</a> </div> <p>Create a unique identifer for this instance.</p> </div> <div class="content"><div class='highlight'><pre> self.id = self.idgen()+<span class="hljs-string">'/'</span>+<span class="hljs-built_in">Date</span>.now()+<span class="hljs-string">'/'</span>+so.tag self.name = <span class="hljs-string">'Seneca/'</span>+self.version+<span class="hljs-string">'/'</span>+self.id $.logrouter = logging.makelogrouter(so.log) self.log = logging.makelog($.logrouter,self.id)</pre></div></div> </li> <li id="section-18"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-18">&#182;</a> </div> <p>TODO: support options</p> </div> <div class="content"><div class='highlight'><pre> $.executor = executor({ trace: _.isFunction(so.trace.act) ? so.trace.act : (!!so.trace.act) ? make_trace_act({stack:so.trace.stack}) : <span class="hljs-literal">false</span>, timeout: so.timeout, error: <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err)</span> </span>{ <span class="hljs-keyword">if</span>( !err ) <span class="hljs-keyword">return</span>; err.details = err.details || {} err.details.plugin = err.details.plugin || {} self.log.error( <span class="hljs-string">'act'</span>, err.details.plugin.name || <span class="hljs-string">'-'</span>, err.details.plugin.tag || <span class="hljs-string">'-'</span>, err.details.id || <span class="hljs-string">'-'</span>, err.details.pattern || <span class="hljs-string">'-'</span>, err.message, err.code, common.descdata(err.details), err.stack ) }, msg_codes: { timeout: <span class="hljs-string">'action-timeout'</span>, error: <span class="hljs-string">'action-error'</span>, callback: <span class="hljs-string">'action-callback'</span>, execute: <span class="hljs-string">'action-execute'</span>, abandoned: <span class="hljs-string">'action-abandoned'</span> } })</pre></div></div> </li> <li id="section-19"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-19">&#182;</a> </div> <p>TODO: encapsulate setup status log</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">if</span>( <span class="hljs-number">0</span> &lt; so.status_interval &amp;&amp; so.status_log ) { $.stats = $.stats || {} setInterval(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> stats = {alive:(<span class="hljs-built_in">Date</span>.now()-$.stats.start),act:$.stats.act} self.log.info(<span class="hljs-string">'status'</span>,stats) },so.status_interval) } <span class="hljs-keyword">if</span>( so.stats ) { $.timestats = <span class="hljs-keyword">new</span> stats.NamedStats( so.stats.size, so.stats.duration ) <span class="hljs-keyword">if</span>( so.stats.running ) { setInterval(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ $.timestats.calculate() }, so.stats.duration ) } } $.plugins = {} $.exports = { options: common.deepextend({},so) } $.actrouter = so.internal.actrouter $.plugin_order = { byname:[], byref:[] } $.use = makeuse({ prefix: <span class="hljs-string">'seneca-'</span>, <span class="hljs-built_in">module</span>: <span class="hljs-built_in">module</span>, msgprefix: <span class="hljs-literal">false</span>,</pre></div></div> </li> <li id="section-20"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-20">&#182;</a> </div> <p>Fake false, update use-plugin when fixed.</p> </div> <div class="content"><div class='highlight'><pre> builtin: <span class="hljs-string">''</span> }) $.actcache = lrucache({max:so.actcache_size})</pre></div></div> </li> <li id="section-21"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-21">&#182;</a> </div> <p>prevent process exit</p> </div> <div class="content"><div class='highlight'><pre> self.on(<span class="hljs-string">'error'</span>,common.noop) self.toString = api_toString self.fail = makefail( self, {type:<span class="hljs-string">'sys'</span>,plugin:<span class="hljs-string">'seneca'</span>,tag:self.version,id:self.id} ) self.util = { deepextend: common.deepextend, recurse: common.recurse, clean: common.clean, copydata: common.copydata, nil: common.nil, argprops: common.argprops, print: common.print, router: <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">return</span> patrun() }, parsecanon: Entity.parsecanon, } self.store = { init: store.init, cmds: store.cmds }</pre></div></div> </li> <li id="section-22"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-22">&#182;</a> </div> <p>say hello, printing identifier to log</p> </div> <div class="content"><div class='highlight'><pre> self.log.info(<span class="hljs-string">'hello'</span>,self.toString())</pre></div></div> </li> <li id="section-23"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-23">&#182;</a> </div> <p>dump options if debugging</p> </div> <div class="content"><div class='highlight'><pre> self.log.debug('options',function() {return util.inspect(so,false,null).replace(/[\r\n]/g,' ')}) function api_logroute(entry,handler) { if( 0 === arguments.length ) return $.logrouter.toString() entry.handler = handler || entry.handler logging.makelogroute(entry,$.logrouter) } paramcheck.register = parambulator({ type$: 'object', required$: ['name','init'], string$: ['name'], function$: ['init','service'], object$: ['options'] },{ topname: 'plugin', msgprefix: 'register(plugin): ', })</pre></div></div> </li> <li id="section-24"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-24">&#182;</a> </div> <p>TODO: remove cbfunc - this is hiding errors! log them instead</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_register</span><span class="hljs-params">( plugin, cbfunc )</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> cbfunc = _.isFunction(cbfunc) ? cbfunc : common.noop paramcheck.register.validate(plugin,thrower) <span class="hljs-keyword">var</span> fullname = plugin.name+(plugin.tag?<span class="hljs-string">'/'</span>+plugin.tag:<span class="hljs-string">''</span>) <span class="hljs-keyword">var</span> tag = plugin.tag||<span class="hljs-string">'-'</span> <span class="hljs-keyword">var</span> nameref = [plugin.name,tag] plugin.fullname = fullname <span class="hljs-keyword">var</span> sd = plugin_util.make_delegate( self, plugin, {tag:tag,nameref:nameref}, {makefail:makefail, makedie:makedie} ) self.log.debug(<span class="hljs-string">'register'</span>,<span class="hljs-string">'init'</span>,fullname) <span class="hljs-keyword">var</span> plugin_options = plugin_util.resolve_options(fullname,plugin,so) sd.log.debug(<span class="hljs-string">'DEFINE'</span>,plugin_options) plugin_util.define_plugin( sd, plugin, plugin_options, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err,meta)</span> </span>{ <span class="hljs-keyword">if</span>( err ) <span class="hljs-keyword">return</span> cbfunc(err); meta = meta || {}</pre></div></div> </li> <li id="section-25"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-25">&#182;</a> </div> <p>legacy api for service function</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">if</span>( _.isFunction(meta) ) { meta = {service:meta} } plugin.name = meta.name || plugin.name plugin.tag = meta.tag || plugin.tag || (plugin.options &amp;&amp; plugin.options.tag$) plugin.service = meta.service || plugin.service nameref[<span class="hljs-number">0</span>]=plugin.name nameref[<span class="hljs-number">1</span>]=plugin.tag</pre></div></div> </li> <li id="section-26"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-26">&#182;</a> </div> <p>name may have been changed by return value from plugin init</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> pluginref = plugin.name+(plugin.tag?<span class="hljs-string">'/'</span>+plugin.tag:<span class="hljs-string">''</span>) $.plugins[pluginref] = plugin $.plugin_order.byname.push(plugin.name) $.plugin_order.byname = _.uniq($.plugin_order.byname) $.plugin_order.byref.push(pluginref)</pre></div></div> </li> <li id="section-27"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-27">&#182;</a> </div> <p>LEGACY</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> service = plugin.service <span class="hljs-keyword">if</span>( service ) { service.log = sd.log service.key = pluginref self.act(<span class="hljs-string">'role:web'</span>,{use:service}) } self.act( { init:plugin.name, tag:plugin.tag, <span class="hljs-keyword">default</span>$:{}, gate$:<span class="hljs-literal">true</span> }, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err,out)</span> </span>{ <span class="hljs-keyword">if</span>( err ) { <span class="hljs-keyword">return</span> self.die(<span class="hljs-string">'plugin_init'</span>,err,plugin) } <span class="hljs-keyword">return</span> self.log.debug(<span class="hljs-string">'register'</span>,<span class="hljs-string">'ready'</span>,pluginref,out) } ) <span class="hljs-keyword">var</span> exports = [] <span class="hljs-keyword">if</span>( <span class="hljs-keyword">void</span> <span class="hljs-number">0</span> != meta.export ) { $.exports[pluginref] = meta.export exports.push(pluginref) } <span class="hljs-keyword">if</span>( _.isObject(meta.exportmap) || _.isObject(meta.exports) ) { meta.exportmap = meta.exportmap || meta.exports _.each(meta.exportmap,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(v,k)</span> </span>{ <span class="hljs-keyword">if</span>( <span class="hljs-keyword">void</span> <span class="hljs-number">0</span> != v ) { <span class="hljs-keyword">var</span> exportname = pluginref+<span class="hljs-string">'/'</span>+k $.exports[exportname] = v exports.push(exportname) } }) } self.log.debug(<span class="hljs-string">'register'</span>,<span class="hljs-string">'install'</span>,pluginref, {exports:exports},fullname!=pluginref?fullname:<span class="hljs-literal">undefined</span>) cbfunc(<span class="hljs-literal">null</span>) }) } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_depends</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> args = norma(<span class="hljs-string">'{pluginname:s deps:a? moredeps:s*}'</span>,<span class="hljs-built_in">arguments</span>) <span class="hljs-keyword">var</span> deps = args.deps || args.moredeps _.every(deps, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(depname)</span> </span>{ <span class="hljs-keyword">if</span>( !_.contains($.plugin_order.byname,depname) &amp;&amp; !_.contains($.plugin_order.byname,<span class="hljs-string">'seneca-'</span>+depname) ) { self.die(<span class="hljs-string">'plugin_required'</span>,{name:args.pluginname,dependency:depname}) <span class="hljs-keyword">return</span> <span class="hljs-literal">false</span> } <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> <span class="hljs-literal">true</span>; }) } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_export</span><span class="hljs-params">( key )</span> </span>{ <span class="hljs-keyword">var</span> exportval = $.exports[key]; <span class="hljs-keyword">if</span>( !exportval ) { <span class="hljs-keyword">return</span> self.die( <span class="hljs-string">'export_not_found'</span>, {key:key} ) } <span class="hljs-keyword">return</span> exportval; } self.die = makedie( self, {type:<span class="hljs-string">'sys'</span>,plugin:<span class="hljs-string">'seneca'</span>,tag:self.version,id:self.id} )</pre></div></div> </li> <li id="section-28"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-28">&#182;</a> </div> <p>all optional</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_make</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> args = arr(<span class="hljs-built_in">arguments</span>) <span class="hljs-keyword">var</span> si = (<span class="hljs-keyword">this</span> &amp;&amp; <span class="hljs-keyword">this</span>.seneca) ? <span class="hljs-keyword">this</span> : self args.unshift(si) <span class="hljs-keyword">return</span> $.entity.make$.apply($.entity,args) } self.make$ = self.make <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_listen</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> <span class="hljs-keyword">var</span> config = arr(<span class="hljs-built_in">arguments</span>) self.act(<span class="hljs-string">'role:transport,cmd:listen'</span>,{config:config,gate$:<span class="hljs-literal">true</span>},<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err)</span> </span>{ <span class="hljs-keyword">if</span>( err ) <span class="hljs-keyword">return</span> self.die(<span class="hljs-string">'transport_listen'</span>,err,config) }) <span class="hljs-keyword">return</span> self } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_client</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> <span class="hljs-keyword">var</span> config = arr(<span class="hljs-built_in">arguments</span>)</pre></div></div> </li> <li id="section-29"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-29">&#182;</a> </div> <p>WARNING!!!! A horrible, temporary hack so that .act calls after a .client will work without needing .ready SOLUTION: api_act should insert entire action performance into executor, including findact call REFACTOR REFACTOR REFACTOR</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> findact = _.bind(self.findact.check_orig || self.findact,self) <span class="hljs-keyword">var</span> check_findact_mark = <span class="hljs-string">'check-client-'</span>+nid()+<span class="hljs-string">'-orig-'</span>+self.findact.mark self.findact = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">( args )</span> </span>{ <span class="hljs-keyword">var</span> actmeta = findact( args ) <span class="hljs-keyword">if</span>( actmeta ) <span class="hljs-keyword">return</span> actmeta; actmeta = { func: <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(args,done)</span> </span>{ <span class="hljs-keyword">var</span> seneca = <span class="hljs-keyword">this</span> <span class="hljs-keyword">var</span> count = <span class="hljs-number">0</span> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">checkready</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> am = seneca.findact(args) <span class="hljs-keyword">if</span>( am &amp;&amp; am.client$ ) { am.func.call(seneca,args,done) } <span class="hljs-keyword">else</span> <span class="hljs-keyword">if</span>( count &lt; <span class="hljs-number">222</span> ) { count++ setTimeout(checkready,<span class="hljs-number">55</span>) } <span class="hljs-keyword">else</span> <span class="hljs-keyword">throw</span> self.fail(<span class="hljs-string">'no-client'</span>,{args:args}) } checkready() }, plugin_nameref:<span class="hljs-string">'-'</span>, log:self.log, argpattern:common.argpattern(args), id:<span class="hljs-string">'CLIENT'</span> } <span class="hljs-keyword">return</span> actmeta } self.findact.mark = check_findact_mark self.findact.check_orig = findact self.act( <span class="hljs-string">'role:transport,cmd:client'</span>, {config:config,gate$:<span class="hljs-literal">true</span>}, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err,sendclient)</span> </span>{ <span class="hljs-keyword">if</span>( err ) <span class="hljs-keyword">return</span> self.die(<span class="hljs-string">'transport_client'</span>,err,config) <span class="hljs-keyword">if</span>( <span class="hljs-literal">null</span> == sendclient ) <span class="hljs-keyword">return</span> self.die(<span class="hljs-string">'transport_client_null'</span>,config) <span class="hljs-keyword">var</span> findact = _.bind( self.findact.check_orig || self.findact, self ) findact.mark = <span class="hljs-string">'bind-client-'</span>+nid()+<span class="hljs-string">'-orig-'</span>+self.findact.mark self.findact = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">( args )</span> </span>{ <span class="hljs-keyword">var</span> clientmatch = sendclient.match.call( self, args ) <span class="hljs-keyword">if</span>( !clientmatch ) <span class="hljs-keyword">return</span> findact( args ); <span class="hljs-keyword">var</span> actmeta = { func: <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(args,done)</span> </span>{ <span class="hljs-keyword">try</span> { sendclient.send.call( self, args, done ) } <span class="hljs-keyword">catch</span>( e ) { done(e) } }, plugin_nameref:<span class="hljs-string">'-'</span>, log:self.log, argpattern:common.argpattern(args), id:<span class="hljs-string">'CLIENT'</span>, client$:<span class="hljs-literal">true</span> } <span class="hljs-keyword">return</span> actmeta } self.findact.mark = <span class="hljs-string">'send-'</span>+findact.mark }) <span class="hljs-keyword">return</span> self } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_cluster</span><span class="hljs-params">()</span> </span>{ <span class="hljs-comment">/* jshint loopfunc:true */</span> <span class="hljs-keyword">var</span> cluster = <span class="hljs-built_in">require</span>(<span class="hljs-string">'cluster'</span>) <span class="hljs-keyword">if</span>( cluster.isMaster ) { <span class="hljs-built_in">require</span>(<span class="hljs-string">'os'</span>).cpus().forEach(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ cluster.fork() }) cluster.on(<span class="hljs-string">'disconnect'</span>, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(worker)</span> </span>{ cluster.fork() }) <span class="hljs-keyword">var</span> noopinstance = self.delegate() <span class="hljs-keyword">for</span>( <span class="hljs-keyword">var</span> fn <span class="hljs-keyword">in</span> noopinstance ) { <span class="hljs-keyword">if</span>( _.isFunction(noopinstance[fn]) ) { noopinstance[fn] = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">return</span> noopinstance; } } } <span class="hljs-keyword">return</span> noopinstance; } <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> self; } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_hasplugin</span><span class="hljs-params">(plugindesc,tag)</span> </span>{ <span class="hljs-keyword">return</span> !!self.findplugin(plugindesc,tag) }</pre></div></div> </li> <li id="section-30"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-30">&#182;</a> </div> <p>get plugin instance</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_findplugin</span><span class="hljs-params">(plugindesc,tag)</span> </span>{ <span class="hljs-keyword">var</span> name = plugindesc.name || plugindesc tag = plugindesc.tag || tag <span class="hljs-keyword">var</span> key = name+(tag?<span class="hljs-string">'/'</span>+tag:<span class="hljs-string">''</span>) <span class="hljs-keyword">var</span> plugin = $.plugins[key] <span class="hljs-keyword">return</span> plugin } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_pin</span><span class="hljs-params">( pattern, pinopts )</span> </span>{ <span class="hljs-keyword">var</span> thispin = <span class="hljs-keyword">this</span> <span class="hljs-keyword">var</span> methodkeys = [] <span class="hljs-keyword">for</span>( <span class="hljs-keyword">var</span> key <span class="hljs-keyword">in</span> pattern ) { <span class="hljs-keyword">if</span>( <span class="hljs-regexp">/[\*\?]/</span>.exec(pattern[key]) ) { methodkeys.push(key) } } <span class="hljs-keyword">var</span> methods = $.actrouter.list(pattern) <span class="hljs-keyword">var</span> api = {toString:<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{<span class="hljs-keyword">return</span> <span class="hljs-string">'pin:'</span>+common.descdata(pattern,<span class="hljs-number">1</span>)+<span class="hljs-string">'/'</span>+thispin}} methods.forEach(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(method)</span> </span>{ <span class="hljs-keyword">var</span> mpat = method.match <span class="hljs-keyword">var</span> methodname = <span class="hljs-string">''</span> <span class="hljs-keyword">for</span>(<span class="hljs-keyword">var</span> mkI = <span class="hljs-number">0</span>; mkI &lt; methodkeys.length; mkI++) { methodname += ((<span class="hljs-number">0</span>&lt;mkI?<span class="hljs-string">'_'</span>:<span class="hljs-string">''</span>)) + mpat[methodkeys[mkI]] } api[methodname] = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(args,cb)</span> </span>{ <span class="hljs-keyword">var</span> si = <span class="hljs-keyword">this</span> &amp;&amp; <span class="hljs-keyword">this</span>.seneca ? <span class="hljs-keyword">this</span> : thispin <span class="hljs-keyword">var</span> fullargs = _.extend({},args,mpat) si.act.call(si,fullargs,cb) } api[methodname].pattern$ = method.match api[methodname].name$ = methodname }) <span class="hljs-keyword">if</span>( pinopts ) { <span class="hljs-keyword">if</span>( pinopts.include ) { <span class="hljs-keyword">for</span>( <span class="hljs-keyword">var</span> i = <span class="hljs-number">0</span>; i &lt; pinopts.include.length; i++ ) { <span class="hljs-keyword">var</span> methodname = pinopts.include[i] <span class="hljs-keyword">if</span>( thispin[methodname] ) { api[methodname] = common.delegate(thispin,thispin[methodname]) } } } } <span class="hljs-keyword">return</span> api } <span class="hljs-keyword">var</span> pm_custom_args = { rules: { entity$: <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(ctxt,cb)</span> </span>{ <span class="hljs-keyword">var</span> val = ctxt.point <span class="hljs-keyword">if</span>( val.entity$ ) { <span class="hljs-keyword">if</span>( val.canon$({isa:ctxt.rule.spec}) ) { <span class="hljs-keyword">return</span> cb(); } <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> ctxt.util.fail(ctxt,cb); } <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> ctxt.util.fail(ctxt,cb); } }, msgs: { entity$: <span class="hljs-string">'The value &lt;%=value%&gt; is not a data entity of kind &lt;%=rule.spec%&gt; (property &lt;%=parentpath%&gt;).'</span> } } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_sub</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> <span class="hljs-keyword">var</span> subargs = parse_pattern(self,<span class="hljs-built_in">arguments</span>,<span class="hljs-string">'action:f actmeta:o?'</span>) subargs.pattern.sub$ = <span class="hljs-literal">true</span> <span class="hljs-keyword">return</span> api_add.call(self,subargs.pattern,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(args,done)</span> </span>{ subargs.action.call(<span class="hljs-keyword">this</span>,args) <span class="hljs-keyword">this</span>.prior(args,done) },subargs.actmeta) }</pre></div></div> </li> <li id="section-31"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-31">&#182;</a> </div> <p>params: argstr,argobj,actfunc,actmeta</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_add</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> <span class="hljs-keyword">var</span> args = parse_pattern(self,<span class="hljs-built_in">arguments</span>,<span class="hljs-string">'action:f actmeta:o?'</span>) <span class="hljs-keyword">var</span> pattern = args.pattern <span class="hljs-keyword">var</span> action = args.action <span class="hljs-keyword">var</span> actmeta = args.actmeta || {} actmeta.sub = !!pattern.sub$ pattern = self.util.clean(args.pattern) <span class="hljs-keyword">if</span>( <span class="hljs-number">0</span> === _.keys( pattern ) ) { <span class="hljs-keyword">throw</span> self.fail(<span class="hljs-string">'add_empty_pattern'</span>,{args:args}) } <span class="hljs-keyword">var</span> pattern_rules = {} _.each( pattern, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(v,k)</span> </span>{ <span class="hljs-keyword">if</span>( _.isObject(v) ) { pattern_rules[k] = v <span class="hljs-keyword">delete</span> pattern[k] } }) <span class="hljs-keyword">if</span>( <span class="hljs-number">0</span> &lt; _.keys(pattern_rules).length ) { actmeta.parambulator = parambulator(pattern_rules, pm_custom_args) } <span class="hljs-keyword">var</span> addroute = <span class="hljs-literal">true</span> <span class="hljs-keyword">var</span> priormeta = self.findact( pattern ) actmeta.args = _.clone( pattern ) actmeta.argpattern = common.argpattern( pattern ) actmeta.id = self.idgen() actmeta.func = action <span class="hljs-keyword">if</span>( priormeta ) { <span class="hljs-keyword">if</span>( _.isFunction(priormeta.handle) ) { priormeta.handle(action) addroute = <span class="hljs-literal">false</span> } <span class="hljs-keyword">else</span> { actmeta.priormeta = priormeta } actmeta.priorpath = priormeta.id+<span class="hljs-string">';'</span>+priormeta.priorpath } <span class="hljs-keyword">else</span> { actmeta.priorpath = <span class="hljs-string">''</span> }</pre></div></div> </li> <li id="section-32"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-32">&#182;</a> </div> <p>FIX: need a much better way to support layered actions this “.handle” hack is just to make seneca.close work</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">if</span>( action &amp;&amp; actmeta &amp;&amp; _.isFunction(action.handle) ) { actmeta.handle = action.handle } $.stats.actmap[actmeta.argpattern] = $.stats.actmap[actmeta.argpattern] || {id:actmeta.id, plugin:{full:actmeta.plugin_fullname,name:actmeta.plugin_nameref,tag:actmeta.plugin_tag}, prior:actmeta.priorpath,calls:<span class="hljs-number">0</span>,done:<span class="hljs-number">0</span>,fails:<span class="hljs-number">0</span>,time:{}} <span class="hljs-keyword">if</span>( addroute ) { <span class="hljs-keyword">var</span> addlog = [ actmeta.sub ? <span class="hljs-string">'SUB'</span> : <span class="hljs-string">'ADD'</span>, actmeta.id, common.argpattern(pattern) ] <span class="hljs-keyword">var</span> isplugin = self.context.isplugin <span class="hljs-keyword">var</span> logger = self.log.log || self.log <span class="hljs-keyword">if</span>( !isplugin ) { addlog.unshift(<span class="hljs-string">'-'</span>) addlog.unshift(<span class="hljs-string">'-'</span>) addlog.unshift(<span class="hljs-string">'single'</span>) } logger.debug.apply( self, addlog ) $.actrouter.add(pattern,actmeta) } <span class="hljs-keyword">return</span> self } self.compose = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(args,acts)</span> </span>{ self.add(args,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(call_args,cb)</span> </span>{ <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">call_act</span><span class="hljs-params">(i,cur_args)</span> </span>{ <span class="hljs-keyword">if</span>( i &lt; acts.length ) { cur_args = _.omit(cur_args,_.keys(acts[i-<span class="hljs-number">1</span>]||args)) cur_args = _.extend(cur_args,acts[i]) self.act(cur_args,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err,next_args)</span> </span>{ <span class="hljs-keyword">if</span>( err ) <span class="hljs-keyword">return</span> cb(err); next_args = acts[i].modify$ ? (acts[i].modify$(next_args,call_args)||next_args) : next_args call_act(i+<span class="hljs-number">1</span>,next_args) }) } <span class="hljs-keyword">else</span> cb(<span class="hljs-literal">null</span>,cur_args) } call_act(<span class="hljs-number">0</span>,call_args) }) } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_findact</span><span class="hljs-params">(args)</span> </span>{ <span class="hljs-keyword">var</span> actmeta = $.actrouter.find(args) <span class="hljs-keyword">return</span> actmeta } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_hasact</span><span class="hljs-params">(args)</span> </span>{ <span class="hljs-keyword">return</span> !!$.actrouter.find(args) } self.findpins = self.pinact = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> pins = [] <span class="hljs-keyword">var</span> patterns = _.flatten(arr(<span class="hljs-built_in">arguments</span>)) _.each( patterns, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(pattern)</span> </span>{ pattern = _.isString(pattern) ? jsonic(pattern) : pattern pins = pins.concat( _.map( $.actrouter.list(pattern), <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(desc)</span> </span>{<span class="hljs-keyword">return</span> desc.match} ) ) }) <span class="hljs-keyword">return</span> pins } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_actroutes</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">return</span> $.actrouter.toString(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(d)</span> </span>{ <span class="hljs-keyword">var</span> s = <span class="hljs-string">'F='</span> <span class="hljs-keyword">if</span>( d.plugin_fullname ) { s+=d.plugin_fullname+<span class="hljs-string">'/'</span> } s+=d.id <span class="hljs-keyword">while</span>( d.priormeta ) { d = d.priormeta s+=<span class="hljs-string">';'</span> <span class="hljs-keyword">if</span>( d.plugin_fullname ) { s+=d.plugin_fullname+<span class="hljs-string">'/'</span> } s+=d.id } <span class="hljs-keyword">return</span> s }) } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_list</span><span class="hljs-params">( args )</span> </span>{ <span class="hljs-keyword">var</span> found = $.actrouter.list( args ) found = _.map( found, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(entry)</span> </span>{ <span class="hljs-keyword">return</span> entry.match }) <span class="hljs-keyword">return</span> found } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">handle_act_args</span><span class="hljs-params">(self,orig)</span> </span>{ <span class="hljs-keyword">var</span> args = parse_pattern( self, orig, <span class="hljs-string">'done:f?'</span> ) <span class="hljs-keyword">var</span> done = args.done ? args.done : common.noop <span class="hljs-keyword">return</span> [args.pattern,done] } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_act_if</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> <span class="hljs-keyword">var</span> args = norma(<span class="hljs-string">'{execute:b actargs:.*}'</span>,<span class="hljs-built_in">arguments</span>) <span class="hljs-keyword">if</span>( args.execute ) { <span class="hljs-keyword">return</span> self.act.apply( self, args.actargs ) } <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> self; }</pre></div></div> </li> <li id="section-33"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-33">&#182;</a> </div> <p>Perform an action. The propeties of the first argument are matched against known patterns, and the most specific one wins.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_act</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> <span class="hljs-keyword">var</span> argscb = handle_act_args(self,arr(<span class="hljs-built_in">arguments</span>)) <span class="hljs-keyword">var</span> args = argscb[<span class="hljs-number">0</span>] <span class="hljs-keyword">var</span> cb = argscb[<span class="hljs-number">1</span>] <span class="hljs-keyword">var</span> actmeta = self.findact(args) <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">provide_default</span><span class="hljs-params">()</span> </span>{ self.log.debug(<span class="hljs-string">'act'</span>,<span class="hljs-string">'-'</span>,<span class="hljs-string">'-'</span>,<span class="hljs-string">'DEFAULT'</span>,self.util.clean(args)) cb.call(self,<span class="hljs-literal">null</span>,args.default$); } <span class="hljs-keyword">if</span>( !actmeta ) { <span class="hljs-keyword">if</span>( _.isUndefined(args.default$) ) { <span class="hljs-keyword">var</span> err = self.fail(<span class="hljs-string">'act_not_found'</span>,{args:args}) err.details = err.details || {} err.details.plugin = err.details.plugin || {} self.log.error(<span class="hljs-string">'act'</span>, err.details.plugin.name || <span class="hljs-string">'-'</span>, err.details.plugin.tag || <span class="hljs-string">'-'</span>, err.details.id || <span class="hljs-string">'-'</span>, err.details.pattern || <span class="hljs-string">'-'</span>, err.message, err.code, common.descdata(err.details), err.stack ) <span class="hljs-keyword">return</span> cb( err ) } <span class="hljs-keyword">else</span> provide_default() } <span class="hljs-keyword">else</span> do_act(self,actmeta,<span class="hljs-literal">false</span>,args,cb) <span class="hljs-keyword">return</span> self }</pre></div></div> </li> <li id="section-34"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-34">&#182;</a> </div> <p>TODO: just use var self = this</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_wrap</span><span class="hljs-params">(pin,wrapper)</span> </span>{ <span class="hljs-keyword">var</span> pinthis = <span class="hljs-keyword">this</span> || self <span class="hljs-keyword">if</span>( _.isArray(pin) ) { _.each(pin, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(p)</span> </span>{ do_wrap(p) }) } <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> do_wrap(pin); <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">do_wrap</span><span class="hljs-params">( pin )</span> </span>{ _.each( pinthis.pinact(pin), <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(actpattern)</span> </span>{ pinthis.add(actpattern,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(args,done)</span> </span>{ wrapper.call(<span class="hljs-keyword">this</span>,args,done) }) }) } }</pre></div></div> </li> <li id="section-35"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-35">&#182;</a> </div> <p>close seneca instance sets public seneca.closed property</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_close</span><span class="hljs-params">(done)</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> self.closed = <span class="hljs-literal">true</span> self.log.debug(<span class="hljs-string">'close'</span>,<span class="hljs-string">'start'</span>) self.act(<span class="hljs-string">'role:seneca,cmd:close'</span>,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err)</span> </span>{ <span class="hljs-keyword">this</span>.log.debug(<span class="hljs-string">'close'</span>,<span class="hljs-string">'end'</span>,err) <span class="hljs-keyword">if</span>( _.isFunction(done) ) <span class="hljs-keyword">return</span> done.call(<span class="hljs-keyword">this</span>,err); }) }</pre></div></div> </li> <li id="section-36"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-36">&#182;</a> </div> <p>useful when defining services!</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_ready</span><span class="hljs-params">(ready)</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> <span class="hljs-keyword">if</span>( _.isFunction(ready) ) { self.act(<span class="hljs-string">'role:seneca,ready:true,gate$:true'</span>,ready) } <span class="hljs-keyword">return</span> self; }</pre></div></div> </li> <li id="section-37"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-37">&#182;</a> </div> <p>use(‘pluginname’) - built-in, or provide calling code ‘require’ as seneca opt use( require(‘pluginname’) ) - plugin object, init will be called if first arg has property senecaplugin </p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_use</span><span class="hljs-params">( arg0, arg1, arg2 )</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span>, plugindesc;</pre></div></div> </li> <li id="section-38"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-38">&#182;</a> </div> <p>Legacy options</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">if</span>( <span class="hljs-string">'options'</span> == arg0 ) { self.options( arg1 ) <span class="hljs-keyword">return</span> self } <span class="hljs-keyword">try</span> { plugindesc = $.use( arg0, arg1, arg2 ) } <span class="hljs-keyword">catch</span>(e) { <span class="hljs-keyword">return</span> self.die( <span class="hljs-string">'plugin_'</span>+e.code, e ); } self.register( plugindesc, plugindesc.callback ) <span class="hljs-keyword">return</span> self }</pre></div></div> </li> <li id="section-39"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-39">&#182;</a> </div> <p>TODO: move repl functionality to lib/repl.js</p> </div> <div class="content"><div class='highlight'><pre> self.inrepl = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ self.on(<span class="hljs-string">'act-out'</span>,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ logging.handlers.print.apply(<span class="hljs-literal">null</span>,arr(<span class="hljs-built_in">arguments</span>)) }) self.on(<span class="hljs-string">'error'</span>,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err)</span> </span>{ <span class="hljs-keyword">var</span> args = arr(<span class="hljs-built_in">arguments</span>).slice() args.unshift(<span class="hljs-string">'ERROR: '</span>) logging.handlers.print.apply(<span class="hljs-literal">null</span>,arr(args)) }) } self.startrepl = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(in_opts)</span> </span>{ <span class="hljs-keyword">var</span> repl_opts = _.extend({repl:{listen:<span class="hljs-number">10170</span>}},so,in_opts) net.createServer(<span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-params">(socket)</span> </span>{ <span class="hljs-keyword">var</span> actout = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ socket.write(<span class="hljs-string">''</span>+arr(<span class="hljs-built_in">arguments</span>)+<span class="hljs-string">'\n'</span>) } <span class="hljs-keyword">var</span> r = repl.start({ prompt: <span class="hljs-string">'seneca '</span>+socket.remoteAddress+<span class="hljs-string">':'</span>+socket.remotePort+<span class="hljs-string">'&gt; '</span>, input: socket, output: socket, terminal: <span class="hljs-literal">true</span>, useGlobal: <span class="hljs-literal">false</span> }) r.on(<span class="hljs-string">'exit'</span>, <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-params">()</span> </span>{ self.removeListener(<span class="hljs-string">'act-out'</span>,actout) socket.end() }) r.context.seneca = self.delegate() <span class="hljs-keyword">var</span> orig_act = r.context.seneca.act r.context.seneca.act = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> args = arr(<span class="hljs-built_in">arguments</span>) args.repl$=<span class="hljs-literal">true</span> orig_act.apply(self,args) <span class="hljs-keyword">return</span> r.context.seneca } self.on(<span class="hljs-string">'act-out'</span>,actout) }).listen(repl_opts.repl.listen) }</pre></div></div> </li> <li id="section-40"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-40">&#182;</a> </div> <p>/ Return self. Mostly useful as a check that this is a Seneca instance.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_seneca</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">return</span> self }</pre></div></div> </li> <li id="section-41"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-41">&#182;</a> </div> <p>Describe this instance using the form: Seneca/VERSION/ID</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_toString</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">return</span> <span class="hljs-keyword">this</span>.name } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">do_act</span><span class="hljs-params">(instance,actmeta,isprior,origargs,cb)</span> </span>{ <span class="hljs-keyword">var</span> act_start = <span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>().getTime() <span class="hljs-keyword">var</span> args = _.clone(origargs) <span class="hljs-keyword">if</span>( <span class="hljs-literal">null</span> != args.actid$ ) { <span class="hljs-keyword">var</span> actdetails = $.actcache.get(args.actid$) <span class="hljs-keyword">if</span>( actdetails ) { $.stats.act.cache++ self.log.debug(<span class="hljs-string">'act'</span>, actdetails.actmeta.plugin_nameref[<span class="hljs-number">0</span>]||<span class="hljs-string">'-'</span>, actdetails.actmeta.plugin_nameref[<span class="hljs-number">1</span>]||<span class="hljs-string">'-'</span>, args.actid$,<span class="hljs-string">'CACHE'</span>, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">return</span> [actdetails.actmeta.descdata ? actdetails.actmeta.descdata(args) : common.descdata(args), actdetails.actmeta.id] }) <span class="hljs-keyword">return</span> cb.apply( instance, actdetails.result ) } } <span class="hljs-keyword">var</span> actid = ( args.actid$ || self.idgen() )</pre></div></div> </li> <li id="section-42"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-42">&#182;</a> </div> <p>FIX: make this error nice to handle for calling code - get rid of circular ref</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">if</span>( actmeta.parambulator ) { actmeta.parambulator.validate(args,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err)</span> </span>{ <span class="hljs-keyword">if</span>( err ) { <span class="hljs-keyword">throw</span> instance.fail(<span class="hljs-string">'act_invalid_args'</span>, {message:err.message,args:origargs}) } <span class="hljs-keyword">return</span> perform(actmeta) }) } <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> perform(actmeta); <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">perform</span><span class="hljs-params">(actmeta)</span> </span>{ <span class="hljs-keyword">var</span> actstats = ($.stats.actmap[actmeta.argpattern] = $.stats.actmap[actmeta.argpattern] || {}) <span class="hljs-keyword">var</span> plugin_nameref = (actmeta.plugin_nameref = (actmeta.plugin_nameref||[<span class="hljs-string">'-'</span>,<span class="hljs-string">'-'</span>])) <span class="hljs-keyword">var</span> do_log = !actmeta.sub <span class="hljs-keyword">if</span>( do_log ) { self.log.debug(<span class="hljs-string">'act'</span>,plugin_nameref[<span class="hljs-number">0</span>]||<span class="hljs-string">'-'</span>,plugin_nameref[<span class="hljs-number">1</span>]||<span class="hljs-string">'-'</span>, <span class="hljs-string">'IN'</span>,actid,actmeta.argpattern,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> argmeta = args.gate$ ? <span class="hljs-string">'GATE'</span> : <span class="hljs-keyword">void</span> <span class="hljs-number">0</span> argmeta = args.ungate$ ? argmeta ? argmeta+<span class="hljs-string">';UNGATE'</span>:<span class="hljs-string">'UNGATE'</span> : argmeta || <span class="hljs-keyword">void</span> <span class="hljs-number">0</span> <span class="hljs-keyword">return</span> [actmeta.descdata ? actmeta.descdata(args) : common.descdata(args), actmeta.id, argmeta] }) }</pre></div></div> </li> <li id="section-43"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-43">&#182;</a> </div> <p>TODO: review the way this works</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> delegate_args = {} <span class="hljs-keyword">if</span>( <span class="hljs-literal">null</span> != args.gate$ ) { delegate_args.ungate$ = !!args.gate$ } <span class="hljs-keyword">var</span> delegate = instance.delegate( delegate_args ) instance.emit(<span class="hljs-string">'act-in'</span>, actmeta.argpattern, actid, args)</pre></div></div> </li> <li id="section-44"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-44">&#182;</a> </div> <p>automate actid log insertion</p> </div> <div class="content"><div class='highlight'><pre> delegate.log = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> args = arr(<span class="hljs-built_in">arguments</span>) <span class="hljs-keyword">if</span>( _.isFunction(actmeta.log) ) { <span class="hljs-keyword">var</span> entries = [args[<span class="hljs-number">0</span>],<span class="hljs-string">'ACT'</span>,actid].concat(args.slice(<span class="hljs-number">1</span>)) actmeta.log.apply(instance,entries) } <span class="hljs-keyword">else</span> { instance.log.apply( instance, [args[<span class="hljs-number">0</span>],<span class="hljs-string">'single'</span>,<span class="hljs-string">'-'</span>,<span class="hljs-string">'-'</span>,<span class="hljs-string">'ACT'</span>,actid] .concat(args.slice(<span class="hljs-number">1</span>))) } } delegate.log.log = actmeta.log logging.makelogfuncs(delegate) <span class="hljs-keyword">if</span>( actmeta.priormeta ) {</pre></div></div> </li> <li id="section-45"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-45">&#182;</a> </div> <p>TODO: deprecate parent</p> </div> <div class="content"><div class='highlight'><pre> delegate.prior = delegate.parent = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(args,cb)</span> </span>{ do_act(delegate,actmeta.priormeta,<span class="hljs-literal">true</span>,args,cb) } } <span class="hljs-keyword">else</span> delegate.prior = common.nil <span class="hljs-keyword">var</span> callargs = args callargs.actid$ = actid</pre></div></div> </li> <li id="section-46"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-46">&#182;</a> </div> <p>fixed args are not used for finding actions!!!</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">if</span>( delegate.fixedargs ) { callargs = _.extend({},args,delegate.fixedargs) } $.stats.act.calls++ actstats.calls++ <span class="hljs-keyword">var</span> actstart = <span class="hljs-built_in">Date</span>.now() <span class="hljs-keyword">var</span> act_done = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err)</span> </span>{ <span class="hljs-keyword">var</span> actend = <span class="hljs-built_in">Date</span>.now() $.timestats.point( actend-actstart, actmeta.argpattern ) <span class="hljs-keyword">var</span> result = arr(<span class="hljs-built_in">arguments</span>) <span class="hljs-keyword">var</span> call_cb = <span class="hljs-literal">true</span> $.actcache.set(actid,{result:result,actmeta:actmeta,when:<span class="hljs-built_in">Date</span>.now()}) <span class="hljs-keyword">if</span>( err ) { $.stats.act.fails++ actstats.fails++ err.details = err.details || {} err.details.plugin = err.details.plugin || {} self.log.error(<span class="hljs-string">'act'</span>, err.details.plugin.name || <span class="hljs-string">'-'</span>, err.details.plugin.tag || <span class="hljs-string">'-'</span>, <span class="hljs-string">'OUT'</span>, actid, err.details.pattern || <span class="hljs-string">'-'</span>, err.message, err.code, common.descdata(err.details), err.stack ) self.emit(<span class="hljs-string">'error'</span>,err) <span class="hljs-keyword">if</span>( so.errhandler ) { call_cb = !so.errhandler(err) } } <span class="hljs-keyword">else</span> { <span class="hljs-keyword">var</span> emitresult = result.slice() emitresult.unshift(actid) emitresult.unshift(actmeta.argpattern) emitresult.unshift(<span class="hljs-string">'act-out'</span>) instance.emit.apply(instance,emitresult) result[<span class="hljs-number">0</span>] = <span class="hljs-literal">null</span> <span class="hljs-keyword">if</span>( do_log ) { self.log.debug(<span class="hljs-string">'act'</span>,plugin_nameref[<span class="hljs-number">0</span>]||<span class="hljs-string">'-'</span>,plugin_nameref[<span class="hljs-number">1</span>]||<span class="hljs-string">'-'</span>, <span class="hljs-string">'OUT'</span>,actid,actmeta.argpattern,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">return</span> _.flatten( [ _.flatten([ actmeta.descdata ? actmeta.descdata(result.slice(<span class="hljs-number">1</span>)) : common.descdata(result.slice(<span class="hljs-number">1</span>)) ], <span class="hljs-literal">true</span>), actmeta.id ] ) }) } $.stats.act.done++ actstats.done++ } <span class="hljs-keyword">try</span> { <span class="hljs-keyword">if</span>( call_cb ) { cb.apply(delegate,result) <span class="hljs-comment">// note: err == result[0]</span> } }</pre></div></div> </li> <li id="section-47"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-47">&#182;</a> </div> <p>for errors thrown inside the callback</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">catch</span>( er ) { <span class="hljs-keyword">var</span> error = er <span class="hljs-keyword">if</span>( error.seneca ) { error.seneca.callback = <span class="hljs-literal">true</span> <span class="hljs-keyword">throw</span> error; }</pre></div></div> </li> <li id="section-48"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-48">&#182;</a> </div> <p>handle throws of non-Error values</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">if</span>( !util.isError(error) ) { <span class="hljs-keyword">if</span>( _.isObject(error) ) { error = <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(common.owndesc(error,<span class="hljs-number">1</span>)) } <span class="hljs-keyword">else</span> { error = <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(<span class="hljs-string">''</span>+error) } }</pre></div></div> </li> <li id="section-49"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-49">&#182;</a> </div> <p>TODO: not really satisfactory</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> err = instance.fail( error, {result:result} ) self.log.error(<span class="hljs-string">'act'</span>,<span class="hljs-string">'err'</span>,actid,<span class="hljs-string">'callback'</span>, err.message, actmeta.id, origargs, error.stack ) self.emit(<span class="hljs-string">'error'</span>,err) <span class="hljs-keyword">if</span>( so.errhandler ) { so.errhandler(err) } } } $.executor.execute({ id: actid, gate: !!callargs.gate$, ungate: !!callargs.ungate$, pattern: actmeta.argpattern, cb: act_done, plugin: { name: actmeta.plugin_nameref ? actmeta.plugin_nameref[<span class="hljs-number">0</span>] : <span class="hljs-literal">undefined</span>, tag: actmeta.plugin_nameref ? actmeta.plugin_nameref[<span class="hljs-number">1</span>] : <span class="hljs-literal">undefined</span>, }, fn:<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(cb)</span> </span>{ delegate.good = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(out)</span> </span>{ cb(<span class="hljs-literal">null</span>,out) } delegate.bad = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(err)</span> </span>{ cb(err) } actmeta.func.call(delegate,callargs,cb) }, }) } }</pre></div></div> </li> <li id="section-50"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-50">&#182;</a> </div> <p>string args override object args</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parse_pattern</span><span class="hljs-params">(instance,args,normaspec,fixed)</span> </span>{ args = norma(<span class="hljs-string">'{strargs:s? objargs:o? '</span>+(normaspec||<span class="hljs-string">''</span>)+<span class="hljs-string">'}'</span>, args) <span class="hljs-keyword">try</span> { <span class="hljs-keyword">return</span> _.extend( args, { pattern: _.extend( args.objargs ? args.objargs : {}, args.strargs ? jsonic( args.strargs ) : {}, fixed || {} ) }) } <span class="hljs-keyword">catch</span>( e ) { <span class="hljs-keyword">var</span> col = <span class="hljs-number">1</span>==e.line?e.column-<span class="hljs-number">1</span>:e.column <span class="hljs-keyword">throw</span> instance.fail(<span class="hljs-string">'add_string_pattern_syntax'</span>,{argstr:args,syntax:e.message,line:e.line,col:col}) } } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_fix</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> <span class="hljs-keyword">var</span> defargs = parse_pattern(self,<span class="hljs-built_in">arguments</span>) <span class="hljs-keyword">var</span> fix = self.delegate( defargs.pattern ) fix.add = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> args = parse_pattern(fix,<span class="hljs-built_in">arguments</span>,<span class="hljs-string">'rest:.*'</span>,defargs.pattern) <span class="hljs-keyword">var</span> addargs = [args.pattern].concat(args.rest) <span class="hljs-keyword">return</span> self.add.apply(fix,addargs) } <span class="hljs-keyword">return</span> fix } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_delegate</span><span class="hljs-params">(fixedargs)</span> </span>{ <span class="hljs-keyword">var</span> self = <span class="hljs-keyword">this</span> <span class="hljs-keyword">var</span> delegate = <span class="hljs-built_in">Object</span>.create(self) <span class="hljs-keyword">var</span> act = self.act delegate.did = nid() delegate.act = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> argscb = handle_act_args(<span class="hljs-keyword">this</span>,arr(<span class="hljs-built_in">arguments</span>))</pre></div></div> </li> <li id="section-51"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-51">&#182;</a> </div> <p>can’t override fixedargs</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> args = _.extend({},argscb[<span class="hljs-number">0</span>],fixedargs) <span class="hljs-keyword">var</span> cb = argscb[<span class="hljs-number">1</span>] act.call(<span class="hljs-keyword">this</span>,args,cb) <span class="hljs-keyword">return</span> delegate } <span class="hljs-keyword">var</span> strdesc delegate.toString = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">if</span>( strdesc ) <span class="hljs-keyword">return</span> strdesc; <span class="hljs-keyword">var</span> vfa = {} _.each(fixedargs,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(v,k)</span> </span>{ <span class="hljs-keyword">if</span>( ~k.indexOf(<span class="hljs-string">'$'</span>) ) <span class="hljs-keyword">return</span>; vfa[k]=v }) strdesc = self.toString()+(_.keys(vfa).length?<span class="hljs-string">'/'</span>+common.owndesc(vfa,<span class="hljs-number">0</span>,<span class="hljs-literal">false</span>):<span class="hljs-string">''</span>) <span class="hljs-keyword">return</span> strdesc } delegate.delegate = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(further_fixedargs)</span> </span>{ <span class="hljs-keyword">var</span> args = _.extend({},further_fixedargs||{},fixedargs) <span class="hljs-keyword">return</span> self.delegate.call(<span class="hljs-keyword">this</span>,args) } delegate.fixedargs = fixedargs</pre></div></div> </li> <li id="section-52"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-52">&#182;</a> </div> <p>Somewhere to put contextual data for this delegate. For example, data for individual web requests.</p> </div> <div class="content"><div class='highlight'><pre> delegate.context = {} delegate.client = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">return</span> self.client.call(<span class="hljs-keyword">this</span>,<span class="hljs-built_in">arguments</span>) } delegate.listen = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">return</span> self.listen.call(<span class="hljs-keyword">this</span>,<span class="hljs-built_in">arguments</span>) } <span class="hljs-keyword">return</span> delegate } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">api_options</span><span class="hljs-params">( options )</span> </span>{ so = $.exports.options = (<span class="hljs-literal">null</span> == options) ? optioner.get() : optioner.set( options ); <span class="hljs-keyword">if</span>( options &amp;&amp; options.log ) { $.logrouter = logging.makelogrouter(so.log) self.log = logging.makelog($.logrouter,self.id) } <span class="hljs-keyword">return</span> so }</pre></div></div> </li> <li id="section-53"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-53">&#182;</a> </div> <p>DEPRECATED for use with async</p> </div> <div class="content"><div class='highlight'><pre> self.next_act = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> si = <span class="hljs-keyword">this</span> || self <span class="hljs-keyword">var</span> args = arr(<span class="hljs-built_in">arguments</span>) <span class="hljs-keyword">return</span> <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(next)</span> </span>{ args.push(next) si.act.apply(si,args) } } <span class="hljs-keyword">return</span> self }</pre></div></div> </li> <li id="section-54"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-54">&#182;</a> </div> <p>Utilities</p> </div> </li> <li id="section-55"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-55">&#182;</a> </div> <p>Error arguments: code code, values code, Error, values Error (optional code,message properties), values values (optional code,message properties)</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">handle_error_args</span><span class="hljs-params">( args, ctxt )</span> </span>{ args = arr(args) <span class="hljs-keyword">var</span> first = args[<span class="hljs-number">0</span>] <span class="hljs-keyword">var</span> valstart = <span class="hljs-number">1</span> <span class="hljs-keyword">var</span> code = <span class="hljs-string">'unknown'</span> code = _.isString(first) ? first : code code = util.isError(first) &amp;&amp; _.isString(first.code) ? first.code : code code = _.isObject(first) &amp;&amp; _.isString(first.code) ? first.code : code <span class="hljs-keyword">if</span>( _.isObject(first) &amp;&amp; !util.isError(first) ) { valstart = <span class="hljs-number">0</span> } <span class="hljs-keyword">var</span> error = util.isError(first) ? first : util.isError(args[<span class="hljs-number">1</span>]) ? (valstart=<span class="hljs-number">2</span>,args[<span class="hljs-number">1</span>]) : <span class="hljs-literal">null</span> <span class="hljs-keyword">var</span> valmap = _.isObject(args[valstart]) ? args[valstart] : {} <span class="hljs-keyword">var</span> message = (MSGMAP[ctxt.plugin] &amp;&amp; MSGMAP[ctxt.plugin][code]) message = _.isString(message) ? message : (_.isString(valmap.message) &amp;&amp; valmap.message) message = _.isString(message) ? message : (error &amp;&amp; _.isString(error.message) &amp;&amp; error.message) <span class="hljs-keyword">if</span>( !_.isString(message) ) { <span class="hljs-keyword">try</span> { message = code+<span class="hljs-string">': '</span>+util.inspect(args) } <span class="hljs-keyword">catch</span>(e) { message = code } }</pre></div></div> </li> <li id="section-56"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-56">&#182;</a> </div> <p>workaround to prevent underscore blowing up if properties are not found reserved words and undefined need to be suffixed with $ in the template interpolates</p> </div> </li> <li id="section-57"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-57">&#182;</a> </div> <p>TODO: use eraro</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> valstrmap = {} _.each(valmap,<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(val,key)</span> </span>{ <span class="hljs-comment">/* jshint evil:true */</span> <span class="hljs-keyword">try</span> { <span class="hljs-built_in">eval</span>(<span class="hljs-string">'var '</span>+key+<span class="hljs-string">';'</span>) } <span class="hljs-keyword">catch</span>(e) { key = key+<span class="hljs-string">'$'</span> } <span class="hljs-keyword">if</span>( {<span class="hljs-string">'undefined'</span>:<span class="hljs-number">1</span>,<span class="hljs-string">'NaN'</span>:<span class="hljs-number">1</span>}[key] ) { key = key+<span class="hljs-string">'$'</span> } valstrmap[key] = (_.isObject(val) ? common.owndesc(val,<span class="hljs-number">1</span>) : <span class="hljs-string">''</span>+val) }) <span class="hljs-keyword">var</span> done = <span class="hljs-literal">false</span> <span class="hljs-keyword">while</span>( !done ) { <span class="hljs-keyword">try</span> { message = _.template( message, valstrmap ) done = <span class="hljs-literal">true</span> } <span class="hljs-keyword">catch</span>(e) { <span class="hljs-keyword">if</span>(e <span class="hljs-keyword">instanceof</span> <span class="hljs-built_in">ReferenceError</span>) { <span class="hljs-keyword">var</span> m = <span class="hljs-regexp">/ReferenceError:\s+(.*?)\s+/</span>.exec(e.toString()) <span class="hljs-keyword">if</span>( m &amp;&amp; m[<span class="hljs-number">1</span>] ) { valstrmap[m[<span class="hljs-number">1</span>]]=<span class="hljs-string">"["</span>+m[<span class="hljs-number">1</span>]+<span class="hljs-string">"?]"</span> } <span class="hljs-keyword">else</span> done = <span class="hljs-literal">true</span> } <span class="hljs-keyword">else</span> { done = <span class="hljs-literal">true</span> message = message+<span class="hljs-string">' VALUES:'</span>+common.owndesc(valmap,<span class="hljs-number">2</span>) } } } <span class="hljs-keyword">return</span> { code: code, error: error, message: message, remaining: args.slice(valstart), valmap: valmap, callback: _.isFunction(args[valstart]) ? args[valstart] : <span class="hljs-literal">null</span> } } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">makedie</span><span class="hljs-params">( instance, ctxt )</span> </span>{ ctxt = _.extend(ctxt,instance.die?instance.die.context:{}) <span class="hljs-keyword">var</span> die = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> args = handle_error_args(<span class="hljs-built_in">arguments</span>,ctxt) <span class="hljs-keyword">var</span> code = args.code <span class="hljs-keyword">var</span> error = args.error <span class="hljs-keyword">var</span> message = args.message <span class="hljs-keyword">var</span> so = instance.options()</pre></div></div> </li> <li id="section-58"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-58">&#182;</a> </div> <p>stayalive is only for testing, do not use in production</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> stayalive = so.test.stayalive || (error &amp;&amp; error.stayalive) <span class="hljs-keyword">var</span> logargs = [ctxt.type, ctxt.plugin, ctxt.tag, ctxt.id, code] .concat( message &amp;&amp; message != code ? message : <span class="hljs-keyword">void</span> <span class="hljs-number">0</span> ) .concat( args.remaining ) <span class="hljs-keyword">if</span>( !error ) { error = <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>( code ) } instance.log.fatal.apply( instance, logargs ) <span class="hljs-keyword">var</span> stack = error.stack stack = stack.replace(<span class="hljs-regexp">/^.*?\n/</span>,<span class="hljs-string">'\n'</span>) <span class="hljs-keyword">var</span> procdesc = process.pid <span class="hljs-comment">// + more</span> <span class="hljs-keyword">var</span> stderrmsg = <span class="hljs-string">"\n\n"</span>+ <span class="hljs-string">"Seneca Fatal Error\n"</span>+ <span class="hljs-string">"==================\n\n"</span>+ <span class="hljs-string">"Message: "</span>+message+<span class="hljs-string">"\n\n"</span>+ <span class="hljs-string">"Code: "</span>+code+<span class="hljs-string">"\n\n"</span>+ <span class="hljs-string">"Stack: "</span>+stack+<span class="hljs-string">"\n\n"</span>+ <span class="hljs-string">"Instance: "</span>+instance.toString()+<span class="hljs-string">"\n\n"</span>+ <span class="hljs-string">"When: "</span>+<span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>().toISOString()+<span class="hljs-string">"\n\n"</span>+ <span class="hljs-string">"Log: "</span>+common.owndesc(logargs,<span class="hljs-number">3</span>)+<span class="hljs-string">"\n\n"</span>+ <span class="hljs-string">"Node: "</span>+util.inspect(process.versions).replace(<span class="hljs-regexp">/\s+/g</span>,<span class="hljs-string">' '</span>)+<span class="hljs-string">"\n\n"</span>+ <span class="hljs-string">"Process: pid="</span>+procdesc+<span class="hljs-string">", path="</span>+process.execPath+<span class="hljs-string">", args="</span>+util.inspect(process.argv)+<span class="hljs-string">"\n\n"</span> <span class="hljs-keyword">if</span>( stayalive ) { error = <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(stderrmsg) error.seneca = { code:code, when:<span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>().toISOString(), valmap:args.valmap } <span class="hljs-keyword">throw</span> error }</pre></div></div> </li> <li id="section-59"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-59">&#182;</a> </div> <p>this blocks, but that’s ok, we want to be sure the error description is printed to STDERR</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-built_in">console</span>.error( stderrmsg )</pre></div></div> </li> <li id="section-60"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-60">&#182;</a> </div> <p>terminate process, err (if defined) is from seneca.close</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">die</span><span class="hljs-params">( err )</span> </span>{ <span class="hljs-keyword">if</span>( !stayalive ) { process.nextTick(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">if</span>( err ) <span class="hljs-built_in">console</span>.error( err ); <span class="hljs-built_in">console</span>.error(<span class="hljs-string">"Terminated at "</span>+(<span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>().toISOString())+ <span class="hljs-string">". See above for error report.\n\n"</span>) process.exit(<span class="hljs-number">1</span>) }) } } instance.close( die )</pre></div></div> </li> <li id="section-61"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-61">&#182;</a> </div> <p>make sure we close down within options.deathdelay seconds</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">if</span>( !stayalive ) { <span class="hljs-keyword">var</span> killtimer = setTimeout(<span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-built_in">console</span>.error(<span class="hljs-string">"Terminated (on timeout) at "</span>+(<span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>().toISOString())+ <span class="hljs-string">".\n\n"</span>) process.exit(<span class="hljs-number">2</span>); }, so.deathdelay); killtimer.unref(); } } die.context = ctxt <span class="hljs-keyword">return</span> die } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">makefail</span><span class="hljs-params">( instance, ctxt )</span> </span>{ ctxt = _.extend(ctxt,instance.fail?instance.fail.context:{}) <span class="hljs-keyword">var</span> fail = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> args = handle_error_args(<span class="hljs-built_in">arguments</span>,ctxt) <span class="hljs-keyword">var</span> code = args.code <span class="hljs-keyword">var</span> error = args.error <span class="hljs-keyword">var</span> message = args.message message = instance.toString()+<span class="hljs-string">': '</span>+message message = message.replace(<span class="hljs-regexp">/[\r\n]/g</span>,<span class="hljs-string">' '</span>) <span class="hljs-keyword">if</span>( error ) { error.message = message } <span class="hljs-keyword">else</span> { error = <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(message) } error.seneca = { code:code, when:<span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>().toISOString(), valmap:args.valmap }</pre></div></div> </li> <li id="section-62"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-62">&#182;</a> </div> <p>DEPRECATED</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">if</span>( _.isFunction( args.callback ) ) { args.callback.call( instance, error ) } <span class="hljs-keyword">return</span> error; } fail.context = ctxt <span class="hljs-keyword">return</span> fail } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">make_trace_act</span><span class="hljs-params">( opts )</span> </span>{ <span class="hljs-keyword">return</span> <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> args = <span class="hljs-built_in">Array</span>.prototype.slice.call(<span class="hljs-built_in">arguments</span>,<span class="hljs-number">0</span>) args.unshift(<span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>().toISOString()) <span class="hljs-keyword">if</span>( opts.stack ) { args.push(<span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(<span class="hljs-string">'trace...'</span>).stack) } <span class="hljs-built_in">console</span>.log(args.join(<span class="hljs-string">'\t'</span>)) } }</pre></div></div> </li> <li id="section-63"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-63">&#182;</a> </div> <p>Primary export function, creates a new Seneca instance.</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">init</span><span class="hljs-params">( seneca_options )</span> </span>{ <span class="hljs-keyword">var</span> so = seneca_options || {}</pre></div></div> </li> <li id="section-64"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-64">&#182;</a> </div> <p>Create a private context.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> $ = { stats:{ start:<span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>().getTime(), act:{calls:<span class="hljs-number">0</span>,done:<span class="hljs-number">0</span>,fails:<span class="hljs-number">0</span>,cache:<span class="hljs-number">0</span>}, actmap:{} } }</pre></div></div> </li> <li id="section-65"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-65">&#182;</a> </div> <p>Create instance.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> seneca = make_seneca($,so)</pre></div></div> </li> <li id="section-66"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-66">&#182;</a> </div> <p>Add builtin actions.</p> </div> <div class="content"><div class='highlight'><pre> seneca.add( {role:<span class="hljs-string">'seneca'</span>, stats:<span class="hljs-literal">true</span>}, action_seneca_stats ) seneca.add( {role:<span class="hljs-string">'seneca'</span>, ready:<span class="hljs-literal">true</span>}, action_seneca_ready ) seneca.add( {role:<span class="hljs-string">'seneca'</span>, cmd:<span class="hljs-string">'close'</span>}, action_seneca_close ) seneca.add( {role:<span class="hljs-string">'options'</span>, cmd:<span class="hljs-string">'get'</span>}, action_options_get )</pre></div></div> </li> <li id="section-67"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-67">&#182;</a> </div> <p>Define builtin actions.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">action_seneca_close</span><span class="hljs-params">(args,done)</span> </span>{ seneca.emit(<span class="hljs-string">'close'</span>) done() } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">action_seneca_ready</span><span class="hljs-params">(args,done)</span> </span>{ seneca.emit(<span class="hljs-string">'ready'</span>) done() } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">action_seneca_stats</span><span class="hljs-params">( args, done )</span> </span>{ <span class="hljs-keyword">var</span> stats <span class="hljs-keyword">if</span>( args.pattern &amp;&amp; $.stats.actmap[args.pattern] ) { stats = $.stats.actmap[args.pattern] stats.time = $.timestats.calculate(args.pattern) } <span class="hljs-keyword">else</span> { stats = _.clone($.stats) stats.now = <span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>() stats.uptime = stats.now - stats.start stats.now = <span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>(stats.now).toISOString() stats.start = <span class="hljs-keyword">new</span> <span class="hljs-built_in">Date</span>(stats.start).toISOString() <span class="hljs-keyword">var</span> summary = (<span class="hljs-literal">null</span> == args.summary &amp;&amp; <span class="hljs-literal">false</span>) || (<span class="hljs-regexp">/^false$/i</span>.exec(args.summary) ? <span class="hljs-literal">false</span> : !!(args.summary) ) <span class="hljs-keyword">if</span>( summary ) { stats.actmap = <span class="hljs-keyword">void</span> <span class="hljs-number">0</span> } <span class="hljs-keyword">else</span> { _.each( $.stats.actmap, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(a,p)</span> </span>{ $.stats.actmap[p].time = $.timestats.calculate(p) }) } } done(<span class="hljs-literal">null</span>,stats) } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">action_options_get</span><span class="hljs-params">( args, done )</span> </span>{ <span class="hljs-keyword">var</span> options = $.optioner.get() <span class="hljs-keyword">var</span> base = args.base || <span class="hljs-literal">null</span> <span class="hljs-keyword">var</span> root = base ? (options[base]||{}) : options <span class="hljs-keyword">var</span> val = args.key ? root[args.key] : root done(<span class="hljs-literal">null</span>,common.copydata(val)) }</pre></div></div> </li> <li id="section-68"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-68">&#182;</a> </div> <p>register default plugins</p> </div> <div class="content"><div class='highlight'><pre> seneca.use(<span class="hljs-string">'basic'</span>) seneca.use(<span class="hljs-string">'mem-store'</span>) seneca.use(<span class="hljs-string">'transport'</span>) seneca.use(<span class="hljs-string">'web'</span>)</pre></div></div> </li> <li id="section-69"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-69">&#182;</a> </div> <p>Register plugins specified in options.</p> </div> <div class="content"><div class='highlight'><pre> _.each(so.plugins, <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">(plugindesc)</span> </span>{ seneca.use(plugindesc) })</pre></div></div> </li> <li id="section-70"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-70">&#182;</a> </div> <p>Create entity delegate.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> sd = seneca.delegate() sd.log = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> args = [<span class="hljs-string">'entity'</span>] seneca.log.apply(seneca,args.concat(arr(<span class="hljs-built_in">arguments</span>))) } logging.makelogfuncs(sd)</pre></div></div> </li> <li id="section-71"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-71">&#182;</a> </div> <p>Template entity that makes all others.</p> </div> <div class="content"><div class='highlight'><pre> $.entity = <span class="hljs-keyword">new</span> Entity({},sd) <span class="hljs-keyword">return</span> seneca }</pre></div></div> </li> <li id="section-72"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-72">&#182;</a> </div> <p>To reference builtin loggers when defining logging options.</p> </div> <div class="content"><div class='highlight'><pre>init.loghandler = logging.handlers</pre></div></div> </li> <li id="section-73"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-73">&#182;</a> </div> <p>Makes require(‘seneca’).use( … ) work by creating an on-the-fly instance.</p> </div> <div class="content"><div class='highlight'><pre>init.use = <span class="hljs-function"><span class="hljs-keyword">function</span><span class="hljs-params">()</span> </span>{ <span class="hljs-keyword">var</span> instance = init() <span class="hljs-keyword">return</span> instance.use.apply(instance,arr(<span class="hljs-built_in">arguments</span>)) }</pre></div></div> </li> <li id="section-74"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-74">&#182;</a> </div> <p>Mostly for testing.</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">if</span>( <span class="hljs-built_in">require</span>.main === <span class="hljs-built_in">module</span> ) { init() }</pre></div></div> </li> <li id="section-75"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-75">&#182;</a> </div> <p>Minor utils</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">thrower</span><span class="hljs-params">(err)</span> </span>{ <span class="hljs-keyword">if</span>( err ) <span class="hljs-keyword">throw</span> err; }</pre></div></div> </li> <li id="section-76"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-76">&#182;</a> </div> <p>Error code messages.</p> </div> <div class="content"><div class='highlight'><pre><span class="hljs-keyword">var</span> MSGMAP = { seneca:{ test_msg: <span class="hljs-string">'Test message.'</span>, test_prop: <span class="hljs-string">'TESTING: exists: &lt;%=exists%&gt;, notfound:&lt;%=notfound%&gt;, str=&lt;%=str%&gt;, obj=&lt;%=obj%&gt;, arr=&lt;%=arr%&gt;, bool=&lt;%=bool%&gt;, null=&lt;%=null$%&gt;, delete=&lt;%=delete$%&gt;, undefined=&lt;%=undefined$%&gt;, void=&lt;%=void$%&gt;, NaN=&lt;%=NaN$%&gt;'</span>, add_string_pattern_syntax: <span class="hljs-string">'Could not add action due to syntax error in pattern string: "&lt;%=argstr%&gt;": Line:&lt;%=line%&gt;, Column:&lt;%=col%&gt;; &lt;%=syntax%&gt;'</span>, act_string_args_syntax: <span class="hljs-string">'Could execute action due to syntax error in argument string: "&lt;%=argstr%&gt;": Line:&lt;%=line%&gt;, Column:&lt;%=col%&gt;; &lt;%=syntax%&gt;'</span>, add_pattern_object_expected_after_string_pattern: <span class="hljs-string">'Could not add action; unexpected argument; a pattern object or function should follow the pattern string; arguments were: "&lt;%=args%&gt;".'</span>, add_pattern_object_expected: <span class="hljs-string">'Could not add action; unexpected argument; a pattern object or string should be the first argument; arguments were: "&lt;%=args%&gt;".'</span>, add_action_function_expected: <span class="hljs-string">'Could not add action: the action function should appear after the pattern; arguments were: "&lt;%=args%&gt;".'</span>, add_action_metadata_not_an_object: <span class="hljs-string">'Could not add action: the argument after the action function should be a metadata object: &lt;%=actmeta%&gt;.'</span>, add_empty_pattern: <span class="hljs-string">'Could not add action, as the action pattern is empty: "&lt;%=args%&gt;"'</span>, act_if_expects_boolean: <span class="hljs-string">'The method act_if expects a boolean value as its first argument, was: "&lt;%=first%&gt;".'</span>, act_not_found: <span class="hljs-string">'No matching action pattern found for "&lt;%=args%&gt;", and no default result provided (using a default$ property).'</span>, act_no_args: <span class="hljs-string">'No action pattern defined in "&lt;%=args%&gt;"; the first argument should be a string or object pattern.'</span>, act_invalid_args: <span class="hljs-string">'Invalid action arguments; &lt;%=message%&gt;; arguments were: "&lt;%=args%&gt;".'</span>, no_client: <span class="hljs-string">'Transport client was not created; arguments were: "&lt;%=args%&gt;".'</span>, invalid_options: <span class="hljs-string">'Invalid options; &lt;%=message%&gt;'</span>, plugin_required: <span class="hljs-string">'The &lt;%=name%&gt; plugin depends on the &lt;%=dependency%&gt; plugin, which is not loaded yet.'</span>, store_cmd_missing: <span class="hljs-string">'Entity data store implementation is missing a command; "&lt;%=cmd%&gt;": "&lt;%=store%&gt;".'</span>, } }</pre></div></div> </li> </ul> </div> </body> </html>
sisjuridico/apps/reportes/templates/reportes/reportes_detallados/ajax_reportes_detallados.html
AnthonyWainer/sisJuridico
{% for p in lista %} <tr> <th>{{forloop.counter}}</th> <td>{{p.nro}}</td> <td>{{p.asunto}}</td> <td>{{p.fecha|date:"d/m/Y"}}</td> <td>{{p.fecha_expediente|date:"d/m/Y"}}</td> <td> <a href="media/{{p.contenido}}" target="_blank">ver</a> </td> <td> <ol> {% for a in p.idresolucion.all %} <li>{{a.numero}} → <a href="media/{{a.contenido}}" target="_blank">ver</a></li> {% endfor %} </ol> </td> <td> {{p.estado}} </td> </tr> {% endfor %}
client/src/components/ListOfProjects/ListOfProjects.css
karthijey/calltocode.org
.title { font-size: 20px; margin-bottom: 15px; } .orgSection { display: block; padding: 0 60px; margin-top: 30px; } .listOrg { padding: 20px; border: 0; border-radius: 5px; color: white; background-color: darkgray; margin-bottom: 15px; } .listOrgLoggedIn { composes: listOrg; } .listOrgLoggedIn:hover { box-shadow: 0 3px 4px 1px gray; cursor: pointer; }
index.html
benfoxall/webgl-hacks
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>WebGL Hacks</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <style media="screen"> body { font-family: sans-serif; color: #555; text-rendering: geometricPrecision; } h1 { font-weight: 100; } ul { padding: 0 } li { list-style: none; float:left } a { color:rgba(0,0,0,0.2); text-decoration: none; transition: .3s; display: block; background: #f4f4f4; margin: 1px; height: 5em; width: 5em; background-size: cover; padding: .5em} a:hover { color:#000; box-shadow: inset rgba(0,0,0,0.2) 0 0 4px;} li { position: relative; overflow: hidden; } .vr:after { content: ''; display: block; height: 2em; width: 2em; bottom: 0; right: 0.3em; position: absolute; color: #333; background: url(assets/vr.svg); background-size: contain; background-position: center; background-repeat: no-repeat; transition: .2s; opacity: .75; } .vr:hover:after{ transform: scale(1.5) rotate(-6deg); opacity: 1; } </style> </head> <body> <h1>WebGL hacks</h1> <ul> <li><a href="01/">01</a></li> <li><a href="02/">02</a></li> <li><a href="03/">03</a></li> <li><a href="04/">04</a></li> <li><a href="05/">05</a></li> <li><a href="06/">06</a></li> <li><a href="07/">07</a></li> <li><a href="08/">08</a></li> <li><a href="09/">09</a></li> <li><a href="10/">10</a></li> <li><a href="11/">11</a></li> <li><a href="12/">12</a></li> <li><a href="13/">13</a></li> <li><a href="14/">14</a></li> <li><a href="15/">15</a></li> <li><a href="16/" class="vr">16</a></li> <li><a href="17/" class="vr">17</a></li> <li><a href="18/" class="vr">18</a></li> </ul> <script type="text/javascript"> [].forEach.call( document.querySelectorAll('li a'), function(el){ el.style.backgroundImage = 'url('+el.getAttribute('href') + 'screenshot.png)' }) </script> </body> </html>
css/reveal.css
gdipgh/intro-to-git-cli
@charset "UTF-8"; /*! * reveal.js * http://lab.hakim.se/reveal-js * MIT licensed * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ /********************************************* * RESET STYLES *********************************************/ html, body, .reveal div, .reveal span, .reveal applet, .reveal object, .reveal iframe, .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal p, .reveal blockquote, .reveal pre, .reveal a, .reveal abbr, .reveal acronym, .reveal address, .reveal big, .reveal cite, .reveal code, .reveal del, .reveal dfn, .reveal em, .reveal img, .reveal ins, .reveal kbd, .reveal q, .reveal s, .reveal samp, .reveal small, .reveal strike, .reveal strong, .reveal sub, .reveal sup, .reveal tt, .reveal var, .reveal b, .reveal u, .reveal i, .reveal center, .reveal dl, .reveal dt, .reveal dd, .reveal ol, .reveal ul, .reveal li, .reveal fieldset, .reveal form, .reveal label, .reveal legend, .reveal table, .reveal caption, .reveal tbody, .reveal tfoot, .reveal thead, .reveal tr, .reveal th, .reveal td, .reveal article, .reveal aside, .reveal canvas, .reveal details, .reveal embed, .reveal figure, .reveal figcaption, .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal output, .reveal ruby, .reveal section, .reveal summary, .reveal time, .reveal mark, .reveal audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } .reveal article, .reveal aside, .reveal details, .reveal figcaption, .reveal figure, .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal section { display: block; } /********************************************* * GLOBAL STYLES *********************************************/ html, body { width: 100%; height: 100%; min-height: 600px; overflow: hidden; } body { position: relative; line-height: 1; } ::selection { background:#FF5E99; color:#fff; text-shadow: none; } @media screen and (max-width: 900px) { .reveal { font-size: 30px; } } /********************************************* * HEADERS *********************************************/ .reveal h1 { font-size: 3.77em; } .reveal h2 { font-size: 2.11em; } .reveal h3 { font-size: 1.55em; } .reveal h4 { font-size: 1em; } /********************************************* * VIEW FRAGMENTS *********************************************/ .reveal .slides section .fragment { opacity: 0; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .reveal .slides section .fragment.visible { opacity: 1; } .reveal .slides section .fragment.grow { opacity: 1; } .reveal .slides section .fragment.grow.visible { -webkit-transform: scale( 1.3 ); -moz-transform: scale( 1.3 ); -ms-transform: scale( 1.3 ); -o-transform: scale( 1.3 ); transform: scale( 1.3 ); } .reveal .slides section .fragment.shrink { opacity: 1; } .reveal .slides section .fragment.shrink.visible { -webkit-transform: scale( 0.7 ); -moz-transform: scale( 0.7 ); -ms-transform: scale( 0.7 ); -o-transform: scale( 0.7 ); transform: scale( 0.7 ); } .reveal .slides section .fragment.roll-in { opacity: 0; -webkit-transform: rotateX( 90deg ); -moz-transform: rotateX( 90deg ); -ms-transform: rotateX( 90deg ); -o-transform: rotateX( 90deg ); transform: rotateX( 90deg ); } .reveal .slides section .fragment.roll-in.visible { opacity: 1; -webkit-transform: rotateX( 0 ); -moz-transform: rotateX( 0 ); -ms-transform: rotateX( 0 ); -o-transform: rotateX( 0 ); transform: rotateX( 0 ); } .reveal .slides section .fragment.fade-out { opacity: 1; } .reveal .slides section .fragment.fade-out.visible { opacity: 0; } .reveal .slides section .fragment.highlight-red, .reveal .slides section .fragment.highlight-green, .reveal .slides section .fragment.highlight-blue { opacity: 1; } .reveal .slides section .fragment.highlight-red.visible { color: #ff2c2d } .reveal .slides section .fragment.highlight-green.visible { color: #17ff2e; } .reveal .slides section .fragment.highlight-blue.visible { color: #1b91ff; } /********************************************* * DEFAULT ELEMENT STYLES *********************************************/ .reveal .slides section { line-height: 1.2em; font-weight: normal; } .reveal img { /* preserve aspect ratio and scale image so it's bound within the section */ max-width: 100%; max-height: 100%; } .reveal strong, .reveal b { font-weight: bold; } .reveal em, .reveal i { font-style: italic; } .reveal ol, .reveal ul { display: inline-block; text-align: left; margin: 0 0 0 1em; } .reveal ol { list-style-type: decimal; } .reveal ul { list-style-type: disc; } .reveal ul ul { list-style-type: square; } .reveal ul ul ul { list-style-type: circle; } .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul { display: block; margin-left: 40px; } .reveal p { margin-bottom: 10px; line-height: 1.2em; } .reveal q, .reveal blockquote { quotes: none; } .reveal blockquote { display: block; position: relative; width: 70%; margin: 5px auto; padding: 5px; font-style: italic; background: rgba(255, 255, 255, 0.05); box-shadow: 0px 0px 2px rgba(0,0,0,0.2); } .reveal blockquote:before { content: '\201C'; } .reveal blockquote:after { content: '\201D'; } .reveal q { font-style: italic; } .reveal q:before { content: '\201C'; } .reveal q:after { content: '\201D'; } .reveal pre { display: block; position: relative; width: 90%; margin: 15px auto; text-align: left; font-size: 0.55em; font-family: monospace; line-height: 1.2em; word-wrap: break-word; box-shadow: 0px 0px 6px rgba(0,0,0,0.3); } .reveal pre code { padding: 5px; } .reveal code { color: blue; font-family: monospace; overflow: auto; max-height: 400px; } .reveal table th, .reveal table td { text-align: left; padding-right: .3em; } .reveal table th { text-shadow: rgb(255,255,255) 1px 1px 2px; } .reveal sup { vertical-align: super; } .reveal sub { vertical-align: sub; } .reveal small { display: inline-block; font-size: 0.6em; line-height: 1.2em; vertical-align: top; } .reveal small * { vertical-align: top; } /********************************************* * CONTROLS *********************************************/ .reveal .controls { display: none; position: fixed; width: 110px; height: 110px; z-index: 30; right: 10px; bottom: 10px; } .reveal .controls div { position: absolute; opacity: 0.1; width: 0; height: 0; border: 12px solid transparent; -webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -ms-transition: opacity 0.2s ease; -o-transition: opacity 0.2s ease; transition: opacity 0.2s ease; } .reveal .controls div.enabled { opacity: 0.6; cursor: pointer; } .reveal .controls div.enabled:active { margin-top: 1px; } .reveal .controls div.left { top: 42px; border-right-width: 22px; border-right-color: #eee; } .reveal .controls div.right { left: 74px; top: 42px; border-left-width: 22px; border-left-color: #eee; } .reveal .controls div.up { left: 42px; border-bottom-width: 22px; border-bottom-color: #eee; } .reveal .controls div.down { left: 42px; top: 74px; border-top-width: 22px; border-top-color: #eee; } /********************************************* * PROGRESS BAR *********************************************/ .reveal .progress { position: fixed; display: none; height: 3px; width: 100%; bottom: 0; left: 0; z-index: 10; } .reveal .progress:after { content: ''; display: 'block'; position: absolute; height: 20px; width: 100%; top: -20px; } .reveal .progress span { display: block; height: 100%; width: 0px; -webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -ms-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -o-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); } /********************************************* * ROLLING LINKS *********************************************/ .reveal .roll { display: inline-block; line-height: 1.2; overflow: hidden; vertical-align: top; -webkit-perspective: 400px; -moz-perspective: 400px; -ms-perspective: 400px; perspective: 400px; -webkit-perspective-origin: 50% 50%; -moz-perspective-origin: 50% 50%; -ms-perspective-origin: 50% 50%; perspective-origin: 50% 50%; } .reveal .roll:hover { background: none; text-shadow: none; } .reveal .roll span { display: block; position: relative; padding: 0 2px; pointer-events: none; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease; -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; transform-origin: 50% 0%; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; } .reveal .roll:hover span { background: rgba(0,0,0,0.5); -webkit-transform: translate3d( 0px, 0px, -45px ) rotateX( 90deg ); -moz-transform: translate3d( 0px, 0px, -45px ) rotateX( 90deg ); -ms-transform: translate3d( 0px, 0px, -45px ) rotateX( 90deg ); transform: translate3d( 0px, 0px, -45px ) rotateX( 90deg ); } .reveal .roll span:after { content: attr(data-title); display: block; position: absolute; left: 0; top: 0; padding: 0 2px; -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; transform-origin: 50% 0%; -webkit-transform: translate3d( 0px, 110%, 0px ) rotateX( -90deg ); -moz-transform: translate3d( 0px, 110%, 0px ) rotateX( -90deg ); -ms-transform: translate3d( 0px, 110%, 0px ) rotateX( -90deg ); transform: translate3d( 0px, 110%, 0px ) rotateX( -90deg ); } /********************************************* * SLIDES *********************************************/ .reveal .slides { position: absolute; max-width: 900px; width: 80%; height: 60%; left: 50%; top: 50%; margin-top: -320px; padding: 20px 0px; overflow: visible; z-index: 1; text-align: center; -webkit-transition: -webkit-perspective .4s ease; -moz-transition: -moz-perspective .4s ease; -ms-transition: -ms-perspective .4s ease; -o-transition: -o-perspective .4s ease; transition: perspective .4s ease; -webkit-perspective: 600px; -moz-perspective: 600px; -ms-perspective: 600px; perspective: 600px; -webkit-perspective-origin: 0% 25%; -moz-perspective-origin: 0% 25%; -ms-perspective-origin: 0% 25%; perspective-origin: 0% 25%; } .reveal .slides>section, .reveal .slides>section>section { display: none; position: absolute; width: 100%; min-height: 600px; z-index: 10; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -ms-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -o-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985); } .reveal .slides>section.present { display: block; z-index: 11; opacity: 1; } .reveal .slides>section { margin-left: -50%; } /********************************************* * DEFAULT TRANSITION *********************************************/ .reveal .slides>section.past { display: block; opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); } .reveal .slides>section.future { display: block; opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); } .reveal .slides>section>section.past { display: block; opacity: 0; -webkit-transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0); -moz-transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0); -ms-transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0); } .reveal .slides>section>section.future { display: block; opacity: 0; -webkit-transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0); -moz-transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0); -ms-transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0); transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0); } /********************************************* * CONCAVE TRANSITION *********************************************/ .reveal.concave .slides>section.past { -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); } .reveal.concave .slides>section.future { -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); } .reveal.concave .slides>section>section.past { -webkit-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0); -moz-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0); -ms-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0); transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0); } .reveal.concave .slides>section>section.future { -webkit-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0); -moz-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0); -ms-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0); transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0); } /********************************************* * ZOOM TRANSITION *********************************************/ .reveal.zoom .slides>section, .reveal.zoom .slides>section>section { -webkit-transition: all 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -moz-transition: all 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -ms-transition: all 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985); -o-transition: all 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985); transition: all 600ms cubic-bezier(0.260, 0.860, 0.440, 0.985); } .reveal.zoom .slides>section.past { opacity: 0; visibility: hidden; -webkit-transform: scale(16); -moz-transform: scale(16); -ms-transform: scale(16); -o-transform: scale(16); transform: scale(16); } .reveal.zoom .slides>section.future { opacity: 0; visibility: hidden; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); } .reveal.zoom .slides>section>section.past { -webkit-transform: translate(0, -150%); -moz-transform: translate(0, -150%); -ms-transform: translate(0, -150%); -o-transform: translate(0, -150%); transform: translate(0, -150%); } .reveal.zoom .slides>section>section.future { -webkit-transform: translate(0, 150%); -moz-transform: translate(0, 150%); -ms-transform: translate(0, 150%); -o-transform: translate(0, 150%); transform: translate(0, 150%); } /********************************************* * LINEAR TRANSITION *********************************************/ .reveal.linear .slides>section.past { -webkit-transform: translate(-150%, 0); -moz-transform: translate(-150%, 0); -ms-transform: translate(-150%, 0); -o-transform: translate(-150%, 0); transform: translate(-150%, 0); } .reveal.linear .slides>section.future { -webkit-transform: translate(150%, 0); -moz-transform: translate(150%, 0); -ms-transform: translate(150%, 0); -o-transform: translate(150%, 0); transform: translate(150%, 0); } .reveal.linear .slides>section>section.past { -webkit-transform: translate(0, -150%); -moz-transform: translate(0, -150%); -ms-transform: translate(0, -150%); -o-transform: translate(0, -150%); transform: translate(0, -150%); } .reveal.linear .slides>section>section.future { -webkit-transform: translate(0, 150%); -moz-transform: translate(0, 150%); -ms-transform: translate(0, 150%); -o-transform: translate(0, 150%); transform: translate(0, 150%); } /********************************************* * CUBE TRANSITION *********************************************/ .reveal.cube .slides { -webkit-perspective-origin: 0% 25%; -moz-perspective-origin: 0% 25%; -ms-perspective-origin: 0% 25%; perspective-origin: 0% 25%; -webkit-perspective: 1300px; -moz-perspective: 1300px; -ms-perspective: 1300px; perspective: 1300px; } .reveal.cube .slides section { padding: 30px; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .reveal.cube .slides section:not(.stack):before { content: ''; position: absolute; display: block; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.1); border-radius: 4px; -webkit-transform: translateZ( -20px ); -moz-transform: translateZ( -20px ); -ms-transform: translateZ( -20px ); -o-transform: translateZ( -20px ); transform: translateZ( -20px ); } .reveal.cube .slides section:not(.stack):after { content: ''; position: absolute; display: block; width: 90%; height: 30px; left: 5%; bottom: 0; background: none; z-index: 1; border-radius: 4px; box-shadow: 0px 95px 25px rgba(0,0,0,0.2); -webkit-transform: translateZ(-90px) rotateX( 65deg ); -moz-transform: translateZ(-90px) rotateX( 65deg ); -ms-transform: translateZ(-90px) rotateX( 65deg ); -o-transform: translateZ(-90px) rotateX( 65deg ); transform: translateZ(-90px) rotateX( 65deg ); } .reveal.cube .slides>section.stack { padding: 0; background: none; } .reveal.cube .slides>section.past { -webkit-transform-origin: 100% 0%; -moz-transform-origin: 100% 0%; -ms-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg); -moz-transform: translate3d(-100%, 0, 0) rotateY(-90deg); -ms-transform: translate3d(-100%, 0, 0) rotateY(-90deg); transform: translate3d(-100%, 0, 0) rotateY(-90deg); } .reveal.cube .slides>section.future { -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg); -moz-transform: translate3d(100%, 0, 0) rotateY(90deg); -ms-transform: translate3d(100%, 0, 0) rotateY(90deg); transform: translate3d(100%, 0, 0) rotateY(90deg); } .reveal.cube .slides>section>section.past { -webkit-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg); -moz-transform: translate3d(0, -100%, 0) rotateX(90deg); -ms-transform: translate3d(0, -100%, 0) rotateX(90deg); transform: translate3d(0, -100%, 0) rotateX(90deg); } .reveal.cube .slides>section>section.future { -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg); -moz-transform: translate3d(0, 100%, 0) rotateX(-90deg); -ms-transform: translate3d(0, 100%, 0) rotateX(-90deg); transform: translate3d(0, 100%, 0) rotateX(-90deg); } /********************************************* * PAGE TRANSITION *********************************************/ .reveal.page .slides { -webkit-perspective-origin: 0% 50%; -moz-perspective-origin: 0% 50%; -ms-perspective-origin: 0% 50%; perspective-origin: 0% 50%; -webkit-perspective: 3000px; -moz-perspective: 3000px; -ms-perspective: 3000px; perspective: 3000px; } .reveal.page .slides section { padding: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .reveal.page .slides section.past { z-index: 12; } .reveal.page .slides section:not(.stack):before { content: ''; position: absolute; display: block; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.1); -webkit-transform: translateZ( -20px ); -moz-transform: translateZ( -20px ); -ms-transform: translateZ( -20px ); -o-transform: translateZ( -20px ); transform: translateZ( -20px ); } .reveal.page .slides section:not(.stack):after { content: ''; position: absolute; display: block; width: 90%; height: 30px; left: 5%; bottom: 0; background: none; z-index: 1; border-radius: 4px; box-shadow: 0px 95px 25px rgba(0,0,0,0.2); -webkit-transform: translateZ(-90px) rotateX( 65deg ); } .reveal.page .slides>section.stack { padding: 0; background: none; } .reveal.page .slides>section.past { -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: translate3d(-40%, 0, 0) rotateY(-80deg); -moz-transform: translate3d(-40%, 0, 0) rotateY(-80deg); -ms-transform: translate3d(-40%, 0, 0) rotateY(-80deg); transform: translate3d(-40%, 0, 0) rotateY(-80deg); } .reveal.page .slides>section.future { -webkit-transform-origin: 100% 0%; -moz-transform-origin: 100% 0%; -ms-transform-origin: 100% 0%; transform-origin: 100% 0%; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .reveal.page .slides>section>section.past { -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; -webkit-transform: translate3d(0, -40%, 0) rotateX(80deg); -moz-transform: translate3d(0, -40%, 0) rotateX(80deg); -ms-transform: translate3d(0, -40%, 0) rotateX(80deg); transform: translate3d(0, -40%, 0) rotateX(80deg); } .reveal.page .slides>section>section.future { -webkit-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; transform-origin: 0% 100%; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } /********************************************* * TILE-FLIP TRANSITION (CSS shader) *********************************************/ .reveal.tileflip .slides section.present { -webkit-transform: none; -webkit-transition-duration: 800ms; -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg), amount 0, randomness 0, flipAxis 0 1 0, tileOutline 1 ); } .reveal.tileflip .slides section.past { -webkit-transform: none; -webkit-transition-duration: 800ms; -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg), amount 1, randomness 0, flipAxis 0 1 0, tileOutline 1 ); } .reveal.tileflip .slides section.future { -webkit-transform: none; -webkit-transition-duration: 800ms; -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg), amount 1, randomness 0, flipAxis 0 1 0, tileOutline 1 ); } .reveal.tileflip .slides>section>section.present { -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg), amount 0, randomness 2, flipAxis 1 0 0, tileOutline 1 ); } .reveal.tileflip .slides>section>section.past { -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg), amount 1, randomness 2, flipAxis 1 0 0, tileOutline 1 ); } .reveal.tileflip .slides>section>section.future { -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg), amount 1, randomness 2, flipAxis 1 0 0, tileOutline 1 ); } /********************************************* * NO TRANSITION *********************************************/ .reveal.none .slides section { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } /********************************************* * OVERVIEW *********************************************/ .reveal.overview .slides { -webkit-perspective: 700px; -moz-perspective: 700px; -ms-perspective: 700px; perspective: 700px; } .reveal.overview .slides section { padding: 20px 0; max-height: 600px; overflow: hidden; opacity: 1!important; visibility: visible!important; cursor: pointer; background: rgba(0,0,0,0.1); } .reveal.overview .slides section .fragment { opacity: 1; } .reveal.overview .slides section:after, .reveal.overview .slides section:before { display: none !important; } .reveal.overview .slides section>section { opacity: 1; cursor: pointer; } .reveal.overview .slides section:hover { background: rgba(0,0,0,0.3); } .reveal.overview .slides section.present { background: rgba(0,0,0,0.3); } .reveal.overview .slides>section.stack { background: none; padding: 0; overflow: visible; } /********************************************* * PAUSED MODE *********************************************/ .reveal .pause-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: black; visibility: hidden; opacity: 0; z-index: 100; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } .reveal.paused .pause-overlay { visibility: visible; opacity: 1; } /********************************************* * FALLBACK *********************************************/ .no-transforms { overflow-y: auto; } .no-transforms .slides section { display: block!important; opacity: 1!important; position: relative!important; height: auto; min-height: auto; margin-bottom: 100px; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; } /********************************************* * BACKGROUND STATES *********************************************/ .reveal .state-background { position: absolute; width: 100%; height: 100%; background: rgba( 0, 0, 0, 0 ); -webkit-transition: background 800ms ease; -moz-transition: background 800ms ease; -ms-transition: background 800ms ease; -o-transition: background 800ms ease; transition: background 800ms ease; } .alert .reveal .state-background { background: rgba( 200, 50, 30, 0.6 ); } .soothe .reveal .state-background { background: rgba( 50, 200, 90, 0.4 ); } .blackout .reveal .state-background { background: rgba( 0, 0, 0, 0.6 ); } /********************************************* * SPEAKER NOTES *********************************************/ .reveal aside.notes { display: none; } /********************************************* * ZOOM PLUGIN *********************************************/ .zoomed .reveal *, .zoomed .reveal *:before, .zoomed .reveal *:after { -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; transform: none !important; -webkit-backface-visibility: visible !important; -moz-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; } .zoomed .reveal .progress, .zoomed .reveal .controls { opacity: 0; } .zoomed .reveal .roll span { background: none; } .zoomed .reveal .roll span:after { visibility: hidden; }
image-classification/dlnd_image_classification.html
schaber/deep-learning
<!DOCTYPE html> <html> <head><meta charset="utf-8" /> <title>dlnd_image_classification</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <style type="text/css"> /*! * * Twitter Bootstrap * */ /*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-cd:before { content: "\e201"; } .glyphicon-save-file:before { content: "\e202"; } .glyphicon-open-file:before { content: "\e203"; } .glyphicon-level-up:before { content: "\e204"; } .glyphicon-copy:before { content: "\e205"; } .glyphicon-paste:before { content: "\e206"; } .glyphicon-alert:before { content: "\e209"; } .glyphicon-equalizer:before { content: "\e210"; } .glyphicon-king:before { content: "\e211"; } .glyphicon-queen:before { content: "\e212"; } .glyphicon-pawn:before { content: "\e213"; } .glyphicon-bishop:before { content: "\e214"; } .glyphicon-knight:before { content: "\e215"; } .glyphicon-baby-formula:before { content: "\e216"; } .glyphicon-tent:before { content: "\26fa"; } .glyphicon-blackboard:before { content: "\e218"; } .glyphicon-bed:before { content: "\e219"; } .glyphicon-apple:before { content: "\f8ff"; } .glyphicon-erase:before { content: "\e221"; } .glyphicon-hourglass:before { content: "\231b"; } .glyphicon-lamp:before { content: "\e223"; } .glyphicon-duplicate:before { content: "\e224"; } .glyphicon-piggy-bank:before { content: "\e225"; } .glyphicon-scissors:before { content: "\e226"; } .glyphicon-bitcoin:before { content: "\e227"; } .glyphicon-btc:before { content: "\e227"; } .glyphicon-xbt:before { content: "\e227"; } .glyphicon-yen:before { content: "\00a5"; } .glyphicon-jpy:before { content: "\00a5"; } .glyphicon-ruble:before { content: "\20bd"; } .glyphicon-rub:before { content: "\20bd"; } .glyphicon-scale:before { content: "\e230"; } .glyphicon-ice-lolly:before { content: "\e231"; } .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .glyphicon-education:before { content: "\e233"; } .glyphicon-option-horizontal:before { content: "\e234"; } .glyphicon-option-vertical:before { content: "\e235"; } .glyphicon-menu-hamburger:before { content: "\e236"; } .glyphicon-modal-window:before { content: "\e237"; } .glyphicon-oil:before { content: "\e238"; } .glyphicon-grain:before { content: "\e239"; } .glyphicon-sunglasses:before { content: "\e240"; } .glyphicon-text-size:before { content: "\e241"; } .glyphicon-text-color:before { content: "\e242"; } .glyphicon-text-background:before { content: "\e243"; } .glyphicon-object-align-top:before { content: "\e244"; } .glyphicon-object-align-bottom:before { content: "\e245"; } .glyphicon-object-align-horizontal:before { content: "\e246"; } .glyphicon-object-align-left:before { content: "\e247"; } .glyphicon-object-align-vertical:before { content: "\e248"; } .glyphicon-object-align-right:before { content: "\e249"; } .glyphicon-triangle-right:before { content: "\e250"; } .glyphicon-triangle-left:before { content: "\e251"; } .glyphicon-triangle-bottom:before { content: "\e252"; } .glyphicon-triangle-top:before { content: "\e253"; } .glyphicon-console:before { content: "\e254"; } .glyphicon-superscript:before { content: "\e255"; } .glyphicon-subscript:before { content: "\e256"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .glyphicon-menu-down:before { content: "\e259"; } .glyphicon-menu-up:before { content: "\e260"; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #000; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 3px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 9px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 9px; margin-bottom: 9px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 33px; } h2, .h2 { font-size: 27px; } h3, .h3 { font-size: 23px; } h4, .h4 { font-size: 17px; } h5, .h5 { font-size: 13px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 9px; } .lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 19.5px; } } small, .small { font-size: 92%; } mark, .mark { background-color: #fcf8e3; padding: .2em; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777777; } .text-primary { color: #337ab7; } a.text-primary:hover, a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 9px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 18px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 541px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: inherit; border-left: 5px solid #eeeeee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 18px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 2px; } kbd { padding: 2px 4px; font-size: 90%; color: #888; background-color: transparent; border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 2px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } @media (min-width: 768px) { .container { width: 768px; } } @media (min-width: 992px) { .container { width: 940px; } } @media (min-width: 1200px) { .container { width: 1140px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } .row { margin-left: 0px; margin-right: 0px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 0px; padding-right: 0px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 18px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class*="col-"] { position: static; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control::-ms-expand { border: 0; background-color: transparent; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 32px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 45px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .form-group-lg select.form-control { height: 45px; line-height: 45px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 40px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 45px; height: 45px; line-height: 45px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 23px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 25px; } .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { right: 0px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 17px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 541px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 2px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 1px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 3px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 2px 2px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 2px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 30px; margin-bottom: 18px; border: 1px solid transparent; } @media (min-width: 541px) { .navbar { border-radius: 2px; } } @media (min-width: 541px) { .navbar-header { float: left; } } .navbar-collapse { overflow-x: visible; padding-right: 0px; padding-left: 0px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 541px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 540px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0px; margin-left: 0px; } @media (min-width: 541px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 541px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 541px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 6px 0px; font-size: 17px; line-height: 18px; height: 30px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 541px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } .navbar-toggle { position: relative; float: right; margin-right: 0px; padding: 9px 10px; margin-top: -2px; margin-bottom: -2px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 2px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 541px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 3px 0px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 540px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 541px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px; } } .navbar-form { margin-left: 0px; margin-right: 0px; padding: 10px 0px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: -1px; margin-bottom: -1px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 540px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 541px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: -1px; margin-bottom: -1px; } .navbar-btn.btn-sm { margin-top: 0px; margin-bottom: 0px; } .navbar-btn.btn-xs { margin-top: 4px; margin-bottom: 4px; } .navbar-text { margin-top: 6px; margin-bottom: 6px; } @media (min-width: 541px) { .navbar-text { float: left; margin-left: 0px; margin-right: 0px; } } @media (min-width: 541px) { .navbar-left { float: left !important; float: left; } .navbar-right { float: right !important; float: right; margin-right: 0px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 540px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #fff; } @media (max-width: 540px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #f5f5f5; border-radius: 2px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #5e5e5e; } .breadcrumb > .active { color: #777777; } .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 2px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 1px; border-top-left-radius: 1px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 1px; border-top-right-radius: 1px; } .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 3px; padding-left: 0px; padding-right: 0px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 59px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 18px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #000; } .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 2px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 1px; border-top-right-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 1px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 1px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 18px; } .panel-group .panel { margin-bottom: 0; border-radius: 2px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 3px; } .well-sm { padding: 9px; border-radius: 1px; } .close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 2px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 13px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 2px 2px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .item_buttons:before, .item_buttons:after { content: " "; display: table; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .item_buttons:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /*! * * Font Awesome * */ /*! * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0'); src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } /*! * * IPython base * */ .modal.fade .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } code { color: #000; } pre { font-size: inherit; line-height: inherit; } label { font-weight: normal; } /* Make the page background atleast 100% the height of the view port */ /* Make the page itself atleast 70% the height of the view port */ .border-box-sizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .corner-all { border-radius: 2px; } .no-padding { padding: 0px; } /* Flexible box model classes */ /* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ */ /* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see `Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the `Old browsers` comments below. */ .hbox { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } .hbox > * { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; } .vbox { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } .vbox > * { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; } .hbox.reverse, .vbox.reverse, .reverse { /* Old browsers */ -webkit-box-direction: reverse; -moz-box-direction: reverse; box-direction: reverse; /* Modern browsers */ flex-direction: row-reverse; } .hbox.box-flex0, .vbox.box-flex0, .box-flex0 { /* Old browsers */ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /* Modern browsers */ flex: none; width: auto; } .hbox.box-flex1, .vbox.box-flex1, .box-flex1 { /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } .hbox.box-flex, .vbox.box-flex, .box-flex { /* Old browsers */ /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } .hbox.box-flex2, .vbox.box-flex2, .box-flex2 { /* Old browsers */ -webkit-box-flex: 2; -moz-box-flex: 2; box-flex: 2; /* Modern browsers */ flex: 2; } .box-group1 { /* Deprecated */ -webkit-box-flex-group: 1; -moz-box-flex-group: 1; box-flex-group: 1; } .box-group2 { /* Deprecated */ -webkit-box-flex-group: 2; -moz-box-flex-group: 2; box-flex-group: 2; } .hbox.start, .vbox.start, .start { /* Old browsers */ -webkit-box-pack: start; -moz-box-pack: start; box-pack: start; /* Modern browsers */ justify-content: flex-start; } .hbox.end, .vbox.end, .end { /* Old browsers */ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /* Modern browsers */ justify-content: flex-end; } .hbox.center, .vbox.center, .center { /* Old browsers */ -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; /* Modern browsers */ justify-content: center; } .hbox.baseline, .vbox.baseline, .baseline { /* Old browsers */ -webkit-box-pack: baseline; -moz-box-pack: baseline; box-pack: baseline; /* Modern browsers */ justify-content: baseline; } .hbox.stretch, .vbox.stretch, .stretch { /* Old browsers */ -webkit-box-pack: stretch; -moz-box-pack: stretch; box-pack: stretch; /* Modern browsers */ justify-content: stretch; } .hbox.align-start, .vbox.align-start, .align-start { /* Old browsers */ -webkit-box-align: start; -moz-box-align: start; box-align: start; /* Modern browsers */ align-items: flex-start; } .hbox.align-end, .vbox.align-end, .align-end { /* Old browsers */ -webkit-box-align: end; -moz-box-align: end; box-align: end; /* Modern browsers */ align-items: flex-end; } .hbox.align-center, .vbox.align-center, .align-center { /* Old browsers */ -webkit-box-align: center; -moz-box-align: center; box-align: center; /* Modern browsers */ align-items: center; } .hbox.align-baseline, .vbox.align-baseline, .align-baseline { /* Old browsers */ -webkit-box-align: baseline; -moz-box-align: baseline; box-align: baseline; /* Modern browsers */ align-items: baseline; } .hbox.align-stretch, .vbox.align-stretch, .align-stretch { /* Old browsers */ -webkit-box-align: stretch; -moz-box-align: stretch; box-align: stretch; /* Modern browsers */ align-items: stretch; } div.error { margin: 2em; text-align: center; } div.error > h1 { font-size: 500%; line-height: normal; } div.error > p { font-size: 200%; line-height: normal; } div.traceback-wrapper { text-align: left; max-width: 800px; margin: auto; } /** * Primary styles * * Author: Jupyter Development Team */ body { background-color: #fff; /* This makes sure that the body covers the entire window and needs to be in a different element than the display: box in wrapper below */ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; overflow: visible; } body > #header { /* Initially hidden to prevent FLOUC */ display: none; background-color: #fff; /* Display over codemirror */ position: relative; z-index: 100; } body > #header #header-container { padding-bottom: 5px; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } body > #header .header-bar { width: 100%; height: 1px; background: #e7e7e7; margin-bottom: -1px; } @media print { body > #header { display: none !important; } } #header-spacer { width: 100%; visibility: hidden; } @media print { #header-spacer { display: none; } } #ipython_notebook { padding-left: 0px; padding-top: 1px; padding-bottom: 1px; } @media (max-width: 991px) { #ipython_notebook { margin-left: 10px; } } #noscript { width: auto; padding-top: 16px; padding-bottom: 16px; text-align: center; font-size: 22px; color: red; font-weight: bold; } #ipython_notebook img { height: 28px; } #site { width: 100%; display: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; } @media print { #site { height: auto !important; } } /* Smaller buttons */ .ui-button .ui-button-text { padding: 0.2em 0.8em; font-size: 77%; } input.ui-button { padding: 0.3em 0.9em; } span#login_widget { float: right; } span#login_widget > .button, #logout { color: #333; background-color: #fff; border-color: #ccc; } span#login_widget > .button:focus, #logout:focus, span#login_widget > .button.focus, #logout.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } span#login_widget > .button:hover, #logout:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login_widget > .button:active, #logout:active, span#login_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login_widget > .button, .open > .dropdown-toggle#logout { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login_widget > .button:active:hover, #logout:active:hover, span#login_widget > .button.active:hover, #logout.active:hover, .open > .dropdown-togglespan#login_widget > .button:hover, .open > .dropdown-toggle#logout:hover, span#login_widget > .button:active:focus, #logout:active:focus, span#login_widget > .button.active:focus, #logout.active:focus, .open > .dropdown-togglespan#login_widget > .button:focus, .open > .dropdown-toggle#logout:focus, span#login_widget > .button:active.focus, #logout:active.focus, span#login_widget > .button.active.focus, #logout.active.focus, .open > .dropdown-togglespan#login_widget > .button.focus, .open > .dropdown-toggle#logout.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } span#login_widget > .button:active, #logout:active, span#login_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login_widget > .button, .open > .dropdown-toggle#logout { background-image: none; } span#login_widget > .button.disabled:hover, #logout.disabled:hover, span#login_widget > .button[disabled]:hover, #logout[disabled]:hover, fieldset[disabled] span#login_widget > .button:hover, fieldset[disabled] #logout:hover, span#login_widget > .button.disabled:focus, #logout.disabled:focus, span#login_widget > .button[disabled]:focus, #logout[disabled]:focus, fieldset[disabled] span#login_widget > .button:focus, fieldset[disabled] #logout:focus, span#login_widget > .button.disabled.focus, #logout.disabled.focus, span#login_widget > .button[disabled].focus, #logout[disabled].focus, fieldset[disabled] span#login_widget > .button.focus, fieldset[disabled] #logout.focus { background-color: #fff; border-color: #ccc; } span#login_widget > .button .badge, #logout .badge { color: #fff; background-color: #333; } .nav-header { text-transform: none; } #header > span { margin-top: 10px; } .modal_stretch .modal-dialog { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; min-height: 80vh; } .modal_stretch .modal-dialog .modal-body { max-height: calc(100vh - 200px); overflow: auto; flex: 1; } @media (min-width: 768px) { .modal .modal-dialog { width: 700px; } } @media (min-width: 768px) { select.form-control { margin-left: 12px; margin-right: 12px; } } /*! * * IPython auth * */ .center-nav { display: inline-block; margin-bottom: -4px; } /*! * * IPython tree view * */ /* We need an invisible input field on top of the sentense*/ /* "Drag file onto the list ..." */ .alternate_upload { background-color: none; display: inline; } .alternate_upload.form { padding: 0; margin: 0; } .alternate_upload input.fileinput { text-align: center; vertical-align: middle; display: inline; opacity: 0; z-index: 2; width: 12ex; margin-right: -12ex; } .alternate_upload .btn-upload { height: 22px; } /** * Primary styles * * Author: Jupyter Development Team */ ul#tabs { margin-bottom: 4px; } ul#tabs a { padding-top: 6px; padding-bottom: 4px; } ul.breadcrumb a:focus, ul.breadcrumb a:hover { text-decoration: none; } ul.breadcrumb i.icon-home { font-size: 16px; margin-right: 4px; } ul.breadcrumb span { color: #5e5e5e; } .list_toolbar { padding: 4px 0 4px 0; vertical-align: middle; } .list_toolbar .tree-buttons { padding-top: 1px; } .dynamic-buttons { padding-top: 3px; display: inline-block; } .list_toolbar [class*="span"] { min-height: 24px; } .list_header { font-weight: bold; background-color: #EEE; } .list_placeholder { font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; } .list_container { margin-top: 4px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 2px; } .list_container > div { border-bottom: 1px solid #ddd; } .list_container > div:hover .list-item { background-color: red; } .list_container > div:last-child { border: none; } .list_item:hover .list_item { background-color: #ddd; } .list_item a { text-decoration: none; } .list_item:hover { background-color: #fafafa; } .list_header > div, .list_item > div { padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } .list_header > div input, .list_item > div input { margin-right: 7px; margin-left: 14px; vertical-align: baseline; line-height: 22px; position: relative; top: -1px; } .list_header > div .item_link, .list_item > div .item_link { margin-left: -1px; vertical-align: baseline; line-height: 22px; } .new-file input[type=checkbox] { visibility: hidden; } .item_name { line-height: 22px; height: 24px; } .item_icon { font-size: 14px; color: #5e5e5e; margin-right: 7px; margin-left: 7px; line-height: 22px; vertical-align: baseline; } .item_buttons { line-height: 1em; margin-left: -5px; } .item_buttons .btn, .item_buttons .btn-group, .item_buttons .input-group { float: left; } .item_buttons > .btn, .item_buttons > .btn-group, .item_buttons > .input-group { margin-left: 5px; } .item_buttons .btn { min-width: 13ex; } .item_buttons .running-indicator { padding-top: 4px; color: #5cb85c; } .item_buttons .kernel-name { padding-top: 4px; color: #5bc0de; margin-right: 7px; float: left; } .toolbar_info { height: 24px; line-height: 24px; } .list_item input:not([type=checkbox]) { padding-top: 3px; padding-bottom: 3px; height: 22px; line-height: 14px; margin: 0px; } .highlight_text { color: blue; } #project_name { display: inline-block; padding-left: 7px; margin-left: -2px; } #project_name > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; } #tree-selector { padding-right: 0px; } #button-select-all { min-width: 50px; } #select-all { margin-left: 7px; margin-right: 2px; } .menu_icon { margin-right: 2px; } .tab-content .row { margin-left: 0px; margin-right: 0px; } .folder_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f114"; } .folder_icon:before.pull-left { margin-right: .3em; } .folder_icon:before.pull-right { margin-left: .3em; } .notebook_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; } .notebook_icon:before.pull-left { margin-right: .3em; } .notebook_icon:before.pull-right { margin-left: .3em; } .running_notebook_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; color: #5cb85c; } .running_notebook_icon:before.pull-left { margin-right: .3em; } .running_notebook_icon:before.pull-right { margin-left: .3em; } .file_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f016"; position: relative; top: -2px; } .file_icon:before.pull-left { margin-right: .3em; } .file_icon:before.pull-right { margin-left: .3em; } #notebook_toolbar .pull-right { padding-top: 0px; margin-right: -1px; } ul#new-menu { left: auto; right: 0; } .kernel-menu-icon { padding-right: 12px; width: 24px; content: "\f096"; } .kernel-menu-icon:before { content: "\f096"; } .kernel-menu-icon-current:before { content: "\f00c"; } #tab_content { padding-top: 20px; } #running .panel-group .panel { margin-top: 3px; margin-bottom: 1em; } #running .panel-group .panel .panel-heading { background-color: #EEE; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } #running .panel-group .panel .panel-heading a:focus, #running .panel-group .panel .panel-heading a:hover { text-decoration: none; } #running .panel-group .panel .panel-body { padding: 0px; } #running .panel-group .panel .panel-body .list_container { margin-top: 0px; margin-bottom: 0px; border: 0px; border-radius: 0px; } #running .panel-group .panel .panel-body .list_container .list_item { border-bottom: 1px solid #ddd; } #running .panel-group .panel .panel-body .list_container .list_item:last-child { border-bottom: 0px; } .delete-button { display: none; } .duplicate-button { display: none; } .rename-button { display: none; } .shutdown-button { display: none; } .dynamic-instructions { display: inline-block; padding-top: 4px; } /*! * * IPython text editor webapp * */ .selected-keymap i.fa { padding: 0px 5px; } .selected-keymap i.fa:before { content: "\f00c"; } #mode-menu { overflow: auto; max-height: 20em; } .edit_app #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .edit_app #menubar .navbar { /* Use a negative 1 bottom margin, so the border overlaps the border of the header */ margin-bottom: -1px; } .dirty-indicator { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator.pull-left { margin-right: .3em; } .dirty-indicator.pull-right { margin-left: .3em; } .dirty-indicator-dirty { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-dirty.pull-left { margin-right: .3em; } .dirty-indicator-dirty.pull-right { margin-left: .3em; } .dirty-indicator-clean { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-clean.pull-left { margin-right: .3em; } .dirty-indicator-clean.pull-right { margin-left: .3em; } .dirty-indicator-clean:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; } .dirty-indicator-clean:before.pull-left { margin-right: .3em; } .dirty-indicator-clean:before.pull-right { margin-left: .3em; } #filename { font-size: 16pt; display: table; padding: 0px 5px; } #current-mode { padding-left: 5px; padding-right: 5px; } #texteditor-backdrop { padding-top: 20px; padding-bottom: 20px; } @media not print { #texteditor-backdrop { background-color: #EEE; } } @media print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container { padding: 0px; background-color: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } /*! * * IPython notebook * */ /* CSS font colors for translated ANSI colors. */ .ansibold { font-weight: bold; } /* use dark versions for foreground, to improve visibility */ .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: #c4a000; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } /* and light for background, for the same reason */ .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } div.cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; width: 100%; padding: 5px; /* This acts as a spacer between cells, that is outside the border */ margin: 0px; outline: none; border-left-width: 1px; padding-left: 5px; background: linear-gradient(to right, transparent -40px, transparent 1px, transparent 1px, transparent 100%); } div.cell.jupyter-soft-selected { border-left-color: #90CAF9; border-left-color: #E3F2FD; border-left-width: 1px; padding-left: 5px; border-right-color: #E3F2FD; border-right-width: 1px; background: #E3F2FD; } @media print { div.cell.jupyter-soft-selected { border-color: transparent; } } div.cell.selected { border-color: #ababab; border-left-width: 0px; padding-left: 6px; background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 5px, transparent 5px, transparent 100%); } @media print { div.cell.selected { border-color: transparent; } } div.cell.selected.jupyter-soft-selected { border-left-width: 0; padding-left: 6px; background: linear-gradient(to right, #42A5F5 -40px, #42A5F5 7px, #E3F2FD 7px, #E3F2FD 100%); } .edit_mode div.cell.selected { border-color: #66BB6A; border-left-width: 0px; padding-left: 6px; background: linear-gradient(to right, #66BB6A -40px, #66BB6A 5px, transparent 5px, transparent 100%); } @media print { .edit_mode div.cell.selected { border-color: transparent; } } .prompt { /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ min-width: 14ex; /* This padding is tuned to match the padding on the CodeMirror editor. */ padding: 0.4em; margin: 0px; font-family: monospace; text-align: right; /* This has to match that of the the CodeMirror class line-height below */ line-height: 1.21429em; /* Don't highlight prompt number selection */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* Use default cursor */ cursor: default; } @media (max-width: 540px) { .prompt { text-align: left; } } div.inner_cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } @-moz-document url-prefix() { div.inner_cell { overflow-x: hidden; } } /* input_area and input_prompt must match in top border and margin for alignment */ div.input_area { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; line-height: 1.21429em; } /* This is needed so that empty prompt areas can collapse to zero height when there is no content in the output_subarea and the prompt. The main purpose of this is to make sure that empty JavaScript output_subareas have no height. */ div.prompt:empty { padding-top: 0; padding-bottom: 0; } div.unrecognized_cell { padding: 5px 5px 5px 0px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } div.unrecognized_cell .inner_cell { border-radius: 2px; padding: 5px; font-weight: bold; color: red; border: 1px solid #cfcfcf; background: #eaeaea; } div.unrecognized_cell .inner_cell a { color: inherit; text-decoration: none; } div.unrecognized_cell .inner_cell a:hover { color: inherit; text-decoration: none; } @media (max-width: 540px) { div.unrecognized_cell > div.prompt { display: none; } } div.code_cell { /* avoid page breaking on code cells when printing */ } @media print { div.code_cell { page-break-inside: avoid; } } /* any special styling for code cells that are currently running goes here */ div.input { page-break-inside: avoid; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.input { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } } /* input_area and input_prompt must match in top border and margin for alignment */ div.input_prompt { color: #303F9F; border-top: 1px solid transparent; } div.input_area > div.highlight { margin: 0.4em; border: none; padding: 0px; background-color: transparent; } div.input_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; } /* The following gets added to the <head> if it is detected that the user has a * monospace font with inconsistent normal/bold/italic height. See * notebookmain.js. Such fonts will have keywords vertically offset with * respect to the rest of the text. The user should select a better font. * See: https://github.com/ipython/ipython/issues/1503 * * .CodeMirror span { * vertical-align: bottom; * } */ .CodeMirror { line-height: 1.21429em; /* Changed from 1em to our global default */ font-size: 14px; height: auto; /* Changed to auto to autogrow */ background: none; /* Changed from white to allow our bg to show through */ } .CodeMirror-scroll { /* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.*/ /* We have found that if it is visible, vertical scrollbars appear with font size changes.*/ overflow-y: hidden; overflow-x: auto; } .CodeMirror-lines { /* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because */ /* we have set a different line-height and want this to scale with that. */ padding: 0.4em; } .CodeMirror-linenumber { padding: 0 8px 0 4px; } .CodeMirror-gutters { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .CodeMirror pre { /* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */ /* .CodeMirror-lines */ padding: 0; border: 0; border-radius: 0; } /* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> Adapted from GitHub theme */ .highlight-base { color: #000; } .highlight-variable { color: #000; } .highlight-variable-2 { color: #1a1a1a; } .highlight-variable-3 { color: #333333; } .highlight-string { color: #BA2121; } .highlight-comment { color: #408080; font-style: italic; } .highlight-number { color: #080; } .highlight-atom { color: #88F; } .highlight-keyword { color: #008000; font-weight: bold; } .highlight-builtin { color: #008000; } .highlight-error { color: #f00; } .highlight-operator { color: #AA22FF; font-weight: bold; } .highlight-meta { color: #AA22FF; } /* previously not defined, copying from default codemirror */ .highlight-def { color: #00f; } .highlight-string-2 { color: #f50; } .highlight-qualifier { color: #555; } .highlight-bracket { color: #997; } .highlight-tag { color: #170; } .highlight-attribute { color: #00c; } .highlight-header { color: blue; } .highlight-quote { color: #090; } .highlight-link { color: #00c; } /* apply the same style to codemirror */ .cm-s-ipython span.cm-keyword { color: #008000; font-weight: bold; } .cm-s-ipython span.cm-atom { color: #88F; } .cm-s-ipython span.cm-number { color: #080; } .cm-s-ipython span.cm-def { color: #00f; } .cm-s-ipython span.cm-variable { color: #000; } .cm-s-ipython span.cm-operator { color: #AA22FF; font-weight: bold; } .cm-s-ipython span.cm-variable-2 { color: #1a1a1a; } .cm-s-ipython span.cm-variable-3 { color: #333333; } .cm-s-ipython span.cm-comment { color: #408080; font-style: italic; } .cm-s-ipython span.cm-string { color: #BA2121; } .cm-s-ipython span.cm-string-2 { color: #f50; } .cm-s-ipython span.cm-meta { color: #AA22FF; } .cm-s-ipython span.cm-qualifier { color: #555; } .cm-s-ipython span.cm-builtin { color: #008000; } .cm-s-ipython span.cm-bracket { color: #997; } .cm-s-ipython span.cm-tag { color: #170; } .cm-s-ipython span.cm-attribute { color: #00c; } .cm-s-ipython span.cm-header { color: blue; } .cm-s-ipython span.cm-quote { color: #090; } .cm-s-ipython span.cm-link { color: #00c; } .cm-s-ipython span.cm-error { color: #f00; } .cm-s-ipython span.cm-tab { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); background-position: right; background-repeat: no-repeat; } div.output_wrapper { /* this position must be relative to enable descendents to be absolute within it */ position: relative; /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; z-index: 1; } /* class for the output area when it should be height-limited */ div.output_scroll { /* ideally, this would be max-height, but FF barfs all over that */ height: 24em; /* FF needs this *and the wrapper* to specify full width, or it will shrinkwrap */ width: 100%; overflow: auto; border-radius: 2px; -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); display: block; } /* output div while it is collapsed */ div.output_collapsed { margin: 0px; padding: 0px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } div.out_prompt_overlay { height: 100%; padding: 0px 0.4em; position: absolute; border-radius: 2px; } div.out_prompt_overlay:hover { /* use inner shadow to get border that is computed the same on WebKit/FF */ -webkit-box-shadow: inset 0 0 1px #000; box-shadow: inset 0 0 1px #000; background: rgba(240, 240, 240, 0.5); } div.output_prompt { color: #D84315; } /* This class is the outer container of all output sections. */ div.output_area { padding: 0px; page-break-inside: avoid; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } div.output_area .MathJax_Display { text-align: left !important; } div.output_area .rendered_html table { margin-left: 0; margin-right: 0; } div.output_area .rendered_html img { margin-left: 0; margin-right: 0; } div.output_area img, div.output_area svg { max-width: 100%; height: auto; } div.output_area img.unconfined, div.output_area svg.unconfined { max-width: none; } /* This is needed to protect the pre formating from global settings such as that of bootstrap */ .output { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } @media (max-width: 540px) { div.output_area { /* Old browsers */ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: column; align-items: stretch; } } div.output_area pre { margin: 0; padding: 0; border: 0; vertical-align: baseline; color: black; background-color: transparent; border-radius: 0; } /* This class is for the output subarea inside the output_area and after the prompt div. */ div.output_subarea { overflow-x: auto; padding: 0.4em; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; max-width: calc(100% - 14ex); } div.output_scroll div.output_subarea { overflow-x: visible; } /* The rest of the output_* classes are for special styling of the different output types */ /* all text output has this class: */ div.output_text { text-align: left; color: #000; /* This has to match that of the the CodeMirror class line-height below */ line-height: 1.21429em; } /* stdout/stderr are 'text' as well as 'stream', but execute_result/error are *not* streams */ div.output_stderr { background: #fdd; /* very light red background for stderr */ } div.output_latex { text-align: left; } /* Empty output_javascript divs should have no height */ div.output_javascript:empty { padding: 0; } .js-error { color: darkred; } /* raw_input styles */ div.raw_input_container { line-height: 1.21429em; padding-top: 5px; } pre.raw_input_prompt { /* nothing needed here. */ } input.raw_input { font-family: monospace; font-size: inherit; color: inherit; width: auto; /* make sure input baseline aligns with prompt */ vertical-align: baseline; /* padding + margin = 0.5em between prompt and cursor */ padding: 0em 0.25em; margin: 0em 0.25em; } input.raw_input:focus { box-shadow: none; } p.p-space { margin-bottom: 10px; } div.output_unrecognized { padding: 5px; font-weight: bold; color: red; } div.output_unrecognized a { color: inherit; text-decoration: none; } div.output_unrecognized a:hover { color: inherit; text-decoration: none; } .rendered_html { color: #000; /* any extras will just be numbers: */ } .rendered_html em { font-style: italic; } .rendered_html strong { font-weight: bold; } .rendered_html u { text-decoration: underline; } .rendered_html :link { text-decoration: underline; } .rendered_html :visited { text-decoration: underline; } .rendered_html h1 { font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h2 { font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h3 { font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h4 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered_html h5 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered_html h6 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered_html h1:first-child { margin-top: 0.538em; } .rendered_html h2:first-child { margin-top: 0.636em; } .rendered_html h3:first-child { margin-top: 0.777em; } .rendered_html h4:first-child { margin-top: 1em; } .rendered_html h5:first-child { margin-top: 1em; } .rendered_html h6:first-child { margin-top: 1em; } .rendered_html ul { list-style: disc; margin: 0em 2em; padding-left: 0px; } .rendered_html ul ul { list-style: square; margin: 0em 2em; } .rendered_html ul ul ul { list-style: circle; margin: 0em 2em; } .rendered_html ol { list-style: decimal; margin: 0em 2em; padding-left: 0px; } .rendered_html ol ol { list-style: upper-alpha; margin: 0em 2em; } .rendered_html ol ol ol { list-style: lower-alpha; margin: 0em 2em; } .rendered_html ol ol ol ol { list-style: lower-roman; margin: 0em 2em; } .rendered_html ol ol ol ol ol { list-style: decimal; margin: 0em 2em; } .rendered_html * + ul { margin-top: 1em; } .rendered_html * + ol { margin-top: 1em; } .rendered_html hr { color: black; background-color: black; } .rendered_html pre { margin: 1em 2em; } .rendered_html pre, .rendered_html code { border: 0; background-color: #fff; color: #000; font-size: 100%; padding: 0px; } .rendered_html blockquote { margin: 1em 2em; } .rendered_html table { margin-left: auto; margin-right: auto; border: 1px solid black; border-collapse: collapse; } .rendered_html tr, .rendered_html th, .rendered_html td { border: 1px solid black; border-collapse: collapse; margin: 1em 2em; } .rendered_html td, .rendered_html th { text-align: left; vertical-align: middle; padding: 4px; } .rendered_html th { font-weight: bold; } .rendered_html * + table { margin-top: 1em; } .rendered_html p { text-align: left; } .rendered_html * + p { margin-top: 1em; } .rendered_html img { display: block; margin-left: auto; margin-right: auto; } .rendered_html * + img { margin-top: 1em; } .rendered_html img, .rendered_html svg { max-width: 100%; height: auto; } .rendered_html img.unconfined, .rendered_html svg.unconfined { max-width: none; } div.text_cell { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.text_cell > div.prompt { display: none; } } div.text_cell_render { /*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/ outline: none; resize: none; width: inherit; border-style: none; padding: 0.5em 0.5em 0.5em 0.4em; color: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } a.anchor-link:link { text-decoration: none; padding: 0px 20px; visibility: hidden; } h1:hover .anchor-link, h2:hover .anchor-link, h3:hover .anchor-link, h4:hover .anchor-link, h5:hover .anchor-link, h6:hover .anchor-link { visibility: visible; } .text_cell.rendered .input_area { display: none; } .text_cell.rendered .rendered_html { overflow-x: auto; overflow-y: hidden; } .text_cell.unrendered .text_cell_render { display: none; } .cm-header-1, .cm-header-2, .cm-header-3, .cm-header-4, .cm-header-5, .cm-header-6 { font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .cm-header-1 { font-size: 185.7%; } .cm-header-2 { font-size: 157.1%; } .cm-header-3 { font-size: 128.6%; } .cm-header-4 { font-size: 110%; } .cm-header-5 { font-size: 100%; font-style: italic; } .cm-header-6 { font-size: 100%; font-style: italic; } /*! * * IPython notebook webapp * */ @media (max-width: 767px) { .notebook_app { padding-left: 0px; padding-right: 0px; } } #ipython-main-app { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook_panel { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook { font-size: 14px; line-height: 20px; overflow-y: hidden; overflow-x: auto; width: 100%; /* This spaces the page away from the edge of the notebook area */ padding-top: 20px; margin: 0px; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 100%; } @media not print { #notebook-container { padding: 15px; background-color: #fff; min-height: 0; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } @media print { #notebook-container { width: 100%; } } div.ui-widget-content { border: 1px solid #ababab; outline: none; } pre.dialog { background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 2px; padding: 0.4em; padding-left: 2em; } p.dialog { padding: 0.2em; } /* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. */ pre, code, kbd, samp { white-space: pre-wrap; } #fonttest { font-family: monospace; } p { margin-bottom: 0; } .end_space { min-height: 100px; transition: height .2s ease; } .notebook_app > #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } @media not print { .notebook_app { background-color: #EEE; } } kbd { border-style: solid; border-width: 1px; box-shadow: none; margin: 2px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; } /* CSS for the cell toolbar */ .celltoolbar { border: thin solid #CFCFCF; border-bottom: none; background: #EEE; border-radius: 2px 2px 0px 0px; width: 100%; height: 29px; padding-right: 4px; /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; /* Old browsers */ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /* Modern browsers */ justify-content: flex-end; display: -webkit-flex; } @media print { .celltoolbar { display: none; } } .ctb_hideshow { display: none; vertical-align: bottom; } /* ctb_show is added to the ctb_hideshow div to show the cell toolbar. Cell toolbars are only shown when the ctb_global_show class is also set. */ .ctb_global_show .ctb_show.ctb_hideshow { display: block; } .ctb_global_show .ctb_show + .input_area, .ctb_global_show .ctb_show + div.text_cell_input, .ctb_global_show .ctb_show ~ div.text_cell_render { border-top-right-radius: 0px; border-top-left-radius: 0px; } .ctb_global_show .ctb_show ~ div.text_cell_render { border: 1px solid #cfcfcf; } .celltoolbar { font-size: 87%; padding-top: 3px; } .celltoolbar select { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; width: inherit; font-size: inherit; height: 22px; padding: 0px; display: inline-block; } .celltoolbar select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .celltoolbar select::-moz-placeholder { color: #999; opacity: 1; } .celltoolbar select:-ms-input-placeholder { color: #999; } .celltoolbar select::-webkit-input-placeholder { color: #999; } .celltoolbar select::-ms-expand { border: 0; background-color: transparent; } .celltoolbar select[disabled], .celltoolbar select[readonly], fieldset[disabled] .celltoolbar select { background-color: #eeeeee; opacity: 1; } .celltoolbar select[disabled], fieldset[disabled] .celltoolbar select { cursor: not-allowed; } textarea.celltoolbar select { height: auto; } select.celltoolbar select { height: 30px; line-height: 30px; } textarea.celltoolbar select, select[multiple].celltoolbar select { height: auto; } .celltoolbar label { margin-left: 5px; margin-right: 5px; } .completions { position: absolute; z-index: 110; overflow: hidden; border: 1px solid #ababab; border-radius: 2px; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; line-height: 1; } .completions select { background: white; outline: none; border: none; padding: 0px; margin: 0px; overflow: auto; font-family: monospace; font-size: 110%; color: #000; width: auto; } .completions select option.context { color: #286090; } #kernel_logo_widget { float: right !important; float: right; } #kernel_logo_widget .current_kernel_logo { display: none; margin-top: -1px; margin-bottom: -1px; width: 32px; height: 32px; } #menubar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 1px; } #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; margin-bottom: 0px; } #menubar .navbar-toggle { float: left; padding-top: 7px; padding-bottom: 7px; border: none; } #menubar .navbar-collapse { clear: left; } .nav-wrapper { border-bottom: 1px solid #e7e7e7; } i.menu-icon { padding-top: 4px; } ul#help_menu li a { overflow: hidden; padding-right: 2.2em; } ul#help_menu li a i { margin-right: -1.2em; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; content: "\f0da"; float: right; color: #333333; margin-top: 2px; margin-right: -10px; } .dropdown-submenu > a:after.pull-left { margin-right: .3em; } .dropdown-submenu > a:after.pull-right { margin-left: .3em; } .dropdown-submenu:hover > a:after { color: #262626; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } #notification_area { float: right !important; float: right; z-index: 10; } .indicator_area { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } #kernel_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; border-left: 1px solid; } #kernel_indicator .kernel_indicator_name { padding-left: 5px; padding-right: 5px; } #modal_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } #readonly-indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; margin-top: 2px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; display: none; } .modal_indicator:before { width: 1.28571429em; text-align: center; } .edit_mode .modal_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f040"; } .edit_mode .modal_indicator:before.pull-left { margin-right: .3em; } .edit_mode .modal_indicator:before.pull-right { margin-left: .3em; } .command_mode .modal_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ' '; } .command_mode .modal_indicator:before.pull-left { margin-right: .3em; } .command_mode .modal_indicator:before.pull-right { margin-left: .3em; } .kernel_idle_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10c"; } .kernel_idle_icon:before.pull-left { margin-right: .3em; } .kernel_idle_icon:before.pull-right { margin-left: .3em; } .kernel_busy_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f111"; } .kernel_busy_icon:before.pull-left { margin-right: .3em; } .kernel_busy_icon:before.pull-right { margin-left: .3em; } .kernel_dead_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f1e2"; } .kernel_dead_icon:before.pull-left { margin-right: .3em; } .kernel_dead_icon:before.pull-right { margin-left: .3em; } .kernel_disconnected_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f127"; } .kernel_disconnected_icon:before.pull-left { margin-right: .3em; } .kernel_disconnected_icon:before.pull-right { margin-left: .3em; } .notification_widget { color: #777; z-index: 10; background: rgba(240, 240, 240, 0.5); margin-right: 4px; color: #333; background-color: #fff; border-color: #ccc; } .notification_widget:focus, .notification_widget.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .notification_widget:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification_widget:active, .notification_widget.active, .open > .dropdown-toggle.notification_widget { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification_widget:active:hover, .notification_widget.active:hover, .open > .dropdown-toggle.notification_widget:hover, .notification_widget:active:focus, .notification_widget.active:focus, .open > .dropdown-toggle.notification_widget:focus, .notification_widget:active.focus, .notification_widget.active.focus, .open > .dropdown-toggle.notification_widget.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .notification_widget:active, .notification_widget.active, .open > .dropdown-toggle.notification_widget { background-image: none; } .notification_widget.disabled:hover, .notification_widget[disabled]:hover, fieldset[disabled] .notification_widget:hover, .notification_widget.disabled:focus, .notification_widget[disabled]:focus, fieldset[disabled] .notification_widget:focus, .notification_widget.disabled.focus, .notification_widget[disabled].focus, fieldset[disabled] .notification_widget.focus { background-color: #fff; border-color: #ccc; } .notification_widget .badge { color: #fff; background-color: #333; } .notification_widget.warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .notification_widget.warning:focus, .notification_widget.warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .notification_widget.warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification_widget.warning:active, .notification_widget.warning.active, .open > .dropdown-toggle.notification_widget.warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification_widget.warning:active:hover, .notification_widget.warning.active:hover, .open > .dropdown-toggle.notification_widget.warning:hover, .notification_widget.warning:active:focus, .notification_widget.warning.active:focus, .open > .dropdown-toggle.notification_widget.warning:focus, .notification_widget.warning:active.focus, .notification_widget.warning.active.focus, .open > .dropdown-toggle.notification_widget.warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .notification_widget.warning:active, .notification_widget.warning.active, .open > .dropdown-toggle.notification_widget.warning { background-image: none; } .notification_widget.warning.disabled:hover, .notification_widget.warning[disabled]:hover, fieldset[disabled] .notification_widget.warning:hover, .notification_widget.warning.disabled:focus, .notification_widget.warning[disabled]:focus, fieldset[disabled] .notification_widget.warning:focus, .notification_widget.warning.disabled.focus, .notification_widget.warning[disabled].focus, fieldset[disabled] .notification_widget.warning.focus { background-color: #f0ad4e; border-color: #eea236; } .notification_widget.warning .badge { color: #f0ad4e; background-color: #fff; } .notification_widget.success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .notification_widget.success:focus, .notification_widget.success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .notification_widget.success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .notification_widget.success:active, .notification_widget.success.active, .open > .dropdown-toggle.notification_widget.success { color: #fff; background-color: #449d44; border-color: #398439; } .notification_widget.success:active:hover, .notification_widget.success.active:hover, .open > .dropdown-toggle.notification_widget.success:hover, .notification_widget.success:active:focus, .notification_widget.success.active:focus, .open > .dropdown-toggle.notification_widget.success:focus, .notification_widget.success:active.focus, .notification_widget.success.active.focus, .open > .dropdown-toggle.notification_widget.success.focus { color: #fff; background-color: #398439; border-color: #255625; } .notification_widget.success:active, .notification_widget.success.active, .open > .dropdown-toggle.notification_widget.success { background-image: none; } .notification_widget.success.disabled:hover, .notification_widget.success[disabled]:hover, fieldset[disabled] .notification_widget.success:hover, .notification_widget.success.disabled:focus, .notification_widget.success[disabled]:focus, fieldset[disabled] .notification_widget.success:focus, .notification_widget.success.disabled.focus, .notification_widget.success[disabled].focus, fieldset[disabled] .notification_widget.success.focus { background-color: #5cb85c; border-color: #4cae4c; } .notification_widget.success .badge { color: #5cb85c; background-color: #fff; } .notification_widget.info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .notification_widget.info:focus, .notification_widget.info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .notification_widget.info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification_widget.info:active, .notification_widget.info.active, .open > .dropdown-toggle.notification_widget.info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification_widget.info:active:hover, .notification_widget.info.active:hover, .open > .dropdown-toggle.notification_widget.info:hover, .notification_widget.info:active:focus, .notification_widget.info.active:focus, .open > .dropdown-toggle.notification_widget.info:focus, .notification_widget.info:active.focus, .notification_widget.info.active.focus, .open > .dropdown-toggle.notification_widget.info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .notification_widget.info:active, .notification_widget.info.active, .open > .dropdown-toggle.notification_widget.info { background-image: none; } .notification_widget.info.disabled:hover, .notification_widget.info[disabled]:hover, fieldset[disabled] .notification_widget.info:hover, .notification_widget.info.disabled:focus, .notification_widget.info[disabled]:focus, fieldset[disabled] .notification_widget.info:focus, .notification_widget.info.disabled.focus, .notification_widget.info[disabled].focus, fieldset[disabled] .notification_widget.info.focus { background-color: #5bc0de; border-color: #46b8da; } .notification_widget.info .badge { color: #5bc0de; background-color: #fff; } .notification_widget.danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .notification_widget.danger:focus, .notification_widget.danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .notification_widget.danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification_widget.danger:active, .notification_widget.danger.active, .open > .dropdown-toggle.notification_widget.danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification_widget.danger:active:hover, .notification_widget.danger.active:hover, .open > .dropdown-toggle.notification_widget.danger:hover, .notification_widget.danger:active:focus, .notification_widget.danger.active:focus, .open > .dropdown-toggle.notification_widget.danger:focus, .notification_widget.danger:active.focus, .notification_widget.danger.active.focus, .open > .dropdown-toggle.notification_widget.danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .notification_widget.danger:active, .notification_widget.danger.active, .open > .dropdown-toggle.notification_widget.danger { background-image: none; } .notification_widget.danger.disabled:hover, .notification_widget.danger[disabled]:hover, fieldset[disabled] .notification_widget.danger:hover, .notification_widget.danger.disabled:focus, .notification_widget.danger[disabled]:focus, fieldset[disabled] .notification_widget.danger:focus, .notification_widget.danger.disabled.focus, .notification_widget.danger[disabled].focus, fieldset[disabled] .notification_widget.danger.focus { background-color: #d9534f; border-color: #d43f3a; } .notification_widget.danger .badge { color: #d9534f; background-color: #fff; } div#pager { background-color: #fff; font-size: 14px; line-height: 20px; overflow: hidden; display: none; position: fixed; bottom: 0px; width: 100%; max-height: 50%; padding-top: 8px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); /* Display over codemirror */ z-index: 100; /* Hack which prevents jquery ui resizable from changing top. */ top: auto !important; } div#pager pre { line-height: 1.21429em; color: #000; background-color: #f7f7f7; padding: 0.4em; } div#pager #pager-button-area { position: absolute; top: 8px; right: 20px; } div#pager #pager-contents { position: relative; overflow: auto; width: 100%; height: 100%; } div#pager #pager-contents #pager-container { position: relative; padding: 15px 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } div#pager .ui-resizable-handle { top: 0px; height: 8px; background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; /* This injects handle bars (a short, wide = symbol) for the resize handle. */ } div#pager .ui-resizable-handle::after { content: ''; top: 2px; left: 50%; height: 3px; width: 30px; margin-left: -15px; position: absolute; border-top: 1px solid #cfcfcf; } .quickhelp { /* Old browsers */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /* Modern browsers */ display: flex; flex-direction: row; align-items: stretch; line-height: 1.8em; } .shortcut_key { display: inline-block; width: 20ex; text-align: right; font-family: monospace; } .shortcut_descr { display: inline-block; /* Old browsers */ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /* Modern browsers */ flex: 1; } span.save_widget { margin-top: 6px; } span.save_widget span.filename { height: 1em; line-height: 1em; padding: 3px; margin-left: 16px; border: none; font-size: 146.5%; border-radius: 2px; } span.save_widget span.filename:hover { background-color: #e6e6e6; } span.checkpoint_status, span.autosave_status { font-size: small; } @media (max-width: 767px) { span.save_widget { font-size: small; } span.checkpoint_status, span.autosave_status { display: none; } } @media (min-width: 768px) and (max-width: 991px) { span.checkpoint_status { display: none; } span.autosave_status { font-size: x-small; } } .toolbar { padding: 0px; margin-left: -5px; margin-top: 2px; margin-bottom: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .toolbar select, .toolbar label { width: auto; vertical-align: middle; margin-right: 2px; margin-bottom: 0px; display: inline; font-size: 92%; margin-left: 0.3em; margin-right: 0.3em; padding: 0px; padding-top: 3px; } .toolbar .btn { padding: 2px 8px; } .toolbar .btn-group { margin-top: 0px; margin-left: 5px; } #maintoolbar { margin-bottom: -3px; margin-top: -8px; border: 0px; min-height: 27px; margin-left: 0px; padding-top: 11px; padding-bottom: 3px; } #maintoolbar .navbar-text { float: none; vertical-align: middle; text-align: right; margin-left: 5px; margin-right: 0px; margin-top: 0px; } .select-xs { height: 24px; } .pulse, .dropdown-menu > li > a.pulse, li.pulse > a.dropdown-toggle, li.pulse.open > a.dropdown-toggle { background-color: #F37626; color: white; } /** * Primary styles * * Author: Jupyter Development Team */ /** WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot * of chance of beeing generated from the ../less/[samename].less file, you can * try to get back the less file by reverting somme commit in history **/ /* * We'll try to get something pretty, so we * have some strange css to have the scroll bar on * the left with fix button on the top right of the tooltip */ @-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /*properties of tooltip after "expand"*/ .bigtooltip { overflow: auto; height: 200px; -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; } /*properties of tooltip before "expand"*/ .smalltooltip { -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; text-overflow: ellipsis; overflow: hidden; height: 80px; } .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right: 0px; } .tooltiptext { /*avoid the button to overlap on some docstring*/ padding-right: 30px; } .ipython_tooltip { max-width: 700px; /*fade-in animation when inserted*/ -webkit-animation: fadeOut 400ms; -moz-animation: fadeOut 400ms; animation: fadeOut 400ms; -webkit-animation: fadeIn 400ms; -moz-animation: fadeIn 400ms; animation: fadeIn 400ms; vertical-align: middle; background-color: #f7f7f7; overflow: visible; border: #ababab 1px solid; outline: none; padding: 3px; margin: 0px; padding-left: 7px; font-family: monospace; min-height: 50px; -moz-box-shadow: 0px 6px 10px -1px #adadad; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; border-radius: 2px; position: absolute; z-index: 1000; } .ipython_tooltip a { float: right; } .ipython_tooltip .tooltiptext pre { border: 0; border-radius: 0; font-size: 100%; background-color: #f7f7f7; } .pretooltiparrow { left: 0px; margin: 0px; top: -16px; width: 40px; height: 16px; overflow: hidden; position: absolute; } .pretooltiparrow:before { background-color: #f7f7f7; border: 1px #ababab solid; z-index: 11; content: ""; position: absolute; left: 15px; top: 10px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } ul.typeahead-list i { margin-left: -10px; width: 18px; } ul.typeahead-list { max-height: 80vh; overflow: auto; } ul.typeahead-list > li > a { /** Firefox bug **/ /* see https://github.com/jupyter/notebook/issues/559 */ white-space: normal; } .cmd-palette .modal-body { padding: 7px; } .cmd-palette form { background: white; } .cmd-palette input { outline: none; } .no-shortcut { display: none; } .command-shortcut:before { content: "(command)"; padding-right: 3px; color: #777777; } .edit-shortcut:before { content: "(edit)"; padding-right: 3px; color: #777777; } #find-and-replace #replace-preview .match, #find-and-replace #replace-preview .insert { background-color: #BBDEFB; border-color: #90CAF9; border-style: solid; border-width: 1px; border-radius: 0px; } #find-and-replace #replace-preview .replace .match { background-color: #FFCDD2; border-color: #EF9A9A; border-radius: 0px; } #find-and-replace #replace-preview .replace .insert { background-color: #C8E6C9; border-color: #A5D6A7; border-radius: 0px; } #find-and-replace #replace-preview { max-height: 60vh; overflow: auto; } #find-and-replace #replace-preview pre { padding: 5px 10px; } .terminal-app { background: #EEE; } .terminal-app #header { background: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .terminal-app .terminal { float: left; font-family: monospace; color: white; background: black; padding: 0.4em; border-radius: 2px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); } .terminal-app .terminal, .terminal-app .terminal dummy-screen { line-height: 1em; font-size: 14px; } .terminal-app .terminal-cursor { color: black; background: white; } .terminal-app #terminado-container { margin-top: 20px; } /*# sourceMappingURL=style.min.css.map */ </style> <style type="text/css"> .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /* Comment */ .highlight .err { border: 1px solid #FF0000 } /* Error */ .highlight .k { color: #008000; font-weight: bold } /* Keyword */ .highlight .o { color: #666666 } /* Operator */ .highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ .highlight .cp { color: #BC7A00 } /* Comment.Preproc */ .highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ .highlight .gd { color: #A00000 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #FF0000 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #00A000 } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight .gt { color: #0044DD } /* Generic.Traceback */ .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008000 } /* Keyword.Pseudo */ .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #B00040 } /* Keyword.Type */ .highlight .m { color: #666666 } /* Literal.Number */ .highlight .s { color: #BA2121 } /* Literal.String */ .highlight .na { color: #7D9029 } /* Name.Attribute */ .highlight .nb { color: #008000 } /* Name.Builtin */ .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ .highlight .no { color: #880000 } /* Name.Constant */ .highlight .nd { color: #AA22FF } /* Name.Decorator */ .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0000FF } /* Name.Function */ .highlight .nl { color: #A0A000 } /* Name.Label */ .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #19177C } /* Name.Variable */ .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #666666 } /* Literal.Number.Bin */ .highlight .mf { color: #666666 } /* Literal.Number.Float */ .highlight .mh { color: #666666 } /* Literal.Number.Hex */ .highlight .mi { color: #666666 } /* Literal.Number.Integer */ .highlight .mo { color: #666666 } /* Literal.Number.Oct */ .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ .highlight .sc { color: #BA2121 } /* Literal.String.Char */ .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ .highlight .s2 { color: #BA2121 } /* Literal.String.Double */ .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ .highlight .sx { color: #008000 } /* Literal.String.Other */ .highlight .sr { color: #BB6688 } /* Literal.String.Regex */ .highlight .s1 { color: #BA2121 } /* Literal.String.Single */ .highlight .ss { color: #19177C } /* Literal.String.Symbol */ .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ .highlight .vc { color: #19177C } /* Name.Variable.Class */ .highlight .vg { color: #19177C } /* Name.Variable.Global */ .highlight .vi { color: #19177C } /* Name.Variable.Instance */ .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ </style> <style type="text/css"> /* Temporary definitions which will become obsolete with Notebook release 5.0 */ .ansi-black-fg { color: #3E424D; } .ansi-black-bg { background-color: #3E424D; } .ansi-black-intense-fg { color: #282C36; } .ansi-black-intense-bg { background-color: #282C36; } .ansi-red-fg { color: #E75C58; } .ansi-red-bg { background-color: #E75C58; } .ansi-red-intense-fg { color: #B22B31; } .ansi-red-intense-bg { background-color: #B22B31; } .ansi-green-fg { color: #00A250; } .ansi-green-bg { background-color: #00A250; } .ansi-green-intense-fg { color: #007427; } .ansi-green-intense-bg { background-color: #007427; } .ansi-yellow-fg { color: #DDB62B; } .ansi-yellow-bg { background-color: #DDB62B; } .ansi-yellow-intense-fg { color: #B27D12; } .ansi-yellow-intense-bg { background-color: #B27D12; } .ansi-blue-fg { color: #208FFB; } .ansi-blue-bg { background-color: #208FFB; } .ansi-blue-intense-fg { color: #0065CA; } .ansi-blue-intense-bg { background-color: #0065CA; } .ansi-magenta-fg { color: #D160C4; } .ansi-magenta-bg { background-color: #D160C4; } .ansi-magenta-intense-fg { color: #A03196; } .ansi-magenta-intense-bg { background-color: #A03196; } .ansi-cyan-fg { color: #60C6C8; } .ansi-cyan-bg { background-color: #60C6C8; } .ansi-cyan-intense-fg { color: #258F8F; } .ansi-cyan-intense-bg { background-color: #258F8F; } .ansi-white-fg { color: #C5C1B4; } .ansi-white-bg { background-color: #C5C1B4; } .ansi-white-intense-fg { color: #A1A6B2; } .ansi-white-intense-bg { background-color: #A1A6B2; } .ansi-bold { font-weight: bold; } </style> <style type="text/css"> /* Overrides of notebook CSS for static HTML export */ body { overflow: visible; padding: 8px; } div#notebook { overflow: visible; border-top: none; } @media print { div.cell { display: block; page-break-inside: avoid; } div.output_wrapper { display: block; page-break-inside: avoid; } div.output { display: block; page-break-inside: avoid; } } </style> <!-- Custom stylesheet, it must be in the same directory as the html file --> <link rel="stylesheet" href="custom.css"> <!-- Loading mathjax macro --> <!-- Load mathjax --> <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script> <!-- MathJax configuration --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true, processEnvironments: true }, // Center justify equations in code and markdown cells. Elsewhere // we use CSS to left justify single line equations in code cells. displayAlign: 'center', "HTML-CSS": { styles: {'.MathJax_Display': {"margin": 0}}, linebreaks: { automatic: true } } }); </script> <!-- End of mathjax configuration --></head> <body> <div tabindex="-1" id="notebook" class="border-box-sizing"> <div class="container" id="notebook-container"> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h1 id="Image-Classification">Image Classification<a class="anchor-link" href="#Image-Classification">&#182;</a></h1><p>In this project, you'll classify images from the <a href="https://www.cs.toronto.edu/~kriz/cifar.html">CIFAR-10 dataset</a>. The dataset consists of airplanes, dogs, cats, and other objects. You'll preprocess the images, then train a convolutional neural network on all the samples. The images need to be normalized and the labels need to be one-hot encoded. You'll get to apply what you learned and build a convolutional, max pooling, dropout, and fully connected layers. At the end, you'll get to see your neural network's predictions on the sample images.</p> <h2 id="Get-the-Data">Get the Data<a class="anchor-link" href="#Get-the-Data">&#182;</a></h2><p>Run the following cell to download the <a href="https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz">CIFAR-10 dataset for python</a>.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[2]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span> <span class="sd">&quot;&quot;&quot;</span> <span class="kn">from</span> <span class="nn">urllib.request</span> <span class="k">import</span> <span class="n">urlretrieve</span> <span class="kn">from</span> <span class="nn">os.path</span> <span class="k">import</span> <span class="n">isfile</span><span class="p">,</span> <span class="n">isdir</span> <span class="kn">from</span> <span class="nn">tqdm</span> <span class="k">import</span> <span class="n">tqdm</span> <span class="kn">import</span> <span class="nn">problem_unittests</span> <span class="k">as</span> <span class="nn">tests</span> <span class="kn">import</span> <span class="nn">tarfile</span> <span class="n">cifar10_dataset_folder_path</span> <span class="o">=</span> <span class="s1">&#39;cifar-10-batches-py&#39;</span> <span class="k">class</span> <span class="nc">DLProgress</span><span class="p">(</span><span class="n">tqdm</span><span class="p">):</span> <span class="n">last_block</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">def</span> <span class="nf">hook</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">block_num</span><span class="o">=</span><span class="mi">1</span><span class="p">,</span> <span class="n">block_size</span><span class="o">=</span><span class="mi">1</span><span class="p">,</span> <span class="n">total_size</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">total</span> <span class="o">=</span> <span class="n">total_size</span> <span class="bp">self</span><span class="o">.</span><span class="n">update</span><span class="p">((</span><span class="n">block_num</span> <span class="o">-</span> <span class="bp">self</span><span class="o">.</span><span class="n">last_block</span><span class="p">)</span> <span class="o">*</span> <span class="n">block_size</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">last_block</span> <span class="o">=</span> <span class="n">block_num</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">isfile</span><span class="p">(</span><span class="s1">&#39;cifar-10-python.tar.gz&#39;</span><span class="p">):</span> <span class="k">with</span> <span class="n">DLProgress</span><span class="p">(</span><span class="n">unit</span><span class="o">=</span><span class="s1">&#39;B&#39;</span><span class="p">,</span> <span class="n">unit_scale</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span> <span class="n">miniters</span><span class="o">=</span><span class="mi">1</span><span class="p">,</span> <span class="n">desc</span><span class="o">=</span><span class="s1">&#39;CIFAR-10 Dataset&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">pbar</span><span class="p">:</span> <span class="n">urlretrieve</span><span class="p">(</span> <span class="s1">&#39;https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz&#39;</span><span class="p">,</span> <span class="s1">&#39;cifar-10-python.tar.gz&#39;</span><span class="p">,</span> <span class="n">pbar</span><span class="o">.</span><span class="n">hook</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">isdir</span><span class="p">(</span><span class="n">cifar10_dataset_folder_path</span><span class="p">):</span> <span class="k">with</span> <span class="n">tarfile</span><span class="o">.</span><span class="n">open</span><span class="p">(</span><span class="s1">&#39;cifar-10-python.tar.gz&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">tar</span><span class="p">:</span> <span class="n">tar</span><span class="o">.</span><span class="n">extractall</span><span class="p">()</span> <span class="n">tar</span><span class="o">.</span><span class="n">close</span><span class="p">()</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_folder_path</span><span class="p">(</span><span class="n">cifar10_dataset_folder_path</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stderr output_text"> <pre>CIFAR-10 Dataset: 171MB [02:39, 1.07MB/s] </pre> </div> </div> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>All files found! </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h2 id="Explore-the-Data">Explore the Data<a class="anchor-link" href="#Explore-the-Data">&#182;</a></h2><p>The dataset is broken into batches to prevent your machine from running out of memory. The CIFAR-10 dataset consists of 5 batches, named <code>data_batch_1</code>, <code>data_batch_2</code>, etc.. Each batch contains the labels and images that are one of the following:</p> <ul> <li>airplane</li> <li>automobile</li> <li>bird</li> <li>cat</li> <li>deer</li> <li>dog</li> <li>frog</li> <li>horse</li> <li>ship</li> <li>truck</li> </ul> <p>Understanding a dataset is part of making predictions on the data. Play around with the code cell below by changing the <code>batch_id</code> and <code>sample_id</code>. The <code>batch_id</code> is the id for a batch (1-5). The <code>sample_id</code> is the id for a image and label pair in the batch.</p> <p>Ask yourself "What are all possible labels?", "What is the range of values for the image data?", "Are the labels in order or random?". Answers to questions like these will help you preprocess the data and end up with better predictions.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[11]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="o">%</span><span class="k">matplotlib</span> inline <span class="o">%</span><span class="k">config</span> InlineBackend.figure_format = &#39;retina&#39; <span class="kn">import</span> <span class="nn">helper</span> <span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span> <span class="c1"># Explore the dataset</span> <span class="n">batch_id</span> <span class="o">=</span> <span class="mi">1</span> <span class="n">sample_id</span> <span class="o">=</span> <span class="mi">12</span> <span class="n">helper</span><span class="o">.</span><span class="n">display_stats</span><span class="p">(</span><span class="n">cifar10_dataset_folder_path</span><span class="p">,</span> <span class="n">batch_id</span><span class="p">,</span> <span class="n">sample_id</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre> Stats of batch 1: Samples: 10000 Label Counts: {0: 1005, 1: 974, 2: 1032, 3: 1016, 4: 999, 5: 937, 6: 1030, 7: 1001, 8: 1025, 9: 981} First 20 Labels: [6, 9, 9, 4, 1, 1, 2, 7, 8, 3, 4, 7, 7, 2, 9, 9, 9, 3, 2, 6] Example of Image 12: Image - Min Value: 2 Max Value: 251 Image - Shape: (32, 32, 3) Label - Label Id: 7 Name: horse </pre> </div> </div> <div class="output_area"><div class="prompt"></div> <div class="output_png output_subarea "> <img src="data:image/png;base64,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 " width=253 height=250 > </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h2 id="Implement-Preprocess-Functions">Implement Preprocess Functions<a class="anchor-link" href="#Implement-Preprocess-Functions">&#182;</a></h2><h3 id="Normalize">Normalize<a class="anchor-link" href="#Normalize">&#182;</a></h3><p>In the cell below, implement the <code>normalize</code> function to take in image data, <code>x</code>, and return it as a normalized Numpy array. The values should be in the range of 0 to 1, inclusive. The return object should be the same shape as <code>x</code>.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[13]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">normalize</span><span class="p">(</span><span class="n">x</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Normalize a list of sample image data in the range of 0 to 1</span> <span class="sd"> : x: List of image data. The image shape is (32, 32, 3)</span> <span class="sd"> : return: Numpy array of normalize data</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function</span> <span class="n">min_val</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">min</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="n">max_val</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">max</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="k">return</span> <span class="p">(</span><span class="n">np</span><span class="o">.</span><span class="n">array</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="o">-</span> <span class="n">min_val</span><span class="p">)</span><span class="o">/</span><span class="p">(</span><span class="n">max_val</span> <span class="o">-</span> <span class="n">min_val</span><span class="p">)</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_normalize</span><span class="p">(</span><span class="n">normalize</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>Tests Passed </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="One-hot-encode">One-hot encode<a class="anchor-link" href="#One-hot-encode">&#182;</a></h3><p>Just like the previous code cell, you'll be implementing a function for preprocessing. This time, you'll implement the <code>one_hot_encode</code> function. The input, <code>x</code>, are a list of labels. Implement the function to return the list of labels as One-Hot encoded Numpy array. The possible values for labels are 0 to 9. The one-hot encoding function should return the same encoding for each value between each call to <code>one_hot_encode</code>. Make sure to save the map of encodings outside the function.</p> <p>Hint: Don't reinvent the wheel.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[24]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># The hint says &quot;don&#39;t reinvent the wheel, so I&#39;m using scikit-learn as described </span> <span class="c1"># in the Intro to TensorFlow module of the DLND.</span> <span class="kn">from</span> <span class="nn">sklearn</span> <span class="k">import</span> <span class="n">preprocessing</span> <span class="n">lb</span> <span class="o">=</span> <span class="n">preprocessing</span><span class="o">.</span><span class="n">LabelBinarizer</span><span class="p">()</span> <span class="n">lb</span><span class="o">.</span><span class="n">fit</span><span class="p">(</span><span class="nb">range</span><span class="p">(</span><span class="mi">10</span><span class="p">))</span> <span class="k">def</span> <span class="nf">one_hot_encode</span><span class="p">(</span><span class="n">x</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> One hot encode a list of sample labels. Return a one-hot encoded vector for each label.</span> <span class="sd"> : x: List of sample Labels</span> <span class="sd"> : return: Numpy array of one-hot encoded labels</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function</span> <span class="k">global</span> <span class="n">lb</span> <span class="k">return</span> <span class="n">lb</span><span class="o">.</span><span class="n">transform</span><span class="p">(</span><span class="n">x</span><span class="p">)</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_one_hot_encode</span><span class="p">(</span><span class="n">one_hot_encode</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>Tests Passed </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="Randomize-Data">Randomize Data<a class="anchor-link" href="#Randomize-Data">&#182;</a></h3><p>As you saw from exploring the data above, the order of the samples are randomized. It doesn't hurt to randomize it again, but you don't need to for this dataset.</p> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h2 id="Preprocess-all-the-data-and-save-it">Preprocess all the data and save it<a class="anchor-link" href="#Preprocess-all-the-data-and-save-it">&#182;</a></h2><p>Running the code cell below will preprocess all the CIFAR-10 data and save it to file. The code below also uses 10% of the training data for validation.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[25]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span> <span class="sd">&quot;&quot;&quot;</span> <span class="c1"># Preprocess Training, Validation, and Testing Data</span> <span class="n">helper</span><span class="o">.</span><span class="n">preprocess_and_save_data</span><span class="p">(</span><span class="n">cifar10_dataset_folder_path</span><span class="p">,</span> <span class="n">normalize</span><span class="p">,</span> <span class="n">one_hot_encode</span><span class="p">)</span> </pre></div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h1 id="Check-Point">Check Point<a class="anchor-link" href="#Check-Point">&#182;</a></h1><p>This is your first checkpoint. If you ever decide to come back to this notebook or have to restart the notebook, you can start from here. The preprocessed data has been saved to disk.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[26]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span> <span class="sd">&quot;&quot;&quot;</span> <span class="kn">import</span> <span class="nn">pickle</span> <span class="kn">import</span> <span class="nn">problem_unittests</span> <span class="k">as</span> <span class="nn">tests</span> <span class="kn">import</span> <span class="nn">helper</span> <span class="c1"># Load the Preprocessed Validation data</span> <span class="n">valid_features</span><span class="p">,</span> <span class="n">valid_labels</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="nb">open</span><span class="p">(</span><span class="s1">&#39;preprocess_validation.p&#39;</span><span class="p">,</span> <span class="n">mode</span><span class="o">=</span><span class="s1">&#39;rb&#39;</span><span class="p">))</span> </pre></div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h2 id="Build-the-network">Build the network<a class="anchor-link" href="#Build-the-network">&#182;</a></h2><p>For the neural network, you'll build each layer into a function. Most of the code you've seen has been outside of functions. To test your code more thoroughly, we require that you put each layer in a function. This allows us to give you better feedback and test for simple mistakes using our unittests before you submit your project.</p> <blockquote><p><strong>Note:</strong> If you're finding it hard to dedicate enough time for this course each week, we've provided a small shortcut to this part of the project. In the next couple of problems, you'll have the option to use classes from the <a href="https://www.tensorflow.org/api_docs/python/tf/layers">TensorFlow Layers</a> or <a href="https://www.tensorflow.org/api_guides/python/contrib.layers">TensorFlow Layers (contrib)</a> packages to build each layer, except the layers you build in the "Convolutional and Max Pooling Layer" section. TF Layers is similar to Keras's and TFLearn's abstraction to layers, so it's easy to pickup.</p> <p>However, if you would like to get the most out of this course, try to solve all the problems <em>without</em> using anything from the TF Layers packages. You <strong>can</strong> still use classes from other packages that happen to have the same name as ones you find in TF Layers! For example, instead of using the TF Layers version of the <code>conv2d</code> class, <a href="https://www.tensorflow.org/api_docs/python/tf/layers/conv2d">tf.layers.conv2d</a>, you would want to use the TF Neural Network version of <code>conv2d</code>, <a href="https://www.tensorflow.org/api_docs/python/tf/nn/conv2d">tf.nn.conv2d</a>.</p> </blockquote> <p>Let's begin!</p> <h3 id="Input">Input<a class="anchor-link" href="#Input">&#182;</a></h3><p>The neural network needs to read the image data, one-hot encoded labels, and dropout keep probability. Implement the following functions</p> <ul> <li>Implement <code>neural_net_image_input</code><ul> <li>Return a <a href="https://www.tensorflow.org/api_docs/python/tf/placeholder">TF Placeholder</a></li> <li>Set the shape using <code>image_shape</code> with batch size set to <code>None</code>.</li> <li>Name the TensorFlow placeholder "x" using the TensorFlow <code>name</code> parameter in the <a href="https://www.tensorflow.org/api_docs/python/tf/placeholder">TF Placeholder</a>.</li> </ul> </li> <li>Implement <code>neural_net_label_input</code><ul> <li>Return a <a href="https://www.tensorflow.org/api_docs/python/tf/placeholder">TF Placeholder</a></li> <li>Set the shape using <code>n_classes</code> with batch size set to <code>None</code>.</li> <li>Name the TensorFlow placeholder "y" using the TensorFlow <code>name</code> parameter in the <a href="https://www.tensorflow.org/api_docs/python/tf/placeholder">TF Placeholder</a>.</li> </ul> </li> <li>Implement <code>neural_net_keep_prob_input</code><ul> <li>Return a <a href="https://www.tensorflow.org/api_docs/python/tf/placeholder">TF Placeholder</a> for dropout keep probability.</li> <li>Name the TensorFlow placeholder "keep_prob" using the TensorFlow <code>name</code> parameter in the <a href="https://www.tensorflow.org/api_docs/python/tf/placeholder">TF Placeholder</a>.</li> </ul> </li> </ul> <p>These names will be used at the end of the project to load your saved model.</p> <p>Note: <code>None</code> for shapes in TensorFlow allow for a dynamic size.</p> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <p>How to concatenate tuples:</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[47]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="n">image_shape</span> <span class="o">=</span> <span class="p">(</span><span class="mi">1</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">3</span><span class="p">)</span> <span class="nb">print</span><span class="p">((</span><span class="kc">None</span><span class="p">,)</span><span class="o">+</span><span class="n">image_shape</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>(None, 1, 2, 3) </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[54]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="kn">import</span> <span class="nn">tensorflow</span> <span class="k">as</span> <span class="nn">tf</span> <span class="k">def</span> <span class="nf">neural_net_image_input</span><span class="p">(</span><span class="n">image_shape</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Return a Tensor for a batch of image input</span> <span class="sd"> : image_shape: Shape of the images</span> <span class="sd"> : return: Tensor for image input.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function</span> <span class="k">return</span> <span class="n">tf</span><span class="o">.</span><span class="n">placeholder</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">float32</span><span class="p">,</span> <span class="n">shape</span><span class="o">=</span><span class="p">((</span><span class="kc">None</span><span class="p">,)</span> <span class="o">+</span> <span class="nb">tuple</span><span class="p">(</span><span class="n">image_shape</span><span class="p">)),</span> <span class="n">name</span><span class="o">=</span><span class="s1">&#39;x&#39;</span><span class="p">)</span> <span class="k">def</span> <span class="nf">neural_net_label_input</span><span class="p">(</span><span class="n">n_classes</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Return a Tensor for a batch of label input</span> <span class="sd"> : n_classes: Number of classes</span> <span class="sd"> : return: Tensor for label input.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function</span> <span class="k">return</span> <span class="n">tf</span><span class="o">.</span><span class="n">placeholder</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">int32</span><span class="p">,</span> <span class="n">shape</span><span class="o">=</span><span class="p">(</span><span class="kc">None</span><span class="p">,</span><span class="n">n_classes</span><span class="p">),</span> <span class="n">name</span><span class="o">=</span><span class="s1">&#39;y&#39;</span><span class="p">)</span> <span class="k">def</span> <span class="nf">neural_net_keep_prob_input</span><span class="p">():</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Return a Tensor for keep probability</span> <span class="sd"> : return: Tensor for keep probability.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function</span> <span class="k">return</span> <span class="n">tf</span><span class="o">.</span><span class="n">placeholder</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">float32</span><span class="p">,</span> <span class="n">name</span><span class="o">=</span><span class="s1">&#39;keep_prob&#39;</span><span class="p">)</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">tf</span><span class="o">.</span><span class="n">reset_default_graph</span><span class="p">()</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_nn_image_inputs</span><span class="p">(</span><span class="n">neural_net_image_input</span><span class="p">)</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_nn_label_inputs</span><span class="p">(</span><span class="n">neural_net_label_input</span><span class="p">)</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_nn_keep_prob_inputs</span><span class="p">(</span><span class="n">neural_net_keep_prob_input</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>Image Input Tests Passed. Label Input Tests Passed. Keep Prob Tests Passed. </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="Convolution-and-Max-Pooling-Layer">Convolution and Max Pooling Layer<a class="anchor-link" href="#Convolution-and-Max-Pooling-Layer">&#182;</a></h3><p>Convolution layers have a lot of success with images. For this code cell, you should implement the function <code>conv2d_maxpool</code> to apply convolution then max pooling:</p> <ul> <li>Create the weight and bias using <code>conv_ksize</code>, <code>conv_num_outputs</code> and the shape of <code>x_tensor</code>.</li> <li>Apply a convolution to <code>x_tensor</code> using weight and <code>conv_strides</code>.<ul> <li>We recommend you use same padding, but you're welcome to use any padding.</li> </ul> </li> <li>Add bias</li> <li>Add a nonlinear activation to the convolution.</li> <li>Apply Max Pooling using <code>pool_ksize</code> and <code>pool_strides</code>.<ul> <li>We recommend you use same padding, but you're welcome to use any padding.</li> </ul> </li> </ul> <p><strong>Note:</strong> You <strong>can't</strong> use <a href="https://www.tensorflow.org/api_docs/python/tf/layers">TensorFlow Layers</a> or <a href="https://www.tensorflow.org/api_guides/python/contrib.layers">TensorFlow Layers (contrib)</a> for <strong>this</strong> layer, but you can still use TensorFlow's <a href="https://www.tensorflow.org/api_docs/python/tf/nn">Neural Network</a> package. You may still use the shortcut option for all the <strong>other</strong> layers.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[448]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">conv2d_maxpool</span><span class="p">(</span><span class="n">x_tensor</span><span class="p">,</span> <span class="n">conv_num_outputs</span><span class="p">,</span> <span class="n">conv_ksize</span><span class="p">,</span> <span class="n">conv_strides</span><span class="p">,</span> <span class="n">pool_ksize</span><span class="p">,</span> <span class="n">pool_strides</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Apply convolution then max pooling to x_tensor</span> <span class="sd"> :param x_tensor: TensorFlow Tensor</span> <span class="sd"> :param conv_num_outputs: Number of outputs for the convolutional layer</span> <span class="sd"> :param conv_ksize: kernal size 2-D Tuple for the convolutional layer</span> <span class="sd"> :param conv_strides: Stride 2-D Tuple for convolution</span> <span class="sd"> :param pool_ksize: kernal size 2-D Tuple for pool</span> <span class="sd"> :param pool_strides: Stride 2-D Tuple for pool</span> <span class="sd"> : return: A tensor that represents convolution and max pooling of x_tensor</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function</span> <span class="c1">#print(x_tensor.shape)</span> <span class="c1"># Weight and bias</span> <span class="c1">#print(conv_ksize)</span> <span class="n">weight</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">Variable</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">truncated_normal</span><span class="p">(</span> <span class="n">conv_ksize</span> <span class="o">+</span> <span class="p">(</span><span class="nb">int</span><span class="p">(</span><span class="n">x_tensor</span><span class="o">.</span><span class="n">shape</span><span class="p">[</span><span class="o">-</span><span class="mi">1</span><span class="p">]),</span> <span class="n">conv_num_outputs</span><span class="p">),</span> <span class="n">stddev</span><span class="o">=</span><span class="mf">0.05</span><span class="p">))</span> <span class="n">bias</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">Variable</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">zeros</span><span class="p">(</span><span class="n">conv_num_outputs</span><span class="p">))</span> <span class="c1"># Convolution and ReLU</span> <span class="n">conv</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">conv2d</span><span class="p">(</span><span class="n">x_tensor</span><span class="p">,</span> <span class="n">weight</span><span class="p">,</span> <span class="p">(</span><span class="mi">1</span><span class="p">,)</span><span class="o">+</span><span class="n">conv_strides</span><span class="o">+</span><span class="p">(</span><span class="mi">1</span><span class="p">,),</span> <span class="n">padding</span><span class="o">=</span><span class="s1">&#39;SAME&#39;</span><span class="p">)</span> <span class="n">conv</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">relu</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">bias_add</span><span class="p">(</span><span class="n">conv</span><span class="p">,</span> <span class="n">bias</span><span class="p">))</span> <span class="c1"># Apply Max Pooling</span> <span class="n">pooled</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">max_pool</span><span class="p">(</span><span class="n">conv</span><span class="p">,</span> <span class="n">ksize</span> <span class="o">=</span><span class="p">(</span><span class="mi">1</span><span class="p">,)</span><span class="o">+</span><span class="n">pool_ksize</span> <span class="o">+</span><span class="p">(</span><span class="mi">1</span><span class="p">,),</span> <span class="n">strides</span><span class="o">=</span><span class="p">(</span><span class="mi">1</span><span class="p">,)</span><span class="o">+</span><span class="n">pool_strides</span><span class="o">+</span><span class="p">(</span><span class="mi">1</span><span class="p">,),</span> <span class="n">padding</span><span class="o">=</span><span class="s1">&#39;SAME&#39;</span><span class="p">)</span> <span class="k">return</span> <span class="n">pooled</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_con_pool</span><span class="p">(</span><span class="n">conv2d_maxpool</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>Tests Passed </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="Flatten-Layer">Flatten Layer<a class="anchor-link" href="#Flatten-Layer">&#182;</a></h3><p>Implement the <code>flatten</code> function to change the dimension of <code>x_tensor</code> from a 4-D tensor to a 2-D tensor. The output should be the shape (<em>Batch Size</em>, <em>Flattened Image Size</em>). Shortcut option: you can use classes from the <a href="https://www.tensorflow.org/api_docs/python/tf/layers">TensorFlow Layers</a> or <a href="https://www.tensorflow.org/api_guides/python/contrib.layers">TensorFlow Layers (contrib)</a> packages for this layer. For more of a challenge, only use other TensorFlow packages.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[431]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">flatten</span><span class="p">(</span><span class="n">x_tensor</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Flatten x_tensor to (Batch Size, Flattened Image Size)</span> <span class="sd"> : x_tensor: A tensor of size (Batch Size, ...), where ... are the image dimensions.</span> <span class="sd"> : return: A tensor of size (Batch Size, Flattened Image Size).</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function</span> <span class="n">shape</span> <span class="o">=</span> <span class="n">x_tensor</span><span class="o">.</span><span class="n">get_shape</span><span class="p">()</span><span class="o">.</span><span class="n">as_list</span><span class="p">()</span> <span class="k">return</span> <span class="n">tf</span><span class="o">.</span><span class="n">reshape</span><span class="p">(</span><span class="n">x_tensor</span><span class="p">,</span> <span class="p">[</span><span class="o">-</span><span class="mi">1</span><span class="p">,</span> <span class="n">np</span><span class="o">.</span><span class="n">product</span><span class="p">(</span><span class="n">shape</span><span class="p">[</span><span class="mi">1</span><span class="p">:])])</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_flatten</span><span class="p">(</span><span class="n">flatten</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>Tests Passed </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="Fully-Connected-Layer">Fully-Connected Layer<a class="anchor-link" href="#Fully-Connected-Layer">&#182;</a></h3><p>Implement the <code>fully_conn</code> function to apply a fully connected layer to <code>x_tensor</code> with the shape (<em>Batch Size</em>, <em>num_outputs</em>). Shortcut option: you can use classes from the <a href="https://www.tensorflow.org/api_docs/python/tf/layers">TensorFlow Layers</a> or <a href="https://www.tensorflow.org/api_guides/python/contrib.layers">TensorFlow Layers (contrib)</a> packages for this layer. For more of a challenge, only use other TensorFlow packages.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[449]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">fully_conn</span><span class="p">(</span><span class="n">x_tensor</span><span class="p">,</span> <span class="n">num_outputs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Apply a fully connected layer to x_tensor using weight and bias</span> <span class="sd"> : x_tensor: A 2-D tensor where the first dimension is batch size.</span> <span class="sd"> : num_outputs: The number of output that the new tensor should be.</span> <span class="sd"> : return: A 2-D tensor where the second dimension is num_outputs.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function</span> <span class="n">shape</span> <span class="o">=</span> <span class="n">x_tensor</span><span class="o">.</span><span class="n">get_shape</span><span class="p">()</span><span class="o">.</span><span class="n">as_list</span><span class="p">()</span> <span class="nb">print</span><span class="p">(</span><span class="n">shape</span><span class="p">)</span> <span class="c1"># Weight and bias</span> <span class="n">weight</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">Variable</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">truncated_normal</span><span class="p">(</span> <span class="p">(</span><span class="n">shape</span><span class="p">[</span><span class="mi">1</span><span class="p">],</span> <span class="n">num_outputs</span><span class="p">),</span> <span class="n">stddev</span><span class="o">=</span><span class="mf">0.05</span><span class="p">))</span> <span class="n">bias</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">Variable</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">zeros</span><span class="p">(</span><span class="n">num_outputs</span><span class="p">))</span> <span class="n">out</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">bias_add</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">matmul</span><span class="p">(</span><span class="n">x_tensor</span><span class="p">,</span> <span class="n">weight</span><span class="p">),</span> <span class="n">bias</span><span class="p">)</span> <span class="k">return</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">relu</span><span class="p">(</span><span class="n">out</span><span class="p">)</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_fully_conn</span><span class="p">(</span><span class="n">fully_conn</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>[None, 128] Tests Passed </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="Output-Layer">Output Layer<a class="anchor-link" href="#Output-Layer">&#182;</a></h3><p>Implement the <code>output</code> function to apply a fully connected layer to <code>x_tensor</code> with the shape (<em>Batch Size</em>, <em>num_outputs</em>). Shortcut option: you can use classes from the <a href="https://www.tensorflow.org/api_docs/python/tf/layers">TensorFlow Layers</a> or <a href="https://www.tensorflow.org/api_guides/python/contrib.layers">TensorFlow Layers (contrib)</a> packages for this layer. For more of a challenge, only use other TensorFlow packages.</p> <p><strong>Note:</strong> Activation, softmax, or cross entropy should <strong>not</strong> be applied to this.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[450]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">output</span><span class="p">(</span><span class="n">x_tensor</span><span class="p">,</span> <span class="n">num_outputs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Apply a output layer to x_tensor using weight and bias</span> <span class="sd"> : x_tensor: A 2-D tensor where the first dimension is batch size.</span> <span class="sd"> : num_outputs: The number of output that the new tensor should be.</span> <span class="sd"> : return: A 2-D tensor where the second dimension is num_outputs.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function</span> <span class="n">shape</span> <span class="o">=</span> <span class="n">x_tensor</span><span class="o">.</span><span class="n">get_shape</span><span class="p">()</span><span class="o">.</span><span class="n">as_list</span><span class="p">()</span> <span class="c1"># Weight and bias</span> <span class="n">weight</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">Variable</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">truncated_normal</span><span class="p">(</span> <span class="p">(</span><span class="n">shape</span><span class="p">[</span><span class="mi">1</span><span class="p">],</span> <span class="n">num_outputs</span><span class="p">),</span> <span class="n">stddev</span><span class="o">=</span><span class="mf">0.05</span><span class="p">))</span> <span class="n">bias</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">Variable</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">zeros</span><span class="p">(</span><span class="n">num_outputs</span><span class="p">))</span> <span class="k">return</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">bias_add</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">matmul</span><span class="p">(</span><span class="n">x_tensor</span><span class="p">,</span> <span class="n">weight</span><span class="p">),</span> <span class="n">bias</span><span class="p">)</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_output</span><span class="p">(</span><span class="n">output</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>Tests Passed </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="Create-Convolutional-Model">Create Convolutional Model<a class="anchor-link" href="#Create-Convolutional-Model">&#182;</a></h3><p>Implement the function <code>conv_net</code> to create a convolutional neural network model. The function takes in a batch of images, <code>x</code>, and outputs logits. Use the layers you created above to create this model:</p> <ul> <li>Apply 1, 2, or 3 Convolution and Max Pool layers</li> <li>Apply a Flatten Layer</li> <li>Apply 1, 2, or 3 Fully Connected Layers</li> <li>Apply an Output Layer</li> <li>Return the output</li> <li>Apply <a href="https://www.tensorflow.org/api_docs/python/tf/nn/dropout">TensorFlow's Dropout</a> to one or more layers in the model using <code>keep_prob</code>. </li> </ul> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[451]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">conv_net</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">keep_prob</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Create a convolutional neural network model</span> <span class="sd"> : x: Placeholder tensor that holds image data.</span> <span class="sd"> : keep_prob: Placeholder tensor that hold dropout keep probability.</span> <span class="sd"> : return: Tensor that represents logits</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Apply 1, 2, or 3 Convolution and Max Pool layers</span> <span class="c1"># Play around with different number of outputs, kernel size and stride</span> <span class="c1"># Function Definition from Above:</span> <span class="c1"># conv2d_maxpool(x_tensor, conv_num_outputs, conv_ksize, conv_strides, pool_ksize, pool_strides) </span> <span class="n">net1</span> <span class="o">=</span> <span class="n">conv2d_maxpool</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="mi">40</span><span class="p">,</span> <span class="p">(</span><span class="mi">3</span><span class="p">,</span><span class="mi">3</span><span class="p">),</span> <span class="p">(</span><span class="mi">1</span><span class="p">,</span><span class="mi">1</span><span class="p">),</span> <span class="p">(</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">),</span> <span class="p">(</span><span class="mi">1</span><span class="p">,</span><span class="mi">1</span><span class="p">))</span> <span class="n">net2</span> <span class="o">=</span> <span class="n">conv2d_maxpool</span><span class="p">(</span><span class="n">net1</span><span class="p">,</span> <span class="mi">80</span><span class="p">,</span> <span class="p">(</span><span class="mi">4</span><span class="p">,</span><span class="mi">4</span><span class="p">),</span> <span class="p">(</span><span class="mi">1</span><span class="p">,</span><span class="mi">1</span><span class="p">),</span> <span class="p">(</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">),</span> <span class="p">(</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">))</span> <span class="n">net3</span> <span class="o">=</span> <span class="n">conv2d_maxpool</span><span class="p">(</span><span class="n">net2</span><span class="p">,</span> <span class="mi">80</span><span class="p">,</span> <span class="p">(</span><span class="mi">5</span><span class="p">,</span><span class="mi">5</span><span class="p">),</span> <span class="p">(</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">),</span> <span class="p">(</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">),</span> <span class="p">(</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">))</span> <span class="c1"># TODO: Apply a Flatten Layer</span> <span class="c1"># Function Definition from Above:</span> <span class="c1"># flatten(x_tensor)</span> <span class="n">net1</span> <span class="o">=</span> <span class="n">flatten</span><span class="p">(</span><span class="n">net1</span><span class="p">)</span> <span class="n">net2</span> <span class="o">=</span> <span class="n">flatten</span><span class="p">(</span><span class="n">net2</span><span class="p">)</span> <span class="n">net3</span> <span class="o">=</span> <span class="n">flatten</span><span class="p">(</span><span class="n">net3</span><span class="p">)</span> <span class="c1">#net = net1</span> <span class="c1">#net = tf.concat([net1, net2], 1) #inception</span> <span class="n">net</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">concat</span><span class="p">([</span><span class="n">net1</span><span class="p">,</span> <span class="n">net2</span><span class="p">,</span> <span class="n">net3</span><span class="p">],</span> <span class="mi">1</span><span class="p">)</span> <span class="c1">#inception</span> <span class="n">net</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">dropout</span><span class="p">(</span><span class="n">net</span><span class="p">,</span> <span class="n">keep_prob</span><span class="p">)</span> <span class="c1"># TODO: Apply 1, 2, or 3 Fully Connected Layers</span> <span class="c1"># Play around with different number of outputs</span> <span class="c1"># Function Definition from Above:</span> <span class="c1"># fully_conn(x_tensor, num_outputs)</span> <span class="c1">#net = fully_conn(net, 160)</span> <span class="c1">#net = tf.nn.dropout(net, keep_prob)</span> <span class="n">net</span> <span class="o">=</span> <span class="n">fully_conn</span><span class="p">(</span><span class="n">net</span><span class="p">,</span> <span class="mi">100</span><span class="p">)</span> <span class="n">net</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">dropout</span><span class="p">(</span><span class="n">net</span><span class="p">,</span> <span class="n">keep_prob</span><span class="p">)</span> <span class="n">net</span> <span class="o">=</span> <span class="n">fully_conn</span><span class="p">(</span><span class="n">net</span><span class="p">,</span> <span class="mi">40</span><span class="p">)</span> <span class="n">net</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">dropout</span><span class="p">(</span><span class="n">net</span><span class="p">,</span> <span class="n">keep_prob</span><span class="p">)</span> <span class="c1"># TODO: Apply an Output Layer</span> <span class="c1"># Set this to the number of classes</span> <span class="c1"># Function Definition from Above:</span> <span class="c1"># output(x_tensor, num_outputs)</span> <span class="n">out</span> <span class="o">=</span> <span class="n">output</span><span class="p">(</span><span class="n">net</span><span class="p">,</span> <span class="mi">10</span><span class="p">)</span> <span class="c1"># TODO: return output</span> <span class="k">return</span> <span class="n">out</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span> <span class="sd">&quot;&quot;&quot;</span> <span class="c1">##############################</span> <span class="c1">## Build the Neural Network ##</span> <span class="c1">##############################</span> <span class="c1"># Remove previous weights, bias, inputs, etc..</span> <span class="n">tf</span><span class="o">.</span><span class="n">reset_default_graph</span><span class="p">()</span> <span class="c1"># Inputs</span> <span class="n">x</span> <span class="o">=</span> <span class="n">neural_net_image_input</span><span class="p">((</span><span class="mi">32</span><span class="p">,</span> <span class="mi">32</span><span class="p">,</span> <span class="mi">3</span><span class="p">))</span> <span class="n">y</span> <span class="o">=</span> <span class="n">neural_net_label_input</span><span class="p">(</span><span class="mi">10</span><span class="p">)</span> <span class="n">keep_prob</span> <span class="o">=</span> <span class="n">neural_net_keep_prob_input</span><span class="p">()</span> <span class="c1"># Model</span> <span class="n">logits</span> <span class="o">=</span> <span class="n">conv_net</span><span class="p">(</span><span class="n">x</span><span class="p">,</span> <span class="n">keep_prob</span><span class="p">)</span> <span class="c1"># Name logits Tensor, so that is can be loaded from disk after training</span> <span class="n">logits</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">identity</span><span class="p">(</span><span class="n">logits</span><span class="p">,</span> <span class="n">name</span><span class="o">=</span><span class="s1">&#39;logits&#39;</span><span class="p">)</span> <span class="c1"># Loss and Optimizer</span> <span class="n">cost</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">reduce_mean</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">softmax_cross_entropy_with_logits</span><span class="p">(</span><span class="n">logits</span><span class="o">=</span><span class="n">logits</span><span class="p">,</span> <span class="n">labels</span><span class="o">=</span><span class="n">y</span><span class="p">))</span> <span class="n">optimizer</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">train</span><span class="o">.</span><span class="n">AdamOptimizer</span><span class="p">()</span><span class="o">.</span><span class="n">minimize</span><span class="p">(</span><span class="n">cost</span><span class="p">)</span> <span class="c1"># Accuracy</span> <span class="n">correct_pred</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">equal</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">argmax</span><span class="p">(</span><span class="n">logits</span><span class="p">,</span> <span class="mi">1</span><span class="p">),</span> <span class="n">tf</span><span class="o">.</span><span class="n">argmax</span><span class="p">(</span><span class="n">y</span><span class="p">,</span> <span class="mi">1</span><span class="p">))</span> <span class="n">accuracy</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">reduce_mean</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">cast</span><span class="p">(</span><span class="n">correct_pred</span><span class="p">,</span> <span class="n">tf</span><span class="o">.</span><span class="n">float32</span><span class="p">),</span> <span class="n">name</span><span class="o">=</span><span class="s1">&#39;accuracy&#39;</span><span class="p">)</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_conv_net</span><span class="p">(</span><span class="n">conv_net</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>[None, 62720] [None, 100] [None, 62720] [None, 100] Neural Network Built! </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h2 id="Train-the-Neural-Network">Train the Neural Network<a class="anchor-link" href="#Train-the-Neural-Network">&#182;</a></h2><h3 id="Single-Optimization">Single Optimization<a class="anchor-link" href="#Single-Optimization">&#182;</a></h3><p>Implement the function <code>train_neural_network</code> to do a single optimization. The optimization should use <code>optimizer</code> to optimize in <code>session</code> with a <code>feed_dict</code> of the following:</p> <ul> <li><code>x</code> for image input</li> <li><code>y</code> for labels</li> <li><code>keep_prob</code> for keep probability for dropout</li> </ul> <p>This function will be called for each batch, so <code>tf.global_variables_initializer()</code> has already been called.</p> <p>Note: Nothing needs to be returned. This function is only optimizing the neural network.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[452]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">train_neural_network</span><span class="p">(</span><span class="n">session</span><span class="p">,</span> <span class="n">optimizer</span><span class="p">,</span> <span class="n">keep_probability</span><span class="p">,</span> <span class="n">feature_batch</span><span class="p">,</span> <span class="n">label_batch</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Optimize the session on a batch of images and labels</span> <span class="sd"> : session: Current TensorFlow session</span> <span class="sd"> : optimizer: TensorFlow optimizer function</span> <span class="sd"> : keep_probability: keep probability</span> <span class="sd"> : feature_batch: Batch of Numpy image data</span> <span class="sd"> : label_batch: Batch of Numpy label data</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function </span> <span class="c1"># Based on code from lesson on Convolutional Networks, part 30. Convolutional Network in TensorFlow.</span> <span class="c1">#print(keep_probability)</span> <span class="c1">#print(&#39;feature_batch:&#39;)</span> <span class="c1">#print(feature_batch)</span> <span class="c1">#print(&#39;label_batch:&#39;)</span> <span class="c1">#print(label_batch)</span> <span class="n">session</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">optimizer</span><span class="p">,</span> <span class="n">feed_dict</span><span class="o">=</span><span class="p">{</span> <span class="n">x</span><span class="p">:</span> <span class="n">feature_batch</span><span class="p">,</span> <span class="n">y</span><span class="p">:</span> <span class="n">label_batch</span><span class="p">,</span> <span class="n">keep_prob</span><span class="p">:</span> <span class="n">keep_probability</span><span class="p">})</span> <span class="k">pass</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL THAT IS BELOW THIS LINE</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">tests</span><span class="o">.</span><span class="n">test_train_nn</span><span class="p">(</span><span class="n">train_neural_network</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>Tests Passed </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="Show-Stats">Show Stats<a class="anchor-link" href="#Show-Stats">&#182;</a></h3><p>Implement the function <code>print_stats</code> to print loss and validation accuracy. Use the global variables <code>valid_features</code> and <code>valid_labels</code> to calculate validation accuracy. Use a keep probability of <code>1.0</code> to calculate the loss and validation accuracy.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[453]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="k">def</span> <span class="nf">print_stats</span><span class="p">(</span><span class="n">session</span><span class="p">,</span> <span class="n">feature_batch</span><span class="p">,</span> <span class="n">label_batch</span><span class="p">,</span> <span class="n">cost</span><span class="p">,</span> <span class="n">accuracy</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Print information about loss and validation accuracy</span> <span class="sd"> : session: Current TensorFlow session</span> <span class="sd"> : feature_batch: Batch of Numpy image data</span> <span class="sd"> : label_batch: Batch of Numpy label data</span> <span class="sd"> : cost: TensorFlow cost function</span> <span class="sd"> : accuracy: TensorFlow accuracy function</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Implement Function</span> <span class="c1"># Calculate batch loss and accuracy</span> <span class="c1"># Based on code from lesson on Convolutional Networks, part 30. Convolutional Network in TensorFlow.</span> <span class="n">loss</span> <span class="o">=</span> <span class="n">session</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">cost</span><span class="p">,</span> <span class="n">feed_dict</span><span class="o">=</span><span class="p">{</span> <span class="n">x</span><span class="p">:</span> <span class="n">feature_batch</span><span class="p">,</span> <span class="n">y</span><span class="p">:</span> <span class="n">label_batch</span><span class="p">,</span> <span class="n">keep_prob</span><span class="p">:</span> <span class="mf">1.</span><span class="p">})</span> <span class="n">valid_acc</span> <span class="o">=</span> <span class="n">session</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">accuracy</span><span class="p">,</span> <span class="n">feed_dict</span><span class="o">=</span><span class="p">{</span> <span class="n">x</span><span class="p">:</span> <span class="n">valid_features</span><span class="p">,</span> <span class="n">y</span><span class="p">:</span> <span class="n">valid_labels</span><span class="p">,</span> <span class="n">keep_prob</span><span class="p">:</span> <span class="mf">1.</span><span class="p">})</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;loss: </span><span class="si">{:&gt;10.4f}</span><span class="s1"> Validation Accuracy: </span><span class="si">{:.6f}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span> <span class="n">loss</span><span class="p">,</span> <span class="n">valid_acc</span><span class="p">))</span> <span class="k">pass</span> </pre></div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="Hyperparameters">Hyperparameters<a class="anchor-link" href="#Hyperparameters">&#182;</a></h3><p>Tune the following parameters:</p> <ul> <li>Set <code>epochs</code> to the number of iterations until the network stops learning or start overfitting</li> <li>Set <code>batch_size</code> to the highest number that your machine has memory for. Most people set them to common sizes of memory:<ul> <li>64</li> <li>128</li> <li>256</li> <li>...</li> </ul> </li> <li>Set <code>keep_probability</code> to the probability of keeping a node using dropout</li> </ul> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[456]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="c1"># TODO: Tune Parameters</span> <span class="n">epochs</span> <span class="o">=</span> <span class="mi">15</span> <span class="n">batch_size</span> <span class="o">=</span> <span class="mi">128</span> <span class="n">keep_probability</span> <span class="o">=</span> <span class="mf">0.5</span> </pre></div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="Train-on-a-Single-CIFAR-10-Batch">Train on a Single CIFAR-10 Batch<a class="anchor-link" href="#Train-on-a-Single-CIFAR-10-Batch">&#182;</a></h3><p>Instead of training the neural network on all the CIFAR-10 batches of data, let's use a single batch. This should save time while you iterate on the model to get a better accuracy. Once the final validation accuracy is 50% or greater, run the model on all the data in the next section.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[457]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span> <span class="sd">&quot;&quot;&quot;</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Checking the Training on a Single Batch...&#39;</span><span class="p">)</span> <span class="k">with</span> <span class="n">tf</span><span class="o">.</span><span class="n">Session</span><span class="p">()</span> <span class="k">as</span> <span class="n">sess</span><span class="p">:</span> <span class="c1"># Initializing the variables</span> <span class="n">sess</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">global_variables_initializer</span><span class="p">())</span> <span class="c1"># Training cycle</span> <span class="k">for</span> <span class="n">epoch</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="n">epochs</span><span class="p">):</span> <span class="n">batch_i</span> <span class="o">=</span> <span class="mi">1</span> <span class="k">for</span> <span class="n">batch_features</span><span class="p">,</span> <span class="n">batch_labels</span> <span class="ow">in</span> <span class="n">helper</span><span class="o">.</span><span class="n">load_preprocess_training_batch</span><span class="p">(</span><span class="n">batch_i</span><span class="p">,</span> <span class="n">batch_size</span><span class="p">):</span> <span class="n">train_neural_network</span><span class="p">(</span><span class="n">sess</span><span class="p">,</span> <span class="n">optimizer</span><span class="p">,</span> <span class="n">keep_probability</span><span class="p">,</span> <span class="n">batch_features</span><span class="p">,</span> <span class="n">batch_labels</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Epoch </span><span class="si">{:&gt;2}</span><span class="s1">, CIFAR-10 Batch </span><span class="si">{}</span><span class="s1">: &#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">epoch</span> <span class="o">+</span> <span class="mi">1</span><span class="p">,</span> <span class="n">batch_i</span><span class="p">),</span> <span class="n">end</span><span class="o">=</span><span class="s1">&#39;&#39;</span><span class="p">)</span> <span class="n">print_stats</span><span class="p">(</span><span class="n">sess</span><span class="p">,</span> <span class="n">batch_features</span><span class="p">,</span> <span class="n">batch_labels</span><span class="p">,</span> <span class="n">cost</span><span class="p">,</span> <span class="n">accuracy</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>Checking the Training on a Single Batch... Epoch 1, CIFAR-10 Batch 1: loss: 2.1597 Validation Accuracy: 0.258200 Epoch 2, CIFAR-10 Batch 1: loss: 1.9899 Validation Accuracy: 0.343600 Epoch 3, CIFAR-10 Batch 1: loss: 1.8612 Validation Accuracy: 0.383800 Epoch 4, CIFAR-10 Batch 1: loss: 1.6899 Validation Accuracy: 0.420600 Epoch 5, CIFAR-10 Batch 1: loss: 1.5566 Validation Accuracy: 0.430000 Epoch 6, CIFAR-10 Batch 1: loss: 1.4135 Validation Accuracy: 0.446800 Epoch 7, CIFAR-10 Batch 1: loss: 1.3550 Validation Accuracy: 0.468600 Epoch 8, CIFAR-10 Batch 1: loss: 1.2264 Validation Accuracy: 0.483600 Epoch 9, CIFAR-10 Batch 1: loss: 1.1955 Validation Accuracy: 0.506600 Epoch 10, CIFAR-10 Batch 1: loss: 1.1018 Validation Accuracy: 0.514800 Epoch 11, CIFAR-10 Batch 1: loss: 1.0152 Validation Accuracy: 0.526000 Epoch 12, CIFAR-10 Batch 1: loss: 1.0091 Validation Accuracy: 0.519600 Epoch 13, CIFAR-10 Batch 1: loss: 0.9058 Validation Accuracy: 0.545200 Epoch 14, CIFAR-10 Batch 1: loss: 0.8725 Validation Accuracy: 0.541000 Epoch 15, CIFAR-10 Batch 1: loss: 0.8594 Validation Accuracy: 0.541200 </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h3 id="Fully-Train-the-Model">Fully Train the Model<a class="anchor-link" href="#Fully-Train-the-Model">&#182;</a></h3><p>Now that you got a good accuracy with a single CIFAR-10 batch, try it with all five batches.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[458]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">save_model_path</span> <span class="o">=</span> <span class="s1">&#39;./image_classification&#39;</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Training...&#39;</span><span class="p">)</span> <span class="k">with</span> <span class="n">tf</span><span class="o">.</span><span class="n">Session</span><span class="p">()</span> <span class="k">as</span> <span class="n">sess</span><span class="p">:</span> <span class="c1"># Initializing the variables</span> <span class="n">sess</span><span class="o">.</span><span class="n">run</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">global_variables_initializer</span><span class="p">())</span> <span class="c1"># Training cycle</span> <span class="k">for</span> <span class="n">epoch</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="n">epochs</span><span class="p">):</span> <span class="c1"># Loop over all batches</span> <span class="n">n_batches</span> <span class="o">=</span> <span class="mi">5</span> <span class="k">for</span> <span class="n">batch_i</span> <span class="ow">in</span> <span class="nb">range</span><span class="p">(</span><span class="mi">1</span><span class="p">,</span> <span class="n">n_batches</span> <span class="o">+</span> <span class="mi">1</span><span class="p">):</span> <span class="k">for</span> <span class="n">batch_features</span><span class="p">,</span> <span class="n">batch_labels</span> <span class="ow">in</span> <span class="n">helper</span><span class="o">.</span><span class="n">load_preprocess_training_batch</span><span class="p">(</span><span class="n">batch_i</span><span class="p">,</span> <span class="n">batch_size</span><span class="p">):</span> <span class="n">train_neural_network</span><span class="p">(</span><span class="n">sess</span><span class="p">,</span> <span class="n">optimizer</span><span class="p">,</span> <span class="n">keep_probability</span><span class="p">,</span> <span class="n">batch_features</span><span class="p">,</span> <span class="n">batch_labels</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Epoch </span><span class="si">{:&gt;2}</span><span class="s1">, CIFAR-10 Batch </span><span class="si">{}</span><span class="s1">: &#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">epoch</span> <span class="o">+</span> <span class="mi">1</span><span class="p">,</span> <span class="n">batch_i</span><span class="p">),</span> <span class="n">end</span><span class="o">=</span><span class="s1">&#39;&#39;</span><span class="p">)</span> <span class="n">print_stats</span><span class="p">(</span><span class="n">sess</span><span class="p">,</span> <span class="n">batch_features</span><span class="p">,</span> <span class="n">batch_labels</span><span class="p">,</span> <span class="n">cost</span><span class="p">,</span> <span class="n">accuracy</span><span class="p">)</span> <span class="c1"># Save Model</span> <span class="n">saver</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">train</span><span class="o">.</span><span class="n">Saver</span><span class="p">()</span> <span class="n">save_path</span> <span class="o">=</span> <span class="n">saver</span><span class="o">.</span><span class="n">save</span><span class="p">(</span><span class="n">sess</span><span class="p">,</span> <span class="n">save_model_path</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>Training... Epoch 1, CIFAR-10 Batch 1: loss: 2.1844 Validation Accuracy: 0.191600 Epoch 1, CIFAR-10 Batch 2: loss: 1.8652 Validation Accuracy: 0.325400 Epoch 1, CIFAR-10 Batch 3: loss: 1.6172 Validation Accuracy: 0.356800 Epoch 1, CIFAR-10 Batch 4: loss: 1.6178 Validation Accuracy: 0.410000 Epoch 1, CIFAR-10 Batch 5: loss: 1.5895 Validation Accuracy: 0.438400 Epoch 2, CIFAR-10 Batch 1: loss: 1.6791 Validation Accuracy: 0.472200 Epoch 2, CIFAR-10 Batch 2: loss: 1.4706 Validation Accuracy: 0.479200 Epoch 2, CIFAR-10 Batch 3: loss: 1.2409 Validation Accuracy: 0.486000 Epoch 2, CIFAR-10 Batch 4: loss: 1.4103 Validation Accuracy: 0.502600 Epoch 2, CIFAR-10 Batch 5: loss: 1.3916 Validation Accuracy: 0.509000 Epoch 3, CIFAR-10 Batch 1: loss: 1.3914 Validation Accuracy: 0.543600 Epoch 3, CIFAR-10 Batch 2: loss: 1.2665 Validation Accuracy: 0.549400 Epoch 3, CIFAR-10 Batch 3: loss: 1.0127 Validation Accuracy: 0.542000 Epoch 3, CIFAR-10 Batch 4: loss: 1.1844 Validation Accuracy: 0.562200 Epoch 3, CIFAR-10 Batch 5: loss: 1.2073 Validation Accuracy: 0.546400 Epoch 4, CIFAR-10 Batch 1: loss: 1.1871 Validation Accuracy: 0.580600 Epoch 4, CIFAR-10 Batch 2: loss: 1.1612 Validation Accuracy: 0.575200 Epoch 4, CIFAR-10 Batch 3: loss: 1.0232 Validation Accuracy: 0.556800 Epoch 4, CIFAR-10 Batch 4: loss: 1.1048 Validation Accuracy: 0.577600 Epoch 4, CIFAR-10 Batch 5: loss: 1.0259 Validation Accuracy: 0.583200 Epoch 5, CIFAR-10 Batch 1: loss: 1.0586 Validation Accuracy: 0.593800 Epoch 5, CIFAR-10 Batch 2: loss: 1.1087 Validation Accuracy: 0.596400 Epoch 5, CIFAR-10 Batch 3: loss: 0.9159 Validation Accuracy: 0.591000 Epoch 5, CIFAR-10 Batch 4: loss: 0.9865 Validation Accuracy: 0.606000 Epoch 5, CIFAR-10 Batch 5: loss: 0.9717 Validation Accuracy: 0.616000 Epoch 6, CIFAR-10 Batch 1: loss: 0.9483 Validation Accuracy: 0.618000 Epoch 6, CIFAR-10 Batch 2: loss: 1.0170 Validation Accuracy: 0.622800 Epoch 6, CIFAR-10 Batch 3: loss: 0.7847 Validation Accuracy: 0.627200 Epoch 6, CIFAR-10 Batch 4: loss: 0.9343 Validation Accuracy: 0.629400 Epoch 6, CIFAR-10 Batch 5: loss: 0.9126 Validation Accuracy: 0.611400 Epoch 7, CIFAR-10 Batch 1: loss: 0.9093 Validation Accuracy: 0.632600 Epoch 7, CIFAR-10 Batch 2: loss: 0.8580 Validation Accuracy: 0.642200 Epoch 7, CIFAR-10 Batch 3: loss: 0.7717 Validation Accuracy: 0.635800 Epoch 7, CIFAR-10 Batch 4: loss: 0.8417 Validation Accuracy: 0.628400 Epoch 7, CIFAR-10 Batch 5: loss: 0.7993 Validation Accuracy: 0.618000 Epoch 8, CIFAR-10 Batch 1: loss: 0.8138 Validation Accuracy: 0.634200 Epoch 8, CIFAR-10 Batch 2: loss: 0.7808 Validation Accuracy: 0.654000 Epoch 8, CIFAR-10 Batch 3: loss: 0.6778 Validation Accuracy: 0.620000 Epoch 8, CIFAR-10 Batch 4: loss: 0.7567 Validation Accuracy: 0.661600 Epoch 8, CIFAR-10 Batch 5: loss: 0.7115 Validation Accuracy: 0.653400 Epoch 9, CIFAR-10 Batch 1: loss: 0.7445 Validation Accuracy: 0.662800 Epoch 9, CIFAR-10 Batch 2: loss: 0.7549 Validation Accuracy: 0.671400 Epoch 9, CIFAR-10 Batch 3: loss: 0.6352 Validation Accuracy: 0.658400 Epoch 9, CIFAR-10 Batch 4: loss: 0.7026 Validation Accuracy: 0.672000 Epoch 9, CIFAR-10 Batch 5: loss: 0.7469 Validation Accuracy: 0.654000 Epoch 10, CIFAR-10 Batch 1: loss: 0.6258 Validation Accuracy: 0.666600 Epoch 10, CIFAR-10 Batch 2: loss: 0.6582 Validation Accuracy: 0.658000 Epoch 10, CIFAR-10 Batch 3: loss: 0.5904 Validation Accuracy: 0.654200 Epoch 10, CIFAR-10 Batch 4: loss: 0.6622 Validation Accuracy: 0.665000 Epoch 10, CIFAR-10 Batch 5: loss: 0.6551 Validation Accuracy: 0.669600 Epoch 11, CIFAR-10 Batch 1: loss: 0.5671 Validation Accuracy: 0.682600 Epoch 11, CIFAR-10 Batch 2: loss: 0.6403 Validation Accuracy: 0.663800 Epoch 11, CIFAR-10 Batch 3: loss: 0.5225 Validation Accuracy: 0.666400 Epoch 11, CIFAR-10 Batch 4: loss: 0.6265 Validation Accuracy: 0.674800 Epoch 11, CIFAR-10 Batch 5: loss: 0.6004 Validation Accuracy: 0.679600 Epoch 12, CIFAR-10 Batch 1: loss: 0.5645 Validation Accuracy: 0.675200 Epoch 12, CIFAR-10 Batch 2: loss: 0.5933 Validation Accuracy: 0.686000 Epoch 12, CIFAR-10 Batch 3: loss: 0.5243 Validation Accuracy: 0.668600 Epoch 12, CIFAR-10 Batch 4: loss: 0.6279 Validation Accuracy: 0.675200 Epoch 12, CIFAR-10 Batch 5: loss: 0.6090 Validation Accuracy: 0.683800 Epoch 13, CIFAR-10 Batch 1: loss: 0.5540 Validation Accuracy: 0.682000 Epoch 13, CIFAR-10 Batch 2: loss: 0.5210 Validation Accuracy: 0.684800 Epoch 13, CIFAR-10 Batch 3: loss: 0.4366 Validation Accuracy: 0.678800 Epoch 13, CIFAR-10 Batch 4: loss: 0.5117 Validation Accuracy: 0.690800 Epoch 13, CIFAR-10 Batch 5: loss: 0.5671 Validation Accuracy: 0.682200 Epoch 14, CIFAR-10 Batch 1: loss: 0.5215 Validation Accuracy: 0.690800 Epoch 14, CIFAR-10 Batch 2: loss: 0.5290 Validation Accuracy: 0.698800 Epoch 14, CIFAR-10 Batch 3: loss: 0.4646 Validation Accuracy: 0.685800 Epoch 14, CIFAR-10 Batch 4: loss: 0.4921 Validation Accuracy: 0.705600 Epoch 14, CIFAR-10 Batch 5: loss: 0.4349 Validation Accuracy: 0.702800 Epoch 15, CIFAR-10 Batch 1: loss: 0.4814 Validation Accuracy: 0.693200 Epoch 15, CIFAR-10 Batch 2: loss: 0.4638 Validation Accuracy: 0.699600 Epoch 15, CIFAR-10 Batch 3: loss: 0.3825 Validation Accuracy: 0.698800 Epoch 15, CIFAR-10 Batch 4: loss: 0.4967 Validation Accuracy: 0.696200 Epoch 15, CIFAR-10 Batch 5: loss: 0.4567 Validation Accuracy: 0.697800 </pre> </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h1 id="Checkpoint">Checkpoint<a class="anchor-link" href="#Checkpoint">&#182;</a></h1><p>The model has been saved to disk.</p> <h2 id="Test-Model">Test Model<a class="anchor-link" href="#Test-Model">&#182;</a></h2><p>Test your model against the test dataset. This will be your final accuracy. You should have an accuracy greater than 50%. If you don't, keep tweaking the model architecture and parameters.</p> </div> </div> </div> <div class="cell border-box-sizing code_cell rendered"> <div class="input"> <div class="prompt input_prompt">In&nbsp;[459]:</div> <div class="inner_cell"> <div class="input_area"> <div class=" highlight hl-ipython3"><pre><span></span><span class="sd">&quot;&quot;&quot;</span> <span class="sd">DON&#39;T MODIFY ANYTHING IN THIS CELL</span> <span class="sd">&quot;&quot;&quot;</span> <span class="o">%</span><span class="k">matplotlib</span> inline <span class="o">%</span><span class="k">config</span> InlineBackend.figure_format = &#39;retina&#39; <span class="kn">import</span> <span class="nn">tensorflow</span> <span class="k">as</span> <span class="nn">tf</span> <span class="kn">import</span> <span class="nn">pickle</span> <span class="kn">import</span> <span class="nn">helper</span> <span class="kn">import</span> <span class="nn">random</span> <span class="c1"># Set batch size if not already set</span> <span class="k">try</span><span class="p">:</span> <span class="k">if</span> <span class="n">batch_size</span><span class="p">:</span> <span class="k">pass</span> <span class="k">except</span> <span class="ne">NameError</span><span class="p">:</span> <span class="n">batch_size</span> <span class="o">=</span> <span class="mi">64</span> <span class="n">save_model_path</span> <span class="o">=</span> <span class="s1">&#39;./image_classification&#39;</span> <span class="n">n_samples</span> <span class="o">=</span> <span class="mi">4</span> <span class="n">top_n_predictions</span> <span class="o">=</span> <span class="mi">3</span> <span class="k">def</span> <span class="nf">test_model</span><span class="p">():</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Test the saved model against the test dataset</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">test_features</span><span class="p">,</span> <span class="n">test_labels</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="nb">open</span><span class="p">(</span><span class="s1">&#39;preprocess_training.p&#39;</span><span class="p">,</span> <span class="n">mode</span><span class="o">=</span><span class="s1">&#39;rb&#39;</span><span class="p">))</span> <span class="n">loaded_graph</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">Graph</span><span class="p">()</span> <span class="k">with</span> <span class="n">tf</span><span class="o">.</span><span class="n">Session</span><span class="p">(</span><span class="n">graph</span><span class="o">=</span><span class="n">loaded_graph</span><span class="p">)</span> <span class="k">as</span> <span class="n">sess</span><span class="p">:</span> <span class="c1"># Load model</span> <span class="n">loader</span> <span class="o">=</span> <span class="n">tf</span><span class="o">.</span><span class="n">train</span><span class="o">.</span><span class="n">import_meta_graph</span><span class="p">(</span><span class="n">save_model_path</span> <span class="o">+</span> <span class="s1">&#39;.meta&#39;</span><span class="p">)</span> <span class="n">loader</span><span class="o">.</span><span class="n">restore</span><span class="p">(</span><span class="n">sess</span><span class="p">,</span> <span class="n">save_model_path</span><span class="p">)</span> <span class="c1"># Get Tensors from loaded model</span> <span class="n">loaded_x</span> <span class="o">=</span> <span class="n">loaded_graph</span><span class="o">.</span><span class="n">get_tensor_by_name</span><span class="p">(</span><span class="s1">&#39;x:0&#39;</span><span class="p">)</span> <span class="n">loaded_y</span> <span class="o">=</span> <span class="n">loaded_graph</span><span class="o">.</span><span class="n">get_tensor_by_name</span><span class="p">(</span><span class="s1">&#39;y:0&#39;</span><span class="p">)</span> <span class="n">loaded_keep_prob</span> <span class="o">=</span> <span class="n">loaded_graph</span><span class="o">.</span><span class="n">get_tensor_by_name</span><span class="p">(</span><span class="s1">&#39;keep_prob:0&#39;</span><span class="p">)</span> <span class="n">loaded_logits</span> <span class="o">=</span> <span class="n">loaded_graph</span><span class="o">.</span><span class="n">get_tensor_by_name</span><span class="p">(</span><span class="s1">&#39;logits:0&#39;</span><span class="p">)</span> <span class="n">loaded_acc</span> <span class="o">=</span> <span class="n">loaded_graph</span><span class="o">.</span><span class="n">get_tensor_by_name</span><span class="p">(</span><span class="s1">&#39;accuracy:0&#39;</span><span class="p">)</span> <span class="c1"># Get accuracy in batches for memory limitations</span> <span class="n">test_batch_acc_total</span> <span class="o">=</span> <span class="mi">0</span> <span class="n">test_batch_count</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">for</span> <span class="n">train_feature_batch</span><span class="p">,</span> <span class="n">train_label_batch</span> <span class="ow">in</span> <span class="n">helper</span><span class="o">.</span><span class="n">batch_features_labels</span><span class="p">(</span><span class="n">test_features</span><span class="p">,</span> <span class="n">test_labels</span><span class="p">,</span> <span class="n">batch_size</span><span class="p">):</span> <span class="n">test_batch_acc_total</span> <span class="o">+=</span> <span class="n">sess</span><span class="o">.</span><span class="n">run</span><span class="p">(</span> <span class="n">loaded_acc</span><span class="p">,</span> <span class="n">feed_dict</span><span class="o">=</span><span class="p">{</span><span class="n">loaded_x</span><span class="p">:</span> <span class="n">train_feature_batch</span><span class="p">,</span> <span class="n">loaded_y</span><span class="p">:</span> <span class="n">train_label_batch</span><span class="p">,</span> <span class="n">loaded_keep_prob</span><span class="p">:</span> <span class="mf">1.0</span><span class="p">})</span> <span class="n">test_batch_count</span> <span class="o">+=</span> <span class="mi">1</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Testing Accuracy: </span><span class="si">{}</span><span class="se">\n</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">test_batch_acc_total</span><span class="o">/</span><span class="n">test_batch_count</span><span class="p">))</span> <span class="c1"># Print Random Samples</span> <span class="n">random_test_features</span><span class="p">,</span> <span class="n">random_test_labels</span> <span class="o">=</span> <span class="nb">tuple</span><span class="p">(</span><span class="nb">zip</span><span class="p">(</span><span class="o">*</span><span class="n">random</span><span class="o">.</span><span class="n">sample</span><span class="p">(</span><span class="nb">list</span><span class="p">(</span><span class="nb">zip</span><span class="p">(</span><span class="n">test_features</span><span class="p">,</span> <span class="n">test_labels</span><span class="p">)),</span> <span class="n">n_samples</span><span class="p">)))</span> <span class="n">random_test_predictions</span> <span class="o">=</span> <span class="n">sess</span><span class="o">.</span><span class="n">run</span><span class="p">(</span> <span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">top_k</span><span class="p">(</span><span class="n">tf</span><span class="o">.</span><span class="n">nn</span><span class="o">.</span><span class="n">softmax</span><span class="p">(</span><span class="n">loaded_logits</span><span class="p">),</span> <span class="n">top_n_predictions</span><span class="p">),</span> <span class="n">feed_dict</span><span class="o">=</span><span class="p">{</span><span class="n">loaded_x</span><span class="p">:</span> <span class="n">random_test_features</span><span class="p">,</span> <span class="n">loaded_y</span><span class="p">:</span> <span class="n">random_test_labels</span><span class="p">,</span> <span class="n">loaded_keep_prob</span><span class="p">:</span> <span class="mf">1.0</span><span class="p">})</span> <span class="n">helper</span><span class="o">.</span><span class="n">display_image_predictions</span><span class="p">(</span><span class="n">random_test_features</span><span class="p">,</span> <span class="n">random_test_labels</span><span class="p">,</span> <span class="n">random_test_predictions</span><span class="p">)</span> <span class="n">test_model</span><span class="p">()</span> </pre></div> </div> </div> </div> <div class="output_wrapper"> <div class="output"> <div class="output_area"><div class="prompt"></div> <div class="output_subarea output_stream output_stdout output_text"> <pre>Testing Accuracy: 0.6982792721518988 </pre> </div> </div> <div class="output_area"><div class="prompt"></div> <div class="output_png output_subarea "> <img src="data:image/png;base64,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 lgAAAABJRU5ErkJggg== " width=355 height=319 > </div> </div> </div> </div> </div> <div class="cell border-box-sizing text_cell rendered"> <div class="prompt input_prompt"> </div> <div class="inner_cell"> <div class="text_cell_render border-box-sizing rendered_html"> <h2 id="Why-50-70%-Accuracy?">Why 50-70% Accuracy?<a class="anchor-link" href="#Why-50-70%-Accuracy?">&#182;</a></h2><p>You might be wondering why you can't get an accuracy any higher. First things first, 50% isn't bad for a simple CNN. Pure guessing would get you 10% accuracy. However, you might notice people are getting scores <a href="http://rodrigob.github.io/are_we_there_yet/build/classification_datasets_results.html#43494641522d3130">well above 70%</a>. That's because we haven't taught you all there is to know about neural networks. We still need to cover a few more techniques.</p> <h2 id="Submitting-This-Project">Submitting This Project<a class="anchor-link" href="#Submitting-This-Project">&#182;</a></h2><p>When submitting this project, make sure to run all the cells before saving the notebook. Save the notebook file as "dlnd_image_classification.ipynb" and save it as a HTML file under "File" -&gt; "Download as". Include the "helper.py" and "problem_unittests.py" files in your submission.</p> </div> </div> </div> </div> </div> </body> </html>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.9.0/mtac2/1.4+8.14.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>mtac2: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / mtac2 - 1.4+8.14</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mtac2 <small> 1.4+8.14 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-23 18:18:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-23 18:18:12 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.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: &quot;2.0&quot; maintainer: &quot;beta.ziliani@gmail.com&quot; homepage: &quot;https://github.com/Mtac2/Mtac2&quot; dev-repo: &quot;git+https://github.com/Mtac2/Mtac2.git&quot; bug-reports: &quot;https://github.com/Mtac2/Mtac2/issues&quot; authors: [&quot;Beta Ziliani &lt;beta.ziliani@gmail.com&gt;&quot; &quot;Jan-Oliver Kaiser &lt;janno@mpi-sws.org&gt;&quot; &quot;Robbert Krebbers &lt;mail@robbertkrebbers.nl&gt;&quot; &quot;Yann Régis-Gianas &lt;yrg@pps.univ-paris-diderot.fr&gt;&quot; &quot;Derek Dreyer &lt;dreyer@mpi-sws.org&gt;&quot;] license: &quot;MIT&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.14&quot; &amp; &lt; &quot;8.15~&quot;} &quot;coq-unicoq&quot; {&gt;= &quot;1.5&quot; &amp; &lt; &quot;2~&quot;} ] synopsis: &quot;Mtac2: Typed Tactics for Coq&quot; tags: [ &quot;logpath:Mtac2&quot; &quot;date:2021-09-24&quot; ] url { src: &quot;https://github.com/Mtac2/Mtac2/archive/v1.4-coq8.14.tar.gz&quot; checksum: &quot;sha512=9d4dd7176a6ceeca1cbe5f2490bc6d17c1a2f8653cbfd4251d42f7dad0c23dfb7383a131a2ca2beae10cbad0e50c4ee24a5e40775dd128260ca583962ea55c83&quot; } </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-mtac2.1.4+8.14 coq.8.9.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.9.0). The following dependencies couldn&#39;t be met: - coq-mtac2 -&gt; coq &gt;= 8.14 Your request can&#39;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-mtac2.1.4+8.14</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/digest/digest-003/index.html
ftvision/ftvision.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title> Digest 003 </title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css"> <link href="https://unpkg.com/@primer/css/dist/primer.css" rel="stylesheet" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.css"> <script src="https://cdn.jsdelivr.net/npm/gitalk@1/dist/gitalk.min.js"></script> <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"/> <link rel="stylesheet" href="/css/style.css"/> <script defer src="/js/tab.js"></script> <script defer src="/js/gtalk.js"></script> </head> <body> <div class="Header"> <div class="Header-item Header-item--full"> </div> <div class="Header-item"> <a href="/blog" class="Header-link">Blog</a> </div> <div class="Header-item"> <a href="#" class="Header-link">Digest</a> </div> </div> <div class="mx-auto my-2 col-10 col-md-7 col-lg-6 col-xl-5" > <div class="p-2"> <nav aria-label="Breadcrumb"> <ol> <li class="breadcrumb-item"><a href="/">Home</a></li> <li class="breadcrumb-item"><a href="/digest">digest</a></li> <li class="breadcrumb-item" aria-current="page"> Digest 003</li> </ol> </nav> <h1 id="page-title">Digest 003</h1> <div> </div> </div> <div class="markdown-body p-2"> <h2 id="文章">文章</h2> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> How we built a $1m ARR SaaS startup <br> <span class="h5">创业分享 | <a href="https://canny.io/blog/how-we-built-a-1m-arr-saas-startup/" role="button">Source</a> </span></h3> </div> <p>Canny的创始人Sarah分享了他们达到一百万美元年度经常性收入(annual recurring revenue)这个指标。ARR似乎是评价订阅业务(包括SaaS)的关键指标<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup>,将定期订阅的合同经常性收入部分规范化为一年期的价值。整个团队在达到目标时一共七个人,都是远程工作。公司从零开始到达这个目标用了3年时间,而且都是用的自己的资金。Sarah将整个过程分成几个阶段,每个阶段都分享了需要解决的问题和学到的东西。而且他们一直在写博客,把他们的创业经历记录下来并分享给其他人。</p> <p>这个小公司的业务就是建立了一个集中用户反馈的模块。其他的开发者可以使用这个模块来帮助整理他们的产品所遇到的用户需求,并且对需求进行归类和排序。感觉这是一个非常有意思的Niche,解决了一个小问题,但是这个问题又确实是很多开发者会面对的。然后对这个小服务进行一定的收费。感觉在互联网发展的今天,其实机会还是蛮多的,只要把问题提出的好,然后提供一个不错的解决方法。</p> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> Python 3.9 What&#39;s New <br> <span class="h5">语言更新 | <a href="https://docs.python.org/release/3.9.0/whatsnew/3.9.html/" role="button">Source</a> </span></h3> </div> <p>Python 3.9的更新目录。东西还挺多的!这是我第一次认真看某个语言的版本更新目录,暂时还没有时间仔细研究每个细节。新的<code>zoneinfo</code>和<code>graphlib.TopologicalSorter</code>类看起来挺有意思的。不过内容这么多,线性地跟着版本更新目录来了解可能有点难。可能还是的根据专题来了解。</p> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> 改变世界的一次代码提交 <br> <span class="h5">博客文章 | <a href="https://hutusi.com/articles/the-greatest-git-commit#fn:3" role="button">Source</a> </span></h3> </div> <p>这篇文章介绍类一下Linus的第一个Git的Commit,然后分析了一下Git在设计上的一些思路。作为源码分析理解的文章还是不错的。</p> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> Salary Negotiation: Make More Money, Be More Valued <br> <span class="h5">博客文章 | <a href="https://www.kalzumeus.com/2012/01/23/salary-negotiation/" role="button">Source</a> </span></h3> </div> <p>这是一篇关于工资谈判的文章。文章的主旨就是让应聘者在工资谈判上大胆一点。</p> <p>首先,文章指出应聘者经常有错误的想法,以为自己在工资上多要6000块钱,就是给公司多增加了6000块钱的负担。大可不必。文中指出,在加州,公司养一个工程师,一个月可能要花20,000刀,其中包括各种福利、食物、硬件器材等等。所以,你每个月多要500刀,其实对于公司来说只是增加了2.5%的成本而已。就算你一年多要60,000刀,一个月多要5000刀,每个月可能也就给公司增加25%的成本。公司是不会吝惜几个百分点的成本来失去一个好的员工的。</p> <p><strong>你的谈判什么时候开始呢?</strong></p> <p>你的谈判砝码早在你申请工作以前就开始了。以下一些情况能帮你在谈判桌上更有力:</p> <ol> <li>你在业界树立起自己的名声,成为一个众所周知的可以落地有影响的成果、显著提高收益或者降低成本的出色员工。</li> <li>有一个在招人的经理找到你,并且有一个空出来的职位他们很想要招你。</li> <li>非正式地交流发现新的机会对于你和雇主来说是一个双赢的机会。</li> <li>让他们先说明互利的机会长什么样。</li> <li>给雇主提出建议,并且清晰地说明你有这个能力帮他们改进,增加收益或者降低成本。</li> <li>分享你的简历给招人的经理。</li> </ol> <p><strong>你要在什么时候提出具体的工资谈判呢?</strong></p> <p>在面试什么都结束以后,有人可以有权威地说基本上确定要你的时候,才是提出工资谈判的具体时刻。这个时候你可以提出,“你很欣然接受这个工作,如果……”,然后提出一个互相可以接受的工资水平。也就是说,你只有在处于一个“Yes-If”的处境的时候才开始谈判。不要再一个“No-but”的时候谈判。比如,公司如果说不太想要你,你想提出说:“但是我可以少要一点薪水”。这种情况是<strong>要不得的</strong>。</p> <div class="flash flash-full flash-success my-2"> 注意,工资谈判从来不会让一个有价值的工作offer变得更差。 </div> <p>文中里面讨论了很多种谈判的情景,基本上就是<strong>不要自己先给数字</strong>。然后分享了在不同的情境下如何把话头扔回HR。</p> <p><strong>关于公司要了解什么?</strong></p> <ul> <li>公司看重什么,推崇什么?(What do they value?)</li> <li>公司看重谁,或者看重哪些职位、头衔、群体? (Who do they value within the company? (Roles? Titles? Groups?))</li> <li>在公司里比较成功的职业道路看起来什么样子?(What does the career path look like for successful people within the company?)</li> <li>公司对你关心的工具和做事风格有多慷慨?(Roughly speaking, how generous are they with regard to axes that you care about?)</li> <li>公司有没有别的薪资酬劳相关的杠杆和途径?(Do they have any compensation levers which are anomalously easy to operate? For example, if you asked around, you might hear a few people say that a particular firm pushes back modestly on out-of-band increases in salary but they’ll give in-the-money option grants like candy.)</li> <li>还有很多比较“虚”的内容,比如公司文化怎么样。All the fuzzy stuff: what’s the corporate culture like?</li> </ul> <p><strong>不要只顾着工资</strong></p> <p>除了工资之外,整个薪资结构还有很多其他的组成成分,比如股票,比如期权,比如福利等。这些都可以作为谈判的一部分。</p> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> Software Archaeology <br> <span class="h5">会议文章 | <a href="http://media.pragprog.com/articles/mar_02_archeology.pdf" role="button">Source</a> </span></h3> </div> <p>很多人都在讲怎么“写”代码,但是很少人讨论怎么“读”代码。实际上,工程师可能只花20%的时间写代码, 但是需要花80%的时间读代码。这篇文章讲了讲如何开始读代码。结合文章做的<a href="http://www.se-radio.net/2009/11/episode-148-software-archaeology-with-dave-thomas/">Podcast</a>一起学习,效果更好。</p> <p>读代码</p> <ul> <li>recreational code reading,读代码以娱乐。artist and writers read other&rsquo;s work. Software engineers should do that as well.</li> <li>Found good code to read.</li> <li>有目的地读代码</li> </ul> <p><strong>读代码的几个步骤</strong>:</p> <ol> <li>获取正确的代码(正确的版本),</li> <li>获取所有的代码(包括所依赖的库),</li> <li>使用version control系统,</li> <li>成功地编译代码,并且能把代码跑起来,</li> <li>确定阅读代码的目的,用工具定位目的(<code>grep</code>或者<code>awk</code>),</li> <li>缩小字体,快速了解整个代码库的结构,</li> <li>Instrumentation, tracing, and visualization一些代码片段,比如分析类之间的关系,函数之间的关系等等,</li> <li>Documentation是最没有帮助的——总是过时,Comment经常是没有用的, <ul> <li>这里提一句:代码的注释应该解释“为什么”,让代码自己去解释“怎么做”。不要用注释重复代码。</li> </ul> </li> <li>单元测试非常有帮助,</li> <li>你需要学command line interface,比如<code>grep</code>、<code>awk</code>、<code>|</code>的程序和操作符。</li> </ol> <h2 id="网络学习">网络学习</h2> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> Learn &amp; practice Git <br> <span class="h5">Git学习 | <a href="https://gitexercises.fracz.com/" role="button">Source</a> </span></h3> </div> <p>又是另一个Git教程。这年头Git教程真的是很多,但是各有各的特点,所以也挺不错的。这个教程用的是互动的方法,直接使用<code>git</code>来完成一系列的任务。我想起当年又一个用<a href="https://vim-adventures.com/">游戏来教你Vim</a>的教程。大家都是在画各种心思来教大家怎么使用GIT这个工具。好的教程总是不嫌多的!</p> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> Startup Hiring 101: A Founder&#39;s Guide <br> <span class="h5">创业分享 | <a href="https://www.notion.so/Startup-Hiring-101-A-Founder-s-Guide-946dad6dd9fd433abdd12338a83e931f/" role="button">Source</a> </span></h3> </div> <p>这是Gem的创始人写的一些列关于初创公司如何找人的文章。算是创业经验分享吧。如果对于创业期间招人应该如何进行完全没有头绪的话,可以快速扫一遍这一系列文章。但是这种文章最多也就是仅供参考了。</p> <h2 id="多媒体">多媒体</h2> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> Raycasting engine in Factorio 1.0 (unmodded) - Facto-RayO v2.0 <br> <span class="h5">游戏视频 | <a href="https://www.youtube.com/watch?v=28UzqVz1r24/" role="button">Source</a> </span></h3> </div> <p>这是一个用Factorio这个游戏直接实现了一个raycasting的功能。用游戏编写另一个游戏,编写另一个游戏,无限循环。只要有基本的元素、足够的耐心和巨大的规模,终究可以用任何信息载体实现另一个信息载体。</p> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> Simple Made Easy 2012 - Rich Hickey <br> <span class="h5">软件设计 | <a href="https://www.youtube.com/watch?v=oytL881p-nQ" role="button">Source</a> </span></h3> </div> <blockquote> <p>Simplicity is prerequisite for reliability. &ndash; Edsgar Dijkstra</p> </blockquote> <p>这个Talk听完以后没有特别多的想法,主旨就是要把整个工具和工程设计得简单(simple),不要搞得特别复杂(complex),但是这个过程并不简单(easy)。我最大的收获可能是Speaker对于Simple vs Easy之间的区分吧。很多内容都是比较抽象的思想讨论。可能是我的软件工程背景还不够,所以有些对比没有非常直观的体会。</p> <h2 id="工具技术展示">工具、技术、展示</h2> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> ipdata <br> <span class="h5">数据服务 | <a href="https://ipdata.co/" role="button">Source</a> </span></h3> </div> <p>IP data是一个提供IP数据的服务商,可以通过IP地址得到相关的地理位置信息,比如经纬度、国家省份等。</p> <div> <h3 class="p-2 border-left border-blue bg-blue-light"> Calibre <br> <span class="h5">开源软件 | <a href="https://calibre-ebook.com/" role="button">Source</a> </span></h3> </div> <p>kitty终端的作者所写的另一个非常受欢迎的电子书管理软件。虽然用户界面比较粗糙,但是功能强大,而且广受好评。最近作者发布了<a href="https://calibre-ebook.com/new-in/fourteen">Calibra 5.0</a>。</p> <section class="footnotes" role="doc-endnotes"> <hr> <ol> <li id="fn:1" role="doc-endnote"> <p>关于计算ARR:因为ARR是按年算的,所以如果客户只是按月付10块,没有包年合约,那么这个用户贡献的ARR是0。如果用户包年,然后每个月付10块,那么用户的ARR是120块。 <a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p> </li> </ol> </section> </div> <div id="gitalk-container"></div> <div class="Header border-top mt-2 bg-gray-light text-gray-dark"> <div class="Header-item"> <span ><strong>Thinking as Algorithm </strong> By <em>Feitong Yang</em> | 2014 - 2020</span> </div> <div class="Header-item Header-item--full"> </div> <div class="Header-item"> <a href="/about/">About</a> </div> <div class="Header-item"> <a href="/logging/">Logging</a> </div> </div> </body> </html> </div>
lib/sparks/generators/template/vendor/assets/javascripts/polymer-all/more-elements/pdf-js/pdf-js.html
revans/sparks
<!-- Copyright 2013 The Polymer Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <script src="pdf.min.js"></script> <script type="text/javascript"> PDFJS.disableWorker = true; // Specify the main script used to create a new PDF.JS web worker. // In production, change this to point to the combined `pdf.js` file. //PDFJS.workerSrc = 'pdf.min.js'; </script> <polymer-element name="pdf-js" attributes="src scale page"> <template> <style> @host { * { background-color: #444; padding: 2px; border: 1px solid black; } } #pdfLabel { color: white; padding: 4px; font-weight: bold; } </style> <span id="pdfLabel">{{label}}</span><button on-click="prev">Prev</button><button on-click="next">Next</button> <br/> <canvas id="pdfCanvas" style="border:1px solid gray; background-color: white;"/> </template> <script> Polymer('pdf-js', { scale: 1, page: 1, src: '', label: '', ready: function() { }, prev: function() { if (this.page > 0) { this.page--; } }, next: function() { this.page++; }, srcChanged: function() { this.pdf = null; this.page = 1; this.label = (this.src || '(no src)').split('/').pop(); PDFJS.getDocument(this.src).then(function(pdf) { this.pdf = pdf; this.render(); }.bind(this)); }, scaleChanged: function() { this.render(); }, pageChanged: function() { this.render(); }, render: function() { if (!this.pdf) { return; } var canvas = this.$.pdfCanvas; var scale = this.scale; // Using promise to fetch the page this.pdf.getPage(this.page).then(function(page) { var viewport = page.getViewport(scale); // // Prepare canvas using PDF page dimensions // var context = canvas.getContext('2d'); canvas.height = viewport.height; canvas.width = viewport.width; // // Render PDF page into canvas context // var renderContext = { canvasContext: context, viewport: viewport }; page.render(renderContext); }); } }); </script> </polymer-element>
Java Script/JavaScript Fundmentals/Conditional statements/Conditional statements/index.html
mdraganov/Telerik-Academy
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Conditional Statements Homework</title> <link type="text/css" href="style.css" rel="stylesheet" /> </head> <body> <section id="pb1"> <h2>Problem 1</h2> <article> Write an if statement that takes two double variables a and b and exchanges their values if the first one is greater than the second. As a result print the values a and b, separated by a space. </article> <ul> <li> <label for="first-num">Enter first number</label> <input id="first-num" type="text" placeholder="Enter a number" /> </li> <li> <label for="second-num">Enter second number</label> <input id="second-num" type="text" placeholder="Enter a number" /> </li> </ul> <button onclick="exchangeIfGreater()">Print answer</button> <div id="answer1" class="answer">Answer</div> </section> <section id="pb2"> <h2>Problem 2</h2> <article> Write a script that shows the sign (+, - or 0) of the product of three real numbers, without calculating it. Use a sequence of if operators. </article> <ul> <li> <label for="first-num2">Enter first number</label> <input id="first-num2" type="text" placeholder="Enter a number" /> </li> <li> <label for="second-num2">Enter second number</label> <input id="second-num2" type="text" placeholder="Enter a number" /> </li> <li> <label for="third-num2">Enter third number</label> <input id="third-num2" type="text" placeholder="Enter a number" /> </li> </ul> <button onclick="sign()">Print answer</button> <div id="answer2" class="answer">Answer</div> </section> <section id="pb3"> <h2>Problem 3</h2> <article> Write a script that finds the biggest of three numbers. Use nested if statements. </article> <ul> <li> <label for="first-num3">Enter first number</label> <input id="first-num3" type="text" placeholder="Enter a number" /> </li> <li> <label for="second-num3">Enter second number</label> <input id="second-num3" type="text" placeholder="Enter a number" /> </li> <li> <label for="third-num3">Enter third number</label> <input id="third-num3" type="text" placeholder="Enter a number" /> </li> </ul> <button onclick="biggest()">Print answer</button> <div id="answer3" class="answer">Answer</div> </section> <section id="pb4"> <h2>Problem 4</h2> <article> Sort 3 real values in descending order. Use nested if statements. </article> <ul> <li> <label for="first-num4">Enter first number</label> <input id="first-num4" type="text" placeholder="Enter a number" /> </li> <li> <label for="second-num4">Enter second number</label> <input id="second-num4" type="text" placeholder="Enter a number" /> </li> <li> <label for="third-num4">Enter third number</label> <input id="third-num4" type="text" placeholder="Enter a number" /> </li> </ul> <button onclick="sort3()">Print answer</button> <div id="answer4" class="answer">Answer</div> </section> <section id="pb5"> <h2>Problem 5</h2> <article> Write a script that asks for a digit (0-9), and depending on the input, shows the digit as a word (in English). Print “not a digit” in case of invalid input. Use a switch statement. </article> <label for="first-num5">Enter a digit</label> <input id="first-num5" type="text" placeholder="Enter a digit" /> <button onclick="digitToWord()">Print answer</button> <div id="answer5" class="answer">Answer</div> </section> <section id="pb6"> <h2>Problem 6</h2> <article> Write a script that reads the coefficients a, b and c of a quadratic equation ax2 + bx + c = 0 and solves it (prints its real roots). Calculates and prints its real roots. </article> <ul> <li> <label for="first-coeff">Enter first ceofficient</label> <input id="first-coeff" type="text" placeholder="Enter a ceofficient" /> </li> <li> <label for="second-coeff">Enter second ceofficient</label> <input id="second-coeff" type="text" placeholder="Enter a ceofficient" /> </li> <li> <label for="third-coeff">Enter third ceofficient</label> <input id="third-coeff" type="text" placeholder="Enter a ceofficient" /> </li> </ul> <button onclick="findRoots()">Print answer</button> <div id="answer6" class="answer">Answer</div> </section> <section id="pb7"> <h2>Problem 7</h2> <article> Write a script that finds the greatest of given 5 variables. Use nested if statements. </article> <ul> <li> <label for="first-num7">Enter first number</label> <input id="first-num7" type="text" placeholder="Enter a number" /> </li> <li> <label for="second-num7">Enter second number</label> <input id="second-num7" type="text" placeholder="Enter a number" /> </li> <li> <label for="third-num7">Enter third number</label> <input id="third-num7" type="text" placeholder="Enter a number" /> </li> <li> <label for="fourth-num7">Enter fourth number</label> <input id="fourth-num7" type="text" placeholder="Enter a number" /> </li> <li> <label for="fifth-num7">Enter fifth number</label> <input id="fifth-num7" type="text" placeholder="Enter a number" /> </li> </ul> <button onclick="greatest()">Print answer</button> <div id="answer7" class="answer">Answer</div> </section> <section id="pb8"> <h2>Problem 8</h2> <article> Write a script that converts a number in the range [0…999] to words, corresponding to its English pronunciation. </article> <label for="number">Enter a number to convert</label> <input id="number" type="text" placeholder="Enter a number" /> <button onclick="numberToWords()">Convert</button> <div id="answer8" class="answer">Answer</div> </section> <script type="text/javascript" src="01.ExchangeIfGreater.js"></script> <script type="text/javascript" src="02.MultiplicationSign.js"></script> <script type="text/javascript" src="03.The biggest of Three.js"></script> <script type="text/javascript" src="04.Sort 3 numbers.js"></script> <script type="text/javascript" src="05.Digit as word.js"></script> <script type="text/javascript" src="06.Quadratic equation.js"></script> <script type="text/javascript" src="07.The biggest of five numbers.js"></script> <script type="text/javascript" src="08.Number as words.js"></script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/dev/chapar/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>chapar: 12 m 12 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 / extra-dev</a></li> <li class="active"><a href="">dev / chapar - dev</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> chapar <small> dev <span class="label label-success">12 m 12 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-23 02:52:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-23 02:52:34 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.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: &quot;2.0&quot; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/coq-community/chapar&quot; dev-repo: &quot;git+https://github.com/coq-community/chapar.git&quot; bug-reports: &quot;https://github.com/coq-community/chapar/issues&quot; license: &quot;MIT&quot; synopsis: &quot;A framework for verification of causal consistency for distributed key-value stores and their clients in Coq&quot; description: &quot;&quot;&quot; A framework for modular verification of causal consistency for replicated key-value store implementations and their client programs in Coq. Includes proofs of the causal consistency of two key-value store implementations and a simple automatic model checker for the correctness of client programs. &quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {(&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.11~&quot;) | (= &quot;dev&quot;)} ] tags: [ &quot;category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;keyword:causal consistency&quot; &quot;keyword:key-value stores&quot; &quot;keyword:distributed algorithms&quot; &quot;keyword:program verification&quot; &quot;logpath:Chapar&quot; ] authors: [ &quot;Mohsen Lesani&quot; &quot;Christian J. Bell&quot; &quot;Adam Chlipala&quot; ] url { src: &quot;git+https://github.com/coq-community/chapar.git#master&quot; } </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-chapar.dev coq.dev</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-chapar.dev coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>10 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 coq-chapar.dev coq.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 m 12 s</dd> </dl> <h2>Installation size</h2> <p>Total: 8 M</p> <ul> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Framework/KVStore.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg2.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Examples/Clients.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Examples/ListClient.vo</code></li> <li>651 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg3.vo</code></li> <li>567 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg1.vo</code></li> <li>474 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Framework/KVStore.glob</code></li> <li>396 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Framework/ReflectiveAbstractSemantics.vo</code></li> <li>306 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg2.glob</code></li> <li>204 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Framework/ReflectiveAbstractSemantics.glob</code></li> <li>194 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Framework/KVStore.v</code></li> <li>182 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg3.glob</code></li> <li>165 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg2.v</code></li> <li>142 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg1.glob</code></li> <li>85 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg3.v</code></li> <li>63 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg1.v</code></li> <li>48 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Framework/ReflectiveAbstractSemantics.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Lib/Predefs.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Lib/extralib.vo</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Examples/Clients.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Lib/Predefs.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/ExtractAlgorithm.vo</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Examples/ListClient.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Lib/extralib.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Examples/Clients.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Lib/Predefs.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Examples/ListClient.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Lib/extralib.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/ExtractAlgorithm.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/Chapar/Algorithms/ExtractAlgorithm.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-chapar.dev</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>
polymux-app/components/dialog/dialog.html
PIWEEK/polymux
<link rel="import" href="../../bower_components/polymer/polymer.html"> <dom-module id="polymux-dialog"> <style> :host { display: none; } :host.visible { animation-direction: alternate; position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; z-index: 99; background: rgba(0,0,0, 0.3); } :host.visible .lightbox { animation: dropdownFade .3s; background: white; box-shadow: 0 0 10px rgba(0,0,0, .4); max-width: 800px; width: 90vw; height: 80vh; margin: 4vh 4vw; position: relative; padding: 2vw; } h1 { text-align: center; } a.close { position: absolute; top: 1%; right: 1%; } </style> <template> <div class="lightbox"> <h1>{{message}}</h1> <content></content> </div> </template> <script> Polymer({ is: "polymux-dialog", properties: { message: { type: String, value: "" }, display: { type: String, } }, attached: function() { if(this.getAttribute('display') === 'visible') { this.toggleClass('visible'); } }, listeners: { 'tap': 'toggle', }, toggle: function(detail) { if(!this.hasAttribute('message')) { this.message = detail.notifyMessage; } this.toggleClass('visible'); } }); </script> </dom-module>
src/Viteloge/CoreBundle/Resources/descriptions/52495.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Trémilly est un village localisé dans le département de Haute-Marne en Champagne-Ardenne. Elle comptait 90 habitants en 2008.</p> <p>Si vous envisagez de emmenager à Trémilly, vous pourrez facilement trouver une maison à vendre. </p> <p>À coté de Trémilly sont localisées les villes de <a href="{{VLROOT}}/immobilier/ville-sur-terre_10428/">Ville-sur-Terre</a> située à 4&nbsp;km, 137 habitants, <a href="{{VLROOT}}/immobilier/beurville_52047/">Beurville</a> à 6&nbsp;km, 109 habitants, <a href="{{VLROOT}}/immobilier/sommevoire_52479/">Sommevoire</a> localisée à 6&nbsp;km, 741 habitants, <a href="{{VLROOT}}/immobilier/fresnay_10161/">Fresnay</a> à 6&nbsp;km, 50 habitants, <a href="{{VLROOT}}/immobilier/soulaines-dhuys_10372/">Soulaines-Dhuys</a> à 3&nbsp;km, 292 habitants, <a href="{{VLROOT}}/immobilier/fuligny_10163/">Fuligny</a> localisée à 6&nbsp;km, 51 habitants, entre autres. De plus, Trémilly est située à seulement 15&nbsp;km de <a href="{{VLROOT}}/immobilier/bar-sur-aube_10033/">Bar-sur-Aube</a>.</p> <p>Le nombre de logements, à Trémilly, se décomposait en 2011 en zero appartements et 42 maisons soit un marché relativement équilibré.</p> </div>
neighborhoodclean.html
jvd308/alhodaic
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" href="img/homepage/favicon.ico" /> <title>Alhoda Islamic Center</title> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Theme CSS --> <link href="css/freelancer.min.css" rel="stylesheet"> <link href="css/freelancer.custom.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <style> .carousel-inner > .item > img, .carousel-inner > .item > a > img { width: 100%; margin: auto; border-radius: 9px; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: .5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,0.6); border-radius: 9px; overflow: hidden; } .carousel-indicators { bottom:-50px; } </style> </head> <body style ='background-color:#6C7F92'> <div class="portfolio-modal" data-toggle="modal" id="neighborhoodphotos" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content" style ='background-color:#6C7F92'> <div class="close-modal" data-dismiss="modal" onclick="history.go(-1);"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container" > <div class="row"> <div class="col-lg-8 col-lg-offset-2" > <div class="modal-body"> <h2 style="text-align:center">Neighborhood Cleaning</h2> <hr class="star-photos"> </div> </div> </div> <br> <div class="col-lg-8 col-lg-offset-2" > <div id="myCarousel" class="carousel slide " data-ride="carousel" style ='background-color:#6C7F92'> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target="#myCarousel" data-slide-to="1"></li> <li data-target="#myCarousel" data-slide-to="2"></li> <li data-target="#myCarousel" data-slide-to="3"></li> <li data-target="#myCarousel" data-slide-to="4"></li> <li data-target="#myCarousel" data-slide-to="5"></li> <li data-target="#myCarousel" data-slide-to="6"></li> <li data-target="#myCarousel" data-slide-to="7"></li> <li data-target="#myCarousel" data-slide-to="8"></li> <li data-target="#myCarousel" data-slide-to="9"></li> <li data-target="#myCarousel" data-slide-to="10"></li> <li data-target="#myCarousel" data-slide-to="11"></li> <li data-target="#myCarousel" data-slide-to="12"></li> <li data-target="#myCarousel" data-slide-to="13"></li> <li data-target="#myCarousel" data-slide-to="14"></li> <li data-target="#myCarousel" data-slide-to="15"></li> <li data-target="#myCarousel" data-slide-to="16"></li> <li data-target="#myCarousel" data-slide-to="17"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="img/neighclean/NCactive.png"> </div> <div class="item"> <img src="img/neighclean/nc001a.png"> </div> <div class="item"> <img src="img/neighclean/NC002.png"> </div> <div class="item"> <img src="img/neighclean/NC003.png"> </div> <div class="item"> <img src="img/neighclean/NC010.png"> </div> <div class="item"> <img src="img/neighclean/NC011.png"> </div> <div class="item"> <img src="img/neighclean/nc3.png"> </div> <div class="item"> <img src="img/neighclean/nc4.png"> </div> <div class="item"> <img src="img/neighclean/NC006.png"> </div> <div class="item"> <img src="img/neighclean/NC007.png"> </div> <div class="item"> <img src="img/neighclean/nc5.png"> </div> <div class="item"> <img src="img/neighclean/nc2.png"> </div> <div class="item"> <img src="img/neighclean/nc6.png"> </div> <div class="item"> <img src="img/neighclean/NC005.png"> </div> <div class="item"> <img src="img/neighclean/NC012.png"> </div> <div class="item"> <img src="img/neighclean/nc7.png"> </div> <div class="item"> <img src="img/neighclean/nc8.png"> </div> <div class="item"> <img src="img/neighclean/nc9.png"> </div> </div> <!-- Left and right controls --> <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev" > <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> <br><br><br><br><br> </div> </div> </div> </div> </body> </html>
modulo-dotnet/LojaNinja/LojaNinja/Content/css/detalhes.css
arthurtcabral/crescer-2016-1
.cabecalho{ padding: 10px; margin: 20px 20px; border: solid black 2px; } .cabecalho > span{ margin-left: 70px; margin-right: 40px; } .dados > span{ margin-left: 70px; margin-right: 70px; } #valor-venda{ margin-left: 140px; } #cidade{ margin-right: 0px; }
codeninja/templates/public/logout.html
Deathnerd/iamacodeninja
{% extends "layout.html" %} {% block title %} Logout {% endblock %} {% block body %} Here's the logout page {% endblock %}
dist/docs/partials/api/material.components.icon/directive/mdIcon.html
rassokhina/material
<div class="doc-content"> <header class="api-profile-header"> </header> <div layout="row" class="api-options-bar with-icon"> </div> <div class="api-profile-description"> <p>The <code>md-icon</code> directive is an markup element useful for showing an icon based on a font-face or a SVG. Both external SVGs (via URLs) or cached SVG from icon sets can be easily loaded and used.</p> </div> <div> <div class="usage"> <h2 id="Usage">Usage</h2> <hljs lang="html"> <md-icon md-font-icon="android" alt="android " ></md-icon> <md-icon md-svg-icon="action:android" alt="android " ></md-icon> <md-icon md-svg-src="/android.svg" alt="android " ></md-icon> <md-icon md-svg-src="{{ getAndroid() }}" alt="android " ></md-icon> </hljs> </div> <section class="api-section"> <h3> Attributes </h3> <md-list> <md-item> <md-item-content class="dashed-bottom"> <div class="api-params-label api-params-title" flex="20" layout layout-align="center center" > Parameter </div> <div class="api-params-label api-params-title" flex="15" layout layout-align="center center" block-sm > Type </div> <div class="api-params-content api-params-title" flex layout="row" layout-align="left center" style="padding-top:15px"> Description </div> </md-item-content> </md-item> <md-item class="api-params-item"> <md-item-content> <div class="api-params-label" flex="35" flex-gt-sm="20"> md-svg-src <span hide show-sm> <code class="api-type label type-hint type-hint-string">string</code> </span> </div> <div class="api-params-label" hide-sm flex="15"> <code class="api-type label type-hint type-hint-string">string</code> </div> <div class="api-params-content" flex> <p><p>String URL [or expression ] used to load, cache, and display an external SVG.</p> </p> </div> </md-item-content> </md-item> <md-item class="api-params-item"> <md-item-content> <div class="api-params-label" flex="35" flex-gt-sm="20"> md-svg-icon <span hide show-sm> <code class="api-type label type-hint type-hint-string">string</code> </span> </div> <div class="api-params-label" hide-sm flex="15"> <code class="api-type label type-hint type-hint-string">string</code> </div> <div class="api-params-content" flex> <p><p>String name used for lookup of the icon from the internal cache; interpolated strings or expressions may also be used. Specific set names can be used with the syntax <code>&lt;set name&gt;:&lt;icon name&gt;</code>.<br/><br/> To use icon sets, developers are required to pre-register the sets using the <code>$mdIconProvider</code> service.</p> </p> </div> </md-item-content> </md-item> <md-item class="api-params-item"> <md-item-content> <div class="api-params-label" flex="35" flex-gt-sm="20"> md-font-icon <span hide show-sm> <code class="api-type label type-hint type-hint-string">string</code> </span> </div> <div class="api-params-label" hide-sm flex="15"> <code class="api-type label type-hint type-hint-string">string</code> </div> <div class="api-params-content" flex> <p><p>String name of CSS icon associated with the font-face will be used to render the icon. Requires the fonts and the named CSS styles to be preloaded.</p> </p> </div> </md-item-content> </md-item> <md-item class="api-params-item"> <md-item-content> <div class="api-params-label" flex="35" flex-gt-sm="20"> alt <span hide show-sm> <code class="api-type label type-hint type-hint-string">string</code> </span> <div><em>(optional)</em></div> </div> <div class="api-params-label" hide-sm flex="15"> <code class="api-type label type-hint type-hint-string">string</code> </div> <div class="api-params-content" flex> <p><p>Labels icon for accessibility. If an empty string is provided, icon will be hidden from accessibility layer with <code>aria-hidden=&quot;true&quot;</code>. If there&#39;s no alt on the icon nor a label on the parent element, a warning will be logged to the console.</p> </p> </div> </md-item-content> </md-item> </md-list> </section> </div> </div>
projects/index.html
JoeMarion/JoeMarion.github.io
<!DOCTYPE html> <html> <head> <title>Making it Marions | Projects</title> <link href="favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" type="text/css" href="../blog/css/default.css"> <link rel="stylesheet" type="text/css" href="../blog/css/blog.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> </head> <body> <div id="container"> <header> <a href="index.html"><i class="fa fa-globe fa-4x"></i> Making it Marions</a> </header> <nav> <ul id="main-nav"> <li><a href="../blog/index.html">Home</a></li> <li><a href="index.html">Projects</a></li> <li><a href="../blog/blog.html">Blog</a></li> <li><a href="../blog/about.html">About Us</a></li> <li><a href="../blog/contact.html">Contact</a></li> </ul> <div class="handle">Menu</div> </nav> <div class="main"> <aside> <h2>Projects<h2> <ul> <li><a href="cheat-sheet.html">Cheat Sheet</a></li> </ul> </aside> </div> <div class="description"> <img src="../imgs/profile.jpg" alt="profile" height="120" width="120" class="self-image"> <p> Here is where I am going to type up a brief description of myself and a little about my experience. Most of my information can be located in the about page where I will link to myself from here. </p> </div> </div> <footer> <div class="wrapper"> <ul> <li>Home</li> <li>Projects</li> <li>Resume</li> <li>About Me</li> <li>Contact</li> <li>Credits</li> <li><a href="http://www.facebook.com/joeymarion" class="social-icons"><i class="fa fa-facebook-official"></i></a></li> <li><a href="http://www.twitter.com/joezmar" class="social-icons"><i class="fa fa-twitter-square"></i></a></li> <li><a href="http://www.instagram.com/joezmarion" class="social-icons"><i class="fa fa-instagram"></i></a></li> </ul> </div> </footer> <script> $('.handle').on('click', function(){ $('nav ul').toggleClass('showing') }); </script> </body> </html>
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:higman-nw/8.4.dev/index.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 class="active"><a href="">8.4pl4 / contrib:higman-nw 8.4.dev</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:higman-nw <small>8.4.dev</small></h1> <table class="table table-striped text-center"> <thead> <tr> <td>Date</td> <td>Time</td> <td>Relative</td> <td>Status</td> </tr> </thead> <tbody> <tr> <td>2015-01-30</td> <td>06:22:40</td> <td><script>document.write(moment("2015-01-30 06:22:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2015-01-30_06-22-40.html">5 s</a></td> </tr> <tr> <td>2015-01-06</td> <td>22:16:02</td> <td><script>document.write(moment("2015-01-06 22:16:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2015-01-06_22-16-02.html">5 s</a></td> </tr> <tr> <td>2014-12-12</td> <td>20:53:37</td> <td><script>document.write(moment("2014-12-12 20:53:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2014-12-12_20-53-37.html">5 s</a></td> </tr> <tr> <td>2014-12-05</td> <td>05:10:05</td> <td><script>document.write(moment("2014-12-05 05:10:05 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2014-12-05_05-10-05.html">4 s</a></td> </tr> <tr> <td>2014-11-29</td> <td>03:38:54</td> <td><script>document.write(moment("2014-11-29 03:38:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2014-11-29_03-38-54.html">4 s</a></td> </tr> <tr> <td>2014-11-21</td> <td>12:12:52</td> <td><script>document.write(moment("2014-11-21 12:12:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="success"><a href="2014-11-21_12-12-52.html">4 s</a></td> </tr> <tr> <td>2014-11-19</td> <td>11:05:16</td> <td><script>document.write(moment("2014-11-19 11:05:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script></td> <td class="danger"><a href="2014-11-19_11-05-16.html">Uninstallation error</a></td> </tr> </tbody> </table> </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>
_site/2013/01/18/t292081834823675904.html
desparoz/desparoz.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>T292081834823675904</title> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600"> <link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/custom.css"> <link rel="alternate" type="application/rss+xml" title="Des Paroz" href="http://desparoz.me/feed.xml" /> <link rel="alternate" type="application/json" title="Des Paroz" href="http://desparoz.me/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/desparoz" /> <link rel="me" href="https://twitter.com/desparoz" /> <link rel="me" href="https://github.com/desparoz" /> <link rel="authorization_endpoint" href="https://indieauth.com/auth" /> <link rel="token_endpoint" href="https://tokens.indieauth.com/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> </head> <body> <div class="container"> <header class="masthead"> <h1 class="masthead-title--small"> <a href="/">Des Paroz</a> </h1> </header> <div class="content post h-entry"> <div class="post-date"> <time class="dt-published" datetime="2013-01-18 11:31:00 +1000">18 Jan 2013</time> </div> <div class="e-content"> <p>ok, its hot</p> </div> </div> </div> </body> </html>
_ng1_docs/1.0.14/modules/ng1.html
ui-router/ui-router.github.io
--- redirect_from: /docs/1.0.14/modules/ng1.html --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ng1 | @uirouter/angularjs</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/uirouter.css"> <script src="../assets/js/modernizr.js"></script> <script src="../assets/js/reset.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@uirouter/angularjs</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <!-- <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> --> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label> <!-- <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> --> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../index.html">@uirouter/angularjs</a> </li> <li> <a href="ng1.html">ng1</a> </li> </ul> <h1>Module ng1</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <h1 id="angular-1-types">Angular 1 types</h1> </div> <p>UI-Router core provides various Typescript types which you can use for code completion and validating parameter values, etc. The customizations to the core types for Angular UI-Router are documented here.</p> <p>The optional <a href="ng1.html#_resolve">$resolve</a> service is also documented here.</p> </div> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-not-exported"> <h3>Modules</h3> <ul class="tsd-index-list"> <li class="tsd-kind-module tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.__uirouter_core_lib_router_.html" class="tsd-kind-icon">"@uirouter/core/lib/router"</a></li> <li class="tsd-kind-module tsd-parent-kind-external-module tsd-is-not-exported"><a href="ng1.__uirouter_core_lib_state_stateregistry_.html" class="tsd-kind-icon">"@uirouter/core/lib/state/state<wbr>Registry"</a></li> </ul> </section> <section class="tsd-index-section tsd-is-external"> <h3>Classes</h3> <ul class="tsd-index-list"> <li class="tsd-kind-class tsd-parent-kind-external-module tsd-is-external"><a href="../classes/ng1.ng1locationservices.html" class="tsd-kind-icon">Ng1<wbr>Location<wbr>Services</a></li> <li class="tsd-kind-class tsd-parent-kind-external-module tsd-is-external"><a href="../classes/ng1.ng1viewconfig.html" class="tsd-kind-icon">Ng1<wbr>View<wbr>Config</a></li> <li class="tsd-kind-class tsd-parent-kind-external-module tsd-is-external"><a href="../classes/ng1.stateprovider.html" class="tsd-kind-icon">State<wbr>Provider</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Interfaces</h3> <ul class="tsd-index-list"> <li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/ng1.ng1controller.html" class="tsd-kind-icon">Ng1<wbr>Controller</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/ng1.ng1statedeclaration.html" class="tsd-kind-icon">Ng1<wbr>State<wbr>Declaration</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/ng1.ng1statetransitionhook.html" class="tsd-kind-icon">Ng1<wbr>State<wbr>Transition<wbr>Hook</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/ng1.ng1viewdeclaration.html" class="tsd-kind-icon">Ng1<wbr>View<wbr>Declaration</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module"><a href="../interfaces/ng1.templatefactoryprovider.html" class="tsd-kind-icon">Template<wbr>Factory<wbr>Provider</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"><a href="../interfaces/ng1.uiviewscrollprovider.html" class="tsd-kind-icon">UIView<wbr>Scroll<wbr>Provider</a></li> <li class="tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"><a href="../interfaces/ng1._ng1statedeclaration.html" class="tsd-kind-icon">_<wbr>Ng1<wbr>State<wbr>Declaration</a></li> </ul> </section> <section class="tsd-index-section tsd-is-external tsd-is-not-exported"> <h3>Variables</h3> <ul class="tsd-index-list"> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#id" class="tsd-kind-icon">id</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#mod_cmpt" class="tsd-kind-icon">mod_<wbr>cmpt</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#mod_init" class="tsd-kind-icon">mod_<wbr>init</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#mod_main" class="tsd-kind-icon">mod_<wbr>main</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#mod_rtr" class="tsd-kind-icon">mod_<wbr>rtr</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#mod_state" class="tsd-kind-icon">mod_<wbr>state</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#mod_util" class="tsd-kind-icon">mod_<wbr>util</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#ng_from_global" class="tsd-kind-icon">ng_<wbr>from_<wbr>global</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#router" class="tsd-kind-icon">router</a></li> </ul> </section> <section class="tsd-index-section tsd-is-external"> <h3>Functions</h3> <ul class="tsd-index-list"> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external"><a href="ng1.html#_includedbystatefilter" class="tsd-kind-icon">$<wbr>Included<wbr>ByState<wbr>Filter</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external"><a href="ng1.html#_isstatefilter" class="tsd-kind-icon">$<wbr>IsState<wbr>Filter</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#_uirouterprovider" class="tsd-kind-icon">$ui<wbr>Router<wbr>Provider</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external"><a href="ng1.html#getng1viewconfigfactory" class="tsd-kind-icon">get<wbr>Ng1<wbr>View<wbr>Config<wbr>Factory</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#getproviderfor" class="tsd-kind-icon">get<wbr>Provider<wbr>For</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external"><a href="ng1.html#getstatehookbuilder" class="tsd-kind-icon">get<wbr>State<wbr>Hook<wbr>Builder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#getstateprovider" class="tsd-kind-icon">get<wbr>State<wbr>Provider</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#geturlrouterprovider" class="tsd-kind-icon">get<wbr>Url<wbr>Router<wbr>Provider</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#hasanykey" class="tsd-kind-icon">has<wbr>Any<wbr>Key</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external"><a href="ng1.html#ng1viewsbuilder" class="tsd-kind-icon">ng1<wbr>Views<wbr>Builder</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"><a href="ng1.html#runblock" class="tsd-kind-icon">run<wbr>Block</a></li> <li class="tsd-kind-function tsd-parent-kind-external-module tsd-is-external"><a href="ng1.html#watchdigests" class="tsd-kind-icon">watch<wbr>Digests</a></li> </ul> </section> <section class="tsd-index-section tsd-is-not-exported"> <h3>Object literals</h3> <ul class="tsd-index-list"> <li class="tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported"><a href="ng1.html#_resolve" class="tsd-kind-icon">$resolve</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external tsd-is-not-exported"> <h2>Variables</h2> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="id" class="tsd-anchor"></a> <!-- <h3>id</h3> --> <div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;0</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/statebuilders/views.ts#L83">src/statebuilders/views.ts:83</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="mod_cmpt" class="tsd-anchor"></a> <!-- <h3>mod_<wbr>cmpt</h3> --> <div class="tsd-signature tsd-kind-icon">mod_<wbr>cmpt<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;angular.module(&#x27;ui.router.compat&#x27;, [&#x27;ui.router&#x27;])</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L35">src/services.ts:35</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="mod_init" class="tsd-anchor"></a> <!-- <h3>mod_<wbr>init</h3> --> <div class="tsd-signature tsd-kind-icon">mod_<wbr>init<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;angular.module(&#x27;ui.router.init&#x27;, [])</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L30">src/services.ts:30</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="mod_main" class="tsd-anchor"></a> <!-- <h3>mod_<wbr>main</h3> --> <div class="tsd-signature tsd-kind-icon">mod_<wbr>main<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;angular.module(&#x27;ui.router&#x27;, [&#x27;ui.router.init&#x27;, &#x27;ui.router.state&#x27;, &#x27;ui.router.angular1&#x27;])</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L34">src/services.ts:34</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="mod_rtr" class="tsd-anchor"></a> <!-- <h3>mod_<wbr>rtr</h3> --> <div class="tsd-signature tsd-kind-icon">mod_<wbr>rtr<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;angular.module(&#x27;ui.router.router&#x27;, [&#x27;ui.router.util&#x27;])</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L32">src/services.ts:32</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="mod_state" class="tsd-anchor"></a> <!-- <h3>mod_<wbr>state</h3> --> <div class="tsd-signature tsd-kind-icon">mod_<wbr>state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;angular.module(&#x27;ui.router.state&#x27;, [&#x27;ui.router.router&#x27;, &#x27;ui.router.util&#x27;, &#x27;ui.router.angular1&#x27;])</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L33">src/services.ts:33</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="mod_util" class="tsd-anchor"></a> <!-- <h3>mod_<wbr>util</h3> --> <div class="tsd-signature tsd-kind-icon">mod_<wbr>util<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;angular.module(&#x27;ui.router.util&#x27;, [&#x27;ng&#x27;, &#x27;ui.router.init&#x27;])</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L31">src/services.ts:31</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="ng_from_global" class="tsd-anchor"></a> <!-- <h3>ng_<wbr>from_<wbr>global</h3> --> <div class="tsd-signature tsd-kind-icon">ng_<wbr>from_<wbr>global<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;angular</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/angular.ts#L7">src/angular.ts:7</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="router" class="tsd-anchor"></a> <!-- <h3>router</h3> --> <div class="tsd-signature tsd-kind-icon">router<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">UIRouter</span><span class="tsd-signature-symbol"> =&nbsp;null</span></div> <div class="tsd-declaration"> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L46">src/services.ts:46</a></li> </ul> </aside> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Functions</h2> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a name="_includedbystatefilter" class="tsd-anchor"></a> <!-- <h3>$<wbr>Included<wbr>ByState<wbr>Filter</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <li class="tsd-signature tsd-kind-icon">$<wbr>Included<wbr>ByState<wbr>Filter<span class="tsd-signature-symbol">(</span>$state<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StateService</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>$state <span class="tsd-signature-type">StateService</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/stateFilters.ts#L36">src/stateFilters.ts:36</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a name="_isstatefilter" class="tsd-anchor"></a> <!-- <h3>$<wbr>IsState<wbr>Filter</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <li class="tsd-signature tsd-kind-icon">$<wbr>IsState<wbr>Filter<span class="tsd-signature-symbol">(</span>$state<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StateService</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>$state <span class="tsd-signature-type">StateService</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/stateFilters.ts#L17">src/stateFilters.ts:17</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="_uirouterprovider" class="tsd-anchor"></a> <!-- <h3>$ui<wbr>Router<wbr>Provider</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">$ui<wbr>Router<wbr>Provider<span class="tsd-signature-symbol">(</span>$locationProvider<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ILocationProvider</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UIRouter</span></li> <li class="tsd-header"> <p> This angular 1 provider instantiates a Router and exposes its services via the angular injector </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>This angular 1 provider instantiates a Router and exposes its services via the angular injector</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>$locationProvider <span class="tsd-signature-type">ILocationProvider</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">UIRouter</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L50">src/services.ts:50</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a name="getng1viewconfigfactory" class="tsd-anchor"></a> <!-- <h3>get<wbr>Ng1<wbr>View<wbr>Config<wbr>Factory</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <li class="tsd-signature tsd-kind-icon">get<wbr>Ng1<wbr>View<wbr>Config<wbr>Factory<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="view.html#viewconfigfactory" class="tsd-signature-type">ViewConfigFactory</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <a href="view.html#viewconfigfactory" class="tsd-signature-type">ViewConfigFactory</a></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/statebuilders/views.ts#L12">src/statebuilders/views.ts:12</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="getproviderfor" class="tsd-anchor"></a> <!-- <h3>get<wbr>Provider<wbr>For</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">get<wbr>Provider<wbr>For<span class="tsd-signature-symbol">(</span>serviceName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">(string | (Anonymous function))[]</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>serviceName <span class="tsd-signature-type">any</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">(string | (Anonymous function))[]</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L81">src/services.ts:81</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a name="getstatehookbuilder" class="tsd-anchor"></a> <!-- <h3>get<wbr>State<wbr>Hook<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <li class="tsd-signature tsd-kind-icon">get<wbr>State<wbr>Hook<wbr>Builder<span class="tsd-signature-symbol">(</span>hookName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"onEnter"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"onExit"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"onRetain"</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">stateHookBuilder</span></li> <li class="tsd-header"> <p> This is a <a href="../classes/state.statebuilder.html#builder">StateBuilder.builder</a> function for angular1 <code>onEnter</code>, <code>onExit</code>, <code>onRetain</code> callback hooks on a <a href="../interfaces/ng1.ng1statedeclaration.html">Ng1StateDeclaration</a>. </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>This is a <a href="../classes/state.statebuilder.html#builder">StateBuilder.builder</a> function for angular1 <code>onEnter</code>, <code>onExit</code>, <code>onRetain</code> callback hooks on a <a href="../interfaces/ng1.ng1statedeclaration.html">Ng1StateDeclaration</a>.</p> </div> <p>When the <a href="../classes/state.statebuilder.html">StateBuilder</a> builds a <a href="../classes/state.stateobject.html">StateObject</a> object from a raw <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a>, this builder ensures that those hooks are injectable for @uirouter/angularjs (ng1).</p> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>hookName <span class="tsd-signature-type">"onEnter"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"onExit"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"onRetain"</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">stateHookBuilder</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/statebuilders/onEnterExitRetain.ts#L15">src/statebuilders/onEnterExitRetain.ts:15</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="getstateprovider" class="tsd-anchor"></a> <!-- <h3>get<wbr>State<wbr>Provider</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">get<wbr>State<wbr>Provider<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../classes/ng1.stateprovider.html" class="tsd-signature-type">StateProvider</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">object</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <a href="../classes/ng1.stateprovider.html" class="tsd-signature-type">StateProvider</a> <span class="tsd-signature-symbol"> | </span> <span class="tsd-signature-type">object</span> </h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L108">src/services.ts:108</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="geturlrouterprovider" class="tsd-anchor"></a> <!-- <h3>get<wbr>Url<wbr>Router<wbr>Provider</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">get<wbr>Url<wbr>Router<wbr>Provider<span class="tsd-signature-symbol">(</span>uiRouter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UIRouter</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../classes/url.urlrouterprovider.html" class="tsd-signature-type">UrlRouterProvider</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>uiRouter <span class="tsd-signature-type">UIRouter</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <a href="../classes/url.urlrouterprovider.html" class="tsd-signature-type">UrlRouterProvider</a></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L103">src/services.ts:103</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="hasanykey" class="tsd-anchor"></a> <!-- <h3>has<wbr>Any<wbr>Key</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">has<wbr>Any<wbr>Key<span class="tsd-signature-symbol">(</span>keys<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, obj<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>keys <span class="tsd-signature-type">any</span></h5> </li> <li> <h5>obj <span class="tsd-signature-type">any</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/statebuilders/views.ts#L20">src/statebuilders/views.ts:20</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a name="ng1viewsbuilder" class="tsd-anchor"></a> <!-- <h3>ng1<wbr>Views<wbr>Builder</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <li class="tsd-signature tsd-kind-icon">ng1<wbr>Views<wbr>Builder<span class="tsd-signature-symbol">(</span>state<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">StateObject</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span></li> <li class="tsd-header"> <p> This is a <a href="../classes/state.statebuilder.html#builder">StateBuilder.builder</a> function for angular1 <code>views</code>. </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>This is a <a href="../classes/state.statebuilder.html#builder">StateBuilder.builder</a> function for angular1 <code>views</code>.</p> </div> <p>When the <a href="../classes/state.statebuilder.html">StateBuilder</a> builds a <a href="../classes/state.stateobject.html">StateObject</a> object from a raw <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a>, this builder handles the <code>views</code> property with logic specific to @uirouter/angularjs (ng1).</p> <p>If no <code>views: {}</code> property exists on the <a href="../interfaces/state.statedeclaration.html">StateDeclaration</a>, then it creates the <code>views</code> object and applies the state-level configuration to a view named <code>$default</code>.</p> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>state <span class="tsd-signature-type">StateObject</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4> <ul class="tsd-parameters"> </ul> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/statebuilders/views.ts#L32">src/statebuilders/views.ts:32</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a name="runblock" class="tsd-anchor"></a> <!-- <h3>run<wbr>Block</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">run<wbr>Block<span class="tsd-signature-symbol">(</span>$injector<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IInjectorService</span>, $q<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IQService</span>, $uiRouter<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">UIRouter</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>$injector <span class="tsd-signature-type">IInjectorService</span></h5> </li> <li> <h5>$q <span class="tsd-signature-type">IQService</span></h5> </li> <li> <h5>$uiRouter <span class="tsd-signature-type">UIRouter</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L89">src/services.ts:89</a></li> </ul> </aside> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a name="watchdigests" class="tsd-anchor"></a> <!-- <h3>watch<wbr>Digests</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <li class="tsd-signature tsd-kind-icon">watch<wbr>Digests<span class="tsd-signature-symbol">(</span>$rootScope<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">IRootScopeService</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>$rootScope <span class="tsd-signature-type">IRootScopeService</span></h5> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/services.ts#L112">src/services.ts:112</a></li> </ul> </aside> </li> </ul> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-not-exported"> <h2>Object literals</h2> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported"> <a name="_resolve" class="tsd-anchor"></a> <!-- <h3>$resolve</h3> --> <div class="tsd-signature tsd-kind-icon">$resolve<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span> <div class="tsd-header"> <p> Implementation of the legacy <code>$resolve</code> service for angular 1. </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Implementation of the legacy <code>$resolve</code> service for angular 1.</p> </div> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/legacy/resolveService.ts#L8">src/legacy/resolveService.ts:8</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported"> <a name="_resolve.resolve" class="tsd-anchor"></a> <!-- <h3>resolve</h3> --> <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported"> <li class="tsd-signature tsd-kind-icon">resolve<span class="tsd-signature-symbol">(</span>invocables<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, locals<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">object</span>, parent<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">&gt;</span></li> <li class="tsd-header"> <p> Asynchronously injects a resolve block. </p> </li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Asynchronously injects a resolve block.</p> </div> <p>This emulates most of the behavior of the ui-router 0.2.x $resolve.resolve() service API.</p> <h3 id="not-bundled-by-default">Not bundled by default</h3> <p>This API is no longer not part of the standard <code>@uirouter/angularjs</code> bundle. For users of the prebuilt bundles, add the <code>release/resolveService.min.js</code> UMD bundle. For bundlers (webpack, browserify, etc), add <code>@uirouter/angularjs/lib/legacy/resolveService</code>.</p> <hr> <p>Given an object <code>invocables</code>, where keys are strings and values are injectable functions, injects each function, and waits for the resulting promise to resolve. When all resulting promises are resolved, returns the results as an object.</p> <h4 id="example-">Example:</h4> <pre><code class="lang-js"><span class="hljs-keyword">let</span> invocables = { <span class="hljs-attr">foo</span>: [ <span class="hljs-string">'$http'</span>, ($http) =&gt; $http.get(<span class="hljs-string">'/api/foo'</span>).then(<span class="hljs-function"><span class="hljs-params">resp</span> =&gt;</span> resp.data) ], <span class="hljs-attr">bar</span>: [ <span class="hljs-string">'foo'</span>, <span class="hljs-string">'$http'</span>, (foo, $http) =&gt; $http.get(<span class="hljs-string">'/api/bar/'</span> + foo.barId).then(<span class="hljs-function"><span class="hljs-params">resp</span> =&gt;</span> resp.data) ] } $resolve.resolve(invocables) .then(<span class="hljs-function"><span class="hljs-params">results</span> =&gt;</span> <span class="hljs-built_in">console</span>.log(results.foo, results.bar)) <span class="hljs-comment">// Logs foo and bar:</span> <span class="hljs-comment">// { id: 123, barId: 456, fooData: 'foo data' }</span> <span class="hljs-comment">// { id: 456, barData: 'bar data' }</span> </code></pre> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>invocables <span class="tsd-signature-type">object</span></h5> : <div class="tsd-comment tsd-typography"> <div class="lead"> <p>an object which looks like an <a href="../interfaces/state.statedeclaration.html#resolve">StateDeclaration.resolve</a> object; keys are resolve names and values are injectable functions</p> </div> </div> <ul class="tsd-parameters"> <li class="tsd-parameter-index-signature"> <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">Function</span></h5> </li> </ul> </li> <li> <h5>locals: <span class="tsd-flag ts-flagDefault value">Default value</span>&nbsp; <span class="tsd-signature-type">object</span><span class="tsd-signature-symbol"> =&nbsp;{}</span></h5> : <div class="tsd-comment tsd-typography"> <div class="lead"> <p>key/value pre-resolved data (locals)</p> </div> </div> <ul class="tsd-parameters"> </ul> </li> <li> <h5>parent: <span class="tsd-flag ts-flagOptional">Optional</span>&nbsp; <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h5> : <div class="tsd-comment tsd-typography"> <div class="lead"> <p>a promise for a &quot;parent resolve&quot;</p> </div> </div> </li> </ul> <div class="tsd-returns"> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">&gt;</span></h4> </div> <hr> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/00139c6/src/legacy/resolveService.ts#L45">src/legacy/resolveService.ts:45</a></li> </ul> </aside> </li> </ul> </section> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../index.html"><em>@uirouter/angularjs</em></a> </li> <li class="label tsd-is-external"> <span>Public API</span> </li> <li class=" tsd-kind-external-module"> <a href="core.html">core</a> </li> <li class=" tsd-kind-external-module"> <a href="directives.html">directives</a> </li> <li class=" tsd-kind-external-module"> <a href="injectables.html">injectables</a> </li> <li class="current tsd-kind-external-module"> <a href="ng1.html">ng1</a> <ul> <li class=" tsd-kind-module tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.__uirouter_core_lib_router_.html">"@uirouter/core/lib/router"</a> </li> <li class=" tsd-kind-module tsd-parent-kind-external-module tsd-is-not-exported"> <a href="ng1.__uirouter_core_lib_state_stateregistry_.html">"@uirouter/core/lib/state/state<wbr>Registry"</a> </li> </ul> </li> <li class=" tsd-kind-external-module"> <a href="ng1_state_events.html">ng1_<wbr>state_<wbr>events</a> </li> <li class=" tsd-kind-external-module"> <a href="params.html">params</a> </li> <li class=" tsd-kind-external-module"> <a href="resolve.html">resolve</a> </li> <li class=" tsd-kind-external-module"> <a href="transition.html">transition</a> </li> <li class="label tsd-is-external"> <span>Internal UI-<wbr><wbr>Router API</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="common.html">common</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="common_hof.html">common_<wbr>hof</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="common_predicates.html">common_<wbr>predicates</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="common_strings.html">common_<wbr>strings</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="hooks.html">hooks</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="path.html">path</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="state.html">state</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="trace.html">trace</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="url.html">url</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="vanilla.html">vanilla</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="view.html">view</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="../classes/ng1.ng1locationservices.html" class="tsd-kind-icon">Ng1<wbr>Location<wbr>Services</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="../classes/ng1.ng1viewconfig.html" class="tsd-kind-icon">Ng1<wbr>View<wbr>Config</a> </li> <li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external"> <a href="../classes/ng1.stateprovider.html" class="tsd-kind-icon">State<wbr>Provider</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/ng1.ng1controller.html" class="tsd-kind-icon">Ng1<wbr>Controller</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/ng1.ng1statedeclaration.html" class="tsd-kind-icon">Ng1<wbr>State<wbr>Declaration</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/ng1.ng1statetransitionhook.html" class="tsd-kind-icon">Ng1<wbr>State<wbr>Transition<wbr>Hook</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/ng1.ng1viewdeclaration.html" class="tsd-kind-icon">Ng1<wbr>View<wbr>Declaration</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module"> <a href="../interfaces/ng1.templatefactoryprovider.html" class="tsd-kind-icon">Template<wbr>Factory<wbr>Provider</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/ng1.uiviewscrollprovider.html" class="tsd-kind-icon">UIView<wbr>Scroll<wbr>Provider</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-external"> <a href="../interfaces/ng1._ng1statedeclaration.html" class="tsd-kind-icon">_<wbr>Ng1<wbr>State<wbr>Declaration</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#id" class="tsd-kind-icon">id</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#mod_cmpt" class="tsd-kind-icon">mod_<wbr>cmpt</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#mod_init" class="tsd-kind-icon">mod_<wbr>init</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#mod_main" class="tsd-kind-icon">mod_<wbr>main</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#mod_rtr" class="tsd-kind-icon">mod_<wbr>rtr</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#mod_state" class="tsd-kind-icon">mod_<wbr>state</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#mod_util" class="tsd-kind-icon">mod_<wbr>util</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#ng_from_global" class="tsd-kind-icon">ng_<wbr>from_<wbr>global</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#router" class="tsd-kind-icon">router</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="ng1.html#_includedbystatefilter" class="tsd-kind-icon">$<wbr>Included<wbr>ByState<wbr>Filter</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="ng1.html#_isstatefilter" class="tsd-kind-icon">$<wbr>IsState<wbr>Filter</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#_uirouterprovider" class="tsd-kind-icon">$ui<wbr>Router<wbr>Provider</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="ng1.html#getng1viewconfigfactory" class="tsd-kind-icon">get<wbr>Ng1<wbr>View<wbr>Config<wbr>Factory</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#getproviderfor" class="tsd-kind-icon">get<wbr>Provider<wbr>For</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="ng1.html#getstatehookbuilder" class="tsd-kind-icon">get<wbr>State<wbr>Hook<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#getstateprovider" class="tsd-kind-icon">get<wbr>State<wbr>Provider</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#geturlrouterprovider" class="tsd-kind-icon">get<wbr>Url<wbr>Router<wbr>Provider</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#hasanykey" class="tsd-kind-icon">has<wbr>Any<wbr>Key</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="ng1.html#ng1viewsbuilder" class="tsd-kind-icon">ng1<wbr>Views<wbr>Builder</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external tsd-is-not-exported"> <a href="ng1.html#runblock" class="tsd-kind-icon">run<wbr>Block</a> </li> <li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-external"> <a href="ng1.html#watchdigests" class="tsd-kind-icon">watch<wbr>Digests</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported"> <a href="ng1.html#_resolve" class="tsd-kind-icon">$resolve</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
src/pathtracer/CMU462/docs/html/class_c_m_u462_1_1_matrix4x4 (Sky_MBP's conflicted copy 2015-10-06).html
jazztext/VRRayTracing
<!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>CMU462 Library: CMU462::Matrix4x4 Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">CMU462 Library &#160;<span id="projectnumber">1.0</span> </div> <div id="projectbrief">15-462/15-662: Computer Graphics (Fall 2015)</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&#160;Page</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;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"><b>CMU462</b></li><li class="navelem"><a class="el" href="class_c_m_u462_1_1_matrix4x4.html">Matrix4x4</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="class_c_m_u462_1_1_matrix4x4-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">CMU462::Matrix4x4 Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Defines a 4x4 matrix. <a href="class_c_m_u462_1_1_matrix4x4.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="matrix4x4_8h_source.html">matrix4x4.h</a>&gt;</code></p> <div class="dynheader"> Collaboration diagram for CMU462::Matrix4x4:</div> <div class="dyncontent"> <div class="center"><iframe scrolling="no" frameborder="0" src="class_c_m_u462_1_1_matrix4x4__coll__graph.svg" width="143" height="127"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div> </div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a30a749d68ec7e6958a9fc84e335be0c8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a30a749d68ec7e6958a9fc84e335be0c8"></a> void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_m_u462_1_1_matrix4x4.html#a30a749d68ec7e6958a9fc84e335be0c8">zero</a> (double val=0.0)</td></tr> <tr class="memdesc:a30a749d68ec7e6958a9fc84e335be0c8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets all elements to val. <br /></td></tr> <tr class="separator:a30a749d68ec7e6958a9fc84e335be0c8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af0b8fb02c1e36258338607b5c355dae1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af0b8fb02c1e36258338607b5c355dae1"></a> double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_m_u462_1_1_matrix4x4.html#af0b8fb02c1e36258338607b5c355dae1">det</a> (void) const </td></tr> <tr class="memdesc:af0b8fb02c1e36258338607b5c355dae1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the determinant of A. <br /></td></tr> <tr class="separator:af0b8fb02c1e36258338607b5c355dae1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adc81360e3592edf4e65dd4e8b6cea198"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adc81360e3592edf4e65dd4e8b6cea198"></a> double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_m_u462_1_1_matrix4x4.html#adc81360e3592edf4e65dd4e8b6cea198">norm</a> (void) const </td></tr> <tr class="memdesc:adc81360e3592edf4e65dd4e8b6cea198"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the Frobenius norm of A. <br /></td></tr> <tr class="separator:adc81360e3592edf4e65dd4e8b6cea198"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad7f76ceb3a387262b65dbb785fea856b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad7f76ceb3a387262b65dbb785fea856b"></a> <a class="el" href="class_c_m_u462_1_1_vector4_d.html">Vector4D</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_m_u462_1_1_matrix4x4.html#ad7f76ceb3a387262b65dbb785fea856b">column</a> (int i)</td></tr> <tr class="memdesc:ad7f76ceb3a387262b65dbb785fea856b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the ith column. <br /></td></tr> <tr class="separator:ad7f76ceb3a387262b65dbb785fea856b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a12bc76750746b18135a26e10f33a2303"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a12bc76750746b18135a26e10f33a2303"></a> <a class="el" href="class_c_m_u462_1_1_matrix4x4.html">Matrix4x4</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_m_u462_1_1_matrix4x4.html#a12bc76750746b18135a26e10f33a2303">T</a> (void) const </td></tr> <tr class="memdesc:a12bc76750746b18135a26e10f33a2303"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the transpose of A. <br /></td></tr> <tr class="separator:a12bc76750746b18135a26e10f33a2303"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0d810e69b6da8a5cb6f2762bcc70f91e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0d810e69b6da8a5cb6f2762bcc70f91e"></a> <a class="el" href="class_c_m_u462_1_1_matrix4x4.html">Matrix4x4</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_m_u462_1_1_matrix4x4.html#a0d810e69b6da8a5cb6f2762bcc70f91e">inv</a> (void) const </td></tr> <tr class="memdesc:a0d810e69b6da8a5cb6f2762bcc70f91e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the inverse of A. <br /></td></tr> <tr class="separator:a0d810e69b6da8a5cb6f2762bcc70f91e"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a> Static Public Member Functions</h2></td></tr> <tr class="memitem:afa23ef636b8c700484ef2ca7ca7bd767"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afa23ef636b8c700484ef2ca7ca7bd767"></a> static <a class="el" href="class_c_m_u462_1_1_matrix4x4.html">Matrix4x4</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_m_u462_1_1_matrix4x4.html#afa23ef636b8c700484ef2ca7ca7bd767">identity</a> (void)</td></tr> <tr class="memdesc:afa23ef636b8c700484ef2ca7ca7bd767"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a fresh 4x4 identity matrix. <br /></td></tr> <tr class="separator:afa23ef636b8c700484ef2ca7ca7bd767"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Defines a 4x4 matrix. </p> <p>4x4 matrices are also extremely useful in computer graphics. Written by Bryce Summers on 9/10/2015. Adapted from the Matrix3x3 class.</p> <p>EXTEND_ME : It might be nice to add some combined operations such as multiplying then adding, etc to increase arithmetic intensity. I have taken the liberty of removing cross product functionality form 4D Matrices and Vectors. </p> </div><hr/>The documentation for this class was generated from the following files:<ul> <li>/Users/Sky/Dropbox/Projects/CMU462/private/p3/CMU462/include/CMU462/<a class="el" href="matrix4x4_8h_source.html">matrix4x4.h</a></li> <li>/Users/Sky/Dropbox/Projects/CMU462/private/p3/CMU462/src/matrix4x4.cpp</li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Mon Oct 5 2015 17:31:23 for CMU462 Library by &#160;<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>
_site/governance/index.html
Payshares/payshares.github.io
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <title>Governance | Payshares</title> <meta name="description" content="Simplyfying Money for Everyone"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script src="//code.jquery.com/jquery-1.11.2.min.js"></script> <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script> <link rel="stylesheet" href="/css/main.css"> <!--Favicon--> <link rel="shortcut icon" href="/img/XPS.png" type="image/x-icon"> <!-- Canonical --> <link rel="canonical" href="https://payshares.co/governance/"> <!-- RSS --> <link rel="alternate" type="application/atom+xml" title="Payshares" href="https://payshares.co/feed.xml" /> <!-- Font Awesome --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <!-- Google Fonts --> <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet" type="text/css"> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-21065583-30', 'auto'); ga('send', 'pageview'); </script> </head> <body> <header class="site-header"> <div class="branding"> <a href="/"> <img class="avatar" src="/img/XPS.png" alt=""/> </a> <h1 class="site-title"> <a href="/">Payshares</a> </h1> </div> <nav class="site-nav"> <ul> <li> <a class="page-link" href="/blog/">Blog</a> </li> <li> <a class="page-link" href="https://metronotes.com">Community</a> </li> <li> <a class="page-link" href="/features/">Features</a> </li> <li> <a class="page-link" href="/discover/">Discover</a> </li> <li> <a class="page-link" href="/developers/">Developers</a> </li> <li> <a class="page-link" href="/governance/">Governance</a> </li> <li> <a href="https://github.com/payshares" title="Follow on GitHub"> <i class="fa fa-fw fa-github"></i> </a> </li> <li> <a href="https://plus.google.com/+PaysharesXPS" title="Follow on Google+"> <i class="fa fa-fw fa-google-plus"></i> </a> </li> <li> <a href="https://www.reddit.com/r/payshares" title="Follow on Reddit"> <i class="fa fa-fw fa-reddit"></i> </a> </li> <li> <a href="https://twitter.com/payshares" title="Follow on Twitter"> <i class="fa fa-fw fa-twitter"></i> </a> </li> <li> <script src="//blockr.io/js_external/coinwidget/coin.js"></script> <script> CoinWidgetCom.go({ wallet_address: '1ADqCZiyWG2en4sNkbHvfH4GZ5JBNPA1DV', currency: 'bitcoin', counter: 'count', lbl_button: 'Donate', lbl_count: 'donations', lbl_amount: 'BTC', lbl_address: 'Use address below to donate. Thanks!', qrcode: true, alignment: 'bl', decimals: 8, size: "small", color: "dark", countdownFrom: "0", element: "#coinwidget-bitcoin-1ADqCZiyWG2en4sNkbHvfH4GZ5JBNPA1DV", onShow: function(){}, onHide: function(){} }); </script> <div id="coinwidget-bitcoin-1ADqCZiyWG2en4sNkbHvfH4GZ5JBNPA1DV"></div> </li> </ul> </nav> </header> <div class="content"> <div class="content"> <div class="container"> <h2>Paytokens Governance</h2> <hr> <div class="row"> <div class="col-sm-6"> <h2>Production</h2> <p>There is clear target to forge 1,000,000,000,000 units of XPT. Once the target is reached, burn cycles will be only exist to maintain the original production target.</p> <p><a href="#" class="button button-default">View Details »</a></p> </div> <div class="col-sm-6"> <h2>Authority</h2> <p>The project is highly influenced by its core developers and stakeholders. Being open source, Paytokens welcomes outside influence and guidance on its development path.</p> <p><a href="#" class="button button-default">View Details »</a></p> </div> <div class="col-sm-6"> <h2>Inflation</h2> <p>To account for growth and lost units, the industry standard rate of 1% inflation is targeted maintain the initial supply target. The measure of inflation is a target and not a mandate as market conditions will overall dictate an accurate rate at which it shall be set.</p> <p><a href="#" class="button button-default">View Details »</a></p> </div> <div class="col-sm-6"> <h2>Freemarket Distribution</h2> <p>Distribution is set to occur through traditional offerings. All market participants have an equal oppurtinity </p> <p><a href="#" class="button button-default">View Details »</a></p> </div> </div> </div> </div> </div> <footer class="site-footer"> <p class="text">© <a href="https://treefunder.co">Treefunder Incorporated</a> </p> </footer> </body> </html>
astronomy/2010/07/27/svn-of-owls-h1-project.html
daniel-beard/daniel-beard.github.io
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <title>SVN of Owls-H1 Project | Daniel Beard</title> <meta name="description" content="Just thought I should update that the svn of my Astronomy work is live at https://owls-h1.sourceforge.net"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-Frame-Options" content="sameorigin"> <!-- CSS --> <link rel="stylesheet" href="/css/main.css"> <!--Favicon--> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <!-- Canonical --> <link rel="canonical" href="https://danielbeard.io/astronomy/2010/07/27/svn-of-owls-h1-project.html"> <!-- RSS --> <link rel="alternate" type="application/atom+xml" title="Daniel Beard" href="https://danielbeard.io/feed.xml" /> <!-- Font Awesome --> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"> <!-- Google Fonts --> <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet" type="text/css"> <!-- KaTeX --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.3.0/katex.min.css"> <script src="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.3.0/katex.min.js"></script> <!-- Google Analytics --> </head> <body> <header class="site-header"> <div class="branding"> <a href="/"> <img class="avatar" src="/img/avatar.jpeg" alt=""/> </a> <h1 class="site-title"> <a href="/">Daniel Beard</a> </h1> </div> <nav class="site-nav"> <ul> <li> <a class="page-link" href="/about/"> About </a> </li> <!-- Social icons from Font Awesome, if enabled --> <li> <a href="https://github.com/daniel-beard" title="Follow on GitHub"> <i class="fa fa-fw fa-github"></i> </a> </li> <li> <a href="https://twitter.com/_danielbeard" title="Follow on Twitter"> <i class="fa fa-fw fa-twitter"></i> </a> </li> </ul> </nav> </header> <div class="content"> <article > <header style="background-image: url('/')"> <h1 class="title">SVN of Owls-H1 Project</h1> <p class="meta"> July 27, 2010 - danielbeard </p> </header> <section class="post-content"><p>Just thought I should update that the svn of my Astronomy work is live at <a href="https://owls-h1.sourceforge.net">https://owls-h1.sourceforge.net</a></p> <p>For now, here is an image showing the 2d occlusion smoothing of the owls volume. This method helps to identify large scale structures within the volume.</p> <p><a href="https://danielbeard.files.wordpress.com/2010/07/smoothed-volume_crop.png"><img src="https://danielbeard.files.wordpress.com/2010/07/smoothed-volume_crop.png?w=300" alt="" /></a></p> </section> </article> <!-- Post navigation --> <!-- Disqus --> </div> <script src="/js/katex_init.js"></script> <footer class="site-footer"> <p class="text">Powered by <a href="https://jekyllrb.com">Jekyll</a> with <a href="https://rohanchandra.github.io/project/type/">Type Theme</a> </p> </footer> </body> </html>
apps/flash/styles/flash.css
adm78/visualchemeng_js
.wrapper { display: grid; grid-gap: 10px; grid-template-columns: 1fr 3fr 1fr; background-color: #fff; color: #444; } .sim_container { grid-column: 2 / 3; grid-row: 1 / 4; } .button_container { grid-column: 3 ; grid-row: 2 / 3 } .flow_chart_container { grid-column: 1 ; grid-row: 1 / 4 } .bar_chart_container { grid-column: 1 / 3; grid-row: 4 / 5; display: grid; grid-gap: 10px; grid-template-columns: 1fr 1fr 1fr; } .bar_chart_1 { grid-column: 1 ; grid-row: 1 ; } .bar_chart_2 { grid-column: 2 ; grid-row: 1 ; } .bar_chart_3 { grid-column: 3 ; grid-row: 1 ; } .system_id_container { grid-column: 3 ; grid-row: 3 / 4; text-align: center; } .flash_type_container { grid-column: 3 ; grid-row: 4 ; } .slider_container { grid-column: 3 ; grid-row: 4 ; display: grid; grid-gap: 10px; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } .k1_slider_text { grid-column: 1; grid-row: 1; margin-top: 5px; margin-bottom: 0px; padding-bottom: 0px; text-align: center; } .k2_slider_text { grid-column: 2; grid-row: 1; margin-top: 5px; margin-bottom: 0px; padding-bottom: 0px; text-align: center; } .k3_slider_text { grid-column: 3; grid-row: 1; margin-top: 5px; margin-bottom: 0px; padding-bottom: 0px; text-align: center; } .k4_slider_text { grid-column: 4; grid-row: 1; margin-top: 5px; margin-bottom: 0px; padding-bottom: 0px; text-align: center; } .k5_slider_text { grid-column: 5; grid-row: 1; margin-top: 5px; margin-bottom: 0px; padding-bottom: 0px; text-align: center; } #k1_slider { width: 20%; height: 90%; margin: 0 auto; margin-top: 0px; grid-column: 1; grid-row: 2 / 12; } #k2_slider { width: 20%; margin: 0 auto; margin-top: 0px; height: 90%; grid-column: 2; grid-row: 2 / 12; } #k3_slider { width: 20%; margin: 0 auto; margin-top: 0px; height: 90%; grid-column: 3; grid-row: 2 / 12; } #k4_slider { width: 20%; margin: 0 auto; margin-top: 0px; height: 90%; grid-column: 4; grid-row: 2 /12; } #k5_slider { width: 20%; margin: 0 auto; margin-top: 0px; height: 90%; grid-column: 5; grid-row: 2 /12; } /* hide the plotly toolbar */ .modebar { display: none !important; }
app/views/_sprint25/layout.html
citizendigitalalpha/careers_beta
{% set searchTerm = data.searchTerm %} {% set searchPrompt = data.searchPrompt %} {% set VocExitHide = data.VocExitHide %} {% set VocConsumeHide = data.VocConsumeHide %} {% set currentSprint = '25' %} {% extends "govuk_template_no-gov.html" %} {% block head %} <script> // Making data object accessible in client var session = {{ data | dump | safe }}; </script> {% include "./includes/head.html" %} {% endblock %} {% block body_start %} <!-- {% include "./includes/banner_prototype.html" %} --> {% endblock %} {% block cookie_message %} <p>Service green uses cookies to make the site simpler. <a href="/_sprint{{currentSprint}}/cookies.html">Find out more about cookies</a></p> {% endblock %} {% block proposition_header %} {% include "./includes/E2E_header-title_phase-tag.html" %} {% endblock %} {% block header_class %} with-proposition {% endblock %} {% block body_end %} {% include "./includes/scripts.html" %} <!-- GOV.UK Prototype kit {{releaseVersion}} --> {% endblock %}
index.html
SEWEB-CN/seweb-cn.github.io
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>SE Leave Calendar</title> <style type="text/css"> body{ padding-top: 60px; } .contents{ height: 400px; } </style> <!-- Application styles. --> <!--(if target dummy)><!--> <link rel="stylesheet" href="/app/styles/index.css"> <!--<!(endif)--> <!--(if target release)> <link rel="stylesheet" href="index.css"> <!(endif)--> <!--(if target debug)> <link rel="stylesheet" href="index.css"> <!(endif)--> </head> <body> <!-- Application container. --> <main role="main" id="main" class="container"></main> <!-- Application source. --> <!--(if target dummy)><!--> <script data-main="/app/config" src="/vendor/js/libs/require.js"></script> <!--<!(endif)--> <!--(if target release)> <script src="require.js"></script> <!(endif)--> <!--(if target debug)> <script src="require.js"></script> <!(endif)--> </body> </html>
projects/cheat-sheet.html
glen0071/glen0071.github.io
<!doctype html> <html> <head> <title>Eddie</title> <meta name="viewport" content="width=device-width"> <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="assets/projects.css"> </head> <body> <header> <div id="top-left-logo"></div> <nav> <span class="header-nav-li"><a class="home-link header-links" href="../index.html">Home</a></span> <span class="header-nav-li"><a class="about-link header-links" href="../about.html">About</a></span> <span class="header-nav-li"><a class="projects-link header-links" href="project-index.html">Projects</a></span> <span class="header-nav-li"><a class="blog-link header-links" href="../blog/blog-index.html">Blog</a></span> </nav> </header> <main> <h2> Cheat Sheet </h2> <table> <thead> <tr> <th>Function</th> <th>Ruby Syntax</th> <th>JavaScrip Syntaxt</th> <th>Return</th> </tr> </thead> <tbody> <tr> <td>Declare a variable</td> <td> <pre> <code> variable </code> </pre> </td> <td> <pre> <code> var variable; </code> </pre> </td> <td>a local variable</td> </tr> <tr> <td>Declare an Array literal</td> <td> <pre> <code> arr = [] </code> </pre> </td> <td> <pre> <code> var arr = []; </code> </pre> </td> <td> a local variable </td> </tr> <tr> <td>Basic for loop</td> <td> <pre> <code> for i in 0..5 if i > 2 then break end puts "Value of local variable is #{i}" end </code> </pre> </td> <td> <pre> <code> for (i = 0; i < cars.length; i++) { text += cars[i] + "<br>"; } </code> </pre> </td> <td>Results</td> </tr> <tr> <td>Iterate through an array (non-destructive)</td> <td> <pre> <code> arr.each do |element| // code block goes here end </code> </pre> </td> <td> <pre> <code> arr.forEach { // code block goes here } </code> </pre> </td> <td>Results</td> </tr> <tr> <td>Iterate through an array (non-destructive)</td> <td> <pre> <code> arr.each do |element| end </code> </pre> </td> <td> <pre> <code> arr.forEach {} </code> </pre> </td> <td>Results</td> </tr> <tr> <td>Working with Key Value Pairs</td> <td> <pre> <code> var object = { "key1":"value1", "key2":"value2", "key3":"value3" }; or var object = { key1: "value1", key2: "value2", key3: "value3" }; </code> </pre> </td> <td> <pre> <code> hash = { "key1" => "value1", "key2" => "value2", "key3" => "value3" } or var object = { key1: "value1", key2: "value2", key3: "value3" }; </code> </pre> </td> <td>collection of key-value pairs declared</td> </tr> <tr> <td>access a value in key-value pair</td> <td> <pre> <code> var object = { "key1":"value1", "key2":"value2", "key3":"value3" }; object["key1"]; </code> </pre> </td> <td> <pre> <code> hash = { "key1" => "value1", "key2" => "value2", "key3" => "value3" } hash["key1"] </code> </pre> </td> <td>"value2"</td> </tr> </tbody> </table> </table> <footer> <div id="social" class="social"> <ul> <li class="social-links-li"> <a href="https://www.linkedin.com/in/hedwardglenn" target="_blank"> <img src="../imgs/linkedin.png" alt="linkedin icon" class="social-icons" /> </a> </li> <li class="social-links-li"> <a href="https://github.com/glen0071" target="_blank"> <img src="../imgs/github.png" alt="github icon" class="social-icons"> </a> </li> <li class="social-links-li"> <a href="https://twitter.com/EddieGdotme" target="_blank"> <img src="../imgs/twitter.png" alt="twitter icon" class="social-icons"> </a> </li> <li class="social-links-li"> <a href="https://www.facebook.com/eddie.glenn.58" target="_blank"> <img src="../imgs/facebook.png" alt="facebook icon" class="social-icons"> </a> </li> </ul> </div> <div class="farewell"> <p> <a href="mailto:glen0071@gmail.com?Subject=Hello%20from%20your%20website" class="contact-btn"> <img src="../imgs/mail.png" alt="email icon" class="social-icons" /> </a> </p> </div> </footer> </body> </html>
examples/pistachio/index.html
koding/kd
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>kd.js Examples - data</title> <link rel="stylesheet" href="../kd.css"> <script src="../kd.js"></script> <style type="text/css"> body { margin: 0; padding: 20px; box-sizing: border-box; width: 100%; height: 100%; font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif; font-size: 18px; line-height: 20px; } strong { font-weight: bold; } pre { font-family: monospace; background: #EEE; margin: 20px; } </style> </head> <body> <script src="pistachio.js"></script> </body> </html>
site/layouts/index.html
ntharani/hs2016
{{ define "main" }} <!-- Calendly link widget begin --> <script async src="https://calendly.com/assets/external/widget.js" type="text/javascript"></script> <!-- Calendly link widget end --> <!-- Inline CSS Essentials Google PageSpeed --> <style> .parent-container { padding: 1em calc(50% - 45em); margin: 0; } .v2 { min-height: 100vh; background: url('../images/sdesk.jpg'); background-size: cover; } .v3 { background: #f7f7f7; /* W3C V3 */ color: #131313; background-size: cover; } .v4 { background: red; /* W3C V3 */ color: #131313; background-size: cover; } .parent-container.v3 .h1, .parent-container.v3 .h2, .parent-container.v3 .h3,.parent-container.v3 .h4, .parent-container.v3 .h5, .parent-container.v3 .h6, .parent-container.v3 a { color: #3594BA; } .wrapper{ background:rgba(159, 182, 205, 0.8); min-height:100vh; } .mouse { display: block; margin: 0 auto; width: 26px; height: 46px; border-radius: 13px; border: 2px solid white; bottom: 52px; position: absolute; left: 50%; margin-left: -14px; } .mouse span { display: block; margin: 6px auto; width: 2px; height: 2px; border-radius: 4px; background: white; border: 1px solid transparent; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: scroll; animation-name: scroll; } </style> <!-- <nav class="menu-opener"> <div class="menu-opener-inner"></div> </nav> --> <div class="v2"> <div class="wrapper"> <div class="parent-container"> <header> <h1> Nagib Tharani </h1> <hr> <h3>Product Manager in TMT &amp; SaaS</h3> <hr> <nav> <h4><a href="#services">Services</a></h4> <h4><a href="/about">About</a></h4> <h4><a href="/blog">Blog</a></h4> <h4><a href="#projects">Projects</a></h4> <h4><a href="" onclick="Calendly.showPopupWidget('https://calendly.com/nagib');return false;">Schedule time with me</a></h4> </nav> {{ partial "social.html" . }} <hr> <!-- <ul> <li>Configure Blog Settings and first blog post - Hugo in 2017</li> <li>Show exerpt from blog on large screen via a media query</li> <li> Put about me story on</li> <li>Add overlay on service flex items: "Find out More / Typical convo"</li> <li>Add responsive menu slideout</li> </ul> --> <div class="mouse"><span></span></div> </header> </div> </div> </div> <div class="parent-container"> <main> <h2>Latest From the Blog</h2> {{- range first 2 .Data.Pages }} {{- if eq .Type "blog"}} <h4><a href="{{ .Permalink }}">{{ .Title }}</a></h4> <p>{{ .Summary }}</p> {{ if .Truncated }} <div class="read-more-link"> <a href="{{ .RelPermalink }}">Read More…</a> </div> {{end}} {{- end -}} {{- end }} </main> </div> <div class="parent-container v4"> <main> <h2 id="projects">Projects I'm Working On</h2> <h3> <ul> <li><a href="https://tailorcv.com">TailorCV - A Career Passport of your Achievements</a></li> <li><a href="https://www.gohyperstatic.com">HyperStatic - Prescriptive Marketing Operations Platform</a></li> </ul> </h3> </main> </div> <div class="parent-container v3"> <main class=""> <h2 id="services">Services</h2> <p> I've worn a variety of hats and am deeply conversant with all business functions.</p> <div class="hst_flex_item"> <div> <div class="hst_flex_row_item_content"> <h2>International Expansion</h2> <p>Global expansion tailored for your business. Whether B2C, B2B or Enterprise. I have worked with inward investment teams at IDA Ireland, UKTi, Invest-HK, DFAIT &amp; AusTrade. I leverage local government resources where appropriate. This really is a catch all and leverages everything over my career. I'm the guy you send into a field, far, far, away who can wear many hats and kick start your operations. I did a lot of telecoms/data field engineering spanning over 30 countries early in my career. </p> <!-- <h6>Find out more</h6> --> </div> </div> <div> <div class="hst_flex_row_item_content"> <h2>Business Development</h2> <p>Greenfield Sales and setup of Channel &amp; Strategic Partnerships where no playbook or template exists. Where repeatable, I create the process before handover to a sales/AE/SDR team. I started out as the director of International Business Development at Clio, but International Expansion better reflected my remit. Early on, as a pre-sales engineer, business upsell is always close to your heart.</p> <!-- <h6>Footer</h6> --> </div> </div> <div> <div class="hst_flex_row_item_content"> <h2>Business Operations</h2> <p>Company infrastructure &amp; governance for both greenfield startups to international subsidiaries. Where appropriate I engage specialist tax, legal and regulatory help. I write your v1.0 executive and employee handbooks: From hiring and departmental logistics and tooling, management reporting, CRM, bookkeeping, support and everything along the way. On the staff side, I provide guidance covering expense policies, vacation, culture and benefits. I am heavily biased towards SaaS based tools.</p> <!-- <h6>Footer</h6> --> </div> </div> <div> <div class="hst_flex_row_item_content"> <h2>Product Management</h2> <p>From startup (primary), through venture backed companies in a product ownership role. At larger companies, I typically handle international product requirements as they apply to a given market. Having studied as an engineer, I work well with developers. Being left handed, if the stereotype holds, means I appreciate art and design more. And that informs my appreciation of UX and UI.</p> <!-- <h6>Footer</h6> --> </div> </div> <div> <div class="hst_flex_row_item_content"> <h2>Marketing Operations</h2> <p>From acting as a spoke to an existing marketing operation to adapting their capabilities for international markets and helping to streamline content operations for print and web. I particularly enjoy acquainting marketing teams with the wonders of the <a href="https://www.cl.cam.ac.uk/~mgk25/iso-paper.html">A series of paper formats.</a> I'm fluent in all aspects of demand generation. Did you check the UTM source tag in the URL that possibly brought you here?</p> <!-- <h6>Footer</h6> --> </div> </div> <div> <div class="hst_flex_row_item_content"> <h2>Program Management</h2> <p>$MM P&amp;L Responsibility. Primairily in TMT from both the vendor and operator perspectives. Because I can code I handle both Technical Program Management ("TPM") and non TPM roles and can fully appreciate engineering impact as it applies to program scheduling. As to getting stuff done, I don't care for MS Project, other than to create a gantt chart for proposals. I love Asana and their perspective on <a href="https://blog.asana.com/2015/06/why-one-assignee/">ownership</a></p> <!-- <h6>Footer</h6> --> </div> </div> <div> <div class="hst_flex_row_item_content"> <h2>Sales Engineering</h2> <p>Also called Solutions Engineering. Or Pre-Sales Engineering. In either case I sit comfortably with all parties to demonstrate, support, inspire and on-board prospects or customers. My career started out in telecomunications engineering as an SME.</p> <!-- <h6>Footer</h6> --> </div> </div> <div> <div class="hst_flex_row_item_content"> <h2>Development</h2> <p>This isn't my primary skill, but more a hobby that I apply to my own projects. A key advantage it affords me is a deep understanding of industry software and integration potential which is useful when I'm engaged in a product management or pre-sales capacity. I'm competent in Javascript, Node.js, HTML5, CSS3 and appreciate the importance of good design. </p> <!-- <h6>Footer</h6> --> </div> </div> <div> <div class="hst_flex_row_item_content"> <h2>Entrepreneurship</h2> <p>I founded startups, worked in venture backed ones, and acted in a corporate intrapreneurship capacity at larger companies. My passion is in the "Prosumer" segment, or the consumeration of IT. In English: well designed easy to use software that is a delight for people to use and builds a community.</p> <!-- <h6>Footer</h6> --> </div> </div> </div> </main> </div> <script async src="js/zenscroll-min.js"></script> <script async src="js/menujs.js"></script> <link rel="stylesheet" href="{{ .Site.BaseURL }}css/hst.css" type="text/css" media="screen,projection"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" /> <link href="https://calendly.com/assets/external/widget.css" rel="stylesheet"> {{ end }}
index.html
kiddam/kiddam.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name=viewport content="width=device-width, initial-scale=1"> <title>Kidd</title> <meta name="description" content="personal site to showcase my skillz; Chloé (Kidd) Matthews"> <meta name="author" content="Kidd"> <!-- default stylesheet --> <link rel="stylesheet" type="text/css" href="css/temp.css"> <link rel="stylesheet" type="text/css" href="css/stylesheet.css"> <!-- jQuery via Google's CDN --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <!-- styles needed by jScrollPane --> <link type="text/css" href="css/scroll/jquery.jscrollpane.css" rel="stylesheet" media="all" /> <!-- the mousewheel plugin - optional to provide mousewheel support --> <script type="text/javascript" src="js/scroll/jquery.mousewheel.js"></script> <!-- the jScrollPane script --> <script type="text/javascript" src="js/scroll/jquery.jscrollpane.min.js"></script> </head> <body> <script type="text/javascript" src="js/script.js"></script> <div class="col-4 col-m-6 sidebar" id="sidenav"> <button class="row navctrl" onclick="nav_close()">x</button> <ul class="nav-items"> <li class="row"><a class="nav-item" href="index.html">Home</a></li> <li class="row"><a class="nav-item" href="about.html">About</a></li> <li class="row"><a class="nav-item" href="design.html">Design</a></li> <li class="row"><a class="nav-item" href="pen.html">Writing</a></li> <li class="row"><a class="nav-item" href="contact.html">Contact</a></li> </ul> </div> <div class="wrapper"> <div class="header"> <div class="name"> <h1>Chloé Matthews</h1> </div> <button class="navctrl" onclick="nav_open()">&#9776;</button> </div> <div class="row mid"> <div class="col-4 col-m-12 main-content"> <div class="row top"> <div class="col-6 col-m-12 divchart tl"> <a target="_blank" href="https://www.youtube.com/"><h2>surf</h2></a> </div> <div class="col-6 col-m-12 divchart tr"> <a target="_blank" href="http://www.complex.com/"><h2>like</h2></a> </div> </div> <div class="row bot"> <div class="col-6 col-m-12 divchart bl"> <a target="_blank" href="https://twitter.com/"><h2>the</h2></a> </div> <div class="col-6 col-m-12 divchart br"> <a target="_blank" href="http://www.addictinggames.com/"><h2>kidd</h2></a> </div> </div> </div> </div> <div class="footer"> <p>Kidd 2k17</p> </div> </div> </body> </html>
html/234567043355.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> Lebel Cambium Inc. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492298521262&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=26837&V_SEARCH.docsStart=26836&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//components/com_media/index.php?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_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&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</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>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=26835&amp;V_DOCUMENT.docRank=26836&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492298538570&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567062102&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=26837&amp;V_DOCUMENT.docRank=26838&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492298538570&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456055270&amp;profileId=&amp;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> Lebel Cambium Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Lebel Cambium Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.lebelcambium.com" target="_blank" title="Website URL">http://www.lebelcambium.com</a></p> <p><a href="mailto:rsheepwash@lebelcambium.com" title="rsheepwash@lebelcambium.com">rsheepwash@lebelcambium.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 270, boul. Samson<br/> Bureau 307<br/> LAVAL, Quebec<br/> H7X 2Y9 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 270, boul. Samson<br/> Bureau 307<br/> LAVAL, Quebec<br/> H7X 2Y9 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (514) 637-0666 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (866) 630-0666</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (514) 637-0660</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Design, develop, process and distribute high quality construction and renovation products such as treated wood, lattice and accessories, siding, panelling, wood roasted, shelters kit, snow fence and more.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Raymond Sheepwash </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chief Executive Officer </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (514) 637-0666 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 304 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (514) 637-0660 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> rsheepwash@lebelcambium.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Éric Lefrançois </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (514) 637-0666 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 302 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (514) 637-0660 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> elefrancois@lebelcambium.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 321114 - Wood Preservation </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 321919 - Other Millwork<br> 416310 - General-Line Building Supplies Wholesaler-Distributors<br> 416320 - Lumber, Plywood and Millwork Wholesaler-Distributors<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </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"> wood <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Treated wood, lattice and accessories, siding, wood roasted, shelters kit, snow fence and custom treating service<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 9999-Miscellaneous Items (includes only those items of Goods which cannot conceivably be classified in any existing Classes) <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> Raymond Sheepwash </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chief Executive Officer </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (514) 637-0666 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 304 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (514) 637-0660 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> rsheepwash@lebelcambium.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Éric Lefrançois </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (514) 637-0666 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 302 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (514) 637-0660 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> elefrancois@lebelcambium.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 321114 - Wood Preservation </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 321919 - Other Millwork<br> 416310 - General-Line Building Supplies Wholesaler-Distributors<br> 416320 - Lumber, Plywood and Millwork Wholesaler-Distributors<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </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"> wood <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Treated wood, lattice and accessories, siding, wood roasted, shelters kit, snow fence and custom treating service<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 9999-Miscellaneous Items (includes only those items of Goods which cannot conceivably be classified in any existing Classes) <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-05-15 </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&amp;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&amp;WT.js=No&amp;WT.tv=9.4.0&amp;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 -->
docker-version/docker-version.html
kapalhq/docker-elements
<link rel="import" href="../../polymer/polymer.html"> <link rel="import" href="../../iron-ajax/iron-ajax.html"> <dom-module id="docker-version"> <template> <iron-ajax id="ajax" auto="{{auto}}" url="{{url}}" handle-as="json" method="GET" last-response="{{result}}" on-response="handleResponse" on-error="handleError"></iron-ajax> </template> </dom-module> <script> Polymer({ is: 'docker-version', properties: { auto: { type: Boolean, value: false }, host: { type: String }, result: { type: Object, notify: true }, url: { type: String, computed: 'computeUrl(host)' }, }, computeUrl: function(host) { return host +"/version"; }, handleResponse: function(e) { this.fire('docker-version-message',{data: e.detail.response}); }, handleError: function(e) { this.fire('docker-error',{data: e.detail.error}); }, go: function() { this.$.ajax.generateRequest(); } }) </script>
cookiecutter_example_project/templates/base.html
hjwp/cookiecutter-example-project
{% load staticfiles i18n %}<!DOCTYPE html> <html lang="en" > <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>{% block title %}PythonAnywhere test{% endblock title %}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> {% block css %} <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css"> <!-- Your stuff: Third-party css libraries go here --> <!-- This file store project specific CSS --> <link href="{% static 'css/project.css' %}" rel="stylesheet"> {% endblock %} </head> <body> <div class="m-b"> <nav class="navbar navbar-dark navbar-static-top bg-inverse"> <div class="container"> <a class="navbar-brand" href="/">PythonAnywhere test</a> <button type="button" class="navbar-toggler hidden-sm-up pull-xs-right" data-toggle="collapse" data-target="#bs-navbar-collapse-1"> &#9776; </button> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-toggleable-xs" id="bs-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="nav-item"> <a class="nav-link" href="{% url 'home' %}">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="{% url 'about' %}">About</a> </li> </ul> <ul class="nav navbar-nav pull-xs-right"> {% if request.user.is_authenticated %} <li class="nav-item"> <a class="nav-link" href="{% url 'users:detail' request.user.username %}">{% trans "My Profile" %}</a> </li> <li class="nav-item"> <a class="nav-link" href="{% url 'account_logout' %}">{% trans "Logout" %}</a> </li> {% else %} <li class="nav-item"> <a id="sign-up-link" class="nav-link" href="{% url 'account_signup' %}">{% trans "Sign Up" %}</a> </li> <li class="nav-item"> <a id="log-in-link" class="nav-link" href="{% url 'account_login' %}">{% trans "Log In" %}</a> </li> {% endif %} </ul> </div> </div> </nav> </div> <div class="container"> {% if messages %} {% for message in messages %} <div class="alert {% if message.tags %}alert-{{ message.tags }}{% endif %}">{{ message }}</div> {% endfor %} {% endif %} {% block content %} <p>Use this document as a way to quick start any new project.</p> {% endblock content %} </div> <!-- /container --> {% block modal %}{% endblock modal %} <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> {% block javascript %} <!-- Latest JQuery --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <!-- Tether - a requirement for Bootstrap tooltips --> <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js"></script> <!-- Latest compiled and minified JavaScript --> <script src="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script> <!-- Your stuff: Third-party javascript libraries go here --> <!-- place project specific Javascript in this file --> <script src="{% static 'js/project.js' %}"></script> {% endblock javascript %} </body> </html>
docs/api/FubarDev.FtpServer.MultiBindingTcpListener.html
FubarDevelopment/FtpServer
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class MultiBindingTcpListener | FTP Server documentation </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class MultiBindingTcpListener | FTP Server documentation "> <meta name="generator" content="docfx 2.43.2.0"> <link rel="shortcut icon" href="../favicon.ico"> <link rel="stylesheet" href="../styles/docfx.vendor.css"> <link rel="stylesheet" href="../styles/docfx.css"> <link rel="stylesheet" href="../styles/main.css"> <meta property="docfx:navrel" content="../toc.html"> <meta property="docfx:tocrel" content="toc.html"> <meta property="docfx:rel" content="../"> </head> <body data-spy="scroll" data-target="#affix" data-offset="120"> <div id="wrapper"> <header> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#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="../index.html"> <img id="logo" class="svg" src="../logo.svg" alt=""> </a> </div> <div class="collapse navbar-collapse" id="navbar"> <form class="navbar-form navbar-right" role="search" id="search"> <div class="form-group"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> </div> </form> </div> </div> </nav> <div class="subnav navbar navbar-default"> <div class="container hide-when-search" id="breadcrumb"> <ul class="breadcrumb"> <li></li> </ul> </div> </div> </header> <div class="container body-content"> <div id="search-results"> <div class="search-list"></div> <div class="sr-items"> <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> </div> <ul id="pagination"></ul> </div> </div> <div role="main" class="container body-content hide-when-search"> <div class="sidenav hide-when-search"> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <div class="sidetoggle collapse" id="sidetoggle"> <div id="sidetoc"></div> </div> </div> <div class="article row grid-right"> <div class="col-md-10"> <article class="content wrap" id="_content" data-uid="FubarDev.FtpServer.MultiBindingTcpListener"> <h1 id="FubarDev_FtpServer_MultiBindingTcpListener" data-uid="FubarDev.FtpServer.MultiBindingTcpListener" class="text-break">Class MultiBindingTcpListener </h1> <div class="markdown level0 summary"><p>Allows binding to a host name, which in turn may resolve to multiple IP addresses.</p> </div> <div class="markdown level0 conceptual"></div> <div class="inheritance"> <h5>Inheritance</h5> <div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div> <div class="level1"><span class="xref">MultiBindingTcpListener</span></div> </div> <div class="inheritedMembers"> <h5>Inherited Members</h5> <div> <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a> </div> <div> <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_">Object.Equals(Object, Object)</a> </div> <div> <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a> </div> <div> <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a> </div> <div> <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a> </div> <div> <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_">Object.ReferenceEquals(Object, Object)</a> </div> <div> <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a> </div> </div> <h6><strong>Namespace</strong>: <a class="xref" href="FubarDev.FtpServer.html">FubarDev.FtpServer</a></h6> <h6><strong>Assembly</strong>: FubarDev.FtpServer.dll</h6> <h5 id="FubarDev_FtpServer_MultiBindingTcpListener_syntax">Syntax</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public class MultiBindingTcpListener</code></pre> </div> <h3 id="constructors">Constructors </h3> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/FubarDevelopment/FtpServer/new/master/docfx_project/apidoc/new?filename=FubarDev_FtpServer_MultiBindingTcpListener__ctor_System_Nullable_System_String__System_Int32_System_Nullable_Microsoft_Extensions_Logging_ILogger__.md&amp;value=---%0Auid%3A%20FubarDev.FtpServer.MultiBindingTcpListener.%23ctor(System.Nullable%7BSystem.String%7D%2CSystem.Int32%2CSystem.Nullable%7BMicrosoft.Extensions.Logging.ILogger%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/FubarDevelopment/FtpServer/blob/master/src/FubarDev.FtpServer/MultiBindingTcpListener.cs/#L36">View Source</a> </span> <a id="FubarDev_FtpServer_MultiBindingTcpListener__ctor_" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.#ctor*"></a> <h4 id="FubarDev_FtpServer_MultiBindingTcpListener__ctor_System_Nullable_System_String__System_Int32_System_Nullable_Microsoft_Extensions_Logging_ILogger__" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.#ctor(System.Nullable{System.String},System.Int32,System.Nullable{Microsoft.Extensions.Logging.ILogger})">MultiBindingTcpListener(Nullable&lt;String&gt;, Int32, Nullable&lt;ILogger&gt;)</h4> <div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FubarDev.FtpServer.MultiBindingTcpListener.html">MultiBindingTcpListener</a> class.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public MultiBindingTcpListener(string? address, int port, ILogger? logger = default(ILogger? ))</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>&gt;</td> <td><span class="parametername">address</span></td> <td><p>The address/host name to bind to.</p> </td> </tr> <tr> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td> <td><span class="parametername">port</span></td> <td><p>The listener port.</p> </td> </tr> <tr> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/microsoft.extensions.logging.ilogger">ILogger</a>&gt;</td> <td><span class="parametername">logger</span></td> <td><p>The logger.</p> </td> </tr> </tbody> </table> <h3 id="properties">Properties </h3> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/FubarDevelopment/FtpServer/new/master/docfx_project/apidoc/new?filename=FubarDev_FtpServer_MultiBindingTcpListener_Port.md&amp;value=---%0Auid%3A%20FubarDev.FtpServer.MultiBindingTcpListener.Port%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/FubarDevelopment/FtpServer/blob/master/src/FubarDev.FtpServer/MultiBindingTcpListener.cs/#L54">View Source</a> </span> <a id="FubarDev_FtpServer_MultiBindingTcpListener_Port_" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.Port*"></a> <h4 id="FubarDev_FtpServer_MultiBindingTcpListener_Port" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.Port">Port</h4> <div class="markdown level1 summary"><p>Gets the port this listener is bound to.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public int Port { get; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td> <td></td> </tr> </tbody> </table> <h3 id="methods">Methods </h3> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/FubarDevelopment/FtpServer/new/master/docfx_project/apidoc/new?filename=FubarDev_FtpServer_MultiBindingTcpListener_StartAccepting.md&amp;value=---%0Auid%3A%20FubarDev.FtpServer.MultiBindingTcpListener.StartAccepting%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/FubarDevelopment/FtpServer/blob/master/src/FubarDev.FtpServer/MultiBindingTcpListener.cs/#L134">View Source</a> </span> <a id="FubarDev_FtpServer_MultiBindingTcpListener_StartAccepting_" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.StartAccepting*"></a> <h4 id="FubarDev_FtpServer_MultiBindingTcpListener_StartAccepting" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.StartAccepting">StartAccepting()</h4> <div class="markdown level1 summary"><p>Start the asynchronous acception for all listeners.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public void StartAccepting()</code></pre> </div> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/FubarDevelopment/FtpServer/new/master/docfx_project/apidoc/new?filename=FubarDev_FtpServer_MultiBindingTcpListener_StartAsync.md&amp;value=---%0Auid%3A%20FubarDev.FtpServer.MultiBindingTcpListener.StartAsync%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/FubarDevelopment/FtpServer/blob/master/src/FubarDev.FtpServer/MultiBindingTcpListener.cs/#L60">View Source</a> </span> <a id="FubarDev_FtpServer_MultiBindingTcpListener_StartAsync_" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.StartAsync*"></a> <h4 id="FubarDev_FtpServer_MultiBindingTcpListener_StartAsync" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.StartAsync">StartAsync()</h4> <div class="markdown level1 summary"><p>Start all listeners.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public Task StartAsync()</code></pre> </div> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></td> <td><p>the task.</p> </td> </tr> </tbody> </table> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/FubarDevelopment/FtpServer/new/master/docfx_project/apidoc/new?filename=FubarDev_FtpServer_MultiBindingTcpListener_Stop.md&amp;value=---%0Auid%3A%20FubarDev.FtpServer.MultiBindingTcpListener.Stop%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/FubarDevelopment/FtpServer/blob/master/src/FubarDev.FtpServer/MultiBindingTcpListener.cs/#L102">View Source</a> </span> <a id="FubarDev_FtpServer_MultiBindingTcpListener_Stop_" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.Stop*"></a> <h4 id="FubarDev_FtpServer_MultiBindingTcpListener_Stop" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.Stop">Stop()</h4> <div class="markdown level1 summary"><p>Stops all listeners.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public void Stop()</code></pre> </div> <span class="small pull-right mobile-hide"> <span class="divider">|</span> <a href="https://github.com/FubarDevelopment/FtpServer/new/master/docfx_project/apidoc/new?filename=FubarDev_FtpServer_MultiBindingTcpListener_WaitAnyTcpClientAsync_System_Threading_CancellationToken_.md&amp;value=---%0Auid%3A%20FubarDev.FtpServer.MultiBindingTcpListener.WaitAnyTcpClientAsync(System.Threading.CancellationToken)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a> </span> <span class="small pull-right mobile-hide"> <a href="https://github.com/FubarDevelopment/FtpServer/blob/master/src/FubarDev.FtpServer/MultiBindingTcpListener.cs/#L120">View Source</a> </span> <a id="FubarDev_FtpServer_MultiBindingTcpListener_WaitAnyTcpClientAsync_" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.WaitAnyTcpClientAsync*"></a> <h4 id="FubarDev_FtpServer_MultiBindingTcpListener_WaitAnyTcpClientAsync_System_Threading_CancellationToken_" data-uid="FubarDev.FtpServer.MultiBindingTcpListener.WaitAnyTcpClientAsync(System.Threading.CancellationToken)">WaitAnyTcpClientAsync(CancellationToken)</h4> <div class="markdown level1 summary"><p>Wait for any client on all listeners.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public Task&lt;TcpClient&gt; WaitAnyTcpClientAsync(CancellationToken token)</code></pre> </div> <h5 class="parameters">Parameters</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Name</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a></td> <td><span class="parametername">token</span></td> <td><p>Cancellation token.</p> </td> </tr> </tbody> </table> <h5 class="returns">Returns</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.net.sockets.tcpclient">TcpClient</a>&gt;</td> <td><p>The new TCP client.</p> </td> </tr> </tbody> </table> </article> </div> <div class="hidden-sm col-md-2" role="complementary"> <div class="sideaffix"> <div class="contribution"> <ul class="nav"> <li> <a href="https://github.com/FubarDevelopment/FtpServer/new/master/docfx_project/apidoc/new?filename=FubarDev_FtpServer_MultiBindingTcpListener.md&amp;value=---%0Auid%3A%20FubarDev.FtpServer.MultiBindingTcpListener%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a> </li> <li> <a href="https://github.com/FubarDevelopment/FtpServer/blob/master/src/FubarDev.FtpServer/MultiBindingTcpListener.cs/#L20" class="contribution-link">View Source</a> </li> </ul> </div> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> --> </nav> </div> </div> </div> </div> <footer> <div class="grad-bottom"></div> <div class="footer"> <div class="container"> <span class="pull-right"> <a href="#top">Back to top</a> </span> <table border='0'><tr><td><span>Copyright © 2018 Fubar Development Junker<br>Generated by <strong>DocFX</strong></span></td><td><a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/'><img alt='Creative Commons License' style='border-width:0' src='https://i.creativecommons.org/l/by-sa/4.0/88x31.png'></a><br><span xmlns:dct='http://purl.org/dc/terms/' property='dct:title'>FluentMigrator Documentation</span> by <a xmlns:cc='http://creativecommons.org/ns#' href='https://fluentmigrator.github.io' property='cc:attributionName' rel='cc:attributionURL'>FluentMigrator Project</a> is licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/'>Creative Commons Attribution-ShareAlike 4.0 International License</a>.</td></tr></table> </div> </div> </footer> </div> <script type="text/javascript" src="../styles/docfx.vendor.js"></script> <script type="text/javascript" src="../styles/docfx.js"></script> <script type="text/javascript" src="../styles/main.js"></script> </body> </html>
www/js/companies/lines.html
americoneto1/vadefretado-app
<ion-view view-title="{{'Linhas ' + vm.company.nome}}"> <ion-content padding="true"> <ion-list> <ion-item ui-sref="app.line.about({id: item._id, companyId: vm.company._id})" ng-repeat="item in vm.lines"> <div class="lineNumber">{{item.numero}}</div> <h2>Linha {{item.numero}}</h2> <p class="description">{{item.nome}}</p> </ion-item> </ion-list> </ion-content> </ion-view>
app/views/_sprint9/job-profiles/_archived/interior-designer.html
citizendigitalalpha/careers_beta
{% extends "../../layout.html" %} {% block page_title %} Service Green {% endblock %} {% block content %} <main id="content" role="main"> <div class="breadcrumbs"> <ol> <li><a href="#1">Home</a></li> <li><a href="#1">Page</a></li> <li>Interior designer</li> </ol> </div> <div class="grid-row"> <div class="column-two-thirds"> <h1 class="heading-xlarge">Interior designer</h1> <div class="govuk-box-grey"> <p>Interior designers plan and supervise the design and decoration of the inside of buildings.</p> </div> <div class="profile"> <div class="sixty"> <span class="salary-icon"> <img alt="Salary, a pound sign" src="/public/images/salary.png"> </span> <span class="visually-hidden">Salary:</span> <span class="bold">£18,000 to £45,000</span> per year </div> <div class="forty"> <span class="hours-icon"> <img alt="Hours, a clock face" src="/public/images/hours.png"> </span> <span class="visually-hidden">Hours:</span> <span class="bold">Variable</span> per week </div> </div> <nav aria-label="skip to your documents" class="jump-links" role="navigation"> <div class="grid-row"> <div class="column-one-half"> <ol class="list list-number"> <li> <a href="#how-to-become">How to become an interior designer</a> </li> <li> <a href="#skills-required">Skills</a> </li> <li> <a href="#what-youll-do">What you'll do</a> </li> <li> <a href="#salary">Salary</a> </li> </ol> </div> <div class="column-one-half"> <ol class="list list-number" start="5"> <li> <a href="#working-hours-patterns-and-environment">Working hours, patterns and environment</a> </li> <li> <a href="#career-path-and-progression">Career path and progression</a> </li> <li> <a href="#current-opportunities">Current opportunities</a> </li> </ol> </div> </div> </nav> <!--section 1--> <section id="how-to-become"> <h2 class="heading-large">1. How to become an interior designer</h2> </section> <!--section 2--> <section id="skills-required"> <h2 class="heading-large">2. Skills</h2> <p>You’ll need:</p> <ul class="list list-bullet"> <li>practical skills</li> <li>excellent organisational and project-management skills</li> <li>drawing, computer-aided design (CAD) and model-making skills</li> <li>the ability to work out costs and keep to budgets</li> <li>business skills if self-employed</li> </ul> </section> <!--section 3--> <section id="what-youll-do"> <h2 class="heading-large">3. What you'll do</h2> <p>Your day-to-day tasks may include:</p> <ul class="list list-bullet"> <li>meeting clients to discuss their requirements and ideas</li> <li>developing designs to suit clients' needs, their budget and the type of building</li> <li>preparing initial sketches for the client to approve</li> <li>advising on colour schemes, fabrics, fittings and furniture</li> <li>working out costs and preparing estimates</li> <li>creating detailed drawings from the initial sketches, usually on a computer</li> <li><span style="line-height: 1.5;">finding fittings, furniture, fabrics, and wall and floor coverings</span></li> </ul> <p>You may also recommend or hire people to carry out work on site, and supervise their progress.</p> </section> <!--section 4 --> <section id="salary"> <h2 class="heading-large">4. Salary</h2> <p>Starter: £18,000 to £23,000</p> <p>Experienced: £25,000 and £40,000</p> <p>Highly Experienced: £45,000 or more (senior designer)</p> <p>Freelance designers set their own rates. Creative directors can earn up to £75,000 or more.</p> <p>These figures are a guide.</p> </section> <!--section 5 --> <section id="working-hours-patterns-and-environment"> <h2 class="heading-large">5. Working hours, patterns and environment</h2> <p>You may need to work long and irregular hours, which could include evenings and weekends.</p> <p>You’ll usually be based in a studio, but you'll spend a lot of time visiting clients and sites. If freelance, you may work from home, share offices or rent a studio.</p> </section> <!--section 6--> <section id="career-path-and-progression"> <h2 class="heading-large">6. Career path and progression</h2> <p>You could move into related work like theatre set design, visual merchandising or exhibition design.</p> <h3 class="heading-medium">Related careers</h3> <p>You may be interested in:</p> <ul class="list list-bullet"> <li><a href="/job-profiles/architect">Architect </a></li> <li><a href="/job-profiles/colour-therapist">Colour therapist </a></li> <li><a href="/job-profiles/exhibition-designer">Exhibition designer </a></li> <li><a href="/job-profiles/painter-and-decorator">Painter and decorator </a></li> <li><a href="/job-profiles/set-designer">Set designer </a></li> </ul> </section> <!--section 7--> <section id="current-opportunities" style="margin-bottom:30px"> <h2 class="heading-large">7. Current opportunities</h2> <!-- <p>Find the latest opportunities</p> --> <h2 class="heading-medium">Apprenticeships</h2> <div class="grid-row"> <div class="column-half"> <div class="opportunity-item"> <h3 class="heading-small"><a href="https://www.findapprenticeship.service.gov.uk/apprenticeship/-99618">Business Administration Apprenticeship in Birmingham</a></h3> <ul class="list"> <li><span class="bold-small">Weekly wage:</span> £131.25</li> <li><span class="bold-small">Weekly hours:</span> 37.50</li> </ul> </div> </div> <div class="column-half"> <div class="opportunity-item"> <h3 class="heading-small"><a href="https://www.findapprenticeship.service.gov.uk/apprenticeship/-112465">Business Administration Apprentice.</a></h3> <ul class="list"> <li><span class="bold-small">Weekly wage:</span> £105.00</li> <li><span class="bold-small">Weekly hours:</span> 30</li> </ul> </div> </div> <div class="column-full opportunity-footer"> <a href="https://www.findapprenticeship.service.gov.uk">Explore more apprenticeships</a> </div> </div> <h2 class="heading-medium">Training courses</h2> <div class="grid-row"> <div class="column-half"> <div class="opportunity-item"> <h3 class="heading-small"><a href="https://nationalcareersservice.direct.gov.uk/course-directory/course-details?courseid=54689214">Be Your Own Interior Designer</a></h3> <ul class="list"> <li><span class="bold-small">Provider:</span> Buckinghamshire Adult Learning</li> <li><span class="bold-small">Start date:</span> 06 June 2017</li> </ul> </div> </div> <div class="column-half"> <div class="opportunity-item"> <h3 class="heading-small"><a href="https://nationalcareersservice.direct.gov.uk/course-directory/course-details?courseid=54627143">Interior Design - Designer Chair</a></h3> <ul class="list"> <li><span class="bold-small">Provider:</span> Kent Adult Education</li> <li><span class="bold-small">Start date:</span> 24 February 2018</li> </ul> </div> </div> <div class="column-full opportunity-footer"> <a href="https://nationalcareersservice.direct.gov.uk/course-directory/home">Explore more courses</a> </div> </div> </section> <p class="grey font-xsmallw100">Last updated: 23 March 2016</p> </div> <div class="column-one-third"> <aside class="govuk-related-items" role="complementary"> <h2 class="heading-medium" id="related-gov-links"> Useful links</h2> <nav aria-labelledby="related-gov-links" role="navigation"> <ul class="font-xsmall"> <li> <a href="https://nationalcareersservice.direct.gov.uk/course-directory/home">Find a course</a> </li> <li> <a href="https://www.gov.uk/apply-apprenticeship">Apprenticeships</a> </li> <li> <a href="https://www.ucas.com/">Thinking about university</a> </li> <li> <a href="https://www.gov.uk/further-education-courses">Help with funding</a> </li> <li> <a href="https://www.gov.uk/volunteering">Become a volunteer</a> </li> <li> <a href="#">Find a job</a> </li> </ul> </nav> </aside> </div> </div> </main> <script src="/public/_sprint9/javascripts/jquery-1.11.3.js"></script> <script src="/public/_sprint9/javascripts/paralegal-dynamic-panels.js"></script> {% endblock %}
css/main.css
ill-will/yellyell
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; overflow: scroll; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */ audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: http://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after, *:first-letter, *:first-line { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } @font-face { font-family: Landmark; src: url('../Landmark-Regular.ttf'); } @font-face { font-family: Tungsten; src: url('../fonts/Tungsten-Medium.otf'); } body { background-color: Gold; font-family: "Landmark"; } .frontPage { /*width: 100vw;*/ /*height: 100vh;*/ background-color: yellow; position: relative; } .navbar { width: 100%; position: absolute; bottom: 0; background-color: black; font-size: 1.5em; padding: 0.5em 0.5em; box-sizing: border-box; } @media (min-width: 1000px) { .navbar { font-size: 2em; } } .categories { margin-right: 6em; } .categories a { white-space:nowrap; } .social { position: absolute; right: 0.5em; bottom: 0.3em; color: white; } @media (max-width: 700px) { .social { width: 100%; position: static; right: 0; text-align: center; margin-top: 0.5em; } .navbar { position: static; } .categories { margin: 0; text-align: left; } } .headline { width: 100%; position: absolute; top: 0; } a { text-decoration: none; color: DarkSlateGrey; margin-right: 0.5em; } .frontTitle { font-size: 3em; margin-left: 1em; margin-right: 3em; margin-top: 0.5em; margin-bottom: 0.5em; line-height: 1em; letter-spacing: -2px; /*color: yellow;*/ } .yellyell { font-size: 4em; font-family: "Tungsten"; font-weight: 600; text-align: right; float: right; position: absolute; top: 50%; right: 1em; margin-top: -0.5em; line-height: 1em; margin-right: 0; color: Black; } @media (max-width: 700px) { .yellyell { text-align: center; width: 100vw; position: relative; right: 0; margin-top: 0.5em; margin-bottom: 0.5em; font-size: 1.5em; } .frontTitle { margin: 0.2em; text-align: center; font-size: 2em; } } .frontImage { width: 100vw; height: 100vh; background-image: url('../img/Art-House.jpeg'); background-size: cover; background-position: center; } .articles { width: 100vw; position: relative; } .article { width: 100vw; height: 400px; position: relative; overflow: hidden; } .articleImage { width: 56%; height: 100%; /*background-color: black;*/ /*background-image: url('../img/Circle.jpg');*/ background-size: cover; background-position: center; float: left; z-index: -10; } .articleTitle { width: 50%; height: 100%; /*background-color: IndianRed;*/ float: left; font-size: 3em; display: flex; justify-content: center; /* align horizontal */ align-items: center; /* align vertical */ z-index: 1; position: relative; box-sizing: border-box; } .left a { text-align: right; padding-left: 0.5em; width: 100%; margin: 0; } .right a { text-align: left; padding-right: 0.5em; width: 100%; margin: 0; } .left .articleTitle { position: absolute; left: 0; } .right .articleTitle { position: absolute; right: 0; } .left .articleImage { position: absolute; right: 0; } .right .articleImage { position: absolute; left: 0; } .articleTitle a { z-index: 10 } @media (max-width: 700px) { .articleTitle { font-size: 1.5em; } .article { height: 200px; } } .trapezoid { position: absolute; left: 0; width: 100vw; height: 100%; } /*.rightDownTrapezoid { position: absolute; top: 0; right: 0; border-bottom: 33vw solid; border-left: 5vw solid transparent; border-right: 0px solid transparent; height: 0; width: 50vw; box-sizing: border-box; z-index: 0; } .leftUpTrapezoid { position: absolute; bottom: 0; left: 0; border-top: 33vw solid; border-left: 0 solid transparent; border-right: 5vw solid transparent; height: 0; width: 50vw; box-sizing: border-box; z-index: 10; } .rightUpTrapezoid { position: absolute; top: 0; right: 0; border-top: 33vw solid; border-left: 5vw solid transparent; border-right: 0px solid transparent; height: 0; width: 55vw; box-sizing: border-box; z-index: 0; } .leftDownTrapezoid { position: absolute; bottom: 0; left: 0; border-bottom: 33vw solid; border-left: 0 solid transparent; border-right: 5vw solid transparent; height: 0; width: 55vw; box-sizing: border-box; z-index: 10; }*/ .articleLink { text-align: right; } .footer { width: 100vw; background-color: black; font-size: 1.5em; padding: 0.5em 0.5em; box-sizing: border-box; text-align: center; }
index.html
Mattiaslndstrm/koopa-paratroopas
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Super Mario Clone by Koopa Paratroopas</title> <!-- <script type="text/javascript" src="script.js"></script> --> <!--As far as I understand we are supposed to have the script up here. That of course requires us to use window.onload = function() in our scripts --> </head> <body> <div id="stage"> <canvas id="game-background"></canvas> <canvas id="game-sprites"></canvas> </div> <style> #stage { width: 640px; height: 256px; position: relative; border: 2px solid black; } canvas { position: absolute; } </style> <script src="src/game.js"></script> <script src="src/world.js"></script> <script src="src/sprite.js"></script> <script src="src/mario.js"> </script> <script src="src/monster.js"></script> <script src="src/loop.js"></script> <!-- <script src="src/background.js"></script> --> <!-- <script src="src/game.js"> </script> --> <!-- <script src="src/play.js"> </script> --> </body> </html>
language-note-client/src/main/resources/static/app/topic/topic-edit.html
khoitnm/language-note
<!-- TOP MENU --> <div class="row page-content-top-nav" ng-include="contextPathClient + '/app/topic/topic-edit-nav.html'"></div> <!--<div class="ln_solid" style="margin: 10px 0px;"></div>--> <!-- Topic Content --> <div class="page-section row"> <div class="col-xs-12 page-section-title"> <input ng-model="service.topic.title" type="text" complete-input="service.saveTopicOnly();" placeholder="Topic" class="input-as-text"/> </div> <div class="col-xs-12 page-section-description" ng-include="contextPathClient + '/app/topic/topic-edit-description.html'"></div> <!-- Topic Detail --> <div class="col-xs-12 text-danger alert alert-danger" ng-show="unexpectedMessage"> {{unexpectedMessage}} </div> <div class="col-xs-12 text-danger alert alert-danger" ng-show="userErrorMessage"> {{userErrorMessage}} </div> <div class="col-xs-12 page-section-body"> <div class="expressions masonry-container masonry-4-cols" ng-include="contextPathClient + '/app/topic/topic-edit-expressions.html'"></div> </div> </div>
docs/examples/justified-nav/index.html
nationalparkservice/bootstrap
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content=""> <meta name="author" content=""> <link rel="icon" href="../../favicon.ico"> <title>Justified Nav Template for Bootstrap</title> <!-- Bootstrap core CSS --> <link href="../../dist/css/nps-bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="justified-nav.css" rel="stylesheet"> <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <script src="../../assets/js/ie-emulation-modes-warning.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[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"> <!-- The justified navigation menu is meant for single line per list item. Multiple lines will require custom code not provided by Bootstrap. --> <div class="masthead"> <h3 class="text-muted">Project name</h3> <nav> <ul class="nav nav-justified"> <li class="active"><a href="#">Home</a></li> <li><a href="#">Projects</a></li> <li><a href="#">Services</a></li> <li><a href="#">Downloads</a></li> <li><a href="#">About</a></li> <li><a href="#">Contact</a></li> </ul> </nav> </div> <!-- Jumbotron --> <div class="jumbotron"> <h1>Marketing stuff!</h1> <p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet.</p> <p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p> </div> <!-- Example row of columns --> <div class="row"> <div class="col-lg-4"> <h2>Safari bug warning!</h2> <p class="text-danger">As of v8.0, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing.</p> <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p> <p><a class="btn btn-primary" href="#" role="button">View details &raquo;</a></p> </div> <div class="col-lg-4"> <h2>Heading</h2> <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p> <p><a class="btn btn-primary" href="#" role="button">View details &raquo;</a></p> </div> <div class="col-lg-4"> <h2>Heading</h2> <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.</p> <p><a class="btn btn-primary" href="#" role="button">View details &raquo;</a></p> </div> </div> <!-- Site footer --> <footer class="footer"> <p>&copy; Company 2014</p> </footer> </div> <!-- /container --> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script> </body> </html>
assets/css/algorithms/style.css
fpelliccioni/fpelliccioni.github.io
@font-face { font-family: 'FiraCode'; src: url('../../fonts/FiraCode-Regular.woff2') format('woff2'), url('../../fonts/FiraCode-Regular.woff') format('woff'); } body { /* 337 x 5 */ background: #0f0f23; /* background: #23241f; */ color: #cccccc; font-family: "FiraCode", "Source Code Pro", monospace; font-size: 14pt; min-width: 60em; } img { border:0; } a { outline:0; } main, figure, figcaption { display:block; } pre, code { font-family: "FiraCode","Source Code Pro", monospace; } header, main { -webkit-text-size-adjust: none; } a { text-decoration: none; color: #009900; } a:hover { color: #99ff99; } h1, h2 { font-size: 1em; font-weight: normal; } code { position: relative; display: inline-block; margin: 0; padding: 0; } code:before { z-index: -1; content: ""; position: absolute; display: block; left: -2px; right: -2px; top: 3px; bottom: 0px; /* border: 1px solid #333340; */ background: #10101a; } pre.wrap { max-width: 100%; white-space: pre-wrap; } .quiet { opacity: .5; } p.wrap { width: 45em; } .hidden { border: 1px dotted gray; overflow: hidden; position: relative; padding: 0 .5em; } .hidden:before { content: "(hover to view)"; position: absolute; opacity: .5; text-align: center; left: 0; top: 0; width: 100%; } .hidden > * { visibility: hidden; } .hidden:hover { border-color: transparent; } .hidden:hover:before { display: none; } .hidden:hover > * { visibility: visible; } .warning:not(.warning-active) { transition: color 1s, opacity 1s; } .warning-active { color: #ff0000; opacity: 1; } .supporter-badge { color: #ffff66; } a.supporter-badge:hover { text-decoration: none; color: #ffffcc; text-shadow: 0 0 5px #ffff66; } .sponsor-badge { color: #79a2d8; } a.sponsor-badge:hover { text-decoration: none; color: #ccdbed; text-shadow: 0 0 5px #79a2d8; } #sidebar { width: 200px; float: right; margin: 0 15px 2em 2em; } #sponsor { margin-bottom: 2.5em; } header { white-space: nowrap; cursor: default; z-index: 100; margin-bottom: 1em; /* margin-bottom: 2em; */ } header h1 { display: inline-block; margin: 0; padding-right: 1em; } header h1 a, header h1 span { display: inline-block; text-decoration: none; color: #00cc00; text-shadow: 0 0 2px #00cc00, 0 0 5px #00cc00; } header h1 a:hover { color: #99ff99; text-shadow: 0 0 2px #99ff99, 0 0 5px #99ff99; } header h1.title-event .title-event-wrap { opacity: .33; white-space: pre; } header .user { display: inline-block; padding-left: 1em; } header .user .star-count { color: #ffff66; } header nav { display: inline-block; } header nav ul { list-style-type: none; padding: 0; margin: 0; display: inline-block; } header nav li { display: inline-block; padding: 0 .6em; } header nav a { /* display: inline-block; */ text-decoration: none; outline: none; } main nav { display: inline-block; } main nav ul { list-style-type: none; padding: 0; margin: 0; display: inline-block; } main nav li { display: inline-block; padding: 0 .6em; } input[type="text"], textarea { background: transparent; color: inherit; border: 1px solid #666666; /* background: #10101a; */ background: #0f0f23; padding: 0 2px; font-family: inherit; font-size: inherit; margin: 0; } textarea { vertical-align: top; } label img { vertical-align: bottom; position: relative; top: -3px; margin-right: .3em; } input[type="radio"] { display: none; } input[type="radio"] ~ span { cursor: pointer; display: inline-block; } input[type="radio"] ~ span:before { content: "( ) "; } input[type="radio"] ~ span:hover { background-color: #19193b; } input[type="radio"]:checked ~ span { color: #ffffff; } input[type="radio"]:checked ~ span:before { content: "(O) "; } input[type="checkbox"] { display: none; } input[type="checkbox"] ~ span { cursor: pointer; display: inline-block; } input[type="checkbox"] ~ span:before { content: "[ ] "; } input[type="checkbox"] ~ span:hover { background-color: #19193b; } input[type="checkbox"]:checked ~ span { color: #ffffff; } input[type="checkbox"]:checked ~ span:before { content: "[X] "; } input[type="checkbox"]:disabled ~ span { opacity: .3; cursor: default; } input[type="checkbox"]:disabled ~ span:before { content: "[-] "; } input[type="checkbox"]:disabled ~ span:hover { background-color: transparent; } input[type="submit"] { background: transparent; border: 0; font-family: inherit; font-size: inherit; margin: 0; padding: 0; color: #009900; cursor: pointer; } input[type="submit"]:hover { color: #99ff99; } *::-moz-focus-inner { padding: 0; border: 0 } article { width: 45em; margin-bottom: 2em; margin-top: 2em; } article:first-child { margin-top: 0; } article h2 { color: #ffffff; margin-top: 1em; margin-bottom: 1em; white-space: nowrap; } article h2 + * { margin-top: 0; } article em { color: #ffffff; font-style: normal; text-shadow: 0 0 5px #ffffff; } article em.star { color: #ffff66; font-style: normal; text-shadow: 0 0 5px #ffff66; } article a { white-space: nowrap; } article .aside { opacity: .6; } article ul { list-style-type: none; padding: 0; } article li { padding-left: 2.5em; position: relative; } article li:before { content: "\00a0\00a0-\00a0"; position: absolute; left: 0; top: 0; } .day-success { color: #ffff66; text-shadow: 0 0 5px #ffff66; } form#settings input[type="radio"] ~ span { min-width: 30em; } form#settings input[type="checkbox"] ~ span { min-width: 30em; } .share { color: #009900; cursor: default; transition: color .2s 1s; /*position: relative;*/ } .share:hover { color: #aaffaa; transition: color .2s 0s; } .share .share-content { /*position: absolute; background: #0f0f23;*/ display: inline-block; vertical-align: text-bottom; white-space: nowrap; overflow: hidden; max-width: 0; transition: max-width .2s 1s; } .share .share-content:before { content: "\00a0"; } .share .share-content:after { /*content: "]";*/ } .share:hover .share-content { max-width: 45em; transition: max-width .2s 0s; } .puzzle-input { border: 1px solid #999999; background: #333333; color: #ffffff; text-shadow: 0 0 5px #ffffff; } .calendar { cursor: default; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -o-user-select: none; user-select: none; } .calendar > span { color: #333333; } .calendar > a { text-decoration: none; color: #666666; outline: none; cursor: default; } .calendar a:hover { background-color: #1e1e46; background-color: rgba(119,119,165,.2); cursor: pointer; } #calendar-countdown { padding-left: .5em; color: #cccccc; } .calendar .calendar-day { color: #666666; } .calendar a .calendar-day { color: #cccccc; } .calendar a .calendar-mark-complete, .calendar a .calendar-mark-verycomplete { visibility: hidden; } .calendar a.calendar-complete .calendar-mark-complete, .calendar a.calendar-verycomplete .calendar-mark-complete { visibility: visible; color: #ffff66; } .calendar a.calendar-verycomplete .calendar-mark-verycomplete { visibility: visible; color: #ffff66; } .calendar .calendar-day-new { animation: anim-day-new 5s; } .calendar .calendar-day-new .calendar-day { animation: anim-day-new-day 5s; } @keyframes anim-day-new { 0% { color: #333333; text-shadow: 0 0 5px transparent; } 25% { color: #ffffff; text-shadow: 0 0 5px #ffffff; } 100% { color: #666666; text-shadow: 0 0 5px transparent; } } @keyframes anim-day-new-day { 0% { color: #666666; text-shadow: 0 0 5px transparent; } 25% { color: #ffffff; text-shadow: 0 0 5px #ffffff; } 100% { color: #cccccc; text-shadow: 0 0 5px transparent; } } .stats > span, .stats > span .stats-firstonly, .stats > span .stats-both { color: #666666; } .stats > a { color: #cccccc; min-width: 35em; display: inline-block; } .stats > a:hover { background-color: #1e1e46; } .stats-firstonly { color: #666699; } .stats-both { color: #ffff66; } .leaderboard-daylinks { cursor: default; } .leaderboard-daylinks-selected { color: #ffffff; text-shadow: 0 0 5px #ffffff; } .leaderboard-daydesc-first { color: #666699; } .leaderboard-daydesc-both { color: #ffff66; } .leaderboard-entry { white-space: pre; } .leaderboard-entry .leaderboard-totalscore { color: #ffffff; } .leaderboard-anon { opacity: .6; } .leaderboard-userphoto { display: inline-block; height: 20px; width: 20px; margin: 0 .5em; text-align: center; } .leaderboard-userphoto img { height: 20px; max-width: 20px; vertical-align: middle; position: relative; top: -2px; } .leaderboard-time { opacity: .5; } .privboard-row { white-space: pre; } .privboard-row .star-count { color: #ffff66; } .privboard-name { vertical-align: text-bottom; } .privboard-days > span { display: inline-block; color: #333333; } .privboard-days > a { display: inline-block; } .privboard-star-locked { visibility: hidden; } .privboard-star-unlocked { color: #333333; } .privboard-star-firstonly { color: #666699; } .privboard-star-both { color: #ffff66; } .privboard-delbtn { opacity:.33; } .privboard-row:hover .privboard-delbtn { opacity:1; } .sponsors { width: 46em; /*76 characters*/ } .sponsor { margin: 1em 0; } /* ---------------------------------------------------------------- */ /* body { margin: 0; } */ .main-container { display: flex; flex-direction: column; height: 100vh; /* min-height: 100vh; */ /* background: yellow; */ } .header-container { /* background: red; */ height: 40px; /* margin-bottom: 1em; */ } .hg { /* background: blue; */ flex: auto; display: flex; flex-direction: row; } .hg-left { /* background: brown; */ /* flex: auto; */ width: 35%; max-width: 35%; display: flex; flex-direction: column; } /* .hg-left-a { height: 80px; } */ .hg-left-b { /* background: orange; */ flex: auto; display: flex; overflow-y: scroll; } .hg-left-c { /* background: lightblue; */ height: 30px; /* margin-bottom: 1em; */ } .hg-left-d { /* background: lightcoral; */ height: 40px; /* margin-bottom: 1em; */ position: relative; /* min-height: 150px; */ } .hg-right { /* background: green; */ flex: auto; display: flex; flex-direction: column; /* border-left: 1px dotted #009900; */ } .hg-right-a { /* background: #0f0f23; */ /* height: 40%; */ flex: auto; /* background: pink; */ } .hg-right-pre-a { height: 30%; max-height: 30%; /* flex: auto; */ /* display: flex; flex-direction: row; */ } #myChart { /* position:sticky; */ margin:0; padding:0; width: 100%; height:100%; } .hg-right-b { /* background: blue; */ /* border-top: 1px dotted #009900; */ height: 25%; max-height: 25%; /* flex: auto; */ display: flex; flex-direction: row; } #hg-right-b-a { width:66.6%; /* width:30%; */ /* flex: auto; */ /* background: white; */ display: flex; flex-direction: column; } /* #hg-right-b-b-parent { flex: auto; } #hg-right-b-b { overflow-y: scroll; } */ #hg-right-b-b { flex: auto; /* flex-grow: 1; */ /* background: red; */ /* border-left: 1px dotted #009900; */ /* overflow-y: scroll; */ } #hg-right-b-b-data { font-family: "FiraCode", "Source Code Pro", monospace; font-size: 10pt; margin:0; padding:0; color: #009900; /* text-align: center; */ width:100%; height:100%; box-sizing: border-box; /* For IE and modern versions of Chrome */ -moz-box-sizing: border-box; /* For Firefox */ -webkit-box-sizing: border-box; /* For Safari */ border: none; resize: none; overflow: auto; outline: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } #hg-right-x { /* background: orange; */ /* height: 50%; */ display: flex; flex-direction: row; } #hg-right-x-a { /* background: blue; */ width: 40%; } #hg-right-x-b { /* background: pink; */ flex: auto; flex-grow: unset; overflow-x: scroll; overflow-y: scroll; } #hg-right-y { /* background: brown; */ flex: auto; flex-grow: unset; /* border-top: 1px dotted #009900; */ max-height: 50%; overflow-x: scroll; overflow-y: scroll; } #codeArea { /* float:left; */ /* font-family: monospace; */ /* font-size: larger; */ /* height: 50em; */ /* height: 100%; */ width: 100%; /* max-width: 111ex; */ /* background-color: #23241f; */ /* color: white; */ /* color: #009900; */ /* border-top: 1px dotted #009900; */ /* border-left: none; */ /* border-right: none; */ /* border: none; */ /* border-style: dotted; */ /* background-image: linear-gradient(to right, #009900 22%, #23241f 0%); background-position: top; background-size: 3px 1px; background-repeat: repeat-x; */ /* margin-top: 1em; */ font-size: 12pt; border: none; resize: none; overflow: auto; outline: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } button { border: 0; background: none; /* box-shadow: none; nav */ border-radius: 0px; /* color: #bfffb3; */ /* background-color: co nav*/ /* height: 3em; */ /* width: 10em; */ /* text-decoration: non nav*/ /* text-decoration: und nav*/ color: #009900; outline: 0; font-family: "FiraCode", "Source Code Pro", monospace; font-size: 14pt; } button:hover { /* background-color: yellow; */ color: #99ff99; } #CopyrightP { font-family: "FiraCode", "Source Code Pro", monospace; font-size: 8pt; /* margin:0; */ /* padding:0; */ position: absolute; bottom: 0; left: 0; top: 0; right: 0; /* background: #99ff99; */ /* color: #009900; */ /* display: table-cell; text-align: center; vertical-align: middle; */ text-align: center; line-height: 14px; /* height:75px; */ margin: 0px; display: table-cell; vertical-align: middle; padding: 10px; /* border: 1px solid #f00; */ } #Copyright { font-family: "FiraCode", "Source Code Pro", monospace; font-size: 8pt; margin:0; padding:0; color: #009900; text-align: center; vertical-align: middle; } #Copyright:hover { color: #99ff99; } #codeHighlightPre { /* float:left; */ display: none; margin:0; padding:0; width: 100%; height:100%; overflow-y: scroll; } #codeHighlight { /* float:left; */ margin:0; padding:0; width: 100%; height:100%; max-width: 100%; font-family: "FiraCode", "Source Code Pro", monospace; font-size: 12pt; background: #0f0f23; overflow-y: scroll; /* -webkit-box-sizing: border-box; Safari/Chrome, other WebKit */ /* -moz-box-sizing: border-box; Firefox, other Gecko */ /* box-sizing: border-box; Opera/IE 8+ */ } /* #outputPre { margin:0; padding:0; width: 100%; height:100%; } #output { width: 100%; height: 100%; margin:0; padding:0; font-family: "FiraCode", "Source Code Pro", monospace; font-size: 10pt; background: #0f0f23; } */ /* p { font-family: "FiraCode", "Source Code Pro", monospace; font-size: 12pt; margin:0; padding:0; } */ #Status { font-family: "FiraCode", "Source Code Pro", monospace; font-size: 10pt; margin:0; padding:0; color: #009900; /* text-align: center; */ } #Attribute { font-family: "FiraCode", "Source Code Pro", monospace; font-size: 20pt; margin:0; padding:0; color: #009900; /* text-align: center; */ } #OutputMsg { font-family: "FiraCode", "Source Code Pro", monospace; font-size: 10pt; margin:0; padding:0; } .caret { font-family: "FiraCode", "Source Code Pro", monospace; font-size: 14pt; /* font-style: italic; */ /* font-style: oblique; */ /* text-decoration: line-through; */ color: #009900; } .nested { display: block; padding-left: 20px; } .linested { display: block; } #list { list-style-type: none; display: block; } ::-webkit-scrollbar { display: none; } /* mark { background-color: #99ff99; } */ /* Martín Aimar [5:23 PM] guarda con el height: 100vh porque más de una vez en realidad eso tiene que ser min-height Sergio Daniel Xalambrí [5:35 PM] :point_up: la otra opción es poner `overflow-y: auto` para que tenga su propio scroll si el contenido supera el alto del contenedor */
javadoc/index-files/index-4.html
mash1t/tcpchat
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Tue Feb 24 23:00:16 CET 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>D-Index</title> <meta name="date" content="2015-02-24"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="D-Index"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-3.html">Prev Letter</a></li> <li><a href="index-5.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li> <li><a href="index-4.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a name="_D_"> <!-- --> </a> <h2 class="title">D</h2> <dl> <dt><a href="../de/mash1t/chat/client/gui/package-summary.html">de.mash1t.chat.client.gui</a> - package de.mash1t.chat.client.gui</dt> <dd>&nbsp;</dd> <dt><a href="../de/mash1t/chat/client/gui/tabs/package-summary.html">de.mash1t.chat.client.gui.tabs</a> - package de.mash1t.chat.client.gui.tabs</dt> <dd>&nbsp;</dd> <dt><a href="../de/mash1t/chat/client/gui/userlist/package-summary.html">de.mash1t.chat.client.gui.userlist</a> - package de.mash1t.chat.client.gui.userlist</dt> <dd>&nbsp;</dd> <dt><a href="../de/mash1t/chat/config/package-summary.html">de.mash1t.chat.config</a> - package de.mash1t.chat.config</dt> <dd>&nbsp;</dd> <dt><a href="../de/mash1t/chat/core/package-summary.html">de.mash1t.chat.core</a> - package de.mash1t.chat.core</dt> <dd>&nbsp;</dd> <dt><a href="../de/mash1t/chat/logging/package-summary.html">de.mash1t.chat.logging</a> - package de.mash1t.chat.logging</dt> <dd>&nbsp;</dd> <dt><a href="../de/mash1t/chat/server/console/package-summary.html">de.mash1t.chat.server.console</a> - package de.mash1t.chat.server.console</dt> <dd>&nbsp;</dd> <dt><a href="../de/mash1t/cryptolib/package-summary.html">de.mash1t.cryptolib</a> - package de.mash1t.cryptolib</dt> <dd>&nbsp;</dd> <dt><a href="../de/mash1t/cryptolib/method/package-summary.html">de.mash1t.cryptolib.method</a> - package de.mash1t.cryptolib.method</dt> <dd>&nbsp;</dd> <dt><a href="../de/mash1t/networklib/package-summary.html">de.mash1t.networklib</a> - package de.mash1t.networklib</dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../de/mash1t/cryptolib/method/ExtendedAes.html#decrypt(java.lang.String)">decrypt(String)</a></span> - Method in class de.mash1t.cryptolib.method.<a href="../de/mash1t/cryptolib/method/ExtendedAes.html" title="class in de.mash1t.cryptolib.method">ExtendedAes</a></dt> <dd>&nbsp;</dd> <dt><span class="strong"><a href="../de/mash1t/chat/logging/LoggingController.html#deleteLogDir()">deleteLogDir()</a></span> - Static method in class de.mash1t.chat.logging.<a href="../de/mash1t/chat/logging/LoggingController.html" title="class in de.mash1t.chat.logging">LoggingController</a></dt> <dd> <div class="block">Deletes the log dir and all including files</div> </dd> <dt><span class="strong"><a href="../de/mash1t/chat/client/gui/ClientGui.html#dialogHelper">dialogHelper</a></span> - Variable in class de.mash1t.chat.client.gui.<a href="../de/mash1t/chat/client/gui/ClientGui.html" title="class in de.mash1t.chat.client.gui">ClientGui</a></dt> <dd>&nbsp;</dd> <dt><a href="../de/mash1t/chat/client/gui/DialogHelper.html" title="class in de.mash1t.chat.client.gui"><span class="strong">DialogHelper</span></a> - Class in <a href="../de/mash1t/chat/client/gui/package-summary.html">de.mash1t.chat.client.gui</a></dt> <dd> <div class="block">This class helps to show dialogs on a frame</div> </dd> <dt><span class="strong"><a href="../de/mash1t/chat/client/gui/DialogHelper.html#DialogHelper(javax.swing.JFrame)">DialogHelper(JFrame)</a></span> - Constructor for class de.mash1t.chat.client.gui.<a href="../de/mash1t/chat/client/gui/DialogHelper.html" title="class in de.mash1t.chat.client.gui">DialogHelper</a></dt> <dd> <div class="block">Constructor</div> </dd> <dt><span class="strong"><a href="../de/mash1t/chat/client/gui/tabs/ChatTab.html#disable()">disable()</a></span> - Method in class de.mash1t.chat.client.gui.tabs.<a href="../de/mash1t/chat/client/gui/tabs/ChatTab.html" title="class in de.mash1t.chat.client.gui.tabs">ChatTab</a></dt> <dd> <div class="block">Disables this tab</div> </dd> <dt><span class="strong"><a href="../de/mash1t/chat/client/gui/tabs/ChatTab.html#disableAll()">disableAll()</a></span> - Method in class de.mash1t.chat.client.gui.tabs.<a href="../de/mash1t/chat/client/gui/tabs/ChatTab.html" title="class in de.mash1t.chat.client.gui.tabs">ChatTab</a></dt> <dd> <div class="block">Disables this tab and the TabbedPane</div> </dd> <dt><span class="strong"><a href="../de/mash1t/chat/client/gui/ClientGui.html#disconnect()">disconnect()</a></span> - Method in class de.mash1t.chat.client.gui.<a href="../de/mash1t/chat/client/gui/ClientGui.html" title="class in de.mash1t.chat.client.gui">ClientGui</a></dt> <dd> <div class="block">Disconnects the client to the server</div> </dd> <dt><span class="strong"><a href="../de/mash1t/chat/logging/Counters.html#disconnect()">disconnect()</a></span> - Static method in class de.mash1t.chat.logging.<a href="../de/mash1t/chat/logging/Counters.html" title="class in de.mash1t.chat.logging">Counters</a></dt> <dd> <div class="block">Increase counter of disconnects</div> </dd> <dt><span class="strong"><a href="../de/mash1t/chat/server/console/ClientThread.html#disconnect()">disconnect()</a></span> - Method in class de.mash1t.chat.server.console.<a href="../de/mash1t/chat/server/console/ClientThread.html" title="class in de.mash1t.chat.server.console">ClientThread</a></dt> <dd> <div class="block">Disconnects the thread</div> </dd> <dt><span class="strong"><a href="../de/mash1t/chat/logging/Counters.Totals.Clients.html#disconnects">disconnects</a></span> - Static variable in class de.mash1t.chat.logging.<a href="../de/mash1t/chat/logging/Counters.Totals.Clients.html" title="class in de.mash1t.chat.logging">Counters.Totals.Clients</a></dt> <dd> <div class="block">total disconnects</div> </dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-3.html">Prev Letter</a></li> <li><a href="index-5.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-4.html" target="_top">Frames</a></li> <li><a href="index-4.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
doc/api/classes/ActionDispatch/Reloader.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>ActionDispatch::Reloader</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> ActionDispatch::Reloader <span class="parent">&lt; <a href="../Object.html">Object</a> </span> </h1> <ul class="files"> <li><a href="../../files/__/_rvm/gems/ruby-2_2_0/gems/actionpack-4_1_8/lib/action_dispatch/middleware/reloader_rb.html">/home/kristof/.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/reloader.rb</a></li> </ul> </div> <div id="bodyContent"> <div id="content"> <div class="description"> <p><a href="Reloader.html">ActionDispatch::Reloader</a> provides prepare and cleanup callbacks, intended to assist with code reloading during development.</p> <p>Prepare callbacks are run before each request, and cleanup callbacks after each request. In this respect they are analogs of ActionDispatch::Callback&#39;s before and after callbacks. However, cleanup callbacks are not called until the request is fully complete – that is, after close has been called on the response body. This is important for streaming responses such as the following:</p> <pre><code>self.response_body = lambda { |response, output| # code here which refers to application models } </code></pre> <p>Cleanup callbacks will not be called until after the response_body lambda is evaluated, ensuring that it can refer to application models and other classes before they are unloaded.</p> <p>By default, <a href="Reloader.html">ActionDispatch::Reloader</a> is included in the middleware stack only in the development environment; specifically, when <code>config.cache_classes</code> is false. <a href="Callbacks.html">Callbacks</a> may be registered even when it is not included in the middleware stack, but are executed only when <code>ActionDispatch::Reloader.prepare!</code> or <code>ActionDispatch::Reloader.cleanup!</code> are called manually.</p> </div> <!-- Method ref --> <div class="sectiontitle">Methods</div> <dl class="methods"> <dt>C</dt> <dd> <ul> <li> <a href="#method-i-call">call</a>, </li> <li> <a href="#method-c-cleanup-21">cleanup!</a> </li> </ul> </dd> <dt>N</dt> <dd> <ul> <li> <a href="#method-c-new">new</a> </li> </ul> </dd> <dt>P</dt> <dd> <ul> <li> <a href="#method-c-prepare-21">prepare!</a> </li> </ul> </dd> <dt>T</dt> <dd> <ul> <li> <a href="#method-c-to_cleanup">to_cleanup</a>, </li> <li> <a href="#method-c-to_prepare">to_prepare</a> </li> </ul> </dd> </dl> <!-- Includes --> <div class="sectiontitle">Included Modules</div> <ul> <li> <a href="../ActiveSupport/Callbacks.html"> ActiveSupport::Callbacks </a> </li> <li> <a href="../ActiveSupport/Deprecation/Reporting.html"> ActiveSupport::Deprecation::Reporting </a> </li> </ul> <!-- Methods --> <div class="sectiontitle">Class Public methods</div> <div class="method"> <div class="title method-title" id="method-c-cleanup-21"> <b>cleanup!</b>() <a href="../../classes/ActionDispatch/Reloader.html#method-c-cleanup-21" name="method-c-cleanup-21" class="permalink">Link</a> </div> <div class="description"> <p>Execute all cleanup callbacks.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-c-cleanup-21_source')" id="l_method-c-cleanup-21_source">show</a> </p> <div id="method-c-cleanup-21_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/reloader.rb, line 59</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">cleanup!</span> <span class="ruby-identifier">new</span>(<span class="ruby-keyword">nil</span>).<span class="ruby-identifier">cleanup!</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-c-new"> <b>new</b>(app, condition=nil) <a href="../../classes/ActionDispatch/Reloader.html#method-c-new" name="method-c-new" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-c-new_source')" id="l_method-c-new_source">show</a> </p> <div id="method-c-new_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/reloader.rb, line 63</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">initialize</span>(<span class="ruby-identifier">app</span>, <span class="ruby-identifier">condition</span>=<span class="ruby-keyword">nil</span>) <span class="ruby-ivar">@app</span> = <span class="ruby-identifier">app</span> <span class="ruby-ivar">@condition</span> = <span class="ruby-identifier">condition</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">lambda</span> { <span class="ruby-keyword">true</span> } <span class="ruby-ivar">@validated</span> = <span class="ruby-keyword">true</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-c-prepare-21"> <b>prepare!</b>() <a href="../../classes/ActionDispatch/Reloader.html#method-c-prepare-21" name="method-c-prepare-21" class="permalink">Link</a> </div> <div class="description"> <p>Execute all prepare callbacks.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-c-prepare-21_source')" id="l_method-c-prepare-21_source">show</a> </p> <div id="method-c-prepare-21_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/reloader.rb, line 54</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">prepare!</span> <span class="ruby-identifier">new</span>(<span class="ruby-keyword">nil</span>).<span class="ruby-identifier">prepare!</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-c-to_cleanup"> <b>to_cleanup</b>(*args, &amp;block) <a href="../../classes/ActionDispatch/Reloader.html#method-c-to_cleanup" name="method-c-to_cleanup" class="permalink">Link</a> </div> <div class="description"> <p>Add a cleanup callback. Cleanup callbacks are run after each request is complete (after close is called on the response body).</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-c-to_cleanup_source')" id="l_method-c-to_cleanup_source">show</a> </p> <div id="method-c-to_cleanup_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/reloader.rb, line 46</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">to_cleanup</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>) <span class="ruby-keyword">unless</span> <span class="ruby-identifier">block_given?</span> <span class="ruby-identifier">warn</span> <span class="ruby-string">&quot;to_cleanup without a block is deprecated. Please use a block&quot;</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">set_callback</span>(<span class="ruby-value">:cleanup</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">args</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>) <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="method"> <div class="title method-title" id="method-c-to_prepare"> <b>to_prepare</b>(*args, &amp;block) <a href="../../classes/ActionDispatch/Reloader.html#method-c-to_prepare" name="method-c-to_prepare" class="permalink">Link</a> </div> <div class="description"> <p>Add a prepare callback. Prepare callbacks are run before each request, prior to ActionDispatch::Callback&#39;s before callbacks.</p> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-c-to_prepare_source')" id="l_method-c-to_prepare_source">show</a> </p> <div id="method-c-to_prepare_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/reloader.rb, line 37</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">self</span>.<span class="ruby-identifier">to_prepare</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>) <span class="ruby-keyword">unless</span> <span class="ruby-identifier">block_given?</span> <span class="ruby-identifier">warn</span> <span class="ruby-string">&quot;to_prepare without a block is deprecated. Please use a block&quot;</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">set_callback</span>(<span class="ruby-value">:prepare</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">args</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">block</span>) <span class="ruby-keyword">end</span></pre> </div> </div> </div> <div class="sectiontitle">Instance Public methods</div> <div class="method"> <div class="title method-title" id="method-i-call"> <b>call</b>(env) <a href="../../classes/ActionDispatch/Reloader.html#method-i-call" name="method-i-call" class="permalink">Link</a> </div> <div class="description"> </div> <div class="sourcecode"> <p class="source-link"> Source: <a href="javascript:toggleSource('method-i-call_source')" id="l_method-i-call_source">show</a> </p> <div id="method-i-call_source" class="dyn-source"> <pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/reloader.rb, line 69</span> <span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">call</span>(<span class="ruby-identifier">env</span>) <span class="ruby-ivar">@validated</span> = <span class="ruby-ivar">@condition</span>.<span class="ruby-identifier">call</span> <span class="ruby-identifier">prepare!</span> <span class="ruby-identifier">response</span> = <span class="ruby-ivar">@app</span>.<span class="ruby-identifier">call</span>(<span class="ruby-identifier">env</span>) <span class="ruby-identifier">response</span>[<span class="ruby-number">2</span>] = <span class="ruby-operator">::</span><span class="ruby-constant">Rack</span><span class="ruby-operator">::</span><span class="ruby-constant">BodyProxy</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">response</span>[<span class="ruby-number">2</span>]) { <span class="ruby-identifier">cleanup!</span> } <span class="ruby-identifier">response</span> <span class="ruby-keyword">rescue</span> <span class="ruby-constant">Exception</span> <span class="ruby-identifier">cleanup!</span> <span class="ruby-identifier">raise</span> <span class="ruby-keyword">end</span></pre> </div> </div> </div> </div> </div> </body> </html>
modoboa_admin_limits/templates/modoboa_admin_limits/poolusage.html
disko/modoboa-admin-limits
{% load i18n lib_tags %} <ul class="nav nav-sidebar"> <li class="nav-header">{% trans "Resources usage" %}</li> {% for l in limits %} <li class="resource"> {{ l.label }} ({{ l }}) <div rel="tooltip" title="{{ l.curvalue }}/{{ l.maxvalue }}" class="progress"> <div class="{% progress_color l.usage %}" style="width: {{ l }}" aria-valuemin="0" aria-valuemax="100"></div> </div> </li> {% endfor %} </ul>
13-2015.10.13/index.html
Jackey-Sparrow/learn-react-day-by-day
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <script src="../build/react.js"></script> <script src="../build/react-dom.js"></script> <script src="../lib/browser.min.js"></script> <script src="../lib/jquery.min.js"></script> </head> <body> <div id="container"></div> <div id="container1"></div> <script type="text/babel" src="componentLifeCycle.js"></script> </body> </html>
src/browser_action/browser_action.html
kutu/iRacingFriends
<!DOCTYPE html> <html ng-app="iRacingFriends" ng-csp> <head> <link rel="stylesheet" type="text/css" href="css/styles.css"> <link rel="stylesheet" type="text/css" href="css/fontello.css"> <link rel="stylesheet" type="text/css" href="css/animation.css"> <script type="text/javascript" src="/src/options_custom/lib/store.js"></script> <script type="text/javascript" src="js/angular.min.js"></script> <script type="text/javascript" src="js/app.js"></script> </head> <body> <div id="popup" ng-controller="PopupController"> <nav> <h1>iRacing Friends</h1> <div class="refresh" ng-click="update()" title="Refresh"> <i class="icon-spin3" ng-class="{ 'animate-spin': refreshing }"></i> </div> </nav> <div> <ul class="list-roster"> <li ng-repeat="friend in friends" ng-class-even="'friend-even'"> <a href="http://members.iracing.com/membersite/member/CareerStats.do?custid={{ friend.original.custid }}" target="_blank"> <div class="friend-name" ng-class="{ 'friend-name-offline': !friend.isOnline }"> {{ friend.original.name }} <div class="friend-online" ng-class="{'friend-offline': !friend.isOnline}"></div> </div> <div class="friend-status" ng-if="friend.regStatus"> {{ friend.regStatus || "Online" }} </div> </a> </li> </ul> </div> </div> </body> </html>
public/midas/palettes/forecolor.html
jejacks0n/midas
<script type="text/javascript"> window['midas_setup_forecolor'] = function() { var lastPicked = $('midas_forecolor_last_picked'); $('midas_forecolor_selector').select('div').each(function(div) { Event.observe(div, 'click', function(event) { event.stop(); var color = div.getStyle('background-color'); if (color == 'transparent' || color == '') return; lastPicked.setStyle('background-color:' + color); this.button.setStyle('background-color:' + color); this.execute('forecolor', {value: color.toHex()}, event); }.bind(this)); }.bind(this)); } </script> <div id="midas_forecolor_selector" class="midas-palette-content"> <div style="background:#FFFFFF"></div> <div style="background:#FFCCCC"></div> <div style="background:#FFCC99"></div> <div style="background:#FFFF99"></div> <div style="background:#FFFFCC"></div> <div style="background:#99FF99"></div> <div style="background:#99FFFF"></div> <div style="background:#CCFFFF"></div> <div style="background:#CCCCFF"></div> <div style="background:#FFCCFF"></div> <div style="background:#CCCCCC"></div> <div style="background:#FF6666"></div> <div style="background:#FF9966"></div> <div style="background:#FFFF66"></div> <div style="background:#FFFF33"></div> <div style="background:#66FF99"></div> <div style="background:#33FFFF"></div> <div style="background:#66FFFF"></div> <div style="background:#9999FF"></div> <div style="background:#FF99FF"></div> <div style="background:#C0C0C0"></div> <div style="background:#FF0000"></div> <div style="background:#FF9900"></div> <div style="background:#FFCC66"></div> <div style="background:#FFFF00"></div> <div style="background:#33FF33"></div> <div style="background:#66CCCC"></div> <div style="background:#33CCFF"></div> <div style="background:#6666CC"></div> <div style="background:#CC66CC"></div> <div style="background:#999999"></div> <div style="background:#CC0000"></div> <div style="background:#FF6600"></div> <div style="background:#FFCC33"></div> <div style="background:#FFCC00"></div> <div style="background:#33CC00"></div> <div style="background:#00CCCC"></div> <div style="background:#3366FF"></div> <div style="background:#6633FF"></div> <div style="background:#CC33CC"></div> <div style="background:#666666"></div> <div style="background:#990000"></div> <div style="background:#CC6600"></div> <div style="background:#CC9933"></div> <div style="background:#999900"></div> <div style="background:#009900"></div> <div style="background:#339999"></div> <div style="background:#3333FF"></div> <div style="background:#6600CC"></div> <div style="background:#993399"></div> <div style="background:#333333"></div> <div style="background:#660000"></div> <div style="background:#993300"></div> <div style="background:#996633"></div> <div style="background:#666600"></div> <div style="background:#006600"></div> <div style="background:#336666"></div> <div style="background:#000099"></div> <div style="background:#333399"></div> <div style="background:#663366"></div> <div style="background:#000000"></div> <div style="background:#330000"></div> <div style="background:#663300"></div> <div style="background:#663333"></div> <div style="background:#333300"></div> <div style="background:#003300"></div> <div style="background:#003333"></div> <div style="background:#000066"></div> <div style="background:#330099"></div> <div style="background:#330033"></div> <div id="midas_forecolor_last_picked">Last&nbsp;Color&nbsp;Picked</div> </div>
css/miniminimodal.css
jacksondc/miniminimodal
.miniMiniModal { background-color:#fff; position:fixed; top:50%; left:50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding:3rem; color:#333; max-width:300px; min-width:200px; z-index:101; } .miniMiniOverlay { position:fixed; top:0; bottom:0; left:0; right:0; background-color:rgba(50,50,75,0.75); z-index:100; } /* Button styles */ .miniMiniClose { background-color:transparent; outline:0; float:right; border:1px solid #333; padding:0.5rem 1rem; } .miniMiniClose:hover { border-color:#888; color:#888; } /*Transitions*/ .miniMiniModal, .miniMiniOverlay { -webkit-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; } .miniMiniModal.miniMiniHidden { top:0; -webkit-transform: translate(-50%, -100%); -ms-transform: translate(-50%, -100%); transform: translate(-50%, -100%); } .miniMiniOverlay.miniMiniHidden { opacity:0; }
_includes/comments.html
kut-fashion/kut-fashion.github.io
<div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'kutfashion1'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + 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="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
lib/top-component/template.html
mk2/prism-client.github.io
<h1>This is Top (TBD)</h1>
documentation/test_doxygen/layout_navbar_project_logo_main_project_url/index.html
mosra/m.css
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Your Brand docs</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600" /> <link rel="stylesheet" href="m-dark+documentation.compiled.css" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> </head> <body> <header><nav id="navigation"> <div class="m-container"> <div class="m-row"> <span id="m-navbar-brand" class="m-col-t-8 m-col-m-none m-left-m"> <a href="http://your.brand"><img src="mosra.jpg" alt="" />Your Brand</a> <span class="m-breadcrumb">|</span> <a href="index.html" class="m-thin">docs</a> </span> </div> </div> </nav></header> <main><article> <div class="m-container m-container-inflatable"> <div class="m-row"> <div class="m-col-l-10 m-push-l-1"> <h1> Your Brand </h1> </div> </div> </div> </article></main> </body> </html>
_site/2012/02/06/whats-jekyll/index.html
wuxxa/wuxxa.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <link href="http://gmpg.org/xfn/11" rel="profile"> <title> What's Jekyll? &middot; Hyde, By Ishan </title> <!-- CSS --> <link rel="stylesheet" href="/public/css/hyde.css"> <link rel="stylesheet" href="/public/css/syntax.css"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600,700|Abril+Fatface"> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="/public/favicon.png"> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml"> </head> <body> <header class="masthead"> <div class="masthead-inner"> <h1>Ishan</h1> <p class="lead">Sample Blog for Alan.. An open source and mobile first theme for <a href="http://jekyllrb.com" target="_blank">Jekyll</a>. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.</p> <div class="colophon"> <ul class="colophon-links"> <li> <a href="https://github.com/mdo/hyde/archive/v1.1.1.zip">Download</a> </li> <li> <a href="https://github.com/mdo/hyde">GitHub project</a> </li> <li>Currently v1.1.1</li> </ul> <p>&copy; 2014. All rights reserved.</p> </div> </div> </header> <div class="content container"> <div class="post"> <h1>What's Jekyll?</h1> <span class="post-date">06 Feb 2012</span> <p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">the project’s readme</a>:</p> <p>&gt; Jekyll is a simple, blog aware, static site generator. It takes a template directory [] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p> <p>It’s an immensely useful tool and one we encourage you to use here with Hyde.</p> <p>Find out more by <a href="https://github.com/mojombo/jekyll">visiting the project on GitHub</a>.</p> </div> <div class="related"> <h2>Related Posts</h2> <ul class="related-posts"> <li> <h3> <a href="/2013/12/28/hello-world/"> Hello, world! <small>28 Dec 2013</small> </a> </h3> </li> <li> <h3> <a href="/2012/02/07/example-content/"> Example content <small>07 Feb 2012</small> </a> </h3> </li> </ul> </div> </div> </body> </html>
clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.2/mathcomp-fingroup/1.6.2.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-fingroup: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / mathcomp-fingroup - 1.6.2</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-fingroup <small> 1.6.2 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-25 14:20:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-25 14:20:56 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-fingroup&quot; version: &quot;1.6.2&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;http://math-comp.github.io/math-comp/&quot; bug-reports: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/fingroup&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/fingroup&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp/fingroup&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq-mathcomp-ssreflect&quot; {= &quot;1.6.2&quot;} ] tags: [ &quot;keyword:finite groups&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Mathematical Components Library on finite groups&quot; description: &quot;&quot;&quot; This library contains definitions and theorems about finite groups, group quotients, group morphisms, group presentation, group action...&quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.6.2.tar.gz&quot; checksum: &quot;md5=cf10cb16f1ac239a9d52c029a4e00f66&quot; } </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-fingroup.1.6.2 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-mathcomp-fingroup -&gt; coq-mathcomp-ssreflect = 1.6.2 -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; 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-mathcomp-fingroup.1.6.2</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>
mavengenerate/index.html
trcooke/trcooke.github.io
<!DOCTYPE html> <html lang="en-GB"> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-51804365-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-51804365-1'); </script> <link rel="stylesheet" href="/style/site.css"> <link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/themes/prism.min.css" rel="stylesheet" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="UTF-8"> <title>Create a bare bones Java application with Maven | Tim Cooke</title> </head> <body> <h1 class="home"><a href="/">Tim Cooke</a></h1> <h2>Create a bare bones Java application with Maven</h2> <small>28th August 2013</small> <p>Here's how to create a bare bones Java application using Apache Maven (v3.0.3 at time of writing).</p> <h3>The Command</h3> <pre><code class="language-bash">mvn archetype:generate \ -DinteractiveMode=false \ -DarchetypeGroupId=org.apache.maven.archetypes \ -DgroupId=com.trcooke.mvndemo \ -DartifactId=maven-demo</code></pre> <h3>The Command Explained</h3> <p><code>mvn</code> : Maven command</p> <p><code>archetype:generate</code> : Maven goal</p> <p><code>-DinteractiveMode=false</code> : Use all default values.</p> <p><code>-DarchetypeGroupId=org.apache.maven.archetypes</code> : Tells maven where to look for project templates.</p> <p><code>-DgroupId=com.trcooke.mvndemo</code> : Root package name of your Java project</p> <p><code>-DartifactId=maven-demo</code> : Project module name. Directory of this name is created for the project.</p> <h3>The Command Output</h3> <pre><code class="language-none">$ mvn archetype:generate \ -DinteractiveMode=false \ -DarchetypeGroupId=org.apache.maven.archetypes\ -DgroupId=com.trcooke.mvndemo \ -DartifactId=maven-demo [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ .... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.637s [INFO] Finished at: Wed Jul 03 22:41:06 BST 2013 [INFO] Final Memory: 7M/81M [INFO] ------------------------------------------------------------------------</code></pre> <h3>The project structure</h3> <pre>maven-demo/ &#x251C; pom.xml &#x2514; src &#x251C; main &#x2502; &#x2514; java &#x2502; &#x2514; com &#x2502; &#x2514; trcooke &#x2502; &#x2514; mvndemo &#x2502; &#x2514; App.java &#x2514; test &#x2514; java &#x2514; com &#x2514; trcooke &#x2514; mvndemo &#x2514; AppTest.java</pre> <h3>The pom.xml</h3> <pre><code class="language-xml">&lt;project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemalocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> &lt;modelversion>4.0.0&lt;/modelversion> &lt;groupid>com.trcooke.mvndemo&lt;/groupid> &lt;artifactid>maven-demo&lt;/artifactid> &lt;packaging>jar&lt;/packaging> &lt;version>1.0-SNAPSHOT&lt;/version> &lt;name>maven-demo&lt;/name> &lt;url>http://maven.apache.org&lt;/url> &lt;dependencies> &lt;dependency> &lt;groupid>junit&lt;/groupid> &lt;artifactid>junit&lt;/artifactid> &lt;version>3.8.1&lt;/version> &lt;scope>test&lt;/scope> &lt;/dependency> &lt;/dependencies> &lt;/project></code></pre> <p>Maven's the default version of jUnit is pretty old so I would recommend updating to the latest version, which is currently 4.11 but <a href="https://web.archive.org/web/20140623234514/http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22junit%22%20AND%20a%3A%22junit%22">check on maven.org</a></p> <pre><code class="language-xml">&lt;dependency> &lt;groupid>junit&lt;/groupid> &lt;artifactid>junit&lt;/artifactid> &lt;version>4.11&lt;/version> &lt;scope>test&lt;/scope> &lt;/dependency></code></pre> <h3>The stub class</h3> <p>We have a simple 'Hello World!' implementation of a Java class created for us.</p> <pre><code class="language-java">package com.trcooke.mvndemo; /** * Hello world! * */ public class App { public static void main( String[] args ) { System.out.println( "Hello World!" ); } }</code></pre> <h3>The stub jUnit test</h3> <pre><code class="language-java">package com.trcooke.mvndemo; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public AppTest( String testName ) { super( testName ); } /** * @return the suite of tests being tested */ public static Test suite() { return new TestSuite( AppTest.class ); } /** * Rigourous Test :-) */ public void testApp() { assertTrue( true ); } }</code></pre> <p>Worth noting that this test is for jUnit version 3.x where we are extending junit.framework.TestCase. Using jUnit 4.x we use the <code>@Test</code> annotation on the test method instead. We also do not need the constructor or the suite() method which simplifies things considerably.</p> <pre><code class="language-java">package com.trcooke.mvndemo; import org.junit.Test; public class AppTest { @Test public void testApp() { assertTrue(true); } }</code></pre> <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/components/prism-core.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.20.0/plugins/autoloader/prism-autoloader.min.js"></script> </body> </html>
categories/training.html
ninapetrop/Little-Big-Blue
--- layout: default title: Training --- <h1 class='category-title-page'>Training</h1> <div class="col-xs-12 home-wrap"> {% for post in site.categories.training %} <div class="col-xs-12 col-sm-4 col-md-3 article-cards"> <a href="{{ post.url }}"><img src='{{ post.thumbnail }}' class="thumbnails"></a> <h3><a href="{{ post.url }}">{{ post.title }}</a></h3> <span class="meta">{{ post.date | date_to_string }}</span><br> </div> {% endfor %} </div>
client/app/questionsIndex/questionsIndex.html
SimpaticoUD/citizenpedia
<header class="hero-unit" id="banner"> <div class="container"> <h1>Citizenpedia</h1> <p class="lead">Part of the Simpatico project</a></p> <img src="assets/images/logo_simpatico.png" alt="Simpatico"> </div> </header> <div class="container" infinite-scroll='nextPage()' infinite-scroll-disabled='busy || noMoreData'> <br/> <div style="text-align: center"> <a type="button" class="btn btn-primary" href="/citizenpedia/questions/create">Ask Question</a> </div> <table class="table table-striped"> <thead> <tr> <th width="20">Stars</th> <th width="20">Answers</th> <th>Question</th> </tr> </thead> <tbody> <tr ng-repeat="question in questions"> <td style="text-align: center; vertical-align:middle"> <div style="font-size: xx-large;">{{question.stars.length}}</div> </td> <td style="text-align: center; vertical-align:middle"> <div style="font-size: xx-large;">{{question.answers.length}}</div> </td> <td> <div style="float: right;"> <span ng-if=" isStar(question)" class="glyphicon glyphicon-star" style="color: #CF7C00;" ></span> <span ng-if="!isStar(question)" class="glyphicon glyphicon-star-empty"></span> </div> <a ng-href="/citizenpedia/questions/show/{{question._id}}" style="font-size: large">{{question.title}}</a> <div class="clearfix"></div> <a href="/citizenpedia/categories/list/{{question.category._id}}"> <div class="label label-success float: right;" value="{{question.category._id}}"> {{question.category.name}} </div> </a> <div style="float: right;"> by <a ng-href="/citizenpedia/users/{{question.user._id}}">{{question.user.name}}</a> - {{question.createdAt|fromNow}} </div> <div> <span ng-repeat="tag in question.tags"> <a ng-if="tag.text.indexOf('Paragraph') != 0 && tag.text.indexOf('Diagram')" href="/citizenpedia/questions/list/{{tag.text}}"> <span ng-if="tag.text.indexOf('Paragraph') != 0 && tag.text.indexOf('Diagram')" class="label label-info"> {{tag.text}} </span> </a> <a ng-if="tag.text.indexOf('Paragraph') == 0" href="/citizenpedia/questions/list/{{ question.tags[$index-1].text }}/{{tag.text}}"> <span ng-if="tag.text.indexOf('Paragraph') == 0" class="label label-info"> {{tag.text}} </span> </a> &nbsp; </span> </div> <div class="clearfix"></div> </td> </tr> </tbody> </table> <div ng-show='busy'>Loading data...</div> </div>
assert/css/gis.css
FreeGIS/BaoChuan_Map
#map { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .ol-popup { position: absolute; background-color: white; -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); padding: 15px; border-radius: 10px; border: 1px solid #cccccc; bottom: 12px; left: -50px; min-width: 280px; } .ol-popup:after, .ol-popup:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .ol-popup:after { border-top-color: white; border-width: 10px; left: 48px; margin-left: -10px; } .ol-popup:before { border-top-color: #cccccc; border-width: 11px; left: 48px; margin-left: -11px; } .ol-popup-closer { text-decoration: none; position: absolute; top: 2px; right: 8px; } .ol-popup-closer:after { content: "✖"; } .measuretooltip { position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 4px; color: white; padding: 4px 8px; opacity: 0.7; white-space: nowrap; } .tooltip-measure { opacity: 1; font-weight: bold; } .tooltip-static { background-color: #ffcc33; color: black; border: 1px solid white; } .tooltip-measure:before, .tooltip-static:before { border-top: 6px solid rgba(0, 0, 0, 0.5); border-right: 6px solid transparent; border-left: 6px solid transparent; content: ""; position: absolute; bottom: -6px; margin-left: -7px; left: 50%; } .tooltip-static:before { border-top-color: #ffcc33; } #map { z-index: 1; height: 100%; width:100%; } .locationscale{ position: absolute; bottom: 5px; right: 10px; opacity: 0.8; color: White; background: rgba(0,60,136,.5); z-index:2 } #toolbar{ top:20px; right:40px; z-index: 2; position:absolute; } .btnClass { width:21px; height: 20px; } .taifeng { width: 48px; height: 48px; background: url(../image/taifeng.png); animation:change linear 2s infinite; -moz-animation:change linear 2s infinite; /* Firefox */ -webkit-animation:change linear 2s infinite; /* Safari and Chrome */ -o-animation:change linear 2s infinite; /* Opera */ } @keyframes change { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-moz-keyframes change { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-webkit-keyframes change { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } @-o-keyframes change { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } }
place/niger/postcodes/index.html
okfn/opendataindex-2015
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Open Knowledge"> <meta name="description" content="The state of government open data in Niger for Location datasets in 2015 "> <meta name="keywords" content="Niger, Location datasets, 2015, Open Government, Open Data, Government Transparency, Open Knowledge "> <meta property="og:type" content="website"/> <meta property="og:title" content="Open Data Index - Open Knowledge"/> <meta property="og:site_name" content="Open Data Index"/> <meta property="og:description" content="The state of government open data in Niger for Location datasets in 2015"/> <meta property="og:image" content="/static/images/favicon.ico"/> <title>Niger / Location datasets | Global Open Data Index by Open Knowledge</title> <base href="/"> <!--[if lt IE 9]> <script src="/static/vendor/html5shiv.min.js"></script> <![endif]--> <link rel="stylesheet" href="/static/css/site.css"> <link rel="icon" href="/static/images/favicon.ico"> <script> var siteUrl = ''; </script> </head> <body class="place_dataset"> <div class="fixed-ok-panel"> <div id="ok-panel" class="closed"> <iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe> </div> <a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a> </div> <header id="header"> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="logo"> <a href="/"> <img src="/static/images/logo2.png"> <span>Global<br/>Open Data Index</span> </a> </div> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" style="margin-right: 132px;"> <li> <a href="/place/" title="About the Open Data Index project"> Places </a> </li> <li> <a href="/dataset/" title="About the Open Data Index project"> Datasets </a> </li> <li> <a href="/download/" title="Download Open Data Index data"> Download </a> </li> <li> <a href="/insights/" title="Insights"> Insights </a> </li> <li> <a href="/methodology/" title="The methodology behind the Open Data Index"> Methodology </a> </li> <li> <a href="/about/" title="About the Open Data Index project"> About </a> </li> <li> <a href="/press/" title="Press information for the Open Data Index"> Press </a> </li> </ul> </div> </div> </div> </nav> </header> <div class="container"> <div class="content"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li> <a href="/">Home</a> </li> <li><a href="/place">Places</a></li> <li><a href="/place/niger/">Niger</a></li> <li class="active">Location datasets</li> </ol> <section id="data-header"> <div class="row"> <div class="col-md-6"> <h1> <a href="/dataset/postcodes/" title="See more data on Location datasets in the Open Data Index">Location datasets</a> <span class="place-openness" data-score="0">0% open</span> </h1> <h3> <a href="/place/niger/" title="See more data on Niger in the Open Data Index">Niger</a> </h3> <!--div class="col-md-12 place-rank statistics"> <span class="">Niger is ranked #61 for this dataset</span> </div> <div class="row relative"> </div--> <div class="row navigate"> <div class="col-md-12"> <h4 class="inline">See other years</h4> <div class=" inline"> <a class="" href="/place/niger/postcodes/2014/" title="2014">2014</a> <a class="" href="/place/niger/postcodes/2013/" title="2013">2013</a> </div> </div> <div class="col-md-12"> <h4>Share or embed this page</h4> <div class="btn-group"> <a href="" class="btn btn-default embed" data-toggle="modal" data-target="#embed-instructions"> <i class="fa fa-code"></i> Embed </a> <a href="http://twitter.com/share?url=/place/niger/postcodes/&text=Check out this data from the Global Open Data Index" class="btn btn-default twitter" target="_blank"> <i class="fa fa-twitter"></i> Twitter </a> <a href="http://www.facebook.com/sharer/sharer.php?u=/place/niger/postcodes/" class="btn btn-default facebook" target="_blank"> <i class="fa fa-facebook"></i> Facebook </a> <a href="https://plus.google.com/share?url=/place/niger/postcodes/" class="btn btn-default google-plus" target="_blank"> <i class="fa fa-google-plus"></i> Google+ </a> </div> <div class="modal fade" id="embed-instructions" tabindex="-1" role="dialog" aria-labelledby="embedLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button> <h4 class="modal-title" id="embedLabel">Map embed code</h4> </div> <div class="modal-body"> <p> Use the following code to embed the map visualisation into your own website. </p> <xmp contenteditable="true"><iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2015&filter_dataset=postcodes&panel_tools=false&panel_share=false&embed_title=Niger ; Location datasets ; 2015&map_place=ne" frameBorder="0"></iframe></xmp> <p> If you are a developer, you can read more about the embed options here: <a href="https://github.com/okfn/opendataindex/#choropleth-map" title="Embed options">Embed options</a> </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> </div> </div> </div> <div class="col-md-6"> <div id="map-container"> <iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2015&filter_dataset=postcodes&panel_tools=false&panel_share=false&embed_title=Niger ; Location datasets ; 2015&map_place=ne" frameBorder="0"></iframe> </div> </div> </div> </section> <hr /> <section class="dataset-about"> <div class="row"> <div class="col-md-12"> <h3>What data is expected?</h3> <p>A database of postcodes/zipcodes and the corresponding spatial locations in terms of a latitude and a longitude (or similar coordinates in an openly published national coordinate system). If a postcode/zipcode system does not exist in the country, please submit a dataset of administrative borders. Data submitted in this category must satisfy the following minimum conditions</p> <ul> <li>Zipcodes</li> <li>Address</li> <li>Coordinate (latitude longitude)</li> <li>national level</li> <li><p>updated once a year</p> </li> <li><p>Administrative boundaries</p> </li> <li>Boarders poligone</li> <li>name of poligone (city, neighborhood)</li> <li>national level</li> <li>updated once a year</li> </ul> </div> </div> <div class="row"> <div class="col-md-12"> <h3>What data is available</h3> </div> <div class="col-md-6"> <ul class="availability-single"> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Openly licensed? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;The licence must comply with the Open Definition which allows data to be freely used, reused and redistributed. The Open Definition provides a list of conformant licences. If the data uses one of these licences, it is openly licensed.&lt;/p&gt; &lt;p&gt;Licences are commonly found in:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;the web page footer&lt;/li&gt; &lt;li&gt;a link to Terms &amp;amp; Conditions&lt;/li&gt; &lt;li&gt;the About section&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Some licences may allow re-use and redistribution but have not been assessed as conformant with the Open Definition. In this case, seek feedback on the Open Data Index discussion forum&lt;/p&gt;" data-placement="right"> <i class="fa fa-unlock-alt pointer" title="Click for more information"></i>&nbsp; Openly licensed? No (No URL given) </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data available for free? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;The data is free if you don’t have to pay for it.&lt;/p&gt;" data-placement="right"> <i class="fa fa-dollar pointer" title="Click for more information"></i>&nbsp; Is the data available for free? No </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data machine readable? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;All files are digital, but not all can be processed or parsed easily by a computer. In order to answer this question, you would need to look at the file type of the dataset. As a rule of thumb the following file types are machine readable:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;XLS&lt;/li&gt; &lt;li&gt;CSV&lt;/li&gt; &lt;li&gt;JSON&lt;/li&gt; &lt;li&gt;XML&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;The following formats are NOT machine readable:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;HTML&lt;/li&gt; &lt;li&gt;PDF&lt;/li&gt; &lt;li&gt;DOC&lt;/li&gt; &lt;li&gt;JIF&lt;/li&gt; &lt;li&gt;JPEG&lt;/li&gt; &lt;li&gt;PPT&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;If you have a different file type and you don’t know if it’s machine readable or not, ask in the Open Data Census forum&lt;/p&gt;" data-placement="right"> <i class="fa fa-keyboard-o pointer" title="Click for more information"></i>&nbsp; Is the data machine readable? No (shapefile) </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Available in bulk? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data is available in bulk if the whole dataset can be downloaded easily. It is considered non-bulk if the citizens are limited to getting parts of the dataset through an online interface.&lt;/p&gt; &lt;p&gt;For example, if restricted to querying a web form and retrieving a few results at a time from a very large database.&lt;/p&gt;" data-placement="right"> <i class="fa fa-copy pointer" title="Click for more information"></i>&nbsp; Available in bulk? No </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data provided on a timely and up to date basis? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Is the data current for the census year? You can determine or estimate when the data was last updated and its update frequency by reviewing:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;the metadata displayed for the data in an open data portal or web page&lt;/li&gt; &lt;li&gt;the dataset title or filename e.g. Budget 2013-14 or Election_4July2015.csv&lt;/li&gt; &lt;li&gt;metadata tags embedded in the web page that contains the data&lt;/li&gt; &lt;li&gt;date values within the data to find the most recent date value&lt;/li&gt; &lt;li&gt;the timestamp on the data file (although this may not be accurate)&lt;/li&gt; &lt;li&gt;Some data is not updated on a regular basis. e.g. Pollutant emissions may be updated daily - while postal codes may not change for many years. &lt;/li&gt; &lt;/ul&gt; &lt;p&gt;You may need to use your judgement to determine if the data is timely and up to date. Document your rationale in the comments section.&lt;/p&gt; &lt;p&gt;If you cannot determine a date, answer, &amp;quot;NO&amp;quot; i.e. the data is not timely or up-to-date.&lt;/p&gt;" data-placement="right"> <i class="fa fa-clock-o pointer" title="Click for more information"></i>&nbsp; Is the data provided on a timely and up to date basis? No </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Publicly available? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Can the data be accessed by the public without restrictions? Data is considered publicly available when:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;It can be accessed online without the need for a password or permissions.&lt;/li&gt; &lt;li&gt;If the data is in paper form, can be accessed by the public, and there is no restrictions on the number of photocopies that can be made.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Data is &lt;strong&gt;NOT&lt;/strong&gt; publicly available when:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;It is only made available after making a request.&lt;/li&gt; &lt;li&gt;It was availiable because of FOIA. &lt;/li&gt; &lt;li&gt;It can only be accessed by government officials.&lt;/li&gt; &lt;/ul&gt;" data-placement="right"> <i class="fa fa-eye pointer" title="Click for more information"></i>&nbsp; Publicly available? No </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is data in digital form? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data can be in a digital format, but not accessible online. For example: A country budget can be stored on a spreadsheet or otherwise on a private government network, but not on the Internet. This means that the data is digital, but not publicly available. If you know that the data is digital somewhere inside the government (e.g. a government official tells you so), then you should answer “YES” to this question and note in the comment section how you discovered the data is in digital form.&lt;/p&gt;" data-placement="right"> <i class="fa fa-save pointer" title="Click for more information"></i>&nbsp; Is data in digital form? No </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Is the data available online? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data is online if it can be accessed via the Internet (e.g. a website or open data portal). If the data has been emailed to you but is not accessible via the Internet, it is not considered to be available online.&lt;/p&gt;" data-placement="right"> <i class="fa fa-download pointer" title="Click for more information"></i>&nbsp; Is the data available online? No (<a href="http://www.stat-niger.org/statistique/file/RENACOM/RENALOC_Niger_733.rar?lng=fr">Here</a>) </li> <li class="no" data-toggle="popover" title="&lt;h4&gt;&lt;p&gt;Does the data exist? &lt;/p&gt;&lt;/h4&gt;" data-content="&lt;p&gt;Data must come from an official resource either issued directly by the government or by a third party officially representing the government. Data offered by companies, citizen initiatives or any non-governmental organisation do not count for the Index.&lt;/p&gt; &lt;p&gt;If the government has given the right to publish the data to third parties, a submission with a link a to third party site is allowed. The third-party site must explicitly state that the data has been commissioned by the government. Check if the organization has an agreement with the government to be the official source and make a note in the comment section.&lt;/p&gt;" data-placement="right"> <i class="fa fa-file-o pointer" title="Click for more information"></i>&nbsp; Does the data exist? No </li> </ul> </div> <div class="col-md-6"> <h4><strong>Details</strong></h4> <p>The directory have been published in 2014, and contain Niger location data. It is available online and for free.</p> <h4><strong>Reviewer comments</strong></h4> <p>The initially provided link <a href="http://www.stat-niger.org/statistique/file/RENACOM/RENALOC_Niger_733.rar?lng=fr">http://www.stat-niger.org/statistique/file/RENACOM/RENALOC_Niger_733.rar?lng=fr</a> , from the official source of the Niger, Institut National de la Statistique provides the shapefile of the Uruguay postcodes. We have not been able to identify other official postcode dataset.</p> </div> </div> </section> <section id="place-contributors"> <div class="row"> <h2>Contributors</h2> <div class="col-md-6"> <h4>Reviewers</h4> <ul> <li>Codrina Maria Ilie</li> </ul> </div> <div class="col-md-6"> <h4>Submitters</h4> <ul> <li>anonymous</li> </ul> </div> </div> </section> </div> </div> </div> </div> <footer id="footer"> <div class="container"> <div class="row"> <div class="footer-main col-md-8"> <div class="footer-attribution"> <p> <a href="http://opendefinition.org/ossd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Online Software Service"> <img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/> </a> <a href="http://opendefinition.org/okd/" title="Open Content"> <img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/> </a> &ndash; <a href="http://creativecommons.org/licenses/by/3.0/" title="Content Licensed under a CC Attribution"></a> <a href="http://opendatacommons.org/licenses/pddl/1.0" title="Data License (Public Domain)">Data License (Public Domain)</a> </p> </div> <div class="footer-meta"> <p> This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a> </p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a> </div> </div> <div class="footer-links col-md-2"> <li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li> <li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is Open Data?</a></li> <li><a href="http://census.okfn.org/" title="Run your own Index">Run your own Index</a></li> <li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li> </div> <div class="footer-links col-md-2"> <li><a href="/" title="Open Data Index home">Home</a></li> <li><a href="/download/" title="Download data">Download</a></li> <li><a href="/methodology/" title="The methodology behind the Open Data Index">Methodology</a></li> <li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li> <li><a href="/about/" title="About the Open Data Index">About</a></li> <li><a href="/about/" title="Contact us">Contact</a></li> <li><a href="/press/" title="Press">Press</a></li> </div> </div> </div> </footer> <script data-main="/static/scripts/site" src="/static/scripts/require.js"></script> </body> </html>
doc/de/hdu/pvs/crashfinder/analysis/Slicing.html
heiqs/crashfinder
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_15) on Sat May 30 22:34:27 CEST 2015 --> <title>Slicing</title> <meta name="date" content="2015-05-30"> <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="Slicing"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Slicing.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../de/hdu/pvs/crashfinder/analysis/ShrikePoint.html" title="class in de.hdu.pvs.crashfinder.analysis"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.CG.html" title="enum in de.hdu.pvs.crashfinder.analysis"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?de/hdu/pvs/crashfinder/analysis/Slicing.html" target="_top">Frames</a></li> <li><a href="Slicing.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:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</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">de.hdu.pvs.crashfinder.analysis</div> <h2 title="Class Slicing" class="title">Class Slicing</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>de.hdu.pvs.crashfinder.analysis.Slicing</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">Slicing</span> extends java.lang.Object</pre> <div class="block">This file computes a slice and also maps the result to source code. For creating a launcher, See the 'PDFSlice' launcher included in the 'launchers' directory in WALA.</div> <dl><dt><span class="strong">Author:</span></dt> <dd>Mohammad Ghanavati date: 05.05.2013</dd> <dt><span class="strong">See Also:</span></dt><dd><code>Slicer, PDFSlicer and SlicerTest from WALA</code></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.CG.html" title="enum in de.hdu.pvs.crashfinder.analysis">Slicing.CG</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#classPath">classPath</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#mainClass">mainClass</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#Slicing(java.lang.String, java.lang.String, java.lang.String)">Slicing</a></strong>(java.lang.String&nbsp;classPath, java.lang.String&nbsp;mainClass, java.lang.String&nbsp;exclusionFile)</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#CallGraphBuilder()">CallGraphBuilder</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#computeConetxtInsensitiveThinSlice(com.ibm.wala.ipa.slicer.Statement, com.ibm.wala.ipa.callgraph.CallGraph, com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis, com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions, com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions)">computeConetxtInsensitiveThinSlice</a></strong>(com.ibm.wala.ipa.slicer.Statement&nbsp;seed, com.ibm.wala.ipa.callgraph.CallGraph&nbsp;cg, com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis&nbsp;pa, com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions&nbsp;dOptions, com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions&nbsp;cOptions)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#computeConetxtSensitiveSlice(com.ibm.wala.ipa.slicer.Statement, com.ibm.wala.ipa.callgraph.CallGraph, com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis, com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions, com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions)">computeConetxtSensitiveSlice</a></strong>(com.ibm.wala.ipa.slicer.Statement&nbsp;seed, com.ibm.wala.ipa.callgraph.CallGraph&nbsp;cg, com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis&nbsp;pa, com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions&nbsp;dOptions, com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions&nbsp;cOptions)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#computeContextInsensitiveBackwardThinSlice(com.ibm.wala.ipa.slicer.Statement)">computeContextInsensitiveBackwardThinSlice</a></strong>(com.ibm.wala.ipa.slicer.Statement&nbsp;seed)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#computeContextSensitiveBackwardSlice(com.ibm.wala.ipa.slicer.Statement)">computeContextSensitiveBackwardSlice</a></strong>(com.ibm.wala.ipa.slicer.Statement&nbsp;seed)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#computeSlice(com.ibm.wala.ipa.slicer.Statement)">computeSlice</a></strong>(com.ibm.wala.ipa.slicer.Statement&nbsp;seed)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.util.Collection&lt;<a href="../../../../../de/hdu/pvs/crashfinder/analysis/IRStatement.html" title="class in de.hdu.pvs.crashfinder.analysis">IRStatement</a>&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#convert(java.util.Collection)">convert</a></strong>(java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;stmts)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#dumpSlice(java.util.Collection)">dumpSlice</a></strong>(java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;slice)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#dumpSlice(java.util.Collection, java.io.PrintWriter)">dumpSlice</a></strong>(java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;slice, java.io.PrintWriter&nbsp;w)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#dumpSliceToFile(java.util.Collection, java.lang.String)">dumpSliceToFile</a></strong>(java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;slice, java.lang.String&nbsp;fileName)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>com.ibm.wala.ipa.slicer.Statement</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#extractStatementfromException(java.lang.String, int)">extractStatementfromException</a></strong>(java.lang.String&nbsp;className, int&nbsp;lineNum)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static com.ibm.wala.ipa.slicer.Statement</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#findCallTo(com.ibm.wala.ipa.callgraph.CGNode, java.lang.String)">findCallTo</a></strong>(com.ibm.wala.ipa.callgraph.CGNode&nbsp;n, java.lang.String&nbsp;methodName)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static com.ibm.wala.ipa.callgraph.CGNode</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#findMainMethod(com.ibm.wala.ipa.callgraph.CallGraph)">findMainMethod</a></strong>(com.ibm.wala.ipa.callgraph.CallGraph&nbsp;cg)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static com.ibm.wala.ipa.callgraph.CGNode</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#findMethod(com.ibm.wala.ipa.callgraph.CallGraph, java.lang.String)">findMethod</a></strong>(com.ibm.wala.ipa.callgraph.CallGraph&nbsp;cg, java.lang.String&nbsp;name)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>com.ibm.wala.ipa.callgraph.CallGraph</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#getCallGraph()">getCallGraph</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>com.ibm.wala.ipa.cha.ClassHierarchy</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#getClassHierarchy()">getClassHierarchy</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#getPointerAnalysis()">getPointerAnalysis</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../de/hdu/pvs/crashfinder/analysis/SlicingOutput.html" title="class in de.hdu.pvs.crashfinder.analysis">SlicingOutput</a></code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#outputSlice(com.ibm.wala.ipa.slicer.Statement)">outputSlice</a></strong>(com.ibm.wala.ipa.slicer.Statement&nbsp;seed)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#setContextSensitive(boolean)">setContextSensitive</a></strong>(boolean&nbsp;cs)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#setControlDependenceOptions(com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions)">setControlDependenceOptions</a></strong>(com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions&nbsp;op)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#setDataDependenceOptions(com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions)">setDataDependenceOptions</a></strong>(com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions&nbsp;op)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.html#setExclusionFile(java.lang.String)">setExclusionFile</a></strong>(java.lang.String&nbsp;fileName)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="classPath"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>classPath</h4> <pre>public final&nbsp;java.lang.String classPath</pre> </li> </ul> <a name="mainClass"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>mainClass</h4> <pre>public final&nbsp;java.lang.String mainClass</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Slicing(java.lang.String, java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Slicing</h4> <pre>public&nbsp;Slicing(java.lang.String&nbsp;classPath, java.lang.String&nbsp;mainClass, java.lang.String&nbsp;exclusionFile)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="CallGraphBuilder()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>CallGraphBuilder</h4> <pre>public&nbsp;void&nbsp;CallGraphBuilder()</pre> </li> </ul> <a name="setExclusionFile(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setExclusionFile</h4> <pre>public&nbsp;void&nbsp;setExclusionFile(java.lang.String&nbsp;fileName)</pre> </li> </ul> <a name="setContextSensitive(boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setContextSensitive</h4> <pre>public&nbsp;void&nbsp;setContextSensitive(boolean&nbsp;cs)</pre> </li> </ul> <a name="setDataDependenceOptions(com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setDataDependenceOptions</h4> <pre>public&nbsp;void&nbsp;setDataDependenceOptions(com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions&nbsp;op)</pre> </li> </ul> <a name="setControlDependenceOptions(com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setControlDependenceOptions</h4> <pre>public&nbsp;void&nbsp;setControlDependenceOptions(com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions&nbsp;op)</pre> </li> </ul> <a name="getClassHierarchy()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getClassHierarchy</h4> <pre>public&nbsp;com.ibm.wala.ipa.cha.ClassHierarchy&nbsp;getClassHierarchy()</pre> </li> </ul> <a name="getCallGraph()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCallGraph</h4> <pre>public&nbsp;com.ibm.wala.ipa.callgraph.CallGraph&nbsp;getCallGraph()</pre> </li> </ul> <a name="getPointerAnalysis()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPointerAnalysis</h4> <pre>public&nbsp;com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis&nbsp;getPointerAnalysis()</pre> </li> </ul> <a name="outputSlice(com.ibm.wala.ipa.slicer.Statement)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>outputSlice</h4> <pre>public&nbsp;<a href="../../../../../de/hdu/pvs/crashfinder/analysis/SlicingOutput.html" title="class in de.hdu.pvs.crashfinder.analysis">SlicingOutput</a>&nbsp;outputSlice(com.ibm.wala.ipa.slicer.Statement&nbsp;seed) throws java.lang.IllegalArgumentException, com.ibm.wala.util.CancelException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code></dd> <dd><code>com.ibm.wala.util.CancelException</code></dd></dl> </li> </ul> <a name="computeSlice(com.ibm.wala.ipa.slicer.Statement)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>computeSlice</h4> <pre>public&nbsp;java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;computeSlice(com.ibm.wala.ipa.slicer.Statement&nbsp;seed) throws java.lang.IllegalArgumentException, com.ibm.wala.util.CancelException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code></dd> <dd><code>com.ibm.wala.util.CancelException</code></dd></dl> </li> </ul> <a name="computeContextSensitiveBackwardSlice(com.ibm.wala.ipa.slicer.Statement)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>computeContextSensitiveBackwardSlice</h4> <pre>public&nbsp;java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;computeContextSensitiveBackwardSlice(com.ibm.wala.ipa.slicer.Statement&nbsp;seed) throws java.lang.IllegalArgumentException, com.ibm.wala.util.CancelException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code></dd> <dd><code>com.ibm.wala.util.CancelException</code></dd></dl> </li> </ul> <a name="computeConetxtSensitiveSlice(com.ibm.wala.ipa.slicer.Statement, com.ibm.wala.ipa.callgraph.CallGraph, com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis, com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions, com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>computeConetxtSensitiveSlice</h4> <pre>public&nbsp;java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;computeConetxtSensitiveSlice(com.ibm.wala.ipa.slicer.Statement&nbsp;seed, com.ibm.wala.ipa.callgraph.CallGraph&nbsp;cg, com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis&nbsp;pa, com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions&nbsp;dOptions, com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions&nbsp;cOptions) throws java.lang.IllegalArgumentException, com.ibm.wala.util.CancelException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code></dd> <dd><code>com.ibm.wala.util.CancelException</code></dd></dl> </li> </ul> <a name="computeContextInsensitiveBackwardThinSlice(com.ibm.wala.ipa.slicer.Statement)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>computeContextInsensitiveBackwardThinSlice</h4> <pre>public&nbsp;java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;computeContextInsensitiveBackwardThinSlice(com.ibm.wala.ipa.slicer.Statement&nbsp;seed) throws java.lang.IllegalArgumentException, com.ibm.wala.util.CancelException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code></dd> <dd><code>com.ibm.wala.util.CancelException</code></dd></dl> </li> </ul> <a name="computeConetxtInsensitiveThinSlice(com.ibm.wala.ipa.slicer.Statement, com.ibm.wala.ipa.callgraph.CallGraph, com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis, com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions, com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>computeConetxtInsensitiveThinSlice</h4> <pre>public&nbsp;java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;computeConetxtInsensitiveThinSlice(com.ibm.wala.ipa.slicer.Statement&nbsp;seed, com.ibm.wala.ipa.callgraph.CallGraph&nbsp;cg, com.ibm.wala.ipa.callgraph.propagation.PointerAnalysis&nbsp;pa, com.ibm.wala.ipa.slicer.Slicer.DataDependenceOptions&nbsp;dOptions, com.ibm.wala.ipa.slicer.Slicer.ControlDependenceOptions&nbsp;cOptions) throws java.lang.IllegalArgumentException, com.ibm.wala.util.CancelException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.lang.IllegalArgumentException</code></dd> <dd><code>com.ibm.wala.util.CancelException</code></dd></dl> </li> </ul> <a name="dumpSlice(java.util.Collection)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dumpSlice</h4> <pre>public static&nbsp;void&nbsp;dumpSlice(java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;slice)</pre> </li> </ul> <a name="dumpSlice(java.util.Collection, java.io.PrintWriter)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dumpSlice</h4> <pre>public static&nbsp;void&nbsp;dumpSlice(java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;slice, java.io.PrintWriter&nbsp;w)</pre> </li> </ul> <a name="dumpSliceToFile(java.util.Collection, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>dumpSliceToFile</h4> <pre>public static&nbsp;void&nbsp;dumpSliceToFile(java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;slice, java.lang.String&nbsp;fileName) throws java.io.FileNotFoundException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.io.FileNotFoundException</code></dd></dl> </li> </ul> <a name="findMainMethod(com.ibm.wala.ipa.callgraph.CallGraph)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>findMainMethod</h4> <pre>public static&nbsp;com.ibm.wala.ipa.callgraph.CGNode&nbsp;findMainMethod(com.ibm.wala.ipa.callgraph.CallGraph&nbsp;cg)</pre> </li> </ul> <a name="findMethod(com.ibm.wala.ipa.callgraph.CallGraph, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>findMethod</h4> <pre>public static&nbsp;com.ibm.wala.ipa.callgraph.CGNode&nbsp;findMethod(com.ibm.wala.ipa.callgraph.CallGraph&nbsp;cg, java.lang.String&nbsp;name)</pre> </li> </ul> <a name="findCallTo(com.ibm.wala.ipa.callgraph.CGNode, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>findCallTo</h4> <pre>public static&nbsp;com.ibm.wala.ipa.slicer.Statement&nbsp;findCallTo(com.ibm.wala.ipa.callgraph.CGNode&nbsp;n, java.lang.String&nbsp;methodName)</pre> </li> </ul> <a name="extractStatementfromException(java.lang.String, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>extractStatementfromException</h4> <pre>public&nbsp;com.ibm.wala.ipa.slicer.Statement&nbsp;extractStatementfromException(java.lang.String&nbsp;className, int&nbsp;lineNum) throws com.ibm.wala.shrikeCT.InvalidClassFileException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>com.ibm.wala.shrikeCT.InvalidClassFileException</code></dd></dl> </li> </ul> <a name="convert(java.util.Collection)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>convert</h4> <pre>public static&nbsp;java.util.Collection&lt;<a href="../../../../../de/hdu/pvs/crashfinder/analysis/IRStatement.html" title="class in de.hdu.pvs.crashfinder.analysis">IRStatement</a>&gt;&nbsp;convert(java.util.Collection&lt;com.ibm.wala.ipa.slicer.Statement&gt;&nbsp;stmts)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Slicing.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../de/hdu/pvs/crashfinder/analysis/ShrikePoint.html" title="class in de.hdu.pvs.crashfinder.analysis"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../de/hdu/pvs/crashfinder/analysis/Slicing.CG.html" title="enum in de.hdu.pvs.crashfinder.analysis"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?de/hdu/pvs/crashfinder/analysis/Slicing.html" target="_top">Frames</a></li> <li><a href="Slicing.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:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
clean/Linux-x86_64-4.11.2-2.0.7/released/8.15.0/ails/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>ails: 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.15.0 / ails - 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> ails <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 00:18:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 00:18:42 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.15.0 Formal proof management system dune 3.0.2 Fast, portable, and opinionated build system ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 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: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ails&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/AILS&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: ails&quot; &quot;keyword: aircraft&quot; &quot;keyword: trajectory&quot; &quot;keyword: conflict&quot; &quot;keyword: collision&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms&quot; &quot;date: 2002&quot; ] authors: [ &quot;Olivier Desmettre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ails/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ails.git&quot; synopsis: &quot;Proof of AILS algorithm&quot; description: &quot;&quot;&quot; An aircraft trajectory modeling and analysis using the AILS algorithm (Airborne Information for Lateral Spacing) to warn against possible collisions.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ails/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=7a6cf0d53f5580b70decdf156afd71fd&quot; } </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-ails.8.9.0 coq.8.15.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.15.0). The following dependencies couldn&#39;t be met: - coq-ails -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; 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-ails.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>