path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
clean/Linux-x86_64-4.02.3-2.0.1/released/8.5.0~camlp4/elpi/1.1.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>elpi: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0~camlp4 / elpi - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.1.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-23 22:02:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-23 22:02:02 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.5.0~camlp4 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-elpi&quot; maintainer: &quot;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL 2.1&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ make &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;elpi&quot; {&gt;= &quot;1.7.0&quot; &amp; &lt; &quot;1.8.0~&quot;} &quot;coq&quot; { (&gt;= &quot;8.10.0&quot; &amp; &lt; &quot;8.11~&quot;) | (= &quot;8.10.dev&quot;) } ] synopsis: &quot;Elpi extension language for Coq&quot; description: &quot;&quot;&quot; Coq-elpi provides a Coq plugin that embeds ELPI. It also provides a way to embed Coq&#39;s terms into λProlog using the Higher-Order Abstract Syntax approach and a way to read terms back. In addition to that it exports to ELPI a set of Coq&#39;s primitives, e.g. printing a message, accessing the environment of theorems and data types, defining a new constant and so on. For convenience it also provides a quotation and anti-quotation for Coq&#39;s syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural numbers, or `{{A -&gt; B}}` to the representation of a product by unfolding the `-&gt;` notation. Finally it provides a way to define new vernacular commands and new tactics.&quot;&quot;&quot; url { src: &quot;https://github.com/LPCIC/coq-elpi/archive/v1.1.0.tar.gz&quot; checksum: &quot;sha256=c6e997c96d7c5240e4d79deb6ad8a383866c4435105de472ebe9ba3a3414edde&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-elpi.1.1.0 coq.8.5.0~camlp4</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.0~camlp4). The following dependencies couldn&#39;t be met: - coq-elpi -&gt; coq = 8.10.dev -&gt; ocaml &gt;= 4.05.0 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-elpi.1.1.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
my-first-app/src/app/app.component.html
vprasanna7/AngularWorks
<input type="text" [(ngModel)]="name"> <p>{{name}}</p>
all-data/22000-22999/22917-22.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">擇善而行</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄗㄜ<sup class="subfont">ˊ</sup> ㄕㄢ<sup class="subfont">ˋ</sup> ㄦ<sup class="subfont">ˊ</sup> ㄒ|ㄥ<sup class="subfont">ˊ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">zé shàn ér xíng</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">選擇良善、正確的事去實行。唐˙魏徵˙十漸疏:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>此直意在杜諫者之口,豈曰擇善而行者乎?<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
all-data/20000-20999/20167-22.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">以德服人</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">|<sup class="subfont">ˇ</sup> ㄉㄜ<sup class="subfont">ˊ</sup> ㄈㄨ<sup class="subfont">ˊ</sup> ㄖㄣ<sup class="subfont">ˊ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">yǐ dé fú rén</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">用德澤使人信服、臣服。宋˙范仲淹˙奏上時務書:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>臣聞以德服人,天下欣戴;以力服人,天下怨望。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
src/Viteloge/CoreBundle/Resources/descriptions/86263.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Smarves est une commune située dans le département de Vienne en Poitou-Charentes. Elle totalisait 2&nbsp;345 habitants en 2008.</p> <p>La commune propose de multiples équipements sportifs, elle dispose, entre autres, de un bassin de natation, un terrain de tennis, un centre d'équitation et deux boucles de randonnée.</p> <p>À proximité de Smarves sont situées les villes de <a href="{{VLROOT}}/immobilier/roches-premarie-andille_86209/">Roches-Prémarie-Andillé</a> située à 3&nbsp;km, 1&nbsp;599 habitants, <a href="{{VLROOT}}/immobilier/croutelle_86088/">Croutelle</a> située à 5&nbsp;km, 678 habitants, <a href="{{VLROOT}}/immobilier/mignaloux-beauvoir_86157/">Mignaloux-Beauvoir</a> située à 6&nbsp;km, 3&nbsp;823 habitants, <a href="{{VLROOT}}/immobilier/villedieu-du-clain_86290/">La&nbsp;Villedieu-du-Clain</a> localisée à 6&nbsp;km, 1&nbsp;392 habitants, <a href="{{VLROOT}}/immobilier/iteuil_86113/">Iteuil</a> à 3&nbsp;km, 2&nbsp;766 habitants, <a href="{{VLROOT}}/immobilier/aslonnes_86010/">Aslonnes</a> localisée à 7&nbsp;km, 936 habitants, entre autres. De plus, Smarves est située à seulement huit&nbsp;km de <a href="{{VLROOT}}/immobilier/poitiers_86194/">Poitiers</a>.</p> <p>À Smarves, la valorisation moyenne à l'achat d'un appartement se situe à 1&nbsp;855 &euro; du m² en vente. La valeur moyenne d'une maison à l'achat se situe à 1&nbsp;236 &euro; du m². À la location le prix moyen se situe à 8,26 &euro; du m² par mois.</p> <p>Le nombre d'habitations, à Smarves, était réparti en 2011 en 31 appartements et 1&nbsp;060 maisons soit un marché plutôt équilibré.</p> <p>À Smarves le salaire médian par mois par personne se situe à approximativement 2&nbsp;113 &euro; net. C'est au niveau de la moyenne du pays.</p> <p>Smarves est localisé à seulement 8 Kilomètres de Poitiers, les élèves qui voudrons se loger à pas cher pourront envisager de louer un appartement à Smarves. Smarves est aussi un bon placement locatif du fait de sa proximité de Poitiers et de ses Universités. Il sera aisé de trouver un appartement à vendre. </p> </div>
views/about.en.html
ryu38000/Projet-GOW1.1
<p>TODO !</p> <img src="style/default.css/imgs/logo.png" class="img-responsive" alt="Responsive image" align="center" />
time-tracking-stats.html
excentia/excentia.github.io
--- layout: front title: Time Tracking Stats for Jira description: Seguimiento de tiempos en la gestión de proyectos y en la gestión de equipos de forma rápida y sencilla --- <section id="producto-cabecera" class="bg-primary text-center"> <div class="container"> <div class="row title"> <h2><img src="img/atlassian-addons/time-tracking-stats.png" height="60px" alt="logo"> Time Tracking Stats for Jira</h2> </div> <div class="row"> <div class="col-md-6"> <img width="100%" style="border:1px solid #333" src="/img/atlassian-addons/time-tracking-stats-feature-1.png" alt="Simple gestión de los tiempos de los proyectos y de tu equipo en Jira"> </div> <div class="col-md-6 text-left"> <p class="header-text"> <strong>Seguimiento de tiempos en la gestión de proyectos y en la gestión de equipos.</strong> </p> <p class="header-text"> Es fácil de usar. Abre simplemente una nueva pestaña y tendrás todos los tiempo, nada de configuraciones ni informes. </p> </p> <div class="text-left"> <a class="btn btn-warning btn-xl" href="https://marketplace.atlassian.com/plugins/es.excentia.jira.plugins.jira-time-tracking-stats-plugin/server/overview?utm_source=website&utm_medium=page&utm_campaign=atlassian&utm_content=atlassian_marketplace" target="_blank">DESCARGAR GRATIS</a> &nbsp; <a href="https://marketplace.atlassian.com/plugins/es.excentia.jira.plugins.jira-time-tracking-stats-plugin/server/overview?utm_source=website&utm_medium=page&utm_campaign=atlassian&utm_content=atlassian_marketplace" target="_blank"><img src="img/atlassian-addons/atlassian-app-disponibile-en-el-marketplace.png" alt="App para Jira Disponible en el Atlassian Marketplace" height="55px"></a> </div> </div> </div> </div> </section> <section id="caracteristicas-producto" class="bg-primary text-center" style="background-color: #37394f;padding: 50px 0;padding-bottom: 150px;"> <div class="container"> <div class="row title" style="color:white"> <h2>Funcionalidades</h2> <p class="header-text" >Time Tracking Stats for Jira</p> </div> <div class="row"> <div class="col-md-4"> <div class="tarjeta-producto" style="padding-top:50px"> <div class="informacion-producto"> <i class="fa fa-clock-o" aria-hidden="true" style="font-size:80px"></i> <h3><strong> Evaluación tiempos y progresos </strong></h3> <p class="text-left"> Seguimiento de las horas estimadas, registradas y restantes de tu proyecto. Además muestra las estadísticas de seguimiento del tiempo para todos los lanzamientos / versiones. </p> </div> </div> </div> <div class="col-md-4"> <div class="tarjeta-producto" style="padding-top:50px"> <div class="informacion-producto" > <i class="fa fa-users" aria-hidden="true" style="font-size: 80px"></i> <h3><strong>Tiempo de contribución del equipo</strong></h3> <p class=" text-left"> Comprueba la contribución de tu equipo al proyecto. ¡Al analizar el esfuerzo del proyecto de cada miembro, podrás encontrar a tus superhéroes! </p> </div> </div> </div> <div class="col-md-4"> <div class="tarjeta-producto" style="padding-top:50px"> <div class="informacion-producto"> <i class="fa fa-list" aria-hidden="true" style="font-size: 80px"></i> <h3><strong>Otras <br/>Funcionalidades </strong></h3> <p class="text-left"> Para descubrir todas las funcionalidades en detalle, visita la pagina de <a href="https://confluence.excentia.es/display/TTS/Home?utm_source=website&utm_medium=page&utm_campaign=atlassian&utm_content=atlassian_marketplace" target="_blank">documentación</a>. </p> </div> </div> </div> </div> </div> </section> <section id="producto-detalles" class="text-center" style="padding: 50px 0; padding-bottom:150px"> <div class="container"> <div class="row title"> <h2>Toda la información temporal a tan solo un clic</h2> <p class="header-text" style="text-transform: uppercase;"><strong>Una nueva pestaña en la navegación del proyecto, más fácil imposible.</strong></p> </div> <div class="row"> <div class="col-md-7 text-left"> <p style="font-weight: bold">Time Tracking Stats para Jira permite la ejecución eficiente y eficaz de los proyectos.</p> <p>Gracias a una nueva pestaña podrás realizar el seguimiento de los tiempo según tus métricas y indicadores clave. </p> <h4 style="text-transform: uppercase;"><strong>Características principales</strong></h4> <p> <ul> <li>Seguimiento de horas estimadas, registradas y pendientes en un proyecto</li> <li>Seguimiento de la consistencia entre horas estimadas y horas registradas.</li> <li>Predicción temporal del proyecto comparando horas previstas con registradas.</li> <li>Seguimiento de la contribución de tu equipo a nivel de proyecto y a nivel de issue.</li> <li>Seguimiento temporal detallado por: versión, componentes, tipos de asunto/issue, campos adicionales personalizados.</li> <li>Posibilidad de establecer el valor de un campo adicional (horas contratadas) para hacer seguimiento entre horas contratadas y registradas.</li> </ul> </p> <p>¡Obtener estadísticas de seguimiento del tiempo nunca había sido tan sencillo!</p> <p><a href="https://confluence.excentia.es/display/TTS/Home?utm_source=website&utm_medium=page&utm_campaign=atlassian&utm_content=atlassian_marketplace" target="_blank" style="text-decoration: underline; color:#0052CC; font-size:0.8em">Documentación ></a> <br/> <a href="https://confluence.excentia.es/display/TTS/Installation?utm_source=website&utm_medium=page&utm_campaign=atlassian&utm_content=atlassian_marketplace" target="_blank" style="text-decoration: underline; color:#0052CC; font-size:0.8em">Instalación > </a> </p> <div class="text-left"> <a class="btn btn-warning btn-xl" style="background: #fff; color:#FF8200;" href="https://marketplace.atlassian.com/plugins/es.excentia.jira.plugins.jira-time-tracking-stats-plugin/server/overview?utm_source=website&utm_medium=page&utm_campaign=atlassian&utm_content=atlassian_marketplace" target="_blank">Prueba Gratis</a> &nbsp;&nbsp; <a class="btn btn-warning btn-xl" href="https://www.atlassian.com/purchase/addon/es.excentia.jira.plugins.jira-time-tracking-stats-plugin?utm_source=website&utm_medium=page&utm_campaign=atlassian&utm_content=atlassian_marketplace" target="_blank">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a> </div> </div> <div class="col-md-5"> <img width="100%" src="/img/atlassian-addons/atlassian-app-time-tracking-stats-for-jira-gestion-tiempos-proyecto.png" alt="Detalles Atlassian App Marketplace - Time Tracking Stats for Jira"> </div> </div> </div> </section> <section id="banner" class="atlassian-background text-center" style="background-color: #37394f; padding:30px 0"> <div class="container"> <div class="row title"> <h2>Documentación Completa</h2> <p>Descubre todos los detalles de Time Tracking Stats for Jira.</p> <a class="btn btn-primary btn-xl atlassian-background" href="https://confluence.excentia.es/display/TTS/Home?utm_source=website&utm_medium=page&utm_campaign=atlassian&utm_content=atlassian_marketplace" target="_blank"><strong>Ir a la Documentación</strong></a> </div> </div> </section> <section id="lista-pluging" class="bg-primary text-center" style="padding: 50px 0; padding-bottom:150px"> <div class="container"> <div class="row title"> <h2>Atlassian Apps</h2> <p class="header-text">Nuestras apps son el resultado de la innovación y mejora continua<br/> con la garantía de estar certificados como <strong>Silver Marketplace Partner</strong>.</p> </div> <div class="row"> <div class="col-md-4"> <div class="tarjeta-con-imagen"> <div class="informacion-producto"> <img width="100%" src="/img/atlassian-addons/atlassian-app-sonarqube-connector-confluence-thumb.png" alt="SonarQube Connector for Confluence" style="border:1px solid #333"> <h3>SonarQube Connector para Confluence</h3> <p class="product-usage-description text-left" style="font-size:1em"> Integra SonarQube y Confluence. Tus métricas de calidad de código a un simple vistazo. </p> </div> <div class="enlace-tarjeta"> <a href="/sonarqube-connector-confluence" class="btn btn-warning btn-xl sonarsource-background" style="border-radius: 4px;">DESCUBRE</a> </div> </div> </div> <div class="col-md-4"> <div class="tarjeta-con-imagen"> <div class="informacion-producto"> <img width="100%" src="/img/atlassian-addons/atlassian-app-sonarqube-connector-jira-thumb.png" alt="SonarQube Connector for Jira" style="border:1px solid #333;"> <h3>SonarQube Connector para Jira</h3> <p class="product-usage-description text-left" style="font-size:1em">Integra SonarQube o SonarCloud con Jira. Toda la información de la calidad del código a tu alcance. </p> </div> <div class="enlace-tarjeta"> <a href="/sonarqube-connector-jira" class="btn btn-warning btn-xl sonarsource-background" style="border-radius: 4px;">DESCUBRE</a> </div> </div> </div> <div class="col-md-4"> <div class="tarjeta-con-imagen"> <div class="informacion-producto"> <img width="100%" src="/img/atlassian-addons/atlassian-app-issue-picker-custom-field-type-jira-thumb.png" alt="Issue Picker for Jira" style="border:1px solid #333;"> <h3>Issue Picker para Jira</h3> <p class="product-usage-description text-left" style="font-size:1em"> Un nuevo tipo de campo personalizado para poder crear campos de búsqueda y vincular issues. </p> </div> <div class="enlace-tarjeta"> <div class="row"> <a href="/excentia-admin-tools" class="btn btn-warning btn-xl sonarsource-background" style="border-radius: 4px;">DESCUBRE</a> </div> </div> </div> </div> </div> </div> </section> <section id="banner" class="atlassian-background text-center" style="padding:30px 0"> <div class="container"> <div class="row title"> <h2>¿Necesitas soporte o nuevas funcionalidades para tus productos de Atlassian?</h2> <br/> <br/> <a class="btn btn-warning btn-xl" href="/contacto"><strong>SOLICITAR CONTACTO</strong></a> </div> </div> </section>
v4/user-agent-detail/44/17/44174bfc-6cf8-45ad-b95b-c7aa1f715aae.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (PlayStation 4 1.62) AppleWebKit/536.26 (KHTML, like Gecko)</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 (PlayStation 4 1.62) AppleWebKit/536.26 (KHTML, like Gecko) </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>whichbrowser/parser<br /><small>/tests/data/gaming/sony.yaml</small></td><td> </td><td> 1.62</td><td>Webkit 536.26</td><td style="border-left: 1px solid #555">Sony</td><td>Playstation 4</td><td>gaming:console</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 ( [headers] => User-Agent: Mozilla/5.0 (PlayStation 4 1.62) AppleWebKit/536.26 (KHTML, like Gecko) [result] => Array ( [engine] => Array ( [name] => Webkit [version] => 536.26 ) [os] => Array ( [version] => 1.62 ) [device] => Array ( [type] => gaming [subtype] => console [manufacturer] => Sony [model] => Playstation 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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>NetFront </td><td>WebKit </td><td>CellOS </td><td style="border-left: 1px solid #555">Sony</td><td>Playstation 4</td><td>TV Device</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.071</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\/.* \(playstation 4.*$/ [browser_name_pattern] => mozilla/* (playstation 4* [parent] => NetFront Generic [comment] => Access NetFront Generic [browser] => NetFront [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Access [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => CellOS [platform_version] => unknown [platform_description] => unknown [platform_bits] => 32 [platform_maker] => Sony [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 2 [aolversion] => 0 [device_name] => Playstation 4 [device_maker] => Sony [device_type] => TV Device [device_pointing_method] => mouse [device_code_name] => Playstation 4 [device_brand_name] => Sony [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>NetFront 1.62</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] => PlayStation 4 [browser] => NetFront [version] => 1.62 ) </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>Apple Mail </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td>email-client</td><td></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.188</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => [type] => email-client [mobile_brand] => [mobile_model] => [version] => [is_android] => [browser_name] => Apple Mail [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => Apple Inc. [operating_system] => unknown [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>NetFront </td><td>WebKit </td><td>PlayStation 4</td><td style="border-left: 1px solid #555">Sony</td><td>PlayStation 4</td><td>console</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] => NetFront [short_name] => NF [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => PlayStation [short_name] => PS3 [version] => 4 [platform] => ) [device] => Array ( [brand] => SO [brandName] => Sony [model] => PlayStation 4 [device] => 4 [deviceName] => console ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => 1 [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [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>Mozilla 5.0</td><td><i class="material-icons">close</i></td><td> </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></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 (PlayStation 4 1.62) AppleWebKit/536.26 (KHTML, like Gecko) ) [name:Sinergi\BrowserDetector\Browser:private] => Mozilla [version:Sinergi\BrowserDetector\Browser:private] => 5.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => unknown [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (PlayStation 4 1.62) AppleWebKit/536.26 (KHTML, like Gecko) ) ) [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 (PlayStation 4 1.62) AppleWebKit/536.26 (KHTML, like Gecko) ) ) ) </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> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Sony</td><td>PlayStation 4</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.014</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] => [minor] => [patch] => [family] => Other ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Sony [model] => PlayStation 4 [family] => PlayStation 4 ) [originalUserAgent] => Mozilla/5.0 (PlayStation 4 1.62) AppleWebKit/536.26 (KHTML, like Gecko) ) </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>Safari </td><td><i class="material-icons">close</i></td><td> </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.049</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] => Safari [agent_version] => -- [os_type] => unknown [os_name] => unknown [os_versionName] => [os_versionNumber] => [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Mozilla 5.0</td><td>WebKit 536.26</td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.42</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] => [simple_sub_description_string] => [simple_browser_string] => Mozilla 5 [browser_version] => 5 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => mozilla [operating_system_version] => [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 536.26 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => [operating_system_version_full] => [operating_platform_code] => [browser_name] => Mozilla [operating_system_name_code] => [user_agent] => Mozilla/5.0 (PlayStation 4 1.62) AppleWebKit/536.26 (KHTML, like Gecko) [browser_version_full] => 5.0 [browser] => Mozilla 5 ) </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> </td><td>Webkit 536.26</td><td> 1.62</td><td style="border-left: 1px solid #555">Sony</td><td>Playstation 4</td><td>gaming:console</td><td></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.004</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 ( [engine] => Array ( [name] => Webkit [version] => 536.26 ) [os] => Array ( [version] => 1.62 ) [device] => Array ( [type] => gaming [subtype] => console [manufacturer] => Sony [model] => Playstation 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>Woothee<br /><small>v1.2.0</small></td><td>PlayStation 4 </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>appliance</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.001</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] => PlayStation 4 [os] => PlayStation 4 [category] => appliance [vendor] => Sony [os_version] => 1.62 [version] => UNKNOWN ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Sony</td><td>Playstation 4</td><td>Smart-TV</td><td></td><td></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.014</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] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => false [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => Sony Playstation 4 [form_factor] => Smart-TV [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Sony [model_name] => Playstation 4 [unique] => true [ununiqueness_handler] => [is_wireless_device] => false [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => [mobile_browser_version] => [device_os_version] => [pointing_method] => [release_date] => 2013_november [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => false [softkey_support] => false [table_support] => false [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => false [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => false [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => false [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] => none [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] => true [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => true [xhtml_select_as_radiobutton] => true [xhtml_select_as_popup] => true [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [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] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => none [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [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] => none [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] => false [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] => 685 [resolution_height] => 600 [columns] => 120 [max_image_width] => 650 [max_image_height] => 600 [rows] => 200 [physical_screen_width] => 400 [physical_screen_height] => 400 [dual_orientation] => false [density_class] => 1.0 [wbmp] => false [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [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] => 3200 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => false [max_deck_size] => 100000 [max_url_length_in_requests] => 128 [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] => false [inline_support] => false [oma_support] => false [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] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [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] => false [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] => false [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] => false [mp3] => false [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] => none [css_rounded_corners] => none [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] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [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] => false [html_preferred_dtd] => html4 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => true [is_smarttv] => true [is_console] => true [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => true [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:30:02</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>
tag/大片/json/index.html
sunnyKiwi/JustCopy
{ "posts": [ { "url": "/chat/womentalk/2018/01/01/WomenTalkM.1514799633.A.3C6.html", "title": "長髮與短髮選擇", "image": "https://i.imgur.com/7ydqesF.jpg", "push": "72", "boo": "0", "date": "2018-01-01 17:40:30 +0800", "boardName": "女", "boardLink": "/category/womentalk" } ] }
custom/style.css
drupal-mentoring/future-of-mentoring
body { background: #000; } .reveal section img { border: 0; background: none; } .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5 { text-transform: none; } .reveal .attribution { background-color: rgba(0, 0, 0, 0.6); color: #fff; padding: 2px 15px; display: inline-block; position: absolute; top: 5px 5px; } #attribution { position: absolute; top: 0; right: 0; z-index:500; padding: 0; display: none; text-align: right; line-height: 1.6em; } .show-header #attribution { display: block; margin-top: 5px; background: #000; opacity: 0.65; padding: 0.25em 0.5em; font-size: medium; } .reveal h1,h2.heading { color: #3ac292; } h2.heading.invert { background-color: rgba(0, 0, 0, 0.75); color: #fff; } h2.hidden { display: none; } .reveal h3 { color: #ccc; } .reveal blockquote { font-family: 'Gentium Book Basic', serif; background-color: rgba(0, 0, 0, 0.65); letter-spacing: 1px; text-align: left; border: none; padding: .25em 1em; } .reveal blockquote.invert { background-color: rgba(255, 255, 255, 0.65); color: rgba(22,22,22,1); } .reveal blockquote .quote-source { font-family: sans-serif; font-style: normal; font-size: x-large; text-align: right; padding: .25em; margin: .75em 0 0 0; display: block; letter-spacing: 0; font-weight: 700; } i.fa-quote-right, i.fa-quote-left, .reveal blockquote .quote-source { color: #3ac292; } .reveal blockquote h1, .reveal blockquote h2, .reveal blockquote h3, .reveal blockquote h4 { font-style: normal; margin-top: .5em; } .reveal blockquote .quote-source a { font-weight: 700; } .highlight { background-color: #3ac292; color: #212121; } .reveal a { color: #4a83eb; } footer .branding--logo { display: inline-block; float: left; width: 100%; font-size: .65em; padding: 0 2em; position: absolute; background: rgba(0,0,0,0.75); bottom: 0em; } footer .logo__image { display: inline-block; } footer .logo__site-name { display: inline-block; } footer .session--info { display: inline-block; float: right; font-size: 0.65em; position: absolute; bottom: 0em; right: 5em; } footer .session__title, footer .session__presenter { display: inline-block; }
home.html
krk324/matchconn
<!DOCTYPE html> <html> <head> <title>イベント特化型マッチングアプリ。TAGyu</title> <meta charset="utf-8" /> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- CSS ================================================== --> <!-- Bootstrap 3--> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <!-- Google Fonts --> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic|Roboto+Condensed:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'> <!-- Template Styles --> <link href="css/style.css" rel="stylesheet" media="screen"> <link href="css/component.css" rel="stylesheet" media="screen"> </head> <body> <!-- NAVBAR ================================================== --> <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!--Replace text with your app name or logo image--> <a class="navbar-brand" href="#">TAGyu</a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li><a onclick="$('header').animatescroll({padding:71});">Home</a></li> <li><a onclick="$('.detail').animatescroll({padding:71});">Screens</a></li> <li><a onclick="$('.features').animatescroll({padding:71});">About us</a></li> <li><a onclick="$('.social').animatescroll({padding:71});">Social </a></li> </ul> </div> </div> </nav> <section class="event-banner"> <div class="container"> <div class="row"> <div class="col-md-12"> <a href="https://infogr.am/tagyu_214_pre_party_result"><p style="color:white;">2015.2.14 TAGyu(タギュー)バレンタインイベントの集計を見る。</p></a> </div> </div> </div> </section> <!-- HEADER ================================================== --> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <img src="img/tagyu_logo.png" class="logo" alt="Responsive image"> <p class="lead" id="subtitle">気になるあの人に。アプローチするチャンスを。</p> <div class="carousel-iphone"> <div id="carousel-example-generic" class="carousel slide"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <div class="item active"> <img src="img/screenshots/app-1.jpg" alt="App Screen 1"> </div> <div class="item"> <img src="img/screenshots/app-2.jpg" alt="App Screen 2"> </div> <div class="item"> <img src="img/screenshots/app-3.jpg" alt="App Screen 3"> </div> </div> </div> </div> </div> </div> </div> </header> <!-- PURCHASE ================================================== --> <section class="purchase"> <div class="container"> <div class="row"> <div class="col-md-offset-2 col-md-8"> <br/><br/><br/> <h1>イベント特化型マッチングアプリ</h1> <p class="lead">4月上旬 プレビュー版リリース予定</p> <a href="#get-it" class="btn btn-success" role="button">リリース通知をもらう</a> </div> </div> </div> </section> <!-- PAYOFF ================================================== --> <section class="payoff"> <div class="container"> <div class="row"> <div class="col-md-12"> <h1 style="color:white;">イベント特化型マッチングアプリTAGyuが、<br/><br/>気になるあの人へのアプローチをサポートします。</h1> </div> </div> </div> </section> <!-- DETAILS ================================================== --> <section class="detail"> <div class="container"> <div class="row"> <div class="col-md-12"> <div id="carousel-example-generic-2" class="carousel slide"> <!-- Wrapper for slides --> <div class="item active"> <div class="row"> <div class="col-sm-12 col-md-offset-1 col-md-6"> <h1>イベントで新たな出会い。あなたの気になる#タグが付いてる人に話かけてみよう。</h1> <p>Facebookアカウント保持者の安心・安全の出会いの中でタイプの異性に話しかけてみよう。</p> <p><b>※Facebookに投稿される事はありません。</b></p> </div> <div class="col-sm-12 col-md-5"> <div class="app-screenshot"> <img src="img/screenshots/app-1.jpg" class="img-responsive" alt="App Screen 1"> </div> </div> </div> </div> <div class="item"> <div class="row"> <div class="col-sm-12 col-md-offset-1 col-md-6"> <h1>出会った人の第一印象を#タグで表してみよう。</h1> <p>TAGyuアプリでその日会った人の印象を#タグ付け!!<br/> 気になるあの人から嬉しい#タグが届くかも?</p> </div> <br/> <div class="col-sm-12 col-md-5"> <div class="app-screenshot"> <img src="img/screenshots/app-2.jpg" class="img-responsive" alt="App Screen 2"> </div> </div> </div> </div> <div class="item"> <div class="row"> <div class="col-sm-12 col-md-offset-1 col-md-6"> <h1>自分の第一印象をチェック。</h1> <p>異性からのタグをチェックして、恋活に活かそう。</p> </div> <br/> <div class="col-sm-12 col-md-5"> <div class="app-screenshot"> <img src="img/screenshots/app-3.jpg" class="img-responsive" alt="App Screen 3"> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!-- FEATURES ================================================== --> <section class="features"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2>TAGyuでもっと充実したイベント。<br/><br/>気になるあの人に。アプローチするチャンスを。</h2> </div> <!-- <div class="col-md-4"> <div class="circle"><i class="icon-bookmark"></i></div> <h2>Quick &amp; Easy Setup</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p> </div> <div class="col-md-4"> <div class="circle"><i class="icon-keypad"></i></div> <h2>Parallax Scrolling</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p> </div> <div class="col-md-4"> <div class="circle"><i class="icon-like"></i></div> <h2>Responsive Design</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna.</p> </div> --> </div> </div> </section> <!-- SOCIAL ================================================== --> <section class="social"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2>Connect with us</h2> <a class="icon-facebook" href="https://www.facebook.com/pages/TAGyu/719570154828460?ref=br_tf"></a> <a class="icon-twitter" href="https://twitter.com/TAGyujp"></a> <!-- <a class="icon-google"></a> <a class="icon-instagram"></a> <a class="icon-pinterest"></a> --> </div> </div> </div> </section> <!-- GET IT ================================================== --> <section class="get-it" id="get-it"> <div class="container"> <div class="row"> <div class="col-md-12"> <h1>4月上旬 プレビュー版リリース予定</h1> <p class="lead">気になるあの人に。アプローチするチャンスを。</p> <!-- Begin MailChimp Signup Form --> <div id="mc_embed_signup"> <form action="//oxny.us9.list-manage.com/subscribe/post?u=65c2af157a1350ff87ce9a0c7&amp;id=9cd4d33826" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <div class="mc-field-group"> <span class="input input--minoru"> <input class="input__field input__field--minoru required email" type="email" name="EMAIL" id="mce-EMAIL" placeholder="E-mail" /> <label class="input__label input__label--minoru" for="email"> </label> </span> </div> <div id="mce-responses" class="clear"> <div class="response" id="mce-error-response" style="display:none"></div> <div class="response" id="mce-success-response" style="display:none"></div> </div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;"><input type="text" name="b_65c2af157a1350ff87ce9a0c7_9cd4d33826" tabindex="-1" value=""></div> <div class="clear"><input type="submit" value="リリース通知をもらう" name="subscribe" id="mc-embedded-subscribe" class="btn btn-success" role="button"></div> </div> </form> </div> <!-- <button type="button" class="app-store"></button> --> </div> <div class="col-md-12"> <hr /> <ul> <li><a href="mailto:info@oxny.jp">Contact us</a></li><br> <!-- <li><a href="#link-here">Twitter</a></li> <li><a href="#link-here">Press</a></li> <li><a href="#link-here">Support</a></li> <li><a href="#link-here">Developers</a></li> <li><a href="#link-here">Privacy</a></li> --> </ul> </div> </div> </div> </section> <!-- JAVASCRIPT ================================================== --> <script src="js/jquery.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/animatescroll.js"></script> <script src="js/scripts.js"></script> <script src="js/retina-1.1.0.min.js"></script> <script src="js/retina-1.1.0.min.js"></script> </html>
clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.0/ext-lib/0.9.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ext-lib: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.9.0 / ext-lib - 0.9.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ext-lib <small> 0.9.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-10 01:57:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-10 01:57:47 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.9.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;dev@clarus.me&quot; homepage: &quot;https://github.com/coq-community/coq-ext-lib&quot; dev-repo: &quot;git+https://github.com/coq-community/coq-ext-lib.git&quot; bug-reports: &quot;https://github.com/coq-community/coq-ext-lib/issues&quot; authors: [&quot;Gregory Malecha&quot;] license: &quot;BSD-2-Clause-FreeBSD&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.5~&quot;} ] synopsis: &quot;A library of Coq definitions, theorems, and tactics&quot; url { src: &quot;https://github.com/coq-community/coq-ext-lib/archive/v0.9.1.tar.gz&quot; checksum: &quot;md5=062cf7e440b8de59875a408bf4c911b4&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-ext-lib.0.9.1 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-ext-lib -&gt; coq &lt; 8.5~ -&gt; ocaml &lt; 4.03.0 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-ext-lib.0.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
gallery_submission.php-id=1294.html
heyitsgarrett/envelopecollective
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Submission 1294</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> <img src="gallery/submissions/1294.jpg" height="400"> </body> </html>
categories/index.html
jideqian/jideqian.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="Jide Qian" /> <title>Jide Qian - 分类</title> <link rel="shortcut icon" href="/favicon.ico" /> <link href="/feed/" rel="alternate" title="Jide Qian" type="application/atom+xml" /> <link rel="stylesheet" href="/assets/css/style.css" /> <link rel="stylesheet" href="/assets/css/pygments/default.css" /> <link rel="stylesheet" href="/assets/css/pygments/default_inline.css" /> <link rel="stylesheet" href="/assets/css/coderay.css" /> <link rel="stylesheet" href="/assets/css/twemoji-awesome.css" /> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <link href="/assets/css/jquery-ui-1.10.4.custom.min.css" rel="stylesheet" /> <link href="/assets/css/ggvis.css" rel="stylesheet" /> <link href="/assets/css/mermaid.css" rel="stylesheet" /> <link rel="stylesheet" href="/assets/css/markdown-plus.css"/> <link rel="stylesheet" href="/assets/css/flexslider.css" type="text/css" media="screen" /> <style type="text/css"> .flex-caption { width: 96%; padding: 2%; left: 0; bottom: 0; background: rgba(0,0,0,.5); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px; } li.css a { border-radius: 0; } </style> <script type="text/javascript" src="/assets/js/jquery.min.js"></script> <script type="text/javascript" src="/assets/js/jquery-ui-1.10.4.custom.min.js"></script> <script type="text/javascript" src="/assets/js/d3.min.js"></script> <script type="text/javascript" src="/assets/js/vega.min.js"></script> <script type="text/javascript" src="/assets/js/lodash.min.js"></script> <script>var lodash = _.noConflict();</script> <script type="text/javascript" src="/assets/js/ggvis.js"></script> <script type="text/javascript" src="/assets/js/htmlwidgets.js"></script> <script type="text/javascript" src="/assets/js/echarts-all.js"></script> <script type="text/javascript" src="/assets/js/echarts.js"></script> <script defer src="/assets/js/jquery.flexslider-min.js"></script> <script type="text/javascript"> // $(function(){ // SyntaxHighlighter.all(); // }); $(window).load(function(){ $('.flexslider').flexslider({ animation: "slide", start: function(slider){ $('body').removeClass('loading'); } }); }); </script> <script type="text/javascript"> function setTimeSpan(){ var date = new Date(); timeSpan.innerText=date.format('yyyy-MM-dd hh:mm:ss'); } Date.prototype.format = function(format) { var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), //hour "m+" : this.getMinutes(), //minute "s+" : this.getSeconds(), //second "q+" : Math.floor((this.getMonth()+3)/3), //quarter "S" : this.getMilliseconds() //millisecond } if(/(y+)/.test(format)) format=format.replace(RegExp.$1,(this.getFullYear()+"").substr(4 - RegExp.$1.length)); for(var k in o) if(new RegExp("("+ k +")").test(format)) format = format.replace(RegExp.$1,RegExp.$1.length==1 ? o[k] : ("00"+ o[k]).substr((""+ o[k]).length)); return format; } </script> <!-- MathJax for LaTeX --> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ "HTML-CSS": { extensions: ["handle-floats.js"] }, TeX: { equationNumbers: { autoNumber: "AMS" } }, tex2jax: { inlineMath: [['$$$', '$$$'], ['$', '$'], ['\\(', '\\)']], processEscapes: true } }); </script> <!-- <script type="text/javascript" src="/assets/js/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> --> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <!-- <script type="text/javascript"> var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F0b514f17fd99b9fb4be74c94bdd2b7db' type='text/javascript'%3E%3C/script%3E")); </script> --> </head> <!-- <body> --> <body onLoad="setInterval(setTimeSpan,1000);"> <div id="container"> <div id="main" role="main"> <header> <h1>分类</h1> </header> <nav id="real_nav"> <span><a title="Home" href="/">Home</a></span> <span><a title="Categories" href="/categories/">Categories</a></span> <span><a title="Tags" href="/tags/">Tags</a></span> <span><a title="About" href="/about/">About</a></span> <span><a title="Search" href="/search/">Search</a></span> </nav> <article class="content"> <section class="post"> <div id="tag_cloud"> <a href="#研究学术" title="研究学术" rel="3">研究学术 (3)</a> <a href="#工具" title="工具" rel="1">工具 (1)</a> </div> <ul class="listing"> <li class="listing-seperator" id="研究学术">研究学术</li> <li class="listing-item"> <time datetime="2016-10-24">2016-10-24</time> <a href="/2016/10/nnml-bp-learning" title="NNML(03):BP 学习">NNML(03):BP 学习</a> </li> <li class="listing-item"> <time datetime="2016-10-16">2016-10-16</time> <a href="/2016/10/nnml-perceptron-learning" title="NNML(02):感知器学习">NNML(02):感知器学习</a> </li> <li class="listing-item"> <time datetime="2016-10-09">2016-10-09</time> <a href="/2016/10/s13000-model" title="鲁棒及自适应控制(2):模型">鲁棒及自适应控制(2):模型</a> </li> <li class="listing-seperator" id="工具">工具</li> <li class="listing-item"> <time datetime="2017-05-07">2017-05-07</time> <a href="/2017/05/Ubuntu-OpenCV-Make" title="Ubuntu OpenCV 编译">Ubuntu OpenCV 编译</a> </li> </ul> <script src="/assets/js/jquery.tagcloud.js" type="text/javascript" charset="utf-8"></script> <script language="javascript"> $.fn.tagcloud.defaults = { size: {start: 1, end: 1, unit: 'em'}, color: {start: '#f8e0e6', end: '#ff3333'} }; $(function () { $('#tag_cloud a').tagcloud(); }); </script> </section> </article> </div> <footer> <p><small> Powered by <a href="http://jekyllrb.com" target="_blank">Jekyll</a> | Copyright 2014 - 2018 by <a href="/about/">Jiye Qian</a> | <span class="label label-info" id="timeSpan"></span></small></p> </footer> </div> </body> </html>
presentation/swa_a11y_overview.html
jwaltonmedia/js_meetup
<!DOCTYPE html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]><html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <head> <title>Razorfish Accessibility Overview</title> <meta name="apple-mobile-web-app-capable"> <link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="http://yandex.st/highlightjs/8.0/styles/default.min.css"> <link rel="stylesheet" href="/css/reset.css"> <link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/solarized_dark.css"> <style> .kitty .state-background {background:url(/assets/img/xmas-kitty.png);background-position:center;} .unicorn .state-background {background:url(/assets/img/unicorn.jpg);background-position:center;} .nyaan .state-background {background:url(/assets/img/nyaan.png); background-position:0 50%; -webkit-animation-iteration-count:infinite; -webkit-animation-duration:4s; -webkit-animation-name:nyaan; -webkit-animation-timing-function:linear;} @-webkit-keyframes nyaan { from { background-position:0 50%; } to { background-position:1440px 50%; } } .kitty #reveal h2 {color:red;} .main-presentation .state-background {background:-moz-radial-gradient(center center , ellipse farthest-corner, #73bcea 0%, #355162 100%) repeat scroll 0 0 transparent;} .state-background { background-repeat:no-repeat; background-position:center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .patrick * {text-shadow: 2px 2px 6px rgba(0,0,0,0.6) !important} .patrick .state-background, .p1 .state-background, .p2 .state-background, .p3 .state-background, .p4 .state-background, .p5 .state-background { background: -webkit-radial-gradient(center, ellipse cover, #a90329 0%,#8f0222 44%,#6d0019 100%); } .j1 .state-background {background:#007777;} .j3 .state-background {opacity: .3;background-image:url(/assets/img/jw/voltron1.jpg);background-position:0 0;-webkit-background-size: cover;} .j4 .state-background {opacity: .3;background-image:url(/assets/img/jw/voltron2.jpg);background-position:0 0;-webkit-background-size: cover;} //- .p1 .state-background {background-image:url(/assets/img/patrick/1_lotl.jpg);} //- .p2 .state-background {background-image:url(/assets/img/patrick/2_lotl.jpg);} //- .p3 .state-background {background-image:url(/assets/img/patrick/3_lotl.jpg);} //- .p4 .state-background {background-image:url(/assets/img/patrick/4_lotl.jpg);} //- .p5 .state-background {background-image:url(/assets/img/patrick/4_lotl.jpg);} </style> </head> </head> <body> <div id="reveal"> <div class="state-background"></div> <div class="slides"> <style> section ul {vertical-align:top;} .smalltext {font-size:25px;} .four-across {width:22%;} .three-across {width:31%;} .two-across {width:48%;} </style> <section> <h1> <small>Razorfish</small> <div>Web Accessibility Overview</div> </h1> </section> <section> <h2>Agenda</h2> <ul> <li>Accessibility Goals</li> <li>Assistive Technology(AT)</li> <li>Standards and Laws</li> <li>WCAG 2</li> <li>WAI-ARIA</li> <li>Testing with VoiceOver</li> <li>Implementation Best Practices</li> <li>Examples</li> </ul> </section> <section> <h2>Accessibility Goals</h2> <p>Guiding principles of web accessibility is to make content and functionality, for users of all abilities,:</p> <ul> <li>Perceivable</li> <li>Operable</li> <li>Understandable</li> <li>Robust</li> </ul> </section> <section> <h2>Assistive Technology(AT)</h2> <section> <h3>Types of AT</h3> <ul> <li>Braile readers</li> <li>TTD/TTY</li> <li>Screen readers</li> </ul> </section> <section> <h3>Desktop Screen Reader Usage</h3> <ul> <li>JAWS - 49%</li> <li>NVDA - 14%</li> <li>Window-Eyes - 12%</li> <li>VoiceOver - 9%</li> </ul> </section> <section> <h3>Mobile Screen Reader Usage</h3> <ul> <li>VoiceOver - ~49%</li> <li>TalkBack(Android) - ~5%</li> </ul> </section> <section> <h3>How people use screen readers</h3> <p>Logical, semantic page structure is key to page navigability</p> <ul> <li>Links</li> <li>Page elements</li> <li>Landmarks (WAI-ARIA)</li> </ul> </section> </section> <section> <h2>Standards, API's and Laws</h2> <section> <h3>Standards</h3> <ul> <li>Int'l: World Wide Web Consortium(W3C) WCAG 2</li> <li>USA: Section 508</li> <li>Canada: AODA</li> <li>WAI-ARIA - API for creating RIA's</li> </ul> </section> <section> <h3>Laws</h3> <p>Air Carrier Access Act(ACAA) Compliance</p> <ul> <li>Booking flows - Dec 2015</li> <li>All pages - Dec 2016</li> </ul> </section> </section> <section> <h2>WCAG 2 Overview</h2> <section> <h3>Perceivable</h3> <p>1.1 Non-text Content</p> <ul> <li>Add @alt to all image tags - <em>alt=""</em> is legit</li> <li>Ensure that all form inputs have text labels</li> </ul> </section> <section> <h3>Perceivable</h3> <p>1.2 Time-based Media: Provide alternatives for time-based media</p> <ul> <li>Provide captions and transcripts for video</li> </ul> </section> <section> <h3>Perceivable</h3> <p>1.3 Adaptable: Create content that can be presented in different but equivalent ways </p> <ul> <li>Create a semantic structure that represents the purpose of the content<sup>*</sup></li> <li>Create a logical heading hierarchy and tab order</li> <li>Use tables for tabular data only</li> <li>Associate text labels with form inputs</li> <li>Ensure logical and intuitive reading and navigation order(determined by code order)</li> <li>Ensure that instructions do not rely upon shape, size, color or visual location</li> </ul> </section> <section> <h3>Perceivable</h3> <p>1.4 Distinguishable: Make it easier for users to see and hear content including separating foreground from background</p> <ul> <li>Provide text alternatives for color-based indicators</li> <li>Ensure accessible color contrast: <ul> <li>Small text(< 18pt): 4.5:1 contrast ratio</li> <li>Large text (>= 18pt): 3:1 contrast ratio</li> </ul> </li> </ul> </section> <section> <h3>Operable</h3> <p>2.1 Keyboard Accessible: Make all functionality available from a keyboard</p> <ul> <li>Ensure keyboard access</li> <li>Emulate native keyboard navigation</li> <li>Use ARIA roles to define widgets, interactive elements </li> </ul> </section> <section> <h3>Operable</h3> <p>2.2 Enough Time: Provide users enough time to read and use content</p> <ul> <li>Communicate and allow extension of time limits</li> <li>Allow user to control animating content(e.g. carousels)</li> </ul> </section> <section> <h3>Operable</h3> <p> 2.3 Seizures: Do not design content in a way that is known to cause seizures</p> <ul> <li>Avoid flashing content(<=3 Hz)</li> </ul> </section> <section> <h3>Operable</h3> <p>2.4 Navigable: Provide ways to help users navigate, find content, and determine where they are</p> <ul> <li>Provide skip navigation</li> <li>Provide descriptive and informative page titles, headings, form labels, other controls</li> <li>Provide logical and intuitive focus/tab and heading order<sup>*</sup></li> <li>Ensure that link/button(anything tabable) text stands on it own</li> <li>Ensure visual focus state</li> <li>Use ARIA landmark roles to identify various sections of the page</li> </ul> </section> <section> <h3>Understandable</h3> <p>3.1 Readable: Make text content readable and understandable</p> <ul> <li>Page language is identified</li> <li>Provide accessible instructions and contextual info via .visuallyhidden content</li> </ul> </section> <section> <h3>Understandable</h3> <p>3.2 Predictable: Make Web pages appear and operate in predictable ways</p> <ul> <li>Avoid changing context upon user focus or input</li> <li>Communicate significant status or content updates</li> <li>Reduce audible clutter by providing concise, non-repetitive content </li> <li>Provide consistent navigation</li> </ul> </section> <section> <h3>Understandable</h3> <p>3.3 Input Assistance: Help users avoid and correct mistakes</p> <ul> <li>Provide accessible input requirements and form validation </li> <li>Provide suggestions/help for errors </li> </ul> </section> </section> <section> <h2>WAI-ARIA Overview</h2> <p> </p> <section> <h3>Problem: In-page DOM updates are not natively communicated to AT</h3> <ul> <li>Legacy accessibility based on page refresh and static DOM</li> <li>Ajax reduces page refresh, improve experience</li> <li>Dynamic content</li> <li>Custom widgets</li> </ul> </section> <section> <h3>Solution: WAI-ARIA provides common standard for creating RIA's</h3> <ul> <li>Bridges the gap between JS and AT</li> <li>Provides means to: <ul> <li>assign roles, states, properties</li> <li>define relationships between elements</li> <li>communicate content and context changes</li> <li>create custom, accessible widgets<sup>*</sup></li> </ul> </li> </ul> </section> <section> <h3>Roles: Widgets</h3> <p>Overview of ARIA Roles</p> <ul> <li>Use semantic markup and native UI where possible</li> <li>Custom styled widgets that emulate native functionality should use ARIA role</li> </ul> </section> <section> <h3>Roles: Widgets</h3> <ul class="four-across smalltext"> <li>alert</li> <li>alertdialog</li> <li>button</li> <li>checkbox</li> <li>dialog</li> <li>gridcell</li> <li>menuitemcheckbox</li> </ul> <ul class="four-across smalltext"> <li>link</li> <li>log</li> <li>marquee</li> <li>menuitem</li> <li>menuitemradio</li> </ul> <ul class="four-across smalltext"> <li>option</li> <li>progressbar</li> <li>radio</li> <li>scrollbar</li> <li>slider</li> <li>spinbutton </li> </ul> <ul class="four-across smalltext"> <li>status</li> <li>tab</li> <li>tabpanel</li> <li>textbox</li> <li>timer</li> <li>tooltip</li> <li>treeitem</li> </ul> </section> <section> <h3>Roles: Widgets(Composite)</h3> <ul> <li>combobox (autocomplete menu)</li> <li>grid (table)</li> <li>listbox (static, interactive)</li> <li>menu</li> <li>menubar</li> <li>radiogroup</li> <li>tablist</li> <li>tree</li> <li>treegrid</li> </ul> </section> <section> <h3>Roles: Document structure</h3> <ul class="three-across smalltext"> <li>article</li> <li>columnheader</li> <li>definition</li> <li>directory</li> <li>document</li> <li>group</li> </ul> <ul class="three-across smalltext"> <li>heading</li> <li>img</li> <li>list</li> <li>listitem</li> <li>math</li> <li>note</li> </ul> <ul class="three-across smalltext"> <li>presentation</li> <li>region</li> <li>row</li> <li>rowgroup</li> <li>rowheader</li> <li>separator</li> <li>toolbar</li> </ul> </section> <section> <h3>Roles: Landmarks</h3> <ul class="two-across smalltext"> <li>application</li> <li>banner</li> <li>complementary (&lt;aside&gt;)</li> <li>contentinfo</li> </ul> <ul class="two-across smalltext"> <li>form (&lt;form&gt;)</li> <li>main (&lt;main&gt;)</li> <li>navigation (&lt;nav&gt;)</li> <li>search</li> </ul> </section> <section> <h3>Roles: Landmarks</h3> <p>Usage</p> <ul> <li>Some AT sees HTML5 sectioning elements as landmarks (nav, aside in VO)</li> <li>Use sectioning elements carefully</li> <li>Add roles to sectioning elements</li> <li>aria-label provides custom labels</li> <li>ensure all content resides in a landmark region</li> </ul> </section> <section> <h3>States &amp; Properties</h3> <ul> <li>Pattern: aria-*</li> <li>Widget, Live Region, Drag and Drop, and Relationship</li> <li>Use properly and sparingly - some S&amp;P only apply to certain elements</li> </ul> </section> <section> <h3>States &amp; Properties: Widget Attributes</h3> <p>(s) = state</p> <ul class="four-across smalltext"> <li>aria-autocomplete</li> <li>aria-checked (s)</li> <li>aria-disabled (s)</li> <li>aria-expanded (s)</li> <li>aria-haspopup</li> </ul> <ul class="four-across smalltext"> <li>aria-hidden (s)</li> <li>aria-invalid (s)</li> <li>aria-label</li> <li>aria-level</li> <li>aria-multiline</li> </ul> <ul class="four-across smalltext"> <li>aria-multiselectable</li> <li>aria-orientation</li> <li>aria-pressed (s)</li> <li>aria-readonly</li> <li>aria-required</li> </ul> <ul class="four-across smalltext"> <li>aria-valuemin</li> <li>aria-valuenow</li> <li>aria-valuetext</li> <li>aria-selected (s)</li> <li>aria-sort</li> <li>aria-valuemax</li> </ul> </section> <section> <h3>States &amp; Properties: Live Region Attributes</h3> <ul> <li>aria-atomic</li> <li>aria-busy (state)</li> <li>aria-live</li> <li>aria-relevant</li> </ul> </section> <section> <h3>States &amp; Properties: Drag &amp; Drop Attributes</h3> <ul> <li>aria-dropeffect</li> <li>aria-grabbed (s)</li> </ul> </section> <section> <h3>States &amp; Properties: Relationship Attributes</h3> <ul> <li>aria-activedescendant</li> <li>aria-controls</li> <li>aria-describedby</li> <li>aria-flowto</li> <li>aria-labelledby</li> <li>aria-owns</li> <li>aria-posinset</li> <li>aria-setsize</li> </ul> </section> </section> <section> <h2>VoiceOver Overview</h2> <section> <h3>Essential Commands</h3> <ul> <li>VO Keys: control+option</li> <li>CMD + F5: Turn VO on/off</li> <li>VO + A: Read from VO cursor to page bottom</li> <li>VO + B: Read from top of page</li> </ul> </section> <section> <h3>QuickNav</h3> <p>Enables element-by-element navigation</p> <ul> <li>VO + Left + Right Arrow - toggle QN on/off</li> <li>VO + Up + Left/Right - WebRotor - select navigation by: <ul> <li>Headings</li> <li>Landmarks</li> <li>Links</li> <li>WebSpots</li> <li>Form Controls</li> </ul> </li> <li>QuickNav Enabled: <ul> <li>Left/right arrows to navigate elements on page</li> <li>Up/down navigates page via active WebRotor element</li> </ul> </li> </ul> </section> </section> <section> <h2>Testing w/AT</h2> <section> <h3>Standards vs. Usability</h3> <ul> <li>Standards provide general rules</li> <li>Testing tools(e.g. FireEyes) identify basic requirements</li> <li>Manual testing is essential</li> </ul> </section> </section> <section> <h2>Implementation Best Practices</h2> <section> <ul> <li class="fragment">Test early, test often</li> <li class="fragment">Create accessible markup and content first</li> <li class="fragment">Emulate native widget navigation - e.g. radio group</li> <li class="fragment">Ensure that you can navigate the page with the screen off</li> </ul> </section> <section> <h3>Be careful not to overdo it:</h3> <ul> <li class="fragment">Provide .visuallyhidden content sparingly</li> <li class="fragment">DRY - in code and content</li> <li class="fragment">Manage focus carefully</li> <li class="fragment">Use tabindex sparingly</li> <li class="fragment">Use ARIA sparingly</li> <li class="fragment">Some markup doesn't "speak" well - test often!</li> </ul> </section> </section> <section> <h2>Examples</h2> <ul> <li>AO Reg</li> <li>Fusion</li> <li>AmericanExpress.com</li> </ul> </section> <section> <h2>Questions/Comments?</h2> </section> <section data-state="unicorn"> <h2>Thank you!</h2> </section> </div> <!--The navigational controls UI--> <aside class="controls"><a href="#" class="left">&#x25C4;</a><a href="#" class="right">&#x25BA;</a><a href="#" class="up">&#x25B2;</a><a href="#" class="down">&#x25BC;</a></aside> <!--Displays presentation progress, max value changes via JS to reflect # of slides--> <div class="progress"><span></span></div> </div> <script src="/js/reveal.js"></script> <!--Optional libraries for code syntax highlighting and classList support in IE9--> <script src="http://yandex.st/highlightjs/8.0/highlight.min.js"></script> <script> // Parse the query string into a key/value object var query = {}; location.search.replace( /[A-Z0-9]+?=(\w*)/gi, function(a) { query[ a.split( '=' ).shift() ] = a.split( '=' ).pop(); } ); // Fires when a slide with data-state=customevent is activated Reveal.addEventListener( 'customevent', function() { alert( '"customevent" has fired' ); } ); // Fires each time a new slide is activated Reveal.addEventListener( 'slidechanged', function( event ) { // event.indexh & event.indexv } ); Reveal.initialize({ // Display controls in the bottom right corner controls: true, // Display a presentation progress bar progress: true, // If true; each slide will be pushed to the browser history history: true, // Loops the presentation, defaults to false loop: false, // Flags if mouse wheel navigation should be enabled mouseWheel: false, // Apply a 3D roll to links on hover rollingLinks: true, // UI style theme: query.theme || 'default', // default/neon // Transition style transition: query.transition || 'default' // default/cube/page/concave/linear(2d) }); hljs.initHighlightingOnLoad(); </script> </body> </html>
_includes/themes/the-program/default.html
k0ch/k0ch.github.io
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 ie" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9 ie" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>{{ page.title }}</title> <meta name="author" content="{{ site.author.name }}"> <link href='{{ ASSET_PATH }}/css/style.css' rel="stylesheet" media="all"> <link href="http://feeds.feedburner.com/{{ site.author.feedbaname }}" rel="alternate" title="{{ page.title }}" type="application/atom+xml"> <script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.0.6/modernizr.min.js"></script> </head> <body> <div id="page" class="hentry"> <header class="the-header"> <div class="unit-head"> <div class="unit-inner unit-head-inner"> <nav class="nav-global"> <ul> <li class="logo"><a href="/">{{ site.title }}</a></li> <li class="archive"><a href="/archive.html">archive</a></li> <li class="page"><a href="/pages.html">pages</a></li> <li class="category"><a href="/categories.html">categories</a></li> <li class="tag"><a href="/tags.html">tags</a></li> <li class="forkme"><div><iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=plusjade&repo=jekyll-bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe></div></li> </ul> </nav> </div><!-- unit-inner --> </div><!-- unit-head --> </header> <div class="body" role="main"> <div class="unit-body"> <div class="unit-inner unit-body-inner"> <div class="entry-content"> {{ content }} </div> </div><!-- unit-inner --> </div><!-- unit-body --> </div><!-- body --> <footer class="the-footer"> <div class="unit-foot"> <div class="unit-inner unit-foot-inner"> <div class="misc vcard"> <h4>about</h4> <ul> <li class="contact"><address><span class="author fn n">{{ site.author.name }}</span> - <span class="fn email">{{ site.author.email }}</span></address></li> <li class="github"><a href="http://github.com/{{ site.author.github }}/" rel="me">github.com/{{ site.author.github }}</a></li> <li class="twitter"><a href="http://twitter.com/{{ site.author.twitter }}/" rel="me">twitter.com/{{ site.author.twitter }}</a></li> <!--<li class="rss"><a href="http://feeds.feedburner.com/{{ site.author.feedname }}">Subscribe to RSS Feed</a></li>--> </ul> </div><!-- misc --> <p class="licence"> Theme: <a href="http://layouts-the.me">the_minimum</a> based on <a href="http://jekyllbootstrap.com/">Jekyll-bootstrap</a>.<br> Powered by <a href="https://github.com/mojombo/jekyll">Jekyll</a>. </p> </div><!-- unit-foot-inner --> </div><!-- unit-foot --> </footer> </div><!-- page --> <script> (function(d, s) { var js, fjs = d.getElementsByTagName(s)[0], load = function(url, id) { if (d.getElementById(id)) {return;} js = d.createElement(s); js.src = url; js.id = id; fjs.parentNode.insertBefore(js, fjs); }; load('//platform.twitter.com/widgets.js', 'tweetjs'); // load('https://apis.google.com/js/plusone.js', 'gplus1js'); // Checkout http://j.mp/ApDgMr for usage html for this is <div class="g-plusone" data-size="medium"></div> // load('//connect.facebook.net/en_US/all.js#xfbml=1', 'fbjssdk'); // Checkout http://j.mp/wZw2xR for using open graph protorol html for this is <div class="fb-like" data-href="{{ page.url }}" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false" data-font="verdana"></div> }(document, 'script')); </script> <script> /*! A fix for the iOS orientationchange zoom bug.Script by @scottjehl, rebound by @wilto. MIT License.*/ (function(j){var i=j.document;if(!i.querySelectorAll){return}var l=i.querySelectorAll("meta[name=viewport]")[0],a=l&&l.getAttribute("content"),h=a+", maximum-scale=1.0",d=a+", maximum-scale=10.0",g=true,c=j.orientation,k=0;if(!l){return}function f(){l.setAttribute("content",d);g=true}function b(){l.setAttribute("content",h);g=false}function e(m){c=Math.abs(j.orientation);k=Math.abs(m.gamma);if(k>8&&c===0){if(g){b()}}else{if(!g){f()}}}j.addEventListener("orientationchange",f,false);j.addEventListener("deviceorientation",e,false)})(this); </script> {% include JB/analytics %} </body> </html>
themes/paper/layouts/404.html
stainlessio/stainlessio-web
{{ define "main" }} <div class="not-found">404</div> {{ end }}
index.html
guccigaming/guccigaming.github.io
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <script src="vendor/nodeunit/examples/browser/nodeunit.js"></script> <script src="index.js"></script> <link rel="stylesheet" href="./vendor/nodeunit/share/nodeunit.css"/> <title>Incremental Life</title> <!-- Bootstrap core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/bootstrap.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="css/tooltipster.bundle.min.css" /> <script src="lootrtable.js"></script> </head> <body> <nav class="navbar navbar-toggleable-md navbar-inverse fixed-top bg-inverse" id="navigationbar"> <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <a class="navbar-brand" href="#">Immortal (Re?)Incremental</a> <ul class="navbar-nav"> <li class="nav-item active"><a class= "nav-link" href="#" onClick="ShowMainPage()">Home <span class="sr-only">(current)</span></a> </li> <li><a class="nav-item nav-link" href="#" onClick="ShowCraftPage()" id="CraftPageUnlocked" style=" text-shadow: 0 0 3px #874112; ">Crafting</a> </li> <li> <a class="nav-item nav-link" href="#" onClick="ShowCombatPage()" id="CombatPageUnlocked" style=" text-shadow: 0 0 3px #FF0000; ">Combat </a> </li> <li> <a class="nav-item nav-link" href="#" onClick="ShowWorldPage()" id="WorldPageTab" style=" text-shadow: 0 0 3px #04DD0B; ">World</a> </li> <li> <a class="nav-item nav-link" href="#" onClick="ShowKnowledgePage()" id="KnowledgePageTab" style=" text-shadow: 0 0 3px #0A6BFC; ">Knowledge </a> </li> </ul> <div class="collapse navbar-collapse justify-content-end" id="navbarCollapse" > <ul class="navbar-nav"> <li><a class="nav-item nav-link" id="NavSaveButton" style="color:red;">Save</a></li> <li><a class="nav-item nav-link" id="NavLoadButton" style="color:red;">Load</a></li> </ul> </div> </nav> </div> </div> </nav> <br /> <div class="container" id="GUI_MainPage"> <div class="row"> <div class="col-4" id=GUI_MainPage_Left> <!-- Old stats, might reuse, probably not.. --> <!-- <a style="font-style:italic;">Statistics</a> --> <!-- <br /> <br /> --> <div class="container" style="display:none"> <div class="table-responsive" id="statstable"> <table class="table"> <thead> </thead> <tbody> <tr> <td>Intelligence</td> <td><span id="intelligence" >0</span>/<span class="player.maxint">0</span></td> <td>+<span id="intps">0</span></td> </tr> <tr> <td>Braincells</td> <td> <span id="braincells">0</span></td> <td></td> </tr> <tr> <td>Focus</td> <td><span id="player.focus">0</span></td> <td></td> </tr> <tr> <td>Food</td> <!-- <td> <span id="food">0</span></td> --> <td></td> </tr> </tbody> </table> </div> <br /> </div> <div> <div id="playerinfo"> Name: <span id="player.name"></span> <br /> Cultivation Rank: Level <span id="cLevel"></span> of <span id="cRankName"></span> <br /> </div> <br / > <a style="font-style:italic;">Body Stats</a> <br /> <table> <thead></thead> <tbody> <span id="HUD_PlayerBodyStats" style="font-size:80%;"></span> </tbody> </table> </div> <br /> <a style="font-style:italic;">Spirit Stats</a> <br /> <div> <span id="HUD_PlayerSpiritStats" style="font-size:80%;"></span> </div> <br /> <div > <!-- Intelligence: <span id="intelligence" >0</span>/<span class="player.maxint">0</span> &nbsp;&nbsp; +<span id="intps" style="right">0</span> --> <bold>Energy</bold>: <progress id="energy" value="100" max="100"></progress> <br /> Energy Numeric: <span id="energynum"> 0</span>%<br /> </div> <div id="woodandstonesreq"> Stones: <span id="stones"> 0 </span> <br /> Food: <span id="food"> 0 </span> <br /> </div> </div> <div class="col-4"> <a style="font-style:italic;">Actions</a> <br /> <br /> <!-- Actions --> <button type="button" id="TrainBodyButton" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#TrainBodyTooltip">Train Body</button> <br /> <button type="button" id="condenseSPButton" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#CondenseSPTooltip">Condense soulpower</button> <br /> <button type="button" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#WanderTooltip" onClick="Wander()">Wander</button> <br > <button type="button" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#ForageTooltip" onClick="Forage(10)">Forage</button> <br /> <br /> <br /> <div> <a style="font-style:italic;size:115%;">Cultivation</a> <hr> <button type="button" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#MediStTT" id="StartMeditateButton">Meditate</button> &nbsp; &nbsp; <button type="button" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#MediStopTT" id="StopMeditateButton">Stop Meditating</button> <br /> <br /> <button type="button" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#BreakthroughTT" id="BreakThroughLevelButton">Breakthrough Level</button> Breakthrough chance: <span id="BreakthroughChance"></span> </div> <!-- old buttons--> <div id="oldbuttons" style="display:none"> <button type="button" class="btn btn-secondary btn-sm" onClick="Think(1)">Think</button> <br /> <button type="button" class="btn btn-secondary btn-sm" id="buybc" disabled="true" onClick="buyBraincell()">Generate Braincells</button> Cost: <span id="braincellCost">10</span> Intelligence <br /> <button type="button" class="btn btn-secondary btn-sm" id="Look" onClick="Focus(1)">Focus</button> <br /> <a class="focusdesc actiondesc" >Focus your intelligence. Cost: <span class="focusCost"> 50</span> Intelligence.</a> <button type="button" class="btn btn-secondary btn-sm" id="WanderUnlocked" onClick="Wander()">Wander</button> <br > <button type="button" class="btn btn-secondary btn-sm" id="ForageUnlocked" onClick="Forage(10)">Forage</button> <br /> </div> </div> <div class="col-4" id="messageboxID"> You wake up, but can't seem to move your body or open your eyes!<br />---<br /> <p id="myLog"></p> </div> </div> </div> <!--CraftPage--> <div id="GUI_CraftPage" style="display: none;" class="container"> <div class="row"> <div class="col-4" id="GUI_CraftPage_Left"> <h1>Tools</h1> <!--Tool Buttons--> <button type="button" class="btn btn-secondary btn-sm" onclick="craftSpear()">Wooden Spear</button> Cost: 50 wood, 25 stones <br /> <button type="button" class="btn btn-secondary btn-sm" onclick="craftWoodenPlank(1)">Wooden Plank</button> Cost: 20 wood <br /> <button type="button" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#CraftResearchBenchTooltip" id="CraftResearchBenchButton">Research Bench</button> <div> <h3>Misc.</h3> <button type="button" class="btn btn-secondary btn-sm" id="WanderUnlocked" onClick="Wander()">Wander</button> <br > <button type="button" class="btn btn-secondary btn-sm" id="ForageUnlocked" onClick="Forage(10)">Forage</button> <br /> <button type="button" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#ChopWoodToolTip" id="PrimitiveToolsUnlocked" onClick="ChopWood(5)" style="display:none;">Chop wood.</button> </div> </div> <div id="GUI_CraftPage_2" class="col-4"> <h1>Inventory</h1> <div style="height:200px;overflow-y:scroll;"> Stones: <span class="stones">0</span><br /> Wood: <span class="wood">0</span><br /> Wooden Planks: <a id="InvWoodenPlanks">0</a><br /> Research benches: <a id="InvResearchbench">0</a> </div> <br /><br /><br /> <hr> Total resources in storage: <br /> <div class="table" id="statstable"> <table class="table"> <thead> </thead> <tbody> <tr> <td>ALL: <span id="player.storagespace">0</span> </td> <td>Max: <a id="player.storagemax">0</a></td> </tr> </tbody> </table> </div> <br /> </div> <div id="GUI_CraftPage_3" class="col-4"> <div id="craftLog"> You hands are itching, ready to craft!<br />---<br /> <p></p> </div> </div> </div> </div> <!--Combat Page--> <div class="container" id="GUI_CombatPage" style="display: none;"> <div class="row"> <div class="col-4" id="GUI_CombatPage_Left"> <h3>Equipment and Stats</h3> HP: <span id="player.hp">0</span>/<span id="player.maxhp">0</span> <br /> Attack Rating: <span id="player.atkrating">0</span> <br /> <h3 >Inventory</h3> <div class="scrollable"> <br/> <span id="HUD_inv_1"> x </span><br /> </div> <div class="scrollable"> <h3>Equipped Items</h3> <span id="HUD_eqp_1"></span><br /> <br /> Main Hand: <span id="player.mHand.name">x</span> <br /> Weapon Damage: <span id="player.mHand.weaponAtk"> x </span> </div> </div> <div class="col-4" > <h3>Worldmap</h3> Name: <span id="monster.name">Monster Name</span> Level: <span id="monster.level">0</span> <br /> Type : <span id="monster.breed"> Monster Breed</span> HP: <span id="monster.hp">0</span>/<span id="monster.maxhp">0</span> <br /> <hr> <button type="button" class="btn btn-secondary btn-sm" onclick="startFight()">Look for a fight</button><br /> <button type="button" class="btn btn-secondary btn-sm" onclick="attackMonster()">Attack!</button> <br /> <button type="button" class="btn btn-secondary btn-sm" onclick="RestPlayer()">Rest</button> </div> <div class="col-4"> <div id="combatLog" class="autoscroll">You feel your bloodlust awaken!<br />---<br /> </div> </div> </div> </div> <!-- Knowledge Page --> <div class="container" id="GUI_KnowledgePage" style="display:none;"> <div class="row"> <div class="col-8"> <button type="button" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#PrimitiveToolsTooltip" id="PrimitiveTools">Primitive Tools</button> <div id="PrimitiveToolsUnlocked2" style="display:none;"> <button type="button" class="tooltipster GameButtons btn btn-secondary btn-sm" data-tooltip-content="#MTTooltip" id="MeasuringTools">Measuring Tools</button> </div> </div> <div class="col-4" id="knowledgemsgbox"> </div> </div> </div> <!-- World Page --> <div class="container" id="GUI_WorldPage" style="display:none;"> Mysterious Forest <br /> <div class="alert alert-warning" role="alert"> This is a work in progress. </div> </div> <!-- TOOLTIPS--> <div id="save_message" class="popup_msg"> Saved! </div> <div class="tooltip_templates"> <span id="TrainBodyTooltip" style="font-size:75%;"> Gain +0.05 to one randomly chosen body stat. </span> <span id="CondenseSPTooltip" style="font-size:75%;"> Condense 50 soulpower into 1 ki. </span> <span id="WanderTooltip" style="font-size:75%;"> Wander around and try to find some resources. <br /> <span style="font-size:70%;font-style:italic;text-align:right;">There should be a better way to get resources..</span> </span> <span id="ForageTooltip" style="font-size:75%;"> Gain some food to boost energy regen rate. </span> <span id="CraftResearchBenchTooltip" style="font-size:75%;"> Create a research bench for 3 wooden planks. </span> <span id="PrimitiveToolsTooltip" style="font-size:75%;"> -200 spirit power, needs atleast 3 research benches. <br /> <div align="center" style="font-size:70%;">Research how to make tools from stone and wood.</div> </span> <span id="MTTooltip" style="font-size:75%;"> -5 wooden planks, needs atleast 5 research benches. <br /> <div align="center" style="font-size:70%;">Gives a 15% increase to certain crafted items.</div> </span> <span id="ChopWoodToolTip" style="font-size:75%;"> Gain 5 wood. </span> <span id="BreakthroughTT" style="font-size:75%;font-style:italic;"> <span style="color:#FF5233;font-weight:bold;font-size:120%;">Start on your path to immortality.</span> <hr> Try to break through to the next level of Earthly Body. <br/> Requires (250 * Cultivation Rank) soulpower. <br/> <br /> Depletes <a style="color:red;"> ALL </a> soulpower! <br /> <br/> Effect: Stronger in fights </span> </div> <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script> <script src="js/bootstrap.min.js"></script> <!-- <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script> --> <script type="text/javascript" src="main.js"></script> <script type="text/javascript" src="js/tooltipster.bundle.min.js"></script> </body> </html>
api/class-Monolog.Handler.TestChromePHPHandler.html
Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="ApiGen 2.8.0" /> <title>Class Monolog\Handler\TestChromePHPHandler | seip</title> <script type="text/javascript" src="resources/combined.js?784181472"></script> <script type="text/javascript" src="elementlist.js?3927760630"></script> <link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" /> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id="groups"> <h3>Namespaces</h3> <ul> <li><a href="namespace-Acme.html">Acme<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Command.html">Command</a> </li> <li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Acme.DemoBundle.Form.html">Form</a> </li> <li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a> </li> </ul></li></ul></li> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a> </li> </ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a> </li> </ul></li> <li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Alpha.html">Alpha</a> </li> <li><a href="namespace-Apc.html">Apc<span></span></a> <ul> <li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a> <ul> <li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a> <ul> <li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a> </li> </ul></li></ul></li> <li><a href="namespace-Apc.Namespaced.html">Namespaced</a> </li> </ul></li> <li><a href="namespace-Assetic.html">Assetic<span></span></a> <ul> <li><a href="namespace-Assetic.Asset.html">Asset<span></span></a> <ul> <li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a> </li> </ul></li> <li><a href="namespace-Assetic.Cache.html">Cache</a> </li> <li><a href="namespace-Assetic.Exception.html">Exception</a> </li> <li><a href="namespace-Assetic.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Assetic.Extension.Twig.html">Twig</a> </li> </ul></li> <li><a href="namespace-Assetic.Factory.html">Factory<span></span></a> <ul> <li><a href="namespace-Assetic.Factory.Loader.html">Loader</a> </li> <li><a href="namespace-Assetic.Factory.Resource.html">Resource</a> </li> <li><a href="namespace-Assetic.Factory.Worker.html">Worker</a> </li> </ul></li> <li><a href="namespace-Assetic.Filter.html">Filter<span></span></a> <ul> <li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a> </li> <li><a href="namespace-Assetic.Filter.Sass.html">Sass</a> </li> <li><a href="namespace-Assetic.Filter.Yui.html">Yui</a> </li> </ul></li> <li><a href="namespace-Assetic.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Bazinga.html">Bazinga<span></span></a> <ul> <li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a> <ul> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a> </li> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a> </li> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a> </li> <li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a> </li> </ul></li></ul></li> <li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a> <ul> <li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Beta.html">Beta</a> </li> <li><a href="namespace-Blameable.html">Blameable<span></span></a> <ul> <li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Blameable.Fixture.Document.html">Document</a> </li> <li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a> </li> </ul></li></ul></li> <li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a> </li> <li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a> </li> <li><a href="namespace-ClassMap.html">ClassMap</a> </li> <li><a href="namespace-Composer.html">Composer<span></span></a> <ul> <li><a href="namespace-Composer.Autoload.html">Autoload</a> </li> </ul></li> <li><a href="namespace-Container14.html">Container14</a> </li> <li><a href="namespace-Doctrine.html">Doctrine<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a> </li> </ul></li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a> </li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a> </li> </ul></li> <li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a> </li> </ul></li> <li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a> <ul> <li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a> </li> </ul></li></ul></li> <li><a href="namespace-Doctrine.Common.html">Common<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a> </li> </ul></li> <li><a href="namespace-Doctrine.Common.Cache.html">Cache</a> </li> <li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a> </li> </ul></li> <li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a> </li> </ul></li> <li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a> </li> <li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a> </li> <li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a> </li> </ul></li> <li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a> </li> <li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a> </li> <li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a> </li> <li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a> </li> </ul></li></ul></li> <li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a> <ul> <li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a> </li> </ul></li> <li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a> </li> <li><a href="namespace-Doctrine.Common.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Doctrine.DBAL.html">DBAL<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Cache.html">Cache</a> </li> <li><a href="namespace-Doctrine.DBAL.Connections.html">Connections</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.html">Driver<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Driver.DrizzlePDOMySql.html">DrizzlePDOMySql</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.IBMDB2.html">IBMDB2</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.Mysqli.html">Mysqli</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.OCI8.html">OCI8</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOIbm.html">PDOIbm</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOMySql.html">PDOMySql</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOOracle.html">PDOOracle</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOPgSql.html">PDOPgSql</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlite.html">PDOSqlite</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlsrv.html">PDOSqlsrv</a> </li> <li><a href="namespace-Doctrine.DBAL.Driver.SQLSrv.html">SQLSrv</a> </li> </ul></li> <li><a href="namespace-Doctrine.DBAL.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Event.Listeners.html">Listeners</a> </li> </ul></li> <li><a href="namespace-Doctrine.DBAL.Id.html">Id</a> </li> <li><a href="namespace-Doctrine.DBAL.Logging.html">Logging</a> </li> <li><a href="namespace-Doctrine.DBAL.Platforms.html">Platforms<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Platforms.Keywords.html">Keywords</a> </li> </ul></li> <li><a href="namespace-Doctrine.DBAL.Portability.html">Portability</a> </li> <li><a href="namespace-Doctrine.DBAL.Query.html">Query<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Query.Expression.html">Expression</a> </li> </ul></li> <li><a href="namespace-Doctrine.DBAL.Schema.html">Schema<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Schema.Synchronizer.html">Synchronizer</a> </li> <li><a href="namespace-Doctrine.DBAL.Schema.Visitor.html">Visitor</a> </li> </ul></li> <li><a href="namespace-Doctrine.DBAL.Sharding.html">Sharding<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Sharding.ShardChoser.html">ShardChoser</a> </li> <li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.html">SQLAzure<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.Schema.html">Schema</a> </li> </ul></li></ul></li> <li><a href="namespace-Doctrine.DBAL.Tools.html">Tools<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Tools.Console.html">Console<span></span></a> <ul> <li><a href="namespace-Doctrine.DBAL.Tools.Console.Command.html">Command</a> </li> <li><a href="namespace-Doctrine.DBAL.Tools.Console.Helper.html">Helper</a> </li> </ul></li></ul></li> <li><a href="namespace-Doctrine.DBAL.Types.html">Types</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.html">ORM<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Decorator.html">Decorator</a> </li> <li><a href="namespace-Doctrine.ORM.Event.html">Event</a> </li> <li><a href="namespace-Doctrine.ORM.Id.html">Id</a> </li> <li><a href="namespace-Doctrine.ORM.Internal.html">Internal<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Internal.Hydration.html">Hydration</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a> </li> <li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a> </li> <li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a> </li> <li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a> </li> <li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a> </li> <li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a> </li> <li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a> </li> <li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a> </li> <li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a> <ul> <li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a> </li> </ul></li> <li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a> </li> </ul></li></ul></li> <li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a> </li> </ul></li> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a> </li> <li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a> </li> <li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a> </li> <li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a> </li> </ul></li> <li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a> </li> </ul></li> <li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a> </li> <li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a> <ul> <li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a> </li> </ul></li> <li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Entity.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a> </li> </ul></li> <li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a> </li> </ul></li></ul></li> <li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a> </li> </ul></li> <li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a> <ul> <li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Foo.html">Foo<span></span></a> <ul> <li><a href="namespace-Foo.Bar.html">Bar</a> </li> </ul></li> <li><a href="namespace-FOS.html">FOS<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a> </li> <li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a> </li> <li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Request.html">Request</a> </li> <li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a> </li> </ul></li></ul></li> <li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a> </li> <li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a> </li> <li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a> </li> <li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a> </li> <li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a> </li> <li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a> <ul> <li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a> </li> </ul></li> <li><a href="namespace-FOS.RestBundle.View.html">View</a> </li> </ul></li> <li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a> <ul> <li><a href="namespace-FOS.UserBundle.Command.html">Command</a> </li> <li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a> </li> <li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a> </li> <li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a> </li> <li><a href="namespace-FOS.UserBundle.Document.html">Document</a> </li> <li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a> </li> <li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a> <ul> <li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a> </li> <li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a> </li> <li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a> </li> <li><a href="namespace-FOS.UserBundle.Model.html">Model</a> </li> <li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a> </li> <li><a href="namespace-FOS.UserBundle.Security.html">Security</a> </li> <li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a> </li> <li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a> </li> <li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a> </li> <li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-FOS.UserBundle.Util.html">Util</a> </li> <li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.html">Gedmo<span></span></a> <ul> <li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a> <ul> <li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a> </li> </ul></li> <li><a href="namespace-Gedmo.Exception.html">Exception</a> </li> <li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a> <ul> <li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a> </li> </ul></li> <li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a> <ul> <li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a> </li> <li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a> </li> <li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a> </li> <li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li> <li><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a> </li> </ul></li> <li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a> <ul> <li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.References.html">References<span></span></a> <ul> <li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a> <ul> <li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a> </li> <li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a> </li> </ul></li> <li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a> <ul> <li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a> </li> </ul></li> <li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a> <ul> <li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a> <ul> <li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a> </li> </ul></li> <li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a> <ul> <li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a> <ul> <li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a> </li> </ul></li> <li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a> </li> </ul></li> <li><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a> </li> <li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a> </li> <li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a> </li> </ul></li> <li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a> <ul> <li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a> <ul> <li><a href="namespace-Gedmo.Translator.Document.html">Document</a> </li> <li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a> </li> </ul></li> <li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a> </li> <li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a> </li> </ul></li> <li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a> </li> <li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a> <ul> <li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a> </li> </ul></li> <li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a> </li> </ul></li></ul></li> <li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a> <ul> <li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a> </li> <li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a> </li> <li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a> </li> <li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a> </li> </ul></li> <li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a> </li> <li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a> </li> </ul></li></ul></li> <li><a href="namespace-Incenteev.html">Incenteev<span></span></a> <ul> <li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a> <ul> <li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a> </li> </ul></li></ul></li> <li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a> <ul> <li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a> </li> </ul></li></ul></li> <li><a href="namespace-JMS.html">JMS<span></span></a> <ul> <li><a href="namespace-JMS.Parser.html">Parser<span></span></a> <ul> <li><a href="namespace-JMS.Parser.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a> </li> <li><a href="namespace-JMS.Serializer.Builder.html">Builder</a> </li> <li><a href="namespace-JMS.Serializer.Construction.html">Construction</a> </li> <li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Exception.html">Exception</a> </li> <li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a> </li> <li><a href="namespace-JMS.Serializer.Handler.html">Handler</a> </li> <li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Naming.html">Naming</a> </li> <li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a> </li> <li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a> </li> <li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a> </li> <li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a> </li> <li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a> <ul> <li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a> </li> </ul></li> <li><a href="namespace-JMS.Serializer.Twig.html">Twig</a> </li> <li><a href="namespace-JMS.Serializer.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a> <ul> <li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a> </li> <li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a> </li> <li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a> </li> <li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a> </li> <li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a> </li> <li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a> </li> <li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a> </li> <li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a> </li> <li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a> </li> </ul></li></ul></li> <li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a> </li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a> </li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a> </li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a> </li> </ul></li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a> </li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a> </li> </ul></li></ul></li> <li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a> </li> </ul></li> <li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a> </li> <li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a> </li> <li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a> </li> </ul></li> <li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a> <ul> <li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a> </li> </ul></li></ul></li> <li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a> </li> <li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a> </li> </ul></li></ul></li> <li><a href="namespace-Knp.html">Knp<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a> </li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a> <ul> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a> </li> </ul></li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a> </li> </ul></li> <li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Knp.Menu.html">Menu<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Factory.html">Factory</a> </li> <li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a> </li> <li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a> </li> <li><a href="namespace-Knp.Menu.Loader.html">Loader</a> </li> <li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Provider.html">Provider</a> </li> <li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a> </li> <li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a> </li> <li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a> </li> <li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a> <ul> <li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a> </li> <li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a> </li> <li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a> </li> <li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a> </li> <li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Knp.Menu.Twig.html">Twig</a> </li> <li><a href="namespace-Knp.Menu.Util.html">Util</a> </li> </ul></li></ul></li> <li><a href="namespace-Loggable.html">Loggable<span></span></a> <ul> <li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a> </li> </ul></li> <li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a> <ul> <li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Lunetics.html">Lunetics<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a> </li> </ul></li></ul></li> <li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a> </li> </ul></li></ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a> </li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a> </li> </ul></li> <li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a> </li> </ul></li></ul></li> <li><a href="namespace-Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a> </li> <li><a href="namespace-Mapping.Fixture.Document.html">Document</a> </li> <li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a> </li> <li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a> </li> <li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a> </li> </ul></li></ul></li> <li><a href="namespace-Metadata.html">Metadata<span></span></a> <ul> <li><a href="namespace-Metadata.Cache.html">Cache</a> </li> <li><a href="namespace-Metadata.Driver.html">Driver</a> </li> <li><a href="namespace-Metadata.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Metadata.Tests.Cache.html">Cache</a> </li> <li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a> <ul> <li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a> </li> <li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a> </li> <li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a> <ul> <li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a> </li> </ul></li> <li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a> </li> </ul></li></ul></li> <li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a> </li> </ul></li></ul></li></ul></li> <li class="active"><a href="namespace-Monolog.html">Monolog<span></span></a> <ul> <li><a href="namespace-Monolog.Formatter.html">Formatter</a> </li> <li class="active"><a href="namespace-Monolog.Handler.html">Handler<span></span></a> <ul> <li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a> </li> <li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a> </li> </ul></li> <li><a href="namespace-Monolog.Processor.html">Processor</a> </li> </ul></li> <li><a href="namespace-MyProject.html">MyProject<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a> <ul> <li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a> </li> </ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a> <ul> <li><a href="namespace-NamespaceCollision.A.html">A<span></span></a> <ul> <li><a href="namespace-NamespaceCollision.A.B.html">B</a> </li> </ul></li> <li><a href="namespace-NamespaceCollision.C.html">C<span></span></a> <ul> <li><a href="namespace-NamespaceCollision.C.B.html">B</a> </li> </ul></li></ul></li> <li><a href="namespace-Namespaced.html">Namespaced</a> </li> <li><a href="namespace-Namespaced2.html">Namespaced2</a> </li> <li><a href="namespace-Negotiation.html">Negotiation<span></span></a> <ul> <li><a href="namespace-Negotiation.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-None.html">None</a> </li> <li><a href="namespace-Pequiven.html">Pequiven<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a> </li> <li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a> </li> <li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a> </li> </ul></li></ul></li> <li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-PHP.html">PHP</a> </li> <li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a> <ul> <li><a href="namespace-PhpCollection.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-PhpOption.html">PhpOption<span></span></a> <ul> <li><a href="namespace-PhpOption.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Proxies.html">Proxies<span></span></a> <ul> <li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a> <ul> <li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a> <ul> <li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a> <ul> <li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Psr.html">Psr<span></span></a> <ul> <li><a href="namespace-Psr.Log.html">Log<span></span></a> <ul> <li><a href="namespace-Psr.Log.Test.html">Test</a> </li> </ul></li></ul></li> <li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a> <ul> <li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a> <ul> <li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a> </li> <li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a> </li> <li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a> </li> <li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-References.html">References<span></span></a> <ul> <li><a href="namespace-References.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a> <ul> <li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a> </li> </ul></li> <li><a href="namespace-References.Fixture.ORM.html">ORM</a> </li> </ul></li></ul></li> <li><a href="namespace-Sensio.html">Sensio<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a> </li> <li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a> </li> <li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a> </li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a> </li> </ul></li></ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a> </li> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a> </li> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a> </li> <li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Sluggable.html">Sluggable<span></span></a> <ul> <li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a> </li> <li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a> </li> </ul></li> <li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a> <ul> <li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a> </li> </ul></li> <li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a> </li> <li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a> </li> <li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a> </li> <li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a> </li> </ul></li></ul></li> <li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a> <ul> <li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a> </li> <li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a> </li> </ul></li></ul></li> <li><a href="namespace-Sortable.html">Sortable<span></span></a> <ul> <li><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a> </li> </ul></li></ul></li> <li><a href="namespace-Stof.html">Stof<span></span></a> <ul> <li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a> <ul> <li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.html">Symfony<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a> </li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a> </li> <li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a> </li> <li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a> </li> <li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a> </li> <li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a> </li> </ul></li> <li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a> </li> <li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a> </li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a> </li> <li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a> </li> </ul></li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.html">Component<span></span></a> <ul> <li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a> <ul> <li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a> <ul> <li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a> </li> <li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a> </li> <li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a> </li> <li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Config.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Console.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a> </li> <li><a href="namespace-Symfony.Component.Console.Event.html">Event</a> </li> <li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a> </li> <li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a> </li> <li><a href="namespace-Symfony.Component.Console.Input.html">Input</a> </li> <li><a href="namespace-Symfony.Component.Console.Output.html">Output</a> </li> <li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a> </li> <li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a> <ul> <li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a> <ul> <li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a> <ul> <li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a> <ul> <li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a> </li> <li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a> </li> <li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a> </li> <li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a> <ul> <li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a> </li> <li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a> <ul> <li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a> </li> <li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a> </li> <li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a> </li> <li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a> </li> <li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a> </li> <li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a> </li> <li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a> </li> <li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a> </li> <li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a> </li> <li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a> </li> <li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a> </li> <li><a href="namespace-Symfony.Component.Form.Test.html">Test</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a> </li> <li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Form.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a> </li> <li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a> </li> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a> <ul> <li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a> </li> <li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a> </li> <li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a> </li> <li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a> </li> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a> </li> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a> </li> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a> </li> <li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a> <ul> <li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a> <ul> <li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a> </li> <li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a> </li> <li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a> </li> <li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a> </li> <li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a> </li> <li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a> </li> <li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a> </li> <li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a> </li> <li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a> </li> <li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a> </li> <li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a> </li> <li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a> </li> <li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a> </li> <li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a> </li> <li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a> </li> <li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a> </li> </ul></li></ul></li> <li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a> </li> <li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a> </li> <li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a> </li> <li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a> </li> <li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a> </li> <li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a> </li> <li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a> </li> <li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a> </li> </ul></li> <li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a> </li> <li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a> </li> <li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a> </li> <li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a> <ul> <li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a> </li> <li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a> </li> </ul></li> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a> </li> </ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a> </li> </ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a> </li> </ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a> </li> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a> </li> </ul></li> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a> </li> </ul></li></ul></li> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a> </li> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a> </li> </ul></li> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a> <ul> <li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a> </li> </ul></li></ul></li></ul></li></ul></li> <li><a href="namespace-TestBundle.html">TestBundle<span></span></a> <ul> <li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a> <ul> <li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a> <ul> <li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a> </li> </ul></li></ul></li> <li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a> <ul> <li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a> <ul> <li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a> </li> <li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a> </li> </ul></li></ul></li> <li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a> <ul> <li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a> <ul> <li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a> <ul> <li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a> </li> </ul></li></ul></li> <li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a> <ul> <li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a> </li> </ul></li></ul></li></ul></li> <li><a href="namespace-TestFixtures.html">TestFixtures</a> </li> <li><a href="namespace-Timestampable.html">Timestampable<span></span></a> <ul> <li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Timestampable.Fixture.Document.html">Document</a> </li> </ul></li></ul></li> <li><a href="namespace-Tool.html">Tool</a> </li> <li><a href="namespace-Translatable.html">Translatable<span></span></a> <ul> <li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a> <ul> <li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a> </li> </ul></li> <li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a> </li> <li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a> </li> <li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a> </li> <li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a> </li> <li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a> </li> <li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a> </li> <li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a> </li> <li><a href="namespace-Translatable.Fixture.Template.html">Template</a> </li> <li><a href="namespace-Translatable.Fixture.Type.html">Type</a> </li> </ul></li></ul></li> <li><a href="namespace-Translator.html">Translator<span></span></a> <ul> <li><a href="namespace-Translator.Fixture.html">Fixture</a> </li> </ul></li> <li><a href="namespace-Tree.html">Tree<span></span></a> <ul> <li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Tree.Fixture.Closure.html">Closure</a> </li> <li><a href="namespace-Tree.Fixture.Document.html">Document</a> </li> <li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a> </li> <li><a href="namespace-Tree.Fixture.Mock.html">Mock</a> </li> <li><a href="namespace-Tree.Fixture.Repository.html">Repository</a> </li> <li><a href="namespace-Tree.Fixture.Transport.html">Transport</a> </li> </ul></li></ul></li> <li><a href="namespace-Uploadable.html">Uploadable<span></span></a> <ul> <li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a> </li> </ul></li></ul></li> <li><a href="namespace-Wrapper.html">Wrapper<span></span></a> <ul> <li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a> <ul> <li><a href="namespace-Wrapper.Fixture.Document.html">Document</a> </li> <li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a> </li> </ul></li></ul></li> </ul> </div> <hr /> <div id="elements"> <h3>Classes</h3> <ul> <li><a href="class-Monolog.Handler.AbstractHandler.html" class="invalid">AbstractHandler</a></li> <li><a href="class-Monolog.Handler.AbstractHandlerTest.html">AbstractHandlerTest</a></li> <li><a href="class-Monolog.Handler.AbstractProcessingHandler.html" class="invalid">AbstractProcessingHandler</a></li> <li><a href="class-Monolog.Handler.AbstractProcessingHandlerTest.html">AbstractProcessingHandlerTest</a></li> <li><a href="class-Monolog.Handler.AbstractSyslogHandler.html">AbstractSyslogHandler</a></li> <li><a href="class-Monolog.Handler.AmqpHandler.html">AmqpHandler</a></li> <li><a href="class-Monolog.Handler.AmqpHandlerTest.html">AmqpHandlerTest</a></li> <li><a href="class-Monolog.Handler.BrowserConsoleHandler.html">BrowserConsoleHandler</a></li> <li><a href="class-Monolog.Handler.BrowserConsoleHandlerTest.html">BrowserConsoleHandlerTest</a></li> <li><a href="class-Monolog.Handler.BufferHandler.html">BufferHandler</a></li> <li><a href="class-Monolog.Handler.BufferHandlerTest.html">BufferHandlerTest</a></li> <li><a href="class-Monolog.Handler.ChromePHPHandler.html">ChromePHPHandler</a></li> <li><a href="class-Monolog.Handler.ChromePHPHandlerTest.html">ChromePHPHandlerTest</a></li> <li><a href="class-Monolog.Handler.CouchDBHandler.html">CouchDBHandler</a></li> <li><a href="class-Monolog.Handler.CouchDBHandlerTest.html">CouchDBHandlerTest</a></li> <li><a href="class-Monolog.Handler.CubeHandler.html">CubeHandler</a></li> <li><a href="class-Monolog.Handler.DoctrineCouchDBHandler.html">DoctrineCouchDBHandler</a></li> <li><a href="class-Monolog.Handler.DoctrineCouchDBHandlerTest.html">DoctrineCouchDBHandlerTest</a></li> <li><a href="class-Monolog.Handler.DynamoDbHandler.html">DynamoDbHandler</a></li> <li><a href="class-Monolog.Handler.DynamoDbHandlerTest.html">DynamoDbHandlerTest</a></li> <li><a href="class-Monolog.Handler.ElasticSearchHandler.html">ElasticSearchHandler</a></li> <li><a href="class-Monolog.Handler.ElasticSearchHandlerTest.html">ElasticSearchHandlerTest</a></li> <li><a href="class-Monolog.Handler.ErrorLogHandler.html">ErrorLogHandler</a></li> <li><a href="class-Monolog.Handler.ErrorLogHandlerTest.html">ErrorLogHandlerTest</a></li> <li><a href="class-Monolog.Handler.FilterHandler.html" class="invalid">FilterHandler</a></li> <li><a href="class-Monolog.Handler.FilterHandlerTest.html">FilterHandlerTest</a></li> <li><a href="class-Monolog.Handler.FingersCrossedHandler.html" class="invalid">FingersCrossedHandler</a></li> <li><a href="class-Monolog.Handler.FingersCrossedHandlerTest.html">FingersCrossedHandlerTest</a></li> <li><a href="class-Monolog.Handler.FirePHPHandler.html">FirePHPHandler</a></li> <li><a href="class-Monolog.Handler.FirePHPHandlerTest.html">FirePHPHandlerTest</a></li> <li><a href="class-Monolog.Handler.FlowdockHandler.html">FlowdockHandler</a></li> <li><a href="class-Monolog.Handler.FlowdockHandlerTest.html">FlowdockHandlerTest</a></li> <li><a href="class-Monolog.Handler.GelfHandler.html">GelfHandler</a></li> <li><a href="class-Monolog.Handler.GelfHandlerLegacyTest.html">GelfHandlerLegacyTest</a></li> <li><a href="class-Monolog.Handler.GelfHandlerTest.html">GelfHandlerTest</a></li> <li><a href="class-Monolog.Handler.GroupHandler.html">GroupHandler</a></li> <li><a href="class-Monolog.Handler.GroupHandlerTest.html">GroupHandlerTest</a></li> <li><a href="class-Monolog.Handler.HandlerInterface.html" class="invalid">HandlerInterface</a></li> <li><a href="class-Monolog.Handler.HipChatHandler.html">HipChatHandler</a></li> <li><a href="class-Monolog.Handler.HipChatHandlerTest.html">HipChatHandlerTest</a></li> <li><a href="class-Monolog.Handler.LogEntriesHandler.html">LogEntriesHandler</a></li> <li><a href="class-Monolog.Handler.LogEntriesHandlerTest.html">LogEntriesHandlerTest</a></li> <li><a href="class-Monolog.Handler.LogglyHandler.html">LogglyHandler</a></li> <li><a href="class-Monolog.Handler.MailHandler.html">MailHandler</a></li> <li><a href="class-Monolog.Handler.MailHandlerTest.html">MailHandlerTest</a></li> <li><a href="class-Monolog.Handler.MockRavenClient.html">MockRavenClient</a></li> <li><a href="class-Monolog.Handler.Mongo.html">Mongo</a></li> <li><a href="class-Monolog.Handler.MongoDBHandler.html">MongoDBHandler</a></li> <li><a href="class-Monolog.Handler.MongoDBHandlerTest.html">MongoDBHandlerTest</a></li> <li><a href="class-Monolog.Handler.NativeMailerHandler.html">NativeMailerHandler</a></li> <li><a href="class-Monolog.Handler.NativeMailerHandlerTest.html">NativeMailerHandlerTest</a></li> <li><a href="class-Monolog.Handler.NewRelicHandler.html">NewRelicHandler</a></li> <li><a href="class-Monolog.Handler.NewRelicHandlerTest.html">NewRelicHandlerTest</a></li> <li><a href="class-Monolog.Handler.NullHandler.html">NullHandler</a></li> <li><a href="class-Monolog.Handler.NullHandlerTest.html">NullHandlerTest</a></li> <li><a href="class-Monolog.Handler.PushoverHandler.html">PushoverHandler</a></li> <li><a href="class-Monolog.Handler.PushoverHandlerTest.html">PushoverHandlerTest</a></li> <li><a href="class-Monolog.Handler.RavenHandler.html">RavenHandler</a></li> <li><a href="class-Monolog.Handler.RavenHandlerTest.html">RavenHandlerTest</a></li> <li><a href="class-Monolog.Handler.RedisHandler.html">RedisHandler</a></li> <li><a href="class-Monolog.Handler.RedisHandlerTest.html">RedisHandlerTest</a></li> <li><a href="class-Monolog.Handler.RollbarHandler.html">RollbarHandler</a></li> <li><a href="class-Monolog.Handler.RotatingFileHandler.html">RotatingFileHandler</a></li> <li><a href="class-Monolog.Handler.RotatingFileHandlerTest.html">RotatingFileHandlerTest</a></li> <li><a href="class-Monolog.Handler.SocketHandler.html">SocketHandler</a></li> <li><a href="class-Monolog.Handler.SocketHandlerTest.html">SocketHandlerTest</a></li> <li><a href="class-Monolog.Handler.StreamHandler.html" class="invalid">StreamHandler</a></li> <li><a href="class-Monolog.Handler.StreamHandlerTest.html">StreamHandlerTest</a></li> <li><a href="class-Monolog.Handler.StubNewRelicHandler.html">StubNewRelicHandler</a></li> <li><a href="class-Monolog.Handler.StubNewRelicHandlerWithoutExtension.html">StubNewRelicHandlerWithoutExtension</a></li> <li><a href="class-Monolog.Handler.SwiftMailerHandler.html">SwiftMailerHandler</a></li> <li><a href="class-Monolog.Handler.SyslogHandler.html">SyslogHandler</a></li> <li><a href="class-Monolog.Handler.SyslogHandlerTest.html">SyslogHandlerTest</a></li> <li><a href="class-Monolog.Handler.SyslogUdpHandler.html">SyslogUdpHandler</a></li> <li><a href="class-Monolog.Handler.SyslogUdpHandlerTest.html">SyslogUdpHandlerTest</a></li> <li class="active"><a href="class-Monolog.Handler.TestChromePHPHandler.html">TestChromePHPHandler</a></li> <li><a href="class-Monolog.Handler.TestFirePHPHandler.html">TestFirePHPHandler</a></li> <li><a href="class-Monolog.Handler.TestHandler.html" class="invalid">TestHandler</a></li> <li><a href="class-Monolog.Handler.TestHandlerTest.html">TestHandlerTest</a></li> <li><a href="class-Monolog.Handler.UdpSocketTest.html">UdpSocketTest</a></li> <li><a href="class-Monolog.Handler.ZendMonitorHandler.html">ZendMonitorHandler</a></li> <li><a href="class-Monolog.Handler.ZendMonitorHandlerTest.html">ZendMonitorHandlerTest</a></li> </ul> <h3>Exceptions</h3> <ul> <li><a href="class-Monolog.Handler.MissingExtensionException.html">MissingExtensionException</a></li> </ul> <h3>Functions</h3> <ul> <li><a href="function-Monolog.Handler.error_log.html">error_log</a></li> <li><a href="function-Monolog.Handler.newrelic_add_custom_parameter.html">newrelic_add_custom_parameter</a></li> <li><a href="function-Monolog.Handler.newrelic_notice_error.html">newrelic_notice_error</a></li> <li><a href="function-Monolog.Handler.newrelic_set_appname.html">newrelic_set_appname</a></li> </ul> </div> </div> </div> <div id="splitter"></div> <div id="right"> <div id="rightInner"> <form id="search"> <input type="hidden" name="cx" value="" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" class="text" /> <input type="submit" value="Search" /> </form> <div id="navigation"> <ul> <li> <a href="index.html" title="Overview"><span>Overview</span></a> </li> <li> <a href="namespace-Monolog.Handler.html" title="Summary of Monolog\Handler"><span>Namespace</span></a> </li> <li class="active"> <span>Class</span> </li> </ul> <ul> <li> <a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a> </li> </ul> <ul> </ul> </div> <div id="content" class="class"> <h1>Class TestChromePHPHandler</h1> <div class="description"> <p>Handler sending logs to the ChromePHP extension (<a href="http://www.chromephp.com/">http://www.chromephp.com/</a>)</p> </div> <dl class="tree"> <dd style="padding-left:0px"> <a href="class-Monolog.Handler.AbstractProcessingHandler.html"><span class="invalid">Monolog\Handler\AbstractProcessingHandler</span></a> </dd> <dd style="padding-left:30px"> <img src="resources/inherit.png" alt="Extended by" /> <a href="class-Monolog.Handler.ChromePHPHandler.html"><span>Monolog\Handler\ChromePHPHandler</span></a> </dd> <dd style="padding-left:60px"> <img src="resources/inherit.png" alt="Extended by" /> <b><span>Monolog\Handler\TestChromePHPHandler</span></b> </dd> </dl> <div class="info"> <b>Namespace:</b> <a href="namespace-Monolog.html">Monolog</a>\<a href="namespace-Monolog.Handler.html">Handler</a><br /> <b>Author:</b> Christophe Coevoet &lt;<a href="mailto:stof&#64;notk.org">stof&#64;<!---->notk.org</a>&gt;<br /> <b>Located at</b> <a href="source-class-Monolog.Handler.TestChromePHPHandler.html#120-141" title="Go to source code">vendor/monolog/monolog/tests/Monolog/Handler/ChromePHPHandlerTest.php</a><br /> </div> <table class="summary" id="methods"> <caption>Methods summary</caption> <tr data-order="reset" id="_reset"> <td class="attributes"><code> public static </code> </td> <td class="name"><div> <a class="anchor" href="#_reset">#</a> <code><a href="source-class-Monolog.Handler.TestChromePHPHandler.html#124-130" title="Go to source code">reset</a>( )</code> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> <tr data-order="sendHeader" id="_sendHeader"> <td class="attributes"><code> protected </code> </td> <td class="name"><div> <a class="anchor" href="#_sendHeader">#</a> <code><a href="source-class-Monolog.Handler.TestChromePHPHandler.html#132-135" title="Go to source code">sendHeader</a>( <span>string <var>$header</var></span>, <span>string <var>$content</var></span> )</code> <div class="description short"> <p>Send header string to the client</p> </div> <div class="description detailed hidden"> <p>Send header string to the client</p> <h4>Parameters</h4> <div class="list"><dl> <dt><var>$header</var></dt> <dd><code>string</code><br>$header</dd> <dt><var>$content</var></dt> <dd><code>string</code><br>$content</dd> </dl></div> <h4>Overrides</h4> <div class="list"><code><a href="class-Monolog.Handler.ChromePHPHandler.html#_sendHeader">Monolog\Handler\ChromePHPHandler::sendHeader()</a></code></div> </div> </div></td> </tr> <tr data-order="getHeaders" id="_getHeaders"> <td class="attributes"><code> public </code> </td> <td class="name"><div> <a class="anchor" href="#_getHeaders">#</a> <code><a href="source-class-Monolog.Handler.TestChromePHPHandler.html#137-140" title="Go to source code">getHeaders</a>( )</code> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> </table> <table class="summary inherited"> <caption>Methods inherited from <a href="class-Monolog.Handler.ChromePHPHandler.html#methods">Monolog\Handler\ChromePHPHandler</a></caption> <tr> <td><code> <a href="class-Monolog.Handler.ChromePHPHandler.html#___get">__get()</a>, <a href="class-Monolog.Handler.ChromePHPHandler.html#___set">__set()</a>, <a href="class-Monolog.Handler.ChromePHPHandler.html#_getDefaultFormatter">getDefaultFormatter()</a>, <a href="class-Monolog.Handler.ChromePHPHandler.html#_handleBatch">handleBatch()</a>, <a href="class-Monolog.Handler.ChromePHPHandler.html#_headersAccepted">headersAccepted()</a>, <a href="class-Monolog.Handler.ChromePHPHandler.html#_send">send()</a>, <a href="class-Monolog.Handler.ChromePHPHandler.html#_write">write()</a> </code></td> </tr> </table> <table class="summary inherited"> <caption>Constants inherited from <a href="class-Monolog.Handler.ChromePHPHandler.html#constants">Monolog\Handler\ChromePHPHandler</a></caption> <tr> <td><code> <a href="class-Monolog.Handler.ChromePHPHandler.html#HEADER_NAME"><b>HEADER_NAME</b></a>, <a href="class-Monolog.Handler.ChromePHPHandler.html#VERSION"><b>VERSION</b></a> </code></td> </tr> </table> <table class="summary" id="properties"> <caption>Properties summary</caption> <tr data-order="headers" id="$headers"> <td class="attributes"><code> protected array </code></td> <td class="name"> <a href="source-class-Monolog.Handler.TestChromePHPHandler.html#122" title="Go to source code"><var>$headers</var></a> </td> <td class="value"><code><span class="php-keyword1">array</span>()</code></td> <td class="description"><div> <a href="#$headers" class="anchor">#</a> <div class="description short"> </div> <div class="description detailed hidden"> </div> </div></td> </tr> </table> <table class="summary inherited"> <caption>Properties inherited from <a href="class-Monolog.Handler.ChromePHPHandler.html#properties">Monolog\Handler\ChromePHPHandler</a></caption> <tr> <td><code> <a href="class-Monolog.Handler.ChromePHPHandler.html#$initialized"><var>$initialized</var></a>, <a href="class-Monolog.Handler.ChromePHPHandler.html#$json"><var>$json</var></a>, <a href="class-Monolog.Handler.ChromePHPHandler.html#$overflowed"><var>$overflowed</var></a>, <a href="class-Monolog.Handler.ChromePHPHandler.html#$sendHeaders"><var>$sendHeaders</var></a> </code></td> </tr> </table> </div> <div id="footer"> seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a> </div> </div> </div> </body> </html>
Figure3/Tox21_nnm/WorkHere/50-91-9.smi.png.html
andrewdefries/ToxCast
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>50-91-9.smi.png.html</title> </head> <body>ID50-91-9<br/> <img border="0" src="50-91-9.smi.png" alt="50-91-9.smi.png"></img><br/> <br/> <table border="1"> <tr> <td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr> <tr> <td>50-91-9</td><td>2749</td><td>C9H11FN2O5</td><td>246.1924</td><td>3057</td><td>76855</td><td>23057</td><td>1539</td><td>Floxuridine</td><td></td><td>50-91-9</td><td>primary</td><td>single chemical compound</td><td>stereochem</td><td>tested chemical</td><td>C9H11FN2O5</td><td>246.1924</td><td>defined organic</td><td>parent</td><td>2'-deoxy-5-fluorouridine</td><td>FC1=CN(C(=O)NC1=O)[C@H]2C[C@H](O)[C@@H](CO)O2</td><td>FC1=CN(C(=O)NC1=O)[C@H]2C[C@H](O)[C@@H](CO)O2</td><td>20080429</td></tr> </table> <br/><br/><font size="-2">(Page generated on Wed Sep 17 03:54:54 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/> </body></html>
dist/sales-stat.html
xiajngsi/liweishi
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>后台管理</title> <link rel="image_src" type="image/jpeg" href="assets/app/img/t4.png"> <link rel="stylesheet" href="assets/css/non-responsive.css" /> <link rel="stylesheet" href="assets/css/bootstrap.min.css" /> <!--<link rel="stylesheet" href="assets/css/bootstrap-responsive.min.css" />--> <link rel="stylesheet" href="assets/css/fullcalendar.css" /> <link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" /> <link rel="stylesheet" href="assets/font-awesome/css/iconfont.css"/> <link rel="stylesheet" href="assets/font-awesome/css/iconfont-index.css"/> <!-- Bootstrap-table--> <link href="assets/bootstrap-table/bootstrap-table.css" rel="stylesheet" type="text/css" /> <link href="assets/editor/summernote.css" rel="stylesheet" type="text/css" /> <link href="assets/editor/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href='http://fonts.useso.com/css?family=Open+Sans:400,700,800' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="assets/css/matrix-style.css" /> <link rel="stylesheet" href="assets/css/matrix-media.css" /> <link rel="stylesheet" href="assets/css/uniform.css" /> <link rel="stylesheet" href="assets/app/css/index.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]--> </head> <body> <!--Header-part--> <div id="header"> <a href="index.html"> <img src="assets/app/img/t4.png" class="header-img"/> <!--<h6 class="header-h1">智能电务系统管理后台</h6>--> </a> </div> <!--close-Header-part--> <!--top-Header-menu--> <div id="user-nav" class="navbar navbar-inverse"> <ul class="nav"> <li class="dropdown" id="profile-messages" ><a title="" href="#" data-toggle="dropdown" data-target="#profile-messages" class="dropdown-toggle"><i class="icon icon-user"></i> <span class="text">账号管理</span><b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="account_data.html"><i class="icon-user"></i> 帐号资料</a></li> <li class="divider"></li> <li><a href="account_add.html"><i class="icon-check"></i> 新增帐号</a></li> <li class="divider"></li> <li><a href="account_search.html"><i class="icon-check"></i> 账号查询</a></li> <li class="divider"></li> <li><a href="login.html"><i class="icon-key"></i> 退出</a></li> </ul> </li> <li class="dropdown" id="menu-messages"><a href="#" data-toggle="dropdown" data-target="#menu-messages" class="dropdown-toggle"><i class="iconfont icon-gonggao"></i> <span class="text">系统公告</span> <span class="label label-important">5</span> <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a class="sAdd" title="" href="unread-msg.html"><i class="icon-plus"></i> 未阅读公告</a></li> <li class="divider"></li> <li><a class="sInbox" title="" href="history-msg.html"><i class="icon-envelope"></i> 历史公告</a></li> <li class="divider"></li> </ul> </li> <li class=""><a title="" href="login.html"><i class="iconfont icon-tuichuxitong"></i> <span class="text">退出系统</span></a></li> </ul> </div> <!--sidebar-menu--> <div id="sidebar"><!--<a href="#" class="visible-phone"><i class="icon icon-home"></i>--></a> <ul class="sidebar-ul"> <li ><a href="index.html"><i class="icon icon-home"></i> <span> 首页看板</span></a> </li> <li ><a href="user-register.html"><i class="iconfont icon-xinkaihu"></i> <span> 开户注册</span></a> </li> <!--<li class="submenu"> <a href="#"><i class="iconfont icon-xinkaihu"></i> <span>开户注册</span> <span class="icon-sort-down icon-right"></span></a> <ul> <li class="subline"><a href="user-register.html">新增用户</a></li> <li class="subline"><a href="user-modification.html">修改用户</a></li> </ul> </li>--> <li class="submenu"> <a href="#"><i class="iconfont icon-bianmin"></i> <span>客户管理</span> <span class="icon-sort-down icon-right"></span></a> <ul> <li><a href="client-search.html">客户查询</a></li> <li><a href="client-inter.html">客户互动</a></li> </ul> </li> <li class="submenu"> <a href="#"><i class="iconfont icon-weifenxiaopcjiemianzhuanhuan"></i> <span>销售管理</span> <span class="icon-sort-down icon-right"></span></a> <ul> <li><a href="sales-leads.html">销售线索</a></li> <li><a href="sales-project.html">项目销售</a></li> <li><a href="sales-stat.html">销售统计</a></li> <li><a href="pay-setting.html">充值设置</a></li> </ul> </li> <li class="submenu"> <a href="#"><i class="iconfont icon-jiaoliupingtai"></i> <span>内部交流</span><span class="icon-sort-down icon-right"></span></a> <ul> <li><a href="chat.html">在线交流</a></li> <li><a href="download.html">资料下载</a></li> <li><a href="announce.html">发布公告</a></li> </ul> </li> <li class="submenu"><a href="#"><i class="iconfont icon-xitongshezhi"></i> <span>系统设置</span><span class="icon-sort-down icon-right"></span></a> <ul> <li><a href="sales-project-setting.html">销售项目设置</a></li> <li><a href="auth-setting.html">帐号权限设置</a></li> <li><a href="msg-path-setting.html">短信通道设置</a></li> </ul> </li> <!--<li><a href="interface.html"><i class="icon icon-pencil"></i> <span>Eelements</span></a></li> <li class="submenu active"> <a href="#"><i class="icon icon-file"></i> <span>Addons</span> <span class="label label-important">5</span></a> <ul> <li><a href="index2.html">Dashboard2</a></li> <li><a href="gallery.html">Gallery</a></li> <li><a href="calendar.html">Calendar</a></li> <li><a href="invoice.html">Invoice</a></li> <li><a href="chat.html">Chat option</a></li> </ul> </li> <li class="submenu"> <a href="#"><i class="icon icon-info-sign"></i> <span>Error</span> <span class="label label-important">4</span></a> <ul> <li><a href="error403.html">Error 403</a></li> <li><a href="error404.html">Error 404</a></li> <li><a href="error405.html">Error 405</a></li> <li><a href="error500.html">Error 500</a></li> </ul> </li>--> <li class="content"> <span>全国平台总用户数</span> <div class="progress progress-mini progress-danger active progress-striped"> <div style="width: 10%;" class="bar"></div> </div> <span class="percent">10%</span> <div class="stat">总用户16000个,广东省1600个</div> </li> <li class="content"> <span>当月新增用户数</span> <div class="progress progress-mini active progress-striped"> <div style="width: 20%;" class="bar"></div> </div> <span class="percent">20%</span> <div class="stat">当月新增用户160个,广东省32个</div> </li> </ul> </div> <div id="content"> <div id="content-header"> <div id="breadcrumb"> <a href="index.html" class="tip-bottom" data-original-title="主页"> <i class="icon-home"></i>首页看板 </a> <!-- <a href="" class="tip-bottom" data-original-title="销售管理">销售管理</a>--> <a href="#" class="current">销售统计</a> </div> </div> <div class="container-fluid"> <!--销售公共部分--> <div class="quick-actions_homepage"> <ul class="quick-actions t-menu"> <li class="c-dblue"> <a href="sales-stat.html">平台销售统计</a> </li> <li class="c-yellow"> <a href="version-stat.html">版本销售统计</a></li> <li class="c-green"> <a href="reg-stat.html"> 区域销售统计 </a> </li> <li class="c-red"> <a href="shop-stat.html"> 商品销售统计 </a> </li> <li class="c-lblue"> <a href="year-stat.html">年度汇总统计</a></li> </ul> </div> <hr> <div class="row-fluid"> <div class="span12"> <div class="widget-box"> <div class="widget-title"><span class="icon"><i class="icon-th"></i></span> <h5>用户列表</h5> <div class="pull-right money-sum">共100项总金额1000元</div> </div> <table data-toggle="table" data-url="http://mikepenz.com/jsfiddle/" data-search="true" data-pagination="true" data-side-pagination="server" data-page-list="[5, 10, 20, 50, 100, 200]" data-height="490" id="salestable" data-toolbar="#toolbar"> <thead> <tr> <th data-field="state" data-checkbox="true"></th> <th data-field="id" >日期</th> <th data-field="name">单店数量</th> <th data-field="price" >金额</th> <th data-field="name">总部数量</th> <th data-field="price" >金额</th> <th data-field="name">分店数量</th> <th data-field="price" >金额</th> <th data-field="price" >总店数</th> <th data-field="price" >总金额</th> </tr> </thead> </table> </div> </div> </div> <div class="row-fluid"> <div class="span12"> <div class="widget-box"> <div class="widget-title"> <span class="icon"> <i class="icon-signal"></i> </span> <h5>平台销售走势图</h5> <select name="" id="" class="mgt3"> <option value="2015年">2015年</option> <option value=""></option> <option value=""></option> </select> </div> <div class="widget-content"> <p id="platSaleChat"></p> </div> </div> </div> </div> <div class="row-fluid"> <div class="span6"> <div class="widget-box"> <div class="widget-title"> <span class="icon"> <i class="icon-signal"></i> </span> <h5>月平台数量分析图</h5> <select name="" id="" class="width22 mgt3"> <option value="2015年">2015年</option> <option value=""></option> <option value=""></option> </select> <select name="" id="" class="width20 mgt3"> <option value="1月">1月</option> <option value=""></option> <option value=""></option> </select> </div> <div class="widget-content"> <div id="platAnalysisChat"></div> </div> </div> </div> <div class="span6"> <div class="widget-box"> <div class="widget-title"> <span class="icon"> <i class="icon-signal"></i> </span> <h5>销量图</h5> <select name="" id="" class="width22 mgt3"> <option value="2015年">2015年</option> <option value=""></option> <option value=""></option> </select> <select name="" id="" class="width20 mgt3"> <option value="1月">1月</option> <option value=""></option> <option value=""></option> </select> </div> <div class="widget-content"> <div id="salesVolumeChar"></div> </div> </div> </div> </div> </div> </div> <!--Footer-part--> <div class="row-fluid"> <div id="footer" class="span12"> 2013 &copy; Matrix Admin. More Templates <a href="http://www.mycodes.net/" target="_blank">源码之家</a></div> </div> <script src="assets/js/excanvas.min.js"></script> <script src="assets/js/jquery.min.js"></script> <script src="assets/app/js/highcharts.js"></script> <script src="assets/js/jquery.ui.custom.js"></script> <script src="assets/js/bootstrap.min.js"></script> <!--<script src="assets/js/jquery.flot.min.js"></script> <script src="assets/js/jquery.flot.resize.min.js"></script>--> <script src="assets/js/jquery.peity.min.js"></script> <script src="assets/js/fullcalendar.min.js"></script> <script src="assets/js/matrix.js"></script> <!--<script src="assets/js/matrix.dashboard.js"></script>--> <script src="assets/js/jquery.gritter.min.js"></script> <script src="assets/js/matrix.interface.js"></script> <script src="assets/js/jquery.validate.js"></script> <script src="assets/js/matrix.form_validation.js"></script> <script src="assets/js/jquery.wizard.js"></script> <script src="assets/js/jquery.uniform.js"></script> <!--<script src="assets/js/select2.min.js"></script>--> <script src="assets/js/matrix.popover.js"></script> <script src="assets/js/jquery.dataTables.min.js"></script> <script src="assets/js/matrix.tables.js"></script> <script src="assets/js/matrix.chat.js"></script> <script src="assets/js/bootstrap-datepicker.js"></script> <!--Bootrap-table--> <script src="assets/bootstrap-table/bootstrap-table.js" type="text/javascript"></script> <!--支持中文bootstap-table--> <script src="assets/bootstrap-table/bootstrap-table-zh-CN.js" type="text/javascript"></script> <!--editor--> <script src="assets/editor/summernote.min.js" type="text/javascript"></script> <script src="assets/editor/summernote-zh-CN.js" type="text/javascript"></script> <!-- <script src="assets/js/bootstrap-wysihtml5.js"></script>--> <script type='text/javascript' src='assets/app/js/index.js'></script> <!--&lt;!&ndash;自定义js&ndash;&gt; <script> document.write("<script type='text/javascript' src='assets/app/js/index.js?"+Math.random()+";'><//script>"); </script>--> </body> </html>
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/8.10.0/maths/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>maths: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.10.0 / maths - 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> maths <small> 8.9.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-09 03:40:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-09 03:40:58 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.0 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/maths&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/Maths&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: mathematics&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; ] authors: [ &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/maths/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/maths.git&quot; synopsis: &quot;Basic mathematics&quot; description: &quot;&quot;&quot; Basic mathematics (gcd, primality, etc.) from French ``Mathematiques Superieures&#39;&#39; (first year of preparation to high schools)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/maths/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=4416faca823a4598d6df16e2acc510f5&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-maths.8.9.0 coq.8.10.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0). The following dependencies couldn&#39;t be met: - coq-maths -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) 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-maths.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
backend/templates/body_start.html
StichtingL3D/tools.l3d.nl
</head> <body> <div id="header"> {{^ page_title}} <h1><span>L3tools</span></h1> {{/ page_title}} {{# page_title}} <h1><a href="{{public}}">L3tools</a>: <span>{{page_title}}</span></h1> {{/ page_title}} </div> <div id="main">
content/post/2014-01-13-taping-interviews.html
jplattel/jplattel.github.io
--- layout: post title: Taping interviews date: 2014-01-13 13:23:32.000000000 +01:00 type: post published: true status: publish categories: - Random tags: - arte - camera - interview - rtl nieuws - taping - television - TV - wearables meta: _edit_last: '1' dsq_thread_id: '2116600631' _jetpack_related_posts_cache: a:0:{} author: login: Joost Plattel email: jsplattel@gmail.com display_name: Joost Plattel first_name: Joost last_name: Plattel --- <p>Last week I've spend some time before camera lenses. On wednesday I got a call for an interview for RTL Nieuws about <a href="http://www.cesweb.org/">CES</a> and <a href="http://tweakers.net/reviews/3376/de-trends-van-ces-2014-uhd-gebogen-schermen-en-wearables.html">wearables</a>. A quick interview got me <a href="http://www.rtlxl.nl/#!/rtl-nieuws-132237/dd7a5c61-4887-3127-ba7f-d0af85626b81">2 minutes of fame (on from 18:10) on  television</a>. On thursday, a longer interview for Arte TV, that will be shown later this month (viewable online too).</p> <p><a href="http://www.jplattel.nl/img/50c310a87c4a11e3a0000e8b33fa4d87_8.jpg"><img class="aligncenter size-full wp-image-2943" alt="camera-lens" src="/img/50c310a87c4a11e3a0000e8b33fa4d87_8.jpg" width="640" height="640" /></a></p>
all-data/3000-3999/3672-32.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語&nbsp;</b></th><td class="ztd2">換柳移花</td></tr> <tr><th class="ztd1"><b>典故說明&nbsp;</b></th><td class="ztd2"> 此處所列為「移花接木」之典故說明,提供參考。</font> 「移花接木」本為栽植花木的方法,將花木的枝條接到別種花木上,於是本來不該同種的花,卻長在別種的樹木上,可引申比喻暗中使用手段,以假換真,欺騙他人。這句成語常見於小說中。例如在較早的《初刻拍案驚奇.卷三五》中,說道賈員外本來是個窮困的泥土工,因為幫周秀才家打牆,意外獲得周家原本藏在牆下的財產。賈員外雖然娶妻,卻苦無孩子,後來巧遇落難的周秀才帶著孩子,雙方本不相識,所以因緣際會地領養了周家孩子,在命運的安排下,最後家產又回到了周家的後代手中。所以小說裡就用了「移花接木」來形容個故事。這裡的「移花接木」是指周家的孩子換成了賈家的孩子,家產原本是周家的,落入賈家後,卻又轉到原本是周家的骨肉手中。真假混亂的情形有如「移花接木」。</font></td></tr> </td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
all-data/19000-19999/19990-22.html
BuzzAcademy/idioms-moe-unformatted-data
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">書讀五車</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄕㄨ ㄉㄨ<sup class="subfont">ˊ</sup> ㄨ<sup class="subfont">ˇ</sup> ㄐㄩ </td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">shū dú wǔ jū</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">語本莊子.天下:「惠施多方,其書五車。」後以書讀五車稱讚人讀書多,知識豐富。明.范受益.尋親記.第十八齣:「我好痴,教孩兒學甚文章。比似我書讀五車,那曾上金馬玉堂。」</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
src/Presentation/Web/ClientApp/src/app/+examples/examples/signalr/move-shape/move-shape.component.html
asadsahi/AspNetCoreSpa
<div class="draggable" #draggable></div>
templates/treasurehunt/level.html
code-haven/django-treasurehunt
{% extends 'base.html' %} {% block content %} <div class="well level"> <h3 align="center">Level {{level.level}} </h3><br> <img src="{{ level.image.url }}" class="img-responsive img-rounded"> <br><br> <form method="post"> {% csrf_token %} <div class="form-group"> <input type="text" class="form-control" name="answer" placeholder="Answer"> </div> <input type="submit" class="btn btn-primary"> </form> </div> {% endblock %}
PHP5/Ch03/form.html
inest-us/php
<form name="myform" action="myform_processor.php" method="POST"> <input type="text" name="first_name"> <input type="submit" name="button" value="Send Response" /> </form>
works/javascript-exercise/css/l1.2.css
tou-zi/tou-zi.github.io
*{margin:0;padding:0}html,body{height:100%}li{list-style-type:none}a:link,a :visited{text-decoration:none}a:hover{text-decoration:underline}.skin,.nav{overflow:hidden;zoom:1}main{width:500px;margin:0 auto;overflow:hidden;zoom:1}.skin{display:block;margin:10px auto}.skin li{float:left;width:8px;height:8px;cursor:pointer;overflow:hidden;margin-right:10px;text-indent:-9999px;border-width:4px;border-style:solid}.skin li.current{background-color:#fff !important}#red{border-color:#f00;background:#f00}#green{border-color:#008000;background:#008000}#black{border-color:#000;background-color:#000}.nav{border:1px solid #fff;float:left}.nav li{float:left;width:82px;line-height:25px;text-align:center;border-right:1px solid #fff}.nav li:last-of-type{width:83px;border-right-width:0}.nav li a{color:#fff}
themes/BluestNight/layouts/partials/widgets/taglist.html
frdnd/freiraum-hugo
{{- if .Site.Params.widgets.tags -}} {{- if isset .Site.Taxonomies "tags" -}} {{- if not (eq (len .Site.Taxonomies.tags) 0) -}} <div class="widget"> <header> <h4><span class="fa fa-tags"></span> <a href="{{ $.Site.BaseURL }}tags/">Tags</a></h4> </header> <div> {{- range $key, $val := .Site.Taxonomies.tags.ByCount -}} {{- $.Scratch.Set "link" "tags/" -}} {{- $.Scratch.Add "link" $val.Name -}} <a class="button" href="{{ $.Scratch.Get "link" | lower | urlize | absLangURL }}" title="{{ $val.Name | humanize | lower }}"> {{ $val.Name | humanize | lower }}{{ if $.Site.Params.widgets.tags_counter }} ({{ $val.Count }}){{ end }} </a> {{- end -}} </div> </div> {{- end -}} {{- end -}} {{- end -}}
external/SFML/share/SFML/doc/html/functions_eval_h.html
mvxxx/MarsCombat
<!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> <title>SFML - Simple and Fast Multimedia Library</title> <meta http-equiv="Content-Type" content="text/html;"/> <meta charset="utf-8"/> <!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>--> <link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" /> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> </head> <body> <div id="banner-container"> <div id="banner"> <span id="sfml">SFML 2.5.1</span> </div> </div> <div id="content"> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',false,false,'search.php','Search'); }); </script> <div id="main-nav"></div> </div><!-- top --> <div class="contents"> &#160; <h3><a id="index_h"></a>- h -</h3><ul> <li>H : <a class="el" href="classsf_1_1Keyboard.html#acb4cacd7cc5802dec45724cf3314a142adfa19328304890e17f4a3f4263eed04d">sf::Keyboard</a> </li> <li>Hand : <a class="el" href="classsf_1_1Cursor.html#ab9ab152aec1f8a4955e34ccae08f930aae826935374aa0414723918ba79f13368">sf::Cursor</a> </li> <li>Head : <a class="el" href="classsf_1_1Http_1_1Request.html#a620f8bff6f43e1378f321bf53fbf5598a4df23138be7ed60f47aba6548ba65e7b">sf::Http::Request</a> </li> <li>Help : <a class="el" href="classsf_1_1Cursor.html#ab9ab152aec1f8a4955e34ccae08f930aaf2c0ed3674b334ebf8365aee243186f5">sf::Cursor</a> </li> <li>HelpMessage : <a class="el" href="classsf_1_1Ftp_1_1Response.html#af81738f06b6f571761696291276acb3ba840fd2a1872fd4310b046541f57fdeb7">sf::Ftp::Response</a> </li> <li>Home : <a class="el" href="classsf_1_1Keyboard.html#acb4cacd7cc5802dec45724cf3314a142af41ae7c3927cc5ea8b43ee2fefe890e8">sf::Keyboard</a> </li> <li>HorizontalWheel : <a class="el" href="classsf_1_1Mouse.html#a60dd479a43f26f200e7957aa11803ff4a785768d5e33c77de9fdcfdd02219f4e2">sf::Mouse</a> </li> <li>Hyphen : <a class="el" href="classsf_1_1Keyboard.html#acb4cacd7cc5802dec45724cf3314a142a5bde2cf47e6182e6f45d0d2197223c35">sf::Keyboard</a> </li> </ul> </div><!-- contents --> </div> <div id="footer-container"> <div id="footer"> SFML is licensed under the terms and conditions of the <a href="https://www.sfml-dev.org/license.php">zlib/png license</a>.<br> Copyright &copy; Laurent Gomila &nbsp;::&nbsp; Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> &nbsp;::&nbsp; </div> </div> </body> </html>
client/views/admin/users.html
tsega/bit-dash
<template name="usersSearch"> <div class="visible-xs"> <select id="user-search-field" class="form-control"> <option value="username">Username</option> <option value="accountType">Account Type</option> </select> </div> <form id="search-users-form" class="pull-right form-inline"> <div class="form-group"> <div class="input-group"> <input id="search-users" type="text" class="form-control" data-form-type="role" aria-label="Search" placeholder="Search"/> <span class="input-group-btn"> <button type="submit" class="btn btn-fab btn-fab-mini"> <i class="fa fa-search" data-form-type="search"></i> </button> </span> </div> </div> </form> </template> <template name="newUser"> <div class="panel panel-default"> <div class="panel-heading"> <h4>Add New User</h4> </div> <form id="new-user-form"> {{#with user}} <div class="panel-body"> <div class="form-group label-floating {{#if hasValidationError 'username'}} has-error {{/if}}"> <label class="control-label" for="new-user-username">Username</label> <input id="new-user-username" class="form-control " type="text"> {{#if hasValidationError 'username'}} <span class="helper-block small has-error">{{getValidationError 'username'}}</span> {{/if}} </div> <div class="form-group label-floating {{#if hasValidationError 'password'}} has-error {{/if}}"> <label class="control-label" for="new-user-password">Password</label> <input id="new-user-password" class="form-control" type="password"/> {{#if hasValidationError 'password'}} <span class="helper-block small has-error">{{getValidationError 'password'}}</span> {{/if}} </div> <div class="form-group {{#if hasValidationError 'profile.roleId'}} has-error {{/if}}"> <select id="new-user-role" class="form-control"> <option value="empty" disabled selected>--Select Role--</option> {{#each userRoles}} <option value="{{_id}}">{{name}}</option> {{/each}} </select> {{#if hasValidationError 'profile.roleId'}} <span class="helper-block small has-error">{{getValidationError 'profile.roleId'}}</span> {{/if}} </div> </div> {{/with}} <div class="panel-footer text-right"> <button class="btn btn-sm btn-primary btn-raised" type="submit"><i class="fa fa-plus"></i> Add</button> <button class="btn btn-sm btn-danger btn-raised btn-clear" type="button"><i class="fa fa-eraser"></i> Clear </button> </div> </form> </div> </template> <template name="users"> <div class="col-md-4"> {{> newUser }} </div> <div class="col-md-8"> <div class="panel panel-default"> <div class="panel-heading clearfix"> <h4 class="pull-left">Registered Users</h4> {{> usersSearch }} </div> <div class="panel-body"> <table id="users-list" class="table table-striped table-hover"> <thead> <tr class="hidden-xs text-center"> <td class="active" data-search-name="username"><span class="hidden-xs">Username</span></td> <td class="disabled">Account Type</td> </tr> </thead> <tbody> {{#each users}} {{> user}} {{/each}} </tbody> <tfoot> <tr> <td colspan="2"> {{> defaultBootstrapPaginator pagination=templatePagination limit=6 containerClass="text-center"}} </td> </tr> </tfoot> </table> </div> <div class="panel-footer"> <a class="btn btn-raised btn-sm btn-primary btn btn-raised-raised" data-toggle="modal" data-target="#edit-user-modal" {{canEditUser}}> <i class="fa fa-pencil"></i> Edit </a> <a class="btn btn-raised btn-sm btn-danger btn btn-raised-raised" data-toggle="modal" data-target="#delete-user-modal" {{canEditUser}}> <i class="fa fa-times"></i> Delete </a> </div> </div> </div> {{> editUserModal }} {{> deleteUserModal }} </template> <template name="user"> <tr class="{{selectedUser}}"> <td> <span class="hidden-xs">{{username}}</span> <div class="visible-xs"> <p><strong>Username:</strong> {{username}}</p> <p><strong>Account Type:</strong> {{userRole}}</p> </div> </td> <td class="hidden-xs text-center">{{userRole}}</td> </tr> </template> <template name="editUserModal"> <div id="edit-user-modal" class="modal"> <form> {{#with selectedUser}} <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">Edit User - <strong>{{username}}</strong></h4> </div> <div class="modal-body"> <div class="row"> <div class="form-group col-md-12"> <select id="edit-user-role" class="form-control {{#if hasValidationError 'profile.roleId'}} has-error {{/if}}"> <option value="empty" disabled selected>--Select Role--</option> {{#each userRoles}} <option value="{{_id}}" {{selectedRole _id}}>{{name}}</option> {{/each}} </select> {{#if hasValidationError 'profile.roleId'}} <span class="helper-block small has-error">{{getValidationError 'profile.roleId'}}</span> {{/if}} </div> </div> </div> <div class="modal-footer"> <button type="submit" class="btn btn-raised btn-sm btn-primary" tabindex="7"> <i class="fa fa-floppy-o"></i> Save </button> <button type="button" class="btn btn-raised btn-sm btn-danger" data-dismiss="modal"> <i class="fa fa-times"></i> Close </button> </div> </div> </div> {{/with}} </form> </div> </template> <template name="deleteUserModal"> <div id="delete-user-modal" class="modal"> <form> {{#with selectedUser}} <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">Delete User <i class="fa fa-warning"></i></h4> </div> <div class="modal-body"> <div> <p>Are you sure you want to delete the user: <strong>{{username}}</strong> ?</p> <p class="alert alert-danger"> <strong>WARNING:</strong> All related data will also be removed! </p> </div> </div> <div class="modal-footer"> <button type="submit" class="btn btn-raised btn-sm btn-danger"> <i class="fa fa-check"></i> Accept </button> <button type="button" class="btn btn-raised btn-sm btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Cancel </button> </div> </div> </div> {{/with}} </form> </div> </template>
demo/asset/css/demo.css
AidenChen/paginate
table { width: 100%; table-layout: fixed; border-collapse: collapse; } table thead { background: #F5F6FA; } table tr { height: 40px; border-bottom: 1px solid #ccc; } table tbody tr { cursor: pointer; } table th { text-align: center; font-weight: normal; height: 38px; } table td { word-wrap: break-word; text-align: center; } .clear { clear:both; } #content_box { margin: 20px auto; width: 1190px; height: 100%; font-size: 12px; border: 1px solid #ccc; box-sizing: border-box; position: relative; } #content_box .pag { display: table; margin: 0 auto; } #content_box #wrapContent { margin: 10px 0; height: 36px; } #content_box #wrapContent #goToContent { float: left; } #content_box #wrapContent #areaContent { float: left; } #content_box #tableUser th:nth-child(1) { width: 3%; } #content_box #tableUser th:nth-child(2) { width:4%; } #content_box #tableUser th:nth-child(3) { width:10%; } #content_box #tableUser th:nth-child(4) { width:9%; } #content_box #tableUser th:nth-child(5) { width:25%; } #content_box #tableUser th:nth-child(6) { width:10%; } #content_box #tableUser th:nth-child(7) { width:10%; } #content_box #tableUser th:nth-child(8) { width:10%; } #content_box #tableUser th:nth-child(9) { width:5%; } #content_box #tableUser th:nth-child(10) { width:14%; }
_site/2008/07/14/t858596803.html
craigwmcclellan/craigwmcclellan.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"> <meta content="Craig McClellan" name="author"> <title>Craig McClellan - T858596803 </title> <link href="/assets/css/style.css" rel="stylesheet"> <link href="/assets/css/highlight.css" rel="stylesheet"> <link rel="stylesheet" href="/custom.css"> <link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" /> <link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" /> <link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/craigmcclellan" /> <link rel="me" href="https://twitter.com/craigmcclellan" /> <link rel="me" href="https://github.com/craigwmcclellan" /> <link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" /> <link rel="token_endpoint" href="https://micro.blog/indieauth/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> <link rel="subscribe" href="https://micro.blog/users/follow" /> </head> <body> <nav class="main-nav"> <a class="normal" href="/"> <span class="arrow">←</span> Home</a> <a href="/archive/">Archive</a> <a href="/about/">About</a> <a href="/tools-of-choice/">Tools of Choice</a> <a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a> </nav> <section id="wrapper"> <article class="h-entry post"> <header> <h2 class="headline"> <time class="dt-published" datetime="2008-07-14 19:00:00 -0500"> <a class="u-url dates" href="/2008/07/14/t858596803.html">July 14, 2008</a> </time> </h2> </header> <section class="e-content post-body"> <p>is relaxing with the girl after a productive day.</p> </section> </article> <section id="post-meta" class="clearfix"> <a href="/"> <img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg"> <div> <span class="p-author h-card dark">Craig McClellan</span> <span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span> </div> </a> </section> </section> <footer id="footer"> <section id="wrapper"> <ul> <li><a href="/feed.xml">RSS</a></li> <li><a href="/feed.json">JSON Feed</a></li> <li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li> <!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> --> </ul> <form method="get" id="search" action="https://duckduckgo.com/"> <input type="hidden" name="sites" value="http://craigmcclellan.com"/> <input type="hidden" name="k8" value="#444444"/> <input type="hidden" name="k9" value="#ee4792"/> <input type="hidden" name="kt" value="h"/> <input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter&hellip;"/> <input type="submit" value="Search" style="display: none;" /> </form> </section> </footer> </body> </html>
app/templates/edit_collection.html
And-Sm/FHelper
{% extends "/base/main.html" %} {% block page_title %}FHelper : Edit Collection{% endblock %} {% block page_title_and_description %} <h1>Modify your collection of Flickr groups </h1>{% endblock %} {% block tree_nav %} <li><a href="/"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">Collection edit</li> {% endblock %} {% block main_content %} <section class="content"> <div class="row"> <!-- left column --> <div class="col-md-12"> <!-- general form elements --> <div class="box"> <div class="box-header with-border"> <h3 class="box-title">Edit collection "<strong>{% for i in cat_name %}{{ i.name }}{% endfor %}</strong>"</h3> </div><!-- /.box-header --> <!-- form start --> <form role="form" action="" method="post" name="form"> {{ form.hidden_tag() }} <div class="box-body"> <div class="form-group {% for error in form.cat_name.errors %}has-error{% endfor %}"> <label for="cat_name">Name</label> <input class="form-control" id="cat_name" name="cat_name" size="80" type="text" value="{% for i in cat_name %}{{ i.name }}{% endfor %}" placeholder="{% for error in form.cat_name.errors %}{{ error }}{% endfor %}"> </div> <div class="form-group"> <label>ID's of Flickr groups</label> <textarea class="form-control" id="group_ids" name="group_ids" rows="25">{% for i in group_id %}{{i.group_id}} {% endfor %}</textarea> </div> </div><!-- /.box-body --> <div class="box-footer"> <button type="submit" class="btn btn-primary">Submit</button> </div> </form> </div><!-- /.box --> </div><!--/.col (left) --> <!-- right column --> <!-- <div class="col-md-6"> <!-- general form elements --> <!-- <div class="box"> <div class="box-header with-border"> <h3 class="box-title">Flickr group title reminder</h3> </div><!-- /.box-header --> <!-- form start --> <!-- <form role="form_check" action="" method="post" name="form_check"> <!-- {{ form_check.hidden_tag() }} <div class="box-body"> <div class="form-group {% for error in form_check.group_name.errors %}has-error{% endfor %}"> <label for="group_name">Flickr group ID</label> <input class="form-control" id="group_name" name="group_name" size="80" type="text" value="{% for i in group_name %}{{ i.name }}{% endfor %}" placeholder="{% for error in form_check.group_name.errors %}{{ error }}{% endfor %}"> </div> </div><!-- /.box-body --> <!-- <div class="box-footer"> <button type="submit" class="btn btn-primary">Show title</button> </div> </form> </div><!-- /.box --> <!-- </div><!--/.col (right) --> </div> </section><!-- /.content --> {% endblock %} {% block additional_js %} <!-- DataTables --> <script src="../static/plugins/datatables/jquery.dataTables.min.js"></script> <script src="../static/plugins/datatables/dataTables.bootstrap.min.js"></script> <!-- SlimScroll --> <script src="../static/plugins/slimScroll/jquery.slimscroll.min.js"></script> <!-- FastClick --> <script src="../static/plugins/fastclick/fastclick.min.js"></script> <!-- AdminLTE App --> <script src="../static/dist/js/app.min.js"></script> <!-- AdminLTE for demo purposes --> <script src="../static/dist/js/demo.js"></script> <!-- page script --> <script> $(function () { $('#example1').DataTable({ "paging": true, "lengthChange": true, "searching": true, "ordering": true, "info": true, "autoWidth": false }); }); </script> {% endblock %}
ZimbraCommon/jars-test/easymock-3.0/clover/org/easymock/tests2/SerializationTest.html
nico01f/z-pec
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css" media="screen"> @import url('../../../style.css'); @import url('../../../roundedcorners.css'); </style> <title>EasyMock 3.0</title></head> <body onload="onLoad('EasyMock 3.0: org.easymock.tests2.SerializationTest.java');"> <table cellspacing="0" cellpadding="2" class="barGraph"><tbody> <tr> <td colspan="8"> <div class="roundedLarge"> <b class="ctop"><b class="cb1"></b><b class="cb2"></b><b class="cb3"></b><b class="cb4"></b></b> <div class="roundedContent"> <table width="100%" class="" cellspacing="0"><tr class="reportHeader"> <td valign="top" class="titleText">Clover Coverage Report - <a href="http://www.easymock.org/easymock" target="_top">EasyMock 3.0</a><div class="timestamp"><b>Coverage timestamp:</b>&nbsp;sam. mai 8 2010 14:37:27 CEST</div> <div class="navBar"><a href="../../../pkg-summary.html"><b>Overview</b></a>&nbsp;&nbsp;&nbsp;<a href="pkg-summary.html"><b>Package</b></a>&nbsp;&nbsp;&nbsp;<span class="navBarCurrent">File</span></div> <div class="navBarLink"> &nbsp;&nbsp;&nbsp; <a href="../../../index.html" target="_top">FRAMES</a>&nbsp;&nbsp; <a href="SerializationTest.html" target="_top">NO FRAMES</a>&nbsp;&nbsp; <label onclick="toggleHelp(this);" class="nonHelpItem">SHOW HELP</label>&nbsp;&nbsp; </div> </td> <td id="td-header-stats" class="headerStats" valign="top" style="font-weight: normal;width:40%; text-align: right; display: ;"> <table style="text-align: right; white-space:nowrap;"> <tr> <td colspan="11" class="totalText" style="text-align: left"><label>Statistics for file SerializationTest.java:</label></td> </tr> <tr> <td class="totalText"><label onkeyup="return help_stmts + 'file';">Stmts:</label></td> <td > 36 </td> <td style="width: 5%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_loc + 'file';">LOC:</label></td> <td > 125 </td> <td style="width: 10%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_cmp + 'file';">Total cmp:</label></td> <td > 5 </td> <td style="width: 5%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_stmts_per_method;">Stmts/Method:</label></td> <td > 7,2 </td> </tr> <tr> <td class="totalText"><label onkeyup="return help_branches + 'file';">Branches:</label></td> <td > 0 </td> <td style="width: 5%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_ncloc + 'file';">NCLOC:</label></td> <td > 66 </td> <td style="width: 10%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_cmp_density + 'file';">Cmp density:</label></td> <td > 0,14 </td> <td style="width: 5%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_methods_per_class;">Methods/Class:</label></td> <td > 5 </td> </tr> <tr> <td class="totalText"><label onkeyup="return help_methods + 'file';">Methods:</label></td> <td > 5 </td> <td style="width: 5%">&nbsp;</td> <td colspan="2"></td> <td style="width: 10%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_avg_method_cmp + 'file';">Avg method cmp:</label></td> <td > 1 </td> <td style="width: 5%">&nbsp;</td> <td colspan="2"></td> </tr> <tr> <td class="totalText"><label onkeyup="return help_classes + 'file';">Classes:</label></td> <td > 1 </td> <td style="width: 5%">&nbsp;</td> <td colspan="2"></td> <td style="width: 10%">&nbsp;</td> </tr> </table> </td> <td id="td-filtered-header-stats" class="headerStats" valign="top" style="font-weight: normal;width:40%; text-align: right; display: none;"> <table style="text-align: right; white-space:nowrap;"> <tr> <td colspan="11" class="totalText" style="text-align: left"><label>Statistics for file SerializationTest.java:</label></td> </tr> <tr> <td class="totalText"><label onkeyup="return help_stmts + 'file';">Stmts:</label></td> <td > 36 </td> <td style="width: 5%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_loc + 'file';">LOC:</label></td> <td > 125 </td> <td style="width: 10%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_cmp + 'file';">Total cmp:</label></td> <td > 5 </td> <td style="width: 5%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_stmts_per_method;">Stmts/Method:</label></td> <td > 7,2 </td> </tr> <tr> <td class="totalText"><label onkeyup="return help_branches + 'file';">Branches:</label></td> <td > 0 </td> <td style="width: 5%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_ncloc + 'file';">NCLOC:</label></td> <td > 66 </td> <td style="width: 10%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_cmp_density + 'file';">Cmp density:</label></td> <td > 0,14 </td> <td style="width: 5%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_methods_per_class;">Methods/Class:</label></td> <td > 5 </td> </tr> <tr> <td class="totalText"><label onkeyup="return help_methods + 'file';">Methods:</label></td> <td > 5 </td> <td style="width: 5%">&nbsp;</td> <td colspan="2"></td> <td style="width: 10%">&nbsp;</td> <td class="totalText"><label onkeyup="return help_avg_method_cmp + 'file';">Avg method cmp:</label></td> <td > 1 </td> <td style="width: 5%">&nbsp;</td> <td colspan="2"></td> </tr> <tr> <td class="totalText"><label onkeyup="return help_classes + 'file';">Classes:</label></td> <td > 1 </td> <td style="width: 5%">&nbsp;</td> <td colspan="2"></td> <td style="width: 10%">&nbsp;</td> </tr> </table> </td> </tr> </table> </div> <b class="cbottom"><b class="cb4"></b><b class="cb3"></b><b class="cb2"></b><b class="cb1"></b></b> </div> </td> </tr> <tr id="legend" style="display:none;"><td colspan="8"> <div class="hbreak">&nbsp;</div> <table class="legend" cellspacing="0" cellpadding="0"> <tr><td colspan="3" class="legendTitle">Legend</td></tr> <tr><td class="methodToggle" align="right">line#</td><td class="methodToggle" align="right">hit count</td> <td class="methodToggle"> </td> </tr> <tr><td class="lineCount Good" align="right">1</td><td class="coverageCount Good hitByTest" align="right">86</td> <td class="srcCell"><span class="spacer"/><span class="srcLine">line hit by 1 or more tests which passed</span></td> </tr> <tr><td class="lineCount Good" align="right">2</td><td class="coverageCount Good missedByTest" align="right">17</td> <td class="srcCell"><span class="spacer"/><span class="srcLine">line was covered, but not by a test case</span></td> </tr> <tr><td class="lineCount Good" align="right">3</td><td class="coverageCount Good hitByFailedTest" align="right">7</td> <td class="srcCell"><span class="spacer"/><span class="srcLine">line hit by 1 or more tests which did not pass</span></td> </tr> <tr><td class="lineCount Good" align="right">4</td><td class="coverageCount Good hitByTest" align="right">5</td> <td class="srcCell"><span class="spacer"/><span class="srcLine coveredByTest">line hit by more than one (selected) test</span></td> </tr> <tr><td class="lineCount Good" align="right">5</td><td class="coverageCount Good hitByTest" align="right">3</td> <td class="srcCell"><span class="spacer"/><span class="srcLine coveredByTestUniq">line hit by one test only</span></td> </tr> <tr><td class="lineCount Good" align="right">6</td><td class="coverageCount Good hitByTest" align="right">2</td> <td class="srcCell"><span class="spacer"/><span class="srcLine coveredByFailedTest">line hit by one or more (selected) tests that failed</span></td> </tr> <tr><td class="lineCount Good" align="right">7</td><td class="coverageCount Bad hitByTest" align="right">1</td> <td class="srcCell"><span class="spacer"/><span class="srcLine srcLineHilight">line has an expression (e.g. a branch) or statement that was not fully covered</span></td> </tr> <tr><td class="lineCount Good" align="right">8</td><td class="coverageCount Bad missedByTest" align="right">1</td> <td class="srcCell"><span class="spacer"/><span class="srcLine srcLineHilight">line has an expression that was not fully covered and not hit by any test</span></td> </tr> <tr><td class="lineCount Bad" align="right">9</td><td class="coverageCount Bad missedByTest" align="right">0</td> <td class="srcCell"><span class="spacer"/><span class="srcLine srcLineHilight">line was not covered at all</span></td> </tr> <tr><td class="lineCount Filtered " align="right">10</td><td class="coverageCount Filtered" align="right"></td> <td class="srcCell"><span class="spacer"/><span class="srcLineFiltered">line was filtered</span></td> </tr> </table> <div class="hbreak">&nbsp;</div> </td></tr> <tr><td class="hbreak" colspan="8">&nbsp; <label onkeyup="return help_src_file_expandall_summaries;" class="sortable" onclick="toggleAllClasses(this); return false;" id="stat-expander">Expand All</label></td></tr> </tbody> <tbody> <tr> <td class="graphHeaderLeft" id="SerializationTest" > <span class="expand methodStart" id="span-SerializationTest" onclick="toggleClass(this, 'SerializationTest', 5);return false;">&nbsp;</span> <span class="titleText"> <a href="#32" title="SerializationTest">SerializationTest</a></span> <span class="sortable" onclick="ts_resortTable(document.getElementById('SerializationTest'), 'alpha', 0);return false;" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> </td> <td class="sortable graphHeader" onclick="ts_resortTable(this, 'number', 1);return false;"> Line # 32 <a name="sl-32"></a> </td> <td class="sortable graphHeader " onclick="ts_resortTable(this, 'number', 2);return false;"> <span class="headerTitle"><label onkeyup="return 'The total number of statements.';" >Total Statements</label></span> 36 </td> <td class="sortable graphHeader " onclick="ts_resortTable(this, 'number', 3);return false;"> <span class="headerTitle"><label onkeyup="return 'The percentage of elements that have been filtered from this report.';" >% Filtered</label></span> 0% </td> <td class="sortable graphHeader " onclick="ts_resortTable(this, 'number', 4);return false;"> <span class="headerTitle"><label onkeyup="return 'Cyclomatic complexity is a measure of the number of paths in your code.';" >Complexity</label></span> 5 </td> <td class="sortable graphHeader " onclick="ts_resortTable(this, 'number', 5);return false;"> <span class="headerTitle"><label onkeyup="return 'The number of statements and branches that were not covered during testing.';" >Uncovered Elements</label></span> 1 </td> <td class="sortable graphHeader " onclick="ts_resortTable(this, 'number', 6);return false;"> <span class="headerTitle"><label onkeyup="return 'The amount of code that was hit at least once during testing.';" >TOTAL Coverage</label></span> 97,6% </td> <td class="graphBar graphHeader" align="center"> <span class="sortValue">0.9756098</span> <div> <div style="width: 200px; font-size:0px;"></div> <div title="2,4% Not Covered" style="min-width: 200px;" class="barNegative "> <div title="97,6% Covered" class="barPositive " style="width: 97.6%"></div> </div> </div> </td> </tr> <tr id="SerializationTest-1" style="display:none"> <td class="methodSummary" id="summary-36-5"> <span class="sortValue">test()&nbsp;:&nbsp;void</span> &nbsp;&nbsp;<a href="#36" title="test()&nbsp;:&nbsp;void" name="sl-36">test()&nbsp;:&nbsp;void</a> </td> <td class="graphPercent" align="right"> <span class="sortValue">36</span> 36 </td> <td class="graphPercent " align="right"> <span class="sortValue">9.0</span> 9 </td> <td class="graphPercent " align="right"> <span class="sortValue">0.0</span> 0% </td> <td class="graphPercent " align="right"> <span class="sortValue">1.0</span> 1 </td> <td class="graphPercent " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class="graphPercent " align="right"> <span class="sortValue">1.0</span> 100% </td> <td class="graphBar " align="center"> <span class="sortValue">1.0</span> <div> <div style="width: 200px; font-size:0px;"></div> <div title="0% Not Covered" style="min-width: 200px;" class="barNegative "> <div title="100% Covered" class="barPositive " style="width: 100%"></div> </div> </div> </td> </tr> <tr id="SerializationTest-2" style="display:none"> <td class="methodSummary" id="summary-59-5"> <span class="sortValue">testClass()&nbsp;:&nbsp;void</span> &nbsp;&nbsp;<a href="#59" title="testClass()&nbsp;:&nbsp;void" name="sl-59">testClass()&nbsp;:&nbsp;void</a> </td> <td class="graphPercent" align="right"> <span class="sortValue">59</span> 59 </td> <td class="graphPercent " align="right"> <span class="sortValue">9.0</span> 9 </td> <td class="graphPercent " align="right"> <span class="sortValue">0.0</span> 0% </td> <td class="graphPercent " align="right"> <span class="sortValue">1.0</span> 1 </td> <td class="graphPercent " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class="graphPercent " align="right"> <span class="sortValue">1.0</span> 100% </td> <td class="graphBar " align="center"> <span class="sortValue">1.0</span> <div> <div style="width: 200px; font-size:0px;"></div> <div title="0% Not Covered" style="min-width: 200px;" class="barNegative "> <div title="100% Covered" class="barPositive " style="width: 100%"></div> </div> </div> </td> </tr> <tr id="SerializationTest-3" style="display:none"> <td class="methodSummary" id="summary-83-5"> <span class="sortValue">testAllMockedMethod()&nbsp;:&nbsp;void</span> &nbsp;&nbsp;<a href="#83" title="testAllMockedMethod()&nbsp;:&nbsp;void" name="sl-83">testAllMockedMethod()&nbsp;:&nbsp;void</a> </td> <td class="graphPercent" align="right"> <span class="sortValue">83</span> 83 </td> <td class="graphPercent " align="right"> <span class="sortValue">9.0</span> 9 </td> <td class="graphPercent " align="right"> <span class="sortValue">0.0</span> 0% </td> <td class="graphPercent " align="right"> <span class="sortValue">1.0</span> 1 </td> <td class="graphPercent " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class="graphPercent " align="right"> <span class="sortValue">1.0</span> 100% </td> <td class="graphBar " align="center"> <span class="sortValue">1.0</span> <div> <div style="width: 200px; font-size:0px;"></div> <div title="0% Not Covered" style="min-width: 200px;" class="barNegative "> <div title="100% Covered" class="barPositive " style="width: 100%"></div> </div> </div> </td> </tr> <tr id="SerializationTest-4" style="display:none"> <td class="methodSummary" id="summary-105-5"> <span class="sortValue">testChangingClassLoader()&nbsp;:&nbsp;void</span> &nbsp;&nbsp;<a href="#105" title="testChangingClassLoader()&nbsp;:&nbsp;void" name="sl-105">testChangingClassLoader()&nbsp;:&nbsp;void</a> </td> <td class="graphPercent" align="right"> <span class="sortValue">105</span> 105 </td> <td class="graphPercent " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class="graphPercent " align="right"> <span class="sortValue">-1.0</span> - </td> <td class="graphPercent " align="right"> <span class="sortValue">1.0</span> 1 </td> <td class="graphPercent " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class="graphPercent " align="right"> <span class="sortValue">-1.0</span> - </td> <td class="graphBar " align="center"> <span class="sortValue">-1.0</span> <div> <div style="width: 200px; font-size:0px;"></div> <div title="Empty" class="barEmpty" style="min-width: 200px;"></div> </div> </td> </tr> <tr id="SerializationTest-5" style="display:none"> <td class="methodSummary" id="summary-111-5"> <span class="sortValue">serialize(T)&nbsp;:&nbsp;T</span> &nbsp;&nbsp;<a href="#111" title="serialize(T)&nbsp;:&nbsp;T" name="sl-111">serialize(T)&nbsp;:&nbsp;T</a> </td> <td class="graphPercent" align="right"> <span class="sortValue">111</span> 111 </td> <td class="graphPercent " align="right"> <span class="sortValue">9.0</span> 9 </td> <td class="graphPercent " align="right"> <span class="sortValue">0.0</span> 0% </td> <td class="graphPercent " align="right"> <span class="sortValue">1.0</span> 1 </td> <td class="graphPercent " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class="graphPercent " align="right"> <span class="sortValue">1.0</span> 100% </td> <td class="graphBar " align="center"> <span class="sortValue">1.0</span> <div> <div style="width: 200px; font-size:0px;"></div> <div title="0% Not Covered" style="min-width: 200px;" class="barNegative "> <div title="100% Covered" class="barPositive " style="width: 100%"></div> </div> </div> </td> </tr> </tbody> <tbody><tr><td class="hbreak" colspan="8">&nbsp;</td></tr></tbody> </table> <table cellspacing="0" cellpadding="0" class="barGraph"> <tbody> <tr> <td class="hbreak" align="left" colspan="4"> &nbsp; <label class="sortable" id="testsToggle" onclick="toggleAllTests(this); return false;" onkeyup="return help_src_file_show_tests;">Show Tests </label>(6) <label onkeyup="return help_select_all;" class="selectable unselected" id="selectalltests" onclick="selectAllTests(this);">Select All </label> <label onkeyup='return help_deselect_all;' class="selectable selected" id="deselectalltests" onclick="deselectAllTests(this);">Deselect All</label> </td> </tr> </tbody> <tbody id="tests-body" style="display:none"> <tr id="testHeaderRow"> <td class="graphHeaderLeft titleText" align="center" > <label onkeyup="return help_hilight_test;" id="help_1">Highlight</label> </td> <td class="graphHeaderLeft titleText sortable" onclick="ts_resortTable(this, 'number', 1);return false;"> <label onkeyup="return help_test_contribution;" id="help_2">Test Contribution</label> </td> <td class="graphHeaderLeft titleText sortable" onclick="ts_resortTable(this, 'alpha', 2);return false;"> <label onkeyup="return help_src_file_test;" id="help_3">Test</label> </td> <td class="graphHeaderLeft titleText sortable" onclick="ts_resortTable(this, 'alpha', 3);return false;">Result</td> </tr> <tr id="test-279"> <td class="graphPercent graphPercentLeft" align="center" title="checkbox"> <a name="testA-279"></a> <input type="checkbox" id="cb-279" value="279" name="testMethod" onclick="hiLightByTest(this.value, this.checked); return true;"/> </td> <td class="graphPercent link" onclick="window.location.href='../../../org/easymock/tests2/SerializationTest_testClass_7r.html';"> <span class="sortValue">0.4878049</span> <div> <div style="width: 40px; font-size:0px;"></div> <div title="51,2% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative"> <div title="48,8% Covered" class="barPositive contribBarPositive" style="width: 48.8%"></div> </div> </div> </td> <td class="testCase" id="tc-279"> <span class="sortValue">org.easymock.tests2.SerializationTest.testClass</span> <a href="../../../org/easymock/tests2/SerializationTest.html?line=59#src-59" title="View Test Source"><img class="icon" alt="test" src="../../../img/test.gif"/></a> <a href="../../../org/easymock/tests2/SerializationTest_testClass_7r.html" title="Test Summary Page">org.easymock.tests2.SerializationTest.testClass</a> </td> <td class="graphPercent"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> </tr> <tr id="test-513"> <td class="graphPercent graphPercentLeft" align="center" title="checkbox"> <a name="testA-513"></a> <input type="checkbox" id="cb-513" value="513" name="testMethod" onclick="hiLightByTest(this.value, this.checked); return true;"/> </td> <td class="graphPercent link" onclick="window.location.href='../../../org/easymock/tests2/SerializationTest_testAllMockedMethod_e9.html';"> <span class="sortValue">0.4878049</span> <div> <div style="width: 40px; font-size:0px;"></div> <div title="51,2% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative"> <div title="48,8% Covered" class="barPositive contribBarPositive" style="width: 48.8%"></div> </div> </div> </td> <td class="testCase" id="tc-513"> <span class="sortValue">org.easymock.tests2.SerializationTest.testAllMockedMethod</span> <a href="../../../org/easymock/tests2/SerializationTest.html?line=83#src-83" title="View Test Source"><img class="icon" alt="test" src="../../../img/test.gif"/></a> <a href="../../../org/easymock/tests2/SerializationTest_testAllMockedMethod_e9.html" title="Test Summary Page">org.easymock.tests2.SerializationTest.testAllMockedMethod</a> </td> <td class="graphPercent"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> </tr> <tr id="test-980"> <td class="graphPercent graphPercentLeft" align="center" title="checkbox"> <a name="testA-980"></a> <input type="checkbox" id="cb-980" value="980" name="testMethod" onclick="hiLightByTest(this.value, this.checked); return true;"/> </td> <td class="graphPercent link" onclick="window.location.href='../../../org/easymock/tests2/SerializationTest_test_r8.html';"> <span class="sortValue">0.4878049</span> <div> <div style="width: 40px; font-size:0px;"></div> <div title="51,2% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative"> <div title="48,8% Covered" class="barPositive contribBarPositive" style="width: 48.8%"></div> </div> </div> </td> <td class="testCase" id="tc-980"> <span class="sortValue">org.easymock.tests2.SerializationTest.test</span> <a href="../../../org/easymock/tests2/SerializationTest.html?line=36#src-36" title="View Test Source"><img class="icon" alt="test" src="../../../img/test.gif"/></a> <a href="../../../org/easymock/tests2/SerializationTest_test_r8.html" title="Test Summary Page">org.easymock.tests2.SerializationTest.test</a> </td> <td class="graphPercent"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> </tr> <tr id="test-408"> <td class="graphPercent graphPercentLeft" align="center" title="checkbox"> <a name="testA-408"></a> <input type="checkbox" id="cb-408" value="408" name="testMethod" onclick="hiLightByTest(this.value, this.checked); return true;"/> </td> <td class="graphPercent link" onclick="window.location.href='../../../org/easymock/tests2/SerializationTest_test_bc.html';"> <span class="sortValue">0.4878049</span> <div> <div style="width: 40px; font-size:0px;"></div> <div title="51,2% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative"> <div title="48,8% Covered" class="barPositive contribBarPositive" style="width: 48.8%"></div> </div> </div> </td> <td class="testCase" id="tc-408"> <span class="sortValue">org.easymock.tests2.SerializationTest.test</span> <a href="../../../org/easymock/tests2/SerializationTest.html?line=36#src-36" title="View Test Source"><img class="icon" alt="test" src="../../../img/test.gif"/></a> <a href="../../../org/easymock/tests2/SerializationTest_test_bc.html" title="Test Summary Page">org.easymock.tests2.SerializationTest.test</a> </td> <td class="graphPercent"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> </tr> <tr id="test-1087"> <td class="graphPercent graphPercentLeft" align="center" title="checkbox"> <a name="testA-1087"></a> <input type="checkbox" id="cb-1087" value="1087" name="testMethod" onclick="hiLightByTest(this.value, this.checked); return true;"/> </td> <td class="graphPercent link" onclick="window.location.href='../../../org/easymock/tests2/SerializationTest_testClass_u7.html';"> <span class="sortValue">0.4878049</span> <div> <div style="width: 40px; font-size:0px;"></div> <div title="51,2% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative"> <div title="48,8% Covered" class="barPositive contribBarPositive" style="width: 48.8%"></div> </div> </div> </td> <td class="testCase" id="tc-1087"> <span class="sortValue">org.easymock.tests2.SerializationTest.testClass</span> <a href="../../../org/easymock/tests2/SerializationTest.html?line=59#src-59" title="View Test Source"><img class="icon" alt="test" src="../../../img/test.gif"/></a> <a href="../../../org/easymock/tests2/SerializationTest_testClass_u7.html" title="Test Summary Page">org.easymock.tests2.SerializationTest.testClass</a> </td> <td class="graphPercent"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> </tr> <tr id="test-166"> <td class="graphPercent graphPercentLeft" align="center" title="checkbox"> <a name="testA-166"></a> <input type="checkbox" id="cb-166" value="166" name="testMethod" onclick="hiLightByTest(this.value, this.checked); return true;"/> </td> <td class="graphPercent link" onclick="window.location.href='../../../org/easymock/tests2/SerializationTest_testAllMockedMethod_4m.html';"> <span class="sortValue">0.4878049</span> <div> <div style="width: 40px; font-size:0px;"></div> <div title="51,2% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative"> <div title="48,8% Covered" class="barPositive contribBarPositive" style="width: 48.8%"></div> </div> </div> </td> <td class="testCase" id="tc-166"> <span class="sortValue">org.easymock.tests2.SerializationTest.testAllMockedMethod</span> <a href="../../../org/easymock/tests2/SerializationTest.html?line=83#src-83" title="View Test Source"><img class="icon" alt="test" src="../../../img/test.gif"/></a> <a href="../../../org/easymock/tests2/SerializationTest_testAllMockedMethod_4m.html" title="Test Summary Page">org.easymock.tests2.SerializationTest.testAllMockedMethod</a> </td> <td class="graphPercent"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> </tr> </tbody> <tbody><tr><td class="hbreak" colspan="4">&nbsp;</td></tr></tbody> </table> <table cellspacing="0" cellpadding="0" class="srcView"> <tbody> <tr><td colspan="2" class="sortable methodToggle"><label onkeyup="return help_src_file_expandall_src;" onclick="toggleAllInlineMethods(this); return false;" id="method-expander">Collapse All</label></td><th></th></tr> </tbody> <tbody> <tr id="l1"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=1#src-1">1</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-1" class="srcLine"><span class="comment">/**</span> </span></td> </tr> <tr id="l2"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=2#src-2">2</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-2" class="srcLine"><span class="comment"> * Copyright 2001-2010 the original author or authors.</span> </span></td> </tr> <tr id="l3"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=3#src-3">3</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-3" class="srcLine"><span class="comment"> *</span> </span></td> </tr> <tr id="l4"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=4#src-4">4</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-4" class="srcLine"><span class="comment"> * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span> </span></td> </tr> <tr id="l5"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=5#src-5">5</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-5" class="srcLine"><span class="comment"> * you may not use this file except in compliance with the License.</span> </span></td> </tr> <tr id="l6"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=6#src-6">6</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-6" class="srcLine"><span class="comment"> * You may obtain a copy of the License at</span> </span></td> </tr> <tr id="l7"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=7#src-7">7</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-7" class="srcLine"><span class="comment"> *</span> </span></td> </tr> <tr id="l8"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=8#src-8">8</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-8" class="srcLine"><span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span> </span></td> </tr> <tr id="l9"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=9#src-9">9</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-9" class="srcLine"><span class="comment"> *</span> </span></td> </tr> <tr id="l10"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=10#src-10">10</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-10" class="srcLine"><span class="comment"> * Unless required by applicable law or agreed to in writing, software</span> </span></td> </tr> <tr id="l11"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=11#src-11">11</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-11" class="srcLine"><span class="comment"> * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span> </span></td> </tr> <tr id="l12"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=12#src-12">12</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-12" class="srcLine"><span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span> </span></td> </tr> <tr id="l13"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=13#src-13">13</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-13" class="srcLine"><span class="comment"> * See the License for the specific language governing permissions and</span> </span></td> </tr> <tr id="l14"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=14#src-14">14</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-14" class="srcLine"><span class="comment"> * limitations under the License.</span> </span></td> </tr> <tr id="l15"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=15#src-15">15</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-15" class="srcLine"><span class="comment"> */</span> </span></td> </tr> <tr id="l16"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=16#src-16">16</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-16" class="srcLine"> </span></td> </tr> <tr id="l17"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=17#src-17">17</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-17" class="srcLine"><span class="keyword">package</span> org.<a href="../../easymock/pkg-summary.html">easymock</a>.<a href="../tests2/pkg-summary.html">tests2</a>; </span></td> </tr> <tr id="l18"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=18#src-18">18</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-18" class="srcLine"> </span></td> </tr> <tr id="l19"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=19#src-19">19</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-19" class="srcLine"><span class="keyword">import</span> <span class="keyword">static</span> org.easymock.EasyMock.*; </span></td> </tr> <tr id="l20"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=20#src-20">20</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-20" class="srcLine"><span class="keyword">import</span> <span class="keyword">static</span> org.junit.Assert.*; </span></td> </tr> <tr id="l21"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=21#src-21">21</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-21" class="srcLine"> </span></td> </tr> <tr id="l22"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=22#src-22">22</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-22" class="srcLine"><span class="keyword">import</span> java.io.*; </span></td> </tr> <tr id="l23"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=23#src-23">23</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-23" class="srcLine"><span class="keyword">import</span> java.util.ArrayList; </span></td> </tr> <tr id="l24"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=24#src-24">24</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-24" class="srcLine"><span class="keyword">import</span> java.util.List; </span></td> </tr> <tr id="l25"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=25#src-25">25</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-25" class="srcLine"> </span></td> </tr> <tr id="l26"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=26#src-26">26</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-26" class="srcLine"><span class="keyword">import</span> org.junit.Ignore; </span></td> </tr> <tr id="l27"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=27#src-27">27</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-27" class="srcLine"><span class="keyword">import</span> org.junit.Test; </span></td> </tr> <tr id="l28"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=28#src-28">28</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-28" class="srcLine"> </span></td> </tr> <tr id="l29"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=29#src-29">29</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-29" class="srcLine"><span class="comment">/**</span> </span></td> </tr> <tr id="l30"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=30#src-30">30</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-30" class="srcLine"><span class="comment"> * </span><span class="javadoc">@author</span><span class="comment"> Henri Tremblay</span> </span></td> </tr> <tr id="l31"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=31#src-31">31</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-31" class="srcLine"><span class="comment"> */</span> </span></td> </tr> <tr class="inlineStatsRow" align="right" valign="middle" > <td colspan="1" class="coverageCount"> <a name="32" class="nolink">&nbsp;</a> </td> <td class="coverageCount imgbg more" id='inlineStatsToggle-32' onclick="toggleInlineStats(this, 'inlinestats-32');"> </td> <td align="center" valign="middle"> <table id="inlinestats-32" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px"> <tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-32'), 'inlinestats-32');return true;"> <td><div> <div style="width: 40px; font-size:0px;"></div> <div title="2,4% Not Covered" style="min-width: 40px;" class="barNegative barNegative"> <div title="97,6% Covered" class="barPositive barPositive" style="width: 97.6%"></div> </div> </div></td><td>97,6%</td> <td class="inlineStat">Uncovered Elements: 1 (41)</td> <td class="inlineStat">Complexity: 5</td> <td class="inlineStat">Complexity Density: 0,14</td> </tr> </table> </td> </tr> <tr id="l32"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=32#src-32">32</a></td> <td align="right" class="coverageCount NoHilight " onclick="return showTestsForLine(this, 32, 'Tests that hit &lt;span class=\'srcFragment\'&gt; SerializationTest &lt;/span&gt;');" > &nbsp;&nbsp; </td> <td class=" srcCell" id="id-32" > <span class="spacer"></span><span id="src-32" class="srcLine"><span class="keyword">public</span> <span class="keyword">class</span> <a href="../../../org/easymock/tests2/SerializationTest.html#SerializationTest">SerializationTest</a> <span class="keyword">implements</span> Serializable { </span></td> </tr> <tr id="l33"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=33#src-33">33</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-33" class="srcLine"> </span></td> </tr> <tr id="l34"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=34#src-34">34</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-34" class="srcLine"> <span class="keyword">private</span> <span class="keyword">static</span> <span class="keyword">final</span> <span class="keyword">long</span> serialVersionUID = -774994679161263654L; </span></td> </tr> <tr id="l35"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=35#src-35">35</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-35" class="srcLine"> </span></td> </tr> <tr class="inlineStatsRow" align="right" valign="middle" > <td colspan="1" class="coverageCount"> <a name="36" class="nolink">&nbsp;</a> </td> <td class="coverageCount imgbg more" id='inlineStatsToggle-36' onclick="toggleInlineStats(this, 'inlinestats-36');"> </td> <td align="center" valign="middle"> <table id="inlinestats-36" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px"> <tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-36'), 'inlinestats-36');return true;"> <td><div> <div style="width: 40px; font-size:0px;"></div> <div title="0% Not Covered" style="min-width: 40px;" class="barNegative barNegative"> <div title="100% Covered" class="barPositive barPositive" style="width: 100%"></div> </div> </div></td><td>100%</td> <td class="inlineStat">Uncovered Elements: 0 (9)</td> <td class="inlineStat">Complexity: 1</td> <td class="inlineStat">Complexity Density: 0,11</td> <td class="inlineStat"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> </tr> </table> </td> </tr> <tr id="l36"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=36#src-36">36</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 36, 'Tests that hit &lt;span class=\'srcFragment\'&gt; test()&amp;nbsp;:&amp;nbsp;void &lt;/span&gt;');" > <span title="Line 36, Col 5: method entered 2 times." class="nolink">&nbsp;2</span> </td> <td class=" methodStart srcCell" id="id-36" > <img title="Method Statistics" onclick="toggleSrcRowVis(this, 36,57);" id="img-36" src="../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-36" class="srcLine"><span class="nolink" title="Line 36, Col 5: method entered 2 times."> @SuppressWarnings(<span class="string">&quot;unchecked&quot;</span>)</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-36'), 36,57);" id="e36" style="display:none;border:none;">...</span> </span></td> </tr> <tr id="l37"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=37#src-37">37</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-37" class="srcLine"> @Test </span></td> </tr> <tr id="l38"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=38#src-38">38</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-38" class="srcLine"> <span class="keyword">public</span> <span class="keyword">void</span> test() <span class="keyword">throws</span> Exception { </span></td> </tr> <tr id="l39"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=39#src-39">39</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-39" class="srcLine"> </span></td> </tr> <tr id="l40"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=40#src-40">40</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 40, 'Tests that hit line # 40');" > <span title="Line 40, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-40" class="srcLine"><span class="nolink" title="Line 40, Col 9: statement executed 2 times."> List&lt;String&gt; mock = createMock(List.<span class="keyword">class</span>);</span> </span></td> </tr> <tr id="l41"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=41#src-41">41</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-41" class="srcLine"> </span></td> </tr> <tr id="l42"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=42#src-42">42</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 42, 'Tests that hit line # 42');" > <span title="Line 42, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-42" class="srcLine"><span class="nolink" title="Line 42, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l43"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=43#src-43">43</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-43" class="srcLine"> </span></td> </tr> <tr id="l44"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=44#src-44">44</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 44, 'Tests that hit line # 44');" > <span title="Line 44, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-44" class="srcLine"><span class="nolink" title="Line 44, Col 9: statement executed 2 times."> expect(mock.get(1)).andReturn(<span class="string">&quot;a&quot;</span>);</span> </span></td> </tr> <tr id="l45"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=45#src-45">45</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-45" class="srcLine"> </span></td> </tr> <tr id="l46"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=46#src-46">46</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 46, 'Tests that hit line # 46');" > <span title="Line 46, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-46" class="srcLine"><span class="nolink" title="Line 46, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l47"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=47#src-47">47</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-47" class="srcLine"> </span></td> </tr> <tr id="l48"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=48#src-48">48</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 48, 'Tests that hit line # 48');" > <span title="Line 48, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-48" class="srcLine"><span class="nolink" title="Line 48, Col 9: statement executed 2 times."> replay(mock);</span> </span></td> </tr> <tr id="l49"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=49#src-49">49</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-49" class="srcLine"> </span></td> </tr> <tr id="l50"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=50#src-50">50</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 50, 'Tests that hit line # 50');" > <span title="Line 50, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-50" class="srcLine"><span class="nolink" title="Line 50, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l51"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=51#src-51">51</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-51" class="srcLine"> </span></td> </tr> <tr id="l52"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=52#src-52">52</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 52, 'Tests that hit line # 52');" > <span title="Line 52, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-52" class="srcLine"><span class="nolink" title="Line 52, Col 9: statement executed 2 times."> assertEquals(<span class="string">&quot;a&quot;</span>, mock.get(1));</span> </span></td> </tr> <tr id="l53"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=53#src-53">53</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-53" class="srcLine"> </span></td> </tr> <tr id="l54"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=54#src-54">54</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 54, 'Tests that hit line # 54');" > <span title="Line 54, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-54" class="srcLine"><span class="nolink" title="Line 54, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l55"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=55#src-55">55</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-55" class="srcLine"> </span></td> </tr> <tr id="l56"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=56#src-56">56</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 56, 'Tests that hit line # 56');" > <span title="Line 56, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-56" class="srcLine"><span class="nolink" title="Line 56, Col 9: statement executed 2 times."> verify(mock);</span> </span></td> </tr> <tr id="l57"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=57#src-57">57</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-57" class="srcLine"> } </span></td> </tr> <tr id="l58"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=58#src-58">58</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-58" class="srcLine"> </span></td> </tr> <tr class="inlineStatsRow" align="right" valign="middle" > <td colspan="1" class="coverageCount"> <a name="59" class="nolink">&nbsp;</a> </td> <td class="coverageCount imgbg more" id='inlineStatsToggle-59' onclick="toggleInlineStats(this, 'inlinestats-59');"> </td> <td align="center" valign="middle"> <table id="inlinestats-59" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px"> <tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-59'), 'inlinestats-59');return true;"> <td><div> <div style="width: 40px; font-size:0px;"></div> <div title="0% Not Covered" style="min-width: 40px;" class="barNegative barNegative"> <div title="100% Covered" class="barPositive barPositive" style="width: 100%"></div> </div> </div></td><td>100%</td> <td class="inlineStat">Uncovered Elements: 0 (9)</td> <td class="inlineStat">Complexity: 1</td> <td class="inlineStat">Complexity Density: 0,11</td> <td class="inlineStat"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> </tr> </table> </td> </tr> <tr id="l59"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=59#src-59">59</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 59, 'Tests that hit &lt;span class=\'srcFragment\'&gt; testClass()&amp;nbsp;:&amp;nbsp;void &lt;/span&gt;');" > <span title="Line 59, Col 5: method entered 2 times." class="nolink">&nbsp;2</span> </td> <td class=" methodStart srcCell" id="id-59" > <img title="Method Statistics" onclick="toggleSrcRowVis(this, 59,81);" id="img-59" src="../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-59" class="srcLine"><span class="nolink" title="Line 59, Col 5: method entered 2 times."> @SuppressWarnings(<span class="string">&quot;unchecked&quot;</span>)</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-59'), 59,81);" id="e59" style="display:none;border:none;">...</span> </span></td> </tr> <tr id="l60"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=60#src-60">60</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-60" class="srcLine"> @Test </span></td> </tr> <tr id="l61"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=61#src-61">61</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-61" class="srcLine"> <span class="keyword">public</span> <span class="keyword">void</span> testClass() <span class="keyword">throws</span> Exception { </span></td> </tr> <tr id="l62"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=62#src-62">62</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-62" class="srcLine"> </span></td> </tr> <tr id="l63"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=63#src-63">63</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 63, 'Tests that hit line # 63');" > <span title="Line 63, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-63" class="srcLine"><span class="nolink" title="Line 63, Col 9: statement executed 2 times."> ArrayList&lt;String&gt; mock = createMockBuilder(ArrayList.<span class="keyword">class</span>).addMockedMethod(<span class="string">&quot;get&quot;</span>).withConstructor()</span> </span></td> </tr> <tr id="l64"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=64#src-64">64</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-64" class="srcLine"> .createMock(); </span></td> </tr> <tr id="l65"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=65#src-65">65</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-65" class="srcLine"> </span></td> </tr> <tr id="l66"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=66#src-66">66</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 66, 'Tests that hit line # 66');" > <span title="Line 66, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-66" class="srcLine"><span class="nolink" title="Line 66, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l67"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=67#src-67">67</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-67" class="srcLine"> </span></td> </tr> <tr id="l68"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=68#src-68">68</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 68, 'Tests that hit line # 68');" > <span title="Line 68, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-68" class="srcLine"><span class="nolink" title="Line 68, Col 9: statement executed 2 times."> expect(mock.get(1)).andReturn(<span class="string">&quot;a&quot;</span>);</span> </span></td> </tr> <tr id="l69"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=69#src-69">69</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-69" class="srcLine"> </span></td> </tr> <tr id="l70"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=70#src-70">70</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 70, 'Tests that hit line # 70');" > <span title="Line 70, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-70" class="srcLine"><span class="nolink" title="Line 70, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l71"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=71#src-71">71</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-71" class="srcLine"> </span></td> </tr> <tr id="l72"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=72#src-72">72</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 72, 'Tests that hit line # 72');" > <span title="Line 72, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-72" class="srcLine"><span class="nolink" title="Line 72, Col 9: statement executed 2 times."> replay(mock);</span> </span></td> </tr> <tr id="l73"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=73#src-73">73</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-73" class="srcLine"> </span></td> </tr> <tr id="l74"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=74#src-74">74</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 74, 'Tests that hit line # 74');" > <span title="Line 74, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-74" class="srcLine"><span class="nolink" title="Line 74, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l75"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=75#src-75">75</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-75" class="srcLine"> </span></td> </tr> <tr id="l76"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=76#src-76">76</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 76, 'Tests that hit line # 76');" > <span title="Line 76, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-76" class="srcLine"><span class="nolink" title="Line 76, Col 9: statement executed 2 times."> assertEquals(<span class="string">&quot;a&quot;</span>, mock.get(1));</span> </span></td> </tr> <tr id="l77"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=77#src-77">77</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-77" class="srcLine"> </span></td> </tr> <tr id="l78"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=78#src-78">78</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 78, 'Tests that hit line # 78');" > <span title="Line 78, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-78" class="srcLine"><span class="nolink" title="Line 78, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l79"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=79#src-79">79</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-79" class="srcLine"> </span></td> </tr> <tr id="l80"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=80#src-80">80</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 80, 'Tests that hit line # 80');" > <span title="Line 80, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-80" class="srcLine"><span class="nolink" title="Line 80, Col 9: statement executed 2 times."> verify(mock);</span> </span></td> </tr> <tr id="l81"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=81#src-81">81</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-81" class="srcLine"> } </span></td> </tr> <tr id="l82"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=82#src-82">82</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-82" class="srcLine"> </span></td> </tr> <tr class="inlineStatsRow" align="right" valign="middle" > <td colspan="1" class="coverageCount"> <a name="83" class="nolink">&nbsp;</a> </td> <td class="coverageCount imgbg more" id='inlineStatsToggle-83' onclick="toggleInlineStats(this, 'inlinestats-83');"> </td> <td align="center" valign="middle"> <table id="inlinestats-83" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px"> <tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-83'), 'inlinestats-83');return true;"> <td><div> <div style="width: 40px; font-size:0px;"></div> <div title="0% Not Covered" style="min-width: 40px;" class="barNegative barNegative"> <div title="100% Covered" class="barPositive barPositive" style="width: 100%"></div> </div> </div></td><td>100%</td> <td class="inlineStat">Uncovered Elements: 0 (9)</td> <td class="inlineStat">Complexity: 1</td> <td class="inlineStat">Complexity Density: 0,11</td> <td class="inlineStat"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> </tr> </table> </td> </tr> <tr id="l83"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=83#src-83">83</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 83, 'Tests that hit &lt;span class=\'srcFragment\'&gt; testAllMockedMethod()&amp;nbsp;:&amp;nbsp;void &lt;/span&gt;');" > <span title="Line 83, Col 5: method entered 2 times." class="nolink">&nbsp;2</span> </td> <td class=" methodStart srcCell" id="id-83" > <img title="Method Statistics" onclick="toggleSrcRowVis(this, 83,103);" id="img-83" src="../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-83" class="srcLine"><span class="nolink" title="Line 83, Col 5: method entered 2 times."> @Test</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-83'), 83,103);" id="e83" style="display:none;border:none;">...</span> </span></td> </tr> <tr id="l84"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=84#src-84">84</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-84" class="srcLine"> <span class="keyword">public</span> <span class="keyword">void</span> testAllMockedMethod() <span class="keyword">throws</span> Exception { </span></td> </tr> <tr id="l85"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=85#src-85">85</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-85" class="srcLine"> </span></td> </tr> <tr id="l86"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=86#src-86">86</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 86, 'Tests that hit line # 86');" > <span title="Line 86, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-86" class="srcLine"><span class="nolink" title="Line 86, Col 9: statement executed 2 times."> <a href="../../../org/easymock/tests2/SerializationTest.html#SerializationTest">SerializationTest</a> mock = createMock(<a href="../../../org/easymock/tests2/SerializationTest.html#SerializationTest">SerializationTest</a>.<span class="keyword">class</span>);</span> </span></td> </tr> <tr id="l87"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=87#src-87">87</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-87" class="srcLine"> </span></td> </tr> <tr id="l88"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=88#src-88">88</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 88, 'Tests that hit line # 88');" > <span title="Line 88, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-88" class="srcLine"><span class="nolink" title="Line 88, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l89"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=89#src-89">89</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-89" class="srcLine"> </span></td> </tr> <tr id="l90"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=90#src-90">90</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 90, 'Tests that hit line # 90');" > <span title="Line 90, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-90" class="srcLine"><span class="nolink" title="Line 90, Col 9: statement executed 2 times."> mock.test();</span> </span></td> </tr> <tr id="l91"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=91#src-91">91</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-91" class="srcLine"> </span></td> </tr> <tr id="l92"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=92#src-92">92</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 92, 'Tests that hit line # 92');" > <span title="Line 92, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-92" class="srcLine"><span class="nolink" title="Line 92, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l93"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=93#src-93">93</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-93" class="srcLine"> </span></td> </tr> <tr id="l94"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=94#src-94">94</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 94, 'Tests that hit line # 94');" > <span title="Line 94, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-94" class="srcLine"><span class="nolink" title="Line 94, Col 9: statement executed 2 times."> replay(mock);</span> </span></td> </tr> <tr id="l95"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=95#src-95">95</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-95" class="srcLine"> </span></td> </tr> <tr id="l96"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=96#src-96">96</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 96, 'Tests that hit line # 96');" > <span title="Line 96, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-96" class="srcLine"><span class="nolink" title="Line 96, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l97"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=97#src-97">97</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-97" class="srcLine"> </span></td> </tr> <tr id="l98"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=98#src-98">98</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 98, 'Tests that hit line # 98');" > <span title="Line 98, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-98" class="srcLine"><span class="nolink" title="Line 98, Col 9: statement executed 2 times."> mock.test();</span> </span></td> </tr> <tr id="l99"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=99#src-99">99</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-99" class="srcLine"> </span></td> </tr> <tr id="l100"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=100#src-100">100</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 100, 'Tests that hit line # 100');" > <span title="Line 100, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-100" class="srcLine"><span class="nolink" title="Line 100, Col 9: statement executed 2 times."> mock = serialize(mock);</span> </span></td> </tr> <tr id="l101"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=101#src-101">101</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-101" class="srcLine"> </span></td> </tr> <tr id="l102"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=102#src-102">102</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 102, 'Tests that hit line # 102');" > <span title="Line 102, Col 9: statement executed 2 times." class="nolink">&nbsp;2</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-102" class="srcLine"><span class="nolink" title="Line 102, Col 9: statement executed 2 times."> verify(mock);</span> </span></td> </tr> <tr id="l103"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=103#src-103">103</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-103" class="srcLine"> } </span></td> </tr> <tr id="l104"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=104#src-104">104</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-104" class="srcLine"> </span></td> </tr> <tr class="inlineStatsRow" align="right" valign="middle" > <td colspan="1" class="coverageCount"> <a name="105" class="nolink">&nbsp;</a> </td> <td class="coverageCount imgbg more" id='inlineStatsToggle-105' onclick="toggleInlineStats(this, 'inlinestats-105');"> </td> <td align="center" valign="middle"> <table id="inlinestats-105" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px"> <tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-105'), 'inlinestats-105');return true;"> <td><div> <div style="width: 40px; font-size:0px;"></div> <div title="Empty" class="barEmpty" style="min-width: 40px;"></div> </div></td><td> - </td> <td class="inlineStat">Uncovered Elements: 0 (0)</td> <td class="inlineStat">Complexity: 1</td> <td class="inlineStat">Complexity Density: -</td> <td class="inlineStat"> <span class="sortValue">1</span> <span class="testResultSuccess">PASS</span> </td> </tr> </table> </td> </tr> <tr id="l105"> <td align="right" class="lineCount Bad"><a class="lineNumHref" href="?line=105#src-105">105</a></td> <td align="right" class="coverageCount Bad missedByTest" > <span title="Line 105, Col 5: method not entered." class="nolink">&nbsp;0</span> </td> <td class=" methodStart srcCell" id="id-105" > <img title="Method Statistics" onclick="toggleSrcRowVis(this, 105,109);" id="img-105" src="../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-105" class="srcLineHilight"><span class="nolink" title="Line 105, Col 5: method not entered."> @Test</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-105'), 105,109);" id="e105" style="display:none;border:none;">...</span> </span></td> </tr> <tr id="l106"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=106#src-106">106</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-106" class="srcLine"> @Ignore </span></td> </tr> <tr id="l107"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=107#src-107">107</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-107" class="srcLine"> <span class="keyword">public</span> <span class="keyword">void</span> testChangingClassLoader() { </span></td> </tr> <tr id="l108"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=108#src-108">108</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-108" class="srcLine"> </span></td> </tr> <tr id="l109"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=109#src-109">109</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-109" class="srcLine"> } </span></td> </tr> <tr id="l110"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=110#src-110">110</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-110" class="srcLine"> </span></td> </tr> <tr class="inlineStatsRow" align="right" valign="middle" > <td colspan="1" class="coverageCount"> <a name="111" class="nolink">&nbsp;</a> </td> <td class="coverageCount imgbg more" id='inlineStatsToggle-111' onclick="toggleInlineStats(this, 'inlinestats-111');"> </td> <td align="center" valign="middle"> <table id="inlinestats-111" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px"> <tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-111'), 'inlinestats-111');return true;"> <td><div> <div style="width: 40px; font-size:0px;"></div> <div title="0% Not Covered" style="min-width: 40px;" class="barNegative barNegative"> <div title="100% Covered" class="barPositive barPositive" style="width: 100%"></div> </div> </div></td><td>100%</td> <td class="inlineStat">Uncovered Elements: 0 (9)</td> <td class="inlineStat">Complexity: 1</td> <td class="inlineStat">Complexity Density: 0,11</td> </tr> </table> </td> </tr> <tr id="l111"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=111#src-111">111</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 111, 'Tests that hit &lt;span class=\'srcFragment\'&gt; serialize(T)&amp;nbsp;:&amp;nbsp;T &lt;/span&gt;');" > <span title="Line 111, Col 5: method entered 24 times." class="nolink">&nbsp;24</span> </td> <td class=" methodStart srcCell" id="id-111" > <img title="Method Statistics" onclick="toggleSrcRowVis(this, 111,124);" id="img-111" src="../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-111" class="srcLine"><span class="nolink" title="Line 111, Col 5: method entered 24 times."> @SuppressWarnings(<span class="string">&quot;unchecked&quot;</span>)</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-111'), 111,124);" id="e111" style="display:none;border:none;">...</span> </span></td> </tr> <tr id="l112"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=112#src-112">112</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-112" class="srcLine"> <span class="keyword">private</span> &lt;T&gt; T serialize(T o) <span class="keyword">throws</span> IOException, ClassNotFoundException { </span></td> </tr> <tr id="l113"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=113#src-113">113</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 113, 'Tests that hit line # 113');" > <span title="Line 113, Col 9: statement executed 24 times." class="nolink">&nbsp;24</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-113" class="srcLine"><span class="nolink" title="Line 113, Col 9: statement executed 24 times."> <span class="keyword">final</span> ByteArrayOutputStream bOut = <span class="keyword">new</span> ByteArrayOutputStream();</span> </span></td> </tr> <tr id="l114"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=114#src-114">114</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 114, 'Tests that hit line # 114');" > <span title="Line 114, Col 9: statement executed 24 times." class="nolink">&nbsp;24</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-114" class="srcLine"><span class="nolink" title="Line 114, Col 9: statement executed 24 times."> <span class="keyword">final</span> ObjectOutputStream out = <span class="keyword">new</span> ObjectOutputStream(bOut);</span> </span></td> </tr> <tr id="l115"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=115#src-115">115</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 115, 'Tests that hit line # 115');" > <span title="Line 115, Col 9: statement executed 24 times." class="nolink">&nbsp;24</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-115" class="srcLine"><span class="nolink" title="Line 115, Col 9: statement executed 24 times."> out.writeObject(o);</span> </span></td> </tr> <tr id="l116"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=116#src-116">116</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 116, 'Tests that hit line # 116');" > <span title="Line 116, Col 9: statement executed 24 times." class="nolink">&nbsp;24</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-116" class="srcLine"><span class="nolink" title="Line 116, Col 9: statement executed 24 times."> out.close();</span> </span></td> </tr> <tr id="l117"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=117#src-117">117</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-117" class="srcLine"> </span></td> </tr> <tr id="l118"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=118#src-118">118</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 118, 'Tests that hit line # 118');" > <span title="Line 118, Col 9: statement executed 24 times." class="nolink">&nbsp;24</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-118" class="srcLine"><span class="nolink" title="Line 118, Col 9: statement executed 24 times."> <span class="keyword">final</span> ByteArrayInputStream bIn = <span class="keyword">new</span> ByteArrayInputStream(bOut.toByteArray());</span> </span></td> </tr> <tr id="l119"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=119#src-119">119</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 119, 'Tests that hit line # 119');" > <span title="Line 119, Col 9: statement executed 24 times." class="nolink">&nbsp;24</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-119" class="srcLine"><span class="nolink" title="Line 119, Col 9: statement executed 24 times."> <span class="keyword">final</span> ObjectInputStream in = <span class="keyword">new</span> ObjectInputStream(bIn);</span> </span></td> </tr> <tr id="l120"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=120#src-120">120</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 120, 'Tests that hit line # 120');" > <span title="Line 120, Col 9: statement executed 24 times." class="nolink">&nbsp;24</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-120" class="srcLine"><span class="nolink" title="Line 120, Col 9: statement executed 24 times."> o = (T) in.readObject();</span> </span></td> </tr> <tr id="l121"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=121#src-121">121</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 121, 'Tests that hit line # 121');" > <span title="Line 121, Col 9: statement executed 24 times." class="nolink">&nbsp;24</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-121" class="srcLine"><span class="nolink" title="Line 121, Col 9: statement executed 24 times."> in.close();</span> </span></td> </tr> <tr id="l122"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=122#src-122">122</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-122" class="srcLine"> </span></td> </tr> <tr id="l123"> <td align="right" class="lineCount Good"><a class="lineNumHref" href="?line=123#src-123">123</a></td> <td align="right" class="coverageCount Good hitByTest" onclick="return showTestsForLine(this, 123, 'Tests that hit line # 123');" > <span title="Line 123, Col 9: statement executed 24 times." class="nolink">&nbsp;24</span> </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-123" class="srcLine"><span class="nolink" title="Line 123, Col 9: statement executed 24 times."> <span class="keyword">return</span> o;</span> </span></td> </tr> <tr id="l124"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=124#src-124">124</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-124" class="srcLine"> } </span></td> </tr> <tr id="l125"> <td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=125#src-125">125</a></td> <td align="right" class="coverageCount NoHilight " > &nbsp;&nbsp; </td> <td class=" srcCell" > <span class="spacer"></span><span id="src-125" class="srcLine">} </span></td> </tr> </tbody> </table> <table width="100%"><tr><td class="hbreak" colspan="8">&nbsp;</td></tr> <tr><td class="footer" colspan="8"> <table> <tr> <td><a target="_new" href="http://www.atlassian.com/software/clover"><img alt="Clover" src="../../../img/logo.gif" style="border:none"/></a></td><td style="white-space:nowrap;"><i>Report generated by </i>Clover <a target="_new" href="http://www.atlassian.com/software/clover">Code Coverage</a> v3.0.1<i><br/>sam. mai 8 2010 14:37:33 CEST</i>.</td> <td>&nbsp;</td><td style="BORDER-LEFT: #9c9c9c 1px solid;">&nbsp;</td><td>Clover: Open Source License registered to EasyMock . </td> </tr> </table> </td> </tr></table> <script type="text/javascript"> var ol_bgclass = "overBG"; var ol_fgclass = "overFG"; var ol_cgclass = "overCaption"; var ol_captionfontclass= "overCaption"; var ol_closefontclass = "closeFont"; var ol_closeclick = 1; var ol_close = 'X'; var ol_wrap = 1; var rootRelPath = '../../../'; var testsPerFile = -1; </script> <script src="SerializationTest.js" type="text/javascript"></script> <script src="../../../help.js" type="text/javascript"></script> <script src="../../../clover.js" type="text/javascript"></script> <script src="../../../sorttable.js" type="text/javascript"></script> <script src="../../../overlibmws.js" type="text/javascript"><!-- overLIB (c) Erik Bosrup --></script> <script src="../../../overlibmws_shadow.js" type="text/javascript" ></script> <script src="../../../utils.js" type="text/javascript"></script> </body> </html>
Figure4/FDA_Pesticides/PCID_178117.html
andrewdefries/ToxCast
https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=178117
contact.html
monkeychops28/bristowdroneservices
<!DOCTYPE html> <html lang="en"> <head> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-21434360-7', 'auto'); ga('send', 'pageview'); </script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>Bristow Drone Services</title> <!-- Bootstrap core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom fonts for this template --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic" rel="stylesheet" type="text/css"> <!-- Custom styles for this template --> <link href="css/business-casual.css" rel="stylesheet"> </head> <body> <div class="tagline-upper text-center text-heading text-shadow text-white mt-5 d-none d-lg-block"> <a class="homeimage" href="index.html"> <img height=50px src=img/bdsinits-white.png> </a> Bristow Drone Services</div> <!-- Navigation --> <nav class="navbar navbar-expand-lg navbar-light bg-faded py-lg-4-narrow"> <div class="container"> <a class="navbar-brand text-uppercase text-expanded font-weight-bold d-lg-none" href="#">Bristow Drone Services</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarResponsive"> <ul class="navbar-nav mx-auto"> <li class="nav-item px-lg-4"> <a class="nav-link text-uppercase text-expanded" href="index.html">Home <span class="sr-only">(current)</span> </a> </li> <li class="nav-item px-lg-4"> <a class="nav-link text-uppercase text-expanded" href="photography.html">Photos</a> </li> <li class="nav-item px-lg-4"> <a class="nav-link text-uppercase text-expanded" href="videos.html">Videos</a> </li> <li class="nav-item px-lg-4"> <a class="nav-link text-uppercase text-expanded" href="models.html">3D Models</a> </li> <li class="nav-item px-lg-4"> <a class="nav-link text-uppercase text-expanded" href="about.html">About Us</a> </li> <li class="nav-item px-lg-4"> <a class="nav-link text-uppercase text-expanded" href="blog.html">Blog</a> </li> <li class="nav-item active px-lg-4"> <a class="nav-link text-uppercase text-expanded" href="contact.html">Contact</a> </li> </ul> </div> </div> </nav> <div class="container"> <div class="bg-faded p-4 my-4"> <hr class="divider"> <div class="row"> <div class="col-lg-8"> <div class="withmiddletext embed-responsive embed-responsive-16by9 map-container mb-4 mb-lg-0"> Loading Map... <iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?hl=en&amp;ie=UTF8&amp;ll=51.57,-2.06&amp;spn=26.506174,39.013672&amp;t=m&amp;z=8&amp;output=embed"></iframe> </div> </div> <div class="col-lg-4"> <h5 class="mb-0">Phone:</h5> <div class="mb-4">07975 893 176</div> <h5 class="mb-0">Email:</h5> <div class="mb-4"> <a href="mailto:contact@bristowdroneservices.co.uk">contact@bristowdroneservices.co.uk</a> </div> <h5 class="mb-0">Address:</h5> <div class="mb-4"> Abbeyview, Crab Mill Lane <br> Lea, Wiltshire <br> SN16 9NF </div> </div> </div> </div> <div class="bg-faded p-4 my-4"> <hr class="divider"> <h2 class="text-center text-lg text-uppercase my-0">Contact <strong>Form</strong> </h2> <hr class="divider"> <form action="https://formspree.io/contact@bristowdroneservices.co.uk" method="post"> <div class="row"> <div class="form-group col-lg-4"> <label class="text-heading">Name</label> <input type="text" name="name" class="form-control"> </div> <div class="form-group col-lg-4"> <label class="text-heading">Email Address</label> <input type="email" name="_replyto" class="form-control"> </div> <div class="form-group col-lg-4"> <label class="text-heading">Phone Number</label> <input type="tel" name="phone" class="form-control"> </div> <div class="clearfix"></div> <div class="form-group col-lg-12"> <label class="text-heading">Message</label> <textarea name="message" class="form-control" rows="6"></textarea> </div> <div class="form-group col-lg-12"> <button type="submit" value="Send" class="btn btn-secondary">Submit</button> </div> <input type="hidden" name="_next" value="thanks.html" /> </div> </form> </div> </div> <!-- /.container --> <footer class="bg-faded text-center py-5"> <div class="container"> <p class="m-0">Copyright &copy; Bristow Drone Services</p> </div> </footer> <!-- Bootstrap core JavaScript --> <script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/popper/popper.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Zoom when clicked function for Google Map --> <script> $('.map-container').click(function () { $(this).find('iframe').addClass('clicked') }).mouseleave(function () { $(this).find('iframe').removeClass('clicked') }); </script> </body> </html>
docsets/Java 5.docset/Contents/Resources/Documents/java/awt/PaintContext.html
Smolations/more-dash-docsets
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <meta name="collection" content="api"> <!-- Generated by javadoc (build 1.5.0-rc) on Wed Aug 11 07:22:18 PDT 2004 --> <TITLE> PaintContext (Java 2 Platform SE 5.0) </TITLE> <META NAME="keywords" CONTENT="java.awt.PaintContext interface"> <META NAME="keywords" CONTENT="dispose()"> <META NAME="keywords" CONTENT="getColorModel()"> <META NAME="keywords" CONTENT="getRaster()"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="PaintContext (Java 2 Platform SE 5.0)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../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/PaintContext.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-files/index-1.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> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../java/awt/Paint.html" title="interface in java.awt"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../java/awt/Panel.html" title="class in java.awt"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?java/awt/PaintContext.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PaintContext.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"> java.awt</FONT> <BR> Interface PaintContext</H2> <HR> <DL> <DT><PRE>public interface <B>PaintContext</B></DL> </PRE> <P> The <code>PaintContext</code> interface defines the encapsulated and optimized environment to generate color patterns in device space for fill or stroke operations on a <A HREF="../../java/awt/Graphics2D.html" title="class in java.awt"><CODE>Graphics2D</CODE></A>. The <code>PaintContext</code> provides the necessary colors for <code>Graphics2D</code> operations in the form of a <A HREF="../../java/awt/image/Raster.html" title="class in java.awt.image"><CODE>Raster</CODE></A> associated with a <A HREF="../../java/awt/image/ColorModel.html" title="class in java.awt.image"><CODE>ColorModel</CODE></A>. The <code>PaintContext</code> maintains state for a particular paint operation. In a multi-threaded environment, several contexts can exist simultaneously for a single <A HREF="../../java/awt/Paint.html" title="interface in java.awt"><CODE>Paint</CODE></A> object. <P> <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../java/awt/Paint.html" title="interface in java.awt"><CODE>Paint</CODE></A></DL> <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="../../java/awt/PaintContext.html#dispose()">dispose</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Releases the resources allocated for the operation.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/awt/image/ColorModel.html" title="class in java.awt.image">ColorModel</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/awt/PaintContext.html#getColorModel()">getColorModel</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the <code>ColorModel</code> of the output.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../java/awt/image/Raster.html" title="class in java.awt.image">Raster</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../java/awt/PaintContext.html#getRaster(int, int, int, int)">getRaster</A></B>(int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a <code>Raster</code> containing the colors generated for the graphics operation.</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="dispose()"><!-- --></A><H3> dispose</H3> <PRE> void <B>dispose</B>()</PRE> <DL> <DD>Releases the resources allocated for the operation. <P> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getColorModel()"><!-- --></A><H3> getColorModel</H3> <PRE> <A HREF="../../java/awt/image/ColorModel.html" title="class in java.awt.image">ColorModel</A> <B>getColorModel</B>()</PRE> <DL> <DD>Returns the <code>ColorModel</code> of the output. Note that this <code>ColorModel</code> might be different from the hint specified in the <A HREF="../../java/awt/Paint.html#createContext(java.awt.image.ColorModel, java.awt.Rectangle, java.awt.geom.Rectangle2D, java.awt.geom.AffineTransform, java.awt.RenderingHints)"><CODE>createContext</CODE></A> method of <code>Paint</code>. Not all <code>PaintContext</code> objects are capable of generating color patterns in an arbitrary <code>ColorModel</code>. <P> <DD><DL> <DT><B>Returns:</B><DD>the <code>ColorModel</code> of the output.</DL> </DD> </DL> <HR> <A NAME="getRaster(int, int, int, int)"><!-- --></A><H3> getRaster</H3> <PRE> <A HREF="../../java/awt/image/Raster.html" title="class in java.awt.image">Raster</A> <B>getRaster</B>(int&nbsp;x, int&nbsp;y, int&nbsp;w, int&nbsp;h)</PRE> <DL> <DD>Returns a <code>Raster</code> containing the colors generated for the graphics operation. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>x</CODE> - the x coordinate of the area in device space for which colors are generated.<DD><CODE>y</CODE> - the y coordinate of the area in device space for which colors are generated.<DD><CODE>w</CODE> - the width of the area in device space<DD><CODE>h</CODE> - the height of the area in device space <DT><B>Returns:</B><DD>a <code>Raster</code> representing the specified rectangular area and containing the colors generated for the graphics operation.</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/PaintContext.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-files/index-1.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> <b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../java/awt/Paint.html" title="interface in java.awt"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../java/awt/Panel.html" title="class in java.awt"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?java/awt/PaintContext.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PaintContext.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> <font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="../../../relnotes/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Copyright &#169; 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to <a href="../../../relnotes/license.html">license terms</a>. Also see the <a href="http://java.sun.com/docs/redist.html">documentation redistribution policy</a>.</font> <!-- Start SiteCatalyst code --> <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code_download.js"></script> <script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code.js"></script> <!-- ********** DO NOT ALTER ANYTHING BELOW THIS LINE ! *********** --> <!-- Below code will send the info to Omniture server --> <script language="javascript">var s_code=s.t();if(s_code)document.write(s_code)</script> <!-- End SiteCatalyst code --> </body> </HTML>
09/index.html
mbilbille/moc
<!DOCTYPE html> <html> <head> <title>MOC 09 - Jump</title> <script src="assets/ga.js"></script> <link rel="stylesheet" type="text/css" href="keys.css"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <div id="moc09-wrapper"> <canvas id="moc09"></canvas> <h1 class="light-keys">Press <span class="key">space</span> to make it jump!</h1> <p class="light-keys">Thanks to, <span class="key">Key.css</span> - a cool <a href="http://michaelhue.com/keyscss/" target="_blank">stylesheet</a> for rendering beautiful keyboard-style elements.</p> </div> <script type="text/javascript"> var canvas = document.getElementById('moc09'); var ctx = canvas.getContext('2d');; var width = 500; var height = 250; canvas.width = width; canvas.height = height; ctx.translate(0, canvas.height); ctx.scale(1, -1); var radius = 15; var x = 250; var y0 = 0; var y = y0; var yn = 100; var t = -1; var v = 4; var f = 0.2; var g = 0.8; var nb = 0; var color; var requestAnimationFrame = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || window.msRequestAnimationFrame; function ball() { color = ctx.createRadialGradient(x,y,radius,x + radius,y + radius, radius); color.addColorStop(0, '#B45F04'); color.addColorStop(1, '#DF7401'); ctx.clearRect(0, 0, width, height); ctx.beginPath(); ctx.arc(x, y, radius, 0, 2 * Math.PI, false); ctx.fillStyle = color; ctx.fill(); } function bounce() { console.log(y, v, t); if(y0 < radius) { return; // Finish! } if(y < radius) { t *= -1; nb = (nb > 0) ? nb - 1 : 0; y0 = y0 * g; y = radius; v -= f; } else if(y > y0) { t *= -1; y = y0; } ball(); y += v * t; requestAnimationFrame(bounce); } function jump() { if(y > yn * nb) { y0 = yn * nb; return bounce(); } ball(); y += v; requestAnimationFrame(jump); } window.onkeypress = function(evt) { var k = evt ? evt.which : window.event.keyCode; if (k == 32) { y0 = 0; v = 4; t = -1; nb++; jump(); } } </script> </body> </html>
test/URL_biz.html
LettError/filibuster
<html><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Filibuster</title> <link rel="stylesheet" href="styles.css"> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet"> <body><h1>Results for "URL_biz"</h1> <p><a href="index.html">Index</a></p> <p class="blurb">Vault.systems.VisionNetworking.com</p> <p class="blurb">www.TransCorp.com</p> <p class="blurb">www.InfoNet.co.de</p> <p class="blurb">www3.HyperTrust.com/press</p> <p class="blurb">web.eWorks.com</p> <p class="blurb">www.InterInfo.co.ng</p> <p class="blurb">www.DataSale.com/storefront</p> <p class="blurb">admin.product.NatTech.com</p> <p class="blurb">storefront.Data.eTrust.com</p> <p class="blurb">web.webInfo.com</p> <p class="blurb">environments.SunTron.com</p> <p class="blurb">sales.secure.iNews.com</p> <p class="blurb">web.products.myNews.co.no</p> <p class="blurb">web.secure.getBiz.com</p> <p class="blurb">www.VisionBrand.com</p> <p class="blurb">www.storefront.myInfo.com/privacy</p> <p class="blurb">sales.Info.DataNet.com</p> <p class="blurb">www.InterBiz.com</p> <p class="blurb">Counter.NewsWorks.com</p> <p class="blurb">www.InfoBank.co.se</p> </body></html>
_site/design/header-full-width-image/index.html
hakikidawa/hakikidawa.github.io
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Header with a Full-Width-Image</title> <link rel="stylesheet" type="text/css" href="https://hakikidawa.github.io/assets/css/styles_feeling_responsive.css"> <script src="https://hakikidawa.github.io/assets/js/modernizr.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js"></script> <script> WebFont.load({ google: { families: [ 'Lato:400,700,400italic:latin', 'Volkhov::latin' ] } }); </script> <noscript> <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic%7CVolkhov' rel='stylesheet' type='text/css'> </noscript> <!-- Search Engine Optimization --> <meta name="description" content="Feeling Responsive allows you to use all kinds of headers. This example shows a header with a full-width-image."> <meta name="google-site-verification" content="Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ"> <meta name="msvalidate.01" content="0FB4C028ABCF07C908C54386ABD2D97F" > <link rel="author" href="https://plus.google.com/u/0/118311555303973066167"> <!-- Facebook Open Graph --> <meta property="og:title" content="Header with a Full-Width-Image"> <meta property="og:description" content="Feeling Responsive allows you to use all kinds of headers. This example shows a header with a full-width-image."> <meta property="og:url" content="https://hakikidawa.github.io/design/header-full-width-image/"> <meta property="og:locale" content="en_EN"> <meta property="og:type" content="website"> <meta property="og:site_name" content="HakikiDawa"> <meta property="article:author" content="https://www.facebook.com/hakikidawa"> <!-- Twitter --> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="hakikidawa"> <meta name="twitter:creator" content="hakikidawa"> <meta name="twitter:title" content="Header with a Full-Width-Image"> <meta name="twitter:description" content="Feeling Responsive allows you to use all kinds of headers. This example shows a header with a full-width-image."> <link type="text/plain" rel="author" href="https://hakikidawa.github.io/humans.txt"> <link rel="icon" sizes="32x32" href="https://hakikidawa.github.io/assets/img/favicon-32x32.png"> <link rel="icon" sizes="192x192" href="https://hakikidawa.github.io/assets/img/touch-icon-192x192.png"> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://hakikidawa.github.io/assets/img/apple-touch-icon-180x180-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://hakikidawa.github.io/assets/img/apple-touch-icon-152x152-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://hakikidawa.github.io/assets/img/apple-touch-icon-144x144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://hakikidawa.github.io/assets/img/apple-touch-icon-120x120-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://hakikidawa.github.io/assets/img/apple-touch-icon-114x114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://hakikidawa.github.io/assets/img/apple-touch-icon-76x76-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://hakikidawa.github.io/assets/img/apple-touch-icon-72x72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="https://hakikidawa.github.io/assets/img/apple-touch-icon-precomposed.png"> <meta name="msapplication-TileImage" content="https://hakikidawa.github.io/assets/img/msapplication_tileimage.png"> <meta name="msapplication-TileColor" content="#fabb00"> </head> <body id="top-of-page" class="post"> <div id="navigation" class="sticky"> <nav class="top-bar" role="navigation" data-topbar> <ul class="title-area"> <li class="name"> <h1 class="show-for-small-only"><a href="https://hakikidawa.github.io" class="icon-tree"> HakikiDawa</a></h1> </li> <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> <li class="toggle-topbar menu-icon"><a href="#"><span>Navigation</span></a></li> </ul> <section class="top-bar-section"> <ul class="right"> <li class="divider"></li> <li><a href="https://hakikidawa.github.io/blog/">Blog</a></li> <li class="divider"></li> <li><a href="https://hakikidawa.github.io/contact/">Contact</a></li> </ul> <ul class="left"> <li><a href="https://hakikidawa.github.io/">Home</a></li> <li class="divider"></li> <li><a href="https://hakikidawa.github.io/about-us/">About us</a></li> <li class="divider"></li> <li><a href="https://hakikidawa.github.io/dvs/">DVS</a></li> <li class="divider"></li> <li><a href="https://hakikidawa.github.io/adr/">ADR</a></li> <li class="divider"></li> <li><a href="https://hakikidawa.github.io/team/">Team</a></li> <li class="divider"></li> <li><a href="https://hakikidawa.github.io/publications/">Publications</a></li> <li class="divider"></li> </ul> </section> </nav> </div><!-- /#navigation --> <div id="masthead"> <div class="row"> <div class="small-12 columns"> <a id="logo" href="https://hakikidawa.github.io" title="HakikiDawa – Innovation is our pride"> <img src="https://hakikidawa.github.io/assets/img/logo.png" alt="HakikiDawa – Innovation is our pride"> </a> </div><!-- /.small-12.columns --> </div><!-- /.row --> </div><!-- /#masthead --> <div class="masthead-caption"> <a href="https://unsplash.com/">This is a caption for the header image with link</a> </div> <div class="row t30"> <div class="medium-8 columns medium-offset-2 end"> <article itemscope itemtype="http://schema.org/Article"> <header> <div itemprop="name"> <p class="subheadline">Headers With Style</p> <h1>Header with a Full-Width-Image</h1> </div> </header> <p class="teaser" itemprop="description"> Feeling Responsive allows you to use all kinds of headers. This example shows a header with a <em>full-width-image</em>. </p> <div itemprop="articleSection"> <p>It’s so easy to do. Just define in front matter your image. <!--more--></p> <h2 id="front-matter-code">Front Matter Code</h2> <div class="highlighter-rouge"><pre class="highlight"><code>header: image_fullwidth: "unsplash_brooklyn-bridge_header.jpg" caption: This is a caption for the header image with link caption_url: https://unsplash.com/ </code></pre> </div> <h3 class="t60" id="all-header-styles">All Header-Styles</h3> <ul class="side-nav"> <li><a href="https://hakikidawa.github.io/design/no-header/">Headers With Style &middot; <strong>No Header</strong></a></li> <li><a href="https://hakikidawa.github.io/design/no-header-but-image/">Headers With Style &middot; <strong>No Header but Article Image</strong></a></li> <li><a href="https://hakikidawa.github.io/design/header-with-text/">Headers With Style &middot; <strong>Header With Text</strong></a></li> <li><a href="https://hakikidawa.github.io/design/header-logo-only/">Headers With Style &middot; <strong>Header With Logo Only</strong></a></li> <li><a href="https://hakikidawa.github.io/design/header-image-color/">Headers With Style &middot; <strong>Header Image With Background Color</strong></a></li> <li><a href="https://hakikidawa.github.io/design/header-full-width-image/">Headers With Style &middot; <strong>Header with a Full-Width-Image</strong></a></li> <li><a href="https://hakikidawa.github.io/design/header-image-pattern/">Headers With Style &middot; <strong>Header Image With Pattern</strong></a></li> </ul> </div> <div id="page-meta" class="t30"> <p> <!-- Look the author details up from the site config. --> <!-- Output author details if some exist. --> <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name" class="pr20 icon-edit"><a href="http://phlow.de/" target="_blank"> Phlow</a></span> </span> <time class="icon-calendar pr20" datetime="2014-10-09" itemprop="datePublished"> 2014-10-09</time> <span class="icon-archive pr20"> DESIGN</span> <br /> <span class="pr20"><span class="icon-price-tag pr10"> design</span> <span class="icon-price-tag pr10"> background color</span> <span class="icon-price-tag pr10"> header</span> </span> </p> <div id="post-nav" class="row"> <div class="small-5 columns"><a class="button small radius prev" href="https://hakikidawa.github.io/design/header-image-pattern/">&laquo; Header Image With Pattern</a></div><!-- /.small-4.columns --> <div class="small-2 columns text-center"><a class="radius button small" href="https://hakikidawa.github.io/blog/archive/" title="Blog Archive">Archive</a></div><!-- /.small-4.columns --> <div class="small-5 columns text-right"><a class="button small radius next" href="https://hakikidawa.github.io/design/header-image-color/">Header Image With Background Color &raquo;</a></div><!-- /.small-4.columns --> </div> </div><!-- /.page-meta --> </article> </div><!-- /.medium-8.columns --> </div><!-- /.row --> <div id="up-to-top" class="row"> <div class="small-12 columns" style="text-align: right;"> <a class="iconfont" href="#top-of-page">&#xf108;</a> </div><!-- /.small-12.columns --> </div><!-- /.row --> <footer id="footer-content" class="bg-grau"> <div id="footer"> <div class="row"> <div class="medium-6 large-5 columns"> <h5 class="shadow-black">About This Site</h5> <p class="shadow-black"> »Hakiki Dawa is the research group that focus on developing and supporting technology-based solution for the Tanzanian health sector . <a href="https://hakikidawa.github.io/info/">More ›</a> </p> </div><!-- /.large-6.columns --> <div class="small-6 medium-3 large-3 large-offset-1 columns"> <h5 class="shadow-black">Services</h5> <ul class="no-bullet shadow-black"> <li > <a href="https://hakikidawa.github.io" title=""></a> </li> <li > <a href="https://hakikidawa.github.io/contact/" title="Contact">Contact</a> </li> <li > <a href="https://hakikidawa.github.io/feed.xml" title="Subscribe to RSS Feed">RSS</a> </li> <li > <a href="https://hakikidawa.github.io/atom.xml" title="Subscribe to Atom Feed">Atom</a> </li> <li > <a href="https://hakikidawa.github.io/sitemap.xml" title="Sitemap for Google Webmaster Tools">sitemap.xml</a> </li> </ul> </div><!-- /.large-4.columns --> <div class="small-6 medium-3 large-3 columns"> <h5 class="shadow-black">Dankeschön</h5> <ul class="no-bullet shadow-black"> <li > <a href="https://hakikidawa.github.io" title=""></a> </li> <li class="network-entypo" > <a href="http://entypo.com/" target="_blank" title="Icons by Daniel Bruce">Icons by Daniel Bruce</a> </li> <li class="services-newsletter" > <a href="http://foundation.zurb.com/" target="_blank" title="Built on Foundation">Built on Foundation</a> </li> <li class="rss-link" > <a href="http://unsplash.com/" target="_blank" title="Images by Unsplash">Images by Unsplash</a> </li> <li class="sitemap-link" > <a href="http://srobbin.com/jquery-plugins/backstretch/" target="_blank" title="Using Backstretch by Scott Robbin">Using Backstretch by Scott Robbin</a> </li> </ul> </div><!-- /.large-3.columns --> </div><!-- /.row --> </div><!-- /#footer --> <div id="subfooter"> <nav class="row"> <section id="subfooter-left" class="small-12 medium-6 columns credits"> <p>Created with &hearts; by <a href="http://phlow.de/">Phlow</a> with <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> based on <a href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a>.</p> </section> <section id="subfooter-right" class="small-12 medium-6 columns"> <ul class="inline-list social-icons"> <li><a href="http://github.com/phlow" target="_blank" class="icon-github" title="Code und mehr..."></a></li> <li><a href="http://www.youtube.com/PhlowMedia" target="_blank" class="icon-youtube" title="Videos, Video-Anleitungen und Filme von Phlow auf YouTube"></a></li> <li><a href="http://twitter.com/phlow" target="_blank" class="icon-twitter" title="Immer das Neuste von Phlow gibt es auf Twitter"></a></li> <li><a href="http://www.mixcloud.com/phlow/" target="_blank" class="icon-cloud" title="Mixe, was sonst?"></a></li> <li><a href="https://plus.google.com/u/0/+Phlow" target="_blank" class="icon-googleplus" title="YouTube Google+"></a></li> </ul> </section> </nav> </div><!-- /#subfooter --> </footer> <script src="https://hakikidawa.github.io/assets/js/javascript.min.js"></script> <script> $("#masthead").backstretch("https://hakikidawa.github.io/images/unsplash_brooklyn-bridge_header.jpg", {fade: 700}); $("#masthead-with-text").backstretch("https://hakikidawa.github.io/images/unsplash_brooklyn-bridge_header.jpg", {fade: 700}); </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-60112281-1', 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview'); </script> </body> </html>
gst/n0/opal/amethyst/k135x4/index.html
reidiiius/reidiiius.github.io
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>k135x4</title> <meta name="author" content="Reid Netterville III" /> <link rel="stylesheet" href="/styles/glyphite.css" type="text/css" /> <link rel="stylesheet" href="/styles/main.css" type="text/css" /> <script src="/scripts/nacre.js" type="text/javascript"></script> <noscript> <link rel="stylesheet" href="/styles/absinthium.css" type="text/css" /> <link rel="stylesheet" href="/styles/orthogon.css" type="text/css" /> </noscript> </head> <body> <div id="frm"> <pre> <b>k135x4</b> <script> gstd(Aragonite.k135x4); </script> </pre> <noscript> <dl class="viewlist"> <dt class="genus">k135x4</dt> <dd class="k135x4_E"></dd> <dd class="k135x4_B"></dd> <dd class="k135x4_G"></dd> <dd class="k135x4_D"></dd> <dd class="k135x4_A"></dd> <dd class="k135x4_E"></dd> </dl> </noscript> </div> <div class="symbol"> <table class="fretboard" width="520"> <tr> <td class=""></td> <td class="NpFe"></td> <td class=""></td> <td class="TiAg"></td> <td class="FeNp"></td> <td class="HgAu"></td> <td class=""></td> <td class="SnPb"></td> <td class=""></td> <td class="CuUr"></td> <td class="PbSn"></td> <td class=""></td> <td class=""></td> </tr> <tr> <td class="SnPb"></td> <td class=""></td> <td class="CuUr"></td> <td class="PbSn"></td> <td class=""></td> <td class=""></td> <td class="NpFe"></td> <td class=""></td> <td class="TiAg"></td> <td class="FeNp"></td> <td class="HgAu"></td> <td class=""></td> <td class="SnPb"></td> </tr> <tr> <td class="TiAg"></td> <td class="FeNp"></td> <td class="HgAu"></td> <td class=""></td> <td class="SnPb"></td> <td class=""></td> <td class="CuUr"></td> <td class="PbSn"></td> <td class=""></td> <td class=""></td> <td class="NpFe"></td> <td class=""></td> <td class="TiAg"></td> </tr> <tr> <td class="PbSn"></td> <td class=""></td> <td class=""></td> <td class="NpFe"></td> <td class=""></td> <td class="TiAg"></td> <td class="FeNp"></td> <td class="HgAu"></td> <td class=""></td> <td class="SnPb"></td> <td class=""></td> <td class="CuUr"></td> <td class="PbSn"></td> </tr> <tr> <td class="HgAu"></td> <td class=""></td> <td class="SnPb"></td> <td class=""></td> <td class="CuUr"></td> <td class="PbSn"></td> <td class=""></td> <td class=""></td> <td class="NpFe"></td> <td class=""></td> <td class="TiAg"></td> <td class="FeNp"></td> <td class="HgAu"></td> </tr> <tr> <td class=""></td> <td class="NpFe"></td> <td class=""></td> <td class="TiAg"></td> <td class="FeNp"></td> <td class="HgAu"></td> <td class=""></td> <td class="SnPb"></td> <td class=""></td> <td class="CuUr"></td> <td class="PbSn"></td> <td class=""></td> <td class=""></td> </tr> </table> </div> <div class="attr"> <p class="credit">Copyright &#169; 2014-2018 Reid Netterville III</p> </div> </body> </html>
content10/tag_navigation.html
LivePersonInc/dev-hub
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=" "> <title>Navigation pages | LivePerson Technical Documentation</title> <link rel="stylesheet" href="css/syntax.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css"> <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">--> <link rel="stylesheet" href="css/modern-business.css"> <link rel="stylesheet" href="css/lavish-bootstrap.css"> <link rel="stylesheet" href="css/customstyles.css"> <link rel="stylesheet" href="css/theme-blue.css"> <!-- <script src="assets/js/jsoneditor.js"></script> --> <script src="assets/js/jquery-3.1.0.min.js"></script> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> --> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'> --> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> --> <script src="assets/js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> <script src="assets/js/bootstrap-3.3.4.min.js"></script> <script src="assets/js/anchor-2.0.0.min.js"></script> <script src="js/toc.js"></script> <script src="js/customscripts.js"></script> <link rel="shortcut icon" href="images/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="" href="http://0.0.0.0:4005feed.xml"> <script> $(document).ready(function() { // Initialize navgoco with default options $("#mysidebar").navgoco({ caretHtml: '', accordion: true, openClass: 'active', // open save: false, // leave false or nav highlighting doesn't work right cookie: { name: 'navgoco', expires: false, path: '/' }, slide: { duration: 400, easing: 'swing' } }); $("#collapseAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', false); }); $("#expandAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', true); }); }); </script> <script> $(function () { $('[data-toggle="tooltip"]').tooltip() }) </script> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container topnavlinks"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> LivePerson Technical Documentation</span></a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <!-- entries without drop-downs appear here --> <!-- entries with drop-downs appear here --> <!-- conditional logic to control which topnav appears for the audience defined in the configuration file.--> <li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li> <!--comment out this block if you want to hide search--> <li> <!--start search--> <div id="search-demo-container"> <input type="text" id="search-input" placeholder="search..."> <ul id="results-container"></ul> </div> <script src="js/jekyll-search.js" type="text/javascript"></script> <script type="text/javascript"> SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), dataSource: 'search.json', searchResultTemplate: '<li><a href="{url}" title="Navigation pages">{title}</a></li>', noResultsText: 'No results found.', limit: 10, fuzzy: true, }) </script> <!--end search--> </li> </ul> </div> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <div class="col-lg-12">&nbsp;</div> <!-- Content Row --> <div class="row"> <!-- Sidebar Column --> <div class="col-md-3"> <ul id="mysidebar" class="nav"> <li class="sidebarTitle"> </li> <!-- if you aren't using the accordion, uncomment this block: <p class="external"> <a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a> </p> --> </li> </ul> </div> <!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.--> <script>$("li.active").parents('li').toggleClass("active");</script> <!-- Content Column --> <div class="col-md-9"> <div class="post-header"> <h1 class="post-title-main">Navigation pages</h1> </div> <div class="post-content"> <!-- this handles the automatic toc. use ## for subheads to auto-generate the on-page minitoc. if you use html tags, you must supply an ID for the heading element in order for it to appear in the minitoc. --> <script> $( document ).ready(function() { // Handler for .ready() called. $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2' }); /* this offset helps account for the space taken up by the floating toolbar. */ $('#toc').on('click', 'a', function() { var target = $(this.getAttribute('href')) , scroll_target = target.offset().top $(window).scrollTop(scroll_target - 10); return false }) }); </script> <div id="toc"></div> <p>The following pages and posts are tagged with <button type="button" style="cursor: default" class="btn btn-default navbar-btn">navigation</button></p> <table><thead><tr><th>Title</th><th>Type</th><th>Excerpt</th></tr></thead> <tbody> </tbody> </table> <div class="tags"> </div> </div> <hr class="shaded"/> <footer> <div class="row"> <div class="col-lg-12 footer"> &copy;2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br /> Site last generated: Mar 13, 2017 <br /> <p><img src="img/company_logo.png" alt="Company logo"/></p> </div> </div> </footer> </div> <!-- /.row --> </div> <!-- /.container --> </div> </body> </html>
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/dialect/function/class-use/AnsiTrimEmulationFunction.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:57 EDT 2013 --> <TITLE> Uses of Class org.hibernate.dialect.function.AnsiTrimEmulationFunction (Hibernate JavaDocs) </TITLE> <META NAME="date" CONTENT="2013-10-23"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.hibernate.dialect.function.AnsiTrimEmulationFunction (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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/hibernate/dialect/function/AnsiTrimEmulationFunction.html" title="class in org.hibernate.dialect.function"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/hibernate/dialect/function//class-useAnsiTrimEmulationFunction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AnsiTrimEmulationFunction.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> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.hibernate.dialect.function.AnsiTrimEmulationFunction</B></H2> </CENTER> No usage of org.hibernate.dialect.function.AnsiTrimEmulationFunction <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/hibernate/dialect/function/AnsiTrimEmulationFunction.html" title="class in org.hibernate.dialect.function"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/hibernate/dialect/function//class-useAnsiTrimEmulationFunction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AnsiTrimEmulationFunction.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> </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>
views/admin/partials/navs/admin_top_nav.html
jovinbm/harvardgrill
<div ng-controller="NavBarController" class="ng-cloak"> <!--start of desktop nav view--> <nav class="navbar navbar-default navbar-fixed-top hidden-xs" id="desk-nav-header" role="navigation"> <div class="container"> <a href="/admin.html" class="navbar-brand" id="brand-name"> <i class="fa fa-spoon"></i> {{grillName}} </a> <ul class="nav navbar-nav navbar-right"> <li ui-sref-active="active"> <a ui-sref="home"><i class="fa fa-home"></i> Home</a> </li> <li ui-sref-active="active"> <a ui-sref="edit"><i class="fa fa-pencil"></i> Edit</a> </li> <li class="dropdown"> <a href="#" target="_self" class="dropdown-toggle" data-toggle="dropdown"> Admin <b class="caret"></b> </a> <ul class="dropdown-menu"> <li class="disabled"> <a href="#" target="_self">Logout from </a> </li> <li> <a href="#" target="_self" ng-click="logoutAdminSession()">Session </a> </li> <li> <a href="#" target="_self" ng-click="logoutAdminFull()">Harvard </a> </li> </ul> </li> </ul> </div> </nav> <!--end of desktop nav view--> <!--start of mobile nav view--> <div class="navbar navbar-default navbar-fixed-top visible-xs" id="mobile_nav_header" role="navigation"> <div class="navbar-header"> <a href="/admin.html" class="navbar-brand" id="brand-name2"> <i class="fa fa-spoon"></i> {{grillName}} </a> </div> </div> <ul class="nav nav-tabs visible-xs"> <li ui-sref-active="active" class="mobile_nav_tabs col-xs-4"> <a ui-sref="home"><i class="fa fa-home"></i> Home</a> </li> <li ui-sref-active="active" class="mobile_nav_tabs col-xs-4"> <a ui-sref="edit"><i class="fa fa-pencil"></i> Edit</a> </li> <li class="dropdown mobile_nav_tabs col-xs-4"> <a href="#" target="_self" class="dropdown-toggle" data-toggle="dropdown"> <i class="fa fa-user"></i> {{username}} <b class="caret"></b> </a> <ul class="dropdown-menu"> <li class="disabled"> <a href="#" target="_self">Logout from </a> </li> <li> <a href="#" target="_self" ng-click="logoutAdminSession()">Session </a> </li> <li> <a href="#" target="_self" ng-click="logoutAdminFull()">Harvard </a> </li> </ul> </li> </ul> <!--end of mobile nav view--> </div>
stackcache-ChromeExt/search.html
shetyeshail/stackcache
<html> <head> <title>Stack Cache</title> <script src="search.js"></script> </head> <body> <h1 text-align="center">Welcome to Stack Cache</h1> </body> </html>
index.html
luckyOdisetti/Play
<!DOCTYPE html> <html> <head> <title>Play</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://bootswatch.com/paper/bootstrap.min.css"> <link rel="stylesheet" href="" <link rel="stylesheet" href="styles.css"> <!-- Polyfill(s) for older browsers --> <script src="node_modules/core-js/client/shim.min.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/reflect-metadata/Reflect.js"></script> <script src="node_modules/systemjs/dist/system.src.js"></script> <script src="systemjs.config.js"></script> <script> System.import('app').catch(function(err){ console.error(err); }); </script> </head> <body> <base href="/"> <my-app>Loading...</my-app> </body> </html>
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/testing/class-use/OnFailure.html
HerrB92/obp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_34) on Wed Oct 23 13:33:58 EDT 2013 --> <TITLE> Uses of Class org.hibernate.testing.OnFailure (Hibernate JavaDocs) </TITLE> <META NAME="date" CONTENT="2013-10-23"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.hibernate.testing.OnFailure (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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hibernate/testing/OnFailure.html" title="annotation in org.hibernate.testing"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/hibernate/testing//class-useOnFailure.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="OnFailure.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> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.hibernate.testing.OnFailure</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../org/hibernate/testing/OnFailure.html" title="annotation in org.hibernate.testing">OnFailure</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.hibernate.testing.junit4"><B>org.hibernate.testing.junit4</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.hibernate.testing.junit4"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../org/hibernate/testing/OnFailure.html" title="annotation in org.hibernate.testing">OnFailure</A> in <A HREF="../../../../org/hibernate/testing/junit4/package-summary.html">org.hibernate.testing.junit4</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../org/hibernate/testing/junit4/package-summary.html">org.hibernate.testing.junit4</A> with annotations of type <A HREF="../../../../org/hibernate/testing/OnFailure.html" title="annotation in org.hibernate.testing">OnFailure</A></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>BaseCoreFunctionalTestCase.</B><B><A HREF="../../../../org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.html#onFailure()">onFailure</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/hibernate/testing/OnFailure.html" title="annotation in org.hibernate.testing"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-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;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/hibernate/testing//class-useOnFailure.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="OnFailure.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> </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>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.0/elpi/1.4.1.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / elpi - 1.4.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.4.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 07:28:24 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 07:28:24 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.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;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL-2.1-or-later&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ make &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;elpi&quot; {&gt;= &quot;1.11.2&quot; &amp; &lt; &quot;1.12.0~&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} ] tags: [ &quot;logpath:elpi&quot; ] synopsis: &quot;Elpi extension language for Coq&quot; description: &quot;&quot;&quot; Coq-elpi provides a Coq plugin that embeds ELPI. It also provides a way to embed Coq&#39;s terms into λProlog using the Higher-Order Abstract Syntax approach and a way to read terms back. In addition to that it exports to ELPI a set of Coq&#39;s primitives, e.g. printing a message, accessing the environment of theorems and data types, defining a new constant and so on. For convenience it also provides a quotation and anti-quotation for Coq&#39;s syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural numbers, or `{{A -&gt; B}}` to the representation of a product by unfolding the `-&gt;` notation. Finally it provides a way to define new vernacular commands and new tactics.&quot;&quot;&quot; url { src: &quot;https://github.com/LPCIC/coq-elpi/archive/v1.4.1.tar.gz&quot; checksum: &quot;sha256=a458a85e90b2f38cbc1bce9dce8904a1620fddd3e0c63cef916607af2fb51383&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-elpi.1.4.1 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-elpi -&gt; coq &gt;= 8.11 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-elpi.1.4.1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
web/cov/Ibw/JobeetBundle/Repository/index.html
groundcall/jobeet
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for /var/www/jobeet/src/Ibw/JobeetBundle/Repository</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="../../../css/bootstrap.min.css" rel="stylesheet"> <link href="../../../css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="../../../js/html5shiv.js"></script> <script src="../../../js/respond.min.js"></script> <![endif]--> </head> <body> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li><a href="../../../index.html">/var/www/jobeet/src</a></li> <li><a href="../../index.html">Ibw</a></li> <li><a href="../index.html">JobeetBundle</a></li> <li class="active">Repository</li> <li>(<a href="dashboard.html">Dashboard</a>)</li> </ol> </div> </div> </div> </header> <div class="container"> <table class="table table-bordered"> <thead> <tr> <td>&nbsp;</td> <td colspan="9"><div align="center"><strong>Code Coverage</strong></div></td> </tr> <tr> <td>&nbsp;</td> <td colspan="3"><div align="center"><strong>Lines</strong></div></td> <td colspan="3"><div align="center"><strong>Functions and Methods</strong></div></td> <td colspan="3"><div align="center"><strong>Classes and Traits</strong></div></td> </tr> </thead> <tbody> <tr> <td class="success">Total</td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">40&nbsp;/&nbsp;40</div></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">4&nbsp;/&nbsp;4</div></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">2&nbsp;/&nbsp;2</div></td> </tr> <tr> <td class="success"><span class="glyphicon glyphicon-file"></span> <a href="CategoryRepository.php.html">CategoryRepository.php</a></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">3&nbsp;/&nbsp;3</div></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">1&nbsp;/&nbsp;1</div></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">1&nbsp;/&nbsp;1</div></td> </tr> <tr> <td class="success"><span class="glyphicon glyphicon-file"></span> <a href="JobRepository.php.html">JobRepository.php</a></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">37&nbsp;/&nbsp;37</div></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">3&nbsp;/&nbsp;3</div></td> <td class="success big"> <div class="progress"> <div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="100.00" aria-valuemin="0" aria-valuemax="100" style="width: 100.00%"> <span class="sr-only">100.00% covered (success)</span> </div> </div> </td> <td class="success small"><div align="right">100.00%</div></td> <td class="success small"><div align="right">1&nbsp;/&nbsp;1</div></td> </tr> </tbody> </table> <footer> <hr/> <h4>Legend</h4> <p> <span class="danger"><strong>Low</strong>: 0% to 50%</span> <span class="warning"><strong>Medium</strong>: 50% to 90%</span> <span class="success"><strong>High</strong>: 90% to 100%</span> </p> <p> <small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.5</a> using <a href="http://php.net/" target="_top">PHP 5.5.9-1ubuntu4</a> and <a href="http://phpunit.de/">PHPUnit 4.0.17</a> at Fri Jun 13 11:35:09 EEST 2014.</small> </p> </footer> </div> <script src="../../../js/jquery.js" type="text/javascript"></script> <script src="../../../js/bootstrap.min.js" type="text/javascript"></script> <script src="../../../js/holder.js" type="text/javascript"></script> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.0/mathcomp-field/1.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>mathcomp-field: 7 m 4 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.0 / mathcomp-field - 1.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-field <small> 1.9.0 <span class="label label-success">7 m 4 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-20 03:14:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-20 03:14:38 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.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-field&quot; version: &quot;1.9.0&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/field&quot; &quot;install&quot; ] depends: [ &quot;coq-mathcomp-solvable&quot; { = &quot;1.9.0&quot; } ] tags: [ &quot;keyword:algebra&quot; &quot;keyword:field&quot; &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.field&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 Fields&quot; description:&quot;&quot;&quot; This library contains definitions and theorems about field extensions, galois theory, algebraic numbers, cyclotomic polynomials... &quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.9.0.tar.gz&quot; checksum: &quot;sha256=fe3d157a4db7e96f39212f76e701a7fc1e3f125c54b8c38f06a6a387eda61c96&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-field.1.9.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-field.1.9.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 m 50 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-mathcomp-field.1.9.0 coq.8.11.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>7 m 4 s</dd> </dl> <h2>Installation size</h2> <p>Total: 10 M</p> <ul> <li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/fieldext.vo</code></li> <li>843 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/galois.vo</code></li> <li>719 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.vo</code></li> <li>557 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/algnum.vo</code></li> <li>523 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/galois.glob</code></li> <li>520 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/separable.vo</code></li> <li>491 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/algC.vo</code></li> <li>476 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/closed_field.glob</code></li> <li>464 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/finfield.vo</code></li> <li>438 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/fieldext.glob</code></li> <li>420 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/closed_field.vo</code></li> <li>411 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/falgebra.vo</code></li> <li>390 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/separable.glob</code></li> <li>377 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.glob</code></li> <li>333 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/algC.glob</code></li> <li>308 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/falgebra.glob</code></li> <li>286 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/algnum.glob</code></li> <li>226 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/finfield.glob</code></li> <li>177 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.vo</code></li> <li>110 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/galois.v</code></li> <li>67 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/fieldext.v</code></li> <li>53 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/all_field.vo</code></li> <li>52 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.v</code></li> <li>49 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/algC.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/falgebra.v</code></li> <li>44 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/separable.v</code></li> <li>39 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/closed_field.v</code></li> <li>39 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/algnum.v</code></li> <li>32 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/finfield.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/all_field.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/mathcomp/field/all_field.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-field.1.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.1/multiplier/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>multiplier: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.1 / multiplier - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> multiplier <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-11 20:18:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-11 20:18:48 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.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic 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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/multiplier&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/Multiplier&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: hardware verification&quot; &quot;keyword: circuit&quot; &quot;category: Computer Science/Architecture&quot; &quot;category: Miscellaneous/Extracted Programs/Hardware&quot; ] authors: [ &quot;Christine Paulin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/multiplier/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/multiplier.git&quot; synopsis: &quot;Proof of a multiplier circuit&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/multiplier/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=f6d667f5ff4c9cbeffea50988c02e480&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-multiplier.8.7.0 coq.8.12.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.1). The following dependencies couldn&#39;t be met: - coq-multiplier -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) 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-multiplier.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
js/templates/addressInput.html
Ashalbulk/backbone-boilerplate-crud-restful
<div class="form-group"> <label>City <input type="text" class="form-control" name="city" placeholder="Zeon" value="<%= address.city %>"></label> <span class="url-help help-inline"></span> </div> <div class="form-group"> <label>Street <input type="text" class="form-control" name="street" placeholder="The first left st." value="<%= address.street %>"></label> <span class="url-help help-inline"></span> </div> <div class="form-group"> <label>Zip Code <input type="text" class="form-control" name="zipcode" placeholder="010101" value="<%= address.zipcode %>"></label> <span class="url-help help-inline"></span> </div>
apps/blog/templates/500.html
pattu777/LearningDjango
{% extends "blog/base.html" %} {% load i18n %} {% block title %}{% trans 'Server error (500)' %}{% endblock %} {% block content %} <h1>{% trans 'Server Error <em>(500)</em>' %}</h1> <p>{% trans "There's been an error. It's been reported to the site administrators via email and should be fixed shortly. Thanks for your patience." %}</p> {% endblock %}
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+2/ccs/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ccs: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+2 / ccs - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> ccs <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 14:39:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 14:39:15 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ccs&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CCS&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: Labelled Transitions Systems&quot; &quot;keyword: process algebras&quot; &quot;keyword: Calculus of Concurrent Process (CCS)&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; ] authors: [ &quot;Solange Coupet-Grimal&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ccs/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ccs.git&quot; synopsis: &quot;Equivalence notions on labelled transitions systems&quot; description: &quot;&quot;&quot; We give the specification of three different notions of equivalence classically defined on labelled transitions systems underlying the theories of process algebra (and particularly CCS). The fundamentals properties of these equivalence notions are proven.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ccs/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=2852cb3e88db046894cf277f2a429a48&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-ccs.8.6.0 coq.8.7.1+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.7.1+2). The following dependencies couldn&#39;t be met: - coq-ccs -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.0 base of this switch (use `--unlock-base&#39; to force) 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-ccs.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
index.html
EtienneDh/Vitrine-Immo
<!doctype html> <html class="no-js" lang="fr"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title></title> <meta name="keywords" content="Real Estate, project, site-vitrine, immobilier Lille"> <meta name="description" content="Site Vitrine pour agence immobilière"> <meta name="author" content="Etienne Dhennin"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" href="apple-touch-icon.png"> <!-- Place favicon.ico in the root directory --> <link rel="icon" href="favicon.ico"> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/foundation.css"> <link rel="stylesheet" href="css/app.css"> <script src="js/vendor/modernizr.js"></script> <!-- <script src="js/vendor/modernizr-2.8.3.min.js"></script> --> </head> <body> <!--[if lt IE 8]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- HEADER --> <!-- Nav Bar --> <div class="top-bar"> <div class="top-bar-title"> <span data-responsive-toggle="responsive-menu" data-hide-for="medium"> <button class="menu-icon dark" type="button" data-toggle></button> </span> <a href="#strip"><img src="img/Immo-logo.jpg" alt="Logo Immo Lille" class="nav-logo" /></a><strong>Lille</strong> <p>Immo.</p> </div> <div id="responsive-menu"> <div class="top-bar-right"> <ul class="dropdown menu" data-dropdown-menu> <li><a href="#strip">Accueil</a></li> <li><a href="location.html">Location</a></li> <li><a href="vente.html">Vente</a></li> <li><a href="contact.html">Contact</a></li> </ul> </div> </div> </div> <!-- /Nav Bar --> <!-- /HEADER --> <!-- MAIN SECTION --> <!-- Full width picture strip --> <figure class="strip" id="strip"> <figcaption class="title">Bienvenue chez Lille Immo, <br> 32 rue Nationale, Lille.</figcaption> <figcaption class="caption">Lille Immo est spécialisée dans la transaction et la location immobilière depuis plus de 15 ans.</figcaption> </figure> <!-- /Full width picture strip --> <section class="main-wrap"> <!-- Form --> <div class="row"> <form class="search small-12 medium-4 columns" action="index.html" method="post"> <!-- Check Boxes: Location ou Vente --> <fieldset> <legend>Rechercher:</legend> <input type="radio" name="vente" value="vente" id="vente"> <label for="vente">Vente</label> <input type="radio" name="location" value="location" id="location"> <label for="location">Location</label> <!-- /Check Boxes: Location ou Vente --> <!-- Localisation --> <label> Localisation <textarea placeholder="où?" class="user-loc"></textarea> </label> <!-- /Localisation --> <!-- Type de biens --> <legend>Type de biens:</legend> <input id="maison" type="checkbox"> <label for="maison">Maison</label> <input id="appartement" type="checkbox"> <label for="appartement">Appartement</label> <input id="garage" type="checkbox"> <label for="garage">Parking</label> <!-- /Type de biens --> <!-- Nbr de pièces --> <legend>Nombre de pièces:</legend> <input id="un" type="checkbox"> <label for="un">1</label> <input id="deux" type="checkbox"> <label for="deux">2</label> <input id="trois" type="checkbox"> <label for="trois">3</label> <input id="quatre" type="checkbox"> <label for="quatre">4 et +</label> <!-- /Nbr de pièces --> </fieldset> <!-- Budget --> <fieldset> <legend>Budget:</legend> <label> <textarea class="float-left user-budget user-min" placeholder="Min €"></textarea> </label> <label> <textarea class="float-left user-budget" placeholder="Max €"></textarea> </label> </fieldset> <!-- /Budget --> <!-- search --> <button type="button" class="button search-button">Rechercher</button> <!-- /search --> </form> <!-- /Form --> <!-- Carousel, show for medium & large only --> <div class="hide-for-small-only carousel"> <div class="orbit" role="region" aria-label="Top Ventes" data-orbit> <ul class="orbit-container"> <button class="orbit-previous"><span class="show-for-sr">Précedent</span>&#9664;&#xFE0E;</button> <button class="orbit-next"><span class="show-for-sr">Suivant</span>&#9654;&#xFE0E;</button> <li class="is-active orbit-slide"> <img class="orbit-image" src="img/carousel-picture1.jpg" alt="Top Vente"> <figcaption class="orbit-caption">Lille-République T4</figcaption> </li> <li class="orbit-slide"> <img class="orbit-image" src="img/carousel-picture2.jpeg" alt="Top Vente"> <figcaption class="orbit-caption">Lille-Vauban Studio</figcaption> </li> <li class="orbit-slide"> <img class="orbit-image" src="img/carousel-picture3.jpg" alt="Top Vente"> <figcaption class="orbit-caption">Lambersart 150+m2</figcaption> </li> </ul> <nav class="orbit-bullets"> <button class="is-active" data-slide="0"><span class="show-for-sr">First slide details.</span><span class="show-for-sr">Current Slide</span></button> <button data-slide="1"><span class="show-for-sr">Second slide details.</span></button> <button data-slide="2"><span class="show-for-sr">Third slide details.</span></button> </nav> </div> </div> <!-- /Carousel --> </div> <!-- /row --> </section> <!-- /Main-wrap --> <!-- Last Item Added --> <section class="row hide-for-small-only recently-added"> <div class="medium-6 large-4 columns"> <div class="callout secondary"> <h5>Dernier Ajout:</h5> <p>T5 de caractère, parquet d'époque. Produit rare, République, Lille</p> <a href="" class="lightbox"><img class="thumbnail" src="img/last-added-1.jpg" alt="dernier ajout" /></a> </div> </div> <div class="medium-6 large-4 columns"> <div class="callout secondary"> <h5>Dernier Ajout:</h5> <p>T3 Lumineux et spacieux, Boulevard de la Liberté, Lille.</p> <a href="" class="lightbox"><img class="thumbnail" src="img/last-added-2.jpg" alt="dernier ajout" /></a> </div> </div> <div class="hide-for-medium-only large-4 columns"> <div class="callout secondary"> <h5>Dernier Ajout:</h5> <p>Grande Terrasse exposition sud. Moderne, proche voies rapides, La Madeleine.</p> <a href="" class="lightbox"><img class="thumbnail" src="img/last-added-3.jpg" alt="dernier ajout" /></a> </div> </div> <!-- <hr> --> </section> <!-- /Last Item Added --> <!-- Aside --> <aside class="row aside aside-homepage "> <div class="small-12 medium-6 columns news"> <h6>Actualités Immobilières:</h6> <a target="blank" href="http://www.lavieimmo.com/">Lavieimmo.com</a> </div> <div class="small-12 medium-6 columns partenaire"> <a target="blank" href="http://www.partenairesimmo.fr/"><img src="img/partenaire-logo-xs.jpg" alt="photo partenaire immobilier Grand Lille" /></a> </div> </aside> <!-- /Aside --> <!-- /MAIN SECTION --> <!-- FOOTER --> <footer> <p>Lille Immo. , <br>32 rue Nationale Lille</p> <p><a href="#">Mentions légales</a> <ul> <li><a href="#" title="facebook"><img src="img/facebook.png" alt="facebook" /></a></li> <li><a href="#" title="Mail"><img src="img/google-plus.png" alt="Google Mail" class="expand" /></a></li> <li><a href="#" title="Twitter"><img src="img/twitter.png" alt="Twitter" /></a></li> </ul> </footer> <!-- /FOOTER --> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> --> <!-- <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script> --> <!-- script foundation --> <script src="js/vendor/jquery.js"></script> <script src="js/vendor/what-input.js"></script> <script src="js/vendor/foundation.js"></script> <script> $(document).foundation(); </script> <script src="js/app.js"></script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(b, o, i, l, e, r) { b.GoogleAnalyticsObject = l; b[l] || (b[l] = function() { (b[l].q = b[l].q || []).push(arguments) }); b[l].l = +new Date; e = o.createElement(i); r = o.getElementsByTagName(i)[0]; e.src = 'https://www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e, r) }(window, document, 'script', 'ga')); ga('create', 'UA-XXXXX-X', 'auto'); ga('send', 'pageview'); </script> </body> </html>
bpmarchive/templates/base.html
maninmotion/bpmarchive
{% load staticfiles %} <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>{% block title %}bpmarchive{% endblock title %}</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <!-- Le styles --> <link href="{% static 'bootstrap/css/bootstrap.min.css' %}" rel="stylesheet" /> <style> body { padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } </style> <!-- <link href="{% static 'css/bootstrap-responsive.min.css' %}" rel="stylesheet"> <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet"> --> <link href="{% static 'plugins/select2/select2.css' %}" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/css/jquery.dataTables.css"> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- This file store project specific CSS --> <link href="{% static 'css/project.css' %}" rel="stylesheet"> <!-- Use this to quickly test CSS changes in a template, then move to project.css --> {% block extra_css %}{% endblock extra_css %} </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" 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> <a class="navbar-brand" href="#">Project name</a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li class="active"><a href="#">Home</a></li> <li><a href="{% url 'artist-home' %}">Artists</a></li> <li><a href="/artists{% url 'track-home' %}">Tracks</a></li> <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> </ul> </div><!--/.nav-collapse --> </div> </div> <div class="container"> <h1>{% block page_title %}Example Base Template{% endblock page_title %}</h1> {% block content %} <p>Use this document as a way to quick start any new project.</p> {% endblock content %} </div> <!-- /container --> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="http://code.jquery.com/jquery-latest.js"></script> <!-- <script src="{% static 'js/bootstrap.min.js' %}"></script> --> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> <script type="text/javascript" charset="utf8" src="http://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js"></script> <script src="{% static 'plugins/select2/select2.min.js' %}"></script> <script src="{% static 'js/jquery.json-2.4.min.js' %}"></script> <!-- place project specific Javascript in this file --> <script src="{% static 'js/project.js' %}"></script> {% block extra_js %}{% endblock extra_js %} </body> </html>
UE4AM/docs/html/admin_2_r_e_a_d_m_e_8md.html
xzessmedia/UE4AM
<!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.4"/> <title>UE4AM: admin/README.md File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">UE4AM &#160;<span id="projectnumber">0.2</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.4 --> <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><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li> <li class="current"><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="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>Globals</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)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Pages</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">admin/README.md File Reference</div> </div> </div><!--header--> <div class="contents"> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Fri Mar 20 2015 17:25:41 for UE4AM by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.4 </small></address> </body> </html>
_posts/2012-08-08-episode-2-time-to-refactor.html
haskelllive/haskelllive.github.com
--- layout: post title: "Episode 2: Time To Refactor" youtube: 6KkF5-_erns description: > Wherein we review the code from our last episide, fix some bugs, alleviate some code smells, refactor some things to improve clarity and reduce redundancy, and introduce the concept of failed board parsing with error reporting. --- <h2><a href="{{ page.url }}">{{ page.title }}</a></h2> <p class="lead">{{ page.description }}</p> <p> I've also posted a list of the tools I use to set up <a href="/environment.html">my environment</a>. </p> {% include discussion.html %} <p> <span class="bright ss-icon">info</span> We recommend that you watch this video in full screen at 720p. </p> {% include youtube.html %}
test/index.html
mattdesl/scrape-scripts
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, shrink-to-fit=0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <title>scrape-scripts</title> </head> <body> <script src="script.js"></script> </body> </html>
lucene/lib/lucene-4.6.1/docs/misc/org/apache/lucene/index/sorter/class-use/SortingMergePolicy.html
OrlandoLee/ForYou
<!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.6.0_27) on Thu Jan 23 20:13:18 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.lucene.index.sorter.SortingMergePolicy (Lucene 4.6.1 API)</title> <meta name="date" content="2014-01-23"> <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.lucene.index.sorter.SortingMergePolicy (Lucene 4.6.1 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/lucene/index/sorter/SortingMergePolicy.html" title="class in org.apache.lucene.index.sorter">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/lucene/index/sorter//class-useSortingMergePolicy.html" target="_top">FRAMES</a></li> <li><a href="SortingMergePolicy.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.lucene.index.sorter.SortingMergePolicy" class="title">Uses of Class<br>org.apache.lucene.index.sorter.SortingMergePolicy</h2> </div> <div class="classUseContainer">No usage of org.apache.lucene.index.sorter.SortingMergePolicy</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/lucene/index/sorter/SortingMergePolicy.html" title="class in org.apache.lucene.index.sorter">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/lucene/index/sorter//class-useSortingMergePolicy.html" target="_top">FRAMES</a></li> <li><a href="SortingMergePolicy.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>
Processing/cubecube_software/web-export/index.html
alter3go/Cubecube
<!DOCTYPE html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>modelbuilder_stacking_prims : Built with Processing and Processing.js</title> <link rel="icon" type="image/x-icon" href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAQAAVzABAEAjBQAaDwYAWjUGAGE6CQBrQQ0ATS8PAFhAJwBUQC8AbFI6AHVXPACBZk4A4NrWAPb19QAAAAAAAMmZmZmZmgAJIwAAAAAAcMIjPjA+PjAKpxIuMDMzMAm0Ii4zMzMACaIiLt3dMAAJtyIuIzPQAAm0Un5yM+IzKLRkfncy4iIotRF+dyLkIiq0QX53F+EiGrQUTkd34iIatEVu7u5iIVrBVVRBRFRVbAtGZGZla2uwAMu7u7u8vADAAwAAgAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIABAADAAwAA" /> <meta name="Generator" content="Processing" /> <!-- - - - - - - - - - - - - - - - - - - - - + + Wondering how this works? + + Go to: http://processing.org/ + and: http://processingjs.org/ + + - - - - - - - - - - - - - - - - - - - - --> <style type="text/css"> body { background-color: #333; color: #bbb; line-height: normal; font-family: Lucida Grande, Lucida Sans, Arial, Helvetica Neue, Verdana, Geneva, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; line-height: 1.5em; } a img { border: 0px solid transparent; } a, a:link, a:visited, a:active, a:hover { color: #cdcdcd; text-decoration: underline; } h1 { font-family: Arial, Helvetica Neue, Verdana, Geneva, sans-serif; width: 100%; letter-spacing: 0.1em; margin-bottom: 1em; font-size: 1.65em; } canvas { display: block; outline: 0px; margin-bottom: 1.5em; } #content { margin: 50px auto 0px auto; padding: 25px 25px 15px 25px; width: 1280px; min-width: 300px; overflow: auto; border-left: 1px solid #444; border-top: 1px solid #444; border-right: 1px solid #333; border-bottom: 1px solid #333; background-color: #3d3d3d; } </style> <!--[if lt IE 9]> <script type="text/javascript">alert("Your browser does not support the canvas tag.");</script> <![endif]--> <script src="processing.js" type="text/javascript"></script> <script type="text/javascript"> // convenience function to get the id attribute of generated sketch html element function getProcessingSketchId () { return 'modelbuilderstackingprims'; } </script> </head> <body> <div id="content"> <div> <canvas id="modelbuilderstackingprims" data-processing-sources="modelbuilder_stacking_prims.pde" width="1280" height="720"> <p>Your browser does not support the canvas tag.</p> <!-- Note: you can put any alternative content here. --> </canvas> <noscript> <p>JavaScript is required to view the contents of this page.</p> </noscript> </div> <h1>modelbuilder_stacking_prims</h1> <p id="description">modelbuilder_stacking_prims by Scott Kildall Primitive-stacking code using modelbuilder libraries Will arrange primitives in an 8x8 grid, like a chess board. Units are in mm "a" will add an 8x8 'layer' of blocks "r" will generate random blocks "spacebar" will export 'output.stl' to sketch folder -> Right now, only have support for cubes, but will add others later</p> <p id="sources">Source code: <a href="modelbuilder_stacking_prims.pde">modelbuilder_stacking_prims</a> </p> <p> Built with <a href="http://processing.org" title="Processing">Processing</a> and <a href="http://processingjs.org" title="Processing.js">Processing.js</a> </p> </div> </body> </html>
app/temp/styles/base/_navbar.css
pauljacobson/modiin_bus
.clock { font-family: 'Rubik', sans-serif; font-size: 1rem; text-align: right; font-weight: 400; } .navbutton a { text-decoration: none; color: snow; } .navbutton a:visited { color: snow; } .navbutton a:hover { color: rgb(235, 237, 161); font-size: 1.2em; } .navbar { display: flex; justify-content: center; list-style-type: none; background-color: rgb(6, 31, 99); border-radius: 1.25rem; padding: 0.625rem; } .navbutton { flex: 1; width: 10%; min-width: max-content; padding: 0.625rem; color: snow; font-size: 16px; margin: .3125rem; text-align: center; text-decoration: none; } #home .navbutton-active { background-color: rgb(24, 99, 6); } .navbutton a { text-decoration: none; } .navbar a:hover { color: yellow; border: 1px solid yellow; }
demo/index.html
assisrafael/angular-input-masks
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Angular Mask Demo</title> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.28/angular.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/angular-i18n/1.2.15/angular-locale_pt-br.js"></script> <script src="../releases/angular-input-masks-dependencies.js"></script> <script src="../releases/angular-input-masks.js"></script> <script> angular.module('demo', ['ui.utils.masks']) .controller('ctrl', function ctrl($scope) { $scope.numberWith2Decimals = -1234.178; $scope.percentageWithDefaultDecimals = 0.7654; $scope.initializedCpf = '35244457640'; $scope.initializedCnpj = '13883875000120'; $scope.initializedCpfCnpj1 = '56338332958'; $scope.initializedCpfCnpj2 = '23212161000144'; $scope.defaultMoney = 153.12; $scope.negativeMoney = -153.12; $scope.moneyStartedWith0 = 0; $scope.moneyInitializedWithString = '3.53'; $scope.initializedPhoneNumber = '3133536767'; $scope.initializedCep = '30112010'; $scope.states = ['AC','AL','AM','AP','BA','CE','DF','ES','GO','MA', 'MG','MS','MT','PA','PB','PE','PI','PR','RJ','RN','RO','RR', 'RS','SC','SE','SP','TO']; $scope.fixedStateIE = '0623079040081'; $scope.initializedState = 'SP'; $scope.initializedIE = 'P3588747709710'; $scope.initializedDateMask = new Date(); $scope.initializedWithISOStringDateMask = (new Date()).toISOString(); }); </script> </head> <body ng-app="demo"> <form name="form" ng-controller="ctrl"> <h2>ui-number-mask</h2> <input type="text" name="field21" ng-model="numberWithoutGroupSep" ui-number-mask ui-hide-group-sep> <br> <span ng-bind="numberWithoutGroupSep"></span> - {{form.field21.$error}} <br> <input type="text" name="field" ng-model="numberWithDefaultDecimals" ui-number-mask> <br> <span ng-bind="numberWithDefaultDecimals"></span> <br> <input type="text" name="field2" ng-model="numberWith2Decimals" ui-number-mask="2" ui-negative-number> <br> <span ng-bind="numberWith2Decimals"></span> - (accepts negative numbers. Press '-' to test) <br> <input type="text" name="field3" ng-model="numberWith3Decimals" ui-number-mask="3" min="3.8" max="numberWith2Decimals"> <br> <span ng-bind="numberWith3Decimals"></span> {{form.field3.$error}} <br> <input type="text" name="field4" ng-model="numberWith0Decimals" ui-number-mask="0" min="numberWith3Decimals"> <br> <span ng-bind="numberWith0Decimals"></span> - {{form.field4.$error}} <br> Number: <input type="text" name="field23" ng-model="numberWithDynamicDecimals" ui-number-mask="decimals"> Decimals: <input type="text" name="field22" ng-model="decimals" ui-number-mask=0><br> <span ng-bind="numberWithDynamicDecimals"></span> - {{form.field23.$error}} <br> <h2>ui-percentage-mask</h2> $viewValue - <input type="text" name="field5" ng-model="percentageWithDefaultDecimals" ui-percentage-mask> <br> $modelValue - <span ng-bind="percentageWithDefaultDecimals"></span> <br> <input type="text" name="field6" ng-model="percentageWith4Decimals" ui-percentage-mask="4" min="percentageWithDefaultDecimals" max="115"> <br> <span ng-bind="percentageWith4Decimals"></span> - {{form.field6.$error}} <br> Percentage: <input type="text" name="field25" ng-model="percentWithDynamicDecimals" ui-percentage-mask="pdecimals"> Decimals: <input type="text" name="field26" ng-model="pdecimals" ui-number-mask=0><br> <span ng-bind="percentWithDynamicDecimals"></span> - {{form.field25.$error}} <br> <h4>ui-percentage-value</h4> $viewValue - <input type="text" name="field6" ng-model="percentageValue" ui-percentage-mask="4" ui-percentage-value min="percentageWithDefaultDecimals" max="115"> <br> $modelValue - <span ng-bind="percentageValue"></span> <h4>ui-percentage-mask without space before %</h4> $viewValue - <input type="text" name="field29" ng-model="percentageValueNoSpace" ng-model-options="{allowInvalid:true}" ui-percentage-mask="2" ui-percentage-value ui-hide-space min="percentageWithDefaultDecimals" max="115"> <br> <br /> <h2>ui-br-cpf-mask</h2> <input type="text" name="field7" ng-model="initializedCpf" ui-br-cpf-mask> <br> <span ng-bind="initializedCpf"></span> - {{form.field7.$error}}<br> <input type="text" name="field8" ng-model="fieldCpf" ui-br-cpf-mask> <br> <span ng-bind="fieldCpf"></span> - {{form.field8.$error}}<br> <h2>ui-br-cnpj-mask</h2> <input type="text" name="field9" ng-model="initializedCnpj" ui-br-cnpj-mask> <br> <span ng-bind="initializedCnpj"></span> - {{form.field9.$error}}<br> <input type="text" name="field10" ng-model="fieldCnpj" ui-br-cnpj-mask> <br> <span ng-bind="fieldCnpj"></span> - {{form.field10.$error}}<br> <h2>ui-br-cpfcnpj-mask</h2> <input type="text" name="field11" ng-model="initializedCpfCnpj1" ui-br-cpfcnpj-mask> <br> <span ng-bind="initializedCpfCnpj1"></span> - {{form.field11.$error}}<br> <input type="text" name="field12" ng-model="initializedCpfCnpj2" ui-br-cpfcnpj-mask> <br> <span ng-bind="initializedCpfCnpj2"></span> - {{form.field12.$error}}<br> <input type="text" name="field13" ng-model="cpfcnpj" ui-br-cpfcnpj-mask> <br> <span ng-bind="cpfcnpj"></span> - {{form.field13.$error}}<br> <h2>ui-money-mask</h2> <input type="text" name="field14" ng-model="defaultMoney" ui-money-mask> <br> <span ng-bind="defaultMoney"></span> - {{form.field14.$error}}<br> <input type="text" name="negativeMoney" ng-model="negativeMoney" ui-money-mask ui-negative-number> <br> <span ng-bind="negativeMoney"></span> - {{form.negativeMoney.$error}}<br> <input type="text" name="moneyField" ng-model="moneyStartedWith0" ui-money-mask> <br> <span ng-bind="moneyStartedWith0"></span> - {{form.moneyField.$error}}<br> <input type="text" name="moneyField2" ng-model="moneyInitializedWithString" ui-money-mask> <br> <span ng-bind="moneyInitializedWithString"></span> - {{form.moneyField2.$error}}<br> <input type="text" name="field15" ng-model="money3Decimals" ui-money-mask="3" min="defaultMoney" max="field16"> <br> <span ng-bind="money3Decimals"></span> - {{form.field15.$error}}<br> <input type="text" name="field16" ng-model="field16" ui-money-mask="0"> <br> {{field16}} - {{form.field16.$error}} <br> Money: <input type="text" name="field27" ng-model="moneyWithDynamicDecimals" ui-money-mask="mdecimals"> Decimals: <input type="text" name="field28" ng-model="mdecimals" ui-number-mask=0><br> <span ng-bind="moneyWithDynamicDecimals"></span> - {{form.field27.$error}} <br> <h4>ui-money-mask without space after currency symbol</h4> Money: <input type="text" name="field30" ng-model="moneyWithDynamicDecimals" ui-hide-space ui-money-mask="mdecimals"> <br> <h4>ui-money-mask with currency after value</h4> Money: <input type="text" name="field31" ng-model="defaultMoney" ui-currency-after ui-money-mask="mdecimals" currency-symbol="EUR"> <h2>ui-br-phone-number</h2> <input type="text" name="phoneNumber" ng-model="phoneNumber" ui-br-phone-number-mask><br> <span ng-bind="phoneNumber">-</span> - {{form.phoneNumber.$error}}<br> <br> <input type="text" name="initializedPhoneNumber" ng-model="initializedPhoneNumber" ui-br-phone-number-mask><br> <span ng-bind="initializedPhoneNumber">-</span> - {{form.initializedPhoneNumber.$error}}<br> <br> <h2>ui-br-cep-mask</h2> <input type="text" name="field17" ng-model="initializedCep" ui-br-cep-mask><br> <span ng-bind="initializedCep"></span> - {{form.field17.$error}}<br> <br> <input type="text" name="field18" ng-model="cep" ui-br-cep-mask><br> <span ng-bind="cep"></span> - {{form.field18.$error}}<br> <br> <h2>ui-br-ie-mask</h2> <input type="text" name="field24" ng-model="fixedStateIE" ui-br-ie-mask="'MG'"><br> <span></span>MG: <span ng-bind="fixedStateIE"></span> - <span ng-bind="form.field24.$error | json"></span><br> <br> <select ng-model="initializedState" ng-options="state for state in states"></select> <input type="text" name="field19" ng-model="initializedIE" ui-br-ie-mask='initializedState'><br> <span ng-bind="initializedState"></span>: <span ng-bind="initializedIE"></span> - <span ng-bind="form.field19.$error | json"></span><br> <br> <select ng-model="state" ng-options="state for state in states"> <option value="">--</option> </select> <input type="text" name="field20" ng-model="inscEst" ui-br-ie-mask="state"><br> <span ng-bind="state"></span>: <span ng-bind="inscEst"></span> - <span ng-bind="form.field20.$error | json"></span><br> <br> <h2>ui-br-car-plate-mask</h2> <input type="text" name="field25" ng-model="carPlate" ui-br-car-plate-mask><br> <span></span>Plate: <span ng-bind="carPlate"></span> - <span ng-bind="form.field25.$error | json"></span><br> <br> <h2>ui-date-mask</h2> <input type="text" name="field26" ng-model="initializedDateMask" ui-date-mask><br> <span></span>Date: <span ng-bind="initializedDateMask"></span> - <span ng-bind="form.field26.$error | json"></span><br> <br> </form> </body> </html>
nodejs/simple-routing/sites/code-ar.com.loc/static/css/custom-bootstrap.css
jcbryksa/labs
.navbar-default { background-color: #8AA8E7;; border-color: #8AA8E7; } .navbar-default .navbar-brand { color: white; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: white; } .navbar-default .navbar-nav > li > a { color: white; margin-top:3px; margin-bottom: -2px; } .navbar-default .navbar-nav > li > a.btn { margin-top:1px; border:0px; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: white; background-color: #548DD4; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: white; background-color: #548DD4; color: #5BC0DE; background-color: white; /*transparent;*/ border-radius: 8px 8px 0px 0px; } .collapsing ul li a, .in ul li a { border-radius: 0px 0px 0px 0px!important;} .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: #548DD4; /*#ddd;*/ } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #8AA8E7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: white; background-color: #548DD4; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: white; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #5BC0DE; background-color: white; /*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: white; background-color: #548DD4; color: #5BC0DE; background-color: white; /*transparent;*/ } .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 { } .navbar-default .navbar-link:hover { color: #5BC0DE; background-color:white; } .navbar-default .btn-link { color: white; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #5BC0DE; background-color:white; } .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 .btn { margin: 7px 0 0 7px; } */ .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkservices, .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkservices:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkservices:focus, .navbar-default .navbar-nav > .active > #lnkservices, .navbar-default .navbar-nav > .active > #lnkservices:hover, .navbar-default .navbar-nav > .active > #lnkservices:focus { color: white; background-color: #614889; } .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkmethodology, .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkmethodology:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkmethodology:focus, .navbar-default .navbar-nav > .active > #lnkmethodology, .navbar-default .navbar-nav > .active > #lnkmethodology:hover, .navbar-default .navbar-nav > .active > #lnkmethodology:focus { color: white; background-color: #5CB85C; } .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkcontact, .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkcontact:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkcontact:focus, .navbar-default .navbar-nav > .active > #lnkcontact, .navbar-default .navbar-nav > .active > #lnkcontact:hover, .navbar-default .navbar-nav > .active > #lnkcontact:focus { color: white; background-color: #548DD4; } .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkhome, .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkhome:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > #lnkhome:focus, .navbar-default .navbar-nav > .active > #lnkhome, .navbar-default .navbar-nav > .active > #lnkhome:hover, .navbar-default .navbar-nav > .active > #lnkhome:focus { color: white; background-color: #3B5998; }
templates/index.html
dictyBase/dicty-react-components
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <title>Tab App</title> </head> <body style="background-color:#fff;"> <div style="margin-left:30px;padding-left:30px;padding-top:20px;"> <h1 style="font-size:36px;font-weight:500;line-height:1.1;font-family:Helvetica,Arial,sans-serif;margin-bottom:10px;"> Demo of <i>dicty-react-component</i> </h1> <ul style="margin-top:0px;font-family:Helvetica,Arial,sans-serif;font-size:20px;line-height:1.42;color:#333;""> <li> <a style="text-decoration:none;" href="demo/tab.html#/jerry">Tab</a> </li> <li> <a style="text-decoration:none;" href="demo/layout.html">Layout</a> </li> <li> <a style="text-decoration:none;" href="demo/panel.html">Panel</a> </li> <li> <a style="text-decoration:none;" href="demo/domain.html">Interpro domain</a> </li> </ul> </div> </body> </html>
d3js101/svg101.html
onlinemad/d3js-example
<!DOCTYPE html> <html> <head> </head> <body> <svg width="100" height="100"> <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" /> </svg> </body> </html>
content/marcado/169420.html
okfn-brasil/queriDO
<html> <head> <meta charset="UTF-8"/> <meta itemprop='identifier' content='169420'/> <meta itemprop='datePublished' content='2014-06-16'/> <meta itemprop='datePublished-pubid' content='61'/> </head> Secretaria Municipal de Fazenda <p class="MsoNormal"> Secretaria Municipal de Fazenda </p> <p class="MsoNormal"> Superintendencia do Tesouro Municipal </p> <p class="MsoNormal"> Gerencia de Programacao de Pagamento </p> <p class="MsoNormal"> Despacho do Gerente </p> <p class="MsoNormal"> Liquidacoes Programadas </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> FONTE TESOURO </p> <p class="MsoNormal"> ------------- </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> 3¦ GERENCIA TECNICA REGIONAL </p> <p class="MsoNormal"> 14/000072/10 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> AAFARJ ASSOCIACAO DOS AGENTES DE FAZENDA DO MUN. DO RJ. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ABASB-ASSOC.BENEFICENTE DE AUX.DOS SERV.DO BRASIL </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ABMMERJ-ASSOC.BENEFICENTE DOS MOTORISTAS E MECAN.DO EST.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ACAMRJ-ASSOCIACAO DOS CONTROLADORES DA ARREC.DO MUN.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ACAO INFORMATICA BRASIL LTDA </p> <p class="MsoNormal"> 01/300284/13C 20/05/2014* 01/300284/13L 20/05/2014* </p> <p class="MsoNormal"> 01/300284/13P 20/05/2014* 01/300416/13C 13/05/2014* </p> <p class="MsoNormal"> 01/300416/13L 13/05/2014* 01/300416/13P 13/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ACASAERJ-ASSOC.CAIXA DE AUXILIO DOS SERV.ARTEZANAIS EST.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ACBF-ASSOC.DE APOIO CULTURAL E BENEFICENTE DOS FUNC.PUBLICOS </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ACBSERJ-ASSOC.CAIXA BENEFICENTE DOS SERV.DO EST.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ACSSERJ-ASSOC.CAIXA DE SOCORROS DOS SERV.DO EST.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> AFAERJ-ASSOC.DOS FISCAIS DE ATIV.ECON.DO MUN.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> AFISCO-ASSOC.DOS FISCAIS DO LIC.DA IND.E PROF.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> AFP-ASSOCIACAO FEDERAL DE POLICIA </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ALEXANDRE NERY BRANDAO </p> <p class="MsoNormal"> 11/506958/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> AMIL ASSISTENCIA MEDICA INTERNACIONAL S/A </p> <p class="MsoNormal"> 02/400299/14 05/001683/14 </p> <p class="MsoNormal"> 06/100775/14 12/600191/14 </p> <p class="MsoNormal"> 14/301416/14 14/400360/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> APPAI-ASSOC.BENEF.DOS PROFES.PUBL.ATIVOS E INATIVOS EST.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASA-RIO-ASSOC.DOS SERV.ADMINISTRATIVOS DO GRANDE RIO </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASCB-ASSOCIACAO DOS SERVIDORES CIVIS DO BRASIL </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASCERJ-ASSOCIACAO DOS SERV.CONTRATADOS DO EST.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASFB-ASSOC.DOS SERV.FAZENDARIOS DO BRASIL </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASFEMRJ-ASSOC.DOS SERVIDORES FEDERAIS,ESTADUAIS E MUNICIPAIS </p> <p class="MsoNormal"> 05/001683/14 14/301416/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASG DO BRASIL TECNOLOGIA DA INFORMATICA LTDA </p> <p class="MsoNormal"> 01/300052/14C 13/05/2014* 01/300052/14L 13/05/2014* </p> <p class="MsoNormal"> 01/300052/14P 13/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASIPERJ-ASSOC.DOS SERV.DO INST.DE PREVIDENCIA DO EST.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASPEMRJ-ASSOC.DOS SERV.PUBLICOS EST.E MUN.DO R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASPREV </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASPUB-ASSOC.DOS SERVIDORES PUBLICOS DO BRASIL </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASSERJ-ASSOCIACAO DOS SERV.ESTADUAIS DO R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASSERLUZ ASSOCIACAO DOS SERVIDORES DA RIOLUZ </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASSIM - FUNDO DE SAUDE </p> <p class="MsoNormal"> 05/001683/14 12/600191/14 </p> <p class="MsoNormal"> 14/301416/14 14/400360/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASSIPLAN ASSOC.SERV.DA EMPRESA MUN.INFORMATICA </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASSIST-ASSOCIACAO DOS SERVIDORES MUN.,EST.E FEDERAIS E DO RJ </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASSOC. FUNC. EST. MUNIC. AUT. RJ </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASSOC.DOS PROCURADORES DO MUNIC. RJ </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASSOC.DOS SERV.DA SMDS E FUNDO RIO ASFUNRIO </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ASSOCIACAO DOS ANALISTAS DE ORCAMENTO DO MUN.DO RJ </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO ARBI S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO BBM S.A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO BGN </p> <p class="MsoNormal"> 05/001683/14 12/600191/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO BMG S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO BONSUCESSO S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO BVA S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO CACIQUE S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO CRUZEIRO DO SUL S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO DO BRASIL S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO DO ESTADO DO RIO GRANDE DO SUL </p> <p class="MsoNormal"> 05/001683/14 14/400360/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO FIBRA S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO INDUSTRIAL COMERCIAL S/A -BIC BANCO </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO INDUSTRIAL DO BRASIL S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO ITAU S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO MORADA S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO ORIGINAL S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO PANAMERICANO S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO PINE S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BANCO PROSPER S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BEST VIGILANCIA E SEGURANCA LTDA </p> <p class="MsoNormal"> 12/500088/14T 15/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BRB CREDITO,FINANCIAMENTO E INVESTIMENTO S.A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BV FINANCEIRA CFI S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CAGESP CAIXA GERAL DOS SERVIDORES PUBLICOS </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CAIXA ECONOMICA FEDERAL </p> <p class="MsoNormal"> 05/001683/14 12/600191/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CAMCIBRAS-CAIXA ASSISTENCIAL DE MILITARES E CIVIS DO BRASIL </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CAPEMISA SEGURADORA DE VIDA E PREVIDENCIA S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CASERJ-CAIXA BENEFICENTE DOS SERV.FED.,EST.E MUN.DO EST.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CBSB- CAIXA BENEFICENTE DOS SERV. DO BRASIL </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CENTRO MUNICIPAL DE SAUDE JOAO BARROS BARRETO </p> <p class="MsoNormal"> 21/000073/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CESNIK QUINTINO E SALINAS ADVOGADOS </p> <p class="MsoNormal"> 12/500230/10T 14/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CINEFILMES LTDA </p> <p class="MsoNormal"> 12/500277/12 11/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CISSEX-CAIXA DE ASSISTENCIA </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CM-CLUBE MUNICIPAL </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> COMLURB - COMPANHIA MUNICIPAL DE LIMPEZA URBANA </p> <p class="MsoNormal"> 07/002506/10 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> COORDENADORIA GERAL DE FISCALIZACAO DE MANUTENCAO PREDIAL </p> <p class="MsoNormal"> 02/000150/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CSPB-CASA DOS SERVIDORES PUBLICOS DO BRASIL </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> EMPRESA MUNICIPAL DE ARTES GRAFICAS - IMPRENSA DA CIDADE </p> <p class="MsoNormal"> 06/500893/14 10/06/2014* 26/009169/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> FASPERJ-FEDERACAO DAS ASSOC.E SIND.DOS SERV.PUBL.NO EST.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> FERNANDA TABOADA </p> <p class="MsoNormal"> 11/506884/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> FINANCEIRA ALFA S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> GISELLE DA CONCEICAO CASTRO </p> <p class="MsoNormal"> 12/000397/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> HSBC BANK BRASIL S/A- BANCO MULTIPLO </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> IGUAPE PARTICIPACOES S.A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> JANE DUARTE DOMINGUES MATIAS </p> <p class="MsoNormal"> 21/000069/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> JEAN LEONARDUS CARIS </p> <p class="MsoNormal"> 01/002428/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> LUIZ EDUARDO CAVALCANTI CORREA </p> <p class="MsoNormal"> 11/506953/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> MARCOS MIRANDA CAMINHA </p> <p class="MsoNormal"> 21/000069/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> MITRA ENGENHARIA E MONTAGENS INDUSTRIAIS LTDA </p> <p class="MsoNormal"> 06/500818/14T 20/05/2014* 12/500097/14T 13/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> MONGERAL PREVIDENCIA PRIVADA </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> NET RIO S/A </p> <p class="MsoNormal"> 22/000067/14 11/06/2014* 26/001231/14 06/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ORACLE DO BRASIL SISTEMAS LTDA </p> <p class="MsoNormal"> 01/300085/14C 14/05/2014* 01/300085/14L 14/05/2014* </p> <p class="MsoNormal"> 01/300085/14P 14/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> PARANA BANCO S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> RICARDO CARDOSO DOS SANTOS </p> <p class="MsoNormal"> 01/200016/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> RIOURBE - EMPRESA MUNICIPAL DE URBANIZACAO </p> <p class="MsoNormal"> 05/001683/14 06/500129/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SATEMRJ-SINDICATO DOS AUX.E TEC.DE ENFERMAGEM DO MUN.R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SEAERJ-SOCIEDADE DOS ENGENHEIROS E ARQUITETOS DO EST.R.J. </p> <p class="MsoNormal"> 05/001683/14 14/301416/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SECRETARIA ESPECIAL DE CIENCIA E TECNOLOGIA </p> <p class="MsoNormal"> 17/000001/09 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SEPERJ-SINDICATO EST.DOS PROFISSIONAIS DA EDUCACAO DO R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SERVICE INFORMATICA LTDA </p> <p class="MsoNormal"> 01/300452/13C 05/05/2014* 01/300452/13L 05/05/2014* </p> <p class="MsoNormal"> 01/300452/13P 05/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SINCAF-SINDICATO CARIOCA DOS FISCAIS DE RENDAS </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SINDICATO DOS ASSISTENTES SOCIAIS DO EST.DO RIO DE JANEIRO </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SINDICATO DOS ENFERMEIROS DO RIO DE JANEIRO DO R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SISEP-RIO-SINDICATO DOS SERV.PUBLICOS DO MUNICIPIO DO R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SUZANE MAYER VARELA DA SILVA </p> <p class="MsoNormal"> 12/000397/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> UECIRJ-UNIAO DOS EDUCADORES DA CIDADE DO R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> UFERJ-UNIAO DOS FUNCIONARIOS DO ESTADO DO R.J. </p> <p class="MsoNormal"> 05/001683/14 14/301416/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> UNIBANCO-UNIAO DE BANCOS BRASILEIROS S/A </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> UNIPREV-UNIAO PREVIDENCIARIA </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> UNISYS BRASIL LTDA </p> <p class="MsoNormal"> 01/300058/14C 13/05/2014* 01/300058/14L 13/05/2014* </p> <p class="MsoNormal"> 01/300058/14P 13/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> UNSP UNIAO NACIONAL DOS SERV. PUBLICOS CIVIS DO BRASIL </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> USEMRJ-UNIAO DOS SERVIDORES DO ESTADO E MUNICIPIO DO R.J. </p> <p class="MsoNormal"> 05/001683/14 </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> WOLLAUTO ADMINISTRACAO LOCACAO LTDA </p> <p class="MsoNormal"> 01/600082/14C 20/05/2014* 01/600082/14L 20/05/2014* </p> <p class="MsoNormal"> 01/600082/14P 20/05/2014* 06/500668/14T 02/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> OUTRAS FONTES </p> <p class="MsoNormal"> ------------- </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ARCADIS LOGOS SA. </p> <p class="MsoNormal"> 06/500727/14T 19/05/2014* 06/500728/14T 15/05/2014* </p> <p class="MsoNormal"> 06/500729/14T 16/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ARQHOS CONSULTORIA E PROJETOS LTDA </p> <p class="MsoNormal"> 06/500630/14T 02/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ARUP BRASIL CONSULTORIA LTDA </p> <p class="MsoNormal"> 06/500630/14T 02/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> BLAC BLACKHEUSER E LEONIDIO ARQUITETURA E CIDADES LTDA </p> <p class="MsoNormal"> 06/500630/14T 02/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CDR CLINICA DE DOENCAS RENAIS LTDA </p> <p class="MsoNormal"> 09/000222/14 10/06/2014* 09/000225/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CDR CLINICA DE DOENCAS RENAIS S/A </p> <p class="MsoNormal"> 09/000221/14 10/06/2014* 09/000223/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CENTRO DE ESTUDOS E PESQUISAS OCULISTAS ASSOCIADOS </p> <p class="MsoNormal"> 09/000150/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CLIN CENTRO INT.NEFROLOGICA S/C LTDA </p> <p class="MsoNormal"> 09/000227/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CLINICA DE DOENCAS RENAIS LTDA </p> <p class="MsoNormal"> 09/000224/14 10/06/2014* 09/000226/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CLINICA E CIRURGIA DE OLHOS DR.ARMANDO AUGUSTO GUEDES LTDA </p> <p class="MsoNormal"> 09/000173/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <mark class="organization_name">CONCREMAT ENGENHARIA E TECNOLOGIA S/A</mark> </p> <p class="MsoNormal"> 06/500727/14T 19/05/2014* 06/500728/14T 15/05/2014* </p> <p class="MsoNormal"> 06/500729/14T 16/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> CONEN CONSULTORIA E ENGENHARIA LTDA </p> <p class="MsoNormal"> 06/500630/14T 02/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> DW ENGENHARIA LTDA </p> <p class="MsoNormal"> 06/500607/14T 02/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> HOSP.SAO VICENTE DE PAULO </p> <p class="MsoNormal"> 09/000207/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> JLA CASAGRANDE SERV E CONSULT DE ENGENHARIA LTDA </p> <p class="MsoNormal"> 06/500630/14T 02/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> LABORAT¢RIO DE CONTROLE DE PRODUTOS, ALIMENTOS E AGUA </p> <p class="MsoNormal"> 09/922501/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> LOPES SANTOS FERREIRA GOMES ARQUITETOS LTDA. </p> <p class="MsoNormal"> 06/500607/14T 02/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> MBM SERVICOS DE ENGENHARIA LTDA </p> <p class="MsoNormal"> 06/500607/14T 02/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> NEFROCLIN CLIN NEFROLOGIA LTDA </p> <p class="MsoNormal"> 09/000209/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> OFICINA OA S/C LTDA </p> <p class="MsoNormal"> 06/500607/14T 02/05/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> ORESTINA BELINHO PEREIRA </p> <p class="MsoNormal"> 09/950302/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> PRO NEPHRON CLIN.NEF.RJ LTDA </p> <p class="MsoNormal"> 09/000211/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> RENAL VIDA SERVICOS MEDICOS LTDA </p> <p class="MsoNormal"> 09/000212/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> RENALCOR SERVICOS MEDICOS S/C LTDA </p> <p class="MsoNormal"> 09/000213/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> RENALVIDA ASSISTENCIA INTEGRAL AO RENAL LTDA </p> <p class="MsoNormal"> 09/000214/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SEMEL-SERV.MED.LEOPOLDINENSE LTDA S/C </p> <p class="MsoNormal"> 09/000130/14 11/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SUPERINTENDENCIA DE GESTAO ADMINISTRATIVA </p> <p class="MsoNormal"> 09/924796/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> SUPERINTENDENCIA DE VIGILANCIA E FISCALIZACAO SANITARIA EM A </p> <p class="MsoNormal"> 09/924934/14 10/06/2014* </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> * - Data da entrada da Liquidacao no Tesouro </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> "Autorizo o pagamento a partir de 13/06/2014" </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> Alertamos que o pagamento acima estara disponivel nas contas dos </p> <p class="MsoNormal"> beneficiarios 02(dois) dias uteis apos a data programada. </p> </html>
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4pl4/contrib:mini-compiler/8.4.dev/2014-11-19_11-05-16.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.4pl4 / contrib:mini-compiler 8.4.dev</a></li> <li class="active"><a href="">2014-11-19 11:05:16</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:mini-compiler <small> 8.4.dev <span class="label label-danger">Uninstallation error</span> </small> </h1> <p><em><script>document.write(moment("2014-11-19 11:05:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-19 11:05:16 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:mini-compiler/coq:contrib:mini-compiler.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:mini-compiler.8.4.dev coq.8.4pl4</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4pl4). The following actions will be performed: - install coq:contrib:mini-compiler.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:mini-compiler.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:mini-compiler.8.4.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>opam install -y --deps-only coq:contrib:mini-compiler.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --verbose coq:contrib:mini-compiler.8.4.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: - install coq:contrib:mini-compiler.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:mini-compiler] Fetching git://clarus.io/mini-compiler#v8.4 Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:mini-compiler.8.4.dev/.git/ [master (root-commit) 8887419] opam-git-init warning: no common commits From git://clarus.io/mini-compiler * [new branch] v8.4 -&gt; opam-ref * [new branch] v8.4 -&gt; origin/v8.4 LICENSE Make Makefile bench.log compiler.v description HEAD is now at 1592fe8 Sauvegarde des bench.log =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:mini-compiler.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install coqdep -c -slash -R . MiniCompiler &quot;compiler.v&quot; &gt; &quot;compiler.v.d&quot; || ( RV=$?; rm -f &quot;compiler.v.d&quot;; exit ${RV} ) coqc -q -R . MiniCompiler compiler for i in compiler.vo; do \ install -d `dirname /home/bench/.opam/system/lib/coq/user-contrib/MiniCompiler/$i`; \ install -m 0644 $i /home/bench/.opam/system/lib/coq/user-contrib/MiniCompiler/$i; \ done Installing coq:contrib:mini-compiler.8.4.dev. </pre></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>opam remove -y coq:contrib:mini-compiler.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq:contrib:mini-compiler.8.4.dev === 1 to remove === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:mini-compiler] Fetching git://clarus.io/mini-compiler#v8.4 =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq:contrib:mini-compiler.8.4.dev. rm -R /home/bench/.opam/system/lib/coq/user-contrib/mini-compiler [WARNING] failure in package uninstall script, some files may remain: # opam-version 1.2.0 # os linux # command rm -R /home/bench/.opam/system/lib/coq/user-contrib/mini-compiler # path /home/bench/.opam/system/build/coq:contrib:mini-compiler.8.4.dev # compiler system (4.01.0) # exit-code 1 # env-file /home/bench/.opam/system/build/coq:contrib:mini-compiler.8.4.dev/coq:contrib:mini-compiler-16618-1872ec.env # stdout-file /home/bench/.opam/system/build/coq:contrib:mini-compiler.8.4.dev/coq:contrib:mini-compiler-16618-1872ec.out # stderr-file /home/bench/.opam/system/build/coq:contrib:mini-compiler.8.4.dev/coq:contrib:mini-compiler-16618-1872ec.err ### stderr ### # rm: cannot remove &#39;/home/bench/.opam/system/lib/coq/user-contrib/mini-compiler&#39;: No such file or directory </pre></dd> <dt>Missing removes</dt> <dd> <ul> <li><code>/home/bench/.opam/system/lib/coq/user-contrib/MiniCompiler</code></li> <li><code>/home/bench/.opam/system/lib/coq/user-contrib/MiniCompiler/compiler.vo</code></li> </ul> </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>
static/css/base16-oceanicnext.dark.css
yosemitebandit/pasture
/* Name: Base16 Oceanic Next Dark Author: Dmitri Voronianski (http://pixelhunter.me) Pygments template by Jan T. Sott (https://github.com/idleberg) Created with Base16 Builder by Chris Kempson (https://github.com/chriskempson/base16-builder) */ .highlight .hll { background-color: #4F5B66 } .highlight { background: #1B2B34; color: #D8DEE9 } .highlight .c { color: #65737E } /* Comment */ .highlight .err { color: #EC5f67 } /* Error */ .highlight .k { color: #C594C5 } /* Keyword */ .highlight .l { color: #F99157 } /* Literal */ .highlight .n { color: #D8DEE9 } /* Name */ .highlight .o { color: #5FB3B3 } /* Operator */ .highlight .p { color: #D8DEE9 } /* Punctuation */ .highlight .cm { color: #65737E } /* Comment.Multiline */ .highlight .cp { color: #65737E } /* Comment.Preproc */ .highlight .c1 { color: #65737E } /* Comment.Single */ .highlight .cs { color: #65737E } /* Comment.Special */ .highlight .gd { color: #EC5f67 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gh { color: #D8DEE9; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #99C794 } /* Generic.Inserted */ .highlight .gp { color: #65737E; font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #5FB3B3; font-weight: bold } /* Generic.Subheading */ .highlight .kc { color: #C594C5 } /* Keyword.Constant */ .highlight .kd { color: #C594C5 } /* Keyword.Declaration */ .highlight .kn { color: #5FB3B3 } /* Keyword.Namespace */ .highlight .kp { color: #C594C5 } /* Keyword.Pseudo */ .highlight .kr { color: #C594C5 } /* Keyword.Reserved */ .highlight .kt { color: #FAC863 } /* Keyword.Type */ .highlight .ld { color: #99C794 } /* Literal.Date */ .highlight .m { color: #F99157 } /* Literal.Number */ .highlight .s { color: #99C794 } /* Literal.String */ .highlight .na { color: #6699CC } /* Name.Attribute */ .highlight .nb { color: #D8DEE9 } /* Name.Builtin */ .highlight .nc { color: #FAC863 } /* Name.Class */ .highlight .no { color: #EC5f67 } /* Name.Constant */ .highlight .nd { color: #5FB3B3 } /* Name.Decorator */ .highlight .ni { color: #D8DEE9 } /* Name.Entity */ .highlight .ne { color: #EC5f67 } /* Name.Exception */ .highlight .nf { color: #6699CC } /* Name.Function */ .highlight .nl { color: #D8DEE9 } /* Name.Label */ .highlight .nn { color: #FAC863 } /* Name.Namespace */ .highlight .nx { color: #6699CC } /* Name.Other */ .highlight .py { color: #D8DEE9 } /* Name.Property */ .highlight .nt { color: #5FB3B3 } /* Name.Tag */ .highlight .nv { color: #EC5f67 } /* Name.Variable */ .highlight .ow { color: #5FB3B3 } /* Operator.Word */ .highlight .w { color: #D8DEE9 } /* Text.Whitespace */ .highlight .mf { color: #F99157 } /* Literal.Number.Float */ .highlight .mh { color: #F99157 } /* Literal.Number.Hex */ .highlight .mi { color: #F99157 } /* Literal.Number.Integer */ .highlight .mo { color: #F99157 } /* Literal.Number.Oct */ .highlight .sb { color: #99C794 } /* Literal.String.Backtick */ .highlight .sc { color: #D8DEE9 } /* Literal.String.Char */ .highlight .sd { color: #65737E } /* Literal.String.Doc */ .highlight .s2 { color: #99C794 } /* Literal.String.Double */ .highlight .se { color: #F99157 } /* Literal.String.Escape */ .highlight .sh { color: #99C794 } /* Literal.String.Heredoc */ .highlight .si { color: #F99157 } /* Literal.String.Interpol */ .highlight .sx { color: #99C794 } /* Literal.String.Other */ .highlight .sr { color: #99C794 } /* Literal.String.Regex */ .highlight .s1 { color: #99C794 } /* Literal.String.Single */ .highlight .ss { color: #99C794 } /* Literal.String.Symbol */ .highlight .bp { color: #D8DEE9 } /* Name.Builtin.Pseudo */ .highlight .vc { color: #EC5f67 } /* Name.Variable.Class */ .highlight .vg { color: #EC5f67 } /* Name.Variable.Global */ .highlight .vi { color: #EC5f67 } /* Name.Variable.Instance */ .highlight .il { color: #F99157 } /* Literal.Number.Integer.Long */
nodeAPI/client/src/app/app.component.html
JbRezidu/TrainingAngularNodePostgres
<div> <form> <fieldset> <legend>Coordonnées</legend> <legend>Nom</legend> <input type="text" placeholder="Nom" [(ngModel)]="user.lastName" name="lastName" /> <legend>Prénom</legend> <input type="text" placeholder="Prénom" [(ngModel)]="user.firstName" name="firstName" /> <legend>Date de naissance</legend> <input type="date" placeholder="Date de naissance" [(ngModel)]="user.birthDate" name="birthDate" /> </fieldset> <button (click)="createAccount()">Créer mon compte</button> </form> </div>
client/public/datacenter.html
uber/ringpop-ui
<!DOCTYPE html> <html> <head> <title>Ringpop UI</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/react.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/JSXTransformer.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.3.2/marked.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js" charset="utf-8"></script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="../../../css/base.css"> <link rel="stylesheet" type="text/css" href="../../../css/bootstrap.css"> <link rel="stylesheet" type- "text/css" href="../../../css/styles.css"> <style> #ring { margin-top: -150px; } rect.bordered { stroke: #E6E6E6; stroke-width:2px; } text.mono { font-size: 9pt; font-family: Consolas, courier; fill: #aaa; } text.axis-workweek { fill: #000; } text.axis-worktime { fill: #000; } #svg { padding: 0px; margin: 0px; cursor: pointer; } .svg { padding: 0px; margin: 0px; cursor: pointer; } #tableAddress { display: block; padding: 9px; } #tableStatus { display: block; padding: 16px; } .axis path, .axis line { fill: none; stroke: #000; } .area { fill: steelblue; } rect { fill-opacity: .7; } .chart div { font: 10px sans-serif; background-color: steelblue; text-align: right; padding: 3px; margin: 1px; color: white; } .datum { border-radius: 5px; background: darkslategrey; padding: 10px; margin: 10px; display: inline-block; } .inLine { display: inline-block; } .inLine2 { display: inline-block; } .whitespace { white-space: pre } .habum { border-radius: 5px; background: lightblue; padding: 10px; margin: 3px; display: inline-block; } .red { background: red; border-radius: 5px; padding: 10px; margin: 10px; display: inline-block; } .redText { color: red; } .green { background: green; border-radius: 5px; padding: 10px; margin: 10px; display: inline-block; } .yellow { background: yellow; border-radius: 5px; padding: 10px; margin: 10px; display: inline-block; } .tooltipd3 { background: #eee; box-shadow: 0 0 5px #999999; color: #333; display: none; font-size: 12px; padding: 10px; position: absolute; text-align: center; width: 160px; z-index: 5000; } .label { position: relative; color: #6B6B6B; } .percent { color: #242424; position: relative; } .breadcrumb:hover { display: inline-block; background-color: yellow; cursor: pointer; margin: 0; padding: 50; } .breadcrumb { margin: 0; display: inline-block; } #clusterHistory { padding-top: 15%; } </style> </head> <body> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand ringpopHeader" href="/">Ringpop UI</a> </div> </div> </nav> <div class="container-fluid" id="container"> <div class="fluid-row"> <p></p> <h2>Datacenter</h2> <div class="col-md-6"> <h3 id="service"> <div class="breadcrumb" onClick="goToClusters()">{{service}}</div> > <div class="breadcrumb" onClick="goToDatacenters()">{{datacent}}</div> </h3> </div> <div class="col-md-4" id="header"> </div> <div class="col-sm-11"> <div id="content"></div> </div> </div> </div> <script type="text/jsx;harmony=true" src="../../../scripts/datacenter.js"></script> </body> </html>
build/views/article/sendmsg.html
yuedun/yuedun_ts
<!DOCTYPE html> <html lang="cmn"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0"> <title>发送短信</title> <style> #contentdiv { text-align: center; max-width: 400px; margin: 20px auto; } form *{ margin:10px 0; } #tel { height: 25px; width: 100%; border-radius: 5px; padding:5px 5px; } #contentdiv textarea { padding:5px 5px; width: 100%; } #contentdiv button { width: 100%; } </style> </head> <body> <div id="contentdiv"> <form action="/sendmsg" method="GET"> <input type="tel" id="tel" name="mobile" placeholder="手机号"><input type="text" name="code"> <textarea id="text" rows="5" name="text" placeholder="发送内容"></textarea> <button>发送</button> </form> <p> <%=code|| ""%> </p> </div> </body> </html>
docs/posts/hugoisforlovers/index.html
lampk/lampk.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="Orient RCU"> <meta name="description" content="https://lampk.github.io/orientrcutmp/"> <meta property="og:site_name" content="Orient Research and Consultancy Unit"> <meta property="og:title" content=" Getting Started with Hugo - Orient Research and Consultancy Unit "> <meta property="og:description" content=""> <meta property="og:type" content="website"> <meta property="og:url" content="https://lampk.github.io/orientrcutmp/posts/hugoisforlovers/"> <meta property="og:image" content="https://lampk.github.io/orientrcutmp/"> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="https://lampk.github.io/orientrcutmp/posts/hugoisforlovers/"> <meta name="twitter:image" content="https://lampk.github.io/orientrcutmp/"> <base href="https://lampk.github.io/orientrcutmp/posts/hugoisforlovers/"> <title> Getting Started with Hugo - Orient Research and Consultancy Unit </title> <link rel="canonical" href="https://lampk.github.io/orientrcutmp/posts/hugoisforlovers/"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700"> <link rel="stylesheet" href="https://lampk.github.io/orientrcutmp/css/normalize.min.css"> <link rel="stylesheet" href="https://lampk.github.io/orientrcutmp/css/style.min.css"> <link rel="stylesheet" href="https://lampk.github.io/orientrcutmp/css/mystyle.css"> <link rel="icon" type="image/png" href="https://lampk.github.io/images/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="https://lampk.github.io/images/favicon-16x16.png" sizes="16x16"> <link rel="alternate" href="https://lampk.github.io/orientrcutmp/index.xml" type="application/rss+xml" title="Orient Research and Consultancy Unit"> <link href="https://lampk.github.io/orientrcutmp/index.xml" rel="feed" type="application/rss+xml" title="Orient Research and Consultancy Unit" /> <meta name="generator" content="Hugo 0.57.2" /> </head> <body class=""> <main class="wrapper"> <nav class="navigation"> <section class="container"> <a class="navigation-title" href="/orientrcutmp/"> <img src=https://lampk.github.io/orientrcutmp/images/logo/logoORCU_update.png height="60" alt="" align="middle"> Orient Research and Consultancy Unit </a> <input type="checkbox" id="menu-control"/> <label class="menu-mobile float-right " for="menu-control"> <span class="btn-mobile float-right ">&#9776;</span> <ul class="navigation-list"> <li class="navigation-item align-center "> <a class="navigation-link" href="https://lampk.github.io/orientrcutmp/about">Who we are</a> </li> <li class="navigation-item align-center "> <a class="navigation-link" href="https://lampk.github.io/orientrcutmp/projects">What we do</a> </li> <li class="navigation-item align-center "> <a class="navigation-link" href="https://lampk.github.io/orientrcutmp/posts">Blog</a> </li> <li class="navigation-item align-center "> <a class="navigation-link" href="https://lampk.github.io/orientrcutmp/healthresearch">Health Research</a> </li> <li class="navigation-item align-center "> <a class="navigation-link" href="https://lampk.github.io/orientrcutmp/contact">Contact us</a> </li> <li class= " mobile-menu-lang-separator-centered "> <hr /> </li> <li class="multilingual-separator"> <p>|</p> </li> <li class="navigation-item align-center "> <a href="https://lampk.github.io/orientrcutmp/vn/">Tiếng Việt</a> </li> </ul> </label> </section> </nav> <div class="content"> <section class="container post"> <article> <header> <h2 class="date">2014-04-02</h2> <h1 class="title">Getting Started with Hugo</h1> <h3 class="author"><span style="font-weight: normal">By</span> <span style="text-transform: uppercase;"></span></h3> <div class="post-meta"> <div class="categories"> <i class="fas fa-folder"></i> <a href="/orientrcutmp/categories/development/">Development</a> <span class="separator">•</span> <a href="/orientrcutmp/categories/golang/">golang</a></div> <div class="tags"> <i class="fas fa-tag"></i> <a href="/orientrcutmp/tags/go/">go</a> <span class="separator">•</span> <a href="/orientrcutmp/tags/golang/">golang</a> <span class="separator">•</span> <a href="/orientrcutmp/tags/hugo/">hugo</a> <span class="separator">•</span> <a href="/orientrcutmp/tags/development/">development</a></div> </div> </header> <h2 id="step-1-install-hugo">Step 1. Install Hugo</h2> <p>Goto <a href="https://github.com/spf13/hugo/releases">hugo releases</a> and download the appropriate version for your os and architecture.</p> <p>Save it somewhere specific as we will be using it in the next step.</p> <p>More complete instructions are available at <a href="/overview/installing/">installing hugo</a></p> <h2 id="step-2-build-the-docs">Step 2. Build the Docs</h2> <p>Hugo has its own example site which happens to also be the documentation site you are reading right now.</p> <p>Follow the following steps:</p> <ol> <li>Clone the <a href="http://github.com/spf13/hugo">hugo repository</a></li> <li>Go into the repo</li> <li>Run hugo in server mode and build the docs</li> <li>Open your browser to <a href="http://localhost:1313">http://localhost:1313</a></li> </ol> <p>Corresponding pseudo commands:</p> <div class="highlight"><pre class="chroma">git clone https://github.com/spf13/hugo cd hugo /path/to/where/you/installed/hugo server --source=./docs &gt; 29 pages created &gt; 0 tags index created &gt; in 27 ms &gt; Web Server is available at http://localhost:1313 &gt; Press ctrl+c to stop</pre></div> <p>Once you&rsquo;ve gotten here, follow along the rest of this page on your local build.</p> <h2 id="step-3-change-the-docs-site">Step 3. Change the docs site</h2> <p>Stop the Hugo process by hitting ctrl+c.</p> <p>Now we are going to run hugo again, but this time with hugo in watch mode.</p> <div class="highlight"><pre class="chroma">/path/to/hugo/from/step/1/hugo server --source=./docs --watch &gt; 29 pages created &gt; 0 tags index created &gt; in 27 ms &gt; Web Server is available at http://localhost:1313 &gt; Watching for changes in /Users/spf13/Code/hugo/docs/content &gt; Press ctrl+c to stop</pre></div> <p>Open your <a href="http://vim.spf13.com">favorite editor</a> and change one of the source content pages. How about changing this very file to <em>fix the typo</em>. How about changing this very file to <em>fix the typo</em>.</p> <p>Content files are found in <code>docs/content/</code>. Unless otherwise specified, files are located at the same relative location as the url, in our case <code>docs/content/overview/quickstart.md</code>.</p> <p>Change and save this file.. Notice what happened in your terminal.</p> <div class="highlight"><pre class="chroma">&gt; Change detected, rebuilding site &gt; 29 pages created &gt; 0 tags index created &gt; in 26 ms</pre></div> <p>Refresh the browser and observe that the typo is now fixed.</p> <p>Notice how quick that was. Try to refresh the site before it&rsquo;s finished building.. I double dare you. Having nearly instant feedback enables you to have your creativity flow without waiting for long builds.</p> <h2 id="step-4-have-fun">Step 4. Have fun</h2> <p>The best way to learn something is to play with it.</p> </article> <br/> </section> </div> <footer class="footer"> <section class="container"> <div class="sns-shares sp-sns-shares"> <a class="sns-share twitter-share" href="https://twitter.com/intent/tweet?original_referer=https%3a%2f%2flampk.github.io%2forientrcutmp%2fposts%2fhugoisforlovers%2f&ref_src=twsrc%5Etfw&text=Getting%20Started%20with%20Hugo Orient%20Research%20and%20Consultancy%20Unit&tw_p=tweetbutton&url=https%3a%2f%2flampk.github.io%2forientrcutmp%2fposts%2fhugoisforlovers%2f"><i class="fab fa-twitter"></i></a> <a class="fb btn sns-share fb-share" href="http://www.facebook.com/share.php?u=https%3a%2f%2flampk.github.io%2forientrcutmp%2fposts%2fhugoisforlovers%2f" onclick="window.open(this.href, 'FBwindow', 'width=650, height=450, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fab fa-facebook-f"></i></a> </div> <p>All Rights Reserved by Orient Research and Consultancy Unit</p> © 2018 · Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/naro143/hugo-coder-portfolio">CoderPortfolio</a>. </section> </footer> <div class="fixed-bar"> <section class="container"> <p id="privateTriggerText">Thank You! Please share if you like it<a id="privateTrigger"></a></p> <div class="sns-shares pc-sns-shares"> <a class="sns-share twitter-share" href="https://twitter.com/intent/tweet?original_referer=https%3a%2f%2flampk.github.io%2forientrcutmp%2fposts%2fhugoisforlovers%2f&ref_src=twsrc%5Etfw&text=Getting%20Started%20with%20Hugo Orient%20Research%20and%20Consultancy%20Unit&tw_p=tweetbutton&url=https%3a%2f%2flampk.github.io%2forientrcutmp%2fposts%2fhugoisforlovers%2f"><i class="fab fa-twitter"></i></a> <a class="fb btn sns-share fb-share" href="http://www.facebook.com/share.php?u=https%3a%2f%2flampk.github.io%2forientrcutmp%2fposts%2fhugoisforlovers%2f" onclick="window.open(this.href, 'FBwindow', 'width=650, height=450, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fab fa-facebook-f"></i></a> </div> </section> </div> </main> <script src="https://lampk.github.io/orientrcutmp/js/app.js"></script> </body> </html>
_site/404.html
dlbstats/dlbstats.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <title> 404: Page not found &middot; DLB </title> <!-- CSS --> <link rel="stylesheet" href="public/css/poole.css"> <link rel="stylesheet" href="public/css/syntax.css"> <link rel="stylesheet" href="public/css/lanyon.css"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400"> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="public/apple-touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="public/favicon.ico"> <!-- RSS --> <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml"> </head> <body> <!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular styles, `#sidebar-checkbox` for behavior. --> <input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox"> <!-- Toggleable sidebar --> <div class="sidebar" id="sidebar"> <div class="sidebar-item"> <p>An archive of DLB performance statistics month on month</p> </div> <nav class="sidebar-nav"> <a class="sidebar-nav-item" href="/">Home</a> <a class="sidebar-nav-item" href="/2014/09/01/KPI-Sept-field/">September - Field KPI's (Up to 15th September)</a> <a class="sidebar-nav-item" href="/2014/09/01/KPI-Sept-Desk/">September - Desk KPI's (Up to 15th September)</a> <a class="sidebar-nav-item" href="/2014/08/01/KPI-Aug-field/">August - Field KPI's</a> <a class="sidebar-nav-item" href="/2014/08/01/KPI-Aug-Desk/">August - Desk KPI's</a> <a class="sidebar-nav-item" href="/2014/07/01/KPI-July-field/">July - Field KPI's</a> <a class="sidebar-nav-item" href="/2014/07/01/KPI-July-Desk/">July - Desk KPI's</a> <a class="sidebar-nav-item" href="/2014/06/01/KPI-June-field/">June - Field KPI's</a> <a class="sidebar-nav-item" href="/2014/06/01/KPI-June-Desk/">June - Desk KPI's</a> <a class="sidebar-nav-item" href="/2014/05/01/KPI-May-Field/">May - Field KPI's</a> <a class="sidebar-nav-item" href="/2014/05/01/KPI-May-Desk/">May - Desk KPI's</a> <a class="sidebar-nav-item" href="/2014/04/01/KPI-April-Field/">April - Field KPI's</a> <a class="sidebar-nav-item" href="/2014/04/01/KPI-April-Desk/">April - Desk KPI's</a> <span class="sidebar-nav-item">Currently v1.0.0</span> </nav> <div class="sidebar-item"> <p> &copy; 2014. All rights reserved. </p> </div> </div> <!-- Wrap is the content to shift when toggling the sidebar. We wrap the content to avoid any CSS collisions with our real content. --> <div class="wrap"> <div class="masthead"> <div class="container"> <h3 class="masthead-title"> <a href="/" title="Home">DLB</a> <small>Primary KPI's</small> </h3> </div> </div> <div class="container content"> <div class="page"> <h1 class="page-title">404: Page not found</h1> <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="">Head back home</a> to try finding it again.</p> </div> </div> </div> <label for="sidebar-checkbox" class="sidebar-toggle"></label> </body> </html>
_site/mac/index.html
krnch/webpage
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="author" content="Karan"> <title> Karan Chaudhari|Mac </title> <!-- favicon --> <link rel="shortcut icon" href="/static/img/favicon.ico"> <!-- Third-party CSS --> <link href="/bower_components/normalize-css/normalize.min.css" rel="stylesheet"> <link href="/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <link href="/bower_components/animate.css/animate.min.css" rel="stylesheet"> <link href="/bower_components/components-font-awesome/css/font-awesome.min.css" rel="stylesheet"> <link href="/static/font-mfizz/font-mfizz.css" rel="stylesheet"> <!-- <link href="/bower_components/toastr/toastr.min.css" rel="stylesheet"> --> <link href="/bower_components/jquery.gritter/css/jquery.gritter.css" rel="stylesheet"> <link rel="stylesheet" href="/search/css/cb-search.css"> <!-- Custom styles for this template --> <link href="/static/css/style.min.css" rel="stylesheet"> <link href="/static/css/pygments.css" rel="stylesheet"> <!-- Scripts --> <script src="/bower_components/jquery/dist/jquery.min.js"></script> <script src="/search/js/bootstrap3-typeahead.min.js"></script> <!-- cb-search --> <script src="/search/js/cb-search.js"></script> <script> $(function(){ $("pre").css('display','block'); }); </script> <!-- Mainly scripts --> <script src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="/bower_components/metisMenu/dist/metisMenu.min.js"></script> <script src="/bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script> <!-- Peity --> <script src="/bower_components/peity/jquery.peity.min.js"></script> <script src="/bower_components/PACE/pace.min.js"></script> <script src="/bower_components/wow/dist/wow.min.js"></script> <!-- Custom and plugin javascript --> <script src="/static/js/inspinia.js"></script> <!-- Rickshaw --> <script src="/bower_components/rickshaw/vendor/d3.v3.js"></script> <script src="/bower_components/rickshaw/rickshaw.min.js"></script> <!-- jPages --> <script src="/static/js/jPages.js"></script> <script src="/static/js/js.js"></script> <script id="dsq-count-scr" src="//jalpc.disqus.com/count.js" async></script> <script type="text/javascript"> $(function(){ /* initiate the plugin */ $("div.pag-holder").jPages({ containerID : "pag-itemContainer", perPage : 5, /* num of items per page */ startPage : 1, startRange : 1, midRange : 3, endRange : 1 }); }); </script> <!-- GrowingIO --> </head> <body id="page-top" class="landing-page"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/search/img/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/search/img/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <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="/">Karan Chaudhari</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="page-scroll" href="/blog/"></a></li> <li> <a class="page-scroll" href="/blog/">Blog</a></li> <li> <a class="page-scroll" href="/life/">Life</a></li> </ul> </div> </div> </nav> </div> <div class="row"> <div class="col-lg-12 text-center"> <div class="navy-line"></div> <h1>Mac</h1> </div> </div> <div class="wrapper wrapper-content animated fadeInRight blog"> <div class="row"> <ul id="pag-itemContainer" style="list-style:none;"> </ul> <div class="col-lg-8 col-lg-offset-2"> <p>Sorry,no blog!</p> </div> </div> </div> <script src="/static/js/scroll.js"></script> <!-- Baidu analytics --> <!-- 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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-73784599-1', 'auto'); ga('send', 'pageview'); </script> <script async src="/static/js/count_page.js"></script> </body> </html>
html/pdf/W29394.pdfs.html
datamade/elpc_bakken
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML> <HEAD> <TITLE></TITLE> </HEAD> <BODY> <A name=1></a>This well is CONFIDENTIAL, any<br> information included in this well file was<br> public information prior to the issuance of<br> the CONFIDENTIAL status<br> <hr> <A name=2></a><hr> <A name=3></a><hr> <A name=4></a><hr> <A name=5></a><hr> <A name=6></a><hr> <A name=7></a><hr> <A name=8></a><hr> <A name=9></a><hr> <A name=10></a><hr> <A name=11></a><hr> <A name=12></a>September 12, 2014<br> Meghan M Campbell<br> Permit Agent<br> QEP ENERGY COMPANY<br> 1050 17th Street, Suite 800<br> Denver, CO 80265<br> RE:<br> HORIZONTAL WELL<br> TAT 5-35-26TH<br> SESE Section 35-149N-95W<br> McKenzie County<br> Well File # 29394<br> Dear Meghan:<br> Pursuant to Commission Order No. 23945, approval to drill the above captioned well is hereby given. The<br> approval is granted on the condition that all portions of the well bore not isolated by cement, be no closer than<br> the </span><span class="ft4">200' setback </span><span class="ft2">from the north &amp; south boundaries and </span><span class="ft4">500' setback </span><span class="ft2">from the east &amp; west boundaries within the<br> 1280 acre spacing unit consisting of Sections 26 &amp; 35, 149N-95W.<br> PERMIT STIPULATIONS: Effective June 1, 2014, a covered leak-proof container (with placard) for<br> filter sock disposal must be maintained on the well site beginning when the well is spud, and must<br> remain on-site during clean-out, completion, and flow-back whenever filtration operations are<br> conducted. QEP ENERGY CO must contact NDIC Field Inspector Joyce Kohut at 701-202-1288 prior<br> to location construction.<br> Drilling pit<br> NDAC 43-02-03-19.4 states that "a pit may be utilized to bury drill cuttings and solids generated during well<br> drilling and completion operations, providing the pit can be constructed, used and reclaimed in a manner that will<br> prevent pollution of the land surface and freshwaters. Reserve and circulation of mud system through earthen pits<br> are prohibited. All pits shall be inspected by an authorized representative of the director prior to lining and use.<br> Drill cuttings and solids must be stabilized in a manner approved by the director prior to placement in a cuttings<br> pit."<br> Form 1 Changes &amp; Hard Lines<br> Any changes, shortening of casing point or lengthening at Total Depth must have prior approval by the NDIC.<br> The proposed directional plan is at a legal location. Based on the azimuth of the proposed lateral the maximum<br> legal coordinate from the well head is: 10091' north.<br> Location Construction Commencement (Three Day Waiting Period)<br> Operators shall not commence operations on a drill site until the 3rd business day following publication of the<br> approved drilling permit on the NDIC - OGD Daily Activity Report. If circumstances require operations to<br> commence before the 3rd business day following publication on the Daily Activity Report, the waiting period may<br> be waived by the Director. Application for a waiver must be by sworn affidavit providing the information<br> necessary to evaluate the extenuating circumstances, the factors of NDAC 43-02-03-16.2 (1), (a)-(f), and any other<br> information that would allow the Director to conclude that in the event another owner seeks revocation of the<br> drilling permit, the applicant should retain the permit.<br> <hr> <A name=13></a>Meghan M Campbell<br> September 12, 2014<br> Page 2<br> Permit Fee &amp; Notification<br> Payment was received in the amount of $100 via credit card .The permit fee has been received. It is requested<br> that notification be given immediately upon the spudding of the well. This information should be relayed to the<br> Oil &amp; Gas Division, Bismarck, via telephone. The following information must be included: Well name, legal<br> location, permit number, drilling contractor, company representative, date and time of spudding. Office hours are<br> 8:00 a.m. to 12:00 p.m. and 1:00 p.m. to 5:00 p.m. Central Time. Our telephone number is (701) 328-8020, leave a<br> message if after hours or on the weekend.<br> Survey Requirements for Horizontal, Horizontal Re-entry, and Directional Wells<br> NDAC Section 43-02-03-25 (Deviation Tests and Directional Surveys) states in part (that) the survey contractor<br> shall file a certified copy of all surveys with the director free of charge within thirty days of completion. Surveys<br> must be submitted as one electronic copy, or in a form approved by the director. However, the director may<br> require the directional survey to be filed immediately after completion if the survey is needed to conduct the<br> operation of the director's office in a timely manner. Certified surveys must be submitted via email in one adobe<br> document, with a certification cover page to </span><span class="ft3">certsurvey@nd.gov</span><span class="ft0">.<br> Survey points shall be of such frequency to accurately determine the entire location of the well bore.<br> Specifically, the Horizontal and Directional well survey frequency is 100 feet in the vertical, 30 feet in the curve<br> (or when sliding) and 90 feet in the lateral.<br> Surface casing cement<br> Tail cement utilized on surface casing must have a minimum compressive strength of 500 psi within 12<br> hours, and tail cement utilized on production casing must have a minimum compressive strength of 500 psi<br> before drilling the plug or initiating tests.<br> Logs </span><span class="ft4">NDAC Section 43-02-03-31 requires the running of (1) a suite of open hole logs from which formation tops and<br> porosity zones can be determined, (2) a Gamma Ray Log run from total depth to ground level elevation of the well bore, and<br> (3) a log from which the presence and quality of cement can be determined (Standard CBL or Ultrasonic cement evaluation<br> log) in every well in which production or intermediate casing has been set, this log must be run prior to completing the well.<br> All logs run must be submitted free of charge, as one digital TIFF (tagged image file format) copy and one digital LAS (log<br> ASCII) formatted copy. Digital logs may be submitted on a standard CD, DVD, or attached to an email sent to<br> digitallogs@nd.gov<br> Thank you for your cooperation.<br> Sincerely,<br> Nathaniel Erbele<br> Petroleum Resource Specialist<br> <hr> <A name=14></a>INDUSTRIAL COMMISSION OF NORTH DAKOTA<br> OIL AND GAS DIVISION<br> 600 EAST BOULEVARD DEPT 405<br> BISMARCK, ND 58505-0840<br> SFN 54269 (08-2005)<br> PLEASE READ INSTRUCTIONS BEFORE FILLING OUT FORM.<br> PLEASE SUBMIT THE ORIGINAL AND ONE COPY.<br> Type of Work<br> Type of Well<br> Approximate Date Work Will Start<br> Confidential Status<br> New Location<br> Oil &amp; Gas<br> 9/ 22 /2014<br> No<br> Operator<br> Telephone Number<br> QEP ENERGY COMPANY<br> 303-672-6900<br> Address<br> City<br> State<br> Zip Code<br> 1050 17th Street, Suite 800<br> Denver<br> CO<br> 80265<br> Notice has been provided to the owner of any<br> This well is not located within five hundred<br> permanently occupied dwelling within 1,320 feet.<br> feet of an occupied dwelling.<br> enter data for additional laterals on page 2)<br> Well Name<br> Well Number<br> TAT<br> 5-35-26TH<br> Surface Footages<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 240 </span><span class="ft0">FL<br> S846 </span><span class="ft0">F </span><span class="ft6">E<br> L<br> SESE<br> 35<br> 149<br> 95<br> McKenzie<br> Longstring Casing Point Footages<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 558 </span><span class="ft0">F </span><span class="ft6">S<br> L<br> 1364 </span><span class="ft0">F </span><span class="ft6">E<br> L<br> SWSE<br> 35<br> 149<br> 95<br> McKenzie<br> Longstring Casing Point Coordinates From Well Head<br> Azimuth<br> Longstring Total Depth<br> 318 N </span><span class="ft0">From WH<br> 518 W </span><span class="ft0">From WH<br> 336<br> 11571 </span><span class="ft0">Feet MD<br> 11288 </span><span class="ft0">Feet TVD<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> 249 </span><span class="ft0">F </span><span class="ft6">N<br> LF<br> 1900<br> E<br> L<br> NWNE<br> 26<br> 149<br> 95<br> McKenzie<br> Bottom Hole Coordinates From Well Head<br> KOP Lateral 1<br> Azimuth Lateral 1<br> Estimated Total Depth Lateral 1<br> 10042 N </span><span class="ft0">From WH<br> 1054 W </span><span class="ft0">From WH<br> 10821 </span><span class="ft0">Feet MD<br> 358<br> 21340 </span><span class="ft0">Feet MD<br> 11288 </span><span class="ft0">Feet TVD<br> Latitude of Well Head<br> Longitude of Well Head<br> NAD Reference<br> Description of<br> (Subject to NDIC Approval)<br> 47<br> 40<br> 29.35<br> -102<br> 47<br> 44.67<br> NAD83<br> Spacing Unit:<br> Sections 26 &amp; 35, 149N-95W<br> Ground Elevation<br> Acres in Spacing/Drilling Unit<br> Spacing/Drilling Unit Setback Requirement<br> Industrial Commission Order<br> 2467 </span><span class="ft0">Feet Above S.L.<br> 1280<br> 200 </span><span class="ft8">Feet N/S<br> 500<br> Feet<br> Feet E/W<br> 23945<br> North Line of Spacing/Drilling Unit<br> South Line of Spacing/Drilling Unit<br> East Line of Spacing/Drilling Unit<br> West Line of Spacing/Drilling Unit<br> 5270 </span><span class="ft0">Feet<br> 5280 </span><span class="ft0">Feet<br> 10530 </span><span class="ft0">Feet<br> 10532 </span><span class="ft0">Feet<br> Objective Horizons<br> Pierre Shale Top<br> Three Forks - B1<br> 2036<br> Proposed<br> Size<br> Weight<br> Depth<br> Cement Volume<br> Surface Casing<br> 9<br> 5/8<br> 36 </span><span class="ft0">Lb./Ft. </span><span class="ft6">2186<br> Feet<br> 679<br> Sacks<br> Proposed<br> Size<br> Weight(s)<br> Longstring Total Depth<br> Cement Volume<br> Cement Top<br> Top Dakota Sand<br> Longstring Casing<br> 732<br> Lb./Ft.<br> 11571 </span><span class="ft0">Feet MD<br> 11288 </span><span class="ft0">Feet TVD<br> 1090<br> Sacks<br> 2186 </span><span class="ft0">Feet<br> 5452<br> Feet<br> Base of Last<br> Last<br> Salt (If<br> Charles </span><span class="ft0">Applicable)<br> Salt (If Applicable)<br> 9515 </span><span class="ft0">Feet<br> Proposed Logs<br> Mud, Triple Combo, MWD, GR<br> Drilling Mud Type (Vertical Hole - Below Surface Casing)<br> Drilling Mud Type (Lateral)<br> Invert<br> Brine<br> Survey Type in Vertical Portion of Well<br> Survey Frequency: Build Section<br> Survey Frequency: Lateral<br> Survey Contractor<br> MWD, Con't Gyro </span><span class="ft0">Every 100 Feet<br> 30 </span><span class="ft0">Feet<br> 90 </span><span class="ft0">Feet<br> Scientific Drilling<br> proposed mud/cementing plan,<br> directional plot/plan, $100 fee.<br> <hr> <A name=15></a>Page 2<br> SFN 54269 (08-2005)<br> This will be the 5th well consecutively drilled on the same pad as the TAT 1-35-26BH, TAT 1-35-26TH, TAT 2-35-26BH, TAT 4-35-26TH {fka TAT 35-26-36-25LL} &amp; TAT<br> 5-35-26BH wells by a rig capable of walking. 4 of the aforementioned wells have APDs which were approved on 2/28/14. Please see attached support documents.<br> Lateral 2<br> KOP Lateral 2<br> Azimuth Lateral 2<br> Estimated Total Depth Lateral 2<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> F<br> L<br> Lateral 3<br> KOP Lateral 3<br> Azimuth Lateral 3<br> Estimated Total Depth Lateral 3<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> F<br> L<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> F<br> L<br> FL<br> Lateral 4<br> KOP Lateral 4<br> Azimuth Lateral 4<br> Estimated Total Depth Lateral 4<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Lateral 5<br> KOP Lateral 5<br> Azimuth Lateral 5<br> Estimated Total Depth Lateral 5<br> KOP Coordinates From Well Head<br> Feet MD<br> Feet MD<br> Feet TVD<br> From WH<br> From WH<br> Formation Entry Point Coordinates From Well Head<br> Bottom Hole Coordinates From Well Head<br> From WH<br> From WH<br> From WH<br> From WH<br> KOP Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Bottom Hole Footages From Nearest Section Line<br> Qtr-Qtr<br> Section<br> Township<br> Range<br> County<br> FL<br> FL<br> Date<br> I hereby swear or affirm the information provided is true, complete and correct as determined from all available records.<br> 8 / 26 / 2014<br> Signature<br> Printed Name<br> Title<br> ePermit<br> Meghan M Campbell<br> Permit Agent<br> Email Address(es)<br> Permit and File Number<br> API Number<br> Date Approved<br> 29394<br> 053<br> 06260<br> 9 / 12 / 2014<br> Field<br> By<br> GRAIL<br> Nathaniel Erbele<br> Pool<br> Permit Type<br> Title<br> BAKKEN<br> DEVELOPMENT<br> Petroleum Resource Specialist<br> <hr> <A name=16></a><hr> <A name=17></a>April 9, 2014<br> RE:<br> Filter Socks and Other Filter Media<br> Leakproof Container Required<br> Oil and Gas Wells<br> Dear Operator,<br> North Dakota Administrative Code Section 43-02-03-19.2 states in part that all waste material associated with<br> exploration or production of oil and gas must be properly disposed of in an authorized facility in accord with all<br> applicable local, state, and federal laws and regulations.<br> Filtration systems are commonly used during oil and gas operations in North Dakota. The Commission is very<br> concerned about the proper disposal of used filters (including filter socks) used by the oil and gas industry.<br> Effective June 1, 2014, a container must be maintained on each well drilled in North Dakota beginning when the<br> well is spud and must remain on-site during clean-out, completion, and flow-back whenever filtration operations<br> are conducted. The on-site container must be used to store filters until they can be properly disposed of in an<br> authorized facility. Such containers must be:<br> leakproof to prevent any fluids from escaping the container<br> covered to prevent precipitation from entering the container<br> placard to indicate only filters are to be placed in the container<br> If the operator will not utilize a filtration system, a waiver to the container requirement will be considered, but<br> only upon the operator submitting a Sundry Notice (Form 4) justifying their request.<br> As previously stated in our March 13, 2014 letter, North Dakota Administrative Code Section 33-20-02.1-01<br> states in part that every person who transports solid waste (which includes oil and gas exploration and production<br> wastes) is required to have a valid permit issued by the North Dakota Department of Health, Division of Waste<br> Management. Please contact the Division of Waste Management at (701) 328-5166 with any questions on the<br> solid waste program. Note oil and gas exploration and production wastes include produced water, drilling mud,<br> invert mud, tank bottom sediment, pipe scale, filters, and fly ash.<br> Thank you for your cooperation.<br> Sincerely,<br> Bruce E. Hicks<br> Assistant Director<br> <hr> <A name=18></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> TAT 5-35-26TH<br> ONSHORE OIL &amp; GAS ORDER NO. 1<br> Approval of Operations on Onshore<br> Federal Oil and Gas Leases<br> All lease and/or unit operations will be conducted in such a manner that full compliance is made with<br> applicable laws, regulations (43 CFR 3100), Onshore Oil and Gas No. 1, and the approved plan of<br> operations. The operator is fully responsible for the actions of his subcontractors. A copy of these<br> conditions will be furnished the field representative to insure compliance.<br> 1.<br> Anticipated Formation Tops:<br> Formation tops are provided in the attached directional plan.<br> The horizontal wellbore will kick off in the Lodgepole formation at approximately 10,821' MD.<br> GL elevation is 2,466'; KB elevation is 2,491' (25' KBM).<br> 2.<br> Anticipated Oil, Gas, Water or other Mineral Bearing Formations Tops:<br> Depth<br> Hydrocarbon / Water<br> Formation<br> (TVD-ft)<br> Bearing Zones<br> Fox Hills<br> 1750-1800<br> Possible Water<br> Eagle<br> 3670-3720<br> Possible Water<br> Dakota<br> 5430-5480<br> Possible Water<br> Mission Canyon<br> 9680-9730<br> Possible Oil / Gas<br> Lodgepole<br> 10260-10310<br> Possible Oil / Gas<br> Bakken<br> 11150-11200<br> Oil / Gas<br> Three Forks<br> 11250-11300<br> Oil / Gas<br> The TVD listed is a range of the formation tops, please see attached directional plan for well specific<br> MD/TVD.<br> All fresh water and prospectively valuable minerals encountered during drilling will be recorded by<br> depth and adequately protected.<br> 3.<br> Operator's Specification for Pressure Control Equipment:<br> A. 11" or 13-5/8" 5,000 psi double gate, 5,000 psi annular BOP (schematic included) from 9-5/8"<br> casing point to total depth. The choice of BOP stacks is based on the drilling contractor's<br> availability.<br> Page 1 of 8<br> <hr> <A name=19></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> TAT 5-35-26TH<br> B. In the event the drilling contractor's substructure height is insufficient, the operator will eliminate<br> the mud cross and flange the kill line and choke lines on the body of the blind rams to provide the<br> same operational benefit that the mud cross allows.<br> C. A high pressure rotating head may be installed to allow drilling the Bakken under balanced if<br> deemed safe.<br> D. Functional test daily<br> E. All casing strings shall be pressure tested (0.22 psi/foot or 1500 psi, whichever is greater) prior to<br> drilling the plug after cementing; test pressure shall not exceed the internal yield pressure of the<br> casing.<br> F. Ram type preventers and associated equipment shall be tested to the approved stack working<br> pressure if isolated by test plug or to 70 percent of internal yield pressure of casing whichever is less.<br> BOP and related equipment shall meet the minimum requirements of Onshore Oil and Gas Order<br> No. 2 for equipment and testing requirements, procedures, etc. for a 5M system and individual<br> components shall be operable as designed.<br> G. Two (2) chokes with one (1) remotely controlled from rig floor will be installed in the choke<br> manifold and tested per item (F) above.<br> H. Upper &amp; lower kelly cock valves with handles available. Safety valve(s) and subs to fit all drill<br> string connections in use. Inside BOP or float sub available. Pressure gauge on choke manifold. Fill-<br> up line above the uppermost preventer.<br> 4.<br> Casing Design:<br> Permanent Casing<br> Hole<br> Csg.<br> Top<br> Bottom<br> Wt.<br> Mud<br> Interval<br> Size<br> Size<br> (MD)<br> (MD)<br> Weight<br> lb/ft<br> Grade<br> Thread<br> Cond.<br> Conductor<br> 22&quot;<br> 16&quot;<br> sfc<br> 80'<br> N/A<br> Steel<br> Cond.<br> None<br> Used<br> Surface<br> 13-1/2"<br> 9-5/8"<br> sfc<br> 2,186'<br> 9.0<br> 36.0<br> J-55<br> STC<br> New<br> Intermediate<br> 8-3/4&quot;<br> 7&quot;<br> sfc<br> 11,570'<br> 10.5<br> 32.0<br> HCL-80<br> LTC<br> New<br> Liner Lap<br> 6&quot;<br> 4-1/2&quot;<br> 10,740'<br> 11,570'<br> 12.5<br> 13.5<br> HCP-110<br> CDC<br> New<br> Production<br> 6"<br> 4-1/2"<br> 11,570'<br> 21,339'<br> 12.5<br> 13.5<br> HCP-110<br> CDC<br> New<br> Frac String (Temporary)<br> Hole<br> Csg.<br> Top<br> Bottom<br> Mud<br> Wt.<br> Grade<br> Thread<br> Cond.<br> Size<br> Size<br> (MD)<br> (MD)<br> Weight<br> lb/ft<br> Frac<br> 4-1/2&quot;<br> sfc<br> 10,740'<br> 12.5<br> 13.5<br> HCP-110<br> CDC<br> New<br> String<br> Page 2 of 8<br> <hr> <A name=20></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> TAT 5-35-26TH<br> CASING STRENGTHS<br> COLLAPSE<br> BURST<br> TENSILE (min.)<br> 9-5/8"<br> 36.0 lb.<br> J-55<br> STC<br> 2,020 psi<br> 3,520 psi<br> 394,000 lb.<br> 7&quot;<br> 32.0 lb.<br> HCL-80<br> LTC<br> 10,400 psi<br> 9,060 psi<br> 738,000 lb.<br> 4-1/2"<br> 13.5 lb.<br> HCP-110<br> CDC<br> 11,800 psi<br> 12,410 psi<br> 422,000 lb.<br> NOTES ON 9-5/8" SURFACE CASING DESIGN:<br> The key point in designing surface casing is to extend the shoe of the surface casing beyond the top of<br> the Pierre Shale. This ensures that all potable or usable water zones are covered. At this point in the well<br> design, the drilling fluid is changed to oil base mud to contend with salt sections that occur at<br> approximately 7,100' TVD and 9,550' TVD. The 36 ppf J55 casing accomplishes these criteria easily.<br> A higher burst rating is not necessary based on industry standards throughout the Williston Basin.<br> In the event the surface casing burst rating was increased, the normally pressured and sub normally<br> pressured zones all the way thru the Madison Group at approximately 8,880' TVD has the potential to<br> break down. Therefore the increased pressure rating of surface casing is not warranted. It is not feasible<br> to set the surface casing point at a greater depth because the shut in surface pressures would not<br> appreciably increase. The Dakota formation (5,450' TVD) is frequently weak. Typically, we drill the<br> intermediate section with 10.5 ppg OBM to the 7" casing point. In the event we lost circulation in the<br> exposed intermediate interval, the wellbore will not be entirely evacuated and the surface casing can be<br> shut in without compromising the pressure rating of the 36 ppf J-55.<br> Calculations for the Surface Casing Design:<br> 3,520 psi/ (6,155 psi (Reservoir Pressure) ­ (11,273 ft x 0.22 psi/ft)) = safety factor of 1.0<br> Centralizers for 9-5/8" Casing<br> · (3) Bow Spring centralizers on the bottom 3 joints of casing<br> Page 3 of 8<br> <hr> <A name=21></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> TAT 5-35-26TH<br> MINIMUM DESIGN FACTORS FOR INTERMEDIATE AND PRODUCTION CASING:<br> COLLAPSE: 1.125<br> BURST:<br> 1.10<br> TENSION:<br> 1.80<br> Area Fracture Gradient:<br> 0.9 psi/foot<br> Max anticipated mud weight above 7" casing point:<br> 10.5 ppg<br> Max anticipated mud weight below 7" casing point:<br> 12.5 ppg<br> Centralizers for 7" casing:<br> · Bow Spring centralizers on every jt. through the Salt (Madison Group 10 jts)<br> · Bow Spring centralizers every jnt through the Pine salt.<br> · Check with mud loggers to determine extent of salt intervals for centralizer placement.<br> 5.<br> Cementing Program<br> 16&quot; Conductor:<br> Cement to surface with construction cement.<br> 9-5/8" Surface Casing: 0' ­ 2,186' (MD)<br> Lead Slurry: 0' ­ 1,686'. 472 sxs (1403 cu ft) Varicem System (VariCem W1, is Type III cement with<br> the following additives: 2% BWOC Cal-Seal (accelerator), 2% BWOC Econolite (lightweight additive),<br> 0.3% BWOC Versaset (Thixotropic), 6% BWOC Salt) + 0.25 lbs/sk Poly-E-Flake (LCM) Slurry wt:<br> 11.5 ppg, Slurry yield: 2.97 ft</span><span class="ft8">3</span><span class="ft2">/sx, Mix fluid: 18.15 gal/sx, Slurry volume: 13-1/2" hole + 70% excess.<br> Tail slurry: 1,686'- 2,186' 207 sxs (416 cu ft) Varicem System (see above - The lead and tail are<br> identical in composition, density is adjusted with water) + 0.25 Poly-E-Flake (LCM) Slurry Wt: 13 ppg.<br> Slurry yield: 2.01 ft</span><span class="ft8">3</span><span class="ft2">/sx, Mix fluid: 11.02 gal/sx, Slurry volume: 13-1/2" hole + 70% excess.<br> 7&quot; Intermediate Casing: 2,186' ­ 11,570' (MD)<br> Lead Slurry: 2,186' ­ 6,600'. 466 sks (862 cu ft) Econocem System (EconoCem W12, is a 25/50<br> poz/Class G blend (25% of a 79 lb sack of poz and 50% of a 94 lb sack of cement) with: 25 % Silicalite<br> (lightweight additive), 0.2% BWOC SA-1015, HR-601 (retarder, as needed) w/ 0.7% HR-5 (Retarder),<br> 0.6% BWOC D-Air 5000 (de-foamer)) w/ 0.125 lbs./sx Poly-E-flake (LCM) Slurry wt: 12.0 ppg, Slurry<br> yield: 1.85 ft</span><span class="ft8">3</span><span class="ft2">/sx, Mix fluid: 10.40 gal/sx, Slurry volume: 8-3/4" hole + 30% excess.<br> Tail Slurry: 6,600' ­ 11,570'. 624 sks (980 cu ft) Extendacem System (ExtendaCem W13, is a 50/50<br> poz/Class G blend with: 15% BWOC SA-1015, 20% BWOC Silicalite (lightweight additive), 0.3%<br> BWOC D-Air 5000 (de-foamer), HR-5 (retarder, as needed) w/ 0.26% HR-5 (Retarder), 0.2% BWOC<br> Super CBL, and 0.125 lbm/sk Poly-E-Flake Slurry wt: 14 ppg, Slurry yield: 1.57 ft</span><span class="ft8">3</span><span class="ft2">/sk, Mix fluid: 6.47<br> gal/sx, Slurry volume: 8-3/4&quot; hole + 30% excess.<br> VariCem, EconoCem and ExtendaCem are Halliburton trademarked products</span><span class="ft11">.<br> Page 4 of 8<br> <hr> <A name=22></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> TAT 5-35-26TH<br> 4-1/2&quot; Production Casing: 10,740' ­ 21,339' (MD)<br> Lead/Tail Slurry: Uncemented<br> Note: The hydraulic fracture stimulation that will be completed by QEP Energy Company does not use<br> diesel fuel in its operations.<br> USEPA identifies diesel fuel as any compound identified with the following Chemical Abstract Service<br> Registry Numbers:<br> 68334-30-5 (Primary Name: Fuels, diesel)<br> 68476-34-6 (Primary Name: Fuels, diesel, No. 2)<br> 68476-30-2 (Primary Name: Fuel oil No. 2)<br> 68476-31-3 (Primary Name: Fuel oil, No. 4)<br> 8008-20-6 (Primary Name: Kerosene)<br> 4-1/2" Frac String and Related Information: 10,740' (top of liner) ­ Surface (temporary)<br> KOP ­ 10,821' MD<br> Liner Top 10,740' MD<br> Type of Frac entry ­ Swell Packer Isolation with Sliding Sleeves<br> 6.<br> Mud Program:<br> WPS<br> Chlorides<br> Interval<br> Weight<br> Oil/Water<br> X1000<br> X1000<br> Water<br> (Hole size)<br> Type<br> (ppg)<br> Ratio<br> ppm<br> (mg/L)<br> Viscosity<br> pH<br> Loss<br> Freshwater<br> 8.4<br> 26-28<br> Surface<br> or<br> N/A<br> N/A<br> N/A<br> 8.0 - 9.0<br> NC<br> (13 ½")<br> Freshwater<br> 8.5 - 9.0<br> 40 ­ 60<br> based<br> Intermediate<br> 150 -<br> Oil based<br> 9.0-10.5<br> 80 / 20<br> N/A<br> 50-60<br> N/A<br> 10-20<br> (8 ¾")<br> 330<br> Oil based<br> 10.5-12.5<br> 80 / 20<br> 330<br> N/A<br> 50-60<br> N/A<br> Production<br> or<br> &lt;10<br> (6")<br> Brine<br> 9.0-10.5<br> N/A<br> N/A<br> 200-250<br> 28-30<br> 6.0 ­ 8.0<br> WPS ­ Water Phase Salinity<br> Adequate weight material will be kept on location. Bulk barite will be on location below surface casing.<br> No chromates will be used.<br> 7.<br> Auxiliary Equipment<br> A.<br> Kelly Cock ­ yes<br> B.<br> Float at the bit ­ yes<br> C.<br> Monitoring equipment on the mud system ­ visually and PVT/Flow Show<br> D.<br> Full opening safety valve on the rig floor ­ yes<br> E.<br> Rotating Head ­ yes<br> PVT/Flow Show equipment will be used from base of surface casing to TD.<br> Gas detector will be used from surface casing depth to TD.<br> Page 5 of 8<br> <hr> <A name=23></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> TAT 5-35-26TH<br> 8.<br> Testing, logging and coring program<br> A.<br> Cores ­ none anticipated<br> B.<br> DST ­ none anticipated<br> C.<br> Logging:<br> -<br> Mud logging ­ 7500' to TD.<br> -<br> If shows while drilling warrant, a Triple Combo may be run in the 8-3/4" open hole from<br> surface casing to +/- KOP.<br> -<br> MWD/GR in build section and horizontal lateral.<br> -<br> Cement Bond Log from the top of the liner to above top of cement in the 7" casing<br> (usually run just prior to running the tie-back frac string).<br> D.<br> Formation and Completion Interval: Three Forks interval, final determination of completion will<br> be made by analysis of Mud Logs, GR Log and shows.<br> E.<br> Stimulation ­ Stimulation will be designed for the particular area of interest as encountered.<br> 9.<br> Anticipated Abnormal Pressures and Temperatures, Other Potential Hazards<br> No abnormal temperatures or pressures are anticipated. No H2S has been encountered in or known to<br> exist from previous wells drilled to similar depths in the general area. Maximum anticipated bottom<br> hole pressure equals approximately 6,155 psi. Maximum anticipated bottom hole temperature is 290° F.<br> 10.<br> Additional Information For Oil Base Mud<br> A. Oil-base mud will be mixed in the closed circulating system and transferred to 500-bbl tanks on<br> location for storage prior to and after drilling operations. Drip pans will be installed below the<br> rotary beams on the substructure and can be viewed on site from the cellar area. As the intermediate<br> and production section of the hole is drilled, the cuttings transported to the surface with the drilling<br> fluid will be mechanically separated from the drilling fluid as waste by shale-shakers and then<br> cleaned/dried via a mud cleaner and/or centrifuge. These separated cuttings will be transferred to a<br> container, dried and stabilized, and then transported to an approved disposal site or, if a cuttings pit<br> is approved, the solidified and dried cuttings will be stored in the pit.<br> B. Plastic material will underlay the rig, oil base mud/diesel storage tanks and mud pits. All tanks on<br> location will be placed inside of berms. Any oily waste fluids and sediments generated at the work<br> site during drilling operations or when cleaning the fluid containment system after drilling will also<br> be stabilized and then transported to an approved disposal site or, if a cuttings pit is approved, it will<br> be solidified and stored in the cuttings pit.<br> C. All rig ditches will be lined and directed to a lined sump for fluid recovery. A drip pan will be<br> installed on the BOP stack, a mud bucket will be utilized as needed on connections and a vacuum<br> system will be used on the rig floor for fluid recovery in those areas.<br> Page 6 of 8<br> <hr> <A name=24></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> TAT 5-35-26TH<br> D. If a cuttings pit is deemed necessary and acceptable due to unforeseen circumstances and/or<br> complications with the disposal method described in 10.A above, drill solids and excess cement will<br> be placed in the cuttings pit and the oilfield waste management consultant Soli-Bond (or a similar<br> company) will mobilize equipment and personnel to the site to perform the cement based<br> solidification/stabilization process in-situ for encapsulation with cement kiln dust or flyash prior to<br> placement in the cuttings pit. Once the drilling operation is complete, the lined cuttings pit will be<br> reclaimed to grade elevation.<br> Page 7 of 8<br> <hr> <A name=25></a>ONSHORE OIL &amp; GAS ORDER NO. 1<br> QEP North Dakota Operations<br> TAT 5-35-26TH<br> Page 8 of 8<br> <hr> <A name=26></a>TAT 5-35-26TH<br> SHL: Sec 35-T149N-R95W<br> BHL: Sec 26-T149N-R95W<br> McKenzie County, North Dakota<br> 16&quot; Conductor<br> Three Forks Well<br> SET @ 80'<br> IN 22&quot; HOLE<br> Cement to<br> Surface<br> 9-5/8&quot;, 36#, J55<br> SURFACE CASING<br> Top of 7&quot; lead cement at 2,186'<br> SET @ 2,186' in<br> 13-1/2&quot; HOLE<br> Cement to surface<br> Top of 7&quot; tail cement at ~6,700'<br> - minimum of 200' above the Pine Salt<br> 4-1/2&quot; Tie-back &quot;frac&quot; string:<br> 13.5#, HCP-110 CDC<br> (from surface to liner hanger)<br> 4-1/2&quot; Liner: Hanger @ ~ 10,740'<br> 13.5#, HCP-110, CDC<br> Uncemented<br> (from liner hanger to 7&quot; shoe)<br> KOP: 10,821' MD<br> 4-1/2&quot;, 13.5#, HCP-110 CDC - PRODUCTION LINER<br> Build 12.00°/100ft<br> SET @ 21,339' MD (11,288' TVD) IN 6&quot; HOLE<br> to 90° inclination<br> Uncemented with packers and frac sleeves<br> (from the 7&quot; shoe to TD)<br> 7&quot;, 32.0#, HCL-80, LTC - INTERMEDIATE CASING SET<br> @ 11,570' MD (11,288' TVD) IN 8-3/4&quot; HOLE<br> TD 21,339' MD<br> 466 sxs lead and 624 sxs tail<br> (11,288' TVD)<br> TOC @ surface casing shoe<br> <hr> <A name=27></a>11050<br> TA<br> 16-35Y - 6 wells (TAT)<br> T<br> T<br> A<br> 3<br> T<br> 5<br> A<br> T 5<br> T<br> -<br> T<br> T<br> 2<br> -<br> A<br> EST RKB<br> T<br> 3<br> A<br> T<br> 6<br> 5<br> A<br> 5<br> T<br> T<br> A<br> -<br> -<br> 3<br> T<br> T<br> 3<br> -2<br> 2<br> T<br> 6<br> A<br> 5<br> 1<br> 6<br> -<br> -<br> T<br> T<br> 2<br> -<br> 3<br> -<br> 1<br> 2<br> A<br> -<br> 2<br> T<br> 3<br> 5<br> -<br> 5<br> T<br> 3<br> 6<br> H<br> 5<br> 3<br> 4<br> -<br> L<br> A<br> T<br> 5<br> B<br> 2<br> -<br> -<br> 2<br> 5-<br> L<br> 3<br> T<br> -<br> 5<br> 3<br> 2<br> H<br> -<br> 6<br> 6<br> 2<br> N<br> B<br> (<br> -<br> -<br> 6<br> T<br> 6<br> 1<br> T<br> 2<br> 3<br> T<br> -<br> E<br> H<br> H<br> B<br> 3<br> A<br> 6<br> 5<br> H<br> N<br> W<br> /<br> -<br> T<br> B<br> -<br> O<br> /O<br> H<br> 3<br> 2<br> /<br> E<br> 5<br> 4<br> H<br> 6<br> O<br> /<br> /<br> O<br> r<br> W<br> r<br> O<br> i<br> -<br> B<br> r<br> g<br> i<br> -<br> /<br> 2<br> r<br> g<br> r<br> 3<br> 10400<br> O<br> i<br> /<br> i<br> 6<br> H<br> g<br> O<br> i<br> i<br> g<br> n<br> in<br> g<br> 5<br> r<br> H<br> -<br> i<br> /<br> i<br> 2<br> g<br> O<br> n<br> r<br> i<br> a<br> i<br> n<br> a<br> n<br> /<br> i<br> T<br> a<br> g<br> l<br> l<br> a<br> 6<br> in<br> A<br> ri<br> l<br> i<br> a<br> H<br> l<br> H<br> l<br> T<br> g<br> n<br> a<br> T<br> H<br> H<br> o<br> o<br> H<br> l<br> i<br> a<br> H<br> n<br> o<br> l<br> l<br> o<br> e<br> le<br> o<br> )<br> H<br> 1<br> a<br> /<br> l<br> O<br> e<br> H<br> l<br> le<br> 3<br> o<br> -<br> l<br> o<br> e<br> r<br> l<br> 3<br> H<br> i<br> e<br> l<br> g<br> 5<br> o<br> e<br> i<br> -<br> n<br> 2<br> l<br> a<br> 6<br> e<br> l<br> H<br> Hole<br> 9750<br> 9100<br> 8450<br> 7800<br> 7150<br> 6500<br> )<br> 5850<br> ft/insu002(1 </span><span class="ft0">5200<br> )(+<br> rthoN </span><span class="ft0">4550<br> (-)/thu<br> So<br> 3900<br> 3250<br> 2600<br> 1950<br> 1300<br> 650<br> 7&quot;<br> 7&quot;<br> 7&quot;<br> 7&quot;<br> 7&quot;<br> 7&quot;<br> 9 5/8 9<br> &quot; 5/8&quot;<br> 9 5/8&quot; 9 5/8&quot;<br> 0<br> 9 5/8<br> 9 &quot;5/8&quot;<br> -650<br> -5850<br> -5200<br> -4550<br> -3900<br> -3250<br> -2600<br> -1950<br> -1300<br> -650<br> 0<br> 650<br> 1300<br> 1950<br> 2600<br> West(-)/East(+) (1200 usft/in)<br> <hr> <A name=28></a>T<br> Azimuths to True North<br> M<br> Magnetic North: 7.66°<br> Project: McKenzie<br> Site: 16-35Y - 6 wells (TAT)<br> Magnetic Field<br> Well: TAT 5-35-26TH - NEW<br> Strength: 56313.0snT<br> Company Name: QEP ENERGY (ND)<br> Dip Angle: 72.80°<br> Wellbore: Original Hole<br> Date: 8/18/2014<br> Design: Plan ver.0<br> Model: IGRF2010<br> PROJECT DETAILS: McKenzie<br> REFERENCE INFORMATION<br> WELL DETAILS: TAT 5-35-26TH - NEW<br> Geodetic System: US State Plane 1983<br> Ground Level:<br> Co-ordinate (N/E) Reference: Well TAT 5-35-26TH - NEW, True North<br> Datum: North American Datum 1983<br> Vertical (TVD) Reference: RKB @ 2496.00usft (EST RKB)<br> 2466.00<br> Ellipsoid: GRS 1980<br> Section (VS) Reference: Slot - (0.00N, 0.00E)<br> +N/-S<br> +E/-W<br> Northing<br> Easting<br> Latittude<br> Longitude<br> Slot<br> Zone: North Dakota Northern Zone<br> 0.00<br> 0.00<br> 254581.240<br> 1403008.470<br> 47.674820<br> -102.795742<br> Measured Depth Reference: RKB @ 2496.00usft (EST RKB)<br> Calculation Method: Minimum Curvature<br> System Datum: Mean Sea Level<br> CASING DETAILS<br> 10500<br> SECTION DETAILS<br> TVD<br> MD<br> Name<br> Size<br> 2186.00<br> 2187.78<br> 9 5/8&quot;<br> 9-5/8<br> MD<br> Inc<br> Azi<br> TVD<br> +N/-S<br> +E/-W<br> Dleg<br> VSect<br> TAT 5-35-26TH - NEW<br> -1250</span><span class="ft4">11288.00<br> 11570.77<br> 7&quot;<br> 7<br> TD at 21339.83<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 1000.00<br> 0.00<br> 0.00<br> 1000.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 1350.00<br> 3.50<br> 250.00<br> 1349.78<br> -3.66<br> -10.04<br> 1.00<br> -2.59<br> 6650.00<br> 3.50<br> 250.00<br> 6639.90<br> -114.32<br> -314.09<br> 0.00<br> -80.91<br> 7000.00<br> 0.00<br> 0.00<br> 6989.68<br> -117.97<br> -324.13<br> 1.00<br> -83.49<br> 10821.00<br> 0.00<br> 0.00<br> 10810.68<br> -117.97<br> -324.13<br> 0.00<br> -83.49<br> 9000<br> 0<br> 11570.77<br> 90.00<br> 336.00<br> 11288.00<br> 318.08<br> -518.27<br> 12.00<br> 370.44<br> 11770.77<br> 90.00<br> 336.00<br> 11288.00<br> 500.79<br> -599.62<br> 0.00<br> 560.65<br> 12507.77<br> 90.00<br> 358.11<br> 11288.00<br> 1214.61<br> -763.70<br> 3.00<br> 1287.70<br> 21339.83<br> 90.00<br> 358.12<br> 11288.00<br> 10041.90<br> -1054.00<br> 0.00<br> 10097.06<br> Start Build 1.00<br> 1250<br> Start 5300.00 hold at 1350.00 MD<br> Fox Hills<br> 7500<br> 9 5/8&quot;<br> FORMATION TOP DETAILS<br> Pierre<br> TVDPath<br> MDPath<br> Formation<br> 2500<br> )<br> 1784.00<br> 1785.03<br> Fox Hills<br> 2036.00<br> 2037.50<br> Pierre<br> ft/in<br> 3693.00<br> 3697.60<br> Eagle<br> s<br> 4684.00<br> 4690.45<br> Greenhorn<br> u<br> 5115.00<br> 5122.25<br> Mowry<br> 5452.00<br> 5459.88<br> Dakota Group<br> 6000<br> 0 </span><span class="ft0">3750<br> Eagle<br> 0<br> 5850.00<br> 5858.63<br> Swift<br> 5<br> 6348.00<br> 6357.56<br> Rierdon<br> (2<br> 6621.00<br> 6631.07<br> Piper<br> 6742.00<br> 6752.24<br> Spearfish<br> 7109.00<br> 7119.32<br> Pine<br> u<br> th<br> Greenhorn<br> 7186.00<br> 7196.32<br> Pine Base<br> s<br> p<br> f<br> 5000<br> 7389.00<br> 7399.32<br> Opeche Salt<br> t<br> e<br> Mowry<br> D<br> 7741.00<br> 7751.32<br> Minnelusa Group<br> l<br> Dakota Group<br> 8221.00<br> 8231.32<br> Tyler<br> 4500<br> 8761.00<br> 8771.32<br> Kibbey Lime<br> Swift<br> 8895.00<br> 8905.32<br> Charles Salt<br> rtica<br> 9435.00<br> 9445.32<br> Ratcliffe<br> e </span><span class="ft0">6250<br> 9459.00<br> 9469.32<br> Last Salt<br> V<br> Rierdon<br> 9515.00<br> 9525.32<br> Last Salt Base<br> e<br> Piper<br> Start Drop -1.00<br> 9704.00<br> 9714.32<br> Mission Canyon<br> Spearfish<br> ru<br> 10282.00<br> 10292.32<br> Lodgepole<br> Start 3821.00 hold at 7000.00 MD<br> T<br> Pine<br> 10390.00<br> 10400.32<br> Lodgepole Marker 5<br> Pine Base<br> 10557.00<br> 10567.32<br> Lodgepole Marker 4<br> Opeche Salt<br> 3000<br> 7500<br> 10834.00<br> 10844.33<br> Lodgepole Marker 3<br> Minnelusa Group<br> 11045.00<br> 11065.93<br> Lodgepole Marker 2<br> 11115.00<br> 11150.98<br> Lodgepole Marker 1<br> 11155.00<br> 11205.61<br> False Bakken<br> Tyler<br> 11161.00<br> 11214.36<br> Scallion<br> 11173.00<br> 11232.40<br> Bakken Upper<br> 8750<br> Kibbey Lime<br> 11195.00<br> 11267.75<br> Bakken Middle<br> Three Forks<br> Start DLS 0.00 TFO 90.00<br> Charles Salt<br> 11201.00<br> 11278.02<br> Bakken Middle GR Marker<br> Ratcliffe<br> Pronghorn<br> Last Salt<br> 11204.00<br> 11283.27<br> Bakken Middle Limestone Shoal<br> 1500<br> Last Salt Base<br> 11204.00<br> 11283.27<br> Bakken Middle Limestone Shoal Base<br> Lower Bakken Silt<br> 11236.00<br> 11345.90<br> Bakken Lower<br> Bakken Lower<br> Mission Canyon<br> 11263.00<br> 11415.61<br> Lower Bakken Silt<br> Lodgepole<br> Start DLS 3.00 TFO 90.00<br> Bakken Middle Limestone Shoal Base<br> Lodgepole Marker 5<br> 11269.00<br> 11435.64<br> Pronghorn<br> 7&quot;<br> 10000<br> Bakken Middle Limestone Shoal<br> Lodgepole Marker 4<br> 11273.00<br> 11450.79<br> Three Forks<br> Start 200.00 hold at 11570.77 MD<br> Lodgepole Marker 3<br> Bakken Middle GR Marker<br> Lodgepole Marker 2<br> Bakken Middle<br> Lodgepole Marker 1<br> Start Build 12.00<br> Start Drop -1.00<br> False Bakken<br> Bakken Upper<br> Scallion<br> Start 200.00 hold at 11570.77 MD<br> Start 3821.00 hold at 7000.00 MD<br> Bakken Upper<br> Scallion<br> Start DLS 0.00 TFO 90.00<br> Bakken Middle<br> 0<br> Bakken Middle GR Marker<br> Start Build 12.00<br> False Bakken<br> 11250<br> Bakken Middle Limestone Shoal<br> Bakken Middle Limestone Shoal Base<br> 9 5/8&quot;<br> 7&quot;<br> Start Build 1.00<br> Bakken Lower<br> Start DLS 3.00 TFO 90.00<br> TD at 21339.83<br> Lower Bakken Silt<br> Pronghorn<br> Start 5300.00 hold at 1350.00 MD<br> Three Forks<br> Three Forks Shale<br> -2500<br> -1250<br> 0<br> 1250<br> 2500<br> 3750<br> 5000<br> 6250<br> 7500<br> 8750<br> 10000<br> 11250<br> -4500<br> -3000<br> -1500<br> 0<br> 1500<br> Vertical Section at 354.01°(2500 usft/in)<br> West(-)/East(+)<br> <hr> <A name=29></a>QEP ENERGY (ND)<br> McKenzie<br> 16-35Y - 6 wells (TAT)<br> TAT 5-35-26TH - NEW<br> Original Hole<br> Plan: Plan ver.0<br> Standard Planning Report<br> 21 August, 2014<br> <hr> <A name=30></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well TAT 5-35-26TH - NEW<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2496.00usft (EST RKB)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2496.00usft (EST RKB)<br> Site:<br> 16-35Y - 6 wells (TAT)<br> North Reference:<br> True<br> Well:<br> TAT 5-35-26TH - NEW<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Project<br> McKenzie<br> Map System:<br> US State Plane 1983<br> System Datum:<br> Mean Sea Level<br> Geo Datum:<br> North American Datum 1983<br> Map Zone:<br> North Dakota Northern Zone<br> Using geodetic scale factor<br> Site<br> 16-35Y - 4 wells (TAT)<br> Site Position:<br> Northing:<br> 254,580.690 usft<br> Latitude:<br> 47.674821<br> From:<br> Map<br> Easting:<br> 1,403,028.460 usft<br> Longitude:<br> -102.795661<br> Position Uncertainty:<br> 0.00 usft<br> Slot Radius:<br> 13-3/16 &quot;<br> Grid Convergence:<br> -1.71 °<br> Well<br> TAT 5-35-26TH - NEW<br> Well Position<br> +N/-S<br> -0.05 usft<br> Northing:<br> 254,581.240 usft<br> Latitude:<br> 47.674821<br> +E/-W<br> -20.00 usft<br> Easting:<br> 1,403,008.470 usft<br> Longitude:<br> -102.795742<br> Position Uncertainty<br> 0.00 usft<br> Wellhead Elevation:<br> 0.00 usft<br> Ground Level:<br> 2,466.00 usft<br> Wellbore<br> Original Hole<br> Magnetics<br> Model Name<br> Sample Date<br> Declination<br> Dip Angle<br> Field Strength<br> (°)<br> (°)<br> (nT)<br> IGRF2010<br> 8/18/2014<br> 7.66<br> 72.80<br> 56,313<br> Design<br> Plan ver.0<br> Audit Notes:<br> Version:<br> Phase:<br> PLAN<br> Tie On Depth:<br> 0.00<br> Vertical Section:<br> Depth From (TVD)<br> +N/-S<br> +E/-W<br> Direction<br> (usft)<br> (usft)<br> (usft)<br> (°)<br> 0.00<br> 0.00<br> 0.00<br> 354.01<br> Plan Sections<br> Measured<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Rate<br> Rate<br> Rate<br> TFO<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> (°)<br> Target<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 1,000.00<br> 0.00<br> 0.00<br> 1,000.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 1,350.00<br> 3.50<br> 250.00<br> 1,349.78<br> -3.66<br> -10.04<br> 1.00<br> 1.00<br> 0.00<br> 250.00<br> 6,650.00<br> 3.50<br> 250.00<br> 6,639.90<br> -114.32<br> -314.09<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 7,000.00<br> 0.00<br> 0.00<br> 6,989.68<br> -117.97<br> -324.13<br> 1.00<br> -1.00<br> 0.00<br> 180.00<br> 10,821.00<br> 0.00<br> 0.00<br> 10,810.68<br> -117.97<br> -324.13<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 11,570.77<br> 90.00<br> 336.00<br> 11,288.00<br> 318.08<br> -518.27<br> 12.00<br> 12.00<br> 0.00<br> 336.00<br> 11,770.77<br> 90.00<br> 336.00<br> 11,288.00<br> 500.79<br> -599.62<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 12,507.77<br> 90.00<br> 358.11<br> 11,288.00<br> 1,214.61<br> -763.70<br> 3.00<br> 0.00<br> 3.00<br> 90.00<br> 21,339.84<br> 90.00<br> 358.12<br> 11,288.00<br> 10,041.90<br> -1,054.00<br> 0.00<br> 0.00<br> 0.00<br> 90.00<br> 8/21/2014 12:33:42PM<br> Page 2<br> COMPASS 5000.1 Build 70<br> <hr> <A name=31></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well TAT 5-35-26TH - NEW<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2496.00usft (EST RKB)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2496.00usft (EST RKB)<br> Site:<br> 16-35Y - 6 wells (TAT)<br> North Reference:<br> True<br> Well:<br> TAT 5-35-26TH - NEW<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Planned Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 500.00<br> 0.00<br> 0.00<br> 500.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 1,000.00<br> 0.00<br> 0.00<br> 1,000.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 0.00<br> 1,350.00<br> 3.50<br> 250.00<br> 1,349.78<br> -3.66<br> -10.04<br> -2.59<br> 1.00<br> 1.00<br> 0.00<br> 1,500.00<br> 3.50<br> 250.00<br> 1,499.50<br> -6.79<br> -18.65<br> -4.80<br> 0.00<br> 0.00<br> 0.00<br> 1,785.03<br> 3.50<br> 250.00<br> 1,784.00<br> -12.74<br> -35.00<br> -9.02<br> 0.00<br> 0.00<br> 0.00<br> Fox Hills<br> 2,000.00<br> 3.50<br> 250.00<br> 1,998.57<br> -17.23<br> -47.33<br> -12.19<br> 0.00<br> 0.00<br> 0.00<br> 2,037.50<br> 3.50<br> 250.00<br> 2,036.00<br> -18.01<br> -49.48<br> -12.75<br> 0.00<br> 0.00<br> 0.00<br> Pierre<br> 2,187.78<br> 3.50<br> 250.00<br> 2,186.00<br> -21.15<br> -58.10<br> -14.97<br> 0.00<br> 0.00<br> 0.00<br> 9 5/8&quot;<br> 2,500.00<br> 3.50<br> 250.00<br> 2,497.64<br> -27.67<br> -76.01<br> -19.58<br> 0.00<br> 0.00<br> 0.00<br> 3,000.00<br> 3.50<br> 250.00<br> 2,996.70<br> -38.11<br> -104.70<br> -26.97<br> 0.00<br> 0.00<br> 0.00<br> 3,500.00<br> 3.50<br> 250.00<br> 3,495.77<br> -48.55<br> -133.38<br> -34.36<br> 0.00<br> 0.00<br> 0.00<br> 3,697.60<br> 3.50<br> 250.00<br> 3,693.00<br> -52.67<br> -144.72<br> -37.28<br> 0.00<br> 0.00<br> 0.00<br> Eagle<br> 4,000.00<br> 3.50<br> 250.00<br> 3,994.84<br> -58.99<br> -162.06<br> -41.75<br> 0.00<br> 0.00<br> 0.00<br> 4,500.00<br> 3.50<br> 250.00<br> 4,493.91<br> -69.43<br> -190.75<br> -49.14<br> 0.00<br> 0.00<br> 0.00<br> 4,690.45<br> 3.50<br> 250.00<br> 4,684.00<br> -73.40<br> -201.67<br> -51.95<br> 0.00<br> 0.00<br> 0.00<br> Greenhorn<br> 5,000.00<br> 3.50<br> 250.00<br> 4,992.97<br> -79.87<br> -219.43<br> -56.52<br> 0.00<br> 0.00<br> 0.00<br> 5,122.25<br> 3.50<br> 250.00<br> 5,115.00<br> -82.42<br> -226.44<br> -58.33<br> 0.00<br> 0.00<br> 0.00<br> Mowry<br> 5,459.88<br> 3.50<br> 250.00<br> 5,452.00<br> -89.47<br> -245.81<br> -63.32<br> 0.00<br> 0.00<br> 0.00<br> Dakota Group<br> 5,500.00<br> 3.50<br> 250.00<br> 5,492.04<br> -90.31<br> -248.11<br> -63.91<br> 0.00<br> 0.00<br> 0.00<br> 5,858.63<br> 3.50<br> 250.00<br> 5,850.00<br> -97.79<br> -268.69<br> -69.21<br> 0.00<br> 0.00<br> 0.00<br> Swift<br> 6,000.00<br> 3.50<br> 250.00<br> 5,991.11<br> -100.75<br> -276.80<br> -71.30<br> 0.00<br> 0.00<br> 0.00<br> 6,357.56<br> 3.50<br> 250.00<br> 6,348.00<br> -108.21<br> -297.31<br> -76.59<br> 0.00<br> 0.00<br> 0.00<br> Rierdon<br> 6,500.00<br> 3.50<br> 250.00<br> 6,490.18<br> -111.19<br> -305.48<br> -78.69<br> 0.00<br> 0.00<br> 0.00<br> 6,631.07<br> 3.50<br> 250.00<br> 6,621.00<br> -113.92<br> -313.00<br> -80.63<br> 0.00<br> 0.00<br> 0.00<br> Piper<br> 6,650.00<br> 3.50<br> 250.00<br> 6,639.90<br> -114.32<br> -314.09<br> -80.91<br> 0.00<br> 0.00<br> 0.00<br> 6,752.24<br> 2.48<br> 250.00<br> 6,742.00<br> -116.14<br> -319.10<br> -82.20<br> 1.00<br> -1.00<br> 0.00<br> Spearfish<br> 7,000.00<br> 0.00<br> 0.00<br> 6,989.68<br> -117.97<br> -324.13<br> -83.49<br> 1.00<br> -1.00<br> 0.00<br> 7,119.32<br> 0.00<br> 0.00<br> 7,109.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Pine<br> 7,196.32<br> 0.00<br> 0.00<br> 7,186.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Pine Base<br> 7,399.32<br> 0.00<br> 0.00<br> 7,389.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Opeche Salt<br> 7,500.00<br> 0.00<br> 0.00<br> 7,489.68<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> 7,751.32<br> 0.00<br> 0.00<br> 7,741.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Minnelusa Group<br> 8,000.00<br> 0.00<br> 0.00<br> 7,989.68<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> 8,231.32<br> 0.00<br> 0.00<br> 8,221.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Tyler<br> 8/21/2014 12:33:42PM<br> Page 3<br> COMPASS 5000.1 Build 70<br> <hr> <A name=32></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well TAT 5-35-26TH - NEW<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2496.00usft (EST RKB)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2496.00usft (EST RKB)<br> Site:<br> 16-35Y - 6 wells (TAT)<br> North Reference:<br> True<br> Well:<br> TAT 5-35-26TH - NEW<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Planned Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> 8,500.00<br> 0.00<br> 0.00<br> 8,489.68<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> 8,771.32<br> 0.00<br> 0.00<br> 8,761.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Kibbey Lime<br> 8,905.32<br> 0.00<br> 0.00<br> 8,895.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Charles Salt<br> 9,000.00<br> 0.00<br> 0.00<br> 8,989.68<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> 9,445.32<br> 0.00<br> 0.00<br> 9,435.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Ratcliffe<br> 9,469.32<br> 0.00<br> 0.00<br> 9,459.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Last Salt<br> 9,500.00<br> 0.00<br> 0.00<br> 9,489.68<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> 9,525.32<br> 0.00<br> 0.00<br> 9,515.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Last Salt Base<br> 9,714.32<br> 0.00<br> 0.00<br> 9,704.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Mission Canyon<br> 10,000.00<br> 0.00<br> 0.00<br> 9,989.68<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> 10,292.32<br> 0.00<br> 0.00<br> 10,282.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Lodgepole<br> 10,400.32<br> 0.00<br> 0.00<br> 10,390.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Lodgepole Marker 5<br> 10,500.00<br> 0.00<br> 0.00<br> 10,489.68<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> 10,567.32<br> 0.00<br> 0.00<br> 10,557.00<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> Lodgepole Marker 4<br> 10,821.00<br> 0.00<br> 0.00<br> 10,810.68<br> -117.97<br> -324.13<br> -83.49<br> 0.00<br> 0.00<br> 0.00<br> 10,844.33<br> 2.80<br> 336.00<br> 10,834.00<br> -117.45<br> -324.36<br> -82.95<br> 12.00<br> 12.00<br> 0.00<br> Lodgepole Marker 3<br> 11,000.00<br> 21.49<br> 336.00<br> 10,985.51<br> -87.67<br> -337.62<br> -51.95<br> 12.00<br> 12.00<br> 0.00<br> 11,065.93<br> 29.40<br> 336.00<br> 11,045.00<br> -61.81<br> -349.13<br> -25.03<br> 12.00<br> 12.00<br> 0.00<br> Lodgepole Marker 2<br> 11,150.99<br> 39.61<br> 336.00<br> 11,115.00<br> -17.86<br> -368.70<br> 20.73<br> 12.00<br> 12.00<br> 0.00<br> Lodgepole Marker 1<br> 11,205.61<br> 46.17<br> 336.00<br> 11,155.00<br> 16.09<br> -383.82<br> 56.07<br> 12.00<br> 12.00<br> 0.00<br> False Bakken<br> 11,214.36<br> 47.22<br> 336.00<br> 11,161.00<br> 21.90<br> -386.41<br> 62.12<br> 12.00<br> 12.00<br> 0.00<br> Scallion<br> 11,232.40<br> 49.38<br> 336.00<br> 11,173.00<br> 34.21<br> -391.88<br> 74.93<br> 12.00<br> 12.00<br> 0.00<br> Bakken Upper<br> 11,267.75<br> 53.63<br> 336.00<br> 11,195.00<br> 59.48<br> -403.14<br> 101.23<br> 12.00<br> 12.00<br> 0.00<br> Bakken Middle<br> 11,278.02<br> 54.86<br> 336.00<br> 11,201.00<br> 67.09<br> -406.52<br> 109.16<br> 12.00<br> 12.00<br> 0.00<br> Bakken Middle GR Marker<br> 11,283.27<br> 55.49<br> 336.00<br> 11,204.00<br> 71.03<br> -408.28<br> 113.26<br> 12.00<br> 12.00<br> 0.00<br> Bakken Middle Limestone Shoal - Bakken Middle Limestone Shoal Base<br> 11,345.90<br> 63.01<br> 336.00<br> 11,236.00<br> 120.16<br> -430.15<br> 164.41<br> 12.00<br> 12.00<br> 0.00<br> Bakken Lower<br> 11,415.61<br> 71.37<br> 336.00<br> 11,263.00<br> 178.81<br> -456.27<br> 225.46<br> 12.00<br> 12.00<br> 0.00<br> Lower Bakken Silt<br> 11,435.65<br> 73.78<br> 336.00<br> 11,269.00<br> 196.28<br> -464.04<br> 243.64<br> 12.00<br> 12.00<br> 0.00<br> Pronghorn<br> 11,450.79<br> 75.60<br> 336.00<br> 11,273.00<br> 209.62<br> -469.98<br> 257.54<br> 12.00<br> 12.00<br> 0.00<br> Three Forks<br> 8/21/2014 12:33:42PM<br> Page 4<br> COMPASS 5000.1 Build 70<br> <hr> <A name=33></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well TAT 5-35-26TH - NEW<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2496.00usft (EST RKB)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2496.00usft (EST RKB)<br> Site:<br> 16-35Y - 6 wells (TAT)<br> North Reference:<br> True<br> Well:<br> TAT 5-35-26TH - NEW<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Planned Survey<br> Measured<br> Vertical<br> Vertical<br> Dogleg<br> Build<br> Turn<br> Depth<br> Inclination<br> Azimuth<br> Depth<br> +N/-S<br> +E/-W<br> Section<br> Rate<br> Rate<br> Rate<br> (usft)<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (°/100usft)<br> (°/100usft)<br> (°/100usft)<br> 11,500.00<br> 81.50<br> 336.00<br> 11,282.76<br> 253.66<br> -489.59<br> 303.38<br> 12.00<br> 12.00<br> 0.00<br> 11,570.77<br> 90.00<br> 336.00<br> 11,288.00<br> 318.08<br> -518.27<br> 370.44<br> 12.00<br> 12.00<br> 0.00<br> 7&quot;<br> 11,770.77<br> 90.00<br> 336.00<br> 11,288.00<br> 500.79<br> -599.62<br> 560.65<br> 0.00<br> 0.00<br> 0.00<br> 12,000.00<br> 90.00<br> 342.88<br> 11,288.00<br> 715.28<br> -680.08<br> 782.37<br> 3.00<br> 0.00<br> 3.00<br> 12,500.00<br> 90.00<br> 357.88<br> 11,288.00<br> 1,206.84<br> -763.43<br> 1,279.94<br> 3.00<br> 0.00<br> 3.00<br> 12,507.77<br> 90.00<br> 358.11<br> 11,288.00<br> 1,214.61<br> -763.70<br> 1,287.70<br> 3.00<br> 0.00<br> 3.00<br> 13,000.00<br> 90.00<br> 358.11<br> 11,288.00<br> 1,706.57<br> -779.93<br> 1,778.66<br> 0.00<br> 0.00<br> 0.00<br> 13,500.00<br> 90.00<br> 358.11<br> 11,288.00<br> 2,206.30<br> -796.41<br> 2,277.38<br> 0.00<br> 0.00<br> 0.00<br> 14,000.00<br> 90.00<br> 358.11<br> 11,288.00<br> 2,706.03<br> -812.88<br> 2,776.10<br> 0.00<br> 0.00<br> 0.00<br> 14,500.00<br> 90.00<br> 358.11<br> 11,288.00<br> 3,205.76<br> -829.35<br> 3,274.82<br> 0.00<br> 0.00<br> 0.00<br> 15,000.00<br> 90.00<br> 358.11<br> 11,288.00<br> 3,705.48<br> -845.81<br> 3,773.53<br> 0.00<br> 0.00<br> 0.00<br> 15,500.00<br> 90.00<br> 358.11<br> 11,288.00<br> 4,205.21<br> -862.27<br> 4,272.25<br> 0.00<br> 0.00<br> 0.00<br> 16,000.00<br> 90.00<br> 358.11<br> 11,288.00<br> 4,704.94<br> -878.72<br> 4,770.97<br> 0.00<br> 0.00<br> 0.00<br> 16,500.00<br> 90.00<br> 358.12<br> 11,288.00<br> 5,204.67<br> -895.16<br> 5,269.68<br> 0.00<br> 0.00<br> 0.00<br> 17,000.00<br> 90.00<br> 358.12<br> 11,288.00<br> 5,704.40<br> -911.60<br> 5,768.40<br> 0.00<br> 0.00<br> 0.00<br> 17,500.00<br> 90.00<br> 358.12<br> 11,288.00<br> 6,204.13<br> -928.03<br> 6,267.11<br> 0.00<br> 0.00<br> 0.00<br> 18,000.00<br> 90.00<br> 358.12<br> 11,288.00<br> 6,703.86<br> -944.45<br> 6,765.83<br> 0.00<br> 0.00<br> 0.00<br> 18,500.00<br> 90.00<br> 358.12<br> 11,288.00<br> 7,203.59<br> -960.87<br> 7,264.54<br> 0.00<br> 0.00<br> 0.00<br> 19,000.00<br> 90.00<br> 358.12<br> 11,288.00<br> 7,703.32<br> -977.28<br> 7,763.25<br> 0.00<br> 0.00<br> 0.00<br> 19,500.00<br> 90.00<br> 358.12<br> 11,288.00<br> 8,203.05<br> -993.69<br> 8,261.97<br> 0.00<br> 0.00<br> 0.00<br> 20,000.00<br> 90.00<br> 358.12<br> 11,288.00<br> 8,702.79<br> -1,010.09<br> 8,760.68<br> 0.00<br> 0.00<br> 0.00<br> 20,500.00<br> 90.00<br> 358.12<br> 11,288.00<br> 9,202.52<br> -1,026.48<br> 9,259.39<br> 0.00<br> 0.00<br> 0.00<br> 21,000.00<br> 90.00<br> 358.12<br> 11,288.00<br> 9,702.25<br> -1,042.87<br> 9,758.10<br> 0.00<br> 0.00<br> 0.00<br> 21,339.84<br> 90.00<br> 358.12<br> 11,288.00<br> 10,041.90<br> -1,054.00<br> 10,097.06<br> 0.00<br> 0.00<br> 0.00<br> Design Targets<br> Target Name<br> - hit/miss target<br> Dip Angle<br> Dip Dir.<br> TVD<br> +N/-S<br> +E/-W<br> Northing<br> Easting<br> - Shape<br> (°)<br> (°)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> (usft)<br> Latitude<br> Longitude<br> TAT 5-35-26TH<br> 0.00<br> 0.00 11,288.00<br> 10,091.21<br> -991.51<br> 264,697.130<br> 1,402,318.260<br> 47.702485<br> -102.799769<br> - plan misses target center by 79.60usft at 21339.83usft MD (11288.00 TVD, 10041.90 N, -1054.00 E)<br> - Point<br> Casing Points<br> Measured<br> Vertical<br> Casing<br> Hole<br> Depth<br> Depth<br> Diameter<br> Diameter<br> (usft)<br> (usft)<br> Name<br> (&quot;)<br> (&quot;)<br> 2,187.78<br> 2,186.00<br> 9 5/8&quot;<br> 9-5/8<br> 13-1/2<br> 11,570.77<br> 11,288.00<br> 7&quot;<br> 7<br> 8-3/4<br> 8/21/2014 12:33:42PM<br> Page 5<br> COMPASS 5000.1 Build 70<br> <hr> <A name=34></a>QEP Resources<br> Planning Report<br> Database:<br> EDMDB_QEP<br> Local Co-ordinate Reference<br> Well TAT 5-35-26TH - NEW<br> Company:<br> QEP ENERGY (ND)<br> TVD Reference:<br> RKB @ 2496.00usft (EST RKB)<br> Project:<br> McKenzie<br> MD Reference:<br> RKB @ 2496.00usft (EST RKB)<br> Site:<br> 16-35Y - 6 wells (TAT)<br> North Reference:<br> True<br> Well:<br> TAT 5-35-26TH - NEW<br> Survey Calculation Method:<br> Minimum Curvature<br> Wellbore:<br> Original Hole<br> Design:<br> Plan ver.0<br> Formations<br> Measured<br> Vertical<br> Dip<br> Depth<br> Depth<br> Dip<br> Direction<br> (usft)<br> (usft)<br> Name<br> Lithology<br> (°)<br> (°)<br> 1,785.03<br> 1,784.00 Fox Hills<br> 0.00<br> 2,037.50<br> 2,036.00 Pierre<br> 0.00<br> 3,697.60<br> 3,693.00 Eagle<br> 0.00<br> 4,690.45<br> 4,684.00 Greenhorn<br> 0.00<br> 5,122.25<br> 5,115.00 Mowry<br> 0.00<br> 5,459.88<br> 5,452.00 Dakota Group<br> 0.00<br> 5,858.63<br> 5,850.00 Swift<br> 0.00<br> 6,357.56<br> 6,348.00 Rierdon<br> 0.00<br> 6,631.07<br> 6,621.00 Piper<br> 0.00<br> 6,752.24<br> 6,742.00 Spearfish<br> 0.00<br> 7,119.32<br> 7,109.00 Pine<br> 0.00<br> 7,196.32<br> 7,186.00 Pine Base<br> 0.00<br> 7,399.32<br> 7,389.00 Opeche Salt<br> 0.00<br> 7,751.32<br> 7,741.00 Minnelusa Group<br> 0.00<br> 8,231.32<br> 8,221.00 Tyler<br> 0.00<br> 8,771.32<br> 8,761.00 Kibbey Lime<br> 0.00<br> 8,905.32<br> 8,895.00 Charles Salt<br> 0.00<br> 9,445.32<br> 9,435.00 Ratcliffe<br> 0.00<br> 9,469.32<br> 9,459.00 Last Salt<br> 0.00<br> 9,525.32<br> 9,515.00 Last Salt Base<br> 0.00<br> 9,714.32<br> 9,704.00 Mission Canyon<br> 0.00<br> 10,292.32<br> 10,282.00 Lodgepole<br> 0.00<br> 10,400.32<br> 10,390.00 Lodgepole Marker 5<br> 0.00<br> 10,567.32<br> 10,557.00 Lodgepole Marker 4<br> 0.00<br> 10,844.33<br> 10,834.00 Lodgepole Marker 3<br> 0.00<br> 11,065.93<br> 11,045.00 Lodgepole Marker 2<br> 0.00<br> 11,150.99<br> 11,115.00 Lodgepole Marker 1<br> 0.00<br> 11,205.61<br> 11,155.00 False Bakken<br> 0.00<br> 11,214.36<br> 11,161.00 Scallion<br> 0.00<br> 11,232.40<br> 11,173.00 Bakken Upper<br> 0.00<br> 11,267.75<br> 11,195.00 Bakken Middle<br> 0.00<br> 11,278.02<br> 11,201.00 Bakken Middle GR Marker<br> 0.00<br> 11,283.27<br> 11,204.00 Bakken Middle Limestone Shoal<br> 0.00<br> 11,283.27<br> 11,204.00 Bakken Middle Limestone Shoal Base<br> 0.00<br> 11,345.90<br> 11,236.00 Bakken Lower<br> 0.00<br> 11,415.61<br> 11,263.00 Lower Bakken Silt<br> 0.00<br> 11,435.65<br> 11,269.00 Pronghorn<br> 0.00<br> 11,450.79<br> 11,273.00 Three Forks<br> 0.00<br> 8/21/2014 12:33:42PM<br> Page 6<br> COMPASS 5000.1 Build 70<br> <hr> <A name=35></a><hr> <A name=36></a>Gas Capture Plan (</span><span class="ft1">TAT 16-35Y Pad</span><span class="ft0">)<br> 1. Affidavit: attached as a part of this gas capture plan.<br> 2. Detailed gas gathering pipeline system location map<br> Oneok Rockies Midstream ("OKRM")<br> Name and Location of gas processing plant: </span><span class="ft3">Garden Creek, Sect 35-T151N-R98W.<br> Name of gas gatherer and location of lines for each gas gatherer in the vicinity: </span><span class="ft3">OKRM 14" poly<br> highlighted in red.<br> Proposed Route and Tie-in point for wel connection: </span><span class="ft3">See above gathering system map.<br> 3. Detailed information for Grail Compressor Station:<br> Maximum current daily capacity: </span><span class="ft3">35 MMcfd (sitting idle until plant capacity comes online) .<br> Current throughput: </span><span class="ft3">0 MMcfd (Station to start-up on or before October 1</span><span class="ft4">st </span><span class="ft3">2014).<br> Anticipated daily capacity at date of first gas sales: </span><span class="ft3">35 MMcfd<br> <hr> <A name=37></a>Anticipated throughput at date of first gas sales: </span><span class="ft1">Approximately 33 MMcfd based on QEP production<br> assumptions; gas from Grail Station can be re-routed to either the Sand Stone or Blue Buttes<br> compressor stations if Grail becomes full.<br> Gas gatherer issues or expansion plans for the area: </span><span class="ft1">OKRM has adequate pipeline and compression<br> capacity for QEP's current and forecasted gas, but processing plant capacity is causing high pressures<br> and flaring. OKRM is expanding its Garden Creek plant by 100 MMcfd in August of 2014, and by another<br> 100 MMcfd in 4</span><span class="ft2">th </span><span class="ft1">Quarter 2014 which should al eviate the pressure problem.<br> 4. Detailed flowback strategy:<br> Anticipated date of first production: </span><span class="ft1">1</span><span class="ft2">st </span><span class="ft1">Quarter of 2015<br> Anticipated oil and gas rates and duration (if applicable, all pad wells to be included): </span><span class="ft1">See table below.<br> TAT 16-35Y<br> Compl. Date Q1 of 2015<br> Avg. Mcfd (6 wells)<br> IP (30):<br> 8,154<br> Yr1:<br> 4,016<br> Yr2:<br> 1,994<br> Yr3:<br> 1,505<br> Yr4:<br> 1,251<br> Yr5:<br> 1,091<br> Yr6:<br> 975<br> Yr7:<br> 878<br> Yr8:<br> 789<br> Yr9:<br> 711<br> 5. QEP flaring amounts:<br> Statewide percentage of gas flared for existing wells in the Bakken petroleum system: </span><span class="ft1">53% for the most<br> recent month of July 2014 (28.0 MMcfd flared /52.5 MMcfd produced).<br> Field wide percentage of gas flared for this well: </span><span class="ft1">64% in the Grail field for the most recent month of July<br> 2014 (26.6 MMcfd flared/41.5 MMcfd produced).<br> 6. QEP Alternatives to flaring:<br> Specific alternative systems available for consideration: </span><span class="ft1">When OKRM is at capacity or not connected,<br> QEP has considered and implemented JT conditioning skids for its flaring wel s. QEP has done this on 3<br> pads in Sections 33, 34 &amp; 35 of T149N-R95W (vendor Montana-Dakota). QEP also using a total of<br> approximately 3.0 MMcfd for site usage for a number of applications to include powering wellhead<br> equipment, drilling rigs, gas lift, etc. Further, QEP is installing gas-powered generators on our pads in<br> the Mandaree field (FBIR) instead of using diesel fuel (second half of 2014).<br> <hr> <A name=38></a>Details of flaring reductions if such alternative plans are implemented: </span><span class="ft2">No significant flaring reductions<br> have been achieved from our implemented or planned alternative systems thus far. However, the<br> Montana-Dakota JT skids do reduce our VOCs by 85% where they are installed.<br> <hr> <A name=39></a><hr> <A name=40></a><hr> <A name=41></a><hr> <A name=42></a><hr> <A name=43></a><hr> <A name=44></a><hr> <A name=45></a><hr> <A name=46></a><hr> <A name=47></a><hr> <A name=48></a><hr> <A name=49></a><hr> <A name=50></a><hr> <A name=51></a><hr> <A name=52></a><hr> <A name="outline"></a><h1>Document Outline</h1> <ul><li>Form 4 <ul><li>4-intent- comming of prod <li>4-Rpt-Spud Notice </ul><li>4-Intent-Waiver Request for OH Logs <li>Form 1 </ul><hr> </BODY> </HTML>
packages/core/osoba/public/views/dodaj.html
unsftn/devHub-web-app
<section data-ng-controller="OsobaController"> <h1>Dodavanje nove osobe!!!</h1> <form name="osobaForm" data-ng-submit="create(true)"> <table border="3"> <tr> <td>Ime:</td> <td><input type="text" data-ng-model="osoba.ime"></td> </tr> <tr> <td>Prezime:</td> <td><input type="text" data-ng-model="osoba.prezime"></td> </tr> <tr> <td>Uloga:</td> <td> <select data-ng-init="sveUloge()" data-ng-model="osoba.uloga"> <option data-ng-repeat="uloga in uloge" value="{{uloga.naziv}}">{{uloga.naziv}}</option> </select> </td> </tr> <tr> <td colspan="2" align="center"> <input type="submit" value="Dodaj"> </td> </tr> </table> </form> </section>
posts/math_puzzle_1.html
trentwoodbury/TrentWould
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Heads or Tails?</title> <!-- Bootstrap Core CSS --> <link href="../vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Theme CSS --> <link href="../css/clean-blog.min.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="../vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' 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]--> </head> <body> <!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle"> <span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i> </button> <a class="navbar-brand" href="../index.html">Go Home</a> <a class="navbar-brand" href="../about.html">About</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <!-- <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="../about.html">About</a> </li> </ul> </div> --> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Header --> <!-- Set your background image for this header on the line below. --> <header class="intro-header" style="background-image: url('../img/coin.jpg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="post-heading"> <h1>Heads or Tails?</h1> <h2 class="subheading">A Mathematical Puzzle</h2> <span class="meta">Posted May 29th, 2017</span> </div> </div> </div> </div> </header> <!-- Post Content --> <article> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <h2 class="section-heading">The Problem</h2> <p> You have a set of 10 coins in the formation:<br> <center> HTTHTTHHTH</center><br> (H = heads, T = Tails). Is it possible to flip only pairs of adjacent coins so that all the coins end up heads? </p> <h2 class="section-heading">The Solution</h2> <p>For starters we know that we can't get stuck. Why not? Flipping the same pair of coins will send us back a move. This means that we always have an inverse function for every move. </p> <p> My first solution was via raw computing power. I put together a small program to simulate flipping adjacent coins randomly. I set 10,000 trials of 100 flips each. This resulted in utter failure </p> <img src="../img/utter_failure.jpg"> <span class="caption text-muted"> You may notice that my starting position in the code is HHHHHHHHTH. This is 2 moves from (and to) the original state of the coins. I simply flipped the two adjacent pairs of Tails in locations (1,2) and (4,5), assuming 0 indexing. </span> <p> Since there are 2**10 = 1024 unique states of the coins and we flipped coins 1,000,000 times, the probability of us not getting a possible state is incredibly low. To verify this, I set the the end_state to TTHTTTTTTT. This is a state I know is achievable (I'll challenge you to solve that if you don't believe me). This produced success 20% of the time. From this, we can infer that the probability of success within 100 moves for an arbitrary state is roughly 20%. If the probability of any single trial's success is around 0.2, then the probability of no trial out of 10,000 succeeding is effectively 0. In fact, with the amount of decimal places that Python computes to, the output of 0.8**10,000 <i>is</i> 0. </p> <h2 class="section-heading">But Why?</h2> <p> It turns out we can prove that getting to HHHHHHHHHH from HTTHTTHHTH is impossible. Let <b>x</b> be the number of heads in our original coin configuration (HTTHTTHHTH) and let <b>y</b> be the number of tails. Since x = y = 5, we know: <ul> <li> x % 2 = 1 </li> <li> y % 2 = 1</li> </ul> Imagine we have a mapping, &phi;(x,y) that tells us what x and y will be after we flip the a pair of adjacent coins. If we want to flip two adjacent coins we have 4 possibilities for doing this: <ol> <li><b>HH &rarr; TT</b> ( &phi;(x, y) = x - 2, y + 2 ) </li> <li><b>TT &rarr; HH</b> ( &phi;(x, y) = x + 2, y - 2 )</li> <li><b>HT &rarr; TH</b> ( &phi;(x, y) = x, y )</li> <li><b>TH &rarr; HT</b> ( &phi;(x, y) = x, y )</li> </ol> Based on this, if we have a mapping, &phi;, <center>&forall;&phi;, &phi;(x,y) mod (2,2) = 1,1.</center> In other words, x is stuck being an odd number and so is y. In order for us to get to the state HHHHHHHHHH, we would have to have a mapping from an odd value of x to an even value. Thus, this final state is impossible to achieve. Q.E.D. </p> </div> </div> </div> </article> <hr> <!-- Footer --> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href="https://www.youtube.com/watch?v=3E7hkPZ-HTk"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://github.com/trentwoodbury"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted">Copyright &copy; Trent Woodbury 2017</p> </div> </div> </div> </footer> <!-- jQuery --> <script src="../vendor/jquery/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="../vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Contact Form JavaScript --> <script src="../js/jqBootstrapValidation.js"></script> <script src="../js/contact_me.js"></script> <!-- Theme JavaScript --> <script src="../js/clean-blog.min.js"></script> </body> </html>
theme/account-pending-approval-ads.html
teseo24/empleocv
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Fav and touch icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="assets/ico/favicon.png"> <title>BOOTCLASIFIED - Responsive Classified Theme</title> <!-- Bootstrap core CSS --> <link href="assets/bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="assets/css/style.css" rel="stylesheet"> <!-- styles needed for carousel slider --> <link href="assets/css/owl.carousel.css" rel="stylesheet"> <link href="assets/css/owl.theme.css" rel="stylesheet"> <!-- Just for debugging purposes. --> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[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.3.0/respond.min.js"></script> <![endif]--> <!-- include pace script for automatic web page progress bar --> <script> paceOptions = { elements: true }; </script> <script src="assets/js/pace.min.js"></script> </head> <body> <div id="wrapper"> <div class="header"> <nav class="navbar navbar-site navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="index.html" class="navbar-brand logo logo-title"> <!-- Original Logo will be placed here --> <span class="logo-icon"><i class="icon icon-search-1 ln-shadow-logo shape-0"></i> </span> BOOT<span>CLASSIFIED </span> </a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li><a href="#">Signout <i class="glyphicon glyphicon-off"></i> </a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span>Jhon Doe</span> <i class="icon-user fa"></i> <i class=" icon-down-open-big fa"></i></a> <ul class="dropdown-menu user-menu"> <li class="active"><a href="account-home.html"><i class="icon-home"></i> Personal Home </a></li> <li><a href="account-myads.html"><i class="icon-th-thumb"></i> My ads </a></li> <li><a href="account-favourite-ads.html"><i class="icon-heart"></i> Favourite ads </a></li> <li><a href="account-saved-search.html"><i class="icon-star-circled"></i> Saved search </a></li> <li><a href="account-archived-ads.html"><i class="icon-folder-close"></i> Archived ads </a></li> <li><a href="account-pending-approval-ads.html"><i class="icon-hourglass"></i> Pending approval </a></li> <li><a href="statements.html"><i class=" icon-money "></i> Payment history </a></li> </ul> </li> <li class="postadd"><a class="btn btn-block btn-border btn-post btn-danger" href="post-ads.html">Post Free Add</a></li> </ul> </div> <!--/.nav-collapse --> </div> <!-- /.container-fluid --> </nav> </div> <!-- /.header --> <div class="main-container"> <div class="container"> <div class="row"> <div class="col-sm-3 page-sidebar"> <aside> <div class="inner-box"> <div class="user-panel-sidebar"> <div class="collapse-box"> <h5 class="collapse-title no-border"> My Classified <a class="pull-right" data-toggle="collapse" href="#MyClassified"><i class="fa fa-angle-down"></i></a></h5> <div id="MyClassified" class="panel-collapse collapse in"> <ul class="acc-list"> <li><a href="account-home.html"><i class="icon-home"></i> Personal Home </a></li> </ul> </div> </div> <!-- /.collapse-box --> <div class="collapse-box"> <h5 class="collapse-title"> My Ads <a class="pull-right" data-toggle="collapse" href="#MyAds"><i class="fa fa-angle-down"></i></a></h5> <div id="MyAds" class="panel-collapse collapse in"> <ul class="acc-list"> <li><a href="account-myads.html"><i class="icon-docs"></i> My ads <span class="badge">42</span> </a></li> <li ><a href="account-favourite-ads.html"><i class="icon-heart"></i> Favourite ads <span class="badge">42</span> </a></li> <li><a href="account-saved-search.html"><i class="icon-star-circled"></i> Saved search <span class="badge">42</span> </a></li> <li><a href="account-archived-ads.html"><i class="icon-folder-close"></i> Archived ads <span class="badge">12</span></a></li> <li class="active"><a href="account-pending-approval-ads.html"><i class="icon-hourglass"></i> Pending approval <span class="badge">42</span></a></li> </ul> </div> </div> <!-- /.collapse-box --> <div class="collapse-box"> <h5 class="collapse-title"> Terminate Account <a class="pull-right" data-toggle="collapse" href="#TerminateAccount"><i class="fa fa-angle-down"></i></a></h5> <div id="TerminateAccount" class="panel-collapse collapse in"> <ul class="acc-list"> <li><a href="account-close.html"><i class="icon-cancel-circled "></i> Close account </a></li> </ul> </div> </div> <!-- /.collapse-box --> </div> </div> <!-- /.inner-box --> </aside> </div> <!--/.page-sidebar--> <div class="col-sm-9 page-content"> <div class="inner-box"> <h2 class="title-2"><i class="icon-hourglass"></i> Pending approval </h2> <div class="table-responsive"> <div class="table-action"> <label for="checkAll"> <input type="checkbox" onclick="checkAll(this)" id="checkAll"> Select: All | <a href="#" class="btn btn-xs btn-danger">Delete <i class="glyphicon glyphicon-remove "></i></a> </label> <div class="table-search pull-right col-xs-7"> <div class="form-group"> <label class="col-xs-5 control-label text-right">Search <br> <a title="clear filter" class="clear-filter" href="#clear">[clear]</a> </label> <div class="col-xs-7 searchpan"> <input type="text" class="form-control" id="filter"> </div> </div> </div> </div> <table id="addManageTable" class="table table-striped table-bordered add-manage-table table demo" data-filter="#filter" data-filter-text-only="true" > <thead> <tr> <th data-type="numeric" data-sort-initial="true"> </th> <th> Photo </th> <th data-sort-ignore="true"> Adds Details </th> <th data-type="numeric" > Price </th> <th> Option </th> </tr> </thead> <tbody> <tr> <td style="width:2%" class="add-img-selector"><div class="checkbox"> <label> <input type="checkbox"> </label> </div></td> <td style="width:14%" class="add-img-td"><a href="ads-details.html"><img class="thumbnail img-responsive" src="images/item/FreeGreatPicture.com-46407-nexus-4-starts-at-199.jpg" alt="img"></a></td> <td style="width:58%" class="ads-details-td"><div> <p><strong> <a href="ads-details.html" title="Brend New Nexus 4">Brend New Nexus 4</a> </strong></p> <p> <strong> Posted On </strong>: 02-Oct-2014, 04:38 PM </p> <p> <strong>Visitors </strong>: 221 <strong>Located In:</strong> New York </p> </div></td> <td style="width:16%" class="price-td"><div><strong> $199</strong></div></td> <td style="width:10%" class="action-td"><div> <p> <a class="btn btn-primary btn-xs"> <i class="fa fa-edit"></i> Edit </a></p> <p> <a class="btn btn-danger btn-xs"> <i class=" fa fa-trash"></i> Delete </a></p> </div></td> </tr> <tr> <td style="width:2%" class="add-img-selector"><div class="checkbox"> <label> <input type="checkbox"> </label> </div></td> <td style="width:14%" class="add-img-td"><a href="ads-details.html"><img class="thumbnail img-responsive" src="images/item/FreeGreatPicture.com-46403-google-drops-nexus-4-price-now-starts-at-199-on-play-store.jpg" alt="img"></a></td> <td style="width:58%" class="ads-details-td"><div> <p><strong> <a href="ads-details.html" title="Google drops price of Nexus 4 smartphone">Google drops price of Nexus 4 smartphone </a> </strong></p> <p> <strong> Posted On </strong>: 02-Oct-2014, 04:38 PM </p> <p> <strong>Visitors </strong>: 221 <strong>Located In:</strong> New York </p> </div></td> <td style="width:16%" class="price-td"><div><strong> $464</strong></div></td> <td style="width:10%" class="action-td"><div> <p> <a class="btn btn-primary btn-xs"> <i class="fa fa-edit"></i> Edit </a></p> <p> <a class="btn btn-danger btn-xs"> <i class=" fa fa-trash"></i> Delete </a></p> </div></td> </tr> <tr> <td style="width:2%" class="add-img-selector"><div class="checkbox"> <label> <input type="checkbox"> </label> </div></td> <td style="width:14%" class="add-img-td"><a href="ads-details.html"><img class="thumbnail img-responsive" src="images/item/FreeGreatPicture.com-46405-google-drops-price-of-nexus-4-smartphone.jpg" alt="img"></a></td> <td style="width:58%" class="ads-details-td"><div> <p><strong> <a href="ads-details.html" title="Brend New Nexus 4">Google drops Nexus 4 by $100, offers 15 day price protection refund </a> </strong></p> <p> <strong> Posted On </strong>: 02-Oct-2014, 04:38 PM </p> <p> <strong>Visitors </strong>: 221 <strong>Located In:</strong> New York </p> </div></td> <td style="width:16%" class="price-td"><div><strong> $100</strong></div></td> <td style="width:10%" class="action-td"><div> <p> <a class="btn btn-primary btn-xs"> <i class="fa fa-edit"></i> Edit </a></p> <p> <a class="btn btn-danger btn-xs"> <i class=" fa fa-trash"></i> Delete </a></p> </div></td> </tr> <tr> <td style="width:2%" class="add-img-selector"><div class="checkbox"> <label> <input type="checkbox"> </label> </div></td> <td style="width:14%" class="add-img-td"><a href="ads-details.html"><img class="thumbnail img-responsive" src="images/item/FreeGreatPicture.com-46404-google-drops-nexus-4-by-100-offers-15-day-price-protection-refund.jpg" alt="img"></a></td> <td style="width:58%" class="ads-details-td"><div> <p><strong> <a href="ads-details.html" title="Brend New Nexus 4">Brend New Nexus 4</a> </strong></p> <p> <strong> Posted On </strong>: 02-Oct-2014, 04:38 PM </p> <p> <strong>Visitors </strong>: 221 <strong>Located In:</strong> New York </p> </div></td> <td style="width:16%" class="price-td"><div><strong> $199</strong></div></td> <td style="width:10%" class="action-td"><div> <p> <a class="btn btn-primary btn-xs"> <i class="fa fa-edit"></i> Edit </a></p> <p> <a class="btn btn-danger btn-xs"> <i class=" fa fa-trash"></i> Delete </a></p> </div></td> </tr> <tr> <td style="width:2%" class="add-img-selector"><div class="checkbox"> <label> <input type="checkbox"> </label> </div></td> <td style="width:14%" class="add-img-td"><a href="ads-details.html"><img class="thumbnail img-responsive" src="images/item/tp/Image00014.jpg" alt="img"></a></td> <td style="width:58%" class="ads-details-td"><div> <p><strong> <a href="ads-details.html" title="SAMSUNG GALAXY S CORE Duos ">SAMSUNG GALAXY S CORE Duos </a> </strong></p> <p> <strong> Posted On </strong>: 02-Oct-2014, 04:38 PM </p> <p> <strong>Visitors </strong>: 221 <strong>Located In:</strong> New York </p> </div></td> <td style="width:16%" class="price-td"><div><strong> $150</strong></div></td> <td style="width:10%" class="action-td"><div> <p> <a class="btn btn-primary btn-xs"> <i class="fa fa-edit"></i> Edit </a></p> <p> <a class="btn btn-danger btn-xs"> <i class=" fa fa-trash"></i> Delete </a></p> </div></td> </tr> </tbody> </table> </div> <!--/.row-box End--> </div> </div> <!--/.page-content--> </div> <!--/.row--> </div> <!--/.container--> </div> <!-- /.main-container --> <div class="footer" id="footer"> <div class="container"> <ul class=" pull-left navbar-link footer-nav"> <li><a href="index.html"> Home </a> <a href="about-us.html"> About us </a> <a href="#"> Terms and Conditions </a> <a href="#"> Privacy Policy </a> <a href="contact.html"> Contact us </a> <a href="faq.html"> FAQ </a> </ul> <ul class=" pull-right navbar-link footer-nav"> <li> &copy; 2015 BootClassified </li> </ul> </div> </div> <!--/.footer--> </div> <!-- /.wrapper --> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"> </script><script src="assets/bootstrap/js/bootstrap.min.js"></script> <!-- include checkRadio plugin //Custom check & Radio --> <script type="text/javascript" src="assets/js/icheck.min.js"></script> <!-- include carousel slider plugin --> <script src="assets/js/owl.carousel.min.js"></script> <!-- include equal height plugin --> <script src="assets/js/jquery.matchHeight-min.js"></script> <!-- include jquery list shorting plugin plugin --> <script src="assets/js/hideMaxListItem.js"></script> <!-- include footable --> <script src="assets/js/footable.js?v=2-0-1" type="text/javascript"></script> <script src="assets/js/footable.filter.js?v=2-0-1" type="text/javascript"></script> <script type="text/javascript"> $(function () { $('#addManageTable').footable().bind('footable_filtering', function (e) { var selected = $('.filter-status').find(':selected').text(); if (selected && selected.length > 0) { e.filter += (e.filter && e.filter.length > 0) ? ' ' + selected : selected; e.clear = !e.filter; } }); $('.clear-filter').click(function (e) { e.preventDefault(); $('.filter-status').val(''); $('table.demo').trigger('footable_clear_filter'); }); }); </script> <!-- include custom script for ads table [select all checkbox] --> <script> function checkAll(bx) { var chkinput = document.getElementsByTagName('input'); for(var i=0; i < chkinput.length; i++) { if(chkinput[i].type == 'checkbox') { chkinput[i].checked = bx.checked; } } } </script> <!-- include jquery.fs plugin for custom scroller and selecter --> <script src="assets/plugins/jquery.fs.scroller/jquery.fs.scroller.js"></script> <script src="assets/plugins/jquery.fs.selecter/jquery.fs.selecter.js"></script> <!-- include custom script for site --> <script src="assets/js/script.js"></script> </body> </html>
webDevBoot-9-98.html
sfdeloach/web-dev-bootcamp
<!doctype html> <!-- Author: Steven DeLoach (sfdeloach@gmail.com) Date: January 16, 2017 Course: Udemy - The Web Developer Bootcamp Instructor: Colt Steele Title: Annoy-omatic Description: Annoy the user --> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content="Steven DeLoach (sfdeloach@gmail.com)"> <meta name="description" content="Annoy the user"> <meta name="keywords" content="HTML,CSS,JavaScript"> <title>Annoy-omatic</title> <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css"> <!-- STYLE SHEETS - Style sheet defined in the head, no font awesome <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="/css/webDevBoot-7-74.css"> --> <style> .jumbotron { margin-bottom: 0; margin: 30px; } .myCode { white-space: pre; background-color: #f9f2f4; margin: 15px 15px 15px 15px; color: darkolivegreen; } </style> </head> <body> <div class="container"> <div class="row"> <div class="col-sm-4"> <div class="jumbotron"> <h1 class="my-content">Annoy-omatic</h1> </div> </div> <div class="col-sm-8 my-content"> <div class="jumbotron"> <ul> <li>Ask the user "Are we there yet?"</li> <li>Keep asking again and again until they enter "yes" OR "yeah"</li> <li>Then, alert "Yay, we finally made it!"</li> </ul> </div> </div> </div> </div> <!-- SCRIPTS - NO jQuery OR Bootstrap SCRIPTS FOR THIS EXERCISE <script src="js/jquery-3.1.1.min.js"></script> <script src="js/bootstrap.min.js"></script> --> <script src="js/webDevBoot-9-98.js"></script> </body> </html>
api_net/namespacemembers.html
PyramidTechnologies/pyramidtechnologies.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>Pyramid Technologies .NET RS-232 API: Package Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="api_thumb_small.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">Pyramid Technologies .NET RS-232 API &#160;<span id="projectnumber">1.4.0.0</span> </div> <div id="projectbrief">RS-232 Bill Acceptor API for Pyramid Bill Validators</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="namespaces.html"><span>Packages</span></a></li> <li><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="namespaces.html"><span>Packages</span></a></li> <li class="current"><a href="namespacemembers.html"><span>Package&#160;Functions</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="namespacemembers.html"><span>All</span></a></li> <li><a href="namespacemembers_enum.html"><span>Enumerations</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('namespacemembers.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> <div class="textblock">Here is a list of all documented namespace members with links to the namespaces they belong to:</div><ul> <li>Errors : <a class="el" href="namespace_pyramid_n_e_t_r_s232.html#a738610a7b4e07af40f2fab1c9bb89d52">PyramidNETRS232</a> </li> <li>Events : <a class="el" href="namespace_pyramid_n_e_t_r_s232.html#a8394a607b9d215f89741ef9eefaa6665">PyramidNETRS232</a> </li> <li>Flows : <a class="el" href="namespace_pyramid_n_e_t_r_s232.html#a9c28aa9690d609d7a347d4a3b05999a6">PyramidNETRS232</a> </li> <li>States : <a class="el" href="namespace_pyramid_n_e_t_r_s232.html#af21fe3cdfbe121f85dc1e256d4d36b3f">PyramidNETRS232</a> </li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>
assets/backtheme/css/bootstrap.css
issinatour/craftandbudget
/*! * Bootstrap v3.3.4 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-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 { margin: .67em 0; font-size: 2em; } mark { color: #000; background: #ff0; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; } 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 { padding: 0; border: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, *:before, *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]: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; } select { background: #fff !important; } .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('plugins/fonts/glyphicons-halflings-regular.eot'); src: url('plugins/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('plugins/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('plugins/fonts/glyphicons-halflings-regular.woff') format('woff'), url('plugins/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('plugins/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: "\2a"; } .glyphicon-plus:before { content: "\2b"; } .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: 14px; line-height: 1.42857143; color: #333; 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: 6px; } .img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; 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: #777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; } 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: 10px; margin-bottom: 10px; } 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: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 21px; } } small, .small { font-size: 85%; } mark, .mark { padding: .2em; background-color: #fcf8e3; } .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: #777; } .text-primary { color: #337ab7; } a.text-primary:hover { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover { background-color: #e4b9b9; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; margin-left: -5px; list-style: none; } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } 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: #777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0; } .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: 20px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; -webkit-box-shadow: none; box-shadow: none; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { margin-right: -15px; margin-left: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.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: #777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.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; display: table-column; float: none; } table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; } .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 { min-height: .01%; overflow-x: auto; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; 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 { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; 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: 14px; line-height: 1.42857143; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-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, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eee; 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"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 34px; } 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: 46px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 20px; 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-top: 4px \9; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], 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 { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, 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: 3px; } select.form-group-sm .form-control { height: 30px; line-height: 30px; } textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 5px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.form-group-lg .form-control { height: 46px; line-height: 46px; } textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control { height: auto; } .form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .input-sm + .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, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .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, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .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, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 25px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @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 { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.333333px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .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 { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: normal; color: #337ab7; 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: #777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .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 .15s linear; -o-transition: opacity .15s linear; transition: opacity .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-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; 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; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; background-color: #337ab7; outline: 0; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-left { right: auto; left: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px solid; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { right: auto; left: 0; } } .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-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-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-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-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(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: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 4px; } .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-left-radius: 0; border-top-right-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; 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-right: 0; padding-left: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, 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: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, 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: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .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-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .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-top-left-radius: 0; border-bottom-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 { margin-left: -1px; } .nav { padding-left: 0; margin-bottom: 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: #eee; } .nav > li.disabled > a { color: #777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #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: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eee #eee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 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: 4px; } .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: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #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 { margin-bottom: 5px; text-align: center; } .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: 4px; } .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: 4px 4px 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-left-radius: 0; border-top-right-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-right: 0; padding-left: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 480px) 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: -15px; margin-left: -15px; } @media (min-width: 768px) { .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: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { .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; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle: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: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); } @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: 767px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; margin-right: -15px; } .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 { color: #555; background-color: #e7e7e7; } @media (max-width: 767px) { .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 { color: #fff; background-color: #080808; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #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: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; } .breadcrumb > .active { color: #777; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #23527c; background-color: #eee; 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: 2; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; } .pager 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: #eee; } .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: #777; cursor: not-allowed; background-color: #fff; } .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: #777; } .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; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #777; 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: 30px 15px; margin-bottom: 30px; color: inherit; background-color: #eee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding: 48px 0; } .container .jumbotron, .container-fluid .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-right: auto; margin-left: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; 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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { overflow: hidden; zoom: 1; } .media-body { width: 10000px; } .media-object { display: block; } .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 { padding-left: 0; margin-bottom: 20px; } .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-left-radius: 4px; border-top-right-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } a.list-group-item { color: #555; } a.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, a.list-group-item:focus { color: #555; text-decoration: none; background-color: #f5f5f5; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { color: #777; cursor: not-allowed; background-color: #eee; } .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: #777; } .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 { color: #3c763d; } a.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.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 { color: #31708f; } a.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.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 { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.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 { color: #a94442; } a.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.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: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title > a, .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: 3px; border-bottom-left-radius: 3px; } .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-left-radius: 3px; border-top-right-radius: 3px; } .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: 3px; border-bottom-left-radius: 3px; } .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-right: 15px; padding-left: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .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: 3px; border-top-right-radius: 3px; } .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: 3px; } .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: 3px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .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-right-radius: 3px; border-bottom-left-radius: 3px; } .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: 3px; } .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: 3px; } .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 { margin-bottom: 0; border: 0; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .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: #333; 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: #333; } .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; bottom: 0; left: 0; width: 100%; height: 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: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5; } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0; } .modal-open { overflow: hidden; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); } .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; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; } .modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; } .modal-header { min-height: 16.42857143px; 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-bottom: 0; margin-left: 5px; } .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, .5); box-shadow: 0 5px 15px rgba(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-size: 12px; font-weight: normal; line-height: 1.4; filter: alpha(opacity=0); opacity: 0; } .tooltip.in { filter: alpha(opacity=90); opacity: .9; } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; 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-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: left; white-space: normal; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(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 { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { content: ""; border-width: 10px; } .popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, .25); border-bottom-width: 0; } .popover.top > .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, .25); border-left-width: 0; } .popover.right > .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; } .popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, .25); } .popover.bottom > .arrow:after { top: 1px; margin-left: -10px; content: " "; 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: #999; border-left-color: rgba(0, 0, 0, .25); } .popover.left > .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; } .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner > .item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .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 .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000; perspective: 1000; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 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; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); filter: alpha(opacity=50); opacity: .5; } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; } .carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; } .carousel-control:hover, .carousel-control:focus { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; 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; margin-top: -10px; font-family: serif; line-height: 1; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(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: -15px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; } .carousel-caption { right: 20%; left: 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-footer:before, .modal-footer:after { display: table; content: " "; } .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-footer:after { clear: both; } .center-block { display: block; margin-right: auto; margin-left: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .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; } 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; } 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; } 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; } 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; } 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; } } /*# sourceMappingURL=bootstrap.css.map */
deploy/App.html
jpklein/RallyPoker
<!DOCTYPE html> <html> <head> <title>Rally Poker</title> <script type="text/javascript" src="/apps/2.0p5/sdk.js"></script> <script type="text/javascript"> Rally.onReady(function () { Ext.define("RallyPokerApp",{extend:"Rally.app.App",componentCls:"app",launch:function(){this._CurrStory=Ext.create("Rally.data.WsapiDataStore",{model:"User Story",fetch:!0,filters:[{property:"ObjectID",value:11812083096}],autoLoad:!0,listeners:{load:function(store,result,success){console.log(result[0].data.FormattedID+": "+result[0].data.Name)}}})}}); Rally.launchApp('RallyPokerApp', { name:"Rally Poker", parentRepos:"" }); }); </script> <style type="text/css"> .app { /* Add app styles here */ } </style> </head> <body></body> </html>
client/src/app/admin/temperatures/temperatures-list.tpl.html
chrisbaer10/baerhome
<table class="table table-bordered table-condensed table-striped table-hover"> <thead> <tr> <th>Date</th> <th>Probe ID</th> <th>Value</th> <th ng-show="isAdmin()"> Actions</th> </tr> </thead> <tbody> <tr ng-repeat="temp in temperatures" ng-click="edit(temp.$id())"> <td>{{temp.date}}</td> <td>{{temp.probe}}</td> <td>{{temp.value}}</td> <td ng-show="isAdmin()"> <button class="btn btn-danger remove" ng-click="remove(temp, $index, $event)">Remove</button> </td> </tr> </tbody> </table> <div class="well"> <button class="btn" ng-click="new()">New Temperature</button> </div>
public/categories/snippets/page/1/index.html
opoyc/partiallyrandom
<!DOCTYPE html><html><head><title>/categories/snippets/</title><link rel="canonical" href="/categories/snippets/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=/categories/snippets/" /></head></html>
drnau_project/static/css/site_global.css
gusam/drnau_project
html { min-height: 100%; min-width: 100%; -ms-text-size-adjust: none; } body,div,dl,dt,dd,ul,ol,li,nav,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a { margin: 0; padding: 0; border-width: 0; -webkit-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top; } table { border-collapse: collapse; border-spacing: 0; } fieldset,img { border: 0; -webkit-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top; } address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style: inherit; font-weight: inherit; } del,ins { text-decoration: none; } li { list-style: none; } caption,th { text-align: left; } h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: inherit; } input,button,textarea,select,optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; } body { font-family: Arial, Helvetica Neue, Helvetica, sans-serif; text-align: left; font-size: 14px; line-height: 17px; word-wrap: break-word; text-rendering: optimizeLegibility;/* kerning, primarily */ } @media screen and (-webkit-min-device-pixel-ratio:0) { body { text-rendering:auto; } } a:link { color: #0000FF; text-decoration: underline; } a:visited { color: #800080; text-decoration: underline; } a:hover { color: #0000FF; text-decoration: underline; } a:active { color: #EE0000; text-decoration: underline; } a.nontext /* used to override default properties of 'a' tag */ { color: black; text-decoration: none; font-style: normal; font-weight: normal; } .normal_text { color: #000000; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; letter-spacing: 0px; line-height: 17px; text-align: left; text-decoration: none; text-indent: 0px; vertical-align: 0px; padding: 0px; } .Controlers_caption { color: #6E6161; font-family: open-sans-condensed, sans-serif; font-size: 18px; font-weight: 300; letter-spacing: 2px; } .TabbedPanelsTab { white-space: nowrap; } .MenuBar .MenuBarView, .MenuBar .SubMenuView /* Resets for ul and li in menus */ { display: block; list-style: none; } .MenuBar .SubMenu { display: none; position: absolute; } .NoWrap { white-space: nowrap; word-wrap: normal; } .rootelem /* the root of the artwork tree */ { margin-left: auto; margin-right: auto; } .colelem /* a child element of a column */ { display: inline; float: left; clear: both; } .colelem100 /* a child element of a column that is 100% width */ { clear: both; } .grpelem /* a child element of a group */ { display: inline; float: left; } .clearfix:after /* force a container to fit around floated items */ { content: "\0020"; visibility: hidden; display: block; height: 0; clear: both; } *:first-child+html .clearfix /* IE7 */ { zoom: 1; } .clip_frame /* used to clip the contents as in the case of an image frame */ { overflow: hidden; } .inclusion_context /* context for positioning a group of elements that share the same height */ { display: table; table-layout: fixed; width: 0.01px; } .inclelem /* element of an inclusion context */ { display: table-cell; vertical-align: top; } .f3s_mid /* 3-slice frame, middle slice */ { background-repeat: repeat; } .f3s_top,.f3s_bot /* 3-slice frame, top slice */ { background-repeat: no-repeat; } .f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */ { background-repeat: no-repeat; background-position: left; } .f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */ { background-repeat: no-repeat; background-position: right; } .f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */ { background-repeat: repeat-x; background-position: 0px 0px; } .f9s_mid_left /* 9-slice frame, left vertical slice */ { background-repeat: repeat-y; background-position: left; } .f9s_mid_right /* 9-slice frame, right vertical slice */ { background-repeat: repeat-y; background-position: right; } .f9s_center /* 9-slice frame, center slice */ { background-repeat: repeat; background-position: 0px 0px; } .popup_anchor /* anchors an abspos popup */ { position: relative; width: 0px; height: 0px; } .popup_element { z-index: 100000; } .pointer_cursor { cursor: pointer; } span.wrap /* used to force wrap after floated array when nested inside a paragraph */ { content: ''; clear: left; display: block; } span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */ { display: inline-block; } .position_content,.excludeFromNormalFlow /* used when child content is larger than parent */ { float: left; } .preload_images /* used to preload images used in non-default states */ { position: absolute; overflow: hidden; left: -9999px; top: -9999px; height: 1px; width: 1px; } preload /* used to specifiy the dimension of preload item */ { height: 1px; width: 1px; } .animateStates { -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; } input:focus,textarea:focus /* remove default focussed input styling */ { outline: none; } textarea { resize: none; overflow: auto; } .fld-prompt /* form placeholders cursor behavior */ { pointer-events: none; } .wrapped-input /* form inputs & placeholders let div styling show thru */ { position: absolute; top: 0; left: 0; background: transparent; border: none; } .submit-btn /* form submit buttons on top of sibling elements */ { z-index: 50000; cursor: pointer; } .anchor_item /* used to specify anchor properties */ { width: 22px; height: 18px; } .MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible,.popup_element.Active,span.actAsPara,.actAsDiv,a.nonblock.nontext,img.block { display: block; } .ose_ei { visibility: hidden; z-index: 0; } .widget_invisible,.js .invi,.js .mse_pre_init,.js .an_invi /* used to hide the widget before loaded */ { visibility: hidden; } .no_vert_scroll { overflow-y: hidden; } .always_vert_scroll { overflow-y: scroll; } .always_horz_scroll { overflow-x: scroll; } .popup_element.Inactive,.js .disn,.hidden { display: none; } .fullscreen { overflow: hidden; left: 0px; top: 0px; position: fixed; height: 100%; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .fullwidth { position: absolute; } .borderbox { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .scroll_wrapper { position: absolute; overflow: auto; left: 0px; right: 0px; top: 0px; bottom: 0px; padding-top: 0px; padding-bottom: 0px; margin-top: 0px; margin-bottom: 0px; } .browser_width > * { position: absolute; left: 0px; right: 0px; } .MenuBar .MenuItemContainer,.SlideShowContentPanel .fullscreen img { position: relative; } .accordion_wrapper { display: inline; float: left; width: 0px; }
_site/2011/09/26/t118532174222868480.html
craigwmcclellan/craigwmcclellan.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"> <meta content="Craig McClellan" name="author"> <title>Craig McClellan - T118532174222868480 </title> <link href="/assets/css/style.css" rel="stylesheet"> <link href="/assets/css/highlight.css" rel="stylesheet"> <link rel="stylesheet" href="/custom.css"> <link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" /> <link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" /> <link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/craigmcclellan" /> <link rel="me" href="https://twitter.com/craigmcclellan" /> <link rel="me" href="https://github.com/craigwmcclellan" /> <link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" /> <link rel="token_endpoint" href="https://micro.blog/indieauth/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> <link rel="subscribe" href="https://micro.blog/users/follow" /> </head> <body> <nav class="main-nav"> <a class="normal" href="/"> <span class="arrow">←</span> Home</a> <a href="/archive/">Archive</a> <a href="/about/">About</a> <a href="/tools-of-choice/">Tools of Choice</a> <a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a> </nav> <section id="wrapper"> <article class="h-entry post"> <header> <h2 class="headline"> <time class="dt-published" datetime="2011-09-26 22:47:27 -0500"> <a class="u-url dates" href="/2011/09/26/t118532174222868480.html">September 26, 2011</a> </time> </h2> </header> <section class="e-content post-body"> <p>Video: joelx3: <a href="http://t.co/9YibVfav">t.co/9YibVfav</a></p> </section> </article> <section id="post-meta" class="clearfix"> <a href="/"> <img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg"> <div> <span class="p-author h-card dark">Craig McClellan</span> <span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span> </div> </a> </section> </section> <footer id="footer"> <section id="wrapper"> <ul> <li><a href="/feed.xml">RSS</a></li> <li><a href="/feed.json">JSON Feed</a></li> <li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li> <!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> --> </ul> <form method="get" id="search" action="https://duckduckgo.com/"> <input type="hidden" name="sites" value="http://craigmcclellan.com"/> <input type="hidden" name="k8" value="#444444"/> <input type="hidden" name="k9" value="#ee4792"/> <input type="hidden" name="kt" value="h"/> <input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter&hellip;"/> <input type="submit" value="Search" style="display: none;" /> </form> </section> </footer> </body> </html>
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/jquery.flot.js.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/favicon.ico"/> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/iosicon.png"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/css/css_compiled/js/bootstrap/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="jquery.flot.js.html#">Sign Up &#187;</a> <a href="jquery.flot.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="jquery.flot.js.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
app/templates/products.html
zappertommy/herran
<div class="container" ng-controller="productsController"> <a name="/products/bread"></a> <a name="/products/cakes"></a> <a name="/products/chinese-deli"></a> <a name="/products/hopia"></a> <a name="/products/pastries"></a> <div class="container col-sm-4"> <div class="products-menu-block"> <img src="/img/layout/products_menu.png" /> <div class="product-main"> <div ng-class="active_menu == 'bread' ? 'menus active' : 'menus'" ng-click="go('/products/bread')" id="menuBread"> <img src="/img/layout/products_menu_bread.png" /> <div data-ng-include="'/templates/partials/products-menu.html'" data-ng-controller="menuController" data-ng-init="init('bread')"></div> </div> <div ng-class="active_menu == 'cakes' ? 'menus active' : 'menus'" ng-click="go('/products/cakes')" id="menuCakes"> <img src="/img/layout/products_menu_cakes.png" /> <div data-ng-include="'/templates/partials/products-menu.html'" data-ng-controller="menuController" data-ng-init="init('cakes')"></div> </div> <div ng-class="active_menu == 'chinese-deli' ? 'menus active' : 'menus'" ng-click="go('/products/chinese-deli')" id="menuChineseDeli"> <img src="/img/layout/products_menu_chinese_deli.png" /> <div data-ng-include="'/templates/partials/products-menu.html'" data-ng-controller="menuController" data-ng-init="init('chinese-deli')"></div> </div> <div ng-class="active_menu == 'hopia' ? 'menus active' : 'menus'" ng-click="go('/products/hopia')" id="menuHopia"> <img src="/img/layout/products_menu_hopia.png" /> <div data-ng-include="'/templates/partials/products-menu.html'" data-ng-controller="menuController" data-ng-init="init('hopia')"></div> </div> <div ng-class="active_menu == 'pastries' ? 'menus active' : 'menus'" ng-click="go('/products/pastries')" id="menuPastries"> <img src="/img/layout/products_menu_pastries.png" /> <div data-ng-include="'/templates/partials/products-menu.html'" data-ng-controller="menuController" data-ng-init="init('pastries')"></div> </div> </div> </div> <div class="legends"> <div class="recomm"> <span class="pic-box text-center"> <img src="/img/layout/products_star.png" /> </span> <span>Recommendation</span> </div> <div class="best"> <span class="pic-box text-center"> <img src="/img/layout/products_circle.png" /> </span> <span>Best Seller</span> </div> </div> </div> <div class="container col-sm-8"> <div data-ng-include="'/templates/partials/products-section.html'" data-ng-controller="itemsController" data-ng-init="init('bread')"></div> </div> </div>
491-59-8.txt.html
andrewdefries/Ames_ToxBenchmark
<html><img border=0 src=491-59-8.txt alt=491-59-8.txt></img><body> "x" "1" "KAZIUS, J, MCGUIRE, R AND BURSI, R. DERIVATION AND VALIDATION OF TOXICOPHORES FOR MUTAGENICITY PREDICTION. J. MED. CHEM. 48: 312-320, 2005" </body></html>
50-33-9.txt.html
andrewdefries/Ames_ToxBenchmark
<html><img border=0 src=50-33-9.txt alt=50-33-9.txt></img><body> "x" "1" "JUDSON, PN, COOKE, PA, DOERRER, NG, GREENE, N, HANZLIK, RP, HARDY, C, HARTMANN, A, HINCHLIFFE, D, HOLDER, J, MUELLER, L, STEGER-HARTMANN, T, ROTHFUSS, A, SMITH, M, THOMAS, K, VESSEY, JD AND ZEIGER E. __ TOWARDS THE CREATION OF AN INTERNATIONAL TOXICOLOGY INFORMATION CENTRE. TOXICOLOGY 213(1-2):117-28, 2005" </body></html>
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.5beta1/coqeal:refinements/0.9.1/2015-01-29_21-10-17.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.5beta1 / coqeal:refinements 0.9.1</a></li> <li class="active"><a href="">2015-01-29 21:10:17</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> coqeal:refinements <small> 0.9.1 <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2015-01-29 21:10:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-29 21:10:17 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb stable ../stable/packages/coq:coqeal:refinements/coq:coqeal:refinements.0.9.1</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:coqeal:refinements.0.9.1 coq.8.5beta1</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5beta1). The following dependencies couldn&#39;t be met: - coq:coqeal:refinements -&gt; coq:coqeal:theory &gt;= 0.9.1 -&gt; coq &lt;= 8.4.dev+ltacprof 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:coqeal:refinements.0.9.1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.5beta1 === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.5beta1. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing The following actions will be performed: - install coq.8.4.dev [required by coq:coqeal:refinements] - install coq:ssreflect.1.5.0 [required by coq:math-comp] - install coq:math-comp.1.5.0 [required by coq:coqeal:theory] - install coq:coqeal:theory.0.9.1 [required by coq:coqeal:refinements] - install coq:coqeal:refinements.0.9.1 === 5 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.8.4.dev: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no make -j4 make install Installing coq.8.4.dev. Building coq:ssreflect.1.5.0: make -j4 make install Installing coq:ssreflect.1.5.0. Building coq:math-comp.1.5.0: make -j4 make install Installing coq:math-comp.1.5.0. Building coq:coqeal:theory.0.9.1: make -j4 make install Installing coq:coqeal:theory.0.9.1. Building coq:coqeal:refinements.0.9.1: make -j4 make install Installing coq:coqeal:refinements.0.9.1. </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
src/Tik.Web.OwinNancy/views/Security/signin.html
sripirom/tik-owinnancy
@Master['_layout.html'] @Section['navbar'] <li><button type="button" class="pull-right navbar-btn btn btn-default" onclick='window.location.href="@Path['~/register']"'>Register</button></li> @EndSection @Section['Content'] <div class="container"> <h1>Sign In</h1> <div class="col-sm-offset-2 col-sm-10"> <p><em>Need an account? <a href="@Path['~/register']">Register</a></em></p> </div> <form class="form-horizontal" method="post" role="form"> <div class="form-group"> <label class="control-label col-sm-2" for="username"><i class="fa fa-fw fa-2x fa-user"></i></label> <div class="col-sm-4"> <input type="text" class="form-control" name="username" id="username" placeholder="Username or Email"> </div> </div> <div class="form-group"> <label class="control-label col-sm-2" for="password"><i class="fa fa-fw fa-2x fa-lock"></i></label> <div class="col-sm-4"> <input type="password" class="form-control" name="password" id="password" placeholder="Password"> </div> </div> <div class="form-group"> <div class="col-sm-offset-2 col-sm-4"> <div class="checkbox"> <label> <input type="checkbox"> Remember me </label> </div> </div> </div> <div class="form-group"> <div class="col-sm-offset-2 col-sm-4"> <button type="submit" class="btn btn-primary">Sign in</button> </div> </div> @If.Error <div class="form-group"> <div class="col-sm-offset-2 col-sm-4"> <div id="errorBox" class="panel panel-danger"> <div class="panel-heading">@Model.ErrorHeading</div> <div class="panel-body">@Model.ErrorMessage</div> </div> </div> </div> @EndIf </form> </div> @EndSection
styleguide/product-details.html
stacey-cowan/ecommerce-website
<!DOCTYPE html> <html lang="en-ca"> <head> <meta charset="utf-8"> <title>Product Details</title> <link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href='http://fonts.googleapis.com/css?family=Poly:400,400italic' rel='stylesheet' type='text/css'> <link href="../css/typography.css" rel="stylesheet"> <link href="../css/common.css" rel="stylesheet"> <link href="../css/list-group.css" rel="stylesheet"> <link href="../css/buttons.css" rel="stylesheet"> <link href="../css/media-object.css" rel="stylesheet"> <link href="../css/product-list.css" rel="stylesheet"> <link href="../css/grids.css" rel="stylesheet"> <link href="../css/forms.css" rel="stylesheet"> <link href="../css/product-details.css" rel="stylesheet"> </head> <body> <section class="details"> <div class="grid"> <div class="details-border-b unit unit-s-1 unit-m-1 unit-l-1"> <h2>Product Name</h2> </div> </div> <div class="grid"> <div class="unit unit-s-1 unit-m-1-2 unit-l-1-3"> <img class="img-flex details-border-r" src="http://placehold.it/300x400" alt=""> </div> <div class="unit unit-s-1 unit-m-1-2 unit-l-2-3"> <p class="tera">$59.99</p> <a class="btn btn-alt giga" href="#">Buy Now!</a> </div> </div> <div class="grid"> <div class="details-border-t unit unit-s-1 unit-m-1 unit-l-1"> <h3>Product Details</h3> </div> <div class="unit unit-s-1 unit-m-2-3 unit-l-2-3"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce et tortor vitae mauris commodo elementum. Vivamus sit amet quam ullamcorper, lobortis justo sed, pulvinar est. Integer congue turpis et lorem blandit suscipit. Curabitur cursus augue arcu, eu rhoncus felis condimentum a. Aliquam erat volutpat. Sed non lobortis massa. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In erat risus, hendrerit in varius et, convallis vel neque. Pellentesque vehicula odio vel justo mollis, non convallis sapien rutrum.</p> </div> </div> <div class="grid"> <div class="details-border-t unit unit-s-1 unit-m-1 unit-l-1"> <h5>You might also like...</h5> </div> <div class="unit unit-s-1 unit-m-1-3 unit-l-1-3"> <img class="img-flex" src="http://placehold.it/640x480" alt=""> <div class="gutter"> <h6><a href="#">Product Name</a></h6> </div> </div> <div class="unit unit-s-1-2 unit-m-1-3 unit-l-1-3"> <img class="img-flex" src="http://placehold.it/640x480" alt=""> <div class="gutter"> <h6><a href="#">Product Name</a></h6> </div> </div> <div class="unit unit-s-1-2 unit-m-1-3 unit-l-1-3"> <img class="img-flex" src="http://placehold.it/640x480" alt=""> <div class="gutter"> <h6><a href="#">Product Name</a></h6> </div> </div> </div> </section> </body> </html>
old/src/external/asio-1.10.2/doc/asio/reference/basic_socket_streambuf/timer_handler.html
dhh1128/intent
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket_streambuf::timer_handler</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="Asio"> <link rel="up" href="../basic_socket_streambuf.html" title="basic_socket_streambuf"> <link rel="prev" href="time_type.html" title="basic_socket_streambuf::time_type"> <link rel="next" href="underflow.html" title="basic_socket_streambuf::underflow"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="time_type.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_streambuf.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="underflow.html"><img src="../../../next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="asio.reference.basic_socket_streambuf.timer_handler"></a><a class="link" href="timer_handler.html" title="basic_socket_streambuf::timer_handler">basic_socket_streambuf::timer_handler</a> </h4></div></div></div> <p> <a class="indexterm" name="idp114691328"></a> </p> <pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">struct</span> <span class="identifier">timer_handler</span><span class="special">();</span> </pre> <h6> <a name="asio.reference.basic_socket_streambuf.timer_handler.h0"></a> <span><a name="asio.reference.basic_socket_streambuf.timer_handler.requirements"></a></span><a class="link" href="timer_handler.html#asio.reference.basic_socket_streambuf.timer_handler.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">asio/basic_socket_streambuf.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">asio.hpp</code> </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; 2003-2014 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="time_type.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket_streambuf.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="underflow.html"><img src="../../../next.png" alt="Next"></a> </div> </body> </html>
node_modules/npm/html/doc/api/npm-shrinkwrap.html
giovaroma/bootstrap4
<!doctype html> <html> <title>npm-shrinkwrap</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/api/npm-shrinkwrap.html"> <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../api/npm-shrinkwrap.html">npm-shrinkwrap</a></h1> <p>programmatically generate package shrinkwrap file</p> <h2 id="synopsis">SYNOPSIS</h2> <pre><code>npm.commands.shrinkwrap(args, [silent,] callback) </code></pre><h2 id="description">DESCRIPTION</h2> <p>This acts much the same ways as shrinkwrapping on the command-line.</p> <p>This command does not take any arguments, but &#39;args&#39; must be defined. Beyond that, if any arguments are passed in, npm will politely warn that it does not take positional arguments.</p> <p>If the &#39;silent&#39; parameter is set to true, nothing will be output to the screen, but the shrinkwrap file will still be written.</p> <p>Finally, &#39;callback&#39; is a function that will be called when the shrinkwrap has been saved.</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-shrinkwrap &mdash; npm@2.15.10</p>
doc/technotes/guides/sound/programmer_guide/index.html
piterlin/piterlin.github.io
<?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 lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang= "en-US"> <head> <title>JavaSound API Programmer's Guide</title><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <link rel="stylesheet" type="text/css" href="../../../../technotes/css/guide.css" /> </head> <body> <!-- STATIC HEADER --> <!-- header start --> <div id="javaseheader"> <div id="javaseheaderlogo"> <img src="../../../../images/javalogo.gif" alt="Java logo" /> </div> <div id="javaseheaderindex"> <a href= "../../../../index.html">Documentation Contents</a> </div> <div class="clear"></div> </div> <!-- header end --> <p>&nbsp;</p> <p>&nbsp;</p> <p><br /></p> <h1><a href="contents.html">JavaSound API Programmer's Guide</a></h1> <p align="center">&nbsp;</p> <p align="center">Last Updated October 24, 2001</p> <p>&nbsp;</p> <!-- footer start --> <div id="javasefooter"> <div class="hr"> <hr /></div> <div id="javasecopyright"> <img id="oraclelogofooter" src= "../../../../images/oraclelogo.gif" alt="Oracle and/or its affiliates" border="0" width="100" height="29" name= "oraclelogofooter" /> <a href="../../../../legal/cpyr.html">Copyright &#169;</a> 1993, 2015, Oracle and/or its affiliates. All rights reserved.</div> <div id="javasecontactus"> <a href= "http://docs.oracle.com/javase/feedback.html">Contact Us</a> </div> </div> <!-- footer end --> <!-- STATIC FOOTER --> </body> </html>