path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
login/pages/loginalumno.html | jfuertes/monito |
<div id="app" class="page-login" >
<!--
<div id="app" class="page-login">
<main class="main-center-narrow">
<section class="page-main">
<h3>Registro de Profesor</h3>
<form id="formNProfe" class="form-horizontal" role="form" ng-submit="formNewProf(nu)">
<div class="form-group">
<label class="control-label col-lg-2" >Login de usuario:</label>
<div class="col-lg-4">
<input type="text" pattern="[a-zA-Z-]+" title="Solo se admiten letras" class="form-control" placeholder="login" ng-model="nu.username" required>
</div>
</div>
<div class="form-group" >
<label class="control-label col-lg-2" >Contraseña:</label>
<div class="col-lg-4">
<input type="password" class="form-control" placeholder="contraseña" ng-model="nu.password">
</div>
</div>
<section dir="ltr" class="monument-cfondo choose-course-by-flag fit-to-4-source-langs">
<div id="app" class="settings">
<main class="main-right">
<section class="page-main main-right">
<div id="tab-container">
<div id="profile-content" class="settings-content">
<h1>Registro de Alumno</h1>
<ul class="list-settings language-direction">
<li>
<label class="label">Usuario</label>
<div class="input">
<input style="width: 334px;" class="large"type="text" value="" placeholder="nombre">
</div>
</li>
<li>
<label class="label">Nombre</label>
<div class="input">
<input style="width: 334px;" class="large"type="text" value="" placeholder="nombre">
</div>
</li>
<li>
<label class="label">Apellido Paterno</label>
<div class="input">
<input style="width: 334px;" class="large"type="text" value="" placeholder="nombre">
</div>
</li>
<li>
<label class="label">Apellido Materno</label>
<div class="input">
<input style="width: 334px;" class="large"type="text" value="" placeholder="nombre">
</div>
</li>
<li>
<label class="label">Distrito</label>
<div class="input">
<label class="blue-select no-focus smaller fixed-width">
<select name="language_direction" id="language_direction">
<option value="es_en">Quiero aprender inglés</option>
<option value="es_gn">Quiero aprender Guaraní</option>
<option value="es_eo">Quiero aprender esperanto</option>
</select>
</label>
</div>
</li>
<li>
<label class="label">Email</label>
<div class="input">
<input style="width: 334px;" class="large"type="text" value="" placeholder="nombre" >
</div>
</li>
<li>
<div class="input" >
<div style="margin: 10px 0 0 0;">
<a href="/courses" class="btn btn-blue">Crear Usuario en Mi Profe</a>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
</main>
</div>
</section>
-->
<section dir="ltr" class="monument-cfondo choose-course-by-flag fit-to-4-source-langs">
<div id="app" class="settings" ng-show="!esperaActivacion" >
<main class="main-right">
<section class="page-main main-right">
<div id="tab-container">
<div id="profile-content" class="settings-content">
<h1>Registro de Alumno</h1>
<div class="settings" ng-show="errorCrear"><p style="color:red">usuario ya existe intentelo de nuevo</p></div>
<form id="formNAlu" ng-submit="formNewAlu(nu)">
<ul class="list-settings language-direction">
<li>
<label class="label">Usuario</label>
<div class="input">
<input style="width: 334px;" class="large" type="text" value="" placeholder="username" ng-model="nu.username" required>
</div>
</li>
<li>
<label class="label">Contraseña</label>
<div class="input">
<input style="width: 334px;" class="large" type="password" value="" placeholder="contraseña" ng-model="nu.password" required>
</div>
</li>
<li>
<label class="label">Nombres</label>
<div class="input">
<input style="width: 334px;" class="large" type="text" value="" placeholder="nombres" ng-model="nu.nombres" required>
</div>
</li>
<li>
<label class="label">Apellido Paterno</label>
<div class="input">
<input style="width: 334px;" class="large" type="text" value="" placeholder="apellido paterno" ng-model="nu.ape_paterno" required>
</div>
</li>
<li>
<label class="label">Apellido Materno</label>
<div class="input">
<input style="width: 334px;" class="large" type="text" value="" placeholder="apellido materno" ng-model="nu.ape_materno" required>
</div>
</li>
<li>
<label class="label">Celular</label>
<div class="input">
<!--configurar el angular con la base de datos-->
<input style="width: 334px;" class="large" type="text" value="" placeholder="numero telefonico" ng-model="nu.celular" required>
</div>
</li>
<li>
<label class="label">Distrito</label>
<div class="input">
<label class="blue-select no-focus smaller fixed-width">
<select ng-model="nu.distritos" required>
<option value="">- Selecciones el Distrito -</option>
<option ng-repeat="d in Distritos" value="{{d.id_distrito}}">{{d.nombre}}</option>
</select>
</label>
</div>
</li>
<li>
<label class="label">Email</label>
<div class="input">
<input style="width: 334px;" class="large" type="email" value="" placeholder="email" ng-model="nu.email" required>
</div>
</li>
<li>
<div class="input" >
<div style="margin: 10px 0 0 0;">
<button type="submit" class="btn btn-primary col-lg-4">Crear Usuario</button>
</div>
</div>
</li>
</ul>
</form>
</div>
<div ng-show="erroruser"> <p>ese usuario o correo ya esta siendo usado intente recuperar contraseña o usar otro correo o usuario</p></div>
</div>
</section>
</main>
</div>
<div class="settings" ng-show="esperaActivacion">
<main class="main-right">
<section class="page-main main-right">
<div id="tab-container">
<div id="profile-content" class="settings-content"></br></br>
<p>Te hemos enviado un correo con un link de activacion para que puedas ingresar a la platforma</p>
</div></div></section></main>
</div>
<!-- entrada ala mala
<div id="app" class="page-login" ng-show="registroExitoso">
<main class="main-center-narrow">
<section class="page-main">
<p>Registro Exitoso :D</p>
<form id="formNProfe" class="form-horizontal" role="form" ng-submit="loginalu(us)">
<div class="form-group">
<label class="control-label col-lg-2" >Login de usuario:</label>
<div class="col-lg-4">
<input type="text" class="form-control" placeholder="login" ng-model="us.username" required>
</div>
</div>
<div class="form-group" >
<label class="control-label col-lg-2" >Contraseña:</label>
<div class="col-lg-4">
<input type="password" class="form-control" placeholder="contraseña" ng-model="us.password">
</div>
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-6">
<button type="submit" class="btn btn-primary col-lg-4">Ingresar</button>
<div class="col-lg-2"></div>
</div>
</div>
</form>
</section>
</main>
-->
</div>
</section>
|
_source/news/2017-07-28-shivpal-mahagathbandhan-mulayam-akhilesh-sapa-bihar-.html | InstantKhabar/_source | ---
title: "मुलायम सिंह होते तो बच सकता था महागठबंधन: शिवपाल"
layout: item
category: ["UP"]
date: 2017-07-28T09:56:11.224Z
image: 1501255571223shivpal-mahagathbandhan-mulayam-akhilesh-sapa-bihar-.jpg
---
<p>आजमगढ़: समाजवादी पार्टी (सपा) के वरिष्ठ नेता शिवपाल सिंह यादव ने शुक्रवार को कहा कि अगर बिहार में सपा संस्थापक मुलायम सिंह यादव के नेतृत्व में महागठबंधन बनता तो उसका ऐसा हश्र नहीं होता.</p>
<p>शिवपाल ने बेलनाडीह गांव में एक निजी कार्यक्रम में शिरकत से अलग पत्रकारों से बातचीत में बिहार में जदयू और राजद का महागठबंधन टूटने के सवाल पर कहा कि अगर नेताजी (मुलायम) के नेतृत्व में महागठबंधन बनता तो आज ऐसी स्थिति नहीं आती.</p>
<p>उन्होंने कहा कि बिहार के महागठबंधन में अगर सपा को वाजिब भागीदारी दी जाती और मुलायम को उचित सम्मान दिया गया होता तो हालात अलग ही होते. पूर्व मंत्री ने कहा कि अगर प्रदेश के पूर्व मुख्यमंत्री अखिलेश यादव भी नेताजी को सम्मान देते तो विधानसभा चुनाव में सपा की करारी हार नहीं होती.
उन्होंने कहा कि वह पूरे प्रदेश का भ्रमण कर रहे हैं. अब भी समय है अगर समाजवादी एकजुट नहीं हुए तो नेताजी के नेतृत्व में करीब दो माह बाद एक नया मोर्चा बनेगा.</p>
<p>सपा संस्थापक मुलायम को राज्यपाल बनाए जाने की तैयारियों सम्बन्धी अटकलों पर शिवपाल ने कहा कि नेताजी ऐसे किसी प्रस्ताव को स्वीकार नही करेंगे.</p> |
_source/news/2017-07-20-pf.html | InstantKhabar/_source | ---
title: "PF और पेंशन के लिए नहीं खाने पड़ेंगे धक्के, रिटायरमेंट के दिन ही मिलेगा पेमेंट"
layout: item
category: ["business"]
date: 2017-07-20T09:08:37.373Z
image: 1500561517372pf.jpg
---
<p>नई दिल्ली: सेवानिवृत्त कर्मचारी को अपनी जमा पूंजी यानी भविष्य निधि (पीएफ) और पेंशन को निकालने के लिए धक्के नहीं खाने पड़ेंगे। पीएफ-पेंशन का पैसा अब उन्हें सेवानिवृत्ति (रिटायरमेंट) के दिन ही मुहैया कराया जाएगा। केंद्रीय श्रम एवं रोजगार मंत्री बंडारू दत्तात्रेय ने यह जानकारी संसद में दी है। </p>
<p>केंद्रीय मंत्री दत्तात्रेय ने कहा है कि अवकाश प्राप्ति कोष निकाय, कर्मचारी भविष्य निधि संगठन (ईपीएफओ) ने क्षेत्रीय कार्यालयों को सेवानिवृत्ति के दिन ही पेंशन का निपटारा किए जाने का निर्देश दिया है। इससे सेवानिवृत्त होने वाले कर्मचारियों को बड़ी राहत मिलेगी। उन्हें बार-बार चक्कर काटने के झंझट से छुटकारा मिलेगी और सेवानिवृत्ति के दिन ही पीएफ-पेंशन से जुड़े लाभ मिल जाएंगे। बंडारू से पूछा गया कि क्या सरकार ने पीएफ/ईपीएफ और ग्रेच्युटी का भुगतान रिटायरमेंट के दिन ही करने का फैसला लिया है?
इसके जवाब में दत्तात्रेय ने कहा कि जहां तक ग्रेच्युटी का सवाल है, नौकरी छोड़ने या सेवानिवृत्ति के दिन से 30 दिनों के भीतर इसका भुगतान करना अनिवार्य है। जून में सरकार ने यह फैसला लिया था कि कर्मचारी को उसके सेवानिवृत्ति के दिन ही पेंशन भुगतान का आदेश मिल जाए, ताकि परेशानी के बिना वह सम्मान की जिंदगी जी सके।</p>
<p>ईपीएफओ के केंद्रीय बोर्ड (सीबीटी) के सदस्य डीएल सचदेवा ने कहा कि पीएफ निकासी और पेंशन जैसे सभी दावों के ऑनलाइन निपटान की व्यवस्था पर काम कर चल रहा था। अब आवेदनों के ऑनलाइन निपटारे को हकीकत का रूप मिलेगा। साथ ही ईपीएफओ के अंशधारकों के लिए जटिल कागजी कार्य समाप्त हो जाएगा जबकि मौजूदा समय पीएफ निकासी दावे में कम से कम तीन माह तक का समय लग जाता था। इतना ही समय करीब पेंशन निर्धारण के निपटारे में लग जाता था। उन्होंने कहा कि देश में करीब 48.85 लाख केंद्र सरकार के कर्मचारी और 55.51 लाख पेंशन प्राप्तकर्ता है। </p> |
_site/kanban/OpenWIS-Backlog-000051.html | cassie-stearns/cassie-stearns.github.io | <!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">
<title>DM1 Default metadata insertion</title>
<meta name="description" content="Enhancement DM1: Default metadata insertion. LM - I’m not sure what this refers to.">
<link rel="canonical" href="http://cassie-stearns.github.io/kanban/OpenWIS-Backlog-000051.html">
<link rel="alternate" type="application/rss+xml" title="OpenWIS Association AISBL" href="http://cassie-stearns.github.io/feed.xml">
<link rel="stylesheet" href="/css/main.css">
<link rel="shortcut icon" href="/favicon.ico?r=31241">
<link rel="icon" href="/favicon.ico?r=31241">
</head>
<body>
<header class="site-header">
<div class="wrapper">
<div class="site-banner"><span class="site-title"><img src="http://openwis.io/cms/images/openwis.jpg" alt="OpenWIS®" style="max-height:40px; width:auto"/><a href="/">OpenWIS Association AISBL</a></span></div>
<nav class="site-nav">
<div class="trigger">
<a class="page-link" href="/">Home</a>
<div class="page-link">
<ul class="dropdown"><label for="a1"><a href="/about/">Association</a></label><input id="a1" type="checkbox">
<li><a href="/structure/members.html">Members</a></li>
<li><a href="/structure/governance.html">Governance</a></li>
<li><a href="/articles/">Articles of Association</a></li>
<li><a href="/rules/">Internal Rules</a></li>
<li><a href="/conduct/">Code of Conduct</a></li>
<li><a href="/tr/">Technical Rules</a></li>
<li><a href="/rules2/">Rules Supplements</a></li>
<li><a href=""></a></li>
<li><a href="/metrics/">Goals</a></li>
</ul>
</div>
<div class="page-link">
<ul class="dropdown"><label for="p1"><a href="/projects/">Projects</a></label><input id="p1" type="checkbox">
<li><ul class="dropdown"><label for="p21"><a href="/projects/openwis/">OpenWIS</a></label><input id="p21" type="checkbox">
<li><a href="/backlog/">Backlog</a></li>
<li><a href="/kanban/">Kanban</a></li>
<li><a href="https://openwis.github.io/openwis" target="_blank">Github Development*</a></li>
<li><a href="https://github.com/OpenWIS/openwis" target="_blank">Github Repository*</a><li>
<li><a href="https://github.com/OpenWIS/openwis/wiki" target="_blank">Wiki*</a></li>
<li><a href="/projects/openwis/#download">Download</a></li>
</ul></li>
<li class="no-link">Python Metadata Tool</li>
</ul>
</div>
<a class="page-link" href="mailto:contact@openwis.io">Contact</a>
<div class="page-link">
<ul class="dropdown"><label for="i1">Get Involved</label><input id="i1" type="checkbox">
<li><a href="/structure/steering-committee.html">Steering Committee</a></li>
<li><a href="/structure/technical-committee.html">Technical Committee</a></li>
<li class="no-link">Developers</li>
<li><a href="/howto/">How-to Instructions</a></li>
<li><a href="/posts/">Github Posts Archive</a></li>
<li><a href="https://www.openwis.io/cms/forum" target="_blank">Forum*</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<article class="post">
<header class="post-header">
<h1 class="post-title">51. DM1 Default metadata insertion</h1>
</header>
<div class="post-content">
<div class="kanTask">
<p>
size:3
<a href="../metrics/OpenWIS-Metrics-06.html">metric:6.1</a>
release:4.0
assigned:UKMO
<span class="kanSubCategory">PENDING</span>
priority:4 could
</p>
</div>
<p><p>Enhancement DM1: Default metadata insertion. LM - I’m not sure what this refers to.</p>
<p>Update - scrum - 2016-11-17: GT - Not Tested in new v4.0 as part on Kanban 81. v4 - Refactoring to improve modularity.
Not tested in GeoCat version either.</p>
<hr />
<p>This task was part of the OpenWISv4/GeoNetworksv3 <a href="http://cassie-stearns.github.io/assets/OpenWISv4-GeoNetwork-2015-Workpackage.pdf">work package</a> assigned to GeoCat in 2015. The <a href="http://cassie-stearns.github.io/assets/OpenWISv4-GeoNetwork-2015-Documentation.pdf">documentation</a> produced as part of that work describes the new functionality delivered.</p>
<p>The outcome for this feature was:</p>
<p>2015 status: <strong>MO/GeoCat Review</strong>; Percent complete: <strong>100</strong>; Priority: Normal; Questions outstanding: Does the status remain UNPUBLISHED?;</p>
<p>Extra info:</p>
<p>GeoNetwork shall be amended such that a software agent is able to insert a metadata record into the catalogue wherein it is associated with a specific Group and its status remains unpublished.</p>
<p>
Feature: Integrated catalogue
</div>
</article>
</div>
</div>
<div class="wrapper">
</div>
<div class="wrapper">
</div>
<footer class="site-footer">
<div class="wrapper">
<div>
<p><a class="gh-pages-editor-link" href="https://github.com/OpenWIS/openwis-documentation/blob/gh-pages-nws/_kanban/OpenWIS-Backlog-000051.md">Edit this page on gh-pages</a></p>
</div>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li><a href="http://openwis.io">OpenWIS Association AISBL</a></li>
<li><a href="mailto:contact@openwis.io">contact@openwis.io</a></li>
</ul>
</div>
<div style="text-align:right; float:right" class="footer-col footer-col-3">
<p><a rel="license" href="//creativecommons.org/licenses/by/4.0/" title="Creative Commons Attribution 4.0 International license"><img src="https://licensebuttons.net/l/by/4.0/88x31.png" alt="License"/></a></p>
<p><small>Except where otherwise noted, content on <span href="http://openwis.io">this site</span> is licensed under a <a rel="license" href="//creativecommons.org/licenses/by/4.0/"> Creative Commons Attribution 4.0 International license</a>.</small></p>
</div>
</div>
</div>
</footer>
</body>
</html>
|
css/Tagged.css | AprilHickson/Tagged | #scrapbookImage {
display: inline-block;
max-width:300px;
max-height:300px;
width: auto;
height: auto;
}
.flipSwitch {
display: inline-table;
perspective: 800px;
width: 10em;
height: 30px;
position: relative;
overflow: hidden;
}
.flipSwitch .card.checked {
transform: rotateY(-180deg);
}
.flipSwitch .card {
width: 100%;
height: 100%;
transform-style: preserve-3d;
transition: 0.5s;
}
.flipSwitch .card .face {
height: 100%;
width: 100%;
position: absolute;
backface-visibility: hidden ;
z-index: 2;
font-family: "Roboto Slab", serif;
font-size: 20px;
text-align: center;
line-height: 30px;
}
.flipSwitch .card .front {
position: absolute;
z-index: 1;
background: #dddddd;
color: #fff;
cursor: pointer;
}
.flipSwitch .card .back {
transform: rotateY(-180deg);
background: #8ce196;
color: #fff;
cursor: pointer;
}
.flipSwitch .card .front:hover {
background: #cccccc;
}
.flipSwitch .card .back:hover {
background: #71da7d;
} |
libopencm3/doc/stm32f1/html/group__flash__latency.html | Aghosh993/TARS_codebase | <!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>libopencm3: FLASH Wait States</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">libopencm3
</div>
<div id="projectbrief">A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.</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>libopencm3</span></a></li>
<li><a href="pages.html"><span>General Information</span></a></li>
<li><a href="../../html/index.html"><span>Back to Top</span></a></li>
<li><a href="../../cm3/html/modules.html"><span>CM3 Core</span></a></li>
<li><a href="../../usb/html/modules.html"><span>Generic USB</span></a></li>
<li><a href="../../stm32f0/html/modules.html"><span>STM32F0</span></a></li>
<li class="current"><a href="modules.html"><span>STM32F1</span></a></li>
<li><a href="../../stm32f2/html/modules.html"><span>STM32F2</span></a></li>
<li><a href="../../stm32f3/html/modules.html"><span>STM32F3</span></a></li>
<li><a href="../../stm32f4/html/modules.html"><span>STM32F4</span></a></li>
<li><a href="../../stm32l0/html/modules.html"><span>STM32L0</span></a></li>
<li><a href="../../stm32l1/html/modules.html"><span>STM32L1</span></a></li>
<li><a href="../../lm3s/html/modules.html"><span>LM3S</span></a></li>
<li><a href="../../lm4f/html/modules.html"><span>LM4F</span></a></li>
<li><a href="../../lpc13xx/html/modules.html"><span>LPC13</span></a></li>
<li><a href="../../lpc17xx/html/modules.html"><span>LPC17</span></a></li>
<li><a href="../../lpc43xx/html/modules.html"><span>LPC43</span></a></li>
<li><a href="../../efm32g/html/modules.html"><span>EFM32 Gecko</span></a></li>
<li><a href="../../efm32gg/html/modules.html"><span>EFM32 Giant Gecko</span></a></li>
<li><a href="../../efm32lg/html/modules.html"><span>EFM32 Leopard Gecko</span></a></li>
<li><a href="../../efm32tg/html/modules.html"><span>EFM32 Tiny Gecko</span></a></li>
<li><a href="../../sam3a/html/modules.html"><span>SAM3A</span></a></li>
<li><a href="../../sam3n/html/modules.html"><span>SAM3N</span></a></li>
<li><a href="../../sam3s/html/modules.html"><span>SAM3S</span></a></li>
<li><a href="../../sam3u/html/modules.html"><span>SAM3U</span></a></li>
<li><a href="../../sam3x/html/modules.html"><span>SAM3X</span></a></li>
<li><a href="../../vf6xx/html/modules.html"><span>VF6XX</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><!-- 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('group__flash__latency.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#define-members">Macros</a> </div>
<div class="headertitle">
<div class="title">FLASH Wait States<div class="ingroups"><a class="el" href="group__STM32F1xx__defines.html">STM32F1xx Defines</a> » <a class="el" href="group__flash__defines.html">FLASH Defines</a></div></div> </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Collaboration diagram for FLASH Wait States:</div>
<div class="dyncontent">
<center><table><tr><td><img src="group__flash__latency.png" border="0" alt="" usemap="#group____flash____latency"/>
<map name="group____flash____latency" id="group____flash____latency">
</map>
</td></tr></table></center>
</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:ga936324709ea40109331b76849da2c8b2"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__flash__latency.html#ga936324709ea40109331b76849da2c8b2">FLASH_ACR_LATENCY_0WS</a>   0x00</td></tr>
<tr class="separator:ga936324709ea40109331b76849da2c8b2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gaec66af244e6afb5bbf9816d7c76e1621"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__flash__latency.html#gaec66af244e6afb5bbf9816d7c76e1621">FLASH_ACR_LATENCY_1WS</a>   0x01</td></tr>
<tr class="separator:gaec66af244e6afb5bbf9816d7c76e1621"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:gad9b09ca8db6df455d0b8f810f8521257"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="group__flash__latency.html#gad9b09ca8db6df455d0b8f810f8521257">FLASH_ACR_LATENCY_2WS</a>   0x02</td></tr>
<tr class="separator:gad9b09ca8db6df455d0b8f810f8521257"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<h2 class="groupheader">Macro Definition Documentation</h2>
<a class="anchor" id="ga936324709ea40109331b76849da2c8b2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define FLASH_ACR_LATENCY_0WS   0x00</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="flash_8h_source.html#l00072">72</a> of file <a class="el" href="flash_8h_source.html">flash.h</a>.</p>
<p>Referenced by <a class="el" href="rcc_8c_source.html#l00782">rcc_clock_setup_in_hse_8mhz_out_24mhz()</a>, and <a class="el" href="rcc_8c_source.html#l00729">rcc_clock_setup_in_hsi_out_24mhz()</a>.</p>
</div>
</div>
<a class="anchor" id="gaec66af244e6afb5bbf9816d7c76e1621"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define FLASH_ACR_LATENCY_1WS   0x01</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="flash_8h_source.html#l00073">73</a> of file <a class="el" href="flash_8h_source.html">flash.h</a>.</p>
<p>Referenced by <a class="el" href="rcc_8c_source.html#l00675">rcc_clock_setup_in_hsi_out_48mhz()</a>.</p>
</div>
</div>
<a class="anchor" id="gad9b09ca8db6df455d0b8f810f8521257"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define FLASH_ACR_LATENCY_2WS   0x02</td>
</tr>
</table>
</div><div class="memdoc">
<p>Definition at line <a class="el" href="flash_8h_source.html#l00074">74</a> of file <a class="el" href="flash_8h_source.html">flash.h</a>.</p>
<p>Referenced by <a class="el" href="rcc_8c_source.html#l00910">rcc_clock_setup_in_hse_12mhz_out_72mhz()</a>, <a class="el" href="rcc_8c_source.html#l00974">rcc_clock_setup_in_hse_16mhz_out_72mhz()</a>, <a class="el" href="rcc_8c_source.html#l01038">rcc_clock_setup_in_hse_25mhz_out_72mhz()</a>, <a class="el" href="rcc_8c_source.html#l00846">rcc_clock_setup_in_hse_8mhz_out_72mhz()</a>, and <a class="el" href="rcc_8c_source.html#l00622">rcc_clock_setup_in_hsi_out_64mhz()</a>.</p>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Sun May 8 2016 03:29:27 for libopencm3 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>
|
CSC 445 WebCentric Programming/Final Project/poi-3.14/docs/apidocs/org/apache/poi/hssf/record/SSTRecord.html | jmemmons/university-assignments | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
SSTRecord (POI API Documentation)
</TITLE>
<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="SSTRecord (POI API Documentation)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SSTRecord.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/poi/hssf/record/SharedValueRecordBase.html" title="class in org.apache.poi.hssf.record"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/hssf/record/SSTRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="SSTRecord.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.poi.hssf.record</FONT>
<BR>
Class SSTRecord</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/poi/hssf/record/RecordBase.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.RecordBase</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">org.apache.poi.hssf.record.Record</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecord.html" title="class in org.apache.poi.hssf.record.cont">org.apache.poi.hssf.record.cont.ContinuableRecord</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.hssf.record.SSTRecord</B>
</PRE>
<HR>
<DL>
<DT><PRE>public final class <B>SSTRecord</B><DT>extends <A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecord.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecord</A></DL>
</PRE>
<P>
Title: Static String Table Record (0x00FC)<p/>
Description: This holds all the strings for LabelSSTRecords.
<P>
REFERENCE: PG 389 Microsoft Excel 97 Developer's Kit (ISBN:
1-57231-498-2)
<P>
<P>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/poi/hssf/record/LabelSSTRecord.html" title="class in org.apache.poi.hssf.record"><CODE>LabelSSTRecord</CODE></A>,
<A HREF="../../../../../org/apache/poi/hssf/record/ContinueRecord.html" title="class in org.apache.poi.hssf.record"><CODE>ContinueRecord</CODE></A></DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_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>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#sid">sid</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_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>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#SSTRecord()">SSTRecord</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#SSTRecord(org.apache.poi.hssf.record.RecordInputStream)">SSTRecord</A></B>(<A HREF="../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</A> in)</CODE>
<BR>
Fill the fields from the data</TD>
</TR>
</TABLE>
<!-- ========== 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> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#addString(org.apache.poi.hssf.record.common.UnicodeString)">addString</A></B>(<A HREF="../../../../../org/apache/poi/hssf/record/common/UnicodeString.html" title="class in org.apache.poi.hssf.record.common">UnicodeString</A> string)</CODE>
<BR>
Add a string.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#calcExtSSTRecordSize()">calcExtSSTRecordSize</A></B>()</CODE>
<BR>
Calculates the size in bytes of the EXTSST record as it would be if the
record was serialized.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/poi/hssf/record/ExtSSTRecord.html" title="class in org.apache.poi.hssf.record">ExtSSTRecord</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#createExtSSTRecord(int)">createExtSSTRecord</A></B>(int sstOffset)</CODE>
<BR>
Creates an extended string record based on the current contents of
the current SST record.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#getNumStrings()">getNumStrings</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#getNumUniqueStrings()">getNumUniqueStrings</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#getSid()">getSid</A></B>()</CODE>
<BR>
return the non static version of the id for this record.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/apache/poi/hssf/record/common/UnicodeString.html" title="class in org.apache.poi.hssf.record.common">UnicodeString</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#getString(int)">getString</A></B>(int id)</CODE>
<BR>
Get a particular string by its index</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</A></B>(<A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</A> out)</CODE>
<BR>
Serializes this record's content to the supplied data output.<br/>
The standard BIFF header (ushort sid, ushort size) has been handled by the superclass, so
only BIFF data should be written by this method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/poi/hssf/record/SSTRecord.html#toString()">toString</A></B>()</CODE>
<BR>
Return a debugging string representation</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.poi.hssf.record.cont.ContinuableRecord"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.poi.hssf.record.cont.<A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecord.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecord</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecord.html#getRecordSize()">getRecordSize</A>, <A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecord.html#serialize(int, byte[])">serialize</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.apache.poi.hssf.record.Record"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.poi.hssf.record.<A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#clone()">clone</A>, <A HREF="../../../../../org/apache/poi/hssf/record/Record.html#cloneViaReserialise()">cloneViaReserialise</A>, <A HREF="../../../../../org/apache/poi/hssf/record/Record.html#serialize()">serialize</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_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>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="sid"><!-- --></A><H3>
sid</H3>
<PRE>
public static final short <B>sid</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.poi.hssf.record.SSTRecord.sid">Constant Field Values</A></DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_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>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="SSTRecord()"><!-- --></A><H3>
SSTRecord</H3>
<PRE>
public <B>SSTRecord</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="SSTRecord(org.apache.poi.hssf.record.RecordInputStream)"><!-- --></A><H3>
SSTRecord</H3>
<PRE>
public <B>SSTRecord</B>(<A HREF="../../../../../org/apache/poi/hssf/record/RecordInputStream.html" title="class in org.apache.poi.hssf.record">RecordInputStream</A> in)</PRE>
<DL>
<DD>Fill the fields from the data
<P>
The data consists of sets of string data. This string data is
arranged as follows:
<P>
<CODE><pre>
short string_length; // length of string data
byte string_flag; // flag specifying special string
// handling
short run_count; // optional count of formatting runs
int extend_length; // optional extension length
char[] string_data; // string data, can be byte[] or
// short[] (length of array is
// string_length)
int[] formatting_runs; // optional formatting runs (length of
// array is run_count)
byte[] extension; // optional extension (length of array
// is extend_length)
</pre></CODE>
<P>
The string_flag is bit mapped as follows:
<P>
<TABLE>
<TR>
<TH>Bit number</TH>
<TH>Meaning if 0</TH>
<TH>Meaning if 1</TH>
<TR>
<TR>
<TD>0</TD>
<TD>string_data is byte[]</TD>
<TD>string_data is short[]</TH>
<TR>
<TR>
<TD>1</TD>
<TD>Should always be 0</TD>
<TD>string_flag is defective</TH>
<TR>
<TR>
<TD>2</TD>
<TD>extension is not included</TD>
<TD>extension is included</TH>
<TR>
<TR>
<TD>3</TD>
<TD>formatting run data is not included</TD>
<TD>formatting run data is included</TH>
<TR>
<TR>
<TD>4</TD>
<TD>Should always be 0</TD>
<TD>string_flag is defective</TH>
<TR>
<TR>
<TD>5</TD>
<TD>Should always be 0</TD>
<TD>string_flag is defective</TH>
<TR>
<TR>
<TD>6</TD>
<TD>Should always be 0</TD>
<TD>string_flag is defective</TH>
<TR>
<TR>
<TD>7</TD>
<TD>Should always be 0</TD>
<TD>string_flag is defective</TH>
<TR>
</TABLE>
<P>
We can handle eating the overhead associated with bits 2 or 3
(or both) being set, but we have no idea what to do with the
associated data. The UnicodeString class can handle the byte[]
vs short[] nature of the actual string data
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>in</CODE> - the RecordInputstream to read the record from</DL>
</DL>
<!-- ============ 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="addString(org.apache.poi.hssf.record.common.UnicodeString)"><!-- --></A><H3>
addString</H3>
<PRE>
public int <B>addString</B>(<A HREF="../../../../../org/apache/poi/hssf/record/common/UnicodeString.html" title="class in org.apache.poi.hssf.record.common">UnicodeString</A> string)</PRE>
<DL>
<DD>Add a string.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>string</CODE> - string to be added
<DT><B>Returns:</B><DD>the index of that string in the table</DL>
</DD>
</DL>
<HR>
<A NAME="getNumStrings()"><!-- --></A><H3>
getNumStrings</H3>
<PRE>
public int <B>getNumStrings</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>number of strings</DL>
</DD>
</DL>
<HR>
<A NAME="getNumUniqueStrings()"><!-- --></A><H3>
getNumUniqueStrings</H3>
<PRE>
public int <B>getNumUniqueStrings</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>number of unique strings</DL>
</DD>
</DL>
<HR>
<A NAME="getString(int)"><!-- --></A><H3>
getString</H3>
<PRE>
public <A HREF="../../../../../org/apache/poi/hssf/record/common/UnicodeString.html" title="class in org.apache.poi.hssf.record.common">UnicodeString</A> <B>getString</B>(int id)</PRE>
<DL>
<DD>Get a particular string by its index
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>id</CODE> - index into the array of strings
<DT><B>Returns:</B><DD>the desired string</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD>Return a debugging string representation
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>string representation</DL>
</DD>
</DL>
<HR>
<A NAME="getSid()"><!-- --></A><H3>
getSid</H3>
<PRE>
public short <B>getSid</B>()</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">Record</A></CODE></B></DD>
<DD>return the non static version of the id for this record.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html#getSid()">getSid</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/Record.html" title="class in org.apache.poi.hssf.record">Record</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)"><!-- --></A><H3>
serialize</H3>
<PRE>
protected void <B>serialize</B>(<A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecordOutput</A> out)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">ContinuableRecord</A></CODE></B></DD>
<DD>Serializes this record's content to the supplied data output.<br/>
The standard BIFF header (ushort sid, ushort size) has been handled by the superclass, so
only BIFF data should be written by this method. Simple data types can be written with the
standard <A HREF="../../../../../org/apache/poi/util/LittleEndianOutput.html" title="interface in org.apache.poi.util"><CODE>LittleEndianOutput</CODE></A> methods. Methods from <A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecordOutput.html" title="class in org.apache.poi.hssf.record.cont"><CODE>ContinuableRecordOutput</CODE></A>
can be used to serialize strings (with <A HREF="../../../../../org/apache/poi/hssf/record/ContinueRecord.html" title="class in org.apache.poi.hssf.record"><CODE>ContinueRecord</CODE></A>s being written as required).
If necessary, implementors can explicitly start <A HREF="../../../../../org/apache/poi/hssf/record/ContinueRecord.html" title="class in org.apache.poi.hssf.record"><CODE>ContinueRecord</CODE></A>s (regardless of the
amount of remaining space).
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecord.html#serialize(org.apache.poi.hssf.record.cont.ContinuableRecordOutput)">serialize</A></CODE> in class <CODE><A HREF="../../../../../org/apache/poi/hssf/record/cont/ContinuableRecord.html" title="class in org.apache.poi.hssf.record.cont">ContinuableRecord</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>out</CODE> - a data output stream</DL>
</DD>
</DL>
<HR>
<A NAME="createExtSSTRecord(int)"><!-- --></A><H3>
createExtSSTRecord</H3>
<PRE>
public <A HREF="../../../../../org/apache/poi/hssf/record/ExtSSTRecord.html" title="class in org.apache.poi.hssf.record">ExtSSTRecord</A> <B>createExtSSTRecord</B>(int sstOffset)</PRE>
<DL>
<DD>Creates an extended string record based on the current contents of
the current SST record. The offset within the stream to the SST record
is required because the extended string record points directly to the
strings in the SST record.
<p>
NOTE: THIS FUNCTION MUST ONLY BE CALLED AFTER THE SST RECORD HAS BEEN
SERIALIZED.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sstOffset</CODE> - The offset in the stream to the start of the
SST record.
<DT><B>Returns:</B><DD>The new SST record.</DL>
</DD>
</DL>
<HR>
<A NAME="calcExtSSTRecordSize()"><!-- --></A><H3>
calcExtSSTRecordSize</H3>
<PRE>
public int <B>calcExtSSTRecordSize</B>()</PRE>
<DL>
<DD>Calculates the size in bytes of the EXTSST record as it would be if the
record was serialized.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The size of the ExtSST record in bytes.</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SSTRecord.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/poi/hssf/record/SharedValueRecordBase.html" title="class in org.apache.poi.hssf.record"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/poi/hssf/record/StandardRecord.html" title="class in org.apache.poi.hssf.record"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/poi/hssf/record/SSTRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="SSTRecord.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2016 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
catalog/core/templates/includes/footer.html | comses/catalog | {% load release_version from tags %}
<footer class="footer almun py-3 bg-dark">
{% block footer %}
<div class='container'>
{% block footerlinks %}
<p class="small text-center text-white">
<a class="text-white" href='http://cbie.asu.edu'>Center for Behavior, Institutions, and the Environment</a>
<br>
<a class="text-white" href='http://www.comses.net'>CoMSES Net</a>
<br>
<a class="text-white" href='http://www.azregents.edu/'>© 2014-{% now "Y" %} Arizona Board of Regents</a>
<br>
<a class="fa-stack" href="https://github.com/comses/catalog">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-code-branch fa-stack-1x fa-inverse"></i>
</a> Version: {% release_version %}
</p>
{% endblock footerlinks %}
</div>
{% endblock footer %}
</footer>
|
dependencies/boost-1.46.0/doc/html/boost_asio/reference/basic_serial_port/basic_serial_port/overload3.html | gorkinovich/DefendersOfMankind | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::basic_serial_port (3 of 4 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port::basic_serial_port">
<link rel="prev" href="overload2.html" title="basic_serial_port::basic_serial_port (2 of 4 overloads)">
<link rel="next" href="overload4.html" title="basic_serial_port::basic_serial_port (4 of 4 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_serial_port.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload3"></a><a class="link" href="overload3.html" title="basic_serial_port::basic_serial_port (3 of 4 overloads)">basic_serial_port::basic_serial_port
(3 of 4 overloads)</a>
</h5></div></div></div>
<p>
Construct and open a <a class="link" href="../../basic_serial_port.html" title="basic_serial_port"><code class="computeroutput"><span class="identifier">basic_serial_port</span></code></a>.
</p>
<pre class="programlisting"><span class="identifier">basic_serial_port</span><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span> <span class="special">&</span> <span class="identifier">io_service</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="special">&</span> <span class="identifier">device</span><span class="special">);</span>
</pre>
<p>
This constructor creates and opens a serial port for the specified device
name.
</p>
<a name="boost_asio.reference.basic_serial_port.basic_serial_port.overload3.parameters"></a><h6>
<a name="id989560"></a>
<a class="link" href="overload3.html#boost_asio.reference.basic_serial_port.basic_serial_port.overload3.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">io_service</span></dt>
<dd><p>
The <a class="link" href="../../io_service.html" title="io_service"><code class="computeroutput"><span class="identifier">io_service</span></code></a> object that
the serial port will use to dispatch handlers for any asynchronous
operations performed on the port.
</p></dd>
<dt><span class="term">device</span></dt>
<dd><p>
The platform-specific device name for this serial port.
</p></dd>
</dl>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003 - 2010 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="overload2.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_serial_port.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../boost_asio.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload4.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
bt337min-nonradius.css | ipoelnet/dso | /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-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;
}
.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('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\002a";
}
.glyphicon-plus:before {
content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 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: 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,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 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: 0;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 0;
-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: 0;
}
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: 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: 0;
-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::-ms-expand {
background-color: transparent;
border: 0;
}
.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"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
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: 0;
}
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: 0;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 0;
}
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: 0;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .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: 11px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.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: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
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 {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
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: 0;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 0;
}
.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-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
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: 0;
-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 dashed;
border-bottom: 4px solid \9;
}
.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,
.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-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-radius: 0;
}
.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-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-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 .form-control:focus {
z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 0;
}
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: 0;
}
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: 0;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 0;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 0;
}
.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-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-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
z-index: 2;
margin-left: -1px;
}
.nav {
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: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: 0;
}
.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: 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: 0;
}
.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: 0;
}
.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: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-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 0;
}
}
@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: 0;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 0;
}
.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-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-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: 0;
}
.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: 0;
}
.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-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
z-index: 2;
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: 3;
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;
line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-radius: 0;
}
.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: 0;
}
.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: 0;
}
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: middle;
background-color: #777;
border-radius: 0;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
background-color: #fff;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #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 {
padding-right: 15px;
padding-left: 15px;
border-radius: 0;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.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: 0;
-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: 0;
}
.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: 0;
-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-object.img-thumbnail {
max-width: none;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
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-radius: 0;
}
.list-group-item:last-child {
margin-bottom: 0;
border-radius: 0;
}
a.list-group-item,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
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,
button.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 0;
-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-radius: 0;
}
.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-radius: 0;
}
.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-radius: 0;
}
.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-radius: 0;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-radius: 0;
}
.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-radius: 0;
}
.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: 0;
}
.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: 0;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.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: 0;
border-bottom-left-radius: 0;
}
.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: 0;
}
.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: 0;
}
.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: 0;
}
.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: 0;
-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: 0;
}
.well-sm {
padding: 9px;
border-radius: 0;
}
.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: 0;
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 {
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-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.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;
background-color: #000;
border-radius: 0;
}
.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-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
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: 0;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
line-break: auto;
}
.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: 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: 1000px;
perspective: 1000px;
}
.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);
background-color: rgba(0, 0, 0, 0);
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;
margin-top: -10px;
}
.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;
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: 0;
}
.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: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
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-header:before,
.modal-header: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-header: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 !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
|
dcc-submission-ui/src/common/components/Status/Status.css | icgc-dcc/dcc-submission | .StatusLabel {
i {
margin-right: 0.4em;
}
color: #777;
}
.not_validated {
color: #333;
}
.signed,
.signed_off,
.valid,
.opened {
color: #468847;
}
.invalid,
.error {
color: #d9534f;
}
.queued {
color: #f0ad4e;
}
.validating {
color: #d0763e;
}
.label-validating {
color: #fff;
background: #d0763e;
}
.unimportant {
color: #999;
} |
xref/com/googlecode/fspotcloud/client/main/gin/package-summary.html | slspeek/FSpotCloudSite |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>F-Spot Cloud Java Edition 0.12-beta Reference Package com.googlecode.fspotcloud.client.main.gin</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
</head>
<body>
<div class="overview">
<ul>
<li>
<a href="../../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<h2>Package com.googlecode.fspotcloud.client.main.gin</h2>
<table class="summary">
<thead>
<tr>
<th>Class Summary</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="AppGinjector.html" target="classFrame">AppGinjector</a>
</td>
</tr>
<tr>
<td>
<a href="AppModule.html" target="classFrame">AppModule</a>
</td>
</tr>
<tr>
<td>
<a href="PlaceControllerProvider.html" target="classFrame">PlaceControllerProvider</a>
</td>
</tr>
</tbody>
</table>
<div class="overview">
<ul>
<li>
<a href="../../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<hr />
Copyright © 2012. All Rights Reserved.
</body>
</html> |
template/frontend/default/home/poll.single.html | eFiction/v5_1-vaporware | <h4>{{ @data.question }}</h4>
<br/>
<!-- Main container -->
<nav class="level">
<!-- Left side -->
<div class="level-left">
{{@LN__PollOpenSince, date(@CONFIG.datetime_format, @data.start_date) | format }}
</div>
<!-- Right side -->
<div class="level-right">
<check if="{{ @data.end_date==NULL }}"">
<true>
{{@LN__PollOUFN}}
</true>
<false>
<check if="{{ @data.end_date < time() }}"">
<true>
{{@LN__PollClosedOn, date(@CONFIG.datetime_format, @data.end_date) | format }}
</true>
<false>
{{@LN__PollCloseOn, date(@CONFIG.datetime_format, @data.end_date) | format }}
</false>
</check>
</false>
</check>
</div>
</nav>
<check if="{{ @data.canview AND !@data.canvote }}">
<check if="{{ @data.votes>0 }}">
<true>
<repeat group="{{@data.cache}}" key="{{ @option }}" value="{{@res}}" counter="{{ @ctr }}">
<p>{{ @option }} ({{ @res }})</p>
<progress class="progress is-medium" value="{{ (int)@res*@data.factor }}" max="100">{{@res}}</progress>
</repeat>
</true>
<false>
<section class="hero is-medium">
<div class="hero-body">
<div class="container">
{{@LN__Poll_NoVotes}}
</div>
</div>
</section>
</false>
</check>
</check>
<check if="{{ @data.canvote }}">
<form method="post" action="{{@BASE}}/home/polls/id={{@data.id}}">
<repeat group="{{@data.options}}" key="{{ @id }}" value="{{@opt}}" counter="{{ @ctr }}">
<p><input type="radio" id="option{{@ctr}}" name="option" value="{{ @id+1 }}" <check if="{{ @data.myvote==(@id+1) }}">checked="checked"</check>>
<check if="{{ @data.open_voting }}">
<true>
<label for="option{{@ctr}}">{{ @opt }} ({{ @data['cache'][@opt] }})</label></p>
<progress class="progress is-medium" value="{{ (int)(@data['cache'][@opt]*@data.factor) }}" max="100">{{@data['cache'][@opt]}}</progress>
</true>
<false>
<label for="option{{@ctr}}">{{ @opt }}</label></p><br/>
</false>
</check>
</repeat>
<p><input type="radio" name="option" id="option0" value="0" <check if="{{ empty(@data.myvote) }}">checked="checked"</check> />
<label for="option0">**novote</label></p><br/>
<check if="{{@_SESSION['userID']}}">
<true>
<input type="submit">
</true>
<false>
<section class="hero is-small">
<div class="hero-body">
<div class="container">
{{@LN__Poll_LoginToVote}}
</div>
</div>
</section>
</false>
</check>
</form>
</check>
|
doc/glib-2.0/size_t.html | themightyug/ledborg-server | <?xml version="1.0" encoding="utf-8"?>
<html>
<head>
<title>size_t -- Vala Binding Reference</title>
<link href="../style.css" rel="stylesheet" type="text/css"/><script src="../scripts.js" type="text/javascript">
</script>
</head>
<body>
<div class="site_header">size_t Reference Manual</div>
<div class="site_body">
<div class="site_navigation">
<ul class="navi_main">
<li class="package_index"><a href="../index.html">Packages</a></li>
</ul>
<hr class="navi_hr"/>
<ul class="navi_main">
<li class="package"><a href="index.htm">glib-2.0</a></li>
</ul>
<hr class="navi_hr"/>
<ul class="navi_main">
<li class="struct">size_t</li>
</ul>
<hr class="navi_hr"/>
<ul class="navi_main">
<li class="constant"><a href="size_t.FORMAT.html">FORMAT</a></li>
<li class="constant"><a href="size_t.FORMAT_MODIFIER.html">FORMAT_MODIFIER</a></li>
<li class="static_method"><a href="size_t.max.html">max</a></li>
<li class="static_method"><a href="size_t.min.html">min</a></li>
<li class="method"><a href="size_t.clamp.html">clamp</a></li>
<li class="method"><a href="size_t.to_pointer.html">to_pointer</a></li>
<li class="method"><a href="size_t.to_string.html">to_string</a></li>
<li class="field"><a href="size_t.MAX.html">MAX</a></li>
<li class="field"><a href="size_t.MIN.html">MIN</a></li>
</ul>
</div>
<div class="site_content">
<h1 class="main_title">size_t</h1>
<hr class="main_hr"/>
<h2 class="main_title">Object Hierarchy:</h2>
<img class="main_diagram" usemap="#size_t" alt="Object hierarchy for size_t" src="img/size_t.png"/>
<map id="size_t" name="size_t">
<area shape="rect" id="node1" href="size_t.html" title="size_t" alt="" coords="5,5,77,53"/>
</map>
<h2 class="main_title">Description:</h2>
<div class="main_code_definition">[ <span class="main_type">SimpleType</span> ]<br/><span class="main_keyword">public</span> <span class="main_keyword">struct</span> <b><span css="struct">size_t</span></b>
</div><br/>
<div class="package_note"><b>Package:</b> glib-2.0</div>
<h2 class="main_title">Content:</h2>
<h3 class="main_title">Constants:</h3>
<ul class="navi_inline">
<li class="constant"><span class="leaf_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">const</span> <span class="main_keyword">unowned</span> <span class="main_basic_type"><a href="string.html" class="class">string</a></span> <b><a href="size_t.FORMAT.html" class="constant">FORMAT</a></b>
</span>
<div class="leaf_brief_description">
</div></li>
<li class="constant"><span class="leaf_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">const</span> <span class="main_keyword">unowned</span> <span class="main_basic_type"><a href="string.html" class="class">string</a></span> <b><a href="size_t.FORMAT_MODIFIER.html" class="constant">FORMAT_MODIFIER</a></b>
</span>
<div class="leaf_brief_description">
</div></li>
</ul>
<h3 class="main_title">Static methods:</h3>
<ul class="navi_inline">
<li class="static_method"><span class="leaf_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">static</span> <span class="main_basic_type"><span css="struct">size_t</span></span> <b><a href="size_t.min.html" class="static_method">min</a></b> (<span class="main_basic_type"><span css="struct">size_t</span></span> a, <span class="main_basic_type"><span css="struct">size_t</span></span> b)
</span>
<div class="leaf_brief_description">
</div></li>
<li class="static_method"><span class="leaf_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">static</span> <span class="main_basic_type"><span css="struct">size_t</span></span> <b><a href="size_t.max.html" class="static_method">max</a></b> (<span class="main_basic_type"><span css="struct">size_t</span></span> a, <span class="main_basic_type"><span css="struct">size_t</span></span> b)
</span>
<div class="leaf_brief_description">
</div></li>
</ul>
<h3 class="main_title">Methods:</h3>
<ul class="navi_inline">
<li class="method"><span class="leaf_code_definition"><span class="main_keyword">public</span> <span class="main_basic_type"><a href="string.html" class="class">string</a></span> <b><a href="size_t.to_string.html" class="method">to_string</a></b> (<span class="main_basic_type"><a href="string.html" class="class">string</a></span> format = <span class="main_optional_parameter">"%"</span> + <b><a href="size_t.FORMAT.html" class="constant">FORMAT</a></b>)
</span>
<div class="leaf_brief_description">
</div></li>
<li class="method"><span class="leaf_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">void</span>* <b><a href="size_t.to_pointer.html" class="method">to_pointer</a></b> ()
</span>
<div class="leaf_brief_description">
</div></li>
<li class="method"><span class="leaf_code_definition"><span class="main_keyword">public</span> <span class="main_basic_type"><span css="struct">size_t</span></span> <b><a href="size_t.clamp.html" class="method">clamp</a></b> (<span class="main_basic_type"><span css="struct">size_t</span></span> low, <span class="main_basic_type"><span css="struct">size_t</span></span> high)
</span>
<div class="leaf_brief_description">
</div></li>
</ul>
<h3 class="main_title">Fields:</h3>
<ul class="navi_inline">
<li class="field"><span class="leaf_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">static</span> <span class="main_basic_type"><a href="ulong.html" class="struct">ulong</a></span> <b><a href="size_t.MIN.html" class="field">MIN</a></b>
</span>
<div class="leaf_brief_description">
</div></li>
<li class="field"><span class="leaf_code_definition"><span class="main_keyword">public</span> <span class="main_keyword">static</span> <span class="main_basic_type"><a href="ulong.html" class="struct">ulong</a></span> <b><a href="size_t.MAX.html" class="field">MAX</a></b>
</span>
<div class="leaf_brief_description">
</div></li>
</ul>
</div>
</div><br/>
<div class="site_footer">Generated by <a href="http://www.valadoc.org/">Valadoc</a>
</div>
</body>
</html> |
DistFiles/Styles/Scripture/Layout_10.css | neilmayhew/pathway | @import "Scripture.css";
@import "Page_size_A5.css";
@import "Columns_2.css";
@import "base_font_charis.css";
@import "Font_Size_11_13.css";
@import "Pictures_Frame.css";
@import "Running_Head_Mirrored_Chapter.css";
@import "PageNumber_TopCenter.css";
@import "PageNumber_BottomCenter_FirstPage.css"; |
docs/PyARTOS/html/functions_func_v.html | cvjena/artos | <!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.7"/>
<title>PyARTOS: Class Members - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">PyARTOS
 <span id="projectnumber">2.0</span>
</div>
<div id="projectbrief">Python interface to libartos</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index__"><span>_</span></a></li>
<li><a href="functions_func_a.html#index_a"><span>a</span></a></li>
<li><a href="functions_func_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_func_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_func_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_func_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_l.html#index_l"><span>l</span></a></li>
<li><a href="functions_func_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_func_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_t.html#index_t"><span>t</span></a></li>
<li class="current"><a href="functions_func_v.html#index_v"><span>v</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('functions_func_v.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 
<h3><a class="anchor" id="index_v"></a>- v -</h3><ul>
<li>validateCurrentInput()
: <a class="el" href="class_py_a_r_t_o_s_1_1_g_u_i_1_1_setup_dialog_1_1_setup_dialog.html#a0676efc4a0f51d6bc8f165b4b8f93f19">PyARTOS.GUI.SetupDialog.SetupDialog</a>
</li>
<li>visualize()
: <a class="el" href="class_py_a_r_t_o_s_1_1learning_1_1_model.html#a24eb7f562ab1ee173b3898fd4256a6f7">PyARTOS.learning.Model</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 on Mon Mar 7 2016 23:25:47 for PyARTOS by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.7 </li>
</ul>
</div>
</body>
</html>
|
locales/help_enu/gkhTools_DubsMerge.html | Serg-Norseman/GEDKeeper | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="styles.css" type="text/css" />
<title>Tools: Merging records</title>
</head>
<body>
<h1>Tools: Merging records</h1>
<p>
This tool removes duplicates among persons in the
database. The tool shows a prompting window where you must
select a record to remain
and a record to delete (or give this choice to GEDKeeper). When the removed person has links, they may be
moved into the remaining person.
</p>
<p>
This tool also processes notes, families, and
sources.
</p>
<p>
It is recommended to search for duplicates with "Check the year of birth" option turned on (from the "Options" tab). This reduces the
number of false operations.
</p>
</body>
</html>
|
dep/src/jack-audio-connection-kit-0.118.0/doc/reference/html/thread_8h_source.html | revast/dvj | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>JACK-AUDIO-CONNECTION-KIT: thread.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<h1>thread.h</h1><a href="thread_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> Copyright (C) 2004 Paul Davis</span>
<a name="l00003"></a>00003 <span class="comment"></span>
<a name="l00004"></a>00004 <span class="comment"> This program is free software; you can redistribute it and/or modify</span>
<a name="l00005"></a>00005 <span class="comment"> it under the terms of the GNU Lesser General Public License as published by</span>
<a name="l00006"></a>00006 <span class="comment"> the Free Software Foundation; either version 2.1 of the License, or</span>
<a name="l00007"></a>00007 <span class="comment"> (at your option) any later version.</span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment"> This program is distributed in the hope that it will be useful,</span>
<a name="l00010"></a>00010 <span class="comment"> but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00011"></a>00011 <span class="comment"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span>
<a name="l00012"></a>00012 <span class="comment"> GNU Lesser General Public License for more details.</span>
<a name="l00013"></a>00013 <span class="comment"></span>
<a name="l00014"></a>00014 <span class="comment"> You should have received a copy of the GNU Lesser General Public License</span>
<a name="l00015"></a>00015 <span class="comment"> along with this program; if not, write to the Free Software</span>
<a name="l00016"></a>00016 <span class="comment"> Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
<a name="l00017"></a>00017 <span class="comment"></span>
<a name="l00018"></a>00018 <span class="comment">*/</span>
<a name="l00019"></a>00019
<a name="l00020"></a>00020 <span class="preprocessor">#ifndef __jack_thread_h__</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define __jack_thread_h__</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
<a name="l00025"></a>00025 <span class="preprocessor">#endif</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span>
<a name="l00027"></a>00027 <span class="preprocessor">#include <pthread.h></span>
<a name="l00028"></a>00028
<a name="l00029"></a>00029 <span class="comment">/* use 512KB stack per thread - the default is way too high to be feasible </span>
<a name="l00030"></a>00030 <span class="comment"> * with mlockall() on many systems */</span>
<a name="l00031"></a><a class="code" href="thread_8h.html#af9a5d6addf893be0502ae41f52e794b2">00031</a> <span class="preprocessor">#define THREAD_STACK 524288</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span>
<a name="l00051"></a>00051 <span class="keywordtype">int</span> <a class="code" href="group__ClientThreads.html#gae3329092e3c52bc4eed4e2838988cd31">jack_client_real_time_priority</a> (<a class="code" href="types_8h.html#a96cf103940d2ee71b141d4b9d0c116bf">jack_client_t</a>*);
<a name="l00052"></a>00052
<a name="l00059"></a>00059 <span class="keywordtype">int</span> <a class="code" href="group__ClientThreads.html#ga770280f82a1224bc62eda53c237abd20">jack_client_max_real_time_priority</a> (<a class="code" href="types_8h.html#a96cf103940d2ee71b141d4b9d0c116bf">jack_client_t</a>*);
<a name="l00060"></a>00060
<a name="l00071"></a>00071 <span class="keywordtype">int</span> <a class="code" href="group__ClientThreads.html#gabf19c604912c46f9cceb3f707e8b5b71">jack_acquire_real_time_scheduling</a> (pthread_t thread, <span class="keywordtype">int</span> priority);
<a name="l00072"></a>00072
<a name="l00089"></a>00089 <span class="keywordtype">int</span> <a class="code" href="group__ClientThreads.html#gaa1a9078a4ca99f6f589aedacdfdf0c8d">jack_client_create_thread</a> (<a class="code" href="types_8h.html#a96cf103940d2ee71b141d4b9d0c116bf">jack_client_t</a>* <a class="code" href="simple__client_8c.html#afed7053cd7bdd1cce33dec7213f340ea">client</a>,
<a name="l00090"></a>00090 pthread_t *thread,
<a name="l00091"></a>00091 <span class="keywordtype">int</span> priority,
<a name="l00092"></a>00092 <span class="keywordtype">int</span> realtime, <span class="comment">/* boolean */</span>
<a name="l00093"></a>00093 <span class="keywordtype">void</span> *(*start_routine)(<span class="keywordtype">void</span>*),
<a name="l00094"></a>00094 <span class="keywordtype">void</span> *arg);
<a name="l00095"></a>00095
<a name="l00103"></a>00103 <span class="keywordtype">int</span> <a class="code" href="group__ClientThreads.html#gaa89c10cd9f33257742a3869576b396db">jack_drop_real_time_scheduling</a> (pthread_t thread);
<a name="l00104"></a>00104
<a name="l00105"></a><a class="code" href="group__ClientThreads.html#ga9f8adda8b9aad771b6b3bb663f798264">00105</a> <span class="keyword">typedef</span> int (*<a class="code" href="group__ClientThreads.html#ga9f8adda8b9aad771b6b3bb663f798264">jack_thread_creator_t</a>)(pthread_t*,
<a name="l00106"></a>00106 <span class="keyword">const</span> pthread_attr_t*,
<a name="l00107"></a>00107 <span class="keywordtype">void</span>* (*function)(<span class="keywordtype">void</span>*),
<a name="l00108"></a>00108 <span class="keywordtype">void</span>* arg);
<a name="l00126"></a>00126 <span class="keywordtype">void</span> <a class="code" href="group__ClientThreads.html#gad08a595d4d8cc3e5869bbae055949dbd">jack_set_thread_creator</a> (<a class="code" href="group__ClientThreads.html#ga9f8adda8b9aad771b6b3bb663f798264">jack_thread_creator_t</a> creator);
<a name="l00127"></a>00127
<a name="l00128"></a>00128 <span class="comment">/* @} */</span>
<a name="l00129"></a>00129
<a name="l00130"></a>00130 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00131"></a>00131 <span class="preprocessor"></span>}
<a name="l00132"></a>00132 <span class="preprocessor">#endif</span>
<a name="l00133"></a>00133 <span class="preprocessor"></span>
<a name="l00134"></a>00134 <span class="preprocessor">#endif </span><span class="comment">/* __jack_thread_h__ */</span>
<a name="l00135"></a>00135
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 16 Nov 2009 for JACK-AUDIO-CONNECTION-KIT by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|
dhtml/html/att_tbody_valign.html | gucong3000/handbook |
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="gbk" />
<meta name="robots" content="all" />
<meta name="author" content="w3school.com.cn" />
<link rel="stylesheet" type="text/css" href="c5.css" />
<title>HTML <tbody> ±êÇ©µÄ valign ÊôÐÔ</title>
</head>
<body class="html" id="tags">
<div id="wrapper">
<div id="navsecond">
<div id="course"><h2>²Î¿¼ÊÖ²á</h2>
<ul>
<li><a href="index.html" title="HTML 4.01 / XHTML 1.0 ²Î¿¼ÊÖ²á">±êÇ©ÁÐ±í£¨×ÖĸÅÅÐò£©</a></li>
<li><a href="html_ref_byfunc.html" title="HTML 4.01 / XHTML 1.0 ²Î¿¼ÊÖ²á">±êÇ©ÁÐ±í£¨¹¦ÄÜÅÅÐò£©</a></li>
<li><a href="html_ref_standardattributes.html" title="HTML ±ê×¼ÊôÐÔ">HTML ÊôÐÔ</a></li>
<li><a href="html_ref_eventattributes.html" title="HTML ʼþÊôÐÔ">HTML ʼþ</a></li>
<li><a href="html_ref_audio_video_dom.html" title="HTML Audio/Video DOM ÊôÐÔ">HTML ÊÓÆµ/ÒôƵ</a></li>
<li><a href="html_ref_canvas.html" title="HTML Canvas ²Î¿¼ÊÖ²á">HTML »²¼</a></li>
<li><a href="html_ref_dtd.html" title="HTML ÔªËØºÍÓÐЧµÄ DTD">HTML ÎĵµÀàÐÍ</a></li>
<li><a href="html_ref_colornames.html" title="HTML ÑÕÉ«Ãû">HTML ÑÕÉ«Ãû</a></li>
<li><a href="html_ref_charactersets.html" title="HTML ×Ö·û¼¯">HTML ×Ö·û¼¯</a></li>
<li><a href="html_ref_ascii.html" title="HTML 7 ±ÈÌØ ASCII ´úÂë ²Î¿¼ÊÖ²á">HTML ASCII</a></li>
<li><a href="html_ref_entities.html" title="HTML ISO-8859-1 ²Î¿¼ÊÖ²á">HTML ISO-8859-1</a></li>
<li><a href="html_ref_symbols.html" title="HTML ·ûºÅʵÌå">HTML ·ûºÅ</a></li>
<li><a href="html_ref_urlencode.html" title="HTML URL ±àÂë">HTML URL ±àÂë</a></li>
<li><a href="html_ref_language_codes.html" title="HTML ÓïÑÔ´úÂë²Î¿¼ÊÖ²á">HTML ÓïÑÔ´úÂë</a></li>
<li><a href="html_ref_httpmessages.html" title="HTTP ״̬ÏûÏ¢">HTTP ÏûÏ¢</a></li>
<li><a href="html_ref_httpmethods.html" title="HTTP ·½·¨£ºGET ¶Ô±È POST">HTTP ·½·¨</a></li>
</ul>
<h2>HTML ±êÇ©</h2>
<ul>
<li><a href="tag_comment.html" title="HTML <!--> ±êÇ©"><!--></a></li>
<li><a href="tag_doctype.html" title="HTML <!DOCTYPE> ±êÇ©"><!DOCTYPE></a></li>
<li><a href="tag_a.html" title="HTML <a> ±êÇ©"><a></a></li>
<li><a href="tag_abbr.html" title="HTML <abbr> ±êÇ©"><abbr></a></li>
<li><a href="tag_acronym.html" title="HTML <acronym> ±êÇ©"><acronym></a></li>
<li><a href="tag_address.html" title="HTML <address> ±êÇ©"><address></a></li>
<li><a href="tag_applet.html" title="HTML <applet> ±êÇ©"><applet></a></li>
<li><a href="tag_area.html" title="HTML <area> ±êÇ©"><area></a></li>
<li><a href="tag_article.html" title="HTML <article> ±êÇ©"><article></a></li>
<li><a href="tag_aside.html" title="HTML <aside> ±êÇ©"><aside></a></li>
<li><a href="tag_audio.html" title="HTML <audio> ±êÇ©"><audio></a></li>
<li><a href="tag_b.html" title="HTML <b> ±êÇ©"><b></a></li>
<li><a href="tag_base.html" title="HTML <base> ±êÇ©"><base></a></li>
<li><a href="tag_basefont.html" title="HTML <basefont> ±êÇ©"><basefont></a></li>
<li><a href="tag_bdi.html" title="HTML <bdi> ±êÇ©"><bdi></a></li>
<li><a href="tag_bdo.html" title="HTML <bdo> ±êÇ©"><bdo></a></li>
<li><a href="tag_big.html" title="HTML <big> ±êÇ©"><big></a></li>
<li><a href="tag_blockquote.html" title="HTML <blockquote> ±êÇ©"><blockquote></a></li>
<li><a href="tag_body.html" title="HTML <body> ±êÇ©"><body></a></li>
<li><a href="tag_br.html" title="HTML <br> ±êÇ©"><br></a></li>
<li><a href="tag_button.html" title="HTML <button> ±êÇ©"><button></a></li>
<li><a href="tag_canvas.html" title="HTML <canvas> ±êÇ©"><canvas></a></li>
<li><a href="tag_caption.html" title="HTML <caption> ±êÇ©"><caption></a></li>
<li><a href="tag_center.html" title="HTML <center> ±êÇ©"><center></a></li>
<li><a href="tag_cite.html" title="HTML <cite> ±êÇ©"><cite></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <code> ±êÇ©"><code></a></li>
<li><a href="tag_col.html" title="HTML <col> ±êÇ©"><col></a></li>
<li><a href="tag_colgroup.html" title="HTML <colgroup> ±êÇ©"><colgroup></a></li>
<li><a href="tag_command.html" title="HTML <command> ±êÇ©"><command></a></li>
<li><a href="tag_datalist.html" title="HTML <datalist> ±êÇ©"><datalist></a></li>
<li><a href="tag_dd.html" title="HTML <dd> ±êÇ©"><dd></a></li>
<li><a href="tag_del.html" title="HTML <del> ±êÇ©"><del></a></li>
<li><a href="tag_details.html" title="HTML <details> ±êÇ©"><details></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <dfn> ±êÇ©"><dfn></a></li>
<li><a href="tag_dialog.html" title="HTML <dialog> ±êÇ©"><dialog></a></li>
<li><a href="tag_dir.html" title="HTML <dir> ±êÇ©"><dir></a></li>
<li><a href="tag_div.html" title="HTML <div> ±êÇ©"><div></a></li>
<li><a href="tag_dl.html" title="HTML <dl> ±êÇ©"><dl></a></li>
<li><a href="tag_dt.html" title="HTML <dt> ±êÇ©"><dt></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <em> ±êÇ©"><em></a></li>
<li><a href="tag_embed.html" title="HTML <embed> ±êÇ©"><embed></a></li>
<li><a href="tag_fieldset.html" title="HTML <fieldset> ±êÇ©"><fieldset></a></li>
<li><a href="tag_figcaption.html" title="HTML <figcaption> ±êÇ©"><figcaption></a></li>
<li><a href="tag_figure.html" title="HTML <figure> ±êÇ©"><figure></a></li>
<li><a href="tag_font.html" title="HTML <font> ±êÇ©"><font></a></li>
<li><a href="tag_footer.html" title="HTML <footer> ±êÇ©"><footer></a></li>
<li><a href="tag_form.html" title="HTML <form> ±êÇ©"><form></a></li>
<li><a href="tag_frame.html" title="HTML <frame> ±êÇ©"><frame></a></li>
<li><a href="tag_frameset.html" title="HTML <frameset> ±êÇ©"><frameset></a></li>
<li><a href="tag_hn.html" title="HTML <h1> - <h6> ±êÇ©"><h1> - <h6></a></li>
<li><a href="tag_head.html" title="HTML <head> ±êÇ©"><head></a></li>
<li><a href="tag_header.html" title="HTML <header> ±êÇ©"><header></a></li>
<li><a href="tag_hr.html" title="HTML <hr> ±êÇ©"><hr></a></li>
<li><a href="tag_html.html" title="HTML <html> ±êÇ©"><html></a></li>
<li><a href="tag_i.html" title="HTML <i> ±êÇ©"><i></a></li>
<li><a href="tag_iframe.html" title="HTML <iframe> ±êÇ©"><iframe></a></li>
<li><a href="tag_img.html" title="HTML <img> ±êÇ©"><img></a></li>
<li><a href="tag_input.html" title="HTML <input> ±êÇ©"><input></a></li>
<li><a href="tag_ins.html" title="HTML <ins> ±êÇ©"><ins></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <kbd> ±êÇ©"><kbd></a></li>
<li><a href="tag_keygen.html" title="HTML <keygen> ±êÇ©"><keygen></a></li>
<li><a href="tag_label.html" title="HTML <label> ±êÇ©"><label></a></li>
<li><a href="tag_legend.html" title="HTML <legend> ±êÇ©"><legend></a></li>
<li><a href="tag_li.html" title="HTML <li> ±êÇ©"><li></a></li>
<li><a href="tag_link.html" title="HTML <link> ±êÇ©"><link></a></li>
<li><a href="tag_main.html" title="HTML <main> ±êÇ©"><main></a></li>
<li><a href="tag_map.html" title="HTML <map> ±êÇ©"><map></a></li>
<li><a href="tag_mark.html" title="HTML <mark> ±êÇ©"><mark></a></li>
<li><a href="tag_menu.html" title="HTML <menu> ±êÇ©"><menu></a></li>
<li><a href="tag_menuitem.html" title="HTML <menuitem> ±êÇ©"><menuitem></a></li>
<li><a href="tag_meta.html" title="HTML <meta> ±êÇ©"><meta></a></li>
<li><a href="tag_meter.html" title="HTML <meter> ±êÇ©"><meter></a></li>
<li><a href="tag_nav.html" title="HTML <nav> ±êÇ©"><nav></a></li>
<li><a href="tag_noframes.html" title="HTML <noframes> ±êÇ©"><noframes></a></li>
<li><a href="tag_noscript.html" title="HTML <noscript> ±êÇ©"><noscript></a></li>
<li><a href="tag_object.html" title="HTML <object> ±êÇ©"><object></a></li>
<li><a href="tag_ol.html" title="HTML <ol> ±êÇ©"><ol></a></li>
<li><a href="tag_optgroup.html" title="HTML <optgroup> ±êÇ©"><optgroup></a></li>
<li><a href="tag_option.html" title="HTML <option> ±êÇ©"><option></a></li>
<li><a href="tag_output.html" title="HTML <output> ±êÇ©"><output></a></li>
<li><a href="tag_p.html" title="HTML <p> ±êÇ©"><p></a></li>
<li><a href="tag_param.html" title="HTML <param> ±êÇ©"><param></a></li>
<li><a href="tag_pre.html" title="HTML <pre> ±êÇ©"><pre></a></li>
<li><a href="tag_progress.html" title="HTML <progress> ±êÇ©"><progress></a></li>
<li><a href="tag_q.html" title="HTML <q> ±êÇ©"><q></a></li>
<li><a href="tag_rp.html" title="HTML <rp> ±êÇ©"><rp></a></li>
<li><a href="tag_rt.html" title="HTML <rt> ±êÇ©"><rt></a></li>
<li><a href="tag_ruby.html" title="HTML <ruby> ±êÇ©"><ruby></a></li>
<li><a href="tag_s.html" title="HTML <s> ±êÇ©"><s></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <samp> ±êÇ©"><samp></a></li>
<li><a href="tag_script.html" title="HTML <script> ±êÇ©"><script></a></li>
<li><a href="tag_section.html" title="HTML <section> ±êÇ©"><section></a></li>
<li><a href="tag_select.html" title="HTML <select> ±êÇ©"><select></a></li>
<li><a href="tag_small.html" title="HTML <small> ±êÇ©"><small></a></li>
<li><a href="tag_source.html" title="HTML <source> ±êÇ©"><source></a></li>
<li><a href="tag_span.html" title="HTML <span> ±êÇ©"><span></a></li>
<li><a href="tag_strike.html" title="HTML <strike> ±êÇ©"><strike></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <strong> ±êÇ©"><strong></a></li>
<li><a href="tag_style.html" title="HTML <style> ±êÇ©"><style></a></li>
<li><a href="tag_sub.html" title="HTML <sub> ±êÇ©"><sub></a></li>
<li><a href="tag_summary.html" title="HTML <summary> ±êÇ©"><summary></a></li>
<li><a href="tag_sup.html" title="HTML <sup> ±êÇ©"><sup></a></li>
<li><a href="tag_table.html" title="HTML <table> ±êÇ©"><table></a></li>
<li><a href="tag_tbody.html" title="HTML <tbody> ±êÇ©"><tbody></a></li>
<li><a href="tag_td.html" title="HTML <td> ±êÇ©"><td></a></li>
<li><a href="tag_textarea.html" title="HTML <textarea> ±êÇ©"><textarea></a></li>
<li><a href="tag_tfoot.html" title="HTML <tfoot> ±êÇ©"><tfoot></a></li>
<li><a href="tag_th.html" title="HTML <th> ±êÇ©"><th></a></li>
<li><a href="tag_thead.html" title="HTML <thead> ±êÇ©"><thead></a></li>
<li><a href="tag_time.html" title="HTML <time> ±êÇ©"><time></a></li>
<li><a href="tag_title.html" title="HTML <title> ±êÇ©"><title></a></li>
<li><a href="tag_tr.html" title="HTML <tr> ±êÇ©"><tr></a></li>
<li><a href="tag_track.html" title="HTML <track> ±êÇ©"><track></a></li>
<li><a href="tag_tt.html" title="HTML <tt> ±êÇ©"><tt></a></li>
<li><a href="tag_u.html" title="HTML <u> ±êÇ©"><u></a></li>
<li><a href="tag_ul.html" title="HTML <ul> ±êÇ©"><ul></a></li>
<li><a href="tag_phrase_elements.html" title="HTML <var> ±êÇ©"><var></a></li>
<li><a href="tag_video.html" title="HTML <video> ±êÇ©"><video></a></li>
<li><a href="tag_wbr.html" title="HTML <wbr> ±êÇ©"><wbr></a></li>
</ul>
</div>
</div>
<div id="maincontent">
<h1>HTML <tbody> ±êÇ©µÄ valign ÊôÐÔ</h1>
<div class="backtoreference">
<p><a href="tag_tbody.html">HTML <tbody> ±êÇ©</a></p>
</div>
<div>
<h2>ʵÀý</h2>
<p>ÏÂÃæµÄ HTML ±í¸ñ°Ñ tbody ÔªËØÖеÄÄÚÈÝ´¹Ö±¾ÓÖÐ¶ÔÆë£º</p>
<pre>
<table border="1" width="100%">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tbody <code>valign="middle"</code>>
<tr>
<td>January</td>
<td>$100</td>
</tr>
<tr>
<td>February</td>
<td>$80</td>
</tr>
</tbody>
</table>
</pre>
<p class="tiy"><a target="_blank" href="http://www.w3school.com.cn/tiy/t.html?f=html_tbody_valign">Ç××ÔÊÔÒ»ÊÔ</a></p>
</div>
<div>
<h2>¶¨ÒåºÍÓ÷¨</h2>
<p>valign ÊôÐԹ涨 tbody ÔªËØÖеÄÄÚÈݵĴ¹Ö±¶ÔÆë·½Ê½¡£</p>
</div>
<div>
<h2>ä¯ÀÀÆ÷Ö§³Ö</h2>
<p>ËùÓÐä¯ÀÀÆ÷¶¼Ö§³Ö valign ÊôÐÔ¡£</p>
</div>
<div>
<h2>Óï·¨</h2>
<pre><tbody valign="<i>value</i>"></pre>
<h3>ÊôÐÔÖµ</h3>
<table class="dataintable">
<tr>
<th>Öµ</th>
<th>ÃèÊö</th>
</tr>
<tr>
<td>top</td>
<td>¶ÔÄÚÈݽøÐÐÉÏ¶ÔÆë¡£</td>
</tr>
<tr>
<td>middle</td>
<td>¶ÔÄÚÈݽøÐоÓÖÐ¶ÔÆë£¨Ä¬ÈÏÖµ£©¡£</td>
</tr>
<tr>
<td>bottom</td>
<td>¶ÔÄÚÈݽøÐÐÏÂ¶ÔÆë¡£</td>
</tr>
<tr>
<td>baseline</td>
<td>Óë»ùÏß¶ÔÆë¡£</td>
</tr>
</table>
<h4>baseline Öµ</h4>
<p>»ùÏßÊÇÒ»ÌõÐé¹¹µÄÏß¡£ÔÚÒ»ÐÐÎı¾ÖУ¬´ó¶àÊý×ÖĸÒÔ»ùÏßΪ»ù×¼¡£baseline ÖµÉèÖÃÐÐÖеÄËùÓбí¸ñÊý¾Ý¶¼·ÖÏíÏàͬµÄ»ùÏß¡£¸ÃÖµµÄЧ¹û³£³£Óë bottom ÖµÏàͬ¡£²»¹ý£¬Èç¹ûÎı¾µÄ×ֺŸ÷²»Ïàͬ£¬ÄÇô baseline µÄЧ¹û»á¸üºÃ¡£Çë¿´ÏÂÃæµÄͼʾ£º</p>
<p><img src="i/ct_tags_bottom.gif" alt="valign="bottom"" /> valign="bottom"</p>
<p><img src="i/ct_tags_baseline.gif" alt="valign="baseline"" /> valign="baseline"</p>
</div>
<div class="backtoreference">
<p><a href="tag_tbody.html">HTML <tbody> ±êÇ©</a></p>
</div>
</div>
<!-- maincontent end -->
</div>
<!-- wrapper end -->
</body>
</html> |
php-manual/imagick.setimageformat.html | Sliim/sleemacs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Sets the format of a particular image</title>
</head>
<body><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text-align: left; float: left;"><a href="imagick.setimagefilename.html">Imagick::setImageFilename</a></div>
<div class="next" style="text-align: right; float: right;"><a href="imagick.setimagegamma.html">Imagick::setImageGamma</a></div>
<div class="up"><a href="class.imagick.html">Imagick</a></div>
<div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="imagick.setimageformat" class="refentry">
<div class="refnamediv">
<h1 class="refname">Imagick::setImageFormat</h1>
<p class="verinfo">(PECL imagick 2.0.0)</p><p class="refpurpose"><span class="refname">Imagick::setImageFormat</span> — <span class="dc-title">Sets the format of a particular image</span></p>
</div>
<div class="refsect1 description" id="refsect1-imagick.setimageformat-description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><strong>Imagick::setImageFormat</strong></span>
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$format</code></span>
)</div>
<p class="para rdfs-comment">
Sets the format of a particular image in a sequence.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-imagick.setimageformat-parameters">
<h3 class="title">Parameters</h3>
<p class="para">
<dl>
<dt>
<span class="term"><em><code class="parameter">format</code></em></span>
<dd>
<p class="para">
String presentation of the image format. Format support
depends on the ImageMagick installation.
</p>
</dd>
</dt>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-imagick.setimageformat-returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
Returns <strong><code>TRUE</code></strong> on success.
</p>
</div>
</div><hr /><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text-align: left; float: left;"><a href="imagick.setimagefilename.html">Imagick::setImageFilename</a></div>
<div class="next" style="text-align: right; float: right;"><a href="imagick.setimagegamma.html">Imagick::setImageGamma</a></div>
<div class="up"><a href="class.imagick.html">Imagick</a></div>
<div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>
|
verResena/templates/verResena/unaResena.html | AliGhahraei/RateMe | {% load staticfiles %}
{% load bbcode_tags %}
{% bbcode entry.bbcode_content %}
<!DOCTYPE html>
<html>
<head>
<title>Rate Me</title>
<link type="text/css" rel="stylesheet" href="{% static 'paginaPrincipal/style.css' %}"/>
<link rel="stylesheet" href="{% static 'paginaPrincipal/pure-drawer.css' %}"/>
</head>
<body>
<div class="pure-container" data-effect="pure-effect-push">
<h1 id="titulo">RATE ME</h1>
<input type="checkbox" id="pure-toggle-left" class="pure-toggle" data-toggle="left"/>
<label class="pure-toggle-label" for="pure-toggle-left" data-toggle-label="left"><span class="pure-toggle-icon"></span></label>
<nav class="pure-drawer" data-position="left">
<div id="vertical">
<a href="{% url 'paginaPrincipal:index' %}">Últimas reviews</a><br>
<a href="#">Acerca de</a><br>
{% if not user.is_authenticated %}
<a href="/registro/">Únete</a><br>
<a href="/login/">Inicia sesión</a><br>
{% else %}
<a href="/nuevaResena/">Crear reseña</a><br>
<a href="/verResena/">Ver reseña</a><br>
<a href="/noticias/">Crear noticia</a><br>
<a href="/noticias/adminNoticia">Administrar noticias</a><br>
<a href="/login/logout">Log out</a><br>
{% endif %}
</div>
</nav>
<div class="pure-pusher-container">
<div class="pure-pusher">
<div id="principal">
<div id="areaTexto" class="divImg">
<p>
<table>
<tr>
<td><img src="{% static 'paginaPrincipal/img/black-ops-III.png' %}"/></td>
<td><img src="{% static 'paginaPrincipal/img/witcher-3.png' %}"></td>
<td><img src="{% static 'paginaPrincipal/img/dragon-age.png' %}"></td>
<td><img src="{% static 'paginaPrincipal/img/arkham.png' %}"></td>
<td><img src="{% static 'paginaPrincipal/img/bloodborne.png' %}"></td>
</tr>
<tr>
<td>CoD: Black Ops III</td>
<td>The Witcher 3</td>
<td>Dragon Age 3</td>
<td>Batman: Arkham Knight</td>
<td>Bloodbourne</td>
</tr>
</table>
<br>
<div class="naranja">.
</div>
<br>
</p>
<div class="row group">
<div>
<!-- Top Reviews (Reviewers) -->
<h1>{{ resena.titulo }}</h1>
<p>{{ resena.contenido.rendered }}</p>
</div>
<h4>Likes: {{ resena.like }}</h4>
{% if hayLike %}
<p>Te gusta esta reseña</p>
<form action = "/likes/dislike/">
<input type = "hidden" name = "resena" value = "{{ resena.id }}"/>
<input type = "submit" value = "Ya no me gusta"/>
</form>
{% else %}
<form action = "/likes/">
<input type = "hidden" name = "resena" value = "{{ resena.id }}"/>
<input type = "submit" value = "Me gusta"/>
</form>
{% endif %}
</div>
<br><br>
<form action="/comentarios/" align="center">
Comentario: <br>
<input type="textarea" style="cols:40; rows:6;" name="contenido"/><br>
<input type="hidden" name="resena" value ="{{ resena.id }}"/><br>
<input type="submit" value="Comentar" />
</form>
<table align="center">
{% for comentario in comentarios %}
{% if comentario.reseña_id == resena.id %}
<tr>
<td style="padding:5%;"><b>{{ comentario.usuario }}</b></td>
<td style="padding:5%;">{{ comentario.contenido }}</td>
</tr>
{% endif %}
{% endfor %}
</table>
<br>
</div>
<label class="pure-overlay" for="pure-toggle-left" data-overlay="left"></label>
</div>
<br>
</div>
</body>
</html>
|
rest-service/src/main/resources/static/chat.html | DrexelChatbotGroup/DrexelChatbot | <!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
<title>Drexel ChatBot</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Open+Sans'>
<link rel='stylesheet prefetch' href='css/jquery.mCustomScrollbar.min.css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="chat">
<div class="chat-title">
<h1>DrexelChatbot</h1>
<h2></h2>
<figure class="avatar">
<!--<img src="https://cdn4.iconfinder.com/data/icons/social-productivity-line-art-5/128/chatbot-128.png" />-->
<img src="./drexel.png" />
</figure>
</div>
<div class="messages">
<div class="messages-content"></div>
</div>
<div class="message-box">
<textarea type="text" class="message-input" placeholder="What is Vokolos's email address?"></textarea>
<button type="submit" class="message-submit">Send</button>
</div>
</div>
<div class="bg"></div>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='js/jquery.mCustomScrollbar.concat.min.js'></script>
<script src="js/index.js"></script>
</body>
</html>
|
php-manual/solrclient.setservlet.html | Sliim/sleemacs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Changes the specified servlet type to a new value</title>
</head>
<body><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text-align: left; float: left;"><a href="solrclient.setresponsewriter.html">SolrClient::setResponseWriter</a></div>
<div class="next" style="text-align: right; float: right;"><a href="solrclient.threads.html">SolrClient::threads</a></div>
<div class="up"><a href="class.solrclient.html">SolrClient</a></div>
<div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="solrclient.setservlet" class="refentry">
<div class="refnamediv">
<h1 class="refname">SolrClient::setServlet</h1>
<p class="verinfo">(PECL solr >= 0.9.2)</p><p class="refpurpose"><span class="refname">SolrClient::setServlet</span> — <span class="dc-title">Changes the specified servlet type to a new value</span></p>
</div>
<div class="refsect1 description" id="refsect1-solrclient.setservlet-description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><strong>SolrClient::setServlet</strong></span>
( <span class="methodparam"><span class="type">int</span> <code class="parameter">$type</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$value</code></span>
)</div>
<p class="para rdfs-comment">
Changes the specified servlet type to a new value
</p>
</div>
<div class="refsect1 parameters" id="refsect1-solrclient.setservlet-parameters">
<h3 class="title">Parameters</h3>
<p class="para">
<dl>
<dt>
<span class="term"><em><code class="parameter">type</code></em></span>
<dd>
<p class="para">One of the following :</p>
<p class="para">
<div class="parameterscode"><pre class="parameterscode">- SolrClient::SEARCH_SERVLET_TYPE
- SolrClient::UPDATE_SERVLET_TYPE
- SolrClient::THREADS_SERVLET_TYPE
- SolrClient::PING_SERVLET_TYPE
- SolrClient::TERMS_SERVLET_TYPE</pre>
</div>
</p>
</dd>
</dt>
<dt>
<span class="term"><em><code class="parameter">value</code></em></span>
<dd>
<p class="para">
The new value for the servlet
</p>
</dd>
</dt>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-solrclient.setservlet-returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
Returns <strong><code>TRUE</code></strong> on success or <strong><code>FALSE</code></strong> on failure.
</p>
</div>
</div><hr /><div class="manualnavbar" style="text-align: center;">
<div class="prev" style="text-align: left; float: left;"><a href="solrclient.setresponsewriter.html">SolrClient::setResponseWriter</a></div>
<div class="next" style="text-align: right; float: right;"><a href="solrclient.threads.html">SolrClient::threads</a></div>
<div class="up"><a href="class.solrclient.html">SolrClient</a></div>
<div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>
|
bower_components/phaser-official-206/docs/TimerEvent.js.html | robomatix/click-the-black-squares | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: time/TimerEvent.js</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayList.html">ArrayList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GamepadButton.html">GamepadButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main">
<h1 class="page-title">Source: time/TimerEvent.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2014 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* A TimerEvent is a single event that is processed by a Phaser.Timer. It consists of a delay, which is a value in milliseconds after which the event will fire.
* It can call a specific callback, passing in optional parameters.
*
* @class Phaser.TimerEvent
* @classdesc A TimerEvent is a single event that is processed by a Phaser.Timer. It consists of a delay, which is a value in milliseconds after which the event will fire.
* @constructor
* @param {Phaser.Timer} timer - The Timer object that this TimerEvent belongs to.
* @param {number} delay - The delay in ms at which this TimerEvent fires.
* @param {number} tick - The tick is the next game clock time that this event will fire at.
* @param {number} repeatCount - If this TimerEvent repeats it will do so this many times.
* @param {boolean} loop - True if this TimerEvent loops, otherwise false.
* @param {function} callback - The callback that will be called when the TimerEvent occurs.
* @param {object} callbackContext - The context in which the callback will be called.
* @param {array} arguments - The values to be passed to the callback.
*/
Phaser.TimerEvent = function (timer, delay, tick, repeatCount, loop, callback, callbackContext, args) {
/**
* @property {Phaser.Timer} timer - The Timer object that this TimerEvent belongs to.
*/
this.timer = timer;
/**
* @property {number} delay - The delay in ms at which this TimerEvent fires.
*/
this.delay = delay;
/**
* @property {number} tick - The tick is the next game clock time that this event will fire at.
*/
this.tick = tick;
/**
* @property {number} repeatCount - If this TimerEvent repeats it will do so this many times.
*/
this.repeatCount = repeatCount - 1;
/**
* @property {boolean} loop - True if this TimerEvent loops, otherwise false.
*/
this.loop = loop;
/**
* @property {function} callback - The callback that will be called when the TimerEvent occurs.
*/
this.callback = callback;
/**
* @property {object} callbackContext - The context in which the callback will be called.
*/
this.callbackContext = callbackContext;
/**
* @property {array} arguments - The values to be passed to the callback.
*/
this.args = args;
/**
* @property {boolean} pendingDelete - A flag that controls if the TimerEvent is pending deletion.
* @protected
*/
this.pendingDelete = false;
};
Phaser.TimerEvent.prototype.constructor = Phaser.TimerEvent;
</pre>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2014 Photon Storm Ltd.
</span>
<br/>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
on Thu Jul 10 2014 20:18:55 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap
template</a>.
</span>
</footer>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers: true, showMenu: true, enableDoclinks: true}); </script>
<script>
$(function () {
$("#toc").toc({
anchorName: function (i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors: "h1,h2,h3,h4",
showAndHide: false,
scrollTo: 60
});
$("#toc>ul").addClass("nav nav-pills nav-stacked");
$("#main span[id^='toc']").addClass("toc-shim");
});
</script>
</body>
</html>
|
tests/wpt/web-platform-tests/2dcontext/pixel-manipulation/2d.imageData.create1.zero.html | UK992/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /2dcontext/tools/gentest.py. -->
<title>Canvas test: 2d.imageData.create1.zero</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/2dcontext/resources/canvas-tests.js"></script>
<link rel="stylesheet" href="/2dcontext/resources/canvas-tests.css">
<body class="show_output">
<h1>2d.imageData.create1.zero</h1>
<p class="desc">createImageData(null) throws TypeError</p>
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<ul id="d"></ul>
<script>
var t = async_test("createImageData(null) throws TypeError");
_addTest(function(canvas, ctx) {
assert_throws_js(TypeError, function() { ctx.createImageData(null); });
});
</script>
|
dom/html/test/test_dl_attributes_reflection.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE HTML>
<html>
<head>
<title>Test for HTMLDListElement attributes reflection</title>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<script type="application/javascript" src="reflect.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">
</div>
<pre id="test">
<script type="application/javascript">
/** Test for HTMLDListElement attributes reflection **/
// .compact
reflectBoolean({
element: document.createElement("dl"),
attribute: "compact"
});
</script>
</pre>
</body>
</html>
|
tests/wpt/web-platform-tests/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/img-tag/same-https.no-redirect.http.html | UK992/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec referrer-policy/4K-1/` -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'unsafe-url'</title>
<meta charset='utf-8'>
<meta name="description" content="Check that all sub-resources get the stripped referrer URL.">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-unsafe-url">
<meta name="assert" content="Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.sub.js"></script>
<script src="../../../../../generic/test-case.sub.js"></script>
<script src="../../../../generic/test-case.sub.js"></script>
</head>
<body>
<script>
TestCase(
{
"expectation": "stripped-referrer",
"origin": "same-https",
"redirection": "no-redirect",
"source_context_list": [],
"source_scheme": "http",
"subresource": "img-tag",
"subresource_policy_deliveries": []
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
script/dom/bindings/codegen/Bindings/URLBinding/constant.hash_getterinfo.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `hash_getterinfo` constant in crate `script`.">
<meta name="keywords" content="rust, rustlang, rust-lang, hash_getterinfo">
<title>script::dom::bindings::codegen::Bindings::URLBinding::hash_getterinfo - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>URLBinding</a></p><script>window.sidebarCurrent = {name: 'hash_getterinfo', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>URLBinding</a>::<wbr><a class='constant' href=''>hash_getterinfo</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-82910' class='srclink' href='../../../../../../src/script/home/servo/buildbot/slave/doc/build/target/debug/build/script-4d3bb93218cab884/out/Bindings/URLBinding.rs.html#980-997' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>const hash_getterinfo: <a class='struct' href='../../../../../../js/jsapi/struct.JSJitInfo.html' title='js::jsapi::JSJitInfo'>JSJitInfo</a><code> = </code><code>JSJitInfo{call: get_hash as *const os::raw::c_void,
protoID: PrototypeList::ID::URL as u16,
depth: 0,
_bitfield_1:
JSJitInfo::new_bitfield_1(JSJitInfo_OpType::Getter as u8,
JSJitInfo_AliasSet::AliasEverything as
u8,
JSValueType::JSVAL_TYPE_STRING as u8,
true, false, false, false, false,
false, 0 as u16),}</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../../../";
window.currentCrate = "script";
window.playgroundUrl = "";
</script>
<script src="../../../../../../jquery.js"></script>
<script src="../../../../../../main.js"></script>
<script defer src="../../../../../../search-index.js"></script>
</body>
</html> |
tests/wpt/web-platform-tests/referrer-policy/gen/req.attr/origin-when-cross-origin/iframe-tag/cross-http.swap-origin.http.html | UK992/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec referrer-policy/` -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'</title>
<meta charset='utf-8'>
<meta name="description" content="Check that cross-origin subresources get the origin portion of the referrer URL and same-origin get the stripped referrer URL.">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-origin-when-cross-origin">
<meta name="assert" content="Referrer Policy: Expects origin for iframe-tag to cross-http origin and swap-origin redirection from http context.">
<meta name="referrer" content="no-referrer">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.sub.js"></script>
<script src="../../../../generic/test-case.sub.js"></script>
</head>
<body>
<script>
TestCase(
{
"expectation": "origin",
"origin": "cross-http",
"redirection": "swap-origin",
"source_context_list": [],
"source_scheme": "http",
"subresource": "iframe-tag",
"subresource_policy_deliveries": [
{
"deliveryType": "attr",
"key": "referrerPolicy",
"value": "origin-when-cross-origin"
}
]
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
src/components/ProjectSearch.css | wldcordeiro/debugger.html | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
.search-container {
position: absolute;
top: 30px;
left: 0;
width: calc(100% - 1px);
height: calc(100% - 31px);
display: flex;
flex-direction: column;
z-index: 20;
background-color: var(--theme-body-background);
overflow-y: hidden;
}
.project-text-search {
flex-grow: 1;
display: flex;
flex-direction: column;
overflow-y: hidden;
height: 100%;
}
.project-text-search .result {
display: contents;
cursor: default;
padding: 4px 0 4px 5px;
line-height: 16px;
font-size: 10px;
width: 100%;
}
.project-text-search .matches-summary {
margin-left: 5px;
}
.project-text-search .result {
font-family: Menlo, monospace;
}
.project-text-search .result .query-match {
background-color: var(--theme-selection-background);
color: white;
padding: 1px 4px;
margin: 0 2px 0 2px;
border-radius: 2px;
}
.project-text-search .result .line-number {
padding-left: 5px;
min-width: 33px;
width: 100%;
text-align: right;
grid-column: 1/2;
}
.project-text-search .result .line-value {
grid-column: 2/3;
padding-left: 5px;
text-overflow: ellipsis;
overflow-x: hidden;
}
.project-text-search .tree-indent {
display: none;
}
.project-text-search .no-result-msg {
color: var(--theme-body-color-inactive);
font-size: 24px;
padding: 4px 15px;
max-width: 100%;
overflow-wrap: break-word;
hyphens: auto;
}
.project-text-search .file-result {
font-weight: bold;
line-height: 20px;
cursor: default;
padding: 2px 0 2px 5px;
font-size: 12px;
grid-column: 1/3;
}
.project-text-search .file-result .arrow {
margin: 2px 0 2px 0;
}
.project-text-search .line-match {
display: "flex";
flex-grow: 1;
}
.project-text-search .search-field {
display: flex;
align-self: stretch;
flex-grow: 1;
width: 100%;
border-bottom: none;
}
.project-text-search .search-field .close-btn.big {
margin-top: 2px;
}
.project-text-search .managed-tree {
overflow-y: auto;
height: 100%;
}
.project-text-search .managed-tree .tree {
height: 100%;
display: grid;
grid-template-columns: auto 1fr;
overflow-x: hidden;
}
.project-text-search .managed-tree .tree .tree-node {
display: contents;
}
/* Focus values */
.project-text-search .file-result.focused .img.file {
background-color: white;
}
.project-text-search .file-result.focused,
.project-text-search .result.focused .line-value {
background-color: var(--theme-selection-background);
}
.project-text-search .result.focused .line-number {
font-weight: bolder;
background-color: var(--theme-selection-background);
}
.project-text-search .result.focused .query-match {
background-color: #ffffff;
color: #000000;
}
|
wayland_kbd/keysyms/constant.XKB_KEY_XF86Video.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_XF86Video` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_XF86Video">
<title>wayland_kbd::keysyms::XKB_KEY_XF86Video - Rust</title>
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_XF86Video', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_XF86Video</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-2232' class='srclink' href='../../src/wayland_kbd/ffi/keysyms.rs.html#2602' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_XF86Video: <a class='primitive' href='../../std/primitive.u32.html'>u32</a><code> = </code><code>269025159</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> |
tests/wpt/mozilla/tests/css/background_ref.html | s142857/servo | <!DOCTYPE html>
<html>
<head>
<title>background: none test</title>
<style>
</style>
</head>
<body background="green.png">
<div>Background: test</div>
</body>
</html>
|
16_04/sampleApps_helloIpc.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Hello IPC - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="16.04.0-external-5-g7c8a4e3" name="legato-version"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build Apps Concepts.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/index.html">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a class="link-selected" href="buildAppsConcepts.html">Concepts</a><a href="apiGuidesMain.html">API Guides</a><a href="tools.html">Tools</a><a href="external_proj_mainpage.html">WiFi Plugin</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">Hello IPC </h1> </div>
</div><div class="contents">
<div class="textblock"><p>This sample app demonstrates target and host are communicating with a helloWorld app that uses IPC. It has <code></code>.adef bindings and related @ .cdef requires and provides sections.</p>
<p>Go to the <a href="https://github.com/legatoproject/legato-af/tree/master/apps/sample/helloIpc">sample app code</a>.</p>
<p>Run this to install the sample app: </p><pre class="fragment">$ cd apps/sample/helloIpc
$ make wp85
$ instapp helloIpc.wp85.update <ip address>
</pre><p>If you're using an AR7 module in your target, substitute <code>ar7</code> for <code>wp85</code>.</p>
<p><a class="el" href="sampleApps.html#sampleApps_startApp">Start App</a></p>
<hr/>
<p>See <br/>
<a class="el" href="basicAppsIPC.html">Use IPC</a></p>
<hr/>
<p class="copyright">Copyright (C) Sierra Wireless Inc. Use of this work is subject to license. </p>
</div></div>
<br clear="left"/>
</div>
</div>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
dom/canvas/test/webgl-conf/checkout/conformance/buffers/index-validation.html | Yukarumya/Yukarum-Redfoxes | <!--
/*
** Copyright (c) 2012 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Materials, and to
** permit persons to whom the Materials are furnished to do so, subject to
** the following conditions:
**
** The above copyright notice and this permission notice shall be included
** in all copies or substantial portions of the Materials.
**
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../../resources/js-test-style.css"/>
<script src="../../js/js-test-pre.js"></script>
<script src="../../js/webgl-test-utils.js"></script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<script>
"use strict";
description("Tests that index validation verifies the correct number of indices");
function sizeInBytes(type) {
switch (type) {
case gl.BYTE:
case gl.UNSIGNED_BYTE:
return 1;
case gl.SHORT:
case gl.UNSIGNED_SHORT:
return 2;
case gl.INT:
case gl.UNSIGNED_INT:
case gl.FLOAT:
return 4;
default:
throw "unknown type";
}
}
var wtu = WebGLTestUtils;
var gl = wtu.create3DContext();
var program = wtu.loadStandardProgram(gl);
// 3 vertices => 1 triangle, interleaved data
var dataComplete = new Float32Array([0, 0, 0, 1,
0, 0, 1,
1, 0, 0, 1,
0, 0, 1,
1, 1, 1, 1,
0, 0, 1]);
var dataIncomplete = new Float32Array([0, 0, 0, 1,
0, 0, 1,
1, 0, 0, 1,
0, 0, 1,
1, 1, 1, 1]);
var indices = new Uint16Array([0, 1, 2]);
debug("Testing with valid indices");
var bufferComplete = gl.createBuffer();
gl.bindBuffer(gl.ARRAY_BUFFER, bufferComplete);
gl.bufferData(gl.ARRAY_BUFFER, dataComplete, gl.STATIC_DRAW);
var elements = gl.createBuffer();
gl.bindBuffer(gl.ELEMENT_ARRAY_BUFFER, elements);
gl.bufferData(gl.ELEMENT_ARRAY_BUFFER, indices, gl.STATIC_DRAW);
gl.useProgram(program);
var vertexLoc = gl.getAttribLocation(program, "a_vertex");
var normalLoc = gl.getAttribLocation(program, "a_normal");
gl.vertexAttribPointer(vertexLoc, 4, gl.FLOAT, false, 7 * sizeInBytes(gl.FLOAT), 0);
gl.enableVertexAttribArray(vertexLoc);
gl.vertexAttribPointer(normalLoc, 3, gl.FLOAT, false, 7 * sizeInBytes(gl.FLOAT), 4 * sizeInBytes(gl.FLOAT));
gl.enableVertexAttribArray(normalLoc);
shouldBe('gl.checkFramebufferStatus(gl.FRAMEBUFFER)', 'gl.FRAMEBUFFER_COMPLETE');
wtu.glErrorShouldBe(gl, gl.NO_ERROR);
shouldBeUndefined('gl.drawElements(gl.TRIANGLES, 3, gl.UNSIGNED_SHORT, 0)');
wtu.glErrorShouldBe(gl, gl.NO_ERROR);
debug("Testing with out-of-range indices");
var bufferIncomplete = gl.createBuffer();
gl.bindBuffer(gl.ARRAY_BUFFER, bufferIncomplete);
gl.bufferData(gl.ARRAY_BUFFER, dataIncomplete, gl.STATIC_DRAW);
gl.vertexAttribPointer(vertexLoc, 4, gl.FLOAT, false, 7 * sizeInBytes(gl.FLOAT), 0);
gl.enableVertexAttribArray(vertexLoc);
gl.disableVertexAttribArray(normalLoc);
debug("Enable vertices, valid");
wtu.glErrorShouldBe(gl, gl.NO_ERROR);
shouldBeUndefined('gl.drawElements(gl.TRIANGLES, 3, gl.UNSIGNED_SHORT, 0)');
wtu.glErrorShouldBe(gl, gl.NO_ERROR);
debug("Enable normals, out-of-range");
gl.vertexAttribPointer(normalLoc, 3, gl.FLOAT, false, 7 * sizeInBytes(gl.FLOAT), 4 * sizeInBytes(gl.FLOAT));
gl.enableVertexAttribArray(normalLoc);
wtu.glErrorShouldBe(gl, gl.NO_ERROR);
shouldBeUndefined('gl.drawElements(gl.TRIANGLES, 3, gl.UNSIGNED_SHORT, 0)');
wtu.glErrorShouldBe(gl, gl.INVALID_OPERATION);
debug("Test with enabled attribute that does not belong to current program");
gl.disableVertexAttribArray(normalLoc);
var extraLoc = Math.max(vertexLoc, normalLoc) + 1;
gl.enableVertexAttribArray(extraLoc);
debug("Enable an extra attribute with null");
wtu.glErrorShouldBe(gl, gl.NO_ERROR);
shouldBeUndefined('gl.drawElements(gl.TRIANGLES, 3, gl.UNSIGNED_SHORT, 0)');
wtu.glErrorShouldBe(gl, gl.INVALID_OPERATION);
debug("Enable an extra attribute with insufficient data buffer");
gl.vertexAttribPointer(extraLoc, 3, gl.FLOAT, false, 7 * sizeInBytes(gl.FLOAT), 4 * sizeInBytes(gl.FLOAT));
wtu.glErrorShouldBe(gl, gl.NO_ERROR);
shouldBeUndefined('gl.drawElements(gl.TRIANGLES, 3, gl.UNSIGNED_SHORT, 0)');
debug("Pass large negative index to vertexAttribPointer");
gl.vertexAttribPointer(normalLoc, 3, gl.FLOAT, false, 7 * sizeInBytes(gl.FLOAT), -2000000000 * sizeInBytes(gl.FLOAT));
wtu.glErrorShouldBe(gl, gl.INVALID_VALUE);
shouldBeUndefined('gl.drawElements(gl.TRIANGLES, 3, gl.UNSIGNED_SHORT, 0)');
var successfullyParsed = true;
</script>
<script src="../../js/js-test-post.js"></script>
</body>
</html>
|
jd_signup/1309893722-164885/1000006136_signUp.html | bobon/push_weibo_to_shequdaren | {"msg":"","signResult":{"key":"zgFKtW","giftLogId":"5fc67a7a358a498ebd2a8485e451d09d","gift":{"activityId":null,"activityType":null,"venderId":null,"type":0,"name":null,"itemHb":null,"id":"1","giftType":"9","giftName":"1店铺积分","giftNum":"1","giftTotal":"1000","giftResidue":null,"priceInfo":"0","shortLink":"","orginLink":null,"giftInfoId":null,"commonAddAwardVO":null},"send":true},"isOk":true,"isSend":true}
|
libc/notbsd/linux/other/constant.EBADFD.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `EBADFD` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, EBADFD">
<title>libc::notbsd::linux::other::EBADFD - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../../../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a>
<p class='location'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>notbsd</a>::<wbr><a href='../index.html'>linux</a>::<wbr><a href='index.html'>other</a></p><script>window.sidebarCurrent = {name: 'EBADFD', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>notbsd</a>::<wbr><a href='../index.html'>linux</a>::<wbr><a href='index.html'>other</a>::<wbr><a class='constant' href=''>EBADFD</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-2876' class='srclink' href='../../../../src/libc/unix/notbsd/linux/other/mod.rs.html#215' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const EBADFD: <a class='type' href='../../../../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>77</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../";
window.currentCrate = "libc";
window.playgroundUrl = "";
</script>
<script src="../../../../jquery.js"></script>
<script src="../../../../main.js"></script>
<script defer src="../../../../search-index.js"></script>
</body>
</html> |
bedrock/base/templates/includes/careers-teaser.html | flodolo/bedrock | {#
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.
#}
_.-~-.
7'' Q..\
_7 (_
_7 _/ _q. /
_7 . ___ /VVvv-'_ .
7/ / /~- \_\\ '-._ .-' / //
./ ( /-~-/||'=.__ '::. '-~'' { ___ / // ./{
V V-~-~| || __''_ ':::. ''~-~.___.-'' _/ // / {_ / { /
VV/-~-~-|/ \ .'__'. '. ':: _ _ _ ''.
/ /~~~~||VVV/ / \ ) \ _ __ ___ ___ ___(_) | | __ _ .::'
/ (~-~-~\\.-' / \' \::::. | '_ ` _ \ / _ \_ / | | |/ _` | :::'
/..\ /..\__/ ' '::: | | | | | | (_) / /| | | | (_| | ::'
vVVv vVVv ': |_| |_| |_|\___/___|_|_|_|\__,_| ''
Hi there, nice to meet you!
Interested in having a direct impact on hundreds of millions of users? Join
Mozilla, and become part of a global community that’s helping to build a
brighter future for the Web.
Visit https://careers.mozilla.org to learn about our current job openings.
Visit https://www.mozilla.org/contribute for more ways to get involved and
help support Mozilla.
|
bedrock/mozorg/templates/mozorg/home/home-de.html | kyoshino/bedrock | {# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
{% extends "mozorg/home/home-en.html" %}
{% add_lang_files "mozorg/home/index-quantum" %}
{% block page_title %}{{ _('Internet für Menschen, nicht für Profit') }}{% endblock %}
{% block page_desc %}
{{ _('Mozilla ist die gemeinnützige Organisation hinter Firefox. Menschen sollten auch online die Kontrolle über ihr Leben haben. Dafür setzen wir uns ein.') }}
{% endblock %}
{% block main %}
<main>
<header class="main-page-heading">
{# Main page h1 is hidden from view and exists mainly for SEO purposes #}
<h1>{{ self.page_title() }}</h1>
</header>
{% call download_banner(
logo_title=_('Firefox'),
title=_('Dein Leben. Deine Daten. Dein Browser.'),
desc=_('Firefox fights for you.'),
) %}
{{ download_firefox(dom_id='download-primary', download_location='primary cta') }}
{% endcall %}
{% call download_banner_sticky(
title=_('<strong>Firefox</strong> fights for you.'),
sub_title=_('Dein Leben. Deine Daten. Dein Browser.'),
desc=_('Firefox fights for you.')
) %}
{{ download_firefox(dom_id='download-sticky', download_location='sticky cta', button_color='mzp-t-small') }}
{% endcall %}
{{ fxa_banner(
logo_title=_('Firefox'),
title=_('Dein Leben. <br>Deine Daten.'),
sub_title=_('Nimm Lesezeichen und Privatsphäre-Features mit auf jedes Gerät – mit deinem Firefox-Konto.'),
link_cta=_('Weitere Infos'),
)}}
{{ fxa_banner_sticky(
title=_('Firefox'),
sub_title=_('Dein Leben. Deine Daten.'),
link_cta=_('Weitere Infos'),
)}}
<div class="mozilla-content">
<div class="mzp-l-content mzp-t-mozilla">
<div class="mzp-l-card-hero">
{{ content_card('card_1') }}
{{ content_card('card_2') }}
{{ content_card('card_3') }}
{{ content_card('card_4') }}
{{ content_card('card_5') }}
</div>
{{ billboard(
title=_('Für Dich & das Internet. <br>Schon seit 1998.'),
ga_title='Für Dich & das Internet. Schon seit 1998.',
desc=_('Mozilla setzt sich für ein gesundes Internet ein – und damit für die Menschen, die es nutzen. Damals. Heute. Morgen.'),
link_cta=_('Erfahre mehr über Mozilla'),
link_url=url('mozorg.about.manifesto'),
image_url='home/2018/billboard-more-power.png',
include_highres_image=True
)}}
<div class="mzp-l-card-half">
{{ content_card('card_6') }}
{{ content_card('card_7') }}
</div>
{{ billboard(
title=_('Technologien des offenen Webs.'),
ga_title='Technologien des offenen Webs.',
desc=_('Virtual Reality, IoT und mehr.'),
link_cta=_('Entdecke das Web der Zukunft'),
link_url=url('mozorg.technology'),
image_url='home/2018/billboard-open-minds.png',
include_highres_image=True,
reverse=True
)}}
<div class="mzp-l-card-third">
{{ content_card('card_8') }}
{{ content_card('card_9') }}
{{ content_card('card_10') }}
{{ content_card('card_11') }}
{{ content_card('card_12') }}
{{ content_card('card_13') }}
</div>
<aside class="mzp-c-newsletter">
<div class="mzp-c-newsletter-image">
{{ high_res_img('home/2018/newsletter-graphic.png', {'alt': ''}) }}
</div>
<div class="newsletter-content">
{{ email_newsletter_form(
title=_('Du liebst das Internet?'),
subtitle=_('Hol dir den Firefox Newsletter und sorg mit uns zusammen dafür, dass das Web frei und offen für alle bleibt.'),
button_class='button-dark',
submit_text=_('Anmelden'),
protocol_component=True
)}}
</div>
</aside>
</div>
</div>{#-- /.mozilla-content --#}
{% call download_banner_secondary(
title=_('Unterstütze ein gesundes Internet, das nicht nur von einigen wenigen bestimmt wird.'),
sub_title=_('Wenn du mit Mozillas Firefox durchs Web surfst, ist der erste Schritt schon getan.')
) %}
{{ download_firefox(dom_id='download-secondary', download_location='secondary cta') }}
{% endcall %}
{% call call_out_compact(
title=_('Das Konto, das dich schützt, statt Profit mit dir zu machen.'),
desc=None,
class='fxaccount-secondary-cta mzp-t-product-firefox mzp-t-firefox mzp-t-dark',
heading_level=2
) %}
<a href="{{ url('firefox.accounts') }}" class="mzp-c-button mzp-t-secondary mzp-t-dark" id="fxa-learn-secondary">{{ _('Learn More') }}</a>
{% endcall %}
</main>
{% endblock %}
|
wayland_kbd/ffi/keysyms/constant.XKB_KEY_braille_dots_23478.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_braille_dots_23478` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_braille_dots_23478">
<title>wayland_kbd::ffi::keysyms::XKB_KEY_braille_dots_23478 - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../../index.html'>wayland_kbd</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_braille_dots_23478', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../index.html'>wayland_kbd</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_braille_dots_23478</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-5927' class='srclink' href='../../../src/wayland_kbd/ffi/keysyms.rs.html#2312' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_braille_dots_23478: <a href='../../../std/primitive.u32.html'>u32</a><code> = </code><code>0x10028ce</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> |
servo/gl/StencilFuncSeparate/index.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `StencilFuncSeparate` mod in crate `servo`.">
<meta name="keywords" content="rust, rustlang, rust-lang, StencilFuncSeparate">
<title>servo::gl::StencilFuncSeparate - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../../index.html'>servo</a>::<wbr><a href='../index.html'>gl</a></p><script>window.sidebarCurrent = {name: 'StencilFuncSeparate', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content mod">
<h1 class='fqn'><span class='in-band'>Module <a href='../../index.html'>servo</a>::<wbr><a href='../index.html'>gl</a>::<wbr><a class='mod' href=''>StencilFuncSeparate</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-47648' class='srclink' href='../../../export/gleam/ffi/StencilFuncSeparate/index.html?gotosrc=47648' title='goto source code'>[src]</a></span></h1>
<h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2>
<table>
<tr class=' module-item'>
<td><a class='fn' href='fn.is_loaded.html'
title='servo::gl::StencilFuncSeparate::is_loaded'>is_loaded</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.load_with.html'
title='servo::gl::StencilFuncSeparate::load_with'>load_with</a></td>
<td class='docblock short'>
</td>
</tr>
</table></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "servo";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> |
wayland_kbd/ffi/keysyms/constant.XKB_KEY_Armenian_apostrophe.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_Armenian_apostrophe` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_Armenian_apostrophe">
<title>wayland_kbd::ffi::keysyms::XKB_KEY_Armenian_apostrophe - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../../index.html'>wayland_kbd</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_Armenian_apostrophe', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../index.html'>wayland_kbd</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_Armenian_apostrophe</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-4694' class='srclink' href='../../../src/wayland_kbd/ffi/keysyms.rs.html#1878' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_Armenian_apostrophe: <a href='../../../std/primitive.u32.html'>u32</a><code> = </code><code>0x100055a</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> |
16_10_3/dir_a569f725516f2a7872ef1c114e979284.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>platformAdaptor Directory Reference - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="16.10.3" name="legato-version"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src=""></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/index.html">Introduction</a><a class="navlink" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Legato Documentation</h2>
<nav class="secondary">
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">platformAdaptor Directory Reference</h1> </div>
</div><div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a>
Directories</h2></td></tr>
</table>
</div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
public/system/views/marker-window.html | foadnh/public-diary | <div>
<label>Title</label>
<input type="text" data-ng-model="parameter.title">
<label>Text</label>
<input type="text" data-ng-model="parameter.text">
</div>
|
libc/unix/fn.fchmodat.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `fchmodat` fn in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, fchmodat">
<title>libc::unix::fchmodat - Rust</title>
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a>
<p class='location'><a href='../index.html'>libc</a>::<wbr><a href='index.html'>unix</a></p><script>window.sidebarCurrent = {name: 'fchmodat', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>libc</a>::<wbr><a href='index.html'>unix</a>::<wbr><a class='fn' href=''>fchmodat</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-1922' class='srclink' href='../../src/libc/unix/notbsd/mod.rs.html#837-838' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe extern fn fchmodat(dirfd: <a class='type' href='../../libc/type.c_int.html' title='libc::c_int'>c_int</a>, pathname: <a class='primitive' href='../../std/primitive.pointer.html'>*const </a><a class='type' href='../../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html' title='libc::unix::notbsd::linux::other::b64::x86_64::c_char'>c_char</a>, mode: <a class='type' href='../../libc/unix/notbsd/linux/type.mode_t.html' title='libc::unix::notbsd::linux::mode_t'>mode_t</a>, flags: <a class='type' href='../../libc/type.c_int.html' title='libc::c_int'>c_int</a>) -> <a class='type' href='../../libc/type.c_int.html' title='libc::c_int'>c_int</a></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../";
window.currentCrate = "libc";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> |
x11/xlib/fn.XDeleteProperty.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XDeleteProperty` fn in crate `x11`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XDeleteProperty">
<title>x11::xlib::XDeleteProperty - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xlib</a></p><script>window.sidebarCurrent = {name: 'XDeleteProperty', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xlib</a>::<wbr><a class='fn' href=''>XDeleteProperty</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-14835' class='srclink' href='../../src/x11/link.rs.html#14' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe extern fn XDeleteProperty(_3: <a href='../../std/primitive.pointer.html'>*mut <a class='type' href='../../x11/xlib/type.Display.html' title='x11::xlib::Display'>Display</a></a>, _2: <a class='type' href='../../libc/types/os/arch/c95/type.c_ulong.html' title='libc::types::os::arch::c95::c_ulong'>c_ulong</a>, _1: <a class='type' href='../../libc/types/os/arch/c95/type.c_ulong.html' title='libc::types::os::arch::c95::c_ulong'>c_ulong</a>) -> <a class='type' href='../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "x11";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> |
17_06/toolsTarget_setNet.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>setNet - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="17.06.0" name="legato-version"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build_Apps_Tools.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a href="buildAppsConcepts.html">Concepts</a><a href="apiGuidesMain.html">API Guides</a><a class="link-selected" href="tools.html">Tools</a><a href="external_proj_mainpage.html">WiFi Plugin</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">setNet </h1> </div>
</div><div class="contents">
<div class="textblock"><p>Use the Set MAC Address tool to set your MAC address and optionally a static IP address.</p>
<p>The dev kit board Ethernet port doesn't have a permanent MAC address. Each time the target starts, a locally administered MAC address is generated. With DHCP, this will likely also cause your IP address to change. With a static IP address, the IP address won't change, but switching equipment may result in errors because the IP address is being used by a new target.</p>
<p>If you're confident editing the <code>/etc/network/interfaces</code> file (e.g., created some up/down rules for <code>eth0</code>), then you probably don't want to use <code>setNet</code> (it won't merge well). You can restore your <code>/etc/network/interfaces</code> file after running <code>setNet:</code> <code>/etc/network/interfaces</code> is renamed with a date and time suffix.</p>
<h1>Usage</h1>
<p><b><code> setNet [macrandom|macfixed] [dhcp|static] [address <address>] [netmask <netmask>] </code></b></p>
<p>Use <code>macfixed</code> to set the dev board to use the MAC provided at boot time, and continue to use DHCP for the IP address.</p>
<p>Use <code>static</code> to set a fixed MAC regardless of whether <code>macrandom</code> is provided (<code>setNet</code> <code>static</code> is equivalent to <code>setNet</code> <code>macfixed</code> <code>static</code>).</p>
<p>If logged in over <code>ssh</code>, close the session quickly as ssh tends to hang. Then run ssh like this: </p><pre class="fragment">ssh root@<ip address> 'setNet <commands>'
</pre><dl class="section note"><dt>Note</dt><dd><code>setNet</code> only supports IPv4 addresses at the moment. No address, gateway or netmask values validation is done.</dd></dl>
<p>To display usage, run </p><pre class="fragment">setNet --help </pre><hr/>
<p class="copyright">Copyright (C) Sierra Wireless Inc. </p>
</div></div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
gleam/gl/RasterPos2dv/index.html | susaing/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `RasterPos2dv` mod in crate `gleam`.">
<meta name="keywords" content="rust, rustlang, rust-lang, RasterPos2dv">
<title>gleam::gl::RasterPos2dv - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../../index.html'>gleam</a>::<wbr><a href='../index.html'>gl</a></p><script>window.sidebarCurrent = {name: 'RasterPos2dv', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content mod">
<h1 class='fqn'><span class='in-band'>Module <a href='../../index.html'>gleam</a>::<wbr><a href='../index.html'>gl</a>::<wbr><a class='mod' href=''>RasterPos2dv</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-45169' class='srclink' href='../../../src/gleam///home/servo/buildbot/slave/doc/build/target/debug/build/gleam-9662459d59abad25/out/gl_bindings.rs.html#14998-15014' title='goto source code'>[src]</a></span></h1>
<h2 id='reexports' class='section-header'><a href="#reexports">Reexports</a></h2>
<table><tr><td><code>use std::prelude::<a class='mod' href='../../../std/prelude/v1/index.html' title='std::prelude::v1'>v1</a>::*;</code></td></tr><tr><td><code>use super::{<a class='mod' href='../../../gleam/gl/storage/index.html' title='gleam::gl::storage'>storage</a>, <a class='fn' href='../../../gleam/gl/fn.metaloadfn.html' title='gleam::gl::metaloadfn'>metaloadfn</a>};</code></td></tr><tr><td><code>use super::<a class='struct' href='../../../gleam/gl/struct.FnPtr.html' title='gleam::gl::FnPtr'>FnPtr</a>;</code></td></tr></table><h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2>
<table>
<tr class=' module-item'>
<td><a class='fn' href='fn.is_loaded.html'
title='gleam::gl::RasterPos2dv::is_loaded'>is_loaded</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.load_with.html'
title='gleam::gl::RasterPos2dv::load_with'>load_with</a></td>
<td class='docblock short'>
</td>
</tr>
</table></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div>
<div class="shortcuts">
<h1>Keyboard Shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search Tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "gleam";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> |
tests/wpt/web-platform-tests/referrer-policy/gen/iframe.meta/origin-when-cross-origin/fetch/cross-https.no-redirect.http.html | UK992/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec referrer-policy/` -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'</title>
<meta charset='utf-8'>
<meta name="description" content="Check that cross-origin subresources get the origin portion of the referrer URL and same-origin get the stripped referrer URL.">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-origin-when-cross-origin">
<meta name="assert" content="Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.">
<meta name="referrer" content="no-referrer">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.sub.js"></script>
<script src="../../../../generic/test-case.sub.js"></script>
</head>
<body>
<script>
TestCase(
{
"expectation": "origin",
"origin": "cross-https",
"redirection": "no-redirect",
"source_context_list": [
{
"policyDeliveries": [
{
"deliveryType": "meta",
"key": "referrerPolicy",
"value": "origin-when-cross-origin"
}
],
"sourceContextType": "iframe"
}
],
"source_scheme": "http",
"subresource": "fetch",
"subresource_policy_deliveries": []
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
wayland_kbd/ffi/keysyms/constant.XKB_KEY_R.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_R` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_R">
<title>wayland_kbd::ffi::keysyms::XKB_KEY_R - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../../index.html'>wayland_kbd</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_R', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../index.html'>wayland_kbd</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_R</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-409' class='srclink' href='../../../src/wayland_kbd/ffi/keysyms.rs.html#594' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_R: <a class='primitive' href='../../../std/primitive.u32.html'>u32</a><code> = </code><code>82</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script defer src="../../../search-index.js"></script>
</body>
</html> |
x11_dl/keysym/constant.XK_Imacron.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XK_Imacron` constant in crate `x11_dl`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XK_Imacron">
<title>x11_dl::keysym::XK_Imacron - Rust</title>
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../index.html'>x11_dl</a>::<wbr><a href='index.html'>keysym</a></p><script>window.sidebarCurrent = {name: 'XK_Imacron', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>x11_dl</a>::<wbr><a href='index.html'>keysym</a>::<wbr><a class='constant' href=''>XK_Imacron</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-896' class='srclink' href='../../src/x11_dl/keysym.rs.html#467' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XK_Imacron: <a class='type' href='../../std/os/raw/type.c_uint.html' title='std::os::raw::c_uint'>c_uint</a><code> = </code><code>975</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../";
window.currentCrate = "x11_dl";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> |
16_10_3/le__wifi_defs__interface_8h.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>le_wifiDefs_interface.h File Reference - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="16.10.3" name="legato-version"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build_Apps_API_Guides.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/index.html">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a href="buildAppsConcepts.html">Concepts</a><a class="link-selected" href="apiGuidesMain.html">API Guides</a><a href="tools.html">Tools</a><a href="external_proj_mainpage.html">WiFi Plugin</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="summary">
<a href="#define-members">Macros</a> </div>
<div class="headertitle">
<h1 class="title">le_wifiDefs_interface.h File Reference</h1> </div>
</div><div class="contents">
<div class="textblock"><code>#include "<a class="el" href="legato_8h_source.html">legato.h</a>"</code><br/>
</div>
<p><a href="le__wifi_defs__interface_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:a35e249f6f9f76e740b3be50b51f08d1e"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a35e249f6f9f76e740b3be50b51f08d1e">LE_WIFIDEFS_MAX_IP_LENGTH</a> 15</td></tr>
<tr class="separator:a35e249f6f9f76e740b3be50b51f08d1e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a198fba586d0a336f80f41278ea657172"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a198fba586d0a336f80f41278ea657172">LE_WIFIDEFS_MIN_CHANNEL_VALUE</a> 1</td></tr>
<tr class="separator:a198fba586d0a336f80f41278ea657172"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5f33d9765b8b0c2243e261ddb038ada7"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a5f33d9765b8b0c2243e261ddb038ada7">LE_WIFIDEFS_MAX_CHANNEL_VALUE</a> 14</td></tr>
<tr class="separator:a5f33d9765b8b0c2243e261ddb038ada7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af172d482e4ae897d7b98f6e7a6bdd338"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#af172d482e4ae897d7b98f6e7a6bdd338">LE_WIFIDEFS_MAX_WEPKEY_LENGTH</a> 63</td></tr>
<tr class="separator:af172d482e4ae897d7b98f6e7a6bdd338"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1ab4c80e50d3738db0f6a43bbb5c4d29"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a1ab4c80e50d3738db0f6a43bbb5c4d29">LE_WIFIDEFS_MAX_WEPKEY_BYTES</a> 64</td></tr>
<tr class="separator:a1ab4c80e50d3738db0f6a43bbb5c4d29"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a40a94c738d2d4a432ad4891331fe8b22"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a40a94c738d2d4a432ad4891331fe8b22">LE_WIFIDEFS_MIN_PASSPHRASE_LENGTH</a> 8</td></tr>
<tr class="separator:a40a94c738d2d4a432ad4891331fe8b22"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a76e422c7a30aa09d003e6198411a2719"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a76e422c7a30aa09d003e6198411a2719">LE_WIFIDEFS_MAX_PASSPHRASE_LENGTH</a> 63</td></tr>
<tr class="separator:a76e422c7a30aa09d003e6198411a2719"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa9249c1a7ad61484f5ce85b58c86beff"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#aa9249c1a7ad61484f5ce85b58c86beff">LE_WIFIDEFS_MAX_PASSPHRASE_BYTES</a> 64</td></tr>
<tr class="separator:aa9249c1a7ad61484f5ce85b58c86beff"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acde7a49cede46c27233e1563e0451c71"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#acde7a49cede46c27233e1563e0451c71">LE_WIFIDEFS_MAX_PSK_LENGTH</a> 64</td></tr>
<tr class="separator:acde7a49cede46c27233e1563e0451c71"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a857a627e42baa75acc46d07c557ebd16"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a857a627e42baa75acc46d07c557ebd16">LE_WIFIDEFS_MAX_PSK_BYTES</a> 65</td></tr>
<tr class="separator:a857a627e42baa75acc46d07c557ebd16"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1bfe8dd7fd12cd4ad418c0c20b869c63"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a1bfe8dd7fd12cd4ad418c0c20b869c63">LE_WIFIDEFS_MAX_USERNAME_LENGTH</a> 63</td></tr>
<tr class="separator:a1bfe8dd7fd12cd4ad418c0c20b869c63"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a21e2c2c7083f695c87924417da0e93e8"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a21e2c2c7083f695c87924417da0e93e8">LE_WIFIDEFS_MAX_USERNAME_BYTES</a> 64</td></tr>
<tr class="separator:a21e2c2c7083f695c87924417da0e93e8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7a7997b71daf8cf4940c6b440e83881b"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a7a7997b71daf8cf4940c6b440e83881b">LE_WIFIDEFS_MAX_PASSWORD_LENGTH</a> 130</td></tr>
<tr class="separator:a7a7997b71daf8cf4940c6b440e83881b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a12dd4a338f0754fd396c04d7359ff152"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a12dd4a338f0754fd396c04d7359ff152">LE_WIFIDEFS_MAX_PASSWORD_BYTES</a> 131</td></tr>
<tr class="separator:a12dd4a338f0754fd396c04d7359ff152"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a72523f9ded6c26bf0571246c5664cea2"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a72523f9ded6c26bf0571246c5664cea2">LE_WIFIDEFS_MIN_SSID_LENGTH</a> 1</td></tr>
<tr class="separator:a72523f9ded6c26bf0571246c5664cea2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a9e8c4e1ee23a824c30005ac1af95fbb1"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#a9e8c4e1ee23a824c30005ac1af95fbb1">LE_WIFIDEFS_MAX_SSID_LENGTH</a> 32</td></tr>
<tr class="separator:a9e8c4e1ee23a824c30005ac1af95fbb1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abba88ade60f4a8508fd8a1db0e1f9bc0"><td align="right" class="memItemLeft" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="le__wifi_defs__interface_8h.html#abba88ade60f4a8508fd8a1db0e1f9bc0">LE_WIFIDEFS_MAX_SSID_BYTES</a> 33</td></tr>
<tr class="separator:abba88ade60f4a8508fd8a1db0e1f9bc0"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a id="details" name="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Definition file common to multiple wifi related services.</p>
<p class="copyright">Copyright (C) Sierra Wireless Inc. Use of this work is subject to license. </p>
</div><h2 class="groupheader">Macro Definition Documentation</h2>
<a class="anchor" id="a5f33d9765b8b0c2243e261ddb038ada7"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_CHANNEL_VALUE 14</td>
</tr>
</table>
</div><div class="memdoc">
<p>The last WiFi channel. </p><dl class="section note"><dt>Note</dt><dd>This is only valid for 2,4 GHz WiFi frequencies. </dd></dl>
</div>
</div>
<a class="anchor" id="a35e249f6f9f76e740b3be50b51f08d1e"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_IP_LENGTH 15</td>
</tr>
</table>
</div><div class="memdoc">
<p>The maximum length of the textual representation of an IP address. </p>
</div>
</div>
<a class="anchor" id="aa9249c1a7ad61484f5ce85b58c86beff"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_PASSPHRASE_BYTES 64</td>
</tr>
</table>
</div><div class="memdoc">
<p>Maximum length of PSK, Pre Shared Key. One extra byte is added for the null character. </p>
</div>
</div>
<a class="anchor" id="a76e422c7a30aa09d003e6198411a2719"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_PASSPHRASE_LENGTH 63</td>
</tr>
</table>
</div><div class="memdoc">
<p>The maximum length of the pass-phrase used to generate PSK is 63 bytes. See 802.11-2007: H4.2. </p>
</div>
</div>
<a class="anchor" id="a12dd4a338f0754fd396c04d7359ff152"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_PASSWORD_BYTES 131</td>
</tr>
</table>
</div><div class="memdoc">
<p>Maximum length of the User-Name. One extra byte is added for the null character. </p>
</div>
</div>
<a class="anchor" id="a7a7997b71daf8cf4940c6b440e83881b"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_PASSWORD_LENGTH 130</td>
</tr>
</table>
</div><div class="memdoc">
<p>Maximum length of the User-Name. RFC2865 recommends at least 130. </p>
</div>
</div>
<a class="anchor" id="a857a627e42baa75acc46d07c557ebd16"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_PSK_BYTES 65</td>
</tr>
</table>
</div><div class="memdoc">
<p>Maximum length of PSK, Pre Shared Key. One extra byte is added for the null character. </p>
</div>
</div>
<a class="anchor" id="acde7a49cede46c27233e1563e0451c71"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_PSK_LENGTH 64</td>
</tr>
</table>
</div><div class="memdoc">
<p>The length of the PSK, Pre Shared Key, is 64 bytes. See 802.11-2007: H4.2. </p>
</div>
</div>
<a class="anchor" id="abba88ade60f4a8508fd8a1db0e1f9bc0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_SSID_BYTES 33</td>
</tr>
</table>
</div><div class="memdoc">
<p>The maximum length of octets of the Service set identification (SSID). </p><dl class="section note"><dt>Note</dt><dd>While the values are probably human readable, this is not a string. </dd></dl>
</div>
</div>
<a class="anchor" id="a9e8c4e1ee23a824c30005ac1af95fbb1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_SSID_LENGTH 32</td>
</tr>
</table>
</div><div class="memdoc">
<p>The maximum length of octets of the Service set identification (SSID). </p><dl class="section note"><dt>Note</dt><dd>While the values are probably human readable, this is not a string. </dd></dl>
</div>
</div>
<a class="anchor" id="a21e2c2c7083f695c87924417da0e93e8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_USERNAME_BYTES 64</td>
</tr>
</table>
</div><div class="memdoc">
<p>Maximum length of the User-Name. One extra byte is added for the null character. </p>
</div>
</div>
<a class="anchor" id="a1bfe8dd7fd12cd4ad418c0c20b869c63"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_USERNAME_LENGTH 63</td>
</tr>
</table>
</div><div class="memdoc">
<p>Maximum length of the User-Name. RFC2865 recommends the ability to handle at least 63 octets. </p>
</div>
</div>
<a class="anchor" id="a1ab4c80e50d3738db0f6a43bbb5c4d29"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_WEPKEY_BYTES 64</td>
</tr>
</table>
</div><div class="memdoc">
<p>The maximum number of bytes of the wep key One extra byte is added for the null character. </p>
</div>
</div>
<a class="anchor" id="af172d482e4ae897d7b98f6e7a6bdd338"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MAX_WEPKEY_LENGTH 63</td>
</tr>
</table>
</div><div class="memdoc">
<p>The maximum length of the wep key. </p>
</div>
</div>
<a class="anchor" id="a198fba586d0a336f80f41278ea657172"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MIN_CHANNEL_VALUE 1</td>
</tr>
</table>
</div><div class="memdoc">
<p>The first WiFi channel. </p><dl class="section note"><dt>Note</dt><dd>This is only valid for 2,4 GHz WiFi frequencies. </dd></dl>
</div>
</div>
<a class="anchor" id="a40a94c738d2d4a432ad4891331fe8b22"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MIN_PASSPHRASE_LENGTH 8</td>
</tr>
</table>
</div><div class="memdoc">
<p>The minimum length of the pass-phrase used to generate PSK is 8 bytes. See 802.11-2007: H4.2. </p>
</div>
</div>
<a class="anchor" id="a72523f9ded6c26bf0571246c5664cea2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define LE_WIFIDEFS_MIN_SSID_LENGTH 1</td>
</tr>
</table>
</div><div class="memdoc">
<p>The minimum length of octets of the Service set identification (SSID). </p><dl class="section note"><dt>Note</dt><dd>While the values are probably human readable, this is not a string. </dd></dl>
</div>
</div>
</div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
tests/wpt/web-platform-tests/html/cross-origin-embedder-policy/require-corp-about-blank.html | DominoTree/servo | <script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script>
promise_test(t => {
return new Promise(resolve => {
window.addEventListener("DOMContentLoaded", resolve);
});
}, "Wait for the DOM to be built.");
promise_test(async t => {
let iframe = document.createElement("iframe");
let iframe_loaded = new Promise(resolve => iframe.onload = resolve);
iframe.src = "about:blank";
document.body.appendChild(iframe);
// The about:blank document can load.
await iframe_loaded;
assert_not_equals(iframe.contentDocument, null);
t.done();
}, "about:blank can always be embedded by a 'require-corp' document");
promise_test(async t => {
let iframe_C = document.createElement("iframe");
let iframe_B = document.createElement("iframe");
iframe_B.src = "about:blank";
iframe_C.src = "/common/blank.html";
let iframe_B_loaded = new Promise(resolve => iframe_B.onload = resolve);
let iframe_C_loaded = new Promise(resolve => iframe_C.onload = resolve);
document.body.appendChild(iframe_B);
// The about:blank frame must be able to load.
await iframe_B_loaded;
assert_not_equals(iframe_B.contentDocument, null);
iframe_B.contentDocument.body.appendChild(iframe_C);
// The document nested under about:blank must not load because it does not
// specify the Cross-Origin-Embedder-Policy: require-corp header.
// An error page must be displayed instead.
await iframe_C_loaded;
assert_equals(iframe_C.contentDocument, null);
t.done();
}, "A(B(C)) A=require-corp, B=about:blank, C=no-require-corp => C can't load");
</script>
|
libc/unix/notbsd/fn.shmdt.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `shmdt` fn in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, shmdt">
<title>libc::unix::notbsd::shmdt - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a>
<p class='location'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>unix</a>::<wbr><a href='index.html'>notbsd</a></p><script>window.sidebarCurrent = {name: 'shmdt', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>unix</a>::<wbr><a href='index.html'>notbsd</a>::<wbr><a class='fn' href=''>shmdt</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-2429' class='srclink' href='../../../src/libc/unix/notbsd/linux/mod.rs.html#489' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe extern fn shmdt(shmaddr: <a class='primitive' href='../../../std/primitive.pointer.html'>*const </a><a class='enum' href='../../../libc/enum.c_void.html' title='libc::c_void'>c_void</a>) -> <a class='type' href='../../../libc/type.c_int.html' title='libc::c_int'>c_int</a></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../";
window.currentCrate = "libc";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script defer src="../../../search-index.js"></script>
</body>
</html> |
script/dom/bindings/codegen/Bindings/WebGLRenderingContextBinding/WebGLRenderingContextConstants/constant.ONE_MINUS_SRC_ALPHA.html | servo/doc.servo.org | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `ONE_MINUS_SRC_ALPHA` constant in crate `script`.">
<meta name="keywords" content="rust, rustlang, rust-lang, ONE_MINUS_SRC_ALPHA">
<title>script::dom::bindings::codegen::Bindings::WebGLRenderingContextBinding::WebGLRenderingContextConstants::ONE_MINUS_SRC_ALPHA - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../../../../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../../../../../../index.html'>script</a>::<wbr><a href='../../../../../index.html'>dom</a>::<wbr><a href='../../../../index.html'>bindings</a>::<wbr><a href='../../../index.html'>codegen</a>::<wbr><a href='../../index.html'>Bindings</a>::<wbr><a href='../index.html'>WebGLRenderingContextBinding</a>::<wbr><a href='index.html'>WebGLRenderingContextConstants</a></p><script>window.sidebarCurrent = {name: 'ONE_MINUS_SRC_ALPHA', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../../../../../index.html'>script</a>::<wbr><a href='../../../../../index.html'>dom</a>::<wbr><a href='../../../../index.html'>bindings</a>::<wbr><a href='../../../index.html'>codegen</a>::<wbr><a href='../../index.html'>Bindings</a>::<wbr><a href='../index.html'>WebGLRenderingContextBinding</a>::<wbr><a href='index.html'>WebGLRenderingContextConstants</a>::<wbr><a class='constant' href=''>ONE_MINUS_SRC_ALPHA</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-87681' class='srclink' href='../../../../../../../src/script/home/servo/buildbot/slave/doc/build/target/debug/build/script-4d3bb93218cab884/out/Bindings/WebGLRenderingContextBinding.rs.html#7505' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const ONE_MINUS_SRC_ALPHA: <a class='primitive' href='../../../../../../../std/primitive.u32.html'>u32</a><code> = </code><code>771</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../../../../";
window.currentCrate = "script";
window.playgroundUrl = "";
</script>
<script src="../../../../../../../jquery.js"></script>
<script src="../../../../../../../main.js"></script>
<script defer src="../../../../../../../search-index.js"></script>
</body>
</html> |
static/css/customization.css | neuromat/nira | #content ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#content ul li {
display: inline-block;
margin-right: 15px;
} |
html/post-shtikipedia.html | no2bio/m.no2bio.org | <!DOCTYPE html>
<html>
<head>
<title>m.No2Bio - שטיקיפדיה</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.rtl.min.css" rel="stylesheet" media="screen">
<!--
<style type="text/css">
body { padding-top: 50px; }
</style>
-->
</head>
<body>
<!-- Wrap all page content here -->
<div id="wrap" dir="rtl">
<!-- Fixed navbar -->
<div class="navbar navbar-default" role="nagivation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#top-collapse-menu">
<!-- <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=".">m.No2Bio.org</a>
</div>
<div id="top-collapse-menu" class="collapse nav-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">בית</a></li>
<li class="dropdown">
<a data-toggle="dropdown" href="#">לשאול<b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="post-the-problem.html">מה הבעיה?</a></li>
<li><a href="post-foreigners.html">אם אסע לארה”ב, יוכנסו נתוני הביומטריים למאגר שלהם. מה ההבדל?</a></li>
<li><a href="post-teenagers.html">ביה”ס יכול להכריח אותי?</a></li>
<li><a href="post-will-it-be-protected.html">האם המאגר הביומטרי יהיה מוגן בפני עבריינים?</a></li>
<li><a href="post-catching-criminal.html">האם המאגר הביומטרי יקל על לכידת פושעים?</a></li>
<li><a href="post-mfaq.html">ואם כבר נתתי את טביעת האצבע?</a></li>
<li><a href="post-costs.html">כמה זה עולה לנו?</a></li>
<li><a href="post-whats-it-to-me.html">למה זה נוגע לי?</a></li>
<li><a href="post-database-uses.html">למה ישמש המאגר?</a></li>
<li><a href="post-what-can-be-done.html">מה אנחנו יכולים לעשות?</a></li>
<li><a href="post-forgery-statistics.html">מה היקף תופעת הזיוף כיום?</a></li>
<li><a href="post-other-countries.html">מה המצב במדינות אחרות?</a></li>
<li><a href="post-what-are-the-dangers.html">מה הן הסכנות הטמונות באגירת מידע?</a></li>
<li><a href="post-what-is-bio-db.html">מהו מאגר ביומטרי?</a></li>
<li><a href="post-biometric-card.html">מהי תעודת זהות ביומטרית?</a></li>
</ul>
</li>
<li class="dropdown active">
<a data-toggle="dropdown" href="#">לדעת<b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="post-know-more.html">זה שאינו יודע לשאול ישלם ביוקר</a></li>
<li><a href="post-relevant-big-brother.html">Большой брат смотрит на тебя</a></li>
<li><a href="post-pilot-knesset-protocol.html">איך לא עושים פיילוט</a></li>
<li><a href="post-mevaker.html">דו”ח מבקר המדינה 2010</a></li>
<li><a href="post-bagatz.html">הבג”צ נגד המאגר הביומטרי</a></li>
<li><a href="post-doron-ofek-jewish.html">הפתרון היהודי לבעיית המאגר</a></li>
<li><a href="post-mfaq.html">ואם כבר נתתי את טביעת האצבע?</a></li>
<li><a href="post-other-countries.html">מה המצב במדינות אחרות?</a></li>
<li><a href="post-cardboard-safe.html">משל כספת הקרטון</a></li>
<li><a href="post-doron-ofek-democracy.html">שהדמוקרטיה לא תעלה לכם לראש</a></li>
<li class="active"><a href="post-shtikipedia.html">שטיקיפדיה</a></li>
<li><a href="post-current-status.html">תמונת מצב</a></li>
</ul>
</li>
<li class="dropdown">
<a data-toggle="dropdown" href="#">לעשות<b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="post-you-can-influence.html">אתם יכולים להשפיע</a></li>
<li><a href="post-dont-give-the-finger.html">אל תתנו להם אצבע!</a></li>
<li><a href="post-bill-to-cancel-bio-db.html">הצביעו בעד החוק לביטול המאגר</a></li>
<li><a href="post-petition.html">חיתמו על העצומה</a></li>
<li><a href="post-webmasters.html">יש לכם אתר?</a></li>
<li><a href="post-brand_use_cc.html">להטמיע את הקמפיין</a></li>
<li><a href="post-music.html">מוזיקה באווירה ביומטרית</a></li>
<li><a href="post-poster-finger.html">פוסטר/שבלונה: לא עשו אותי באצבע</a></li>
<li><a href="post-flier.html">⎙ הדפיסו פלאיירים</a></li>
<li><a href="post-sucker-sticker.html">⎙ סטיקר “יצאת פראייר”</a></li>
<li><a href="post-sefach.html">⎙ ספח מחאה לת.ז. ישנה</a></li>
<li><a href="post-smbc-comics-nothing-to-hide.html">⎙ קומיקס להדפסה</a></li>
</ul>
</li>
<li class="dropdown">
<a data-toggle="dropdown" href="#">מחאה באקדמיה<b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="post-letters-to-knesset.html">מכתבי המדענים והאקדמאים</a></li>
<li><a href="post-eli-biham.html">פרופ’ אלי ביהם</a></li>
<li><a href="post-amir-hertzberg.html">פרופ’ אמיר הרצברג</a></li>
<li><a href="post-jerome-bordon.html">פרופ’ ג’רום בורדון</a></li>
<li><a href="post-dani-dolev.html">פרופ’ דני דולב</a></li>
<li><a href="post-omer-reingold.html">פרופ’ עומר ריינגולד</a></li>
<li><a href="post-karine-nahon.html">פרופ’ קרין נהון</a></li>
</ul>
</li>
<li class="dropdown">
<a data-toggle="dropdown" href="#">דיווחים<b class="caret"></b></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="updates.html">עדכוני נו2ביו</a></li>
<li><a href="bloggers.html">דעות ברשת</a></li>
</ul>
</li>
<li><a href="contact.html">צרו קשר</a></li>
</ul>
<ul class="nav navbar-nav pull-right">
<li><a target="_blank" href="https://twitter.com/no2bio">טוויטר</a></li>
<li><a target="_blank" href="https://facebook.com/no2bio">פייסוש</a></li>
<li><a target="_blank" href="https://youtube.com/no2bioisrael">יוטיוב</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Begin page content -->
<div class="container">
<div class="page-header text-center">
<h2>שטיקיפדיה</h2>
</div>
<div class="row">
<div class="col-12">
<div id=":2nn">
<div id=":2no">
<div dir="ltr">
<div dir="ltr">
<div dir="rtl">
<p dir="RTL" align="RIGHT">מאז תחילת הניסוי במאגר הביומטרי (יולי 2013) מריץ משרד הפנים קמפיין שקרי ומלא הטעיות במטרה לשכנע את הציבור למסור נתונים ביומטריים ולהיכנס למאגר. מאחר שהצורך במאגר הוא עניין שנוי במחלוקת, מנסים מנהלי הקמפיין להשכיח מהציבור את העובדה שהתיעוד החכם ניתן אך ורק למי שמסכים שפרטיו ייכנסו למאגר.</p>
<p dir="RTL" align="RIGHT">פרויקט שטיקיפדיה מתעד ומתקן את ההטעיות וההשמטות באתר של רשות הגירה והאוכלוסין, המוקדש להסברים על התיעוד החכם. התוכן מגיע מאתר הרשות, ומעליו הוספנו הערות ותיקונים, כדי להפוך את התשובות של הרשות לנכונות יותר. כדי לראות את ההערות, לחצו על מה שמסומן בצהוב.</p>
<h3 dir="RTL" style="text-align: center;" align="RIGHT"><a href="http://is.gd/shtikipedia" target="_blank">http://is.gd/shtikipedia</a></h3>
<p style="text-align: center;"><a href="http://is.gd/shtikipedia" target="_blank"><img class="size-large wp-image-1421 aligncenter" alt="שטיקיפדיה" src="http://no2bio.org/wp-content/uploads/2013/10/no2bio-shtikipedia-1024x575.png" width="550" height="308" /></a></p>
<h3 dir="RTL" align="RIGHT"></h3>
<p dir="RTL" align="RIGHT">המערכת משתמשת בפלטפורמה של החברה הישראלית <a href="http://tomodo.com" target="_blank">tomodo</a>. התוכן מנוהל כפרויקט קוד פתוח <a href="http://thedod.github.io/reply2smartid/" target="_blank">כאן</a>.</p>
<div></div>
</div>
</div>
</div>
</div>
</div>
<div id=":2nc"></div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>
|
app/views/Index/test.html | isma91/isma_framework | <!DOCTYPE html>
<html lang="fr">
<head>
<title>Test with isma_framework</title>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Yay !! it works !!!" />
{% css:mui.min.css %}
{% css:materialize.min.css %}
{% js:jquery-2.1.4.min.js %}
{% js:mui.min.js %}
{% js:materialize.min.js %}
</head>
<body>
<div class="container">
<p>Some img here !!</p>
<p>{{ foo }}</p>
<p>{{ baz }}</p>
<p>{{ wesh }}</p>
<p>{{ b2o }}</p>
<table>
<caption>Some User !!</caption>
<tr>
<th>Firstname :</th>
<th>Lastname :</th>
<th>Login :</th>
<th>Birthdate :</th>
</tr>
{% for user in users %}
<tr>
<td>* {{ user.username }}</td>
<td>* {{ user.lastname }}</td>
<td>* {{ user.birthdate }}</td>
<td>* {{ user.firstname }}</td>
</tr>
{% else %}
No User found
{% endfor %}
</table>
{% for exemple in exemples %}
<p>* {{ exemple.a }}</p>
<p>* {{ exemple.b }}</p>
{% endfor %}
<p>{% img:src:confused.gif|alt:a confused people|id:john|class:image %}</p>
<p>{% img:src:3k.jpg|alt:mega big image|id:big_image|class:image %}</p>
</div>
</body>
</html> |
Ephesoft_Community_Release_4.0.2.0/javadocs/com/ephesoft/dcma/gwt/core/shared/util/package-tree.html | ungerik/ephesoft | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Fri Jul 10 16:43:03 IST 2015 -->
<title>com.ephesoft.dcma.gwt.core.shared.util Class Hierarchy</title>
<meta name="date" content="2015-07-10">
<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="com.ephesoft.dcma.gwt.core.shared.util Class Hierarchy";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../com/ephesoft/dcma/gwt/core/shared/listener/package-tree.html">Prev</a></li>
<li><a href="../../../../../../../com/ephesoft/dcma/heartbeat/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/ephesoft/dcma/gwt/core/shared/util/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package com.ephesoft.dcma.gwt.core.shared.util</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">com.ephesoft.dcma.gwt.core.shared.util.<a href="../../../../../../../com/ephesoft/dcma/gwt/core/shared/util/CollectionUtil.html" title="class in com.ephesoft.dcma.gwt.core.shared.util"><span class="strong">CollectionUtil</span></a></li>
<li type="circle">com.ephesoft.dcma.gwt.core.shared.util.<a href="../../../../../../../com/ephesoft/dcma/gwt/core/shared/util/DTOUtil.html" title="class in com.ephesoft.dcma.gwt.core.shared.util"><span class="strong">DTOUtil</span></a></li>
<li type="circle">com.ephesoft.dcma.gwt.core.shared.util.<a href="../../../../../../../com/ephesoft/dcma/gwt/core/shared/util/ParseUtil.html" title="class in com.ephesoft.dcma.gwt.core.shared.util"><span class="strong">ParseUtil</span></a></li>
<li type="circle">com.ephesoft.dcma.gwt.core.shared.util.<a href="../../../../../../../com/ephesoft/dcma/gwt/core/shared/util/ValidationUtil.html" title="class in com.ephesoft.dcma.gwt.core.shared.util"><span class="strong">ValidationUtil</span></a></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">com.ephesoft.dcma.gwt.core.shared.util.<a href="../../../../../../../com/ephesoft/dcma/gwt/core/shared/util/CollectionUtil.ListMutator.html" title="interface in com.ephesoft.dcma.gwt.core.shared.util"><span class="strong">CollectionUtil.ListMutator</span></a><T></li>
<li type="circle">com.ephesoft.dcma.gwt.core.shared.util.<a href="../../../../../../../com/ephesoft/dcma/gwt/core/shared/util/CollectionUtil.ListTransformer.html" title="interface in com.ephesoft.dcma.gwt.core.shared.util"><span class="strong">CollectionUtil.ListTransformer</span></a><T,R></li>
<li type="circle">com.ephesoft.dcma.gwt.core.shared.util.<a href="../../../../../../../com/ephesoft/dcma/gwt/core/shared/util/CollectionUtil.MapMutator.html" title="interface in com.ephesoft.dcma.gwt.core.shared.util"><span class="strong">CollectionUtil.MapMutator</span></a><K,V></li>
<li type="circle">com.ephesoft.dcma.gwt.core.shared.util.<a href="../../../../../../../com/ephesoft/dcma/gwt/core/shared/util/CollectionUtil.Predicate.html" title="interface in com.ephesoft.dcma.gwt.core.shared.util"><span class="strong">CollectionUtil.Predicate</span></a><T></li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../com/ephesoft/dcma/gwt/core/shared/listener/package-tree.html">Prev</a></li>
<li><a href="../../../../../../../com/ephesoft/dcma/heartbeat/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/ephesoft/dcma/gwt/core/shared/util/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
doc/html/structMfc-members.html | devlet/cinisis | <!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>IsisReader: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javaScript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.6.1 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<img id="MSearchSelect" src="search/search.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)"/>
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</div>
</li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>Mfc Member List</h1>This is the complete list of members for <a class="el" href="structMfc.html">Mfc</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><b>ctlm</b> (defined in <a class="el" href="structMfc.html">Mfc</a>)</td><td><a class="el" href="structMfc.html">Mfc</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>mfx1</b> (defined in <a class="el" href="structMfc.html">Mfc</a>)</td><td><a class="el" href="structMfc.html">Mfc</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>mfx2</b> (defined in <a class="el" href="structMfc.html">Mfc</a>)</td><td><a class="el" href="structMfc.html">Mfc</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>mfx3</b> (defined in <a class="el" href="structMfc.html">Mfc</a>)</td><td><a class="el" href="structMfc.html">Mfc</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>nmfb</b> (defined in <a class="el" href="structMfc.html">Mfc</a>)</td><td><a class="el" href="structMfc.html">Mfc</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>nmfn</b> (defined in <a class="el" href="structMfc.html">Mfc</a>)</td><td><a class="el" href="structMfc.html">Mfc</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>nmfp</b> (defined in <a class="el" href="structMfc.html">Mfc</a>)</td><td><a class="el" href="structMfc.html">Mfc</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>rcnt</b> (defined in <a class="el" href="structMfc.html">Mfc</a>)</td><td><a class="el" href="structMfc.html">Mfc</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>type</b> (defined in <a class="el" href="structMfc.html">Mfc</a>)</td><td><a class="el" href="structMfc.html">Mfc</a></td><td></td></tr>
</table></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"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Tue Mar 30 14:47:15 2010 for IsisReader by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|
ceaWeb/indices/a00720.html | jacintodavila/catalogoelectronicoautonomo | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/transitional.dtd">
<html><head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="estilos.css" />
<title> Indice de Pérez Luna, Enrique, como autor(a) en EDUCERE</title>
</head><body>
<div id="container">
<div id="pageHeader">
</div>
<div id="pageContehome">
<center><big><a href="../index.html">Indices EDUCERE</a><br></big></center>
<entry>
<number>
720 </number>
<results>
<authors>
"Pérez Luna, Enrique" </authors>
<results>
<div></div>
<h2 align="center">La frase: Pérez Luna, Enrique</h2>
<h3 align="center">Produjo 15 resultados</h3>
<table align="center" border="1" width="100%">
<tr><th>Relevancia</th><th>Archivo (URL implicito)</th><th>Tama�o (en Bytes)</th></tr>
<tr><td>1000</td><td><a href=".%2fpdfs%2fv17n56%2farticulo2.pdf">articulo2.pdf</a></td><td><em>179197</em></td></tr>
<tr><td>894</td><td><a href=".%2fpdfs%2fv17n57%2farticulo_14.pdf">articulo_14.pdf</a></td><td><em>368108</em></td></tr>
<tr><td>894</td><td><a href=".%2fpdfs%2fv12n43%2farticulo17.pdf">articulo17.pdf</a></td><td><em>915396</em></td></tr>
<tr><td>644</td><td><a href=".%2fpdfs%2fv12n42%2farticulo4.pdf">articulo4.pdf</a></td><td><em>585112</em></td></tr>
<tr><td>631</td><td><a href=".%2fpdfs%2fv10n35%2farticulo2.pdf">articulo2.pdf</a></td><td><em>586735</em></td></tr>
<tr><td>614</td><td><a href=".%2fpdfs%2fv15n52%2fpdf%2fart02.pdf">art02.pdf</a></td><td><em>3023946</em></td></tr>
<tr><td>542</td><td><a href=".%2fpdfs%2fv13n44%2farticulo17.pdf">articulo17.pdf</a></td><td><em>415354</em></td></tr>
<tr><td>499</td><td><a href=".%2fpdfs%2fv9n31%2fart6.pdf">art6.pdf</a></td><td><em>137251</em></td></tr>
<tr><td>474</td><td><a href=".%2fpdfs%2fv17n57%2farticulo_15.pdf">articulo_15.pdf</a></td><td><em>394574</em></td></tr>
<tr><td>466</td><td><a href=".%2fpdfs%2fv3n6%2farticulo3-6-8.pdf">articulo3-6-8.pdf</a></td><td><em>92638</em></td></tr>
<tr><td>402</td><td><a href=".%2fpdfs%2fv14n48%2fart13.pdf">art13.pdf</a></td><td><em>1206955</em></td></tr>
<tr><td>389</td><td><a href=".%2fpdfs%2fv6n17%2farticulo18.pdf">articulo18.pdf</a></td><td><em>363494</em></td></tr>
<tr><td>292</td><td><a href=".%2fpdfs%2fv11n37%2farticulo1.pdf">articulo1.pdf</a></td><td><em>420727</em></td></tr>
<tr><td>292</td><td><a href=".%2fpdfs%2fv12n43%2feditorial.pdf">editorial.pdf</a></td><td><em>352089</em></td></tr>
<tr><td>292</td><td><a href=".%2fpdfs%2fv12n41%2feditorial.pdf">editorial.pdf</a></td><td><em>471301</em></td></tr>
</table>
</results>
</entry>
</div>
<div id="footer"><p>EDUCERE. La Revista Venezolana de Educación Escuela de Educación. <br/>
Facultad de Humanidades y Educación Universidad de Los Andes,<br/>
Mérida - Venezuela<br/>
<br/>
<br/>
</p>
</div>
</div>
</body>
</html>
|
body-en.html | booktype/mPDF-examples | <html><body>
<htmlpagefooter name="footer-left" style="display:none">
<div style="text-align: left;">{PAGENO} Example footer</div>
</htmlpagefooter>
<htmlpagefooter name="footer-right" style="display:none">
<div style="text-align: right;">Example footer {PAGENO}</div>
</htmlpagefooter>
<sethtmlpagefooter name="footer-right" value="on" />
<tocentry level="0" content="Example Section"></tocentry>
<tocentry level="1" content="The Middle Ages"><bookmark content="The Middle Ages" /></tocentry><h1>The Middle Ages</h1>
<p>The Middle Ages was a period of approximately 1000 years of
history; generally accepted as spanning from the fall of the Roman
Empire (toward the end of the 5th century) to the Protestant
reformation in the 16th century. This period began with a
demographic downturn at the end of the Roman imperial era, with
European populations shrinking and many cities and rural estates
abandoned. A cooling climate, disease, and political disorder each
played a part in this opening period which saw Classical
Mediterranean civilization eclipsed. Across Europe, there emerged
smaller, more localized hybrid societies combining Roman, Christian
and Germanic or Celtic barbarian influences. By the 9th and 10th
centuries, populations had reached their minima, and Europe became
a largely rural and somewhat backward region. Commerce and learning
flourished in the Islamic world, China and India during this the
same period. Islamic armies conquered Spain during the 7th and 8th
centuries, but were defeated by the Frankish kingdom in 732 when
they attempted to enter France.</p>
<tocentry level="2" content="The turn of the first millennium"><bookmark content="The turn of the first millennium" /><h2>The turn of the first millennium</h2></tocentry>
<p>The turn of the first millennium saw renewed growth and
activity, as kings and cities consolidated their authority and
began to repopulate lands left empty by Rome's decline. Warmer
weather after 900 allowed more land to be brought into food
production. The feudal system of agriculture, where peasants were
tied to their estates by obligations to local lords or to the
church, provided a degree of economic stability. This was aided by
the arrival in Europe of the horse collar from Asia, which
increased crop yields by allowing plows to be drawn by horse,
rather than by slower oxen. Commercial towns flourished in England,
France and the Low Countries. German rulers dispatched monks and
peasants to clear forests and settle in Eastern Europe and the
Baltic regions. The city-states of northern Italy rose in wealth
and influence. Islamic Spain became a center of learning and
culture where Christians, Muslims and Jews coexisted in relative
amity. Despite many local wars and disputes between knights, the
High Middle Ages, from 1000-1250, saw growing populations and
prosperity enough to build great cathedrals and send European
armies abroad on crusades.</p>
<p>After 1250, demographic stagnation emerged. Population growth
slowed or stopped as the limits of medieval agriculture were
reached. Major conflicts between powerful kingdoms, such as the
Hundred Years' War between England and France, became more
frequent. The Christian church, previously secure in its spiritual
authority, was racked by schisms and increasing financial
corruption. The year 1348 saw a catastrophe as the virulent bubonic
plague (the "Black Death"), entered Italy, carried by ships from
Asia. It spread across the continent over three years killing, by
some estimates, one-third of all Europeans. Many believed it was
the end of the world foretold by Christian myth. Along with its
suffering, the plague wrought economic havoc, driving up the cost
of labor and making the old feudal system untenable, as surviving
peasants scorned its demands.</p>
<p>The following century and a half transformed Europe from a
patchwork of feudal fiefdoms, under loose royal and church control,
into a collection of newborn but increasingly unified national
states. Towns became centers of resistance and dissent to the old
royal and church authorities. Former noble and knightly influence
declined, and rulers realigned themselves toward the increasingly
wealthy and influential burgher and merchant classes. Emergence of
the printing press and spreading literacy, increased religious and
political conflict in many countries. By 1500, Christopher Columbus
had sailed across the ocean to the New World, and Martin Luther was
about to take much of Europe out of the orbit of the Roman church.
These developments opened the modern era of history, and brought
the Middle Ages to their true end.</p>
<p>A number of modern institutions have their roots in the Middle
Ages. The concept of nation-states with strong central governmental
power stems from the consolidation of powers by some kings of the
Middle Ages. These kings formed royal courts, appointed sheriffs,
formed royal armies, and began to collect taxes - all concepts
central to modern government. A leading example was the French
kingdom, ruled by the Capetian dynasty from 987 until the early
14th century. French provincial nobles and their castles and
knights were brought under effective royal control during this
time, and national unity benefited. Conversely Germany, which had
strong kings in the 10th and early 11th centuries, suffered a
series of political conflicts during the High Middle Ages between
rulers and the Church, which weakened national cohesion and
elevated regional lords to great influence.</p>
<p>During the Middle Ages, Kings originally called Parliaments to
explain their policies and ask for money. Parliaments at this time
represented the three collective estates - the clergy, nobles, and
merchants - not individuals.</p>
<p>The idea of limited government also arose, challenging the
traditional notion at the time that rulers were all-powerful (such
as a Roman emperor or an Egyptian pharaoh). The most substantial
occurrence was in 1215, when the nobles of England asserted their
rights against King John in the<i>Magna Carta</i>. In
addition, the notion of parliaments, as explained above, came into
existence, and the reciprocal nature of the feudal and manorial
contracts laid the most basic groundwork for the concept of the
social contract.</p>
<p>In addition, the formation of governmental bureaucracy began
during this time, as the royal councils of medieval kings evolved
into modern government departments.</p>
<p>Finally, the regulation of goods and services became
increasingly prominent during the Middle Ages, as guilds protected
the consumer from poor products.</p>
<p>Thinkers of the Renaissance and the Enlightenment tended to look
at the Middle Ages with scorn, but the Middle Ages were essential
in laying the groundwork for the times to come.</p>
<pagebreak />
<tocentry level="1" content="The Jet Ages"><bookmark content="The Jet Ages" /></tocentry><h1>The Jet Ages</h1>
<p>The Middle Ages was a period of approximately 1000 years of
history; generally accepted as spanning from the fall of the Roman
Empire (toward the end of the 5th century) to the Protestant
reformation in the 16th century. This period began with a
demographic downturn at the end of the Roman imperial era, with
European populations shrinking and many cities and rural estates
abandoned. A cooling climate, disease, and political disorder each
played a part in this opening period which saw Classical
Mediterranean civilization eclipsed. Across Europe, there emerged
smaller, more localized hybrid societies combining Roman, Christian
and Germanic or Celtic barbarian influences. By the 9th and 10th
centuries, populations had reached their minima, and Europe became
a largely rural and somewhat backward region. Commerce and learning
flourished in the Islamic world, China and India during this the
same period. Islamic armies conquered Spain during the 7th and 8th
centuries, but were defeated by the Frankish kingdom in 732 when
they attempted to enter France.</p>
<tocentry level="2" content="The turn of the second millennium"><bookmark content="The turn of the second millennium" /><h2>The turn of the second millennium</h2></tocentry>
<p>The turn of the first millennium saw renewed growth and
activity, as kings and cities consolidated their authority and
began to repopulate lands left empty by Rome's decline. Warmer
weather after 900 allowed more land to be brought into food
production. The feudal system of agriculture, where peasants were
tied to their estates by obligations to local lords or to the
church, provided a degree of economic stability. This was aided by
the arrival in Europe of the horse collar from Asia, which
increased crop yields by allowing plows to be drawn by horse,
rather than by slower oxen. Commercial towns flourished in England,
France and the Low Countries. German rulers dispatched monks and
peasants to clear forests and settle in Eastern Europe and the
Baltic regions. The city-states of northern Italy rose in wealth
and influence. Islamic Spain became a center of learning and
culture where Christians, Muslims and Jews coexisted in relative
amity. Despite many local wars and disputes between knights, the
High Middle Ages, from 1000-1250, saw growing populations and
prosperity enough to build great cathedrals and send European
armies abroad on crusades.</p>
<p>After 1250, demographic stagnation emerged. Population growth
slowed or stopped as the limits of medieval agriculture were
reached. Major conflicts between powerful kingdoms, such as the
Hundred Years' War between England and France, became more
frequent. The Christian church, previously secure in its spiritual
authority, was racked by schisms and increasing financial
corruption. The year 1348 saw a catastrophe as the virulent bubonic
plague (the "Black Death"), entered Italy, carried by ships from
Asia. It spread across the continent over three years killing, by
some estimates, one-third of all Europeans. Many believed it was
the end of the world foretold by Christian myth. Along with its
suffering, the plague wrought economic havoc, driving up the cost
of labor and making the old feudal system untenable, as surviving
peasants scorned its demands.</p>
<p>The following century and a half transformed Europe from a
patchwork of feudal fiefdoms, under loose royal and church control,
into a collection of newborn but increasingly unified national
states. Towns became centers of resistance and dissent to the old
royal and church authorities. Former noble and knightly influence
declined, and rulers realigned themselves toward the increasingly
wealthy and influential burgher and merchant classes. Emergence of
the printing press and spreading literacy, increased religious and
political conflict in many countries. By 1500, Christopher Columbus
had sailed across the ocean to the New World, and Martin Luther was
about to take much of Europe out of the orbit of the Roman church.
These developments opened the modern era of history, and brought
the Middle Ages to their true end.</p>
<p>A number of modern institutions have their roots in the Middle
Ages. The concept of nation-states with strong central governmental
power stems from the consolidation of powers by some kings of the
Middle Ages. These kings formed royal courts, appointed sheriffs,
formed royal armies, and began to collect taxes - all concepts
central to modern government. A leading example was the French
kingdom, ruled by the Capetian dynasty from 987 until the early
14th century. French provincial nobles and their castles and
knights were brought under effective royal control during this
time, and national unity benefited. Conversely Germany, which had
strong kings in the 10th and early 11th centuries, suffered a
series of political conflicts during the High Middle Ages between
rulers and the Church, which weakened national cohesion and
elevated regional lords to great influence.</p>
<p>During the Middle Ages, Kings originally called Parliaments to
explain their policies and ask for money. Parliaments at this time
represented the three collective estates - the clergy, nobles, and
merchants - not individuals.</p>
<p>The idea of limited government also arose, challenging the
traditional notion at the time that rulers were all-powerful (such
as a Roman emperor or an Egyptian pharaoh). The most substantial
occurrence was in 1215, when the nobles of England asserted their
rights against King John in the<i>Magna Carta</i>. In
addition, the notion of parliaments, as explained above, came into
existence, and the reciprocal nature of the feudal and manorial
contracts laid the most basic groundwork for the concept of the
social contract.</p>
<p>In addition, the formation of governmental bureaucracy began
during this time, as the royal councils of medieval kings evolved
into modern government departments.</p>
<p>Finally, the regulation of goods and services became
increasingly prominent during the Middle Ages, as guilds protected
the consumer from poor products.</p>
<p>Thinkers of the Renaissance and the Enlightenment tended to look
at the Middle Ages with scorn, but the Middle Ages were essential
in laying the groundwork for the times to come.</p>
<pagebreak />
<p>To buy more books like this, go to a book shop.</p>
</body></html>
|
doc/files/lib/project_rb.html | openlogic/ossdiscovery | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>File: project.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript">
// <![CDATA[
function popupCode( url ) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}
function toggleCode( id ) {
if ( document.getElementById )
elem = document.getElementById( id );
else if ( document.all )
elem = eval( "document.all." + id );
else
return false;
elemStyle = elem.style;
if ( elemStyle.display != "block" ) {
elemStyle.display = "block"
} else {
elemStyle.display = "none"
}
return true;
}
// Make codeblocks hidden by default
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
// ]]>
</script>
</head>
<body>
<div id="fileHeader">
<h1>project.rb</h1>
<table class="header-table">
<tr class="top-aligned-row">
<td><strong>Path:</strong></td>
<td>lib/project.rb
</td>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Wed Nov 28 11:06:23 -0700 2007</td>
</tr>
</table>
</div>
<!-- banner header -->
<div id="bodyContent">
<div id="contextContent">
<div id="requires-list">
<h3 class="section-bar">Required files</h3>
<div class="name-list">
set
package
</div>
</div>
</div>
</div>
<!-- if includes -->
<div id="section">
<!-- if method_list -->
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>
</body>
</html> |
taitale/src/main/webapp/ariane/test/js/taitale.samples/svg/tibco.html | echinopsii/net.echinopsii.ariane.community.core.mapping | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css" media="screen">
#rsr {
border: solid 3px #333;
background: #dddddd;
height: 800px;
max-height: 800px;
width: 800%;
max-width: 800%;
overflow: hidden;
}
</style>
<script data-main="../../../js/taitale.samples/svg/tibco.js" src="../../require/require.js"></script>
<title>Tibco logo</title>
</head>
<body>
<div id="rsr"/>
</body>
</html> |
Addon-Firefox/index.html | fariel/sugerencias-palabras-clave | <!DOCTYPE html>
<html>
<head>
<!--<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" src="jquery.tools.min.js"></script>
<link rel="stylesheet" type="text/css" href="tooltip.css"/>
<link rel="stylesheet" type="text/css" href="tabs-accordion.css"/>
<title>Sugerencias de Palabras Clave</title>
</head>
<body>
<table id="help" align="center" style="font-size: 13pt" color:black>
<tr>
<td><img src="img/search1.png"></td>
<td><b>Sugerencias</b></td>
<td><img title="Para copiar texto, primero seleccionar texto deseado y luego presionar Crl + C (Control + C)." src="img/ayudita.png"></td>
</tr>
</table>
<script>
// initialize tooltip width="20px" height="20px"
$("#help img[title]").tooltip({
// tweak the position
offset: [10, 2],
// use the "slide" effect
effect: 'slide'
// add dynamic plugin with optional configuration for bottom edge
}).dynamic({ bottom: { direction: 'down', bounce: true } });
</script>
<!-- activate tabs with JavaScript -->
<script>
$(function() {
$("#accordion").tabs(
"#accordion div.pane",
{tabs: 'h2', effect: 'slide', initialIndex: null}
);
});
</script>
<div id='accordion'>
<h2 style='font-size:9pt; color:black'><b>1° sugerencia: </b></h2><div class='pane' style='display:block'>
<h3 style='font-size:9pt; color:black'><b>Palabras clave: </b></h3> <p style='font-size:9pt; color:black' id="sug1"></p>
</div>
<h2 style='font-size:9pt; color:black'><b>2° sugerencia: </b></h2><div class='pane'>
<h3 style='font-size:9pt; color:black'><b>Palabras clave: </b></h3> <p style='font-size:9pt; color:black' id="sug2"></p>
</div>
<h2 style='font-size:9pt; color:black'><b>3° sugerencia: </b></h2><div class='pane'>
<h3 style='font-size:9pt; color:black'><b>Palabras clave: </b></h3> <p style='font-size:9pt; color:black' id="sug3"></p>
</div>
</div>
</body>
</html> |
html/functions_m.html | gayathery/amos | <!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.10"/>
<title>Req Tracker: Class Members</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="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="Logo_documentation.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Req Tracker
 <span id="projectnumber">0.9</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li class="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions.html#index_a"><span>a</span></a></li>
<li><a href="functions_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_l.html#index_l"><span>l</span></a></li>
<li class="current"><a href="functions_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_q.html#index_q"><span>q</span></a></li>
<li><a href="functions_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_w.html#index_w"><span>w</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="contents">
<div class="textblock">Here is a list of all class members with links to the classes they belong to:</div>
<h3><a class="anchor" id="index_m"></a>- m -</h3><ul>
<li>main()
: <a class="el" href="classde_1_1fau_1_1osr_1_1app_1_1_commit_file_listing_app.html#a9f768c7611ebfe25eae4e92b7bf8309c">de.fau.osr.app.CommitFileListingApp</a>
, <a class="el" href="classde_1_1fau_1_1osr_1_1app_1_1_commit_file_listing_for_requirements_app.html#a621d37ce6237421c194f343eae091a45">de.fau.osr.app.CommitFileListingForRequirementsApp</a>
, <a class="el" href="classde_1_1fau_1_1osr_1_1app_1_1_commit_requirements_list_app.html#a93763c71337cade29c034a1264b1363c">de.fau.osr.app.CommitRequirementsListApp</a>
, <a class="el" href="classde_1_1fau_1_1osr_1_1app_1_1_db_load_script.html#aa75a86dc91ecd31fe8289adc5e864db6">de.fau.osr.app.DbLoadScript</a>
, <a class="el" href="classde_1_1fau_1_1osr_1_1app_1_1_post_traceability_app.html#aa00ae38ceafbc965c144bc1d246d44b4">de.fau.osr.app.PostTraceabilityApp</a>
, <a class="el" href="classde_1_1fau_1_1osr_1_1app_1_1_requirement_listing_for_repository_file_app.html#a38207095d3a796230a91a26f78a50322">de.fau.osr.app.RequirementListingForRepositoryFileApp</a>
, <a class="el" href="classde_1_1fau_1_1osr_1_1app_1_1_show_code_lines_by_req_by_file_app.html#a9e6e05c57601af6eb778287705e0f12b">de.fau.osr.app.ShowCodeLinesByReqByFileApp</a>
, <a class="el" href="classde_1_1fau_1_1osr_1_1gui_1_1_application.html#a4ae52e84770bad64ead9c746b659b3c2">de.fau.osr.gui.Application</a>
, <a class="el" href="classde_1_1fau_1_1osr_1_1gui_1_1_view_1_1_traceability_matrix_by_impact_view_handler.html#af195e37bea99f546f25b0795d828aa0d">de.fau.osr.gui.View.TraceabilityMatrixByImpactViewHandler</a>
, <a class="el" href="classde_1_1fau_1_1osr_1_1gui_1_1_view_1_1_traceability_matrix_view_handler.html#a56115cc80442ef1ffa809412bd883d75">de.fau.osr.gui.View.TraceabilityMatrixViewHandler</a>
</li>
<li>MatrixIndex()
: <a class="el" href="classde_1_1fau_1_1osr_1_1util_1_1matrix_1_1_matrix_index.html#a80f14020bb671c67f7c663a1100fde9c">de.fau.osr.util.matrix.MatrixIndex</a>
</li>
<li>MatrixTableModel()
: <a class="el" href="classde_1_1fau_1_1osr_1_1gui_1_1util_1_1_matrix_table_model.html#a9b53841ae7c6372678297d2e1384b6de">de.fau.osr.gui.util.MatrixTableModel</a>
</li>
<li>MenuHandler()
: <a class="el" href="classde_1_1fau_1_1osr_1_1gui_1_1_view_1_1_element_handler_1_1_menu_handler.html#ab6f33191fcf9d6593a2c432ea7d676a1">de.fau.osr.gui.View.ElementHandler.MenuHandler</a>
</li>
<li>message
: <a class="el" href="classde_1_1fau_1_1osr_1_1gui_1_1_model_1_1_data_elements_1_1_commit.html#afd6905107c902dfca1bbfce64393941e">de.fau.osr.gui.Model.DataElements.Commit</a>
, <a class="el" href="classosr_1_1plugin_1_1ui_1_1utility_1_1_u_i_utility.html#ae2467271fb5b30d81cc14d4a46ce6ba9">osr.plugin.ui.utility.UIUtility</a>
</li>
<li>MODIFIED
: <a class="el" href="enumde_1_1fau_1_1osr_1_1core_1_1vcs_1_1base_1_1_commit_state.html#a7026cf4525fbbea852f99aee8aa480b3">de.fau.osr.core.vcs.base.CommitState</a>
</li>
<li>MultiSplitPane()
: <a class="el" href="classde_1_1fau_1_1osr_1_1gui_1_1_components_1_1_multi_split_pane.html#abee214da2bf759cf05b68b792a7bdcab">de.fau.osr.gui.Components.MultiSplitPane</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.10
</small></address>
</body>
</html>
|
rules/rgaa3-2016/src/test/resources/testcases/rgaa32016/Rgaa32016Rule060401/Rgaa32016.Test.06.04.01-1Passed-02.html | Tanaguru/Tanaguru | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa32016 Test.6.4.1 Passed 02</title>
</head>
<body>
<div>
<div class="test-detail" lang="fr"> Pour chaque page web, chaque
<a href="http://references.modernisation.gouv.fr/referentiel-technique-0#mLienIdentique">lien identique</a> de
<a href="http://references.modernisation.gouv.fr/referentiel-technique-0#mIntituleLien">type texte</a> a-t-il les mêmes fonction et destination ?
</div>
<a href="my-link.html" title="This is a link"> cliquez ici </a>
<a href="my-link.html" title="This is a link">cliquez ici</a>
<h1>Rgaa32016 Test.6.4.1 Passed 02</h1>
<a href="link2.htm" title="This is a link">CLIQUEZ ICI </a>
<p class="test-explanation">Passed : The page contains two identical links without context and with the same target</p>
</div>
</body>
</html> |
communityalmanac/public/js/theme/default/style.css | openplans/community-almanac | div.olMap {
z-index: 0;
padding: 0px!important;
margin: 0px!important;
}
div.olMapViewport {
text-align: left;
}
div.olLayerDiv {
-moz-user-select: none;
}
.olLayerGoogleCopyright {
left: 2px;
bottom: 2px;
}
.olLayerGooglePoweredBy {
left: 2px;
bottom: 15px;
}
.olControlAttribution {
font-size: smaller;
right: 3px;
bottom: 4.5em;
position: absolute;
display: block;
}
.olControlScale {
right: 3px;
bottom: 3em;
display: block;
position: absolute;
font-size: smaller;
}
.olControlScaleLine {
left: 10px;
bottom: 15px;
font-size: xx-small;
}
.olControlScaleLineBottom {
border: solid 2px black;
border-bottom: none;
margin-top:-2px;
text-align: center;
}
.olControlScaleLineTop {
border: solid 2px black;
border-top: none;
text-align: center;
}
.olControlPermalink {
right: 3px;
bottom: 1.5em;
display: block;
position: absolute;
font-size: smaller;
}
div.olControlMousePosition {
bottom: 0em;
right: 3px;
display: block;
position: absolute;
font-family: Arial;
font-size: smaller;
}
.olControlOverviewMapContainer {
position: absolute;
bottom: 0px;
right: 0px;
}
.olControlOverviewMapElement {
padding: 10px 18px 10px 10px;
background-color: #00008B;
-moz-border-radius: 1em 0 0 0;
}
.olControlOverviewMapMinimizeButton {
right: 0px;
bottom: 80px;
}
.olControlOverviewMapMaximizeButton {
right: 0px;
bottom: 80px;
}
.olControlOverviewMapExtentRectangle {
overflow: hidden;
background-image: url("img/blank.gif");
cursor: move;
border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
overflow: hidden;
cursor: move;
background-image: url("img/overview_replacement.gif");
background-repeat: no-repeat;
background-position: center;
}
.olLayerGeoRSSDescription {
float:left;
width:100%;
overflow:auto;
font-size:1.0em;
}
.olLayerGeoRSSClose {
float:right;
color:gray;
font-size:1.2em;
margin-right:6px;
font-family:sans-serif;
}
.olLayerGeoRSSTitle {
float:left;font-size:1.2em;
}
.olPopupContent {
padding:5px;
overflow: auto;
}
.olControlNavToolbar {
width:0px;
height:0px;
}
.olControlNavToolbar div {
display:block;
width: 28px;
height: 28px;
top: 300px;
left: 6px;
position: relative;
}
.olControlNavigationHistory {
background-image: url("img/navigation_history.png");
background-repeat: no-repeat;
width: 24px;
height: 24px;
}
.olControlNavigationHistoryPreviousItemActive {
background-position: 0px 0px;
}
.olControlNavigationHistoryPreviousItemInactive {
background-position: 0px -24px;
}
.olControlNavigationHistoryNextItemActive {
background-position: -24px 0px;
}
.olControlNavigationHistoryNextItemInactive {
background-position: -24px -24px;
}
.olControlNavToolbar .olControlNavigationItemActive {
background-image: url("img/panning-hand-on.png");
background-repeat: no-repeat;
}
.olControlNavToolbar .olControlNavigationItemInactive {
background-image: url("img/panning-hand-off.png");
background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemActive {
background-image: url("img/drag-rectangle-on.png");
background-color: orange;
background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
background-image: url("img/drag-rectangle-off.png");
background-repeat: no-repeat;
}
.olControlEditingToolbar {
float:right;
right: 0px;
height: 30px;
width: 200px;
}
.olControlEditingToolbar div {
background-image: url("img/editing_tool_bar.png");
background-repeat: no-repeat;
float:right;
width: 24px;
height: 24px;
margin: 5px;
}
.olControlEditingToolbar .olControlNavigationItemActive {
background-position: -103px -23px;
}
.olControlEditingToolbar .olControlNavigationItemInactive {
background-position: -103px -0px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
background-position: -77px -23px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
background-position: -77px -0px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
background-position: -51px 0px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
background-position: -51px -23px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
background-position: -26px 0px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
background-position: -26px -23px ;
}
.olControlSaveFeaturesItemActive {
background-image: url(img/save_features_on.png);
background-repeat: no-repeat;
background-position: 0px 1px;
}
.olControlSaveFeaturesItemInactive {
background-image: url(img/save_features_off.png);
background-repeat: no-repeat;
background-position: 0px 1px;
}
.olHandlerBoxZoomBox {
border: 2px solid red;
position: absolute;
background-color: white;
opacity: 0.50;
font-size: 1px;
filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
border: 2px solid blue;
position: absolute;
background-color: white;
opacity: 0.50;
font-size: 1px;
filter: alpha(opacity=50);
}
/*
* Due to current limitations in the OpenLayers code, you can only
* replace this image with another image which is 17px x 17px.
*/
.olPopupCloseBox {
background: url("img/close.gif") no-repeat;
cursor: pointer;
}
.olControlNoSelect {
-moz-user-select: none;
}
|
public/2016survey/assets/jqcloud.css | fiveplusone/turkopticon-rails-app | /* fonts */
div.jqcloud {
font-family: "proxima-nova-n4","proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif
font-size: 10px;
line-height: normal;
}
div.jqcloud a {
font-size: inherit;
text-decoration: none;
}
div.jqcloud span.w10 {font-size:550%;}
div.jqcloud span.w9 {font-size:500%;}
div.jqcloud span.w8 {font-size:450%;}
div.jqcloud span.w7 {font-size:400%;}
div.jqcloud span.w6 {font-size:350%;}
div.jqcloud span.w5 {font-size:300%;}
div.jqcloud span.w4 {font-size:250%;}
div.jqcloud span.w3 {font-size:200%;}
div.jqcloud span.w2 {font-size:150%;}
div.jqcloud span.w1 {font-size:100%;}
/* colors */
div.jqcloud {color:#3A8EA8;}
div.jqcloud a {color:#40A2C1;}
div.jqcloud a:hover {color:#3A8EA8;}
div.jqcloud span.w10 {opacity:1;}
div.jqcloud span.w9 {opacity:.9;}
div.jqcloud span.w8 {opacity:.8;}
div.jqcloud span.w7 {opacity:.7;}
div.jqcloud span.w6 {opacity:.6;}
div.jqcloud span.w5 {opacity:.5;}
div.jqcloud span.w4 {opacity:.4;}
div.jqcloud span.w3 {opacity:.3;}
div.jqcloud span.w2 {opacity:.2;}
div.jqcloud span.w1 {opacity:.1;}
/* layout */
div.jqcloud {
overflow:hidden;
position:relative;
}
div.jqcloud span:not(.linkish) {padding:0;display:inline-block;cursor:default;}
div.jqcloud a span {cursor:pointer;}
div.jqcloud a:hover span,
div.jqcloud span:hover {opacity:1;background:#FFFFFF;border-radius:3px;padding:0 6px;margin:0 0 0 -6px;box-shadow:0 0 .5em rgba(0,0,0,.35);z-index:15;color: #565656 !important;}
|
client/src/app/fields/isari-date/isari-date.component.css | SciencesPo/isari | isari-date {
position: relative;
}
.isari-input-wrapper {
display: inline-block;
position: relative;
}
.mat-menu {
position: absolute;
top: 40px;
left: 0;
z-index: 100000;
width: 340px;
background: #fff;
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
justify-content: space-between;
}
.date-header {
display: flex;
}
* {
min-width: inherit;
}
.mat-menu > span {
justify-content: space-around;
}
.calendar {
padding-left: 8px;
white-space: normal;
}
.calendar-years {
display:flex;
flex-wrap: wrap;
justify-content: space-around;
}
.calendar-years > button {
min-width: 88px;
}
.calendar-months {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.calendar-months > button {
width: 30%;
}
.remove-content {
text-align: left;
max-width: 24px;
height: 38px;
padding-left: 0px;
line-height: 38px;
}
.validate {
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
margin-bottom: 5px;
margin-top: 5px;
}
.validate > button {
width: 32px;
height: 32px;
padding: inherit;
padding-left: 6px;
padding-top: 6px;
margin-right: 0px;
display: flex;
flex-wrap: nowrap;
border-radius: 100%;
}
.validate > button > mat-icon{
color: #E6142D;
}
mat-icon {
color: #777;
font-size: 20px;
cursor: pointer;
text-align: center;
vertical-align: middle;
}
.mat-input-table {
width: 100%;
}
.recommended-field {
color: #777;
}
.mat-menu > span {
color: #E6142D;
}
mat-icon {
color: #E6142D;
}
.accessMonitoring {
cursor: pointer;
} |
Ephesoft_Community_Release_4.0.2.0/javadocs/com/ephesoft/gxt/core/client/ui/widget/util/package-use.html | ungerik/ephesoft | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Fri Jul 10 16:43:28 IST 2015 -->
<title>Uses of Package com.ephesoft.gxt.core.client.ui.widget.util</title>
<meta name="date" content="2015-07-10">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package com.ephesoft.gxt.core.client.ui.widget.util";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?com/ephesoft/gxt/core/client/ui/widget/util/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package com.ephesoft.gxt.core.client.ui.widget.util" class="title">Uses of Package<br>com.ephesoft.gxt.core.client.ui.widget.util</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/package-summary.html">com.ephesoft.gxt.core.client.ui.widget.util</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.ephesoft.gxt.batchinstance.client.view">com.ephesoft.gxt.batchinstance.client.view</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.ephesoft.gxt.core.client.ui.widget.util">com.ephesoft.gxt.core.client.ui.widget.util</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#com.ephesoft.gxt.home.client.view">com.ephesoft.gxt.home.client.view</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#com.ephesoft.gxt.uploadbatch.client.view">com.ephesoft.gxt.uploadbatch.client.view</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.ephesoft.gxt.batchinstance.client.view">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/package-summary.html">com.ephesoft.gxt.core.client.ui.widget.util</a> used by <a href="../../../../../../../../com/ephesoft/gxt/batchinstance/client/view/package-summary.html">com.ephesoft.gxt.batchinstance.client.view</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/PieChart.html#com.ephesoft.gxt.batchinstance.client.view">PieChart</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/StackedChart.html#com.ephesoft.gxt.batchinstance.client.view">StackedChart</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.ephesoft.gxt.core.client.ui.widget.util">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/package-summary.html">com.ephesoft.gxt.core.client.ui.widget.util</a> used by <a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/package-summary.html">com.ephesoft.gxt.core.client.ui.widget.util</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/BarChart.html#com.ephesoft.gxt.core.client.ui.widget.util">BarChart</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/CategoriesCollection.Category.html#com.ephesoft.gxt.core.client.ui.widget.util">CategoriesCollection.Category</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/CategoriesCollection.SubCategory.html#com.ephesoft.gxt.core.client.ui.widget.util">CategoriesCollection.SubCategory</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/GaugeChart.html#com.ephesoft.gxt.core.client.ui.widget.util">GaugeChart</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/GraphOrientation.html#com.ephesoft.gxt.core.client.ui.widget.util">GraphOrientation</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/GraphUtil.CategorisedDataPropertyAccess.html#com.ephesoft.gxt.core.client.ui.widget.util">GraphUtil.CategorisedDataPropertyAccess</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/GraphUtil.CategoryPropertyAccess.html#com.ephesoft.gxt.core.client.ui.widget.util">GraphUtil.CategoryPropertyAccess</a> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/PieChart.html#com.ephesoft.gxt.core.client.ui.widget.util">PieChart</a> </td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/StackedChart.html#com.ephesoft.gxt.core.client.ui.widget.util">StackedChart</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.ephesoft.gxt.home.client.view">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/package-summary.html">com.ephesoft.gxt.core.client.ui.widget.util</a> used by <a href="../../../../../../../../com/ephesoft/gxt/home/client/view/package-summary.html">com.ephesoft.gxt.home.client.view</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/StackedChart.html#com.ephesoft.gxt.home.client.view">StackedChart</a> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="com.ephesoft.gxt.uploadbatch.client.view">
<!-- -->
</a>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/package-summary.html">com.ephesoft.gxt.core.client.ui.widget.util</a> used by <a href="../../../../../../../../com/ephesoft/gxt/uploadbatch/client/view/package-summary.html">com.ephesoft.gxt.uploadbatch.client.view</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="../../../../../../../../com/ephesoft/gxt/core/client/ui/widget/util/class-use/GaugeChart.html#com.ephesoft.gxt.uploadbatch.client.view">GaugeChart</a> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?com/ephesoft/gxt/core/client/ui/widget/util/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
lib/jaad-0.8.4-doc/net/sourceforge/jaad/mp4/boxes/impl/ItemInformationEntry.Extension.html | AlienQueen/alienlabs-skeleton-for-wicket-spring-hibernate | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_02) on Sat Apr 28 23:24:28 CEST 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ItemInformationEntry.Extension</title>
<meta name="date" content="2012-04-28">
<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="ItemInformationEntry.Extension";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ItemInformationEntry.Extension.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../net/sourceforge/jaad/mp4/boxes/impl/ItemInformationEntry.html" title="class in net.sourceforge.jaad.mp4.boxes.impl"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../net/sourceforge/jaad/mp4/boxes/impl/ItemInformationEntry.FDExtension.html" title="class in net.sourceforge.jaad.mp4.boxes.impl"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?net/sourceforge/jaad/mp4/boxes/impl/ItemInformationEntry.Extension.html" target="_top">Frames</a></li>
<li><a href="ItemInformationEntry.Extension.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">net.sourceforge.jaad.mp4.boxes.impl</div>
<h2 title="Class ItemInformationEntry.Extension" class="title">Class ItemInformationEntry.Extension</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>net.sourceforge.jaad.mp4.boxes.impl.ItemInformationEntry.Extension</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../../net/sourceforge/jaad/mp4/boxes/impl/ItemInformationEntry.FDExtension.html" title="class in net.sourceforge.jaad.mp4.boxes.impl">ItemInformationEntry.FDExtension</a></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../../net/sourceforge/jaad/mp4/boxes/impl/ItemInformationEntry.html" title="class in net.sourceforge.jaad.mp4.boxes.impl">ItemInformationEntry</a></dd>
</dl>
<hr>
<br>
<pre>public abstract static class <span class="strong">ItemInformationEntry.Extension</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../net/sourceforge/jaad/mp4/boxes/impl/ItemInformationEntry.Extension.html#ItemInformationEntry.Extension()">ItemInformationEntry.Extension</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ItemInformationEntry.Extension()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ItemInformationEntry.Extension</h4>
<pre>public ItemInformationEntry.Extension()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ItemInformationEntry.Extension.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../net/sourceforge/jaad/mp4/boxes/impl/ItemInformationEntry.html" title="class in net.sourceforge.jaad.mp4.boxes.impl"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../net/sourceforge/jaad/mp4/boxes/impl/ItemInformationEntry.FDExtension.html" title="class in net.sourceforge.jaad.mp4.boxes.impl"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?net/sourceforge/jaad/mp4/boxes/impl/ItemInformationEntry.Extension.html" target="_top">Frames</a></li>
<li><a href="ItemInformationEntry.Extension.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
common/ui/settings/tpl/security.html | linagora/mailvelope | <h3 data-l10n-id="settings_security"></h3>
<form class="form">
<div class="form-group">
<h4 class="control-label" data-l10n-id="security_cache_header"></h4>
<div class="radio form-inline">
<label class="radio" id="pwdCacheLabel">
<input type="radio" name="pwdCacheRadios" id="pwdCacheRadios1" value="true">
<span data-l10n-id="security_cache_on"></span>
<input type="text" id="pwdCacheTime" maxlength="3" class="form-control">
<span data-l10n-id="security_cache_time"></span>
<span class="help-block hide" data-l10n-id="security_cache_help"></span>
</label>
</div>
<div class="radio">
<label class="radio">
<input type="radio" name="pwdCacheRadios" id="pwdCacheRadios2" value="false">
<span data-l10n-id="security_cache_off"></span>
</label>
</div>
</div>
<div class="form-group" id="securityTokenPanel">
<h4 data-l10n-id="security_background_header"></h4>
<p data-l10n-id="security_background_text"></p>
<div id="securityBgndSliders">
<div class="form-inline" style="white-space: nowrap;">
<label for="angle" data-l10n-id="security_background_angle"></label>
<input type="range" min="0" max="360" id="angle" step="2">
</div>
<div class="form-inline" style="white-space: nowrap;">
<label for="scaling" data-l10n-id="security_background_scaling"></label>
<input type="range" min="5" max="100" id="scaling" step="1">
</div>
<div class="form-inline" style="white-space: nowrap;">
<label for="scaling" data-l10n-id="security_background_coloring"></label>
<input type="range" min="0" max="12" id="coloring" step="1">
</div>
</div>
<div class="previewContainer">
<h5><strong data-l10n-id="security_background_preview"></strong></h5>
<div id="previewArea"></div>
</div>
</div>
<div class="form-group">
<h4 class="control-label" data-l10n-id="security_display_decrypted"></h4>
<div class="radio">
<label>
<input type="radio" name="decryptRadios" id="decryptRadios2" value="popup">
<span data-l10n-id="security_display_popup"></span>
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="decryptRadios" id="decryptRadios1" value="inline">
<span data-l10n-id="security_display_inline"></span>
</label>
</div>
</div>
<div class="form-group">
<h4 class="control-label" data-l10n-id="security_compose_mail"></h4>
<div class="radio">
<label>
<input type="radio" name="editorModeRadios" id="editorModeRadios1" value="external">
<span data-l10n-id="security_compose_external"></span>
</label>
</div>
<div class="radio">
<label>
<input type="radio" name="editorModeRadios" id="editorModeRadios2" value="webmail">
<span data-l10n-id="security_compose_webmail"></span>
</label>
</div>
<div id="editorModeWarn" class="alert alert-danger">
<h4 data-l10n-id="header_warning"></h4>
<span data-l10n-id="security_compose_warn"></span>
</div>
</div>
<div id="secReloadInfo" class="alert alert-success" data-l10n-id="reload_webmail_tab">
</div>
<div class="form-group">
<button id="secBtnSave" class="btn btn-primary" disabled data-l10n-id="form_save"></button>
<button id="secBtnCancel" class="btn btn-default" disabled data-l10n-id="form_cancel"></button>
</div>
</form>
|
rules/rgaa3-2017/src/test/resources/testcases/rgaa32017/Rgaa32017Rule100803/Rgaa32017.Test.10.08.03-3NMI-03.html | Tanaguru/Tanaguru | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa32017 Test.10.8.3 NMI 03</title>
</head>
<body>
<div>
<h1>Rgaa32017 Test.10.8.3 NMI 03</h1>
<div class="test-detail" lang="fr"> Pour chaque bloc de texte contenu dans une balise
<code>object</code>,
<code>embed</code>,
<code>svg</code> ou
<code>canvas</code>, la couleur de fond est-elle contrôlable par l'utilisateur ?
</div>
<div class="testcase">
<object></object>
</div>
<div class="test-explanation">
NMI : a <object> element is found on the page
</div>
</div>
</body>
</html> |
adlt/accounts/templates/accounts/login.html | sirex/atviriduomenys.lt | {% extends "base.html" %}
{% load trans from i18n %}
{% load static from staticfiles %}
{% load providers_media_js from accountstags %}
{% block content %}
<h1>{% trans "Prisijungti" %}</h1>
<div class="row">
<div class="col-md-4">
<p>{% trans 'Nurodykite savo <a href="http://openidexplained.com/">OpenID</a> adresą:' %}</p>
{% for provider in openid_providers %}
<div class="openid-input-line">
<form id="openid-{{ provider.name }}" method="post">
{% csrf_token %}
<div class="form-group{% if provider.errors %} has-error{% endif %}">
<div class="input-group input-group-sm">
<span class="input-group-addon"><img src="{% static 'auth/openid-icon.png'%}"> {{ provider.url }}</span>
<input name="openid" type="text" class="form-control" placeholder="OpenID URL...">
<span class="input-group-btn">
<button class="btn btn-default" type="submit" name="login" value="{{ provider.name }}">{% trans "Prisijungti" %}</button>
</span>
</div>
{% if provider.errors %}
<div class="help-block">
{% for error in provider.errors %}
<p class="text-danger">{{ error }}</p>
{% endfor %}
</div>
{% endif %}
</div>
</form>
</div>
{% endfor %}
</div>
<div class="col-md-8">
<p>{% trans "arba pasirinkite vieną iš siūlomų autorizacijos tiekėjų:" %}</p>
<ul class="auth-providers">
{% for provider in auth_providers %}
{% if provider.logo %}
<li><a href="{{ provider.url }}"><img src="{{ provider.logo }}"></a></li>
{% else %}
<li><a href="{{ provider.url }}">{{ provider.name }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
{% providers_media_js %}
{% endblock %}
|
tags/react/index.html | huangxok/huangxok.github.io | <!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="keywords" content="标签: react, hexo,jsxgraph,xulrunner">
<meta name="description" content="时光岁月如流水,流水奔流入海不复回">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="renderer" content="webkit|ie-stand|ie-comp">
<meta name="mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Global site tag (gtag.js) - Google Analytics -->
<title>标签: react | HKBlog</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="/libs/awesome/css/all.css">
<link rel="stylesheet" type="text/css" href="/libs/materialize/materialize.min.css">
<link rel="stylesheet" type="text/css" href="/libs/aos/aos.css">
<link rel="stylesheet" type="text/css" href="/libs/animate/animate.min.css">
<link rel="stylesheet" type="text/css" href="/libs/lightGallery/css/lightgallery.min.css">
<link rel="stylesheet" type="text/css" href="/css/matery.css">
<link rel="stylesheet" type="text/css" href="/css/my.css">
<script src="/libs/jquery/jquery.min.js"></script>
<meta name="generator" content="Hexo 4.2.0"><link rel="alternate" href="/atom.xml" title="HKBlog" type="application/atom+xml">
</head>
<body>
<header class="navbar-fixed">
<nav id="headNav" class="bg-color nav-transparent">
<div id="navContainer" class="nav-wrapper container">
<div class="brand-logo">
<a href="/" class="waves-effect waves-light">
<img src="/medias/logo-my.png" class="logo-img" alt="LOGO">
<span class="logo-span">HKBlog</span>
</a>
</div>
<a href="#" data-target="mobile-nav" class="sidenav-trigger button-collapse"><i class="fas fa-bars"></i></a>
<ul class="right nav-menu">
<li class="hide-on-med-and-down nav-item">
<a href="/" class="waves-effect waves-light">
<i class="fas fa-home" style="zoom: 0.6;"></i>
<span>首页</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/tags" class="waves-effect waves-light">
<i class="fas fa-tags" style="zoom: 0.6;"></i>
<span>标签</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/categories" class="waves-effect waves-light">
<i class="fas fa-bookmark" style="zoom: 0.6;"></i>
<span>分类</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/archives" class="waves-effect waves-light">
<i class="fas fa-archive" style="zoom: 0.6;"></i>
<span>归档</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/about" class="waves-effect waves-light">
<i class="fas fa-user-circle" style="zoom: 0.6;"></i>
<span>关于</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/contact" class="waves-effect waves-light">
<i class="fas fa-comments" style="zoom: 0.6;"></i>
<span>留言板</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="/friends" class="waves-effect waves-light">
<i class="fas fa-address-book" style="zoom: 0.6;"></i>
<span>友情链接</span>
</a>
</li>
<li>
<a href="#searchModal" class="modal-trigger waves-effect waves-light">
<i id="searchIcon" class="fas fa-search" title="搜索" style="zoom: 0.85;"></i>
</a>
</li>
</ul>
<div id="mobile-nav" class="side-nav sidenav">
<div class="mobile-head bg-color">
<img src="/medias/logo-my.png" class="logo-img circle responsive-img">
<div class="logo-name">HKBlog</div>
<div class="logo-desc">
时光岁月如流水,流水奔流入海不复回
</div>
</div>
<ul class="menu-list mobile-menu-list">
<li class="m-nav-item">
<a href="/" class="waves-effect waves-light">
<i class="fa-fw fas fa-home"></i>
首页
</a>
</li>
<li class="m-nav-item">
<a href="/tags" class="waves-effect waves-light">
<i class="fa-fw fas fa-tags"></i>
标签
</a>
</li>
<li class="m-nav-item">
<a href="/categories" class="waves-effect waves-light">
<i class="fa-fw fas fa-bookmark"></i>
分类
</a>
</li>
<li class="m-nav-item">
<a href="/archives" class="waves-effect waves-light">
<i class="fa-fw fas fa-archive"></i>
归档
</a>
</li>
<li class="m-nav-item">
<a href="/about" class="waves-effect waves-light">
<i class="fa-fw fas fa-user-circle"></i>
关于
</a>
</li>
<li class="m-nav-item">
<a href="/contact" class="waves-effect waves-light">
<i class="fa-fw fas fa-comments"></i>
留言板
</a>
</li>
<li class="m-nav-item">
<a href="/friends" class="waves-effect waves-light">
<i class="fa-fw fas fa-address-book"></i>
友情链接
</a>
</li>
<li><div class="divider"></div></li>
<li>
<a href="https://github.com/huangxok/huangxok.github.io" class="waves-effect waves-light" target="_blank">
<i class="fab fa-github-square fa-fw"></i>Fork Me
</a>
</li>
</ul>
</div>
</div>
<style>
.nav-transparent .github-corner {
display: none !important;
}
.github-corner {
position: absolute;
z-index: 10;
top: 0;
right: 0;
border: 0;
transform: scale(1.1);
}
.github-corner svg {
color: #0f9d58;
fill: #fff;
height: 64px;
width: 64px;
}
.github-corner:hover .octo-arm {
animation: a 0.56s ease-in-out;
}
.github-corner .octo-arm {
animation: none;
}
@keyframes a {
0%,
to {
transform: rotate(0);
}
20%,
60% {
transform: rotate(-25deg);
}
40%,
80% {
transform: rotate(10deg);
}
}
</style>
<a href="https://github.com/huangxok/huangxok.github.io" class="github-corner tooltipped hide-on-med-and-down" target="_blank"
data-tooltip="Fork Me" data-position="left" data-delay="50">
<svg viewBox="0 0 250 250" aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path>
<path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor" class="octo-body"></path>
</svg>
</a>
</nav>
</header>
<div class="bg-cover pd-header about-cover">
<div class="container">
<div class="row">
<div class="col s10 offset-s1 m8 offset-m2 l8 offset-l2">
<div class="brand">
<div class="title center-align">
努力不一定成功,放弃一定会很轻松
</div>
<div class="description center-align">
<span id="subtitle"></span>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11"></script>
<script>
var typed = new Typed("#subtitle", {
strings: ['时光岁月如流水,流水奔流入海不复回','Time passed like water, Flowing water into the sea never to return'],
startDelay: 300,
typeSpeed: 100,
loop: true,
backSpeed: 50,
showCursor: true
});
</script>
</div>
</div>
</div>
</div>
<script>
// 每天切换 banner 图. Switch banner image every day.
var bannerUrl = "/medias/banner/" + Math.floor(Math.random()* 6) + '.jpg';
$('.bg-cover').css('background-image', 'url(' + bannerUrl + ')');
</script>
</div>
</div>
<main class="content">
<div id="tags" class="container chip-container">
<div class="card">
<div class="card-content">
<div class="tag-title center-align">
<i class="fas fa-tags"></i> 文章标签
</div>
<div class="tag-chips">
<a href="/tags/Epub/" title="Epub: 5">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="Epub" style="background-color: #F9EBEA;">Epub
<span class="tag-length">5</span>
</span>
</a>
<a href="/tags/OPF/" title="OPF: 5">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="OPF" style="background-color: #F5EEF8;">OPF
<span class="tag-length">5</span>
</span>
</a>
<a href="/tags/epub/" title="epub: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="epub" style="background-color: #D5F5E3;">epub
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/%E7%94%B5%E5%AD%90%E4%B9%A6/" title="电子书: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="电子书" style="background-color: #E8F8F5;">电子书
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/HTML/" title="HTML: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="HTML" style="background-color: #FEF9E7;">HTML
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/XHTML/" title="XHTML: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="XHTML" style="background-color: #F8F9F9;">XHTML
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/NextT/" title="NextT: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="NextT" style="background-color: #82E0AA;">NextT
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/Theme/" title="Theme: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="Theme" style="background-color: #D7BDE2;">Theme
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/hexo/" title="hexo: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="hexo" style="background-color: #A3E4D7;">hexo
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/hammerJS/" title="hammerJS: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="hammerJS" style="background-color: #85C1E9;">hammerJS
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/touch/" title="touch: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="touch" style="background-color: #F8C471;">touch
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/pen/" title="pen: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="pen" style="background-color: #F9E79F;">pen
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/node/" title="node: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="node" style="background-color: #F8F9F9;">node
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/grunt/" title="grunt: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="grunt" style="background-color: #FEF9E7;">grunt
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/gruntfile/" title="gruntfile: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="gruntfile" style="background-color: #F9E79F;">gruntfile
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/debug/" title="debug: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="debug" style="background-color: #E8F8F5;">debug
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/%E7%AE%97%E6%B3%95/" title="算法: 2">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="算法" style="background-color: #F9EBEA;">算法
<span class="tag-length">2</span>
</span>
</a>
<a href="/tags/%E6%8E%92%E5%BA%8F/" title="排序: 2">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="排序" style="background-color: #FFF;">排序
<span class="tag-length">2</span>
</span>
</a>
<a href="/tags/css/" title="css: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="css" style="background-color: #82E0AA;">css
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/counter/" title="counter: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="counter" style="background-color: #FFF;">counter
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/%E8%AE%A1%E6%95%B0%E5%99%A8/" title="计数器: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="计数器" style="background-color: #A3E4D7;">计数器
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/prototype/" title="prototype: 2">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="prototype" style="background-color: #FEF9E7;">prototype
<span class="tag-length">2</span>
</span>
</a>
<a href="/tags/object/" title="object: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="object" style="background-color: #F9EBEA;">object
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/js/" title="js: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="js" style="background-color: #A3E4D7;">js
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/%E5%8E%9F%E5%9E%8B/" title="原型: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="原型" style="background-color: #F8F9F9;">原型
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/proto/" title="__proto__: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="__proto__" style="background-color: #FEF9E7;">__proto__
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/ajax/" title="ajax: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="ajax" style="background-color: #F5EEF8;">ajax
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/cros/" title="cros: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="cros" style="background-color: #85C1E9;">cros
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/link/" title="link: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="link" style="background-color: #FFF;">link
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/%E9%93%BE%E6%8E%A5/" title="链接: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="链接" style="background-color: #E8F8F5;">链接
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/JXGGraph/" title="JXGGraph: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="JXGGraph" style="background-color: #F9EBEA;">JXGGraph
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/Board/" title="Board: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="Board" style="background-color: #82E0AA;">Board
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/jxggraph/" title="jxggraph: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="jxggraph" style="background-color: #F8C471;">jxggraph
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/shape/" title="shape: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="shape" style="background-color: #E8F8F5;">shape
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/react/" title="react: 1">
<span class="chip center-align waves-effect waves-light
chip-active "
data-tagname="react" style="background-color: #82E0AA;">react
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/JS/" title="JS: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="JS" style="background-color: #F9E79F;">JS
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/%E8%99%9A%E6%8B%9Fdom/" title="虚拟dom: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="虚拟dom" style="background-color: #82E0AA;">虚拟dom
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/mvvm/" title="mvvm: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="mvvm" style="background-color: #F8C471;">mvvm
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/curry/" title="curry: 2">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="curry" style="background-color: #F9EBEA;">curry
<span class="tag-length">2</span>
</span>
</a>
<a href="/tags/compose/" title="compose: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="compose" style="background-color: #FEF9E7;">compose
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/%E5%87%BD%E6%95%B0%E5%BC%8F/" title="函数式: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="函数式" style="background-color: #F5EEF8;">函数式
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/postmessage/" title="postmessage: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="postmessage" style="background-color: #82E0AA;">postmessage
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/message/" title="message: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="message" style="background-color: #F5EEF8;">message
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/h5API/" title="h5API: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="h5API" style="background-color: #F9EBEA;">h5API
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/web%E9%80%9A%E4%BF%A1/" title="web通信: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="web通信" style="background-color: #E8F8F5;">web通信
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/%E5%87%BD%E6%95%B0%E5%BC%8F%E7%BC%96%E7%A8%8B/" title="函数式编程: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="函数式编程" style="background-color: #D5F5E3;">函数式编程
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/XUL/" title="XUL: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="XUL" style="background-color: #F8C471;">XUL
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/XULRunner/" title="XULRunner: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="XULRunner" style="background-color: #F9E79F;">XULRunner
<span class="tag-length">1</span>
</span>
</a>
<a href="/tags/Firefox/" title="Firefox: 1">
<span class="chip center-align waves-effect waves-light
chip-default "
data-tagname="Firefox" style="background-color: #A3E4D7;">Firefox
<span class="tag-length">1</span>
</span>
</a>
</div>
</div>
</div>
</div>
<article id="articles" class="container articles">
<div class="row tags-posts">
<div class="article tag-post col s12 m6 l4" data-tags="react, JS, 虚拟dom, mvvm" data-aos="fade-up">
<div class="card">
<a href="/2016/05/11/mbe-ui/">
<div class="card-image tag-image">
<img src="/medias/featureimages/21.jpg" class="responsive-img" alt="mbe_ui">
<span class="card-title">mbe_ui</span>
</div>
</a>
<div class="card-content article-content">
<div class="publish-info">
<span class="publish-date">
<i class="far fa-clock fa-fw icon-date"></i>2016-05-11
</span>
<span class="publish-author">
<i class="fas fa-user fa-fw"></i>
HKmaster
</span>
</div>
</div>
</div>
</div>
</div>
</article>
</main>
<footer class="page-footer bg-color">
<link rel="stylesheet" href="/libs/aplayer/APlayer.min.css">
<style>
.aplayer .aplayer-lrc p {
font-size: 12px;
font-weight: 700;
line-height: 16px !important;
}
.aplayer .aplayer-lrc p.aplayer-lrc-current {
font-size: 15px;
color: #42b983;
}
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
left: -66px !important;
}
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
left: 0px !important;
}
</style>
<div class="">
<div class="row">
<meting-js class="col l8 offset-l2 m10 offset-m1 s12"
server="netease"
type="playlist"
id="18726943"
fixed='true'
autoplay='true'
theme='#42b983'
loop='all'
order='random'
preload='auto'
volume='0.7'
list-folded='true'
>
</meting-js>
</div>
</div>
<script src="/libs/aplayer/APlayer.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/meting@2/dist/Meting.min.js"></script>
<div class="container row center-align" style="margin-bottom: 0px !important;">
<div class="col s12 m8 l8 copy-right">
Copyright ©
<span id="year">2019</span>
<a href="/about" target="_blank">HKmaster</a>
| Powered by <a href="https://hexo.io/" target="_blank">Hexo</a>
| Theme <a href="https://github.com/blinkfox/hexo-theme-matery" target="_blank">Matery</a>
<br>
<span id="busuanzi_container_site_pv">
| <i class="far fa-eye"></i> 总访问量: <span id="busuanzi_value_site_pv"
class="white-color"></span> 次
</span>
<span id="busuanzi_container_site_uv">
| <i class="fas fa-users"></i> 总访问人数: <span id="busuanzi_value_site_uv"
class="white-color"></span> 人
</span>
<br>
<br>
</div>
<div class="col s12 m4 l4 social-link social-statis">
<a href="https://github.com/huangxok" class="tooltipped" target="_blank" data-tooltip="访问我的GitHub" data-position="top" data-delay="50">
<i class="fab fa-github"></i>
</a>
<a href="mailto:huangx.ok@163.com" class="tooltipped" target="_blank" data-tooltip="邮件联系我" data-position="top" data-delay="50">
<i class="fas fa-envelope-open"></i>
</a>
<a href="https://twitter.com/HuangxOk" class="tooltipped" target="_blank" data-tooltip="关注我的Facebook: https://twitter.com/HuangxOk" data-position="top" data-delay="50">
<i class="fab fa-facebook-f"></i>
</a>
<a href="tencent://AddContact/?fromId=50&fromSubId=1&subcmd=all&uin=569299387" class="tooltipped" target="_blank" data-tooltip="QQ联系我: 569299387" data-position="top" data-delay="50">
<i class="fab fa-qq"></i>
</a>
<a href="/atom.xml" class="tooltipped" target="_blank" data-tooltip="RSS 订阅" data-position="top" data-delay="50">
<i class="fas fa-rss"></i>
</a>
</div>
</div>
</footer>
<div class="progress-bar"></div>
<!-- 搜索遮罩框 -->
<div id="searchModal" class="modal">
<div class="modal-content">
<div class="search-header">
<span class="title"><i class="fas fa-search"></i> 搜索</span>
<input type="search" id="searchInput" name="s" placeholder="请输入搜索的关键字"
class="search-input">
</div>
<div id="searchResult"></div>
</div>
</div>
<script src="/js/search.js"></script>
<script type="text/javascript">
$(function () {
searchFunc('/search.xml', 'searchInput', 'searchResult');
});
</script>
<!-- 回到顶部按钮 -->
<div id="backTop" class="top-scroll">
<a class="btn-floating btn-large waves-effect waves-light" href="#!">
<i class="fas fa-arrow-up"></i>
</a>
</div>
<script src="/libs/materialize/materialize.min.js"></script>
<script src="/libs/masonry/masonry.pkgd.min.js"></script>
<script src="/libs/aos/aos.js"></script>
<script src="/libs/scrollprogress/scrollProgress.min.js"></script>
<script src="/libs/lightGallery/js/lightgallery-all.min.js"></script>
<script src="/js/matery.js"></script>
<!-- Baidu Analytics -->
<!-- Baidu Push -->
<script>
(function () {
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
} else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<script src="/libs/others/clicklove.js" async="async"></script>
<script async src="/libs/others/busuanzi.pure.mini.js"></script>
<script src="/libs/instantpage/instantpage.js" type="module"></script>
</body>
</html>
|
top-sellers.html | TIBCOSoftware/JS-FDSample | <!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<header></header>
<!-- START PAGE CONATAINER -->
<article class="top-sellers interior-article">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-lg-3 col-xl-3 aux-col">
<img src="img/interior-header-food-isle.jpg" width="100%" height="220" alt="Top Sellers" class="img-responsive" />
<div class="col-text">
<h2>Top Sellers</h2>
<p class="lead">Explore our top selling brands by selecting from the brand bars.</p>
<br>
<p class="lead">You can also see the top ten products on any brand by selecting below.</p>
</div>
<img src="img/top-ten-off.jpg" width="100%" height="100" alt="All" class="img-responsive" onmouseover="this.src='img/top-ten-on.jpg';" onmouseout="this.src='img/top-ten-off.jpg';" id="filterTen" />
<img src="img/all-off.jpg" width="100%" height="100" alt="All" class="img-responsive" onmouseover="this.src='img/all-on.jpg';" onmouseout="this.src='img/all-off.jpg';" id="filterReset" />
</div>
<div class="col-md-8 main-col col-top-sellers">
<h2 class="chart-header">Select the brand bars to update the product listing below</h2>
<div id="brands" class="chart-container top-seller" align="center"></div>
<div id="products" class="chart-container top-seller" align="center"></div>
<div class="panel-heading top-panel-heading">
<h3 class="top-panel-heading" style="font-size: 18px; font-family: sans-serif; color: #4b7094; font-weight: bold;">
<span id="Label"></span> Products (<span id="BrandName1"></span>)</h3>
<br>
<br>
</div>
</div>
</div>
</div>
</article>
<!-- END PAGE CONATAINER -->
<div id="loginModal"></div>
<!-- JAVASCRIPT -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/handlebars.min.js"></script>
<script src="js/main.js"></script>
<script src="js/pages/top-sellers.js"></script>
<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='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','GTM-T7BJHQ','auto');ga('send','pageview');
</script>
</body>
</html>
|
40423119_2.html | 40423119/2016fallcadp_hw |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"></meta>
<title>Three.js Solvespace Mesh</title>
<script src="https://threejs.org/build/three.js"></script>
<script src="https://hammerjs.github.io/dist/hammer.js"></script>
<style type="text/css">
body { margin: 0; overflow: hidden; }
</style>
</head>
<body>
<script>
</script>
<script>
SolvespaceCamera = function(renderWidth, renderHeight, scale, up, right, offset) {
THREE.Camera.call(this);
this.type = 'SolvespaceCamera';
this.renderWidth = renderWidth;
this.renderHeight = renderHeight;
this.zoomScale = scale; /* Avoid namespace collision w/ THREE.Object.scale */
this.up = up;
this.right = right;
this.offset = offset;
this.depthBias = 0;
this.updateProjectionMatrix();
};
SolvespaceCamera.prototype = Object.create(THREE.Camera.prototype);
SolvespaceCamera.prototype.constructor = SolvespaceCamera;
SolvespaceCamera.prototype.updateProjectionMatrix = function() {
var temp = new THREE.Matrix4();
var offset = new THREE.Matrix4().makeTranslation(this.offset.x, this.offset.y, this.offset.z);
// Convert to right handed- do up cross right instead.
var n = new THREE.Vector3().crossVectors(this.up, this.right);
var rotate = new THREE.Matrix4().makeBasis(this.right, this.up, n);
rotate.transpose();
/* FIXME: At some point we ended up using row-major.
THREE.js wants column major. Scale/depth correct unaffected b/c diagonal
matrices remain the same when transposed. makeTranslation also makes
a column-major matrix. */
/* TODO: If we want perspective, we need an additional matrix
here which will modify w for perspective divide. */
var scale = new THREE.Matrix4().makeScale(2 * this.zoomScale / this.renderWidth,
2 * this.zoomScale / this.renderHeight, this.zoomScale / 30000.0);
temp.multiply(scale);
temp.multiply(rotate);
temp.multiply(offset);
this.projectionMatrix.copy(temp);
};
SolvespaceCamera.prototype.NormalizeProjectionVectors = function() {
/* After rotating, up and right may no longer be orthogonal.
However, their cross product will produce the correct
rotated plane, and we can recover an orthogonal basis. */
var n = new THREE.Vector3().crossVectors(this.right, this.up);
this.up = new THREE.Vector3().crossVectors(n, this.right);
this.right.normalize();
this.up.normalize();
};
SolvespaceCamera.prototype.rotate = function(right, up) {
var oldRight = new THREE.Vector3().copy(this.right).normalize();
var oldUp = new THREE.Vector3().copy(this.up).normalize();
this.up.applyAxisAngle(oldRight, up);
this.right.applyAxisAngle(oldUp, right);
this.NormalizeProjectionVectors();
}
SolvespaceCamera.prototype.offsetProj = function(right, up) {
var shift = new THREE.Vector3(right * this.right.x + up * this.up.x,
right * this.right.y + up * this.up.y,
right * this.right.z + up * this.up.z);
this.offset.add(shift);
}
/* Calculate the offset in terms of up and right projection vectors
that will preserve the world coordinates of the current mouse position after
the zoom. */
SolvespaceCamera.prototype.zoomTo = function(x, y, delta) {
// Get offset components in world coordinates, in terms of up/right.
var projOffsetX = this.offset.dot(this.right);
var projOffsetY = this.offset.dot(this.up);
/* Remove offset before scaling so, that mouse position changes
proportionally to the model and independent of current offset. */
var centerRightI = x/this.zoomScale - projOffsetX;
var centerUpI = y/this.zoomScale - projOffsetY;
var zoomFactor;
/* Zoom 20% every 100 delta. */
if(delta < 0) {
zoomFactor = (-delta * 0.002 + 1);
}
else if(delta > 0) {
zoomFactor = (delta * (-1.0/600.0) + 1)
}
else {
return;
}
this.zoomScale = this.zoomScale * zoomFactor;
var centerRightF = x/this.zoomScale - projOffsetX;
var centerUpF = y/this.zoomScale - projOffsetY;
this.offset.addScaledVector(this.right, centerRightF - centerRightI);
this.offset.addScaledVector(this.up, centerUpF - centerUpI);
}
SolvespaceControls = function(object, domElement) {
var _this = this;
this.object = object;
this.domElement = ( domElement !== undefined ) ? domElement : document;
var threePan = new Hammer.Pan({event : 'threepan', pointers : 3, enable : false});
var panAfterTap = new Hammer.Pan({event : 'panaftertap', enable : false});
this.touchControls = new Hammer.Manager(domElement, {
recognizers: [
[Hammer.Pinch, { enable: true }],
[Hammer.Pan],
[Hammer.Tap],
]
});
this.touchControls.add(threePan);
this.touchControls.add(panAfterTap);
var changeEvent = {
type: 'change'
};
var startEvent = {
type: 'start'
};
var endEvent = {
type: 'end'
};
var _changed = false;
var _mouseMoved = false;
//var _touchPoints = new Array();
var _offsetPrev = new THREE.Vector2(0, 0);
var _offsetCur = new THREE.Vector2(0, 0);
var _rotatePrev = new THREE.Vector2(0, 0);
var _rotateCur = new THREE.Vector2(0, 0);
// Used during touch events.
var _rotateOrig = new THREE.Vector2(0, 0);
var _offsetOrig = new THREE.Vector2(0, 0);
var _prevScale = 1.0;
this.handleEvent = function(event) {
if (typeof this[event.type] == 'function') {
this[event.type](event);
}
}
function mousedown(event) {
event.preventDefault();
event.stopPropagation();
switch (event.button) {
case 0:
_rotateCur.set(event.screenX, event.screenY);
_rotatePrev.copy(_rotateCur);
document.addEventListener('mousemove', mousemove, false);
document.addEventListener('mouseup', mouseup, false);
break;
case 2:
_offsetCur.set(event.screenX, event.screenY);
_offsetPrev.copy(_offsetCur);
document.addEventListener('mousemove', mousemove, false);
document.addEventListener('mouseup', mouseup, false);
break;
default:
break;
}
}
function wheel( event ) {
event.preventDefault();
/* FIXME: Width and height might not be supported universally, but
can be calculated? */
var box = _this.domElement.getBoundingClientRect();
object.zoomTo(event.clientX - box.width/2 - box.left,
-(event.clientY - box.height/2 - box.top), event.deltaY);
_changed = true;
}
function mousemove(event) {
switch (event.button) {
case 0:
_rotateCur.set(event.screenX, event.screenY);
var diff = new THREE.Vector2().subVectors(_rotateCur, _rotatePrev)
.multiplyScalar(1 / object.zoomScale);
object.rotate(-0.3 * Math.PI / 180 * diff.x * object.zoomScale,
-0.3 * Math.PI / 180 * diff.y * object.zoomScale);
_changed = true;
_rotatePrev.copy(_rotateCur);
break;
case 2:
_mouseMoved = true;
_offsetCur.set(event.screenX, event.screenY);
var diff = new THREE.Vector2().subVectors(_offsetCur, _offsetPrev)
.multiplyScalar(1 / object.zoomScale);
object.offsetProj(diff.x, -diff.y);
_changed = true;
_offsetPrev.copy(_offsetCur)
break;
}
}
function mouseup(event) {
/* TODO: Opera mouse gestures will intercept this event, making it
possible to have multiple mousedown events consecutively without
a corresponding mouseup (so multiple viewports can be rotated/panned
simultaneously). Disable mouse gestures for now. */
event.preventDefault();
event.stopPropagation();
document.removeEventListener('mousemove', mousemove);
document.removeEventListener('mouseup', mouseup);
_this.dispatchEvent(endEvent);
}
function pan(event) {
/* neWcur - prev does not necessarily equal (cur + diff) - prev.
Floating point is not associative. */
touchDiff = new THREE.Vector2(event.deltaX, event.deltaY);
_rotateCur.addVectors(_rotateOrig, touchDiff);
incDiff = new THREE.Vector2().subVectors(_rotateCur, _rotatePrev)
.multiplyScalar(1 / object.zoomScale);
object.rotate(-0.3 * Math.PI / 180 * incDiff.x * object.zoomScale,
-0.3 * Math.PI / 180 * incDiff.y * object.zoomScale);
_changed = true;
_rotatePrev.copy(_rotateCur);
}
function panstart(event) {
/* TODO: Dynamically enable pan function? */
_rotateOrig.copy(_rotateCur);
}
function pinchstart(event) {
_prevScale = event.scale;
}
function pinch(event) {
/* FIXME: Width and height might not be supported universally, but
can be calculated? */
var box = _this.domElement.getBoundingClientRect();
/* 16.6... pixels chosen heuristically... matches my touchpad. */
if (event.scale < _prevScale) {
object.zoomTo(event.center.x - box.width/2 - box.left,
-(event.center.y - box.height/2 - box.top), 100/6.0);
_changed = true;
} else if (event.scale > _prevScale) {
object.zoomTo(event.center.x - box.width/2 - box.left,
-(event.center.y - box.height/2 - box.top), -100/6.0);
_changed = true;
}
_prevScale = event.scale;
}
/* A tap will enable panning/disable rotate. */
function tap(event) {
panAfterTap.set({enable : true});
_this.touchControls.get('pan').set({enable : false});
}
function panaftertap(event) {
touchDiff = new THREE.Vector2(event.deltaX, event.deltaY);
_offsetCur.addVectors(_offsetOrig, touchDiff);
incDiff = new THREE.Vector2().subVectors(_offsetCur, _offsetPrev)
.multiplyScalar(1 / object.zoomScale);
object.offsetProj(incDiff.x, -incDiff.y);
_changed = true;
_offsetPrev.copy(_offsetCur);
}
function panaftertapstart(event) {
_offsetOrig.copy(_offsetCur);
}
function panaftertapend(event) {
panAfterTap.set({enable : false});
_this.touchControls.get('pan').set({enable : true});
}
function contextmenu(event) {
event.preventDefault();
}
this.update = function() {
if (_changed) {
_this.dispatchEvent(changeEvent);
_changed = false;
}
}
this.domElement.addEventListener('mousedown', mousedown, false);
this.domElement.addEventListener('wheel', wheel, false);
this.domElement.addEventListener('contextmenu', contextmenu, false);
/* Hammer.on wraps addEventListener */
// Rotate
this.touchControls.on('pan', pan);
this.touchControls.on('panstart', panstart);
// Zoom
this.touchControls.on('pinch', pinch);
this.touchControls.on('pinchstart', pinchstart);
//Pan
this.touchControls.on('tap', tap);
this.touchControls.on('panaftertapstart', panaftertapstart);
this.touchControls.on('panaftertap', panaftertap);
this.touchControls.on('panaftertapend', panaftertapend);
}
SolvespaceControls.prototype = Object.create(THREE.EventDispatcher.prototype);
SolvespaceControls.prototype.constructor = SolvespaceControls;
solvespace = function(obj, params) {
var scene, edgeScene, camera, edgeCamera, renderer;
var geometry, controls, material, mesh, edges;
var width, height;
var directionalLightArray = [];
if (typeof params === "undefined" || !("width" in params)) {
width = window.innerWidth;
} else {
width = params.width;
}
if (typeof params === "undefined" || !("height" in params)) {
height = window.innerHeight;
} else {
height = params.height;
}
domElement = init();
render();
return domElement;
function init() {
scene = new THREE.Scene();
edgeScene = new THREE.Scene();
camera = new SolvespaceCamera(width,
height, 5, new THREE.Vector3(0, 1, 0),
new THREE.Vector3(1, 0, 0), new THREE.Vector3(0, 0, 0));
mesh = createMesh(obj);
scene.add(mesh);
edges = createEdges(obj);
edgeScene.add(edges);
for (var i = 0; i < obj.lights.d.length; i++) {
var lightColor = new THREE.Color(obj.lights.d[i].intensity,
obj.lights.d[i].intensity, obj.lights.d[i].intensity);
var directionalLight = new THREE.DirectionalLight(lightColor, 1);
directionalLight.position.set(obj.lights.d[i].direction[0],
obj.lights.d[i].direction[1], obj.lights.d[i].direction[2]);
directionalLightArray.push(directionalLight);
scene.add(directionalLight);
}
var lightColor = new THREE.Color(obj.lights.a, obj.lights.a, obj.lights.a);
var ambientLight = new THREE.AmbientLight(lightColor.getHex());
scene.add(ambientLight);
renderer = new THREE.WebGLRenderer({ antialias: true});
renderer.setSize(width, height);
renderer.autoClear = false;
controls = new SolvespaceControls(camera, renderer.domElement);
controls.addEventListener("change", render);
controls.addEventListener("change", lightUpdate);
animate();
return renderer.domElement;
}
function animate() {
requestAnimationFrame(animate);
controls.update();
}
function render() {
var context = renderer.getContext();
camera.updateProjectionMatrix();
renderer.clear();
context.depthRange(0.1, 1);
renderer.render(scene, camera);
context.depthRange(0.1-(2/60000.0), 1-(2/60000.0));
renderer.render(edgeScene, camera);
}
function lightUpdate() {
var changeBasis = new THREE.Matrix4();
// The original light positions were in camera space.
// Project them into standard space using camera's basis
// vectors (up, target, and their cross product).
n = new THREE.Vector3().crossVectors(camera.up, camera.right);
changeBasis.makeBasis(camera.right, camera.up, n);
for (var i = 0; i < 2; i++) {
var newLightPos = changeBasis.applyToVector3Array(
[obj.lights.d[i].direction[0], obj.lights.d[i].direction[1],
obj.lights.d[i].direction[2]]);
directionalLightArray[i].position.set(newLightPos[0],
newLightPos[1], newLightPos[2]);
}
}
function createMesh(meshObj) {
var geometry = new THREE.Geometry();
var materialIndex = 0;
var materialList = [];
var opacitiesSeen = {};
for (var i = 0; i < meshObj.points.length; i++) {
geometry.vertices.push(new THREE.Vector3(meshObj.points[i][0],
meshObj.points[i][1], meshObj.points[i][2]));
}
for (var i = 0; i < meshObj.faces.length; i++) {
var currOpacity = ((meshObj.colors[i] & 0xFF000000) >>> 24) / 255.0;
if (opacitiesSeen[currOpacity] === undefined) {
opacitiesSeen[currOpacity] = materialIndex;
materialIndex++;
materialList.push(new THREE.MeshLambertMaterial({
vertexColors: THREE.FaceColors,
opacity: currOpacity,
transparent: true,
side: THREE.DoubleSide
}));
}
geometry.faces.push(new THREE.Face3(meshObj.faces[i][0],
meshObj.faces[i][1], meshObj.faces[i][2],
[new THREE.Vector3(meshObj.normals[i][0][0],
meshObj.normals[i][0][1], meshObj.normals[i][0][2]),
new THREE.Vector3(meshObj.normals[i][1][0],
meshObj.normals[i][1][1], meshObj.normals[i][1][2]),
new THREE.Vector3(meshObj.normals[i][2][0],
meshObj.normals[i][2][1], meshObj.normals[i][2][2])],
new THREE.Color(meshObj.colors[i] & 0x00FFFFFF),
opacitiesSeen[currOpacity]));
}
geometry.computeBoundingSphere();
return new THREE.Mesh(geometry, new THREE.MultiMaterial(materialList));
}
function createEdges(meshObj) {
var geometry = new THREE.Geometry();
var material = new THREE.LineBasicMaterial();
for (var i = 0; i < meshObj.edges.length; i++) {
geometry.vertices.push(new THREE.Vector3(meshObj.edges[i][0][0],
meshObj.edges[i][0][1], meshObj.edges[i][0][2]),
new THREE.Vector3(meshObj.edges[i][1][0],
meshObj.edges[i][1][1], meshObj.edges[i][1][2]));
}
geometry.computeBoundingSphere();
return new THREE.LineSegments(geometry, material);
}
};
var solvespace_model___________ = {
bounds: {
x: 59.889231, y: 59.889231, near: 1.000000, far: 162.000000, z: 81.000000, edgeBias: 0.324000
},
lights: {
d: [
{
intensity: 1.000000, direction: [-1.000000, 1.000000, 0.000000]
},
{
intensity: 0.500000, direction: [1.000000, 0.000000, 0.000000]
},
],
a: 0.300000
},
points: [
[-2.690657, -29.823487, -40.000000],
[-5.448814, -29.444701, -40.000000],
[-0.000000, -29.944616, -40.000000],
[-0.000000, -16.082288, -40.000000],
[-8.239507, -28.788722, -40.000000],
[-2.926382, -15.813801, -40.000000],
[-11.022455, -27.842153, -40.000000],
[-5.919805, -14.953124, -40.000000],
[-13.753400, -26.599323, -40.000000],
[-8.800385, -13.460803, -40.000000],
[-16.385986, -25.063509, -40.000000],
[-11.371895, -11.371895, -40.000000],
[-18.874035, -23.247598, -40.000000],
[-13.460803, -8.800385, -40.000000],
[-21.174041, -21.174041, -40.000000],
[-14.953124, -5.919805, -40.000000],
[-23.247598, -18.874035, -40.000000],
[-15.813801, -2.926382, -40.000000],
[-25.063509, -16.385986, -40.000000],
[-16.082288, 0.000000, -40.000000],
[-26.599323, -13.753400, -40.000000],
[-15.813801, 2.926382, -40.000000],
[-27.842153, -11.022455, -40.000000],
[-14.953124, 5.919805, -40.000000],
[-28.788722, -8.239507, -40.000000],
[-13.460803, 8.800385, -40.000000],
[-29.444701, -5.448814, -40.000000],
[-11.371895, 11.371895, -40.000000],
[-29.823487, -2.690657, -40.000000],
[-8.800385, 13.460803, -40.000000],
[-29.944616, 0.000000, -40.000000],
[2.926382, -15.813801, -40.000000],
[-29.823487, 2.690657, -40.000000],
[-5.919805, 14.953124, -40.000000],
[-29.444701, 5.448814, -40.000000],
[5.919805, -14.953124, -40.000000],
[-28.788722, 8.239507, -40.000000],
[8.800385, -13.460803, -40.000000],
[-27.842153, 11.022455, -40.000000],
[-2.926382, 15.813801, -40.000000],
[-26.599323, 13.753400, -40.000000],
[0.000000, 16.082288, -40.000000],
[-25.063509, 16.385986, -40.000000],
[11.371895, -11.371895, -40.000000],
[-23.247598, 18.874035, -40.000000],
[2.926382, 15.813801, -40.000000],
[-21.174041, 21.174041, -40.000000],
[13.460803, -8.800385, -40.000000],
[-18.874035, 23.247598, -40.000000],
[5.919805, 14.953124, -40.000000],
[-16.385986, 25.063509, -40.000000],
[2.690657, -29.823487, -40.000000],
[-13.753400, 26.599323, -40.000000],
[8.800385, 13.460803, -40.000000],
[-11.022455, 27.842153, -40.000000],
[14.953124, -5.919805, -40.000000],
[-8.239507, 28.788722, -40.000000],
[11.371895, 11.371895, -40.000000],
[-5.448814, 29.444701, -40.000000],
[5.448814, -29.444701, -40.000000],
[-2.690657, 29.823487, -40.000000],
[13.460803, 8.800385, -40.000000],
[0.000000, 29.944616, -40.000000],
[8.239507, -28.788722, -40.000000],
[2.690657, 29.823487, -40.000000],
[14.953124, 5.919805, -40.000000],
[5.448814, 29.444701, -40.000000],
[11.022455, -27.842153, -40.000000],
[8.239507, 28.788722, -40.000000],
[15.813801, -2.926382, -40.000000],
[11.022455, 27.842153, -40.000000],
[15.813801, 2.926382, -40.000000],
[13.753400, 26.599323, -40.000000],
[16.082288, -0.000000, -40.000000],
[16.385986, 25.063509, -40.000000],
[13.753400, -26.599323, -40.000000],
[18.874035, 23.247598, -40.000000],
[21.174041, 21.174041, -40.000000],
[23.247598, 18.874035, -40.000000],
[16.385986, -25.063509, -40.000000],
[25.063509, 16.385986, -40.000000],
[18.874035, -23.247598, -40.000000],
[26.599323, 13.753400, -40.000000],
[21.174041, -21.174041, -40.000000],
[27.842153, 11.022455, -40.000000],
[23.247598, -18.874035, -40.000000],
[28.788722, 8.239507, -40.000000],
[25.063509, -16.385986, -40.000000],
[29.444701, 5.448814, -40.000000],
[26.599323, -13.753400, -40.000000],
[29.823487, 2.690657, -40.000000],
[27.842153, -11.022455, -40.000000],
[29.944616, -0.000000, -40.000000],
[28.788722, -8.239507, -40.000000],
[29.823487, -2.690657, -40.000000],
[29.444701, -5.448814, -40.000000],
[-29.823487, -2.690657, 40.000000],
[-29.444701, -5.448814, 40.000000],
[-29.944616, 0.000000, 40.000000],
[-29.823487, 2.690657, 40.000000],
[-28.788722, -8.239507, 40.000000],
[-29.444701, 5.448814, 40.000000],
[-27.842153, -11.022455, 40.000000],
[-28.788722, 8.239507, 40.000000],
[-26.599323, -13.753400, 40.000000],
[-27.842153, 11.022455, 40.000000],
[-25.063509, -16.385986, 40.000000],
[-26.599323, 13.753400, 40.000000],
[-23.247598, -18.874035, 40.000000],
[-25.063509, 16.385986, 40.000000],
[-21.174041, -21.174041, 40.000000],
[-23.247598, 18.874035, 40.000000],
[-18.874035, -23.247598, 40.000000],
[-21.174041, 21.174041, 40.000000],
[-16.385986, -25.063509, 40.000000],
[-18.874035, 23.247598, 40.000000],
[-13.753400, -26.599323, 40.000000],
[-16.385986, 25.063509, 40.000000],
[-13.753400, 26.599323, 40.000000],
[-11.022455, 27.842153, 40.000000],
[-8.239507, 28.788722, 40.000000],
[-5.448814, 29.444701, 40.000000],
[-2.690657, 29.823487, 40.000000],
[0.000000, 29.944616, 40.000000],
[2.690657, 29.823487, 40.000000],
[5.448814, 29.444701, 40.000000],
[8.239507, 28.788722, 40.000000],
[11.022455, 27.842153, 40.000000],
[13.753400, 26.599323, 40.000000],
[16.385986, 25.063509, 40.000000],
[18.874035, 23.247598, 40.000000],
[21.174041, 21.174041, 40.000000],
[23.247598, 18.874035, 40.000000],
[25.063509, 16.385986, 40.000000],
[26.599323, 13.753400, 40.000000],
[27.842153, 11.022455, 40.000000],
[28.788722, 8.239507, 40.000000],
[29.444701, 5.448814, 40.000000],
[29.823487, 2.690657, 40.000000],
[29.944616, -0.000000, 40.000000],
[29.823487, -2.690657, 40.000000],
[29.444701, -5.448814, 40.000000],
[28.788722, -8.239507, 40.000000],
[27.842153, -11.022455, 40.000000],
[26.599323, -13.753400, 40.000000],
[25.063509, -16.385986, 40.000000],
[23.247598, -18.874035, 40.000000],
[21.174041, -21.174041, 40.000000],
[18.874035, -23.247598, 40.000000],
[16.385986, -25.063509, 40.000000],
[13.753400, -26.599323, 40.000000],
[11.022455, -27.842153, 40.000000],
[8.239507, -28.788722, 40.000000],
[5.448814, -29.444701, 40.000000],
[2.690657, -29.823487, 40.000000],
[-0.000000, -29.944616, 40.000000],
[-0.000000, -16.082288, 40.000000],
[2.926382, -15.813801, 40.000000],
[5.919805, -14.953124, 40.000000],
[8.800385, -13.460803, 40.000000],
[11.371895, -11.371895, 40.000000],
[13.460803, -8.800385, 40.000000],
[14.953124, -5.919805, 40.000000],
[15.813801, -2.926382, 40.000000],
[16.082288, 0.000000, 40.000000],
[15.813801, 2.926382, 40.000000],
[14.953124, 5.919805, 40.000000],
[13.460803, 8.800385, 40.000000],
[11.371895, 11.371895, 40.000000],
[8.800385, 13.460803, 40.000000],
[5.919805, 14.953124, 40.000000],
[2.926382, 15.813801, 40.000000],
[0.000000, 16.082288, 40.000000],
[-2.926382, 15.813801, 40.000000],
[-5.919805, 14.953124, 40.000000],
[-8.800385, 13.460803, 40.000000],
[-11.371895, 11.371895, 40.000000],
[-13.460803, 8.800385, 40.000000],
[-14.953124, 5.919805, 40.000000],
[-15.813801, 2.926382, 40.000000],
[-16.082288, 0.000000, 40.000000],
[-15.813801, -2.926382, 40.000000],
[-11.022455, -27.842153, 40.000000],
[-14.953124, -5.919805, 40.000000],
[-8.239507, -28.788722, 40.000000],
[-13.460803, -8.800385, 40.000000],
[-5.448814, -29.444701, 40.000000],
[-11.371895, -11.371895, 40.000000],
[-2.690657, -29.823487, 40.000000],
[-8.800385, -13.460803, 40.000000],
[-5.919805, -14.953124, 40.000000],
[-2.926382, -15.813801, 40.000000],
],
faces: [
[0, 1, 2],
[2, 1, 3],
[1, 4, 3],
[3, 4, 5],
[4, 6, 5],
[5, 6, 7],
[6, 8, 7],
[7, 8, 9],
[8, 10, 9],
[9, 10, 11],
[10, 12, 11],
[11, 12, 13],
[12, 14, 13],
[13, 14, 15],
[14, 16, 15],
[15, 16, 17],
[16, 18, 17],
[17, 18, 19],
[18, 20, 19],
[19, 20, 21],
[20, 22, 21],
[21, 22, 23],
[22, 24, 23],
[23, 24, 25],
[24, 26, 25],
[25, 26, 27],
[26, 28, 27],
[27, 28, 29],
[28, 30, 29],
[3, 31, 2],
[30, 32, 29],
[29, 32, 33],
[32, 34, 33],
[31, 35, 2],
[34, 36, 33],
[35, 37, 2],
[36, 38, 33],
[33, 38, 39],
[38, 40, 39],
[39, 40, 41],
[40, 42, 41],
[37, 43, 2],
[42, 44, 41],
[41, 44, 45],
[44, 46, 45],
[43, 47, 2],
[46, 48, 45],
[45, 48, 49],
[48, 50, 49],
[2, 47, 51],
[50, 52, 49],
[49, 52, 53],
[52, 54, 53],
[47, 55, 51],
[54, 56, 53],
[53, 56, 57],
[56, 58, 57],
[51, 55, 59],
[58, 60, 57],
[57, 60, 61],
[60, 62, 61],
[59, 55, 63],
[62, 64, 61],
[61, 64, 65],
[64, 66, 65],
[63, 55, 67],
[66, 68, 65],
[55, 69, 67],
[68, 70, 65],
[65, 70, 71],
[70, 72, 71],
[71, 72, 73],
[72, 74, 73],
[67, 69, 75],
[74, 76, 73],
[73, 76, 69],
[76, 77, 69],
[69, 77, 75],
[77, 78, 75],
[75, 78, 79],
[78, 80, 79],
[79, 80, 81],
[80, 82, 81],
[81, 82, 83],
[82, 84, 83],
[83, 84, 85],
[84, 86, 85],
[85, 86, 87],
[86, 88, 87],
[87, 88, 89],
[88, 90, 89],
[89, 90, 91],
[90, 92, 91],
[91, 92, 93],
[92, 94, 93],
[93, 94, 95],
[96, 97, 98],
[98, 97, 99],
[97, 100, 99],
[99, 100, 101],
[100, 102, 101],
[101, 102, 103],
[102, 104, 103],
[103, 104, 105],
[104, 106, 105],
[105, 106, 107],
[106, 108, 107],
[107, 108, 109],
[108, 110, 109],
[109, 110, 111],
[110, 112, 111],
[111, 112, 113],
[112, 114, 113],
[113, 114, 115],
[114, 116, 115],
[117, 115, 118],
[118, 115, 119],
[119, 115, 120],
[120, 115, 121],
[121, 115, 122],
[122, 115, 123],
[123, 115, 124],
[124, 115, 125],
[125, 115, 126],
[126, 115, 127],
[127, 115, 128],
[128, 115, 129],
[129, 115, 130],
[130, 115, 131],
[131, 115, 132],
[132, 115, 133],
[133, 115, 134],
[134, 115, 135],
[135, 115, 136],
[137, 136, 138],
[138, 136, 139],
[139, 136, 140],
[140, 136, 141],
[141, 136, 142],
[142, 136, 143],
[143, 136, 144],
[144, 136, 145],
[145, 136, 146],
[146, 136, 147],
[147, 136, 148],
[148, 136, 149],
[149, 136, 150],
[150, 136, 151],
[151, 136, 152],
[152, 136, 153],
[153, 136, 154],
[154, 136, 155],
[156, 155, 157],
[157, 155, 158],
[158, 155, 159],
[159, 155, 160],
[155, 136, 160],
[160, 136, 161],
[161, 136, 162],
[162, 136, 163],
[163, 136, 164],
[164, 136, 165],
[165, 136, 166],
[166, 136, 167],
[167, 136, 168],
[168, 136, 169],
[169, 136, 170],
[136, 115, 170],
[170, 115, 171],
[171, 115, 172],
[172, 115, 173],
[173, 115, 174],
[174, 115, 175],
[175, 115, 176],
[176, 115, 177],
[177, 115, 178],
[178, 115, 179],
[179, 115, 180],
[115, 116, 180],
[180, 116, 181],
[116, 182, 181],
[181, 182, 183],
[182, 184, 183],
[183, 184, 185],
[184, 186, 185],
[185, 186, 187],
[186, 188, 187],
[187, 188, 189],
[188, 155, 189],
[189, 155, 190],
[190, 155, 191],
[191, 155, 156],
[92, 90, 139],
[139, 90, 138],
[123, 124, 62],
[62, 124, 64],
[90, 88, 138],
[138, 88, 137],
[124, 125, 64],
[64, 125, 66],
[88, 86, 137],
[137, 86, 136],
[125, 126, 66],
[66, 126, 68],
[86, 84, 136],
[136, 84, 135],
[126, 127, 68],
[68, 127, 70],
[84, 82, 135],
[135, 82, 134],
[127, 128, 70],
[70, 128, 72],
[82, 80, 134],
[134, 80, 133],
[128, 129, 72],
[72, 129, 74],
[80, 78, 133],
[133, 78, 132],
[129, 130, 74],
[74, 130, 76],
[78, 77, 132],
[132, 77, 131],
[77, 76, 131],
[131, 76, 130],
[62, 60, 123],
[123, 60, 122],
[98, 99, 30],
[30, 99, 32],
[60, 58, 122],
[122, 58, 121],
[99, 101, 32],
[32, 101, 34],
[58, 56, 121],
[121, 56, 120],
[101, 103, 34],
[34, 103, 36],
[56, 54, 120],
[120, 54, 119],
[103, 105, 36],
[36, 105, 38],
[54, 52, 119],
[119, 52, 118],
[105, 107, 38],
[38, 107, 40],
[52, 50, 118],
[118, 50, 117],
[107, 109, 40],
[40, 109, 42],
[50, 48, 117],
[117, 48, 115],
[109, 111, 42],
[42, 111, 44],
[48, 46, 115],
[115, 46, 113],
[46, 44, 113],
[113, 44, 111],
[30, 28, 98],
[98, 28, 96],
[155, 188, 2],
[2, 188, 0],
[28, 26, 96],
[96, 26, 97],
[188, 186, 0],
[0, 186, 1],
[26, 24, 97],
[97, 24, 100],
[186, 184, 1],
[1, 184, 4],
[24, 22, 100],
[100, 22, 102],
[184, 182, 4],
[4, 182, 6],
[22, 20, 102],
[102, 20, 104],
[182, 116, 6],
[6, 116, 8],
[20, 18, 104],
[104, 18, 106],
[116, 114, 8],
[8, 114, 10],
[18, 16, 106],
[106, 16, 108],
[114, 112, 10],
[10, 112, 12],
[16, 14, 108],
[108, 14, 110],
[14, 12, 110],
[110, 12, 112],
[2, 51, 155],
[155, 51, 154],
[139, 140, 92],
[92, 140, 94],
[51, 59, 154],
[154, 59, 153],
[140, 141, 94],
[94, 141, 95],
[59, 63, 153],
[153, 63, 152],
[141, 142, 95],
[95, 142, 93],
[63, 67, 152],
[152, 67, 151],
[142, 143, 93],
[93, 143, 91],
[67, 75, 151],
[151, 75, 150],
[143, 144, 91],
[91, 144, 89],
[75, 79, 150],
[150, 79, 149],
[144, 145, 89],
[89, 145, 87],
[79, 81, 149],
[149, 81, 148],
[145, 146, 87],
[87, 146, 85],
[81, 83, 148],
[148, 83, 147],
[83, 85, 147],
[147, 85, 146],
[73, 69, 164],
[164, 69, 163],
[156, 157, 3],
[3, 157, 31],
[69, 55, 163],
[163, 55, 162],
[157, 158, 31],
[31, 158, 35],
[55, 47, 162],
[162, 47, 161],
[158, 159, 35],
[35, 159, 37],
[47, 43, 161],
[161, 43, 160],
[43, 37, 160],
[160, 37, 159],
[3, 5, 156],
[156, 5, 191],
[180, 181, 19],
[19, 181, 17],
[5, 7, 191],
[191, 7, 190],
[181, 183, 17],
[17, 183, 15],
[7, 9, 190],
[190, 9, 189],
[183, 185, 15],
[15, 185, 13],
[9, 11, 189],
[189, 11, 187],
[11, 13, 187],
[187, 13, 185],
[19, 21, 180],
[180, 21, 179],
[172, 173, 41],
[41, 173, 39],
[21, 23, 179],
[179, 23, 178],
[173, 174, 39],
[39, 174, 33],
[23, 25, 178],
[178, 25, 177],
[174, 175, 33],
[33, 175, 29],
[25, 27, 177],
[177, 27, 176],
[27, 29, 176],
[176, 29, 175],
[41, 45, 172],
[172, 45, 171],
[164, 165, 73],
[73, 165, 71],
[45, 49, 171],
[171, 49, 170],
[165, 166, 71],
[71, 166, 65],
[49, 53, 170],
[170, 53, 169],
[166, 167, 65],
[65, 167, 61],
[53, 57, 169],
[169, 57, 168],
[57, 61, 168],
[168, 61, 167],
],
normals: [
[[0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000], [0.000000, 0.000000, -3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, 0.000000, 3586.720000]],
[[0.000000, 0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000], [0.000000, -0.000000, 3586.720000]],
[[3387.846514, -0.000000, 0.000000], [3494.070840, 315.232917, -0.000000], [3387.846514, -0.000000, 0.000000]],
[[3387.846514, -0.000000, 0.000000], [3494.070840, 315.232917, -0.000000], [3494.070840, 315.232917, -0.000000]],
[[0.000000, 3387.846514, -0.000000], [315.232917, 3494.070840, -0.000000], [0.000000, 3387.846514, -0.000000]],
[[0.000000, 3387.846514, -0.000000], [315.232917, 3494.070840, -0.000000], [315.232917, 3494.070840, -0.000000]],
[[3494.070840, 315.232917, -0.000000], [3559.335696, 658.663736, -0.000000], [3494.070840, 315.232917, -0.000000]],
[[3494.070840, 315.232917, -0.000000], [3559.335696, 658.663736, -0.000000], [3559.335696, 658.663736, -0.000000]],
[[315.232917, 3494.070840, -0.000000], [658.663736, 3559.335696, -0.000000], [315.232917, 3494.070840, -0.000000]],
[[315.232917, 3494.070840, -0.000000], [658.663736, 3559.335696, -0.000000], [658.663736, 3559.335696, -0.000000]],
[[3559.335696, 658.663736, -0.000000], [3576.216936, 1023.534985, -0.000000], [3559.335696, 658.663736, -0.000000]],
[[3559.335696, 658.663736, -0.000000], [3576.216936, 1023.534985, -0.000000], [3576.216936, 1023.534985, -0.000000]],
[[658.663736, 3559.335696, -0.000000], [1023.534985, 3576.216936, -0.000000], [658.663736, 3559.335696, -0.000000]],
[[658.663736, 3559.335696, -0.000000], [1023.534985, 3576.216936, -0.000000], [1023.534985, 3576.216936, -0.000000]],
[[3576.216936, 1023.534985, -0.000000], [3538.647220, 1400.918165, -0.000000], [3576.216936, 1023.534985, -0.000000]],
[[3576.216936, 1023.534985, -0.000000], [3538.647220, 1400.918165, -0.000000], [3538.647220, 1400.918165, -0.000000]],
[[1023.534985, 3576.216936, -0.000000], [1400.918165, 3538.647220, -0.000000], [1023.534985, 3576.216936, -0.000000]],
[[1023.534985, 3576.216936, -0.000000], [1400.918165, 3538.647220, -0.000000], [1400.918165, 3538.647220, -0.000000]],
[[3538.647220, 1400.918165, -0.000000], [3442.634183, 1780.042480, -0.000000], [3538.647220, 1400.918165, -0.000000]],
[[3538.647220, 1400.918165, -0.000000], [3442.634183, 1780.042480, -0.000000], [3442.634183, 1780.042480, -0.000000]],
[[1400.918165, 3538.647220, -0.000000], [1780.042480, 3442.634183, -0.000000], [1400.918165, 3538.647220, -0.000000]],
[[1400.918165, 3538.647220, -0.000000], [1780.042480, 3442.634183, -0.000000], [1780.042480, 3442.634183, -0.000000]],
[[3442.634183, 1780.042480, -0.000000], [3286.880266, 2148.891978, -0.000000], [3442.634183, 1780.042480, -0.000000]],
[[3442.634183, 1780.042480, -0.000000], [3286.880266, 2148.891978, -0.000000], [3286.880266, 2148.891978, -0.000000]],
[[1780.042480, 3442.634183, -0.000000], [2148.891978, 3286.880266, -0.000000], [1780.042480, 3442.634183, -0.000000]],
[[1780.042480, 3442.634183, -0.000000], [2148.891978, 3286.880266, -0.000000], [2148.891978, 3286.880266, -0.000000]],
[[3286.880266, 2148.891978, -0.000000], [3073.191794, 2495.033267, -0.000000], [3286.880266, 2148.891978, -0.000000]],
[[3286.880266, 2148.891978, -0.000000], [3073.191794, 2495.033267, -0.000000], [3073.191794, 2495.033267, -0.000000]],
[[2148.891978, 3286.880266, -0.000000], [2495.033267, 3073.191794, -0.000000], [2148.891978, 3286.880266, -0.000000]],
[[2148.891978, 3286.880266, -0.000000], [2495.033267, 3073.191794, -0.000000], [2495.033267, 3073.191794, -0.000000]],
[[3073.191794, 2495.033267, -0.000000], [2806.583946, 2806.583946, -0.000000], [3073.191794, 2495.033267, -0.000000]],
[[3073.191794, 2495.033267, -0.000000], [2806.583946, 2806.583946, -0.000000], [2806.583946, 2806.583946, -0.000000]],
[[2806.583946, 2806.583946, -0.000000], [2495.033267, 3073.191794, -0.000000], [2806.583946, 2806.583946, -0.000000]],
[[2806.583946, 2806.583946, -0.000000], [2495.033267, 3073.191794, -0.000000], [2495.033267, 3073.191794, -0.000000]],
[[0.000000, 3387.846514, -0.000000], [-315.232917, 3494.070840, 0.000000], [0.000000, 3387.846514, -0.000000]],
[[0.000000, 3387.846514, -0.000000], [-315.232917, 3494.070840, 0.000000], [-315.232917, 3494.070840, 0.000000]],
[[-3387.846514, 0.000000, 0.000000], [-3494.070840, 315.232917, 0.000000], [-3387.846514, 0.000000, 0.000000]],
[[-3387.846514, 0.000000, 0.000000], [-3494.070840, 315.232917, 0.000000], [-3494.070840, 315.232917, 0.000000]],
[[-315.232917, 3494.070840, 0.000000], [-658.663736, 3559.335696, 0.000000], [-315.232917, 3494.070840, 0.000000]],
[[-315.232917, 3494.070840, 0.000000], [-658.663736, 3559.335696, 0.000000], [-658.663736, 3559.335696, 0.000000]],
[[-3494.070840, 315.232917, 0.000000], [-3559.335696, 658.663736, 0.000000], [-3494.070840, 315.232917, 0.000000]],
[[-3494.070840, 315.232917, 0.000000], [-3559.335696, 658.663736, 0.000000], [-3559.335696, 658.663736, 0.000000]],
[[-658.663736, 3559.335696, 0.000000], [-1023.534985, 3576.216936, 0.000000], [-658.663736, 3559.335696, 0.000000]],
[[-658.663736, 3559.335696, 0.000000], [-1023.534985, 3576.216936, 0.000000], [-1023.534985, 3576.216936, 0.000000]],
[[-3559.335696, 658.663736, 0.000000], [-3576.216936, 1023.534985, 0.000000], [-3559.335696, 658.663736, 0.000000]],
[[-3559.335696, 658.663736, 0.000000], [-3576.216936, 1023.534985, 0.000000], [-3576.216936, 1023.534985, 0.000000]],
[[-1023.534985, 3576.216936, 0.000000], [-1400.918165, 3538.647220, 0.000000], [-1023.534985, 3576.216936, 0.000000]],
[[-1023.534985, 3576.216936, 0.000000], [-1400.918165, 3538.647220, 0.000000], [-1400.918165, 3538.647220, 0.000000]],
[[-3576.216936, 1023.534985, 0.000000], [-3538.647220, 1400.918165, 0.000000], [-3576.216936, 1023.534985, 0.000000]],
[[-3576.216936, 1023.534985, 0.000000], [-3538.647220, 1400.918165, 0.000000], [-3538.647220, 1400.918165, 0.000000]],
[[-1400.918165, 3538.647220, 0.000000], [-1780.042480, 3442.634183, 0.000000], [-1400.918165, 3538.647220, 0.000000]],
[[-1400.918165, 3538.647220, 0.000000], [-1780.042480, 3442.634183, 0.000000], [-1780.042480, 3442.634183, 0.000000]],
[[-3538.647220, 1400.918165, 0.000000], [-3442.634183, 1780.042480, 0.000000], [-3538.647220, 1400.918165, 0.000000]],
[[-3538.647220, 1400.918165, 0.000000], [-3442.634183, 1780.042480, 0.000000], [-3442.634183, 1780.042480, 0.000000]],
[[-1780.042480, 3442.634183, 0.000000], [-2148.891978, 3286.880266, 0.000000], [-1780.042480, 3442.634183, 0.000000]],
[[-1780.042480, 3442.634183, 0.000000], [-2148.891978, 3286.880266, 0.000000], [-2148.891978, 3286.880266, 0.000000]],
[[-3442.634183, 1780.042480, 0.000000], [-3286.880266, 2148.891978, 0.000000], [-3442.634183, 1780.042480, 0.000000]],
[[-3442.634183, 1780.042480, 0.000000], [-3286.880266, 2148.891978, 0.000000], [-3286.880266, 2148.891978, 0.000000]],
[[-2148.891978, 3286.880266, 0.000000], [-2495.033267, 3073.191794, 0.000000], [-2148.891978, 3286.880266, 0.000000]],
[[-2148.891978, 3286.880266, 0.000000], [-2495.033267, 3073.191794, 0.000000], [-2495.033267, 3073.191794, 0.000000]],
[[-3286.880266, 2148.891978, 0.000000], [-3073.191794, 2495.033267, 0.000000], [-3286.880266, 2148.891978, 0.000000]],
[[-3286.880266, 2148.891978, 0.000000], [-3073.191794, 2495.033267, 0.000000], [-3073.191794, 2495.033267, 0.000000]],
[[-2495.033267, 3073.191794, 0.000000], [-2806.583946, 2806.583946, 0.000000], [-2495.033267, 3073.191794, 0.000000]],
[[-2495.033267, 3073.191794, 0.000000], [-2806.583946, 2806.583946, 0.000000], [-2806.583946, 2806.583946, 0.000000]],
[[-2806.583946, 2806.583946, 0.000000], [-3073.191794, 2495.033267, 0.000000], [-2806.583946, 2806.583946, 0.000000]],
[[-2806.583946, 2806.583946, 0.000000], [-3073.191794, 2495.033267, 0.000000], [-3073.191794, 2495.033267, 0.000000]],
[[-3387.846514, 0.000000, 0.000000], [-3494.070840, -315.232917, 0.000000], [-3387.846514, 0.000000, 0.000000]],
[[-3387.846514, 0.000000, 0.000000], [-3494.070840, -315.232917, 0.000000], [-3494.070840, -315.232917, 0.000000]],
[[-0.000000, -3387.846514, 0.000000], [-315.232917, -3494.070840, 0.000000], [-0.000000, -3387.846514, 0.000000]],
[[-0.000000, -3387.846514, 0.000000], [-315.232917, -3494.070840, 0.000000], [-315.232917, -3494.070840, 0.000000]],
[[-3494.070840, -315.232917, 0.000000], [-3559.335696, -658.663736, 0.000000], [-3494.070840, -315.232917, 0.000000]],
[[-3494.070840, -315.232917, 0.000000], [-3559.335696, -658.663736, 0.000000], [-3559.335696, -658.663736, 0.000000]],
[[-315.232917, -3494.070840, 0.000000], [-658.663736, -3559.335696, 0.000000], [-315.232917, -3494.070840, 0.000000]],
[[-315.232917, -3494.070840, 0.000000], [-658.663736, -3559.335696, 0.000000], [-658.663736, -3559.335696, 0.000000]],
[[-3559.335696, -658.663736, 0.000000], [-3576.216936, -1023.534985, 0.000000], [-3559.335696, -658.663736, 0.000000]],
[[-3559.335696, -658.663736, 0.000000], [-3576.216936, -1023.534985, 0.000000], [-3576.216936, -1023.534985, 0.000000]],
[[-658.663736, -3559.335696, 0.000000], [-1023.534985, -3576.216936, 0.000000], [-658.663736, -3559.335696, 0.000000]],
[[-658.663736, -3559.335696, 0.000000], [-1023.534985, -3576.216936, 0.000000], [-1023.534985, -3576.216936, 0.000000]],
[[-3576.216936, -1023.534985, 0.000000], [-3538.647220, -1400.918165, 0.000000], [-3576.216936, -1023.534985, 0.000000]],
[[-3576.216936, -1023.534985, 0.000000], [-3538.647220, -1400.918165, 0.000000], [-3538.647220, -1400.918165, 0.000000]],
[[-1023.534985, -3576.216936, 0.000000], [-1400.918165, -3538.647220, 0.000000], [-1023.534985, -3576.216936, 0.000000]],
[[-1023.534985, -3576.216936, 0.000000], [-1400.918165, -3538.647220, 0.000000], [-1400.918165, -3538.647220, 0.000000]],
[[-3538.647220, -1400.918165, 0.000000], [-3442.634183, -1780.042480, 0.000000], [-3538.647220, -1400.918165, 0.000000]],
[[-3538.647220, -1400.918165, 0.000000], [-3442.634183, -1780.042480, 0.000000], [-3442.634183, -1780.042480, 0.000000]],
[[-1400.918165, -3538.647220, 0.000000], [-1780.042480, -3442.634183, 0.000000], [-1400.918165, -3538.647220, 0.000000]],
[[-1400.918165, -3538.647220, 0.000000], [-1780.042480, -3442.634183, 0.000000], [-1780.042480, -3442.634183, 0.000000]],
[[-3442.634183, -1780.042480, 0.000000], [-3286.880266, -2148.891978, 0.000000], [-3442.634183, -1780.042480, 0.000000]],
[[-3442.634183, -1780.042480, 0.000000], [-3286.880266, -2148.891978, 0.000000], [-3286.880266, -2148.891978, 0.000000]],
[[-1780.042480, -3442.634183, 0.000000], [-2148.891978, -3286.880266, 0.000000], [-1780.042480, -3442.634183, 0.000000]],
[[-1780.042480, -3442.634183, 0.000000], [-2148.891978, -3286.880266, 0.000000], [-2148.891978, -3286.880266, 0.000000]],
[[-3286.880266, -2148.891978, 0.000000], [-3073.191794, -2495.033267, 0.000000], [-3286.880266, -2148.891978, 0.000000]],
[[-3286.880266, -2148.891978, 0.000000], [-3073.191794, -2495.033267, 0.000000], [-3073.191794, -2495.033267, 0.000000]],
[[-2148.891978, -3286.880266, 0.000000], [-2495.033267, -3073.191794, 0.000000], [-2148.891978, -3286.880266, 0.000000]],
[[-2148.891978, -3286.880266, 0.000000], [-2495.033267, -3073.191794, 0.000000], [-2495.033267, -3073.191794, 0.000000]],
[[-3073.191794, -2495.033267, 0.000000], [-2806.583946, -2806.583946, 0.000000], [-3073.191794, -2495.033267, 0.000000]],
[[-3073.191794, -2495.033267, 0.000000], [-2806.583946, -2806.583946, 0.000000], [-2806.583946, -2806.583946, 0.000000]],
[[-2806.583946, -2806.583946, 0.000000], [-2495.033267, -3073.191794, 0.000000], [-2806.583946, -2806.583946, 0.000000]],
[[-2806.583946, -2806.583946, 0.000000], [-2495.033267, -3073.191794, 0.000000], [-2495.033267, -3073.191794, 0.000000]],
[[-0.000000, -3387.846514, 0.000000], [315.232917, -3494.070840, 0.000000], [-0.000000, -3387.846514, 0.000000]],
[[-0.000000, -3387.846514, 0.000000], [315.232917, -3494.070840, 0.000000], [315.232917, -3494.070840, 0.000000]],
[[3387.846514, -0.000000, 0.000000], [3494.070840, -315.232917, 0.000000], [3387.846514, -0.000000, 0.000000]],
[[3387.846514, -0.000000, 0.000000], [3494.070840, -315.232917, 0.000000], [3494.070840, -315.232917, 0.000000]],
[[315.232917, -3494.070840, 0.000000], [658.663736, -3559.335696, 0.000000], [315.232917, -3494.070840, 0.000000]],
[[315.232917, -3494.070840, 0.000000], [658.663736, -3559.335696, 0.000000], [658.663736, -3559.335696, 0.000000]],
[[3494.070840, -315.232917, 0.000000], [3559.335696, -658.663736, 0.000000], [3494.070840, -315.232917, 0.000000]],
[[3494.070840, -315.232917, 0.000000], [3559.335696, -658.663736, 0.000000], [3559.335696, -658.663736, 0.000000]],
[[658.663736, -3559.335696, 0.000000], [1023.534985, -3576.216936, 0.000000], [658.663736, -3559.335696, 0.000000]],
[[658.663736, -3559.335696, 0.000000], [1023.534985, -3576.216936, 0.000000], [1023.534985, -3576.216936, 0.000000]],
[[3559.335696, -658.663736, 0.000000], [3576.216936, -1023.534985, 0.000000], [3559.335696, -658.663736, 0.000000]],
[[3559.335696, -658.663736, 0.000000], [3576.216936, -1023.534985, 0.000000], [3576.216936, -1023.534985, 0.000000]],
[[1023.534985, -3576.216936, 0.000000], [1400.918165, -3538.647220, 0.000000], [1023.534985, -3576.216936, 0.000000]],
[[1023.534985, -3576.216936, 0.000000], [1400.918165, -3538.647220, 0.000000], [1400.918165, -3538.647220, 0.000000]],
[[3576.216936, -1023.534985, 0.000000], [3538.647220, -1400.918165, 0.000000], [3576.216936, -1023.534985, 0.000000]],
[[3576.216936, -1023.534985, 0.000000], [3538.647220, -1400.918165, 0.000000], [3538.647220, -1400.918165, 0.000000]],
[[1400.918165, -3538.647220, 0.000000], [1780.042480, -3442.634183, 0.000000], [1400.918165, -3538.647220, 0.000000]],
[[1400.918165, -3538.647220, 0.000000], [1780.042480, -3442.634183, 0.000000], [1780.042480, -3442.634183, 0.000000]],
[[3538.647220, -1400.918165, 0.000000], [3442.634183, -1780.042480, 0.000000], [3538.647220, -1400.918165, 0.000000]],
[[3538.647220, -1400.918165, 0.000000], [3442.634183, -1780.042480, 0.000000], [3442.634183, -1780.042480, 0.000000]],
[[1780.042480, -3442.634183, 0.000000], [2148.891978, -3286.880266, 0.000000], [1780.042480, -3442.634183, 0.000000]],
[[1780.042480, -3442.634183, 0.000000], [2148.891978, -3286.880266, 0.000000], [2148.891978, -3286.880266, 0.000000]],
[[3442.634183, -1780.042480, 0.000000], [3286.880266, -2148.891978, 0.000000], [3442.634183, -1780.042480, 0.000000]],
[[3442.634183, -1780.042480, 0.000000], [3286.880266, -2148.891978, 0.000000], [3286.880266, -2148.891978, 0.000000]],
[[2148.891978, -3286.880266, 0.000000], [2495.033267, -3073.191794, 0.000000], [2148.891978, -3286.880266, 0.000000]],
[[2148.891978, -3286.880266, 0.000000], [2495.033267, -3073.191794, 0.000000], [2495.033267, -3073.191794, 0.000000]],
[[3286.880266, -2148.891978, 0.000000], [3073.191794, -2495.033267, 0.000000], [3286.880266, -2148.891978, 0.000000]],
[[3286.880266, -2148.891978, 0.000000], [3073.191794, -2495.033267, 0.000000], [3073.191794, -2495.033267, 0.000000]],
[[2495.033267, -3073.191794, 0.000000], [2806.583946, -2806.583946, 0.000000], [2495.033267, -3073.191794, 0.000000]],
[[2495.033267, -3073.191794, 0.000000], [2806.583946, -2806.583946, 0.000000], [2806.583946, -2806.583946, 0.000000]],
[[2806.583946, -2806.583946, 0.000000], [3073.191794, -2495.033267, 0.000000], [2806.583946, -2806.583946, 0.000000]],
[[2806.583946, -2806.583946, 0.000000], [3073.191794, -2495.033267, 0.000000], [3073.191794, -2495.033267, 0.000000]],
[[-1819.503229, 0.000000, 0.000000], [-1911.604545, 353.747075, 0.000000], [-1819.503229, 0.000000, 0.000000]],
[[-1819.503229, 0.000000, 0.000000], [-1911.604545, 353.747075, 0.000000], [-1911.604545, 353.747075, 0.000000]],
[[0.000000, 1819.503229, -0.000000], [-353.747075, 1911.604545, 0.000000], [0.000000, 1819.503229, -0.000000]],
[[0.000000, 1819.503229, -0.000000], [-353.747075, 1911.604545, 0.000000], [-353.747075, 1911.604545, 0.000000]],
[[-1911.604545, 353.747075, 0.000000], [-1900.493430, 752.388018, 0.000000], [-1911.604545, 353.747075, 0.000000]],
[[-1911.604545, 353.747075, 0.000000], [-1900.493430, 752.388018, 0.000000], [-1900.493430, 752.388018, 0.000000]],
[[-353.747075, 1911.604545, 0.000000], [-752.388018, 1900.493430, 0.000000], [-353.747075, 1911.604545, 0.000000]],
[[-353.747075, 1911.604545, 0.000000], [-752.388018, 1900.493430, 0.000000], [-752.388018, 1900.493430, 0.000000]],
[[-1900.493430, 752.388018, 0.000000], [-1765.277510, 1154.100659, 0.000000], [-1900.493430, 752.388018, 0.000000]],
[[-1900.493430, 752.388018, 0.000000], [-1765.277510, 1154.100659, 0.000000], [-1765.277510, 1154.100659, 0.000000]],
[[-752.388018, 1900.493430, 0.000000], [-1154.100659, 1765.277510, 0.000000], [-752.388018, 1900.493430, 0.000000]],
[[-752.388018, 1900.493430, 0.000000], [-1154.100659, 1765.277510, 0.000000], [-1154.100659, 1765.277510, 0.000000]],
[[-1765.277510, 1154.100659, 0.000000], [-1507.325828, 1507.325828, 0.000000], [-1765.277510, 1154.100659, 0.000000]],
[[-1765.277510, 1154.100659, 0.000000], [-1507.325828, 1507.325828, 0.000000], [-1507.325828, 1507.325828, 0.000000]],
[[-1507.325828, 1507.325828, 0.000000], [-1154.100659, 1765.277510, 0.000000], [-1507.325828, 1507.325828, 0.000000]],
[[-1507.325828, 1507.325828, 0.000000], [-1154.100659, 1765.277510, 0.000000], [-1154.100659, 1765.277510, 0.000000]],
[[0.000000, 1819.503229, -0.000000], [353.747075, 1911.604545, -0.000000], [0.000000, 1819.503229, -0.000000]],
[[0.000000, 1819.503229, -0.000000], [353.747075, 1911.604545, -0.000000], [353.747075, 1911.604545, -0.000000]],
[[1819.503229, -0.000000, 0.000000], [1911.604545, 353.747075, -0.000000], [1819.503229, -0.000000, 0.000000]],
[[1819.503229, -0.000000, 0.000000], [1911.604545, 353.747075, -0.000000], [1911.604545, 353.747075, -0.000000]],
[[353.747075, 1911.604545, -0.000000], [752.388018, 1900.493430, -0.000000], [353.747075, 1911.604545, -0.000000]],
[[353.747075, 1911.604545, -0.000000], [752.388018, 1900.493430, -0.000000], [752.388018, 1900.493430, -0.000000]],
[[1911.604545, 353.747075, -0.000000], [1900.493430, 752.388018, -0.000000], [1911.604545, 353.747075, -0.000000]],
[[1911.604545, 353.747075, -0.000000], [1900.493430, 752.388018, -0.000000], [1900.493430, 752.388018, -0.000000]],
[[752.388018, 1900.493430, -0.000000], [1154.100659, 1765.277510, -0.000000], [752.388018, 1900.493430, -0.000000]],
[[752.388018, 1900.493430, -0.000000], [1154.100659, 1765.277510, -0.000000], [1154.100659, 1765.277510, -0.000000]],
[[1900.493430, 752.388018, -0.000000], [1765.277510, 1154.100659, -0.000000], [1900.493430, 752.388018, -0.000000]],
[[1900.493430, 752.388018, -0.000000], [1765.277510, 1154.100659, -0.000000], [1765.277510, 1154.100659, -0.000000]],
[[1154.100659, 1765.277510, -0.000000], [1507.325828, 1507.325828, -0.000000], [1154.100659, 1765.277510, -0.000000]],
[[1154.100659, 1765.277510, -0.000000], [1507.325828, 1507.325828, -0.000000], [1507.325828, 1507.325828, -0.000000]],
[[1507.325828, 1507.325828, -0.000000], [1765.277510, 1154.100659, -0.000000], [1507.325828, 1507.325828, -0.000000]],
[[1507.325828, 1507.325828, -0.000000], [1765.277510, 1154.100659, -0.000000], [1765.277510, 1154.100659, -0.000000]],
[[1819.503229, -0.000000, 0.000000], [1911.604545, -353.747075, 0.000000], [1819.503229, -0.000000, 0.000000]],
[[1819.503229, -0.000000, 0.000000], [1911.604545, -353.747075, 0.000000], [1911.604545, -353.747075, 0.000000]],
[[-0.000000, -1819.503229, 0.000000], [353.747075, -1911.604545, 0.000000], [-0.000000, -1819.503229, 0.000000]],
[[-0.000000, -1819.503229, 0.000000], [353.747075, -1911.604545, 0.000000], [353.747075, -1911.604545, 0.000000]],
[[1911.604545, -353.747075, 0.000000], [1900.493430, -752.388018, 0.000000], [1911.604545, -353.747075, 0.000000]],
[[1911.604545, -353.747075, 0.000000], [1900.493430, -752.388018, 0.000000], [1900.493430, -752.388018, 0.000000]],
[[353.747075, -1911.604545, 0.000000], [752.388018, -1900.493430, 0.000000], [353.747075, -1911.604545, 0.000000]],
[[353.747075, -1911.604545, 0.000000], [752.388018, -1900.493430, 0.000000], [752.388018, -1900.493430, 0.000000]],
[[1900.493430, -752.388018, 0.000000], [1765.277510, -1154.100659, 0.000000], [1900.493430, -752.388018, 0.000000]],
[[1900.493430, -752.388018, 0.000000], [1765.277510, -1154.100659, 0.000000], [1765.277510, -1154.100659, 0.000000]],
[[752.388018, -1900.493430, 0.000000], [1154.100659, -1765.277510, 0.000000], [752.388018, -1900.493430, 0.000000]],
[[752.388018, -1900.493430, 0.000000], [1154.100659, -1765.277510, 0.000000], [1154.100659, -1765.277510, 0.000000]],
[[1765.277510, -1154.100659, 0.000000], [1507.325828, -1507.325828, 0.000000], [1765.277510, -1154.100659, 0.000000]],
[[1765.277510, -1154.100659, 0.000000], [1507.325828, -1507.325828, 0.000000], [1507.325828, -1507.325828, 0.000000]],
[[1507.325828, -1507.325828, 0.000000], [1154.100659, -1765.277510, 0.000000], [1507.325828, -1507.325828, 0.000000]],
[[1507.325828, -1507.325828, 0.000000], [1154.100659, -1765.277510, 0.000000], [1154.100659, -1765.277510, 0.000000]],
[[0.000000, -1819.503229, 0.000000], [-353.747075, -1911.604545, 0.000000], [0.000000, -1819.503229, 0.000000]],
[[0.000000, -1819.503229, 0.000000], [-353.747075, -1911.604545, 0.000000], [-353.747075, -1911.604545, 0.000000]],
[[-1819.503229, 0.000000, 0.000000], [-1911.604545, -353.747075, 0.000000], [-1819.503229, 0.000000, 0.000000]],
[[-1819.503229, 0.000000, 0.000000], [-1911.604545, -353.747075, 0.000000], [-1911.604545, -353.747075, 0.000000]],
[[-353.747075, -1911.604545, 0.000000], [-752.388018, -1900.493430, 0.000000], [-353.747075, -1911.604545, 0.000000]],
[[-353.747075, -1911.604545, 0.000000], [-752.388018, -1900.493430, 0.000000], [-752.388018, -1900.493430, 0.000000]],
[[-1911.604545, -353.747075, 0.000000], [-1900.493430, -752.388018, 0.000000], [-1911.604545, -353.747075, 0.000000]],
[[-1911.604545, -353.747075, 0.000000], [-1900.493430, -752.388018, 0.000000], [-1900.493430, -752.388018, 0.000000]],
[[-752.388018, -1900.493430, 0.000000], [-1154.100659, -1765.277510, 0.000000], [-752.388018, -1900.493430, 0.000000]],
[[-752.388018, -1900.493430, 0.000000], [-1154.100659, -1765.277510, 0.000000], [-1154.100659, -1765.277510, 0.000000]],
[[-1900.493430, -752.388018, 0.000000], [-1765.277510, -1154.100659, 0.000000], [-1900.493430, -752.388018, 0.000000]],
[[-1900.493430, -752.388018, 0.000000], [-1765.277510, -1154.100659, 0.000000], [-1765.277510, -1154.100659, 0.000000]],
[[-1154.100659, -1765.277510, 0.000000], [-1507.325828, -1507.325828, 0.000000], [-1154.100659, -1765.277510, 0.000000]],
[[-1154.100659, -1765.277510, 0.000000], [-1507.325828, -1507.325828, 0.000000], [-1507.325828, -1507.325828, 0.000000]],
[[-1507.325828, -1507.325828, 0.000000], [-1765.277510, -1154.100659, 0.000000], [-1507.325828, -1507.325828, 0.000000]],
[[-1507.325828, -1507.325828, 0.000000], [-1765.277510, -1154.100659, 0.000000], [-1765.277510, -1154.100659, 0.000000]],
],
colors: [
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
0xff646464,
],
edges: [
[[13.460803, 8.800385, 40.000000], [14.953124, 5.919805, 40.000000]],
[[21.174041, -21.174041, 40.000000], [23.247598, -18.874035, 40.000000]],
[[16.385986, -25.063509, 40.000000], [18.874035, -23.247598, 40.000000]],
[[27.842153, 11.022455, -40.000000], [26.599323, 13.753400, -40.000000]],
[[25.063509, 16.385986, 40.000000], [23.247598, 18.874035, 40.000000]],
[[28.788722, 8.239507, 40.000000], [29.444701, 5.448814, 40.000000]],
[[25.063509, 16.385986, 40.000000], [26.599323, 13.753400, 40.000000]],
[[11.371895, 11.371895, 40.000000], [13.460803, 8.800385, 40.000000]],
[[29.823487, 2.690657, -40.000000], [29.444701, 5.448814, -40.000000]],
[[27.842153, 11.022455, 40.000000], [28.788722, 8.239507, 40.000000]],
[[5.919805, 14.953124, 40.000000], [8.800385, 13.460803, 40.000000]],
[[25.063509, 16.385986, -40.000000], [23.247598, 18.874035, -40.000000]],
[[15.813801, 2.926382, 40.000000], [16.082288, 0.000000, 40.000000]],
[[13.753400, -26.599323, 40.000000], [16.385986, -25.063509, 40.000000]],
[[11.022455, -27.842153, 40.000000], [13.753400, -26.599323, 40.000000]],
[[8.800385, 13.460803, 40.000000], [11.371895, 11.371895, 40.000000]],
[[21.174041, 21.174041, 40.000000], [23.247598, 18.874035, 40.000000]],
[[26.599323, 13.753400, 40.000000], [27.842153, 11.022455, 40.000000]],
[[2.690657, -29.823487, 40.000000], [5.448814, -29.444701, 40.000000]],
[[29.444701, 5.448814, -40.000000], [28.788722, 8.239507, -40.000000]],
[[5.448814, -29.444701, 40.000000], [8.239507, -28.788722, 40.000000]],
[[23.247598, -18.874035, 40.000000], [25.063509, -16.385986, 40.000000]],
[[28.788722, 8.239507, -40.000000], [27.842153, 11.022455, -40.000000]],
[[26.599323, -13.753400, 40.000000], [27.842153, -11.022455, 40.000000]],
[[29.444701, 5.448814, 40.000000], [29.823487, 2.690657, 40.000000]],
[[25.063509, -16.385986, 40.000000], [26.599323, -13.753400, 40.000000]],
[[15.813801, -2.926382, 40.000000], [14.953124, -5.919805, 40.000000]],
[[18.874035, -23.247598, 40.000000], [21.174041, -21.174041, 40.000000]],
[[8.239507, -28.788722, 40.000000], [11.022455, -27.842153, 40.000000]],
[[29.444701, -5.448814, 40.000000], [29.823487, -2.690657, 40.000000]],
[[14.953124, 5.919805, 40.000000], [15.813801, 2.926382, 40.000000]],
[[29.944616, -0.000000, 40.000000], [29.823487, 2.690657, 40.000000]],
[[16.082288, 0.000000, 40.000000], [15.813801, -2.926382, 40.000000]],
[[13.460803, -8.800385, 40.000000], [11.371895, -11.371895, 40.000000]],
[[14.953124, -5.919805, 40.000000], [13.460803, -8.800385, 40.000000]],
[[28.788722, -8.239507, 40.000000], [29.444701, -5.448814, 40.000000]],
[[23.247598, 18.874035, -40.000000], [21.174041, 21.174041, -40.000000]],
[[26.599323, 13.753400, -40.000000], [25.063509, 16.385986, -40.000000]],
[[27.842153, -11.022455, 40.000000], [28.788722, -8.239507, 40.000000]],
[[29.823487, -2.690657, 40.000000], [29.944616, -0.000000, 40.000000]],
[[-0.000000, -29.944616, 40.000000], [2.690657, -29.823487, 40.000000]],
[[29.944616, 0.000000, -40.000000], [29.823487, 2.690657, -40.000000]],
[[21.174041, 21.174041, 40.000000], [18.874035, 23.247598, 40.000000]],
[[21.174041, 21.174041, -40.000000], [18.874035, 23.247598, -40.000000]],
[[28.788722, -8.239507, -40.000000], [29.444701, -5.448814, -40.000000]],
[[29.823487, -2.690657, -40.000000], [29.944616, -0.000000, -40.000000]],
[[29.444701, -5.448814, -40.000000], [29.823487, -2.690657, -40.000000]],
[[27.842153, -11.022455, -40.000000], [28.788722, -8.239507, -40.000000]],
[[26.599323, -13.753400, -40.000000], [27.842153, -11.022455, -40.000000]],
[[25.063509, -16.385986, -40.000000], [26.599323, -13.753400, -40.000000]],
[[21.174041, -21.174041, -40.000000], [23.247598, -18.874035, -40.000000]],
[[23.247598, -18.874035, -40.000000], [25.063509, -16.385986, -40.000000]],
[[18.874035, -23.247598, -40.000000], [21.174041, -21.174041, -40.000000]],
[[18.874035, -23.247598, -40.000000], [16.385986, -25.063509, -40.000000]],
[[16.385986, -25.063509, -40.000000], [13.753400, -26.599323, -40.000000]],
[[13.753400, 26.599323, 40.000000], [11.022455, 27.842153, 40.000000]],
[[18.874035, 23.247598, -40.000000], [16.385986, 25.063509, -40.000000]],
[[13.753400, 26.599323, 40.000000], [16.385986, 25.063509, 40.000000]],
[[16.385986, 25.063509, -40.000000], [13.753400, 26.599323, -40.000000]],
[[18.874035, 23.247598, 40.000000], [16.385986, 25.063509, 40.000000]],
[[13.753400, 26.599323, -40.000000], [11.022455, 27.842153, -40.000000]],
[[11.371895, 11.371895, -40.000000], [13.460803, 8.800385, -40.000000]],
[[13.460803, 8.800385, -40.000000], [14.953124, 5.919805, -40.000000]],
[[14.953124, 5.919805, -40.000000], [15.813801, 2.926382, -40.000000]],
[[15.813801, 2.926382, -40.000000], [16.082288, 0.000000, -40.000000]],
[[15.813801, -2.926382, -40.000000], [16.082288, -0.000000, -40.000000]],
[[0.000000, 29.944616, -40.000000], [2.690657, 29.823487, -40.000000]],
[[8.239507, 28.788722, -40.000000], [11.022455, 27.842153, -40.000000]],
[[2.690657, 29.823487, -40.000000], [5.448814, 29.444701, -40.000000]],
[[5.448814, 29.444701, -40.000000], [8.239507, 28.788722, -40.000000]],
[[-2.690657, 29.823487, -40.000000], [0.000000, 29.944616, -40.000000]],
[[14.953124, -5.919805, -40.000000], [13.460803, -8.800385, -40.000000]],
[[15.813801, -2.926382, -40.000000], [14.953124, -5.919805, -40.000000]],
[[13.460803, -8.800385, -40.000000], [11.371895, -11.371895, -40.000000]],
[[11.022455, -27.842153, -40.000000], [13.753400, -26.599323, -40.000000]],
[[8.239507, -28.788722, -40.000000], [5.448814, -29.444701, -40.000000]],
[[5.448814, -29.444701, -40.000000], [2.690657, -29.823487, -40.000000]],
[[11.022455, -27.842153, -40.000000], [8.239507, -28.788722, -40.000000]],
[[2.690657, -29.823487, -40.000000], [-0.000000, -29.944616, -40.000000]],
[[2.690657, 29.823487, 40.000000], [5.448814, 29.444701, 40.000000]],
[[11.022455, 27.842153, 40.000000], [8.239507, 28.788722, 40.000000]],
[[8.239507, 28.788722, 40.000000], [5.448814, 29.444701, 40.000000]],
[[2.690657, 29.823487, 40.000000], [0.000000, 29.944616, 40.000000]],
[[-2.690657, 29.823487, 40.000000], [0.000000, 29.944616, 40.000000]],
[[0.000000, 16.082288, 40.000000], [2.926382, 15.813801, 40.000000]],
[[-2.926382, 15.813801, 40.000000], [0.000000, 16.082288, 40.000000]],
[[2.926382, 15.813801, 40.000000], [5.919805, 14.953124, 40.000000]],
[[8.800385, 13.460803, -40.000000], [11.371895, 11.371895, -40.000000]],
[[5.919805, 14.953124, -40.000000], [8.800385, 13.460803, -40.000000]],
[[2.926382, 15.813801, -40.000000], [5.919805, 14.953124, -40.000000]],
[[0.000000, 16.082288, -40.000000], [2.926382, 15.813801, -40.000000]],
[[-2.926382, 15.813801, -40.000000], [0.000000, 16.082288, -40.000000]],
[[-18.874035, 23.247598, -40.000000], [-16.385986, 25.063509, -40.000000]],
[[-11.022455, 27.842153, -40.000000], [-8.239507, 28.788722, -40.000000]],
[[-13.753400, 26.599323, -40.000000], [-11.022455, 27.842153, -40.000000]],
[[-16.385986, 25.063509, -40.000000], [-13.753400, 26.599323, -40.000000]],
[[-8.239507, 28.788722, -40.000000], [-5.448814, 29.444701, -40.000000]],
[[-5.448814, 29.444701, -40.000000], [-2.690657, 29.823487, -40.000000]],
[[-23.247598, 18.874035, -40.000000], [-21.174041, 21.174041, -40.000000]],
[[-21.174041, 21.174041, -40.000000], [-18.874035, 23.247598, -40.000000]],
[[-26.599323, 13.753400, -40.000000], [-25.063509, 16.385986, -40.000000]],
[[-25.063509, 16.385986, -40.000000], [-23.247598, 18.874035, -40.000000]],
[[11.371895, -11.371895, -40.000000], [8.800385, -13.460803, -40.000000]],
[[11.371895, -11.371895, 40.000000], [8.800385, -13.460803, 40.000000]],
[[8.800385, -13.460803, 40.000000], [5.919805, -14.953124, 40.000000]],
[[5.919805, -14.953124, 40.000000], [2.926382, -15.813801, 40.000000]],
[[8.800385, -13.460803, -40.000000], [5.919805, -14.953124, -40.000000]],
[[5.919805, -14.953124, -40.000000], [2.926382, -15.813801, -40.000000]],
[[-0.000000, -16.082288, 40.000000], [2.926382, -15.813801, 40.000000]],
[[2.926382, -15.813801, -40.000000], [-0.000000, -16.082288, -40.000000]],
[[-5.919805, -14.953124, 40.000000], [-8.800385, -13.460803, 40.000000]],
[[-2.926382, -15.813801, 40.000000], [-0.000000, -16.082288, 40.000000]],
[[-2.690657, -29.823487, 40.000000], [-0.000000, -29.944616, 40.000000]],
[[-2.926382, -15.813801, 40.000000], [-5.919805, -14.953124, 40.000000]],
[[-0.000000, -16.082288, -40.000000], [-2.926382, -15.813801, -40.000000]],
[[-2.690657, -29.823487, -40.000000], [-0.000000, -29.944616, -40.000000]],
[[-5.448814, -29.444701, -40.000000], [-8.239507, -28.788722, -40.000000]],
[[-2.690657, -29.823487, -40.000000], [-5.448814, -29.444701, -40.000000]],
[[-5.448814, 29.444701, 40.000000], [-2.690657, 29.823487, 40.000000]],
[[-8.239507, 28.788722, 40.000000], [-5.448814, 29.444701, 40.000000]],
[[-11.022455, 27.842153, 40.000000], [-8.239507, 28.788722, 40.000000]],
[[-5.919805, 14.953124, 40.000000], [-2.926382, 15.813801, 40.000000]],
[[-8.800385, 13.460803, 40.000000], [-5.919805, 14.953124, 40.000000]],
[[-11.371895, 11.371895, 40.000000], [-8.800385, 13.460803, 40.000000]],
[[-16.385986, 25.063509, 40.000000], [-18.874035, 23.247598, 40.000000]],
[[-13.753400, 26.599323, 40.000000], [-16.385986, 25.063509, 40.000000]],
[[-18.874035, 23.247598, 40.000000], [-21.174041, 21.174041, 40.000000]],
[[-13.753400, 26.599323, 40.000000], [-11.022455, 27.842153, 40.000000]],
[[-16.082288, 0.000000, 40.000000], [-15.813801, 2.926382, 40.000000]],
[[-21.174041, -21.174041, 40.000000], [-18.874035, -23.247598, 40.000000]],
[[-18.874035, -23.247598, 40.000000], [-16.385986, -25.063509, 40.000000]],
[[-16.385986, -25.063509, 40.000000], [-13.753400, -26.599323, 40.000000]],
[[-23.247598, 18.874035, 40.000000], [-25.063509, 16.385986, 40.000000]],
[[-21.174041, 21.174041, 40.000000], [-23.247598, 18.874035, 40.000000]],
[[-13.460803, 8.800385, 40.000000], [-11.371895, 11.371895, 40.000000]],
[[-14.953124, 5.919805, 40.000000], [-13.460803, 8.800385, 40.000000]],
[[-15.813801, 2.926382, 40.000000], [-14.953124, 5.919805, 40.000000]],
[[-5.919805, 14.953124, -40.000000], [-2.926382, 15.813801, -40.000000]],
[[-8.800385, 13.460803, -40.000000], [-5.919805, 14.953124, -40.000000]],
[[-11.371895, 11.371895, -40.000000], [-8.800385, 13.460803, -40.000000]],
[[-26.599323, 13.753400, -40.000000], [-27.842153, 11.022455, -40.000000]],
[[-26.599323, 13.753400, 40.000000], [-25.063509, 16.385986, 40.000000]],
[[-23.247598, -18.874035, 40.000000], [-21.174041, -21.174041, 40.000000]],
[[-27.842153, 11.022455, 40.000000], [-26.599323, 13.753400, 40.000000]],
[[-25.063509, -16.385986, 40.000000], [-23.247598, -18.874035, 40.000000]],
[[-28.788722, 8.239507, -40.000000], [-27.842153, 11.022455, -40.000000]],
[[-29.944616, 0.000000, -40.000000], [-29.823487, 2.690657, -40.000000]],
[[-29.444701, 5.448814, -40.000000], [-28.788722, 8.239507, -40.000000]],
[[-29.823487, -2.690657, -40.000000], [-29.944616, 0.000000, -40.000000]],
[[-29.823487, 2.690657, -40.000000], [-29.444701, 5.448814, -40.000000]],
[[-13.460803, 8.800385, -40.000000], [-11.371895, 11.371895, -40.000000]],
[[-14.953124, 5.919805, -40.000000], [-13.460803, 8.800385, -40.000000]],
[[-15.813801, 2.926382, -40.000000], [-14.953124, 5.919805, -40.000000]],
[[-16.082288, 0.000000, -40.000000], [-15.813801, 2.926382, -40.000000]],
[[-26.599323, -13.753400, 40.000000], [-25.063509, -16.385986, 40.000000]],
[[-27.842153, -11.022455, 40.000000], [-26.599323, -13.753400, 40.000000]],
[[-27.842153, 11.022455, 40.000000], [-28.788722, 8.239507, 40.000000]],
[[-28.788722, 8.239507, 40.000000], [-29.444701, 5.448814, 40.000000]],
[[-28.788722, -8.239507, 40.000000], [-27.842153, -11.022455, 40.000000]],
[[-29.444701, -5.448814, 40.000000], [-28.788722, -8.239507, 40.000000]],
[[-29.444701, 5.448814, 40.000000], [-29.823487, 2.690657, 40.000000]],
[[-29.823487, 2.690657, 40.000000], [-29.944616, 0.000000, 40.000000]],
[[-29.444701, -5.448814, -40.000000], [-29.823487, -2.690657, -40.000000]],
[[-28.788722, -8.239507, -40.000000], [-29.444701, -5.448814, -40.000000]],
[[-27.842153, -11.022455, -40.000000], [-28.788722, -8.239507, -40.000000]],
[[-26.599323, -13.753400, -40.000000], [-27.842153, -11.022455, -40.000000]],
[[-8.800385, -13.460803, 40.000000], [-11.371895, -11.371895, 40.000000]],
[[-5.448814, -29.444701, 40.000000], [-2.690657, -29.823487, 40.000000]],
[[-2.926382, -15.813801, -40.000000], [-5.919805, -14.953124, -40.000000]],
[[-5.919805, -14.953124, -40.000000], [-8.800385, -13.460803, -40.000000]],
[[-11.371895, -11.371895, 40.000000], [-13.460803, -8.800385, 40.000000]],
[[-8.239507, -28.788722, 40.000000], [-5.448814, -29.444701, 40.000000]],
[[-13.460803, -8.800385, 40.000000], [-14.953124, -5.919805, 40.000000]],
[[-11.022455, -27.842153, 40.000000], [-8.239507, -28.788722, 40.000000]],
[[-8.800385, -13.460803, -40.000000], [-11.371895, -11.371895, -40.000000]],
[[-11.371895, -11.371895, -40.000000], [-13.460803, -8.800385, -40.000000]],
[[-13.753400, -26.599323, 40.000000], [-11.022455, -27.842153, 40.000000]],
[[-14.953124, -5.919805, 40.000000], [-15.813801, -2.926382, 40.000000]],
[[-11.022455, -27.842153, -40.000000], [-8.239507, -28.788722, -40.000000]],
[[-13.753400, -26.599323, -40.000000], [-11.022455, -27.842153, -40.000000]],
[[-16.385986, -25.063509, -40.000000], [-18.874035, -23.247598, -40.000000]],
[[-13.753400, -26.599323, -40.000000], [-16.385986, -25.063509, -40.000000]],
[[-13.460803, -8.800385, -40.000000], [-14.953124, -5.919805, -40.000000]],
[[-15.813801, -2.926382, 40.000000], [-16.082288, 0.000000, 40.000000]],
[[-14.953124, -5.919805, -40.000000], [-15.813801, -2.926382, -40.000000]],
[[-15.813801, -2.926382, -40.000000], [-16.082288, 0.000000, -40.000000]],
[[-25.063509, -16.385986, -40.000000], [-26.599323, -13.753400, -40.000000]],
[[-23.247598, -18.874035, -40.000000], [-25.063509, -16.385986, -40.000000]],
[[-21.174041, -21.174041, -40.000000], [-23.247598, -18.874035, -40.000000]],
[[-18.874035, -23.247598, -40.000000], [-21.174041, -21.174041, -40.000000]],
[[-29.444701, -5.448814, 40.000000], [-29.823487, -2.690657, 40.000000]],
[[-29.944616, 0.000000, 40.000000], [-29.823487, -2.690657, 40.000000]],
]
};
document.body.appendChild(solvespace(solvespace_model___________));
</script>
</body>
</html>
|
src/frontend/launcherComponent/src/app/shared/modal/action-richiesta-modal/action-richiesta-modal.component.html | vvfosprojects/sovvf | <div class="modal-header">
<h4 class="modal-title font-weight-bold">
{{ titolo | uppercase }}
</h4>
<button type="button" class="btn btn-light close" style="margin: 2px 2px 0 0; padding: 2px 4px 4px 4px"
(click)="modal.dismiss('cross')">
<span class="text-danger"><i class="fas fa-times"></i></span>
</button>
</div>
<div class="modal-body">
<ng-container *ngIf="chiusuraChiamata">
<div class="w-75 mx-auto">
<div class="font-weight-bold mb-3">
Motivazione Chiusura
</div>
<form [formGroup]="actionRichiestaForm">
<div class="clearfix">
<div class="float-left">
<div class="form-check form-check-inline">
<input class="form-check-input"
type="radio"
name="tipologiaChiusuraChiamata"
id="trasmessaAdEnte"
value="TrasmessaAdEnte"
formControlName="tipologiaChiusuraChiamata"
(ngModelChange)="onChangeTipologiaChiusuraChiamata($event)">
<label class="form-check-label"
for="trasmessaAdEnte">Trasmessa ad Ente</label>
</div>
</div>
<div class="float-right">
<div class="form-check form-check-inline">
<input class="form-check-input"
type="radio"
name="tipologiaChiusuraChiamata"
id="interventoNonNecessario"
value="InterventoNonNecessario"
formControlName="tipologiaChiusuraChiamata"
(ngModelChange)="onChangeTipologiaChiusuraChiamata($event)">
<label class="form-check-label"
for="interventoNonNecessario">Non più necessario</label>
</div>
</div>
</div>
<div class="card bg-dark-light p-3 mt-2"
[class.opacity-30]="f.tipologiaChiusuraChiamata.value !== 'TrasmessaAdEnte'"
style="width:65%; max-height: 400px; overflow-y: scroll; overflow-x: hidden">
<ul class="list-unstyled">
<li *ngFor="let ente of enti" class="border-bottom">
<div class="clearfix">
<div class="float-left">
<label for="ente-{{ente.codice}}"
[class.cursor-pointer]="f.tipologiaChiusuraChiamata.value === 'TrasmessaAdEnte'">
{{ ente.descrizione }}
</label>
</div>
<div class="float-right">
<input id="ente-{{ente.codice}}"
type="checkbox"
[value]="ente"
[disabled]="f.tipologiaChiusuraChiamata.value !== 'TrasmessaAdEnte'"
(click)="onChangeSelectEnte(ente)">
</div>
</div>
</li>
</ul>
</div>
</form>
</div>
<div *ngIf="messaggioAttenzione"
class="text-center text-danger font-weight-bold mt-3">
{{ messaggioAttenzione }}
</div>
</ng-container>
<ng-container *ngIf="chiusuraIntervento">
<div class="font-weight-bold mb-3">
Motivazione Chiusura
</div>
<form [formGroup]="actionRichiestaForm">
<div class="text-center">
<div *ngFor="let mCI of motivazioniChiusuraIntervento"
class="form-check form-check-inline">
<input class="form-check-input"
type="radio"
name="tipologiaChiusuraChiamata"
[id]="mCI"
[value]="mCI"
formControlName="tipologiaChiusuraChiamata">
<label class="form-check-label"
[for]="mCI">{{ mCI }}</label>
</div>
</div>
</form>
<div *ngIf="messaggioAttenzione"
class="text-center text-danger font-weight-bold mt-3">
{{ messaggioAttenzione }}
</div>
</ng-container>
<ng-container *ngIf="sospensione || riapertura">
<h5 class="text-center">{{ messaggio }}</h5>
<div *ngIf="messaggioAttenzione"
class="text-center text-danger font-weight-bold mt-3">
{{ messaggioAttenzione }}
</div>
</ng-container>
</div>
<div class="modal-footer" style="place-content: space-between;">
<button class="btn btn-lg btn-danger text-right btn-no-hover font-weight-bold"
(click)="close('ok')"
[disabled]="actionRichiestaForm && !actionRichiestaForm.valid">
{{ 'Conferma' | uppercase }}
</button>
<button class="btn btn-lg btn-secondary text-right btn-no-hover font-weight-bold"
(click)="close('ko')">
{{ 'Annulla' | uppercase }}
</button>
</div>
|
noonian_pkg/FieldTypeUiSpec/dbui.core.url.edit.[template].chdRzdWGRbWw-4eOY2bnWA.html | ChiweenieDijon/noonian-sys | <div class="dbui-edit-field-url">
<input type="url" class="form-control" id="{{elemId}}" ng-model="binding.value"/>
</div>
|
yamcs-web/src/main/webapp/src/app/storage/buckets/BucketPage.html | m-sc/yamcs | <app-storage-page>
<app-storage-toolbar>
<a mat-icon-button routerLink="/storage/buckets" color="primary">
<mat-icon>arrow_back</mat-icon>
</a> Buckets / {{ name }}
<button mat-button
color="primary"
(click)="uploadObjects()">
<mat-icon>cloud_upload</mat-icon>
UPLOAD FILES
</button>
<button mat-button
color="primary"
(click)="deleteSelectedObjects()"
[disabled]="!selection.hasValue()">
<mat-icon>delete</mat-icon>
DELETE
</button>
</app-storage-toolbar>
<div #droparea
class="droparea"
[class.active]="dragActive$ | async"
(dragenter)="dragEnter($event)">
<div class="droparea-overlay"
[class.hide]="!(dragActive$ | async)"
(dragover)="dragOver($event)"
(dragleave)="dragLeave($event)"
(drop)="drop($event)">
</div>
<div class="panel-content">
<ng-container *ngIf="breadcrumb$ | async as breadcrumb">
<app-breadcrumb-trail>
<app-breadcrumb [link]="['/storage', 'buckets']"
icon="account_tree"
[queryParams]="{instance: bucketInstance}"></app-breadcrumb>
<app-breadcrumb [link]="['/storage', 'buckets', bucketInstance, name]"
icon="shopping_basket"
[label]="name"></app-breadcrumb>
<app-breadcrumb *ngFor="let item of breadcrumb"
[link]="item.route"
[label]="item.name"
icon="folder"></app-breadcrumb>
</app-breadcrumb-trail>
</ng-container>
<table mat-table
*ngIf="dataSource && dataSource.data.length; else empty"
[dataSource]="dataSource"
class="ya-data-table"
style="width: 100%">
<ng-container cdkColumnDef="select">
<th mat-header-cell *cdkHeaderCellDef class="checkbox">
<input type="checkbox"
(change)="$event ? masterToggle() : null"
[checked]="selection.hasValue() && isAllSelected()">
</th>
<td mat-cell *cdkCellDef="let row" class="checkbox">
<input type="checkbox"
(click)="$event.stopPropagation()"
(change)="$event ? selection.toggle(row) : null"
[checked]="selection.isSelected(row)">
</td>
</ng-container>
<ng-container cdkColumnDef="name">
<th mat-header-cell *cdkHeaderCellDef style="width: 400px">Name</th>
<td mat-cell *cdkCellDef="let item">
<ng-container *ngIf="item.folder">
<mat-icon class="icon12" style="vertical-align: middle; margin-right: 7px">folder</mat-icon>
<a [routerLink]="'/storage/buckets/' + bucketInstance + '/' + name + '/' + item.name"
(click)="$event.stopPropagation()">
{{ item.name | filename }}
</a>
</ng-container>
<ng-container *ngIf="!item.folder">
<mat-icon class="icon12" style="vertical-align: middle; margin-right: 7px">description</mat-icon>
<a [href]="item.objectUrl" download (click)="$event.stopPropagation()">
{{ item.name | filename }}
</a>
</ng-container>
</td>
</ng-container>
<ng-container cdkColumnDef="modified">
<th mat-header-cell *cdkHeaderCellDef style="width: 200px">Date modified</th>
<td mat-cell *cdkCellDef="let item">
{{ (item.modified | datetime) || '-' }}
</td>
</ng-container>
<ng-container cdkColumnDef="size">
<th mat-header-cell *cdkHeaderCellDef style="width: 70px">Size</th>
<td mat-cell *cdkCellDef="let item">
{{ (item.size | formatBytes) || '-' }}
</td>
</ng-container>
<ng-container matColumnDef="actions">
<th mat-header-cell *matHeaderCellDef></th>
<td mat-cell *matCellDef="let item">
<ng-container *ngIf="!item.folder">
<mat-menu #fileMenu="matMenu" overlapTrigger="false" class="ya-menu">
<button mat-menu-item
(click)="renameFile(item)">
Rename
</button>
<a mat-menu-item
[href]="item.objectUrl"
download>
Download
</a>
<mat-divider></mat-divider>
<button mat-menu-item
(click)="deleteFile(item)">
Delete
</button>
</mat-menu>
<button mat-button
[matMenuTriggerFor]="fileMenu"
(click)="$event.stopPropagation()"
class="icon">
<mat-icon>more_vert</mat-icon>
</button>
</ng-container>
</td>
</ng-container>
<tr mat-header-row *cdkHeaderRowDef="displayedColumns"></tr>
<tr mat-row
*cdkRowDef="let row; columns: displayedColumns;"
[class.selected]="selection.isSelected(row)"
(click)="toggleOne(row)"></tr>
</table>
<ng-template #empty>
<app-empty-message>Empty directory.</app-empty-message>
</ng-template>
</div>
</div>
</app-storage-page>
|
lily/messaging/email/templates/email/angular/emailtemplates/set_default.html | HelloLily/hellolily | {% verbatim %}
<script id="emailtemplates/set_default.html" type="text/ng-template">
<div class="modal-header">
<h3 class="modal-title">Set as default for blaat</h3>
</div>
<div class="modal-body" slimscroll="{height: 350}">
<div class="form-body">
<div class="form-group">
<label class="col-md-2 control-label" for="default-for">Default for</label>
<div class="col-md-4">
<select ng-options="accountOption for accountOption in accountOptions"></select>
<span class="help-block"> Hold down "Control", or "Command" on a Mac, to select more than one.</span>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-primary" ng-click="ok()">OK</button>
<button class="btn btn-warning" ng-click="cancel()">Cancel</button>
</div>
</script>
{% endverbatim %}
|
application/third_party/dompdf/lib/res/html.css | CloudDataService/Open-Quits | /**
* dompdf default stylesheet.
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998 the Initial Developer.
* All Rights Reserved.
*
* @package dompdf
* @link http://www.dompdf.com/
* @author Benj Carson <benjcarson@digitaljunkies.ca>
* @author Blake Ross <BlakeR1234@aol.com>
* @author Fabien Ménager <fabien.menager@gmail.com>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @version $Id: html.css 493 2012-05-15 03:54:42Z eclecticgeek@gmail.com $
*/
@page {
margin: 1.2cm;
}
html {
display: -dompdf-page;
counter-reset: page;
}
/* blocks */
div, map, dt, isindex {
display: block;
}
body {
page-break-before: avoid;
display: block;
counter-increment: page;
}
p, dl, multicol {
display: block;
margin: 1em 0;
}
dd {
display: block;
margin-left: 40px;
}
blockquote {
display: block;
margin: 1em 40px;
}
address {
display: block;
font-style: italic;
}
center {
display: block;
text-align: center;
}
blockquote[type=cite] {
display: block;
margin: 1em 0px;
padding-left: 1em;
border-left: solid;
border-color: blue;
border-width: thin;
}
h1, h2, h3, h4, h5, h6 {
display: block;
font-weight: bold;
}
h1 {
font-size: 2em;
margin: .67em 0;
}
h2 {
font-size: 1.5em;
margin: .83em 0;
}
h3 {
font-size: 1.17em;
margin: 1em 0;
}
h4 {
margin: 1.33em 0;
}
h5 {
font-size: 0.83em;
margin: 1.67em 0;
}
h6 {
font-size: 0.67em;
margin: 2.33em 0;
}
listing {
display: block;
font-family: fixed;
font-size: medium;
white-space: pre;
margin: 1em 0;
}
plaintext, xmp, pre {
display: block;
font-family: fixed;
white-space: pre;
margin: 1em 0;
}
article, aside, details,
figcaption, figure,
footer, header, hgroup,
nav, section {
display: block;
}
/* tables */
table {
display: table;
border-spacing: 2px;
border-collapse: separate;
margin-top: 0;
margin-bottom: 0;
text-indent: 0;
text-align: left; /* quirk */
}
table[border] {
border-style: outset;
border-color: gray;
}
/* This won't work (???) */
/*
table[border] td,
table[border] th {
border: 1pt solid grey;
}*/
/* make sure backgrounds are inherited in tables -- see bug 4510 */
td, th, tr {
background: inherit;
}
/* caption inherits from table not table-outer */
caption {
display: block;
text-align: center;
}
tr {
display: table-row;
vertical-align: inherit;
}
col {
display: table-column;
}
colgroup {
display: table-column-group;
}
tbody {
display: table-row-group;
vertical-align: middle;
}
thead {
display: table-header-group;
vertical-align: middle;
}
tfoot {
display: table-footer-group;
vertical-align: middle;
}
/* To simulate tbody auto-insertion */
table > tr {
vertical-align: middle;
}
td {
display: table-cell;
vertical-align: inherit;
text-align: inherit;
padding: 1px;
}
th {
display: table-cell;
vertical-align: inherit;
font-weight: bold;
padding: 1px;
text-align: center;
}
/* inlines */
q {
quotes: '"' '"' "'" "'"; /* FIXME only the first level is used */
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
:link {
color: #00c;
text-decoration: underline;
}
b, strong {
font-weight: bolder;
}
i, cite, em, var, dfn {
font-style: italic;
}
tt, code, kbd, samp {
font-family: fixed;
}
u, ins {
text-decoration: underline;
}
s, strike, del {
text-decoration: line-through;
}
blink {
text-decoration: blink;
}
big {
font-size: larger;
}
small {
font-size: smaller;
}
sub {
vertical-align: sub;
font-size: smaller;
line-height: normal;
}
sup {
vertical-align: super;
font-size: smaller;
line-height: normal;
}
nobr {
white-space: nowrap;
}
/* lists */
ul, menu, dir {
display: block;
list-style-type: disc;
margin: 1em 0;
padding-left: 40px;
}
ol {
display: block;
list-style-type: decimal;
margin: 1em 0;
padding-left: 40px;
}
li {
display: list-item;
}
/*li:before {
display: -dompdf-list-bullet !important;
content: counter(-dompdf-default-counter) ". ";
padding-right: 0.5em;
}*/
/* nested lists have no top/bottom margins */
ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl {
margin-top: 0;
margin-bottom: 0;
}
/* 2 deep unordered lists use a circle */
ol ul, ul ul, menu ul, dir ul,
ol menu, ul menu, menu menu, dir menu,
ol dir, ul dir, menu dir, dir dir {
list-style-type: circle;
}
/* 3 deep (or more) unordered lists use a square */
ol ol ul, ol ul ul, ol menu ul, ol dir ul,
ol ol menu, ol ul menu, ol menu menu, ol dir menu,
ol ol dir, ol ul dir, ol menu dir, ol dir dir,
ul ol ul, ul ul ul, ul menu ul, ul dir ul,
ul ol menu, ul ul menu, ul menu menu, ul dir menu,
ul ol dir, ul ul dir, ul menu dir, ul dir dir,
menu ol ul, menu ul ul, menu menu ul, menu dir ul,
menu ol menu, menu ul menu, menu menu menu, menu dir menu,
menu ol dir, menu ul dir, menu menu dir, menu dir dir,
dir ol ul, dir ul ul, dir menu ul, dir dir ul,
dir ol menu, dir ul menu, dir menu menu, dir dir menu,
dir ol dir, dir ul dir, dir menu dir, dir dir dir {
list-style-type: square;
}
/* forms */
/* From http://dev.w3.org/csswg/css3-ui/#appearance */
form {
display: block;
}
input {
display: inline-block;
-dompdf-appearance: textfield;
}
input[type=password] {
-dompdf-appearance: password;
}
input[type=radio] {
-dompdf-appearance: radio-button;
}
input[type=checkbox] {
-dompdf-appearance: checkbox;
}
input[type=button],
input[type=submit],
input[type=reset] {
-dompdf-appearance: button;
}
input[type=text]:before,
input[type=password]:before,
input[type=button]:before,
input[type=submit]:before,
input[type=reset]:before {
content: attr(value);
}
select {
-dompdf-appearance: pop-up-menu;
}
textarea {
-dompdf-appearance: field;
display: block;
}
fieldset {
display: block;
margin: 0.6em 2px 2px;
padding: 0.75em;
border: 1pt groove #666;
position: relative;
}
fieldset > legend {
position: absolute;
top: -0.6em;
left: 0.75em;
padding: 0 0.3em;
background: white;
}
legend {
display: inline-block;
}
/* leafs */
hr {
display: block;
height: 0;
border: 1px inset;
margin: 0.5em auto 0.5em auto;
}
iframe {
border: 2px inset;
}
noframes {
display: none;
}
br {
display: -dompdf-br;
}
img, img_generated {
display: -dompdf-image;
}
dompdf_generated {
display: inline;
}
/* hidden elements */
area, base, basefont, head, meta, script, style, title,
noembed, noscript, param {
display: none;
}
|
blog/week9.html | 40423204/2017springcd_hw | <!DOCTYPE html>
<html lang="en"
>
<head>
<title>week9 - 2017Spring 協同產品設計實習 (虎尾科大MDE)</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
/*some stuff for output/input prompts*/
div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}div.cell.selected{border-radius:4px;border:thin #ababab solid}
div.cell.edit_mode{border-radius:4px;border:thin #008000 solid}
div.cell{width:100%;padding:5px 5px 5px 0;margin:0;outline:none}
div.prompt{min-width:11ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em}
@media (max-width:480px){div.prompt{text-align:left}}div.inner_cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}
div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;line-height:1.21429em}
div.prompt:empty{padding-top:0;padding-bottom:0}
div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;}
div.inner_cell{width:90%;}
div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;}
div.input_prompt{color:navy;border-top:1px solid transparent;}
div.output_wrapper{margin-top:5px;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;}
div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);-moz-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);}
div.output_collapsed{margin:0px;padding:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;}
div.out_prompt_overlay{height:100%;padding:0px 0.4em;position:absolute;border-radius:4px;}
div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000000;-moz-box-shadow:inset 0 0 1px #000000;box-shadow:inset 0 0 1px #000000;background:rgba(240, 240, 240, 0.5);}
div.output_prompt{color:darkred;}
a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;}
h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible;}
/* end stuff for output/input prompts*/
.highlight-ipynb .hll { background-color: #ffffcc }
.highlight-ipynb { background: #f8f8f8; }
.highlight-ipynb .c { color: #408080; font-style: italic } /* Comment */
.highlight-ipynb .err { border: 1px solid #FF0000 } /* Error */
.highlight-ipynb .k { color: #008000; font-weight: bold } /* Keyword */
.highlight-ipynb .o { color: #666666 } /* Operator */
.highlight-ipynb .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight-ipynb .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight-ipynb .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight-ipynb .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight-ipynb .gd { color: #A00000 } /* Generic.Deleted */
.highlight-ipynb .ge { font-style: italic } /* Generic.Emph */
.highlight-ipynb .gr { color: #FF0000 } /* Generic.Error */
.highlight-ipynb .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight-ipynb .gi { color: #00A000 } /* Generic.Inserted */
.highlight-ipynb .go { color: #888888 } /* Generic.Output */
.highlight-ipynb .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight-ipynb .gs { font-weight: bold } /* Generic.Strong */
.highlight-ipynb .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight-ipynb .gt { color: #0044DD } /* Generic.Traceback */
.highlight-ipynb .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight-ipynb .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight-ipynb .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight-ipynb .kp { color: #008000 } /* Keyword.Pseudo */
.highlight-ipynb .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight-ipynb .kt { color: #B00040 } /* Keyword.Type */
.highlight-ipynb .m { color: #666666 } /* Literal.Number */
.highlight-ipynb .s { color: #BA2121 } /* Literal.String */
.highlight-ipynb .na { color: #7D9029 } /* Name.Attribute */
.highlight-ipynb .nb { color: #008000 } /* Name.Builtin */
.highlight-ipynb .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight-ipynb .no { color: #880000 } /* Name.Constant */
.highlight-ipynb .nd { color: #AA22FF } /* Name.Decorator */
.highlight-ipynb .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight-ipynb .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight-ipynb .nf { color: #0000FF } /* Name.Function */
.highlight-ipynb .nl { color: #A0A000 } /* Name.Label */
.highlight-ipynb .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight-ipynb .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight-ipynb .nv { color: #19177C } /* Name.Variable */
.highlight-ipynb .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight-ipynb .w { color: #bbbbbb } /* Text.Whitespace */
.highlight-ipynb .mf { color: #666666 } /* Literal.Number.Float */
.highlight-ipynb .mh { color: #666666 } /* Literal.Number.Hex */
.highlight-ipynb .mi { color: #666666 } /* Literal.Number.Integer */
.highlight-ipynb .mo { color: #666666 } /* Literal.Number.Oct */
.highlight-ipynb .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight-ipynb .sc { color: #BA2121 } /* Literal.String.Char */
.highlight-ipynb .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight-ipynb .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight-ipynb .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight-ipynb .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight-ipynb .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight-ipynb .sx { color: #008000 } /* Literal.String.Other */
.highlight-ipynb .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight-ipynb .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight-ipynb .ss { color: #19177C } /* Literal.String.Symbol */
.highlight-ipynb .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight-ipynb .vc { color: #19177C } /* Name.Variable.Class */
.highlight-ipynb .vg { color: #19177C } /* Name.Variable.Global */
.highlight-ipynb .vi { color: #19177C } /* Name.Variable.Instance */
.highlight-ipynb .il { color: #666666 } /* Literal.Number.Integer.Long */
</style>
<style type="text/css">
/* Overrides of notebook CSS for static HTML export */
div.entry-content {
overflow: visible;
padding: 8px;
}
.input_area {
padding: 0.2em;
}
a.heading-anchor {
white-space: normal;
}
.rendered_html
code {
font-size: .8em;
}
pre.ipynb {
color: black;
background: #f7f7f7;
border: none;
box-shadow: none;
margin-bottom: 0;
padding: 0;
margin: 0px;
font-size: 13px;
}
/* remove the prompt div from text cells */
div.text_cell .prompt {
display: none;
}
/* remove horizontal padding from text cells, */
/* so it aligns with outer body text */
div.text_cell_render {
padding: 0.5em 0em;
}
img.anim_icon{padding:0; border:0; vertical-align:middle; -webkit-box-shadow:none; -box-shadow:none}
</style>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script>
<script type="text/javascript">
init_mathjax = function() {
if (window.MathJax) {
// MathJax loaded
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
},
displayAlign: 'left', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
}
});
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
}
}
init_mathjax();
</script>
<link rel="canonical" href="./week9.html">
<meta name="author" content="yen" />
<meta name="keywords" content="w7" />
<meta name="description" content="每組每個人繪製一四連桿機構並抓點" />
<meta property="og:site_name" content="2017Spring 協同產品設計實習 (虎尾科大MDE)" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="week9"/>
<meta property="og:url" content="./week9.html"/>
<meta property="og:description" content="每組每個人繪製一四連桿機構並抓點"/>
<meta property="article:published_time" content="2017-04-19" />
<meta property="article:section" content="40423204" />
<meta property="article:tag" content="w7" />
<meta property="article:author" content="yen" />
<!-- Bootstrap -->
<link rel="stylesheet" href="./theme/css/bootstrap.united.min.css" type="text/css"/>
<link href="./theme/css/font-awesome.min.css" rel="stylesheet">
<link href="./theme/css/pygments/monokai.css" rel="stylesheet">
<link href="./theme/tipuesearch/tipuesearch.css" rel="stylesheet">
<link rel="stylesheet" href="./theme/css/style.css" type="text/css"/>
<link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="2017Spring 協同產品設計實習 (虎尾科大MDE) ATOM Feed"/>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJScript.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJava.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPython.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushSql.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushXml.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPhp.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCpp.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCss.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCSharp.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushBash.js"></script>
<script type='text/javascript'>
(function(){
var corecss = document.createElement('link');
var themecss = document.createElement('link');
var corecssurl = "https://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shCore.css";
if ( corecss.setAttribute ) {
corecss.setAttribute( "rel", "stylesheet" );
corecss.setAttribute( "type", "text/css" );
corecss.setAttribute( "href", corecssurl );
} else {
corecss.rel = "stylesheet";
corecss.href = corecssurl;
}
document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") );
var themecssurl = "https://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shThemeDefault.css?ver=3.0.9b";
if ( themecss.setAttribute ) {
themecss.setAttribute( "rel", "stylesheet" );
themecss.setAttribute( "type", "text/css" );
themecss.setAttribute( "href", themecssurl );
} else {
themecss.rel = "stylesheet";
themecss.href = themecssurl;
}
//document.getElementById("syntaxhighlighteranchor").appendChild(themecss);
document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") );
})();
SyntaxHighlighter.config.strings.expandSource = '+ expand source';
SyntaxHighlighter.config.strings.help = '?';
SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n';
SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: ';
SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: ';
SyntaxHighlighter.defaults['pad-line-numbers'] = false;
SyntaxHighlighter.defaults['toolbar'] = false;
SyntaxHighlighter.all();
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" 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>
<a href="./" class="navbar-brand">
2017Spring 協同產品設計實習 (虎尾科大MDE) </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="./pages/about/">
About
</a></li>
<li class="active">
<a href="./category/40423204.html">40423204</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><span>
<form class="navbar-search" action="./search.html">
<input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input" required>
</form></span>
</li>
<li><a href="./archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<section id="content">
<article>
<header class="page-header">
<h1>
<a href="./week9.html"
rel="bookmark"
title="Permalink to week9">
week9
</a>
</h1>
</header>
<div class="entry-content">
<div class="panel">
<div class="panel-body">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2017-04-19T11:00:00+08:00"> Wed 19 April 2017</time>
</span>
<span class="label label-default">By</span>
<a href="./author/yen.html"><i class="fa fa-user"></i> yen</a>
<span class="label label-default">Tags</span>
<a href="./tag/w7.html">w7</a>
</footer><!-- /.post-info --> </div>
</div>
<p>每組每個人繪製一四連桿機構並抓點
<iframe width="560" height="315" src="https://www.youtube.com/embed/klcUq8RxO1c" frameborder="0" allowfullscreen></iframe></p>
</div>
<!-- /.entry-content -->
</article>
</section>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<section class="well well-sm">
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4>
<ul class="list-group" id="recentposts">
<li class="list-group-item">
<a href="./w15.html">
W15
</a>
</li>
<li class="list-group-item">
<a href="./w17.html">
W17
</a>
</li>
<li class="list-group-item">
<a href="./cango2dspursimulate.html">
cango2DSpurSimulate
</a>
</li>
<li class="list-group-item">
<a href="./week12.html">
week12
</a>
</li>
<li class="list-group-item">
<a href="./week11.html">
week11
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="./categories.html"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Categories</span></h4></a>
<ul class="list-group" id="categories">
<li class="list-group-item">
<a href="./category/40423204.html">
<i class="fa fa-folder-open fa-lg"></i> 40423204
</a>
</li>
</ul>
</li>
<li class="list-group-item"><a href="./tags.html"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group list-inline tagcloud" id="tags">
</ul>
</li>
<li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4>
<ul class="list-group" id="links">
<li class="list-group-item">
<a href="http://getpelican.com/" target="_blank">
Pelican
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/DandyDev/pelican-bootstrap3/" target="_blank">
pelican-bootstrap3
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/getpelican/pelican-plugins" target="_blank">
pelican-plugins
</a>
</li>
<li class="list-group-item">
<a href="https://github.com/Tipue/Tipue-Search" target="_blank">
Tipue search
</a>
</li>
</ul>
</li>
</ul>
</section>
</aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2017 KMOL
· Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="./theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="./theme/js/bootstrap.min.js"></script>
<!-- for https://github.com/jsor/lity lightbox video popup -->
<link href="./theme/css/lity.css" rel="stylesheet">
<script src="./theme/js/lity.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="./theme/js/respond.min.js"></script>
</body>
</html> |
mysite/profile/templates/profile/widget.html | jledbetter/openhatch | {% comment %}
# This file is part of OpenHatch.
# Copyright (C) 2010 Parker Phinney
# Copyright (C) 2009 Karen Rustad
# Copyright (C) 2009, 2010 OpenHatch, Inc.
# Copyright (C) 2010 John Stumpo
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
{% endcomment %}
{% load profile_extras %}
{% load base_extras %}
<style type='text/css'>
#openhatch-widget {
color: #222;
font: 9pt Verdana, Bitstream Vera Sans, Arial, sans-serif;
width: 260px ! important;
height: 280px ! important;
background: #fff url('{{uri_scheme}}://{{ url_prefix }}{% version '/static/images/motif-eee.png' %}') repeat scroll 0 0;
float: left;
border: inherit;
}
#openhatch-widget h3 {
font-size: 9pt;
font-weight: normal;
margin: 0;
}
#openhatch-widget .module {
background: transparent url('{{uri_scheme}}://{{ url_prefix }}{% version '/static/images/gray-60.png' %}') repeat scroll 0 0;
float: left;
width: 252px;
height: 272px ! important;
border-radius: 0;
-moz-border-radius: 0;
padding: 4px;
margin: 0;
}
#openhatch-widget .module > .head {
width: 240px ! important;
}
#openhatch-widget .module > .head h3,
#openhatch-widget .module > .body,
#openhatch-widget .module > .foot {
width: 242px ! important;
border-radius: 0;
-moz-border-radius: 0;
}
#openhatch-widget .module > .foot {
background: #fff url('{{uri_scheme}}://{{ url_prefix }}{% version '/static/images/motif.png' %}') repeat scroll 0 0;
}
#openhatch-widget .module > .body {
background: none;
border: none;
}
#openhatch-widget .foot img {
vertical-align: middle;
}
#openhatch-widget a {
color: darkorange ! important;
text-decoration: none ! important;
}
#openhatch-widget a:hover {
background-color: #ffffff ! important;
color: orange ! important;
}
#openhatch-widget a img {
border-style: none;
}
#openhatch-widget .project-escutcheon img {
text-align: center;
}
#openhatch-widget .project-escutcheon a {
width: 100%;
}
#openhatch-widget h1 a {
color: #2288BB;
text-decoration: none;
}
#openhatch-widget h1 a:hover {
color: #223366;
background-color #ffffff ! important;
text-decoration: none;
}
#openhatch-widget .module > .head h3 {
text-align: center;
margin: 10px auto;
padding: 0;
font-weight: bold;
}
#openhatch-widget .module > .body {
float: left;
padding: 10px 5px ! important;
height: 145px ! important;
}
#openhatch-widget .module > .foot {
float: left;
padding: 5px;
font-size: 8pt;
text-align: right;
border: 0;
}
#openhatch-widget .module > .foot a {
color: #555;
}
#openhatch-widget .module > .foot a:hover {
color: black;
background-color: #ffffff ! important;
}
#openhatch-widget .module > .body.contains-submodules {
background: #fff url('{{uri_scheme}}://{{ url_prefix }}{% version '/static/images/motif.png' %}');
}
#openhatch-widget .submodule {
margin-bottom: 20px;
float: left;
}
#openhatch-widget .submodule > .head {
float: left;
background: #fdfdfe url('{{uri_scheme}}://{{ url_prefix }}{% version '/static/images/module-head-bg.png' %}') bottom repeat-x;
float: left;
padding: 10px 20px;
}
#openhatch-widget .submodule > .body {
background-color: #fff;
}
#openhatch-widget ul {
padding: 0;
margin: 0;
list-style: none;
}
#openhatch-widget .module > .head ul {
float: right;
padding: 0;
margin: 0;
}
#openhatch-widget .module > .head ul li {
float: left;
margin: 0;
}
#openhatch-widget .module > .head ul li a {
float: right;
padding: 17px 20px;
line-height: 13pt;
font-weight: bold;
margin-right: 3px;
}
#openhatch-widget .module > .head ul li a:hover {
background-color: #ffffff ! important;
color: orange;
text-decoration: underline;
}
#openhatch-widget img {
border: 0;
}
#openhatch-widget .usernames {
font-size: 10pt;
}
#openhatch-widget #info .tag-type {
font-weight: normal;
display: block;
font-size: 8pt;
}
#openhatch-widget .aka {
}
#openhatch-widget .column {
float: left;
margin-right: 10px;
}
#openhatch-widget .project-display h3 {
float: left;
}
#openhatch-widget .project-display p {
margin: 0;
margin-bottom: 10px;
float: left;
}
#openhatch-widget .project-display h2 {
font-size: 9pt;
margin: 0;
margin-bottom: 3px;
}
#openhatch-widget .project-display h5 {
font-size: 12pt;
margin: 0;
margin-bottom: 10px;
font-weight: normal;
}
#openhatch-widget .project-display a {
text-decoration: none;
}
#openhatch-widget .module > .body .project-display ul {
float: left;
}
#openhatch-widget #portfolio .module > .body {
padding: 0;
}
#openhatch-widget #portfolio .module > .body ul li {
float: left;
padding: 10px;
width: 100px;
}
#openhatch-widget .project-escutcheon {
float: left;
margin-right: 5px;
width: 100px;
margin-bottom: 20px;
}
#openhatch-widget #portfolio {
width: 200px;
padding: 0 5px 3px 5px;
margin: 0;
}
#openhatch-widget .project-display {
width: 200px;
margin: 0 auto 2px auto;
}
#openhatch-widget .project-display h3 {
font-size: 11pt;
text-align: center;
width: 100%;
}
#openhatch-widget .project-display li {
float: left;
display: inline;
background-color: white;
margin: 0;
padding: 0;
}
#openhatch-widget .project-escutcheon {
width: 70px;
margin: 4px 3px 3px 3px;
}
#openhatch-widget .project-escutcheon .name {
font-size: 8pt;
padding: 4px;
width: 72px;
clear: left;
text-align: center;
}
#openhatch-widget #credit {
float: right;
}
#openhatch-widget h3 {
text-shadow: none;
}
#openhatch-widget #credit h3 {
font-size: 10pt;
padding: 23px 0 0 0;
margin-right: 10px;
float: left;
}
#openhatch-widget #credit-logo {
float: right;
padding: 5px 0 0 0;
}
#openhatch-widget #widget .head h3 {
width: 240px ! important;
}
#openhatch-widget .module > .body { width: 280px; background-color: #fff; }
#openhatch-widget .project-name{ font-size: 8pt; }
</style>
<div id='openhatch-widget'>
<div class='module'>
<div class='head'>
<h3>My <abbr title='Free and Open Source Software'>FOSS</abbr> contributions</h3>
</div>
<div class='body'>
<ul>
{% for entry in person.get_nonarchived_published_portfolio_entries %}
{% if forloop.counter0|divisibleby:3 and not forloop.first %}
</div>
{% endif %}
{% if forloop.counter0|divisibleby:3 %}
<div class="row" style="float: left; width: 100%">
{% endif %}
{% with entry.project as project %}
<li>
<div class='project-escutcheon'>
<div class='logo'>
<a href='{{uri_scheme}}://{{ url_prefix }}{% url mysite.project.views.project project.name %}'>
<img alt='logo' title='{{ project.display_name}}'
src='{{uri_scheme}}://{{ url_prefix }}{% version project.get_url_of_badge_size_icon_or_generic %}' width='40'/>
<div class='project-name'>{{ project.display_name|break_long_words|safe }}</div>
</a>
</div>
</div>
</li>
{% endwith %}
{% if forloop.last %}
</div>
{% endif %}
{% empty %}
<div>No projects listed yet.</div>
{% endfor %}
</ul>
</div>
<div class='foot'>
<a href='{{uri_scheme}}://{{ url_prefix }}{% url mysite.profile.views.display_person_web person.user.username %}'>See my full profile at
<img src='{{uri_scheme}}://{{ url_prefix }}{% version '/static/images/logo-for-widget.png' %}' height='55' width='80'/></a>
</div>
</div>
</div>
{# vim: set nu filetype=htmldjango: #}
|
googlea943f9a42d5aaa9d.html | aurbano/QuePiensas | google-site-verification: googlea943f9a42d5aaa9d.html |
ckanext/gobar_theme/templates/home/groups.html | pabloariel01/ckanctes | <div class="featured-groups container-fluid">
<div class="col-xs-12 col-sm-10 col-sm-offset-1">
{% set dataset_url = h.url_for(controller='package', action='search') %}
{%- for group in c.groups -%}
{%- set can_update = h.check_access('group_update', {'id': c.group_dict.id}) -%}
<div class="group-container col-xs-12 col-sm-4 col-md-3 col-lg-2 invisible {{ 'with-edit-button' if can_update else '' }}">
{% if can_update %}
<a href="{{ h.url_for(controller='group', action='edit', id=group.name) }}">
<div class="edit-container">
{% snippet "svg/edit.svg" %}
</div>
</a>
{% endif %}
{% set group_class = 'active' if group.package_count > 0 else 'inactive' %}
{% if group.package_count > 0 %}
<a href="{{ h.add_url_param(new_params={'groups': group.name}, alternative_url=dataset_url) }}">
{% endif %}
<div class="group {{ group_class }}">
<div class="group-text">
<img src="{{ group.image_display_url }}" data-replace="svg">
<div class="group-table">
<div class="group-cell">
{{ group.display_name }}
</div>
</div>
</div>
</div>
{% if group.package_count > 0 %}
</a>
{% endif %}
</div>{%- endfor -%}
</div>
</div>
{% resource 'gobar_js/home/groups.js' %}
|
modules/openlmis-web/src/main/webapp/public/pages/vaccine/admin/protocol/partials/countries.html | jasolangi/jasolangi.github.io | <!--
~ This program was produced for the U.S. Agency for International Development. It was prepared by the USAID | DELIVER PROJECT, Task Order 4. It is part of a project which utilizes code originally licensed under the terms of the Mozilla Public License (MPL) v2 and therefore is licensed under MPL v2 or later.
~
~ This program is free software: you can redistribute it and/or modify it under the terms of the Mozilla Public License as published by the Mozilla Foundation, either version 2 of the License, or (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Mozilla Public License for more details.
~
~ You should have received a copy of the Mozilla Public License along with this program. If not, see http://www.mozilla.org/MPL/
-->
<div class="alert alert-success" id="saveSuccessMsgDiv" ng-bind="message" ng-show="message"/>
<div class="container-fluid">
<div>
<h2>Country Information</h2>
</div>
<h2><span>{{title}}</span>
<a href="#countries-create" id="country-add-new"
class="pull-right btn btn-primary"
ng-disabled="AddEditMode"
>Add New</a>
</h2>
<input id="searchCountries" class="search-query input-xxlarge" type="text" ng-model="query"
ng-keyup="showCountriesSearch()" openlmis-message="placeholder.search"/>
<div class="form-tip" openlmis-message="search.threeCharacters"></div>
<div class="facility-list" ng-show="query.length > 2">
<div ng-switch on="resultCount">
<h3 ng-switch-when="0" openlmis-message="msg.no.matches|query"></h3>
<h3 ng-switch-when="1" openlmis-message="msg.one.match|query"></h3>
<h3 ng-switch-default openlmis-message="msg.many.matches|resultCount|query"></h3>
</div>
<a class="close-btn" href="" ng-click="clearSearch()" tabindex="-1"></a>
<ul id="countriesList" class="user-list" ng-model="filteredStorageTypes">
<li ng-repeat="c in filteredCountries" >
<a id="st{{$index}}" href="" ng-click="editCountries(c.id)">
<span class="user-name">{{c.name}}</span>
</a>
<div class="user-actions">
<a id="editStorageType{{$index}}" href="" class="btn btn-primary btn-small" openlmis-message="button.edit"
ng-click="editStorageType(c.id)"></a>
<a id="showDeleteConfirmDialog{{$index}}" href="" ng-click="showDeleteConfirmDialog(c)" class="btn btn-primary btn-small" openlmis-message="button.delete"></a>
</div>
</li>
</ul>
</div>
<div class="content-body" ng-hide="query.length > 2">
<table class="table table-bordered" ng-show="data == undefined || data.length == 0">
<tr>
<td>No data to show under selected filters</td>
</tr>
</table>
<table class="table table-striped table-bordered" ng-table="tableParams" >
<thead>
<tr class="gradient-header">
<th data-title="'Name'" style="width:20px" sortable="name">Name
</th>
<th>Long Name
</th>
<th>ISO Code2
</th>
<th>ISO Code3
</th>
<th>Action
</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="c in countries ">
<td data-title="'Name'" style="width:20px" sortable="name">
<div>{{c.name}}</div>
</td>
<td data-title="'Long Name'" style="width:100px">
<div>{{c.longName}}</div>
</td>
<td data-title="'ISO Code2'" style="width:100px">
<div>{{c.isoCode2}}</div>
</td>
<td data-title="'ISO Code3'" style="width:100px">
<div>{{c.isoCode3}}</div>
</td>
<td data-title="'Action'" style="width:100px">
<a href="" ng-click="editCountries(c.id)">Edit</a>|
<a href="" ng-click="showDeleteConfirmDialog(c)">Delete</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
|
doc/api/files/__/__/__/_rvm/gems/ruby-2_1_2/gems/activerecord-4_1_1/lib/active_record/scoping/named_rb.html | asm-products/visitmee | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>named.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.1.1</span><br />
<h1>
named.rb
</h1>
<ul class="files">
<li>
../../../.rvm/gems/ruby-2.1.2/gems/activerecord-4.1.1/lib/active_record/scoping/named.rb
</li>
<li>Last modified: 2014-06-04 14:49:08 +0545</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- File only: requires -->
<div class="sectiontitle">Required Files</div>
<ul>
<li>active_support/core_ext/array</li>
<li>active_support/core_ext/hash/except</li>
<li>active_support/core_ext/kernel/singleton_class</li>
</ul>
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../classes/ActiveRecord.html">ActiveRecord</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../classes/ActiveRecord/Scoping.html">ActiveRecord::Scoping</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../classes/ActiveRecord/Scoping/Named.html">ActiveRecord::Scoping::Named</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../../classes/ActiveRecord/Scoping/Named/ClassMethods.html">ActiveRecord::Scoping::Named::ClassMethods</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> |
app/index.html | inad9300/pxr | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>No image – pxr</title>
<link rel="stylesheet" href="dist/main.css">
</head>
<body>
<!-- Sidebar -->
<aside>
<div class="content">
<!-- Tool selection -->
<div class="sidebar-item sidebar-title">
<select id="tool-select" class="dropdown" title="Underlying tool to use">
<option value="pngquant" data-url="https://pngquant.org/" title="Lossy PNG compression">pngquant</option>
</select>
<button id="link-to-tool-website"
class="right floated external-link"
title="Open tool's website">
</button>
</div>
<!-- Tool-specific configuration options -->
<div id="tool-options"></div>
<input type="file" id="input-file" class="hidden">
<!-- Run the selected tool with the chosen configuration -->
<div class="sidebar-item sidebar-final-controls">
<button id="new-image-button" class="left floated button">
New image
</button>
<button id="optimize-button" class="right floated button">
<span class="text">Optimize</span>
<div class="loader"></div>
</button>
<div class="clear"></div>
</div>
</div>
<footer id="savings-output">
Size: <em class="light-text">no outcome yet</em>
</footer>
</aside>
<!-- Main section -->
<main class="dark-bg">
<div id="drop-zone" class="clickable vertically centered drop-zone">
Drop your image here <div>– or –</div> click to search for it
</div>
<img id="input-image" alt="Input image" src="assets/images/blank.gif" class="vertically centered hidden">
<img id="output-image" alt="Output image" src="assets/images/blank.gif" class="vertically centered">
<button id="original-label" class="hidden unclickable o-button">
Original
</button>
<!-- Toolbar -->
<div id="main-toolbar">
<button id="show-original-button" class="left floated button" title="Press to show, release to hide">
Show original
</button>
<span id="opt-zoom-wrap" title="100%">
<input id="opt-zoom" type="range" class="slider" value="100" min="25" max="300" step="1">
</span>
<div id="background-group" class="right floated button-group">
<button class="button" title="Light background">
<img src="assets/images/png-bg-light.png" data-class="light-bg" width="16" height="16">
</button>
<button class="button" title="Grayish background">
<img src="assets/images/png-bg-gray.png" data-class="gray-bg" width="16" height="16">
</button>
<button class="button" title="Dark background">
<img src="assets/images/png-bg-dark.png" data-class="dark-bg" width="16" height="16">
</button>
</div>
</div>
</main>
<div id="notifications-area"></div>
<!-- Scripts -->
<script src="core/globals.js"></script>
<script src="core/renderer.js"></script>
</body>
</html>
|
src/main/webapp/imcms/css/imcms-number_box.css | imCodePartnerAB/imcms | .imcms-number__label {
display: inline-block;
}
.imcms-number-box {
display: block;
position: relative;
max-width: 310px;
}
.imcms-number-box__input {
background-color: #f3f3fd;
color: #587380;
display: block;
padding: 10px 15px;
width: 100%;
}
.imcms-number__error-msg {
display: none;
}
.imcms-number-box--active .imcms-number-box__input {
border-color: #0b94d8;
background-color: #fff;
color: #1f2a2e;
}
.imcms-number-box--active .imcms-button--increment {
display: block;
top: 0;
}
.imcms-number-box--active .imcms-button--decrement {
display: block;
bottom: 0;
}
.imcms-number-box--error .imcms-number-box__input {
background-color: #fff;
border-color: #d3d8de;
color: #da1a1a;
}
.imcms-number-box--error + .imcms-number__error-msg {
display: block;
margin-top: 10px;
}
.imcms-number-box__button {
display: none;
padding: 0 10px;
right: 0;
}
|
report/html/com/rapidminer/gui/look/painters/MenuSeparatorPainter.html | cm-is-dog/rapidminer-studio-core | <!DOCTYPE html>
<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"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/>
<link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/>
<!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]-->
<style type="text/css" media="all">
@import url('../../../../../style.css');
@import url('../../../../../tree.css');
</style>
<script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script>
<script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script>
<script src="../../../../../package-nodes-tree.js" type="text/javascript"></script>
<script src="../../../../../clover-tree.js" type="text/javascript"></script>
<script src="../../../../../clover.js" type="text/javascript"></script>
<script src="../../../../../clover-descriptions.js" type="text/javascript"></script>
<script src="../../../../../cloud.js" type="text/javascript"></script>
<title>rapidminer-studio-core 转换结果 </title>
</head>
<body onload="onLoad('rapidminer-studio-core 转换结果 : com.rapidminer.gui.look.painters.MenuSeparatorPainter.java')">
<div id="page">
<header id="header" role="banner">
<nav class="aui-header aui-dropdown2-trigger-group" role="navigation">
<div class="aui-header-inner">
<div class="aui-header-primary">
<h1 id="logo" class="aui-header-logo aui-header-logo-clover">
<a href="http://www.atlassian.com/clover" title="Open Atlassian Clover home page"><span class="aui-header-logo-device">Clover</span></a>
</h1>
</div>
<div class="aui-header-secondary">
<ul class="aui-nav">
<li id="system-help-menu">
<a class="aui-nav-link" title="Open online Clover documentation" target="_blank"
href="https://confluence.atlassian.com/display/CLOVER/Clover+Documentation+Home">
<span class="aui-icon aui-icon-small aui-iconfont-help"> Help</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="aui-page-panel">
<div class="aui-page-panel-inner">
<div class="aui-page-panel-nav aui-page-panel-nav-clover">
<div class="aui-page-header-inner" style="margin-bottom: 20px;">
<div class="aui-page-header-image">
<div class="aui-avatar aui-avatar-large aui-avatar-project">
<div class="aui-avatar-inner">
<img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/>
</div>
</div>
</div>
<div class="aui-page-header-main" >
<h1>
rapidminer-studio-core 转换结果
</h1>
</div>
</div>
<nav class="aui-navgroup aui-navgroup-vertical">
<div class="aui-navgroup-inner">
<ul class="aui-nav">
<li class="">
<a href="../../../../../dashboard.html">Project overview</a>
</li>
</ul>
<div class="aui-nav-heading packages-nav-heading">
<strong>Packages</strong>
</div>
<div class="aui-nav project-packages">
<form method="get" action="#" class="aui package-filter-container">
<input type="text" autocomplete="off" class="package-filter text"
placeholder="Type to filter packages..." name="package-filter" id="package-filter"
title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/>
</form>
<p class="package-filter-no-results-message hidden">
<small>No results found.</small>
</p>
<div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.rapidminer.gui.look.painters">
<div class="packages-tree-container"></div>
<div class="clover-packages-lozenges"></div>
</div>
</div>
</div>
</nav> </div>
<section class="aui-page-panel-content">
<div class="aui-page-panel-content-clover">
<ol class="aui-nav aui-nav-breadcrumbs">
<li><a href="../../../../../dashboard.html">Project Clover database 星期二 九月 5 2017 16:40:29 CST</a></li>
<li><a href="pkg-summary.html"> Package com.rapidminer.gui.look.painters</a></li>
</ol>
<h1 class="aui-h2-clover">
File MenuSeparatorPainter.java
</h1>
<div class="aui-message aui-message-warning">
<p class="title">
<strong>Evaluation License</strong>
</p>
<p>
This report was generated with an evaluation server license. <a href="http://www.atlassian.com/software/clover">Purchase Clover</a> or <a href="http://confluence.atlassian.com/x/JAgQCQ">configure your license.</a>
</p>
</div>
<div class="aui-tabs horizontal-tabs" id="tabs-file">
<div class="tabs-pane aui-tabs-pane-100-pcnt active-pane" id="tabs-file-source">
<div> </div>
<div style="display: table; width: 100%">
<div style="display: table-cell; ">
<div class="dashboard-widget">
<header class="dashboard-widget-header">
<h3>Code metrics</h3>
</header>
<div class="dashboard-widget-content">
<div id="td-header-stats" class="aui-item" style="display: ">
<div style="display: table">
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of branches in this file">Branches:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of statements in this file">Statements:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of methods in this file">Methods:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of classes in this file">Classes:</label></div>
<div class="stats-box-value">1</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of lines of code in this file">LOC:</label></div>
<div class="stats-box-value">68</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of non-comment lines of code in this file">NCLOC:</label></div>
<div class="stats-box-value">34</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Cyclomatic complexity is the number of paths in this file">Total complexity:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label">
<label title="Complexity density is the complexity divided by the number of statements in this file">Complexity density:</label>
</div>
<div class="stats-box-value">-</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Number of statements per method.">Statements/Method:</label></div>
<div class="stats-box-value">-</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Number of methods per class.">Methods/Class:</label></div>
<div class="stats-box-value">0</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Complexity divided by the number of methods in this file">Average method complexity:</label></div>
<div class="stats-box-value">-</div>
</div>
</div>
<div class="subtle">
<small><strong>100%</strong> of code in this file is excluded from these metrics.</small>
<label class="aui-button aui-button-subtle" onclick="toggleStats('td-header-stats', 'td-filtered-header-stats');"
title="Include or exclude filtered elements from these statistics.">Remove Filter</label>
</div>
</div>
<div id="td-filtered-header-stats" class="aui-item" style="display: none">
<div style="display: table">
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of branches in this file">Branches:</label></div>
<div class="stats-box-value">2</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of statements in this file">Statements:</label></div>
<div class="stats-box-value">10</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of methods in this file">Methods:</label></div>
<div class="stats-box-value">5</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of classes in this file">Classes:</label></div>
<div class="stats-box-value">1</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of lines of code in this file">LOC:</label></div>
<div class="stats-box-value">68</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of non-comment lines of code in this file">NCLOC:</label></div>
<div class="stats-box-value">34</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Cyclomatic complexity is the number of paths in this file">Total complexity:</label></div>
<div class="stats-box-value">6</div>
</div>
<div class="stats-box">
<div class="stats-box-label">
<label title="Complexity density is the complexity divided by the number of statements in this file">Complexity density:</label>
</div>
<div class="stats-box-value">0.6</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Number of statements per method.">Statements/Method:</label></div>
<div class="stats-box-value">2</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Number of methods per class.">Methods/Class:</label></div>
<div class="stats-box-value">5</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Complexity divided by the number of methods in this file">Average method complexity:</label></div>
<div class="stats-box-value">1.2</div>
</div>
</div>
<div class="subtle">
<small>These metrics include <strong class='bold'>100%</strong> of code marked as filtered.</small>
<label class="aui-button aui-button-subtle" onclick="toggleStats('td-filtered-header-stats', 'td-header-stats');"
title="Include or exclude filtered elements from these statistics.">Apply Filter</label>
</div>
</div> </div>
</div>
</div>
</div>
<h2>Classes</h2>
<table class="aui aui-table-sortable">
<thead>
<tr> <th>Class</th>
<th>Line #</th>
<th class="">
<label title="The total number of statements.">Total Statements</label>
</th>
<th class="">
<label title="Cyclomatic complexity is a measure of the number of paths in your code.">Complexity</label>
</th>
<th class="">
<label title="The amount of code that was hit at least once during testing.">TOTAL Coverage</label>
</th>
<th>Actions</th>
</tr> </thead>
<tbody>
<tr> <td id="MenuSeparatorPainter">
<span><a href="#35" title="MenuSeparatorPainter" onclick="closeDialogAndScrollTo('dialog-MenuSeparatorPainter', '35');">MenuSeparatorPainter</a></span>
</td>
<td>35<a name="sl-35"></a></td>
<td class="">0</td>
<td class="">0</td>
<td class=""><div style="display: table; width: 100%">
<div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell">
<div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div></td>
<td><button data-dialog-id="dialog-MenuSeparatorPainter" class="aui-button aui-button-link dialog-show-button">Show methods</button></td>
</tr> </tbody>
</table>
<section role="dialog" id="dialog-MenuSeparatorPainter" class="aui-layer aui-dialog2 aui-dialog2-xlarge" aria-hidden="true">
<header class="aui-dialog2-header">
<h1 class="aui-dialog2-header-main">Class MenuSeparatorPainter</h1>
<div class="aui-dialog2-header-secondary">
<input id="dialog-MenuSeparatorPainter-method-filter" class="test-filter text" type="text" name="method-filter"
placeholder="Type to filter methods..." autocomplete="off"
onkeyup="filterMethods('dialog-MenuSeparatorPainter-methods-body', 'dialog-MenuSeparatorPainter-method-filter');"/>
</div>
</header>
<div class="aui-dialog2-content">
<table class="aui aui-table-sortable">
<thead>
<tr> <th id="MenuSeparatorPainter">
Class<br/> <span><a href="#35" title="MenuSeparatorPainter" onclick="closeDialogAndScrollTo('dialog-MenuSeparatorPainter', '35');">MenuSeparatorPainter</a></span>
</th>
<th>Line #<br/>35<a name="sl-35"></a></th>
<th class=""><label title="The total number of statements.">Total Statements</label><br/>0</th>
<th class=""><label title="Cyclomatic complexity is a measure of the number of paths in your code.">Complexity</label><br/>0</th>
<th class=""><label title="The amount of code that was hit at least once during testing.">TOTAL Coverage</label><br/><div style="display: table; width: 100%">
<div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell">
<div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div></th>
</tr> </thead>
<tbody id="dialog-MenuSeparatorPainter-methods-body">
<tr id="MenuSeparatorPainter-1">
<td id="summary-39-2">
<span class="sortValue">MenuSeparatorPainter(int)</span>
  <a href="?line=29#39" title="MenuSeparatorPainter(int)" name="sl-39" onclick="closeDialogAndScrollTo('dialog-MenuSeparatorPainter', '39');">MenuSeparatorPainter(int)</a>
</td>
<td align="right"><span class="sortValue">39</span>39</td>
<td class="" align="right"><span class="sortValue">0.0</span>0</td>
<td class="" align="right"><span class="sortValue">1.0</span>1</td>
<td class="" align="right"><span class="sortValue">-1.0</span><div style="display: table; width: 100%">
<div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell">
<div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div></td>
</tr> <tr id="MenuSeparatorPainter-2">
<td id="summary-43-2">
<span class="sortValue">paint(Component,Graphics,int,int,int,int) : void</span>
  <a href="?line=29#43" title="paint(Component,Graphics,int,int,int,int) : void" name="sl-43" onclick="closeDialogAndScrollTo('dialog-MenuSeparatorPainter', '43');">paint(Component,Graphics,int,int,int,int) : void</a>
</td>
<td align="right"><span class="sortValue">43</span>43</td>
<td class="" align="right"><span class="sortValue">0.0</span>0</td>
<td class="" align="right"><span class="sortValue">1.0</span>1</td>
<td class="" align="right"><span class="sortValue">-1.0</span><div style="display: table; width: 100%">
<div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell">
<div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div></td>
</tr> <tr id="MenuSeparatorPainter-3">
<td id="summary-47-2">
<span class="sortValue">paintToImage(Component,Graphics,int,int,Object[]) : void</span>
  <a href="?line=29#47" title="paintToImage(Component,Graphics,int,int,Object[]) : void" name="sl-47" onclick="closeDialogAndScrollTo('dialog-MenuSeparatorPainter', '47');">paintToImage(Component,Graphics,int,int,Object[]) : void</a>
</td>
<td align="right"><span class="sortValue">47</span>47</td>
<td class="" align="right"><span class="sortValue">0.0</span>0</td>
<td class="" align="right"><span class="sortValue">1.0</span>1</td>
<td class="" align="right"><span class="sortValue">-1.0</span><div style="display: table; width: 100%">
<div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell">
<div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div></td>
</tr> <tr id="MenuSeparatorPainter-4">
<td id="summary-56-2">
<span class="sortValue">paintImage(Component,Graphics,int,int,int,int,Image,Object[]) : void</span>
  <a href="?line=29#56" title="paintImage(Component,Graphics,int,int,int,int,Image,Object[]) : void" name="sl-56" onclick="closeDialogAndScrollTo('dialog-MenuSeparatorPainter', '56');">paintImage(Component,Graphics,int,int,int,int,Image,Object[]) : void</a>
</td>
<td align="right"><span class="sortValue">56</span>56</td>
<td class="" align="right"><span class="sortValue">0.0</span>0</td>
<td class="" align="right"><span class="sortValue">1.0</span>1</td>
<td class="" align="right"><span class="sortValue">-1.0</span><div style="display: table; width: 100%">
<div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell">
<div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div></td>
</tr> <tr id="MenuSeparatorPainter-5">
<td id="summary-61-2">
<span class="sortValue">createImage(Component,int,int,GraphicsConfiguration) : Image</span>
  <a href="?line=29#61" title="createImage(Component,int,int,GraphicsConfiguration) : Image" name="sl-61" onclick="closeDialogAndScrollTo('dialog-MenuSeparatorPainter', '61');">createImage(Component,int,int,GraphicsConfiguration) : Image</a>
</td>
<td align="right"><span class="sortValue">61</span>61</td>
<td class="" align="right"><span class="sortValue">0.0</span>0</td>
<td class="" align="right"><span class="sortValue">1.0</span>1</td>
<td class="" align="right"><span class="sortValue">-1.0</span><div style="display: table; width: 100%">
<div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell">
<div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div></td>
</tr> </tbody>
</table>
<div> </div>
</div>
<footer class="aui-dialog2-footer">
<div class="aui-dialog2-footer-actions">
<button class="aui-button aui-button-primary dialog-close-button"
data-dialog-id="dialog-MenuSeparatorPainter">Close</button>
</div>
<div class="aui-dialog2-footer-hint">Click on a class or a method name to jump to source.</div>
</footer>
</section>
<div> </div>
<h2>Contributing tests</h2>
<div class="aui-message">
<p>No tests hitting this source file were found.</p>
</div>
<h2>Source view</h2>
<div style="display: table; width: 100%;">
<div style="display: table-cell">
<button class="aui-button aui-button-link"
title="Toggles all methods in the source to be either expanded or collapsed."
onclick="toggleAllInlineMethods(this); return false;" id="method-expander">
Collapse all methods
</button>
</div>
<div style="display: table-cell">
<div style="text-align: right; margin-bottom: 10px">
<button class="aui-button aui-button-subtle" id="popupHelp">
<span class="aui-icon aui-icon-small aui-iconfont-help"></span> Show legend
</button>
<script>
AJS.InlineDialog(AJS.$("#popupHelp"), "helpDialog",
function(content, trigger, showPopup) {
content.css({"padding":"20px"}).html(SRC_FILE_LEGEND_TEXT);
showPopup();
return false;
},
{
width: 700, hideDelay: 60000
}
);
</script> </div>
</div>
</div>
<table cellspacing="0" cellpadding="0" class="srcView" width="100%">
<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 " >  </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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-2" class="srcLine"><span class="comment"> * Copyright (C) 2001-2017 by RapidMiner and the contributors</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 " >  </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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-4" class="srcLine"><span class="comment"> * Complete list of developers available at our web site:</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-5" class="srcLine"><span class="comment"> * </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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-6" class="srcLine"><span class="comment"> * http://rapidminer.com</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 " >  </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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-8" class="srcLine"><span class="comment"> * This program is free software: you can redistribute it and/or modify it under the terms of the</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-9" class="srcLine"><span class="comment"> * GNU Affero General Public License as published by the Free Software Foundation, either version 3</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-10" class="srcLine"><span class="comment"> * of the License, or (at your option) any later version.</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-11" class="srcLine"><span class="comment"> * </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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-12" class="srcLine"><span class="comment"> * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-13" class="srcLine"><span class="comment"> * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-14" class="srcLine"><span class="comment"> * Affero General Public License for more details.</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 " >  </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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-16" class="srcLine"><span class="comment"> * You should have received a copy of the GNU Affero General Public License along with this program.</span></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-17" class="srcLine"><span class="comment"> * If not, see http://www.gnu.org/licenses/.</span></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-18" class="srcLine"><span class="comment">*/</span></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-19" class="srcLine"><span class="keyword">package</span> com.<a href="../../../../rapidminer/pkg-summary.html">rapidminer</a>.<a href="../../../gui/pkg-summary.html">gui</a>.<a href="../../look/pkg-summary.html">look</a>.<a href="../painters/pkg-summary.html">painters</a>;</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-20" class="srcLine"></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-21" class="srcLine"><span class="keyword">import</span> java.awt.Component;</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-22" class="srcLine"><span class="keyword">import</span> java.awt.Graphics;</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-23" class="srcLine"><span class="keyword">import</span> java.awt.GraphicsConfiguration;</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-24" class="srcLine"><span class="keyword">import</span> java.awt.Image;</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-25" class="srcLine"><span class="keyword">import</span> java.awt.image.BufferedImage;</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-26" class="srcLine"></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-27" class="srcLine"><span class="keyword">import</span> com.<a href="../../../../rapidminer/pkg-summary.html">rapidminer</a>.<a href="../../../gui/pkg-summary.html">gui</a>.<a href="../../look/pkg-summary.html">look</a>.<a href="../../../../../com/rapidminer/gui/look/Colors.html#Colors">Colors</a>;</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 " >  </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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-29" class="srcLine"></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-30" class="srcLine"><span class="comment">/**</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-31" class="srcLine"><span class="comment"> * This is a cached painter for the menu separators.</span></span></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-32" class="srcLine"><span class="comment"> *</span></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-33" class="srcLine"><span class="comment"> * </span><span class="javadoc">@author</span><span class="comment"> Ingo Mierswa</span></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-34" class="srcLine"><span class="comment"> */</span></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="35" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-35' onclick="toggleInlineStats(this, 'inlinestats-35');"/>
<td align="center" valign="middle">
<table id="inlinestats-35" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-35'), 'inlinestats-35');return true;">
<td><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: 0</td>
<td class="inlineStat">Complexity Density: -</td>
</tr>
</table>
</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 " >  </td>
<td class=" srcCell" id="id-35"><span class="spacer"></span><span id="src-35" class="srcLine"><span class="keyword">public</span> <span class="keyword">class</span> <a href="../../../../../com/rapidminer/gui/look/painters/MenuSeparatorPainter.html#MenuSeparatorPainter">MenuSeparatorPainter</a> <span class="keyword">extends</span> <a href="../../../../../com/rapidminer/gui/look/painters/AbstractCachedPainter.html#AbstractCachedPainter">AbstractCachedPainter</a> {</span></td>
</tr>
<tr id="l36">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=36#src-36">36</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-36" class="srcLine"></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-37" class="srcLine"> <span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">final</span> <a href="../../../../../com/rapidminer/gui/look/painters/MenuSeparatorPainter.html#MenuSeparatorPainter">MenuSeparatorPainter</a> SINGLETON = <span class="keyword">new</span> <a href="../../../../../com/rapidminer/gui/look/painters/MenuSeparatorPainter.html#MenuSeparatorPainter">MenuSeparatorPainter</a>(7);</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-38" class="srcLine"></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="39" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-39' onclick="toggleInlineStats(this, 'inlinestats-39');"/>
<td align="center" valign="middle">
<table id="inlinestats-39" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-39'), 'inlinestats-39');return true;">
<td><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>
</tr>
</table>
</td>
</tr>
<tr id="l39">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=39#src-39">39</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" methodStart srcCell" id="id-39"><img title="Method Statistics" onclick="toggleSrcRowVis(this, 39,41);" id="img-39" src="../../../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-39" class="srcLineFiltered"><span class="nolink" title="Filtered by: constructor"> <a href="../../../../../com/rapidminer/gui/look/painters/MenuSeparatorPainter.html#MenuSeparatorPainter">MenuSeparatorPainter</a>(<span class="keyword">int</span> count) {</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-39'), 39,41);" id="e39" style="display:none;border:none;">...</span></span></td>
</tr>
<tr id="l40">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=40#src-40">40</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-40" class="srcLineFiltered"><span class="nolink" title="Filtered by: constructor"> <span class="keyword">super</span>(count);</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 " >  </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 NoHilight"><a class="lineNumHref" href="?line=42#src-42">42</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-42" class="srcLine"></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="43" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-43' onclick="toggleInlineStats(this, 'inlinestats-43');"/>
<td align="center" valign="middle">
<table id="inlinestats-43" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-43'), 'inlinestats-43');return true;">
<td><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>
</tr>
</table>
</td>
</tr>
<tr id="l43">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=43#src-43">43</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" methodStart srcCell" id="id-43"><img title="Method Statistics" onclick="toggleSrcRowVis(this, 43,45);" id="img-43" src="../../../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-43" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> <span class="keyword">public</span> <span class="keyword">synchronized</span> <span class="keyword">void</span> paint(Component c, Graphics g, <span class="keyword">int</span> x, <span class="keyword">int</span> y, <span class="keyword">int</span> w, <span class="keyword">int</span> h) {</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-43'), 43,45);" id="e43" style="display:none;border:none;">...</span></span></td>
</tr>
<tr id="l44">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=44#src-44">44</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-44" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> paint(c, g, x, y, w, h, <span class="keyword">new</span> Object[] {});</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 " >  </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 NoHilight"><a class="lineNumHref" href="?line=46#src-46">46</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-46" class="srcLine"></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="47" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-47' onclick="toggleInlineStats(this, 'inlinestats-47');"/>
<td align="center" valign="middle">
<table id="inlinestats-47" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-47'), 'inlinestats-47');return true;">
<td><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>
</tr>
</table>
</td>
</tr>
<tr id="l47">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=47#src-47">47</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" methodStart srcCell" id="id-47"><img title="Method Statistics" onclick="toggleSrcRowVis(this, 47,54);" id="img-47" src="../../../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-47" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> @Override</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-47'), 47,54);" id="e47" style="display:none;border:none;">...</span></span></td>
</tr>
<tr id="l48">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=48#src-48">48</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-48" class="srcLine"> <span class="keyword">protected</span> <span class="keyword">void</span> paintToImage(Component c, Graphics g, <span class="keyword">int</span> w, <span class="keyword">int</span> h, Object[] args) {</span></td>
</tr>
<tr id="l49">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=49#src-49">49</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-49" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> g.setColor(<a href="../../../../../com/rapidminer/gui/look/Colors.html#Colors">Colors</a>.MENU_ITEM_BACKGROUND);</span></span></td>
</tr>
<tr id="l50">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=50#src-50">50</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-50" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> g.fillRect(0, 0, w, h);</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 " >  </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 Filtered"><a class="lineNumHref" href="?line=52#src-52">52</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-52" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> g.setColor(<a href="../../../../../com/rapidminer/gui/look/Colors.html#Colors">Colors</a>.MENU_ITEM_SEPARATOR);</span></span></td>
</tr>
<tr id="l53">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=53#src-53">53</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-53" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> g.drawLine(0, 1, w, 1);</span></span></td>
</tr>
<tr id="l54">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=54#src-54">54</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-54" class="srcLine"> }</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-55" class="srcLine"></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="56" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-56' onclick="toggleInlineStats(this, 'inlinestats-56');"/>
<td align="center" valign="middle">
<table id="inlinestats-56" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-56'), 'inlinestats-56');return true;">
<td><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>
</tr>
</table>
</td>
</tr>
<tr id="l56">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=56#src-56">56</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" methodStart srcCell" id="id-56"><img title="Method Statistics" onclick="toggleSrcRowVis(this, 56,59);" id="img-56" src="../../../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-56" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> @Override</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-56'), 56,59);" id="e56" style="display:none;border:none;">...</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-57" class="srcLine"> <span class="keyword">protected</span> <span class="keyword">void</span> paintImage(Component c, Graphics g, <span class="keyword">int</span> x, <span class="keyword">int</span> y, <span class="keyword">int</span> imageW, <span class="keyword">int</span> imageH, Image image, Object[] args) {</span></td>
</tr>
<tr id="l58">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=58#src-58">58</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-58" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> g.drawImage(image, 0, 0, <span class="keyword">null</span>);</span></span></td>
</tr>
<tr id="l59">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=59#src-59">59</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-59" class="srcLine"> }</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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-60" class="srcLine"></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="61" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-61' onclick="toggleInlineStats(this, 'inlinestats-61');"/>
<td align="center" valign="middle">
<table id="inlinestats-61" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-61'), 'inlinestats-61');return true;">
<td><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>
</tr>
</table>
</td>
</tr>
<tr id="l61">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=61#src-61">61</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" methodStart srcCell" id="id-61"><img title="Method Statistics" onclick="toggleSrcRowVis(this, 61,67);" id="img-61" src="../../../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-61" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> @Override</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-61'), 61,67);" id="e61" style="display:none;border:none;">...</span></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 " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-62" class="srcLine"> <span class="keyword">protected</span> Image createImage(Component c, <span class="keyword">int</span> w, <span class="keyword">int</span> h, GraphicsConfiguration config) {</span></td>
</tr>
<tr id="l63">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=63#src-63">63</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-63" class="srcLineFiltered"><span class="nolink" title="Filtered by: method, if"> <span class="keyword">if</span> (config == <span class="keyword">null</span>) {</span></span></td>
</tr>
<tr id="l64">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=64#src-64">64</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-64" class="srcLineFiltered"><span class="nolink" title="Filtered by: method, if"> <span class="keyword">return</span> <span class="keyword">new</span> BufferedImage(w, h, BufferedImage.TYPE_3BYTE_BGR);</span></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 " >  </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 Filtered"><a class="lineNumHref" href="?line=66#src-66">66</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-66" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> <span class="keyword">return</span> config.createCompatibleVolatileImage(w, h);</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 " >  </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 NoHilight"><a class="lineNumHref" href="?line=68#src-68">68</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-68" class="srcLine">}</span></td>
</tr>
</tbody></table> </div>
</div><!-- .aui-tabs -->
<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="MenuSeparatorPainter.js" type="text/javascript"></script>
</div> <!-- class="aui-page-panel-content-clover" -->
<footer id="footer" role="contentinfo">
<section class="footer-body">
<ul>
<li>
Report generated by <a target="_new" href="http://www.atlassian.com/software/clover">Atlassian Clover</a> v 4.1.2
on 星期二 九月 5 2017 17:24:16 CST using coverage data from 星期四 一月 1 1970 08:00:00 CST.
</li>
</ul>
<ul>
<li>Clover Evaluation License registered to Clover Plugin. You have 29 day(s) before your license expires.</li>
</ul>
<div id="footer-logo">
<a target="_blank" href="http://www.atlassian.com/">
Atlassian
</a>
</div>
</section>
</footer> </section> <!-- class="aui-page-panel-content" -->
</div> <!-- class="aui-page-panel-inner" -->
</div> <!-- class="aui-page-panel" -->
</div> <!-- id="page" -->
</body>
</html> |
accounts/templates/accounts/recover_requested.html | amcat/amcat | {% extends "base.html" %}
{% block content %}
<div class="alert alert-info">
<p style="margin:0px">An email with instructions has been sent.</p>
</div>
{% endblock %}
|
resources/digest/sent-by.html | open-company/open-company-email | <table>
<tr>
<th class="small-12 large-12 first last columns">
<table>
<tr>
<th>
<p class="text-center"><b>Sent by Carrot</b></p>
</th>
<th class="expander"></th>
</tr>
</table>
</th>
</tr>
</table> |
vendor/zendframework/extras/documentation/api/extras/files/Console.Exception.html | conjoon/webmail | <!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>Zend Framework Extras API Documentation</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta><link rel="stylesheet" href="../css/template.css" type="text/css"></link><script type="text/javascript" src="../js/jquery-1.4.2.min.js"></script><script type="text/javascript" src="../js/jquery.tools.min.js"></script><script type="text/javascript" src="../js/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="../js/template.js"></script></head><body><div id="content"><h1 class="file">Console/Exception.php</h1><div id="file-nav-box"><div id="file-nav-options">
Show:
<img src="../images/icons/visibility_public.png" alt="Public" id="show-public"></img><img src="../images/icons/visibility_protected.png" alt="Protected" id="show-protected"></img><img src="../images/icons/visibility_private.png" alt="Private" id="show-private"></img><span class="attribute" id="show-inherited">inherited</span></div><div id="file-nav-container"><ul id="file-nav"><li><a href="#classes"><img src="../images/icons/class.png" alt="Class" height="14"></img>
Classes
</a><ul><li><a href="#\ZendX_Console_Exception">\ZendX_Console_Exception</a></li></ul></li></ul><div style="clear: left;"></div></div><div id="file-nav-tab">
Table of Contents
</div></div><a name="top" class="anchor"></a><div id="file-description"><div class="short-description">Zend Framework</div><div class="long-description"><p>LICENSE</p>
<p>This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.</p></div></div><dl class="file-info"><dt>Category</dt><dd>ZendX
</dd><dt>Copyright</dt><dd>Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
</dd><dt>License</dt><dd><a href="http://framework.zend.com/license/new-bsd">New BSD License</a>
</dd><dt>Package</dt><dd>ZendX_Whois
</dd><dt>Version</dt><dd>$Id: Exception.php 20165 2010-01-09 18:57:56Z bkarwin $
</dd></dl><a name="classes" class="anchor"></a><a id="\ZendX_Console_Exception" class="anchor"></a><h2 class="class">\ZendX_Console_Exception<div class="to-top"><a href="#top">jump to top</a></div></h2><div class="class"><small class="package"><b>Package: </b>ZendX\Console</small><div class="short-description">Exception class for ZendX_Console</div><div class="long-description"></div><dl class="class-info"><dt>Parent(s)</dt><dd><a href="../files/Exception.html#\ZendX_Exception">\ZendX_Exception</a>
<
\Zend_Exception</dd><dt>Children</dt><dd><a href="../files/Console.Process.Exception.html#\ZendX_Console_Process_Exception">\ZendX_Console_Process_Exception</a></dd><dt>Category</dt><dd>ZendX
</dd><dt>Copyright</dt><dd>Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
</dd><dt>License</dt><dd><a href="http://framework.zend.com/license/new-bsd">New BSD License</a>
</dd><dt>Uses</dt><dd>\global\Zend_Exception
</dd></dl></div></div><small class="footer">
Documentation was generated by
<a href="http://phpdoc.org">phpDocumentor
2.0.0a12</a>.
</small></body></html>
|
crislib/libscapi/lib/boost_1_64_0/doc/html/boost_asio/reference/basic_datagram_socket/remote_endpoint.html | cris-iisc/mpc-primitives | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_datagram_socket::remote_endpoint</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_datagram_socket.html" title="basic_datagram_socket">
<link rel="prev" href="receive_low_watermark.html" title="basic_datagram_socket::receive_low_watermark">
<link rel="next" href="remote_endpoint/overload1.html" title="basic_datagram_socket::remote_endpoint (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="receive_low_watermark.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="remote_endpoint/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.basic_datagram_socket.remote_endpoint"></a><a class="link" href="remote_endpoint.html" title="basic_datagram_socket::remote_endpoint">basic_datagram_socket::remote_endpoint</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp97725840"></a>
Get the remote endpoint of the socket.
</p>
<pre class="programlisting"><span class="identifier">endpoint_type</span> <a class="link" href="remote_endpoint/overload1.html" title="basic_datagram_socket::remote_endpoint (1 of 2 overloads)">remote_endpoint</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
<span class="emphasis"><em>» <a class="link" href="remote_endpoint/overload1.html" title="basic_datagram_socket::remote_endpoint (1 of 2 overloads)">more...</a></em></span>
<span class="identifier">endpoint_type</span> <a class="link" href="remote_endpoint/overload2.html" title="basic_datagram_socket::remote_endpoint (2 of 2 overloads)">remote_endpoint</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&</span> <span class="identifier">ec</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="emphasis"><em>» <a class="link" href="remote_endpoint/overload2.html" title="basic_datagram_socket::remote_endpoint (2 of 2 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2017 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="receive_low_watermark.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_datagram_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="remote_endpoint/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
crislib/libscapi/lib/boost_1_64_0/doc/html/boost/date_time/acst_dst_trait.html | cris-iisc/mpc-primitives | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template acst_dst_trait</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../date_time/doxy.html#header.boost.date_time.local_timezone_defs_hpp" title="Header <boost/date_time/local_timezone_defs.hpp>">
<link rel="prev" href="uk_dst_trait.html" title="Struct template uk_dst_trait">
<link rel="next" href="microsec_clock.html" title="Class template microsec_clock">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
<td align="center"><a href="../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="uk_dst_trait.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.local_timezone_defs_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="microsec_clock.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.date_time.acst_dst_trait"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template acst_dst_trait</span></h2>
<p>boost::date_time::acst_dst_trait</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../date_time/doxy.html#header.boost.date_time.local_timezone_defs_hpp" title="Header <boost/date_time/local_timezone_defs.hpp>">boost/date_time/local_timezone_defs.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> date_type<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="acst_dst_trait.html" title="Struct template acst_dst_trait">acst_dst_trait</a> <span class="special">{</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="identifier">date_type</span><span class="special">::</span><span class="identifier">day_of_week_type</span> <a name="boost.date_time.acst_dst_trait.day_of_week_type"></a><span class="identifier">day_of_week_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">date_type</span><span class="special">::</span><span class="identifier">month_type</span> <a name="boost.date_time.acst_dst_trait.month_type"></a><span class="identifier">month_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">date_type</span><span class="special">::</span><span class="identifier">year_type</span> <a name="boost.date_time.acst_dst_trait.year_type"></a><span class="identifier">year_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <a class="link" href="last_kday_of_month.html" title="Class template last_kday_of_month">date_time::last_kday_of_month</a><span class="special"><</span> <span class="identifier">date_type</span> <span class="special">></span> <a name="boost.date_time.acst_dst_trait.start_rule_functor"></a><span class="identifier">start_rule_functor</span><span class="special">;</span>
<span class="keyword">typedef</span> <a class="link" href="last_kday_of_month.html" title="Class template last_kday_of_month">date_time::last_kday_of_month</a><span class="special"><</span> <span class="identifier">date_type</span> <span class="special">></span> <a name="boost.date_time.acst_dst_trait.end_rule_functor"></a><span class="identifier">end_rule_functor</span><span class="special">;</span>
<span class="comment">// <a class="link" href="acst_dst_trait.html#idp496626736-bb">public static functions</a></span>
<span class="keyword">static</span> <span class="identifier">day_of_week_type</span> <a class="link" href="acst_dst_trait.html#idp496627296-bb"><span class="identifier">start_day</span></a><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="identifier">month_type</span> <a class="link" href="acst_dst_trait.html#idp496629104-bb"><span class="identifier">start_month</span></a><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="identifier">day_of_week_type</span> <a class="link" href="acst_dst_trait.html#idp496630912-bb"><span class="identifier">end_day</span></a><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="identifier">month_type</span> <a class="link" href="acst_dst_trait.html#idp496632720-bb"><span class="identifier">end_month</span></a><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="keyword">int</span> <a class="link" href="acst_dst_trait.html#idp496634528-bb"><span class="identifier">dst_start_offset_minutes</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="keyword">int</span> <a class="link" href="acst_dst_trait.html#idp496635664-bb"><span class="identifier">dst_end_offset_minutes</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="keyword">int</span> <a class="link" href="acst_dst_trait.html#idp496636784-bb"><span class="identifier">dst_shift_length_minutes</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="identifier">date_type</span> <a class="link" href="acst_dst_trait.html#idp496637920-bb"><span class="identifier">local_dst_start_day</span></a><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="identifier">date_type</span> <a class="link" href="acst_dst_trait.html#idp496639728-bb"><span class="identifier">local_dst_end_day</span></a><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp225888736"></a><h2>Description</h2>
<div class="refsect2">
<a name="idp225889152"></a><h3>
<a name="idp496626736-bb"></a><code class="computeroutput">acst_dst_trait</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">day_of_week_type</span> <a name="idp496627296-bb"></a><span class="identifier">start_day</span><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">month_type</span> <a name="idp496629104-bb"></a><span class="identifier">start_month</span><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">day_of_week_type</span> <a name="idp496630912-bb"></a><span class="identifier">end_day</span><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">month_type</span> <a name="idp496632720-bb"></a><span class="identifier">end_month</span><span class="special">(</span><span class="identifier">year_type</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">int</span> <a name="idp496634528-bb"></a><span class="identifier">dst_start_offset_minutes</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">int</span> <a name="idp496635664-bb"></a><span class="identifier">dst_end_offset_minutes</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">int</span> <a name="idp496636784-bb"></a><span class="identifier">dst_shift_length_minutes</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">date_type</span> <a name="idp496637920-bb"></a><span class="identifier">local_dst_start_day</span><span class="special">(</span><span class="identifier">year_type</span> year<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="identifier">date_type</span> <a name="idp496639728-bb"></a><span class="identifier">local_dst_end_day</span><span class="special">(</span><span class="identifier">year_type</span> year<span class="special">)</span><span class="special">;</span></pre></li>
</ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2001-2005 CrystalClear Software, Inc<p>Subject to the Boost Software License, Version 1.0. (See accompanying file
<code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="uk_dst_trait.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.local_timezone_defs_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="microsec_clock.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
reader/testapidocs/org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmTest.html | Fosstrak/fosstrak.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_07) on Tue Jul 29 17:23:19 CEST 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
AlarmTest (reader 0.5.1-SNAPSHOT Test API)
</TITLE>
<META NAME="date" CONTENT="2008-07-29">
<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="AlarmTest (reader 0.5.1-SNAPSHOT Test API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AlarmTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmLevelTest.html" title="class in org.fosstrak.reader.rprm.core.mgmt.alarm"><B>PREV CLASS</B></A>
<A HREF="../../../../../../../org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmTestSuite.html" title="class in org.fosstrak.reader.rprm.core.mgmt.alarm"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="AlarmTest.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.fosstrak.reader.rprm.core.mgmt.alarm</FONT>
<BR>
Class AlarmTest</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by ">junit.framework.Assert
<IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by ">junit.framework.TestCase
<IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by "><B>org.fosstrak.reader.rprm.core.mgmt.alarm.AlarmTest</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>junit.framework.Test</DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>AlarmTest</B><DT>extends junit.framework.TestCase</DL>
</PRE>
<P>
Tests for the class <code>org.fosstrak.reader.mgmt.alarm.Alarm</code>.
<P>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_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>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../../org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmTest.html#AlarmTest()">AlarmTest</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== 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>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmTest.html#main(java.lang.String[])">main</A></B>(java.lang.String[] args)</CODE>
<BR>
Runs the test using the gui runner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmTest.html#setUp()">setUp</A></B>()</CODE>
<BR>
Sets up the test.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmTest.html#tearDown()">tearDown</A></B>()</CODE>
<BR>
Does the cleanup.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmTest.html#testSuppress()">testSuppress</A></B>()</CODE>
<BR>
Tests the <code>suppress()</code> method.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_junit.framework.TestCase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class junit.framework.TestCase</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_junit.framework.Assert"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class junit.framework.Assert</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail</CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_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>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="AlarmTest()"><!-- --></A><H3>
AlarmTest</H3>
<PRE>
public <B>AlarmTest</B>()</PRE>
<DL>
</DL>
<!-- ============ 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="setUp()"><!-- --></A><H3>
setUp</H3>
<PRE>
protected final void <B>setUp</B>()
throws java.lang.Exception</PRE>
<DL>
<DD>Sets up the test.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>setUp</CODE> in class <CODE>junit.framework.TestCase</CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE> - An error occurred</DL>
</DD>
</DL>
<HR>
<A NAME="tearDown()"><!-- --></A><H3>
tearDown</H3>
<PRE>
protected final void <B>tearDown</B>()
throws java.lang.Exception</PRE>
<DL>
<DD>Does the cleanup.
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>tearDown</CODE> in class <CODE>junit.framework.TestCase</CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.Exception</CODE> - An error occurred</DL>
</DD>
</DL>
<HR>
<A NAME="testSuppress()"><!-- --></A><H3>
testSuppress</H3>
<PRE>
public final void <B>testSuppress</B>()</PRE>
<DL>
<DD>Tests the <code>suppress()</code> method.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="main(java.lang.String[])"><!-- --></A><H3>
main</H3>
<PRE>
public static void <B>main</B>(java.lang.String[] args)</PRE>
<DL>
<DD>Runs the test using the gui runner.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>args</CODE> - No arguments</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AlarmTest.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmLevelTest.html" title="class in org.fosstrak.reader.rprm.core.mgmt.alarm"><B>PREV CLASS</B></A>
<A HREF="../../../../../../../org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmTestSuite.html" title="class in org.fosstrak.reader.rprm.core.mgmt.alarm"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?org/fosstrak/reader/rprm/core/mgmt/alarm/AlarmTest.html" target="_top"><B>FRAMES</B></A>
<A HREF="AlarmTest.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2008. All Rights Reserved.
</BODY>
</HTML>
|
source/lib/gtl/doc/html/gtl__camera_8cpp.html | Groovounet/piranha | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>GTL: Référence du fichier gtl_camera.cpp</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Généré par Doxygen 1.3.8 -->
<div class="qindex"><a class="qindex" href="index.html">Page principale</a> | <a class="qindex" href="namespaces.html">Liste des namespaces</a> | <a class="qindex" href="hierarchy.html">Hiérarchie des classes</a> | <a class="qindex" href="annotated.html">Liste des classes</a> | <a class="qindex" href="files.html">Liste des fichiers</a> | <a class="qindex" href="namespacemembers.html">Membres de namespace</a> | <a class="qindex" href="functions.html">Membres de classe</a> | <a class="qindex" href="globals.html">Membres de fichier</a></div>
<h1>Référence du fichier gtl_camera.cpp</h1>Classe CCamera, pour la visualisation d'une scène. <a href="#_details">Plus de détails...</a>
<p>
<code>#include "<a class="el" href="gtl__camera_8h-source.html">../include/gtl_camera.h</a>"</code><br>
<code>#include "<a class="el" href="gtl__math_8h-source.html">../include/gtl_math.h</a>"</code><br>
<code>#include "<a class="el" href="gtl__gl_8h-source.html">../include/gtl_gl.h</a>"</code><br>
<code>#include <math.h></code><br>
<p>
<a href="gtl__camera_8cpp-source.html">Aller au code source de ce fichier.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>namespace </td><td class="memItemRight" valign=bottom><a class="el" href="namespacegtl.html">gtl</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Description détaillée</h2>
Classe CCamera, pour la visualisation d'une scène.
<p>
<dl compact><dt><b>Date:</b></dt><dd>01/06/2004</dd></dl>
<p>
Définition dans le fichier <a class="el" href="gtl__camera_8cpp-source.html">gtl_camera.cpp</a>.<hr size="1"><address style="align: right;"><small>Généré le Wed Jan 5 23:28:23 2005 pour GTL par
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>
|
javadoc/com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html | JasonILTG/Minecraft-Modding | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60) on Tue Dec 22 16:44:43 PST 2015 -->
<title>TEDistiller.DistillerRecipe</title>
<meta name="date" content="2015-12-22">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TEDistiller.DistillerRecipe";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TEDistiller.DistillerRecipe.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.html" title="class in com.JasonILTG.ScienceMod.tileentity.machines"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEElectrolyzer.html" title="class in com.JasonILTG.ScienceMod.tileentity.machines"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html" target="_top">Frames</a></li>
<li><a href="TEDistiller.DistillerRecipe.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum.constant.summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum.constant.detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.JasonILTG.ScienceMod.tileentity.machines</div>
<h2 title="Enum TEDistiller.DistillerRecipe" class="title">Enum TEDistiller.DistillerRecipe</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Enum<<a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html" title="enum in com.JasonILTG.ScienceMod.tileentity.machines">TEDistiller.DistillerRecipe</a>></li>
<li>
<ul class="inheritance">
<li>com.JasonILTG.ScienceMod.tileentity.machines.TEDistiller.DistillerRecipe</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../com/JasonILTG/ScienceMod/crafting/MachineRecipe.html" title="interface in com.JasonILTG.ScienceMod.crafting">MachineRecipe</a>, <a href="../../../../../com/JasonILTG/ScienceMod/crafting/Recipe.html" title="interface in com.JasonILTG.ScienceMod.crafting">Recipe</a>, <a href="../../../../../com/JasonILTG/ScienceMod/crafting/TimedRecipe.html" title="interface in com.JasonILTG.ScienceMod.crafting">TimedRecipe</a>, java.io.Serializable, java.lang.Comparable<<a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html" title="enum in com.JasonILTG.ScienceMod.tileentity.machines">TEDistiller.DistillerRecipe</a>></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.html" title="class in com.JasonILTG.ScienceMod.tileentity.machines">TEDistiller</a></dd>
</dl>
<hr>
<br>
<pre>public static enum <span class="typeNameLabel">TEDistiller.DistillerRecipe</span>
extends java.lang.Enum<<a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html" title="enum in com.JasonILTG.ScienceMod.tileentity.machines">TEDistiller.DistillerRecipe</a>>
implements <a href="../../../../../com/JasonILTG/ScienceMod/crafting/MachineRecipe.html" title="interface in com.JasonILTG.ScienceMod.crafting">MachineRecipe</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.summary">
<!-- -->
</a>
<h3>Enum Constant Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation">
<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Enum Constant and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html#Solution">Solution</a></span></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html#canProcess-java.lang.Object...-">canProcess</a></span>(java.lang.Object... params)</code>
<div class="block">Determines whether the recipe can be processed with the given inputs.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>net.minecraft.item.ItemStack[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html#getItemOutputs--">getItemOutputs</a></span>()</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html#getTimeRequired--">getTimeRequired</a></span>()</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html" title="enum in com.JasonILTG.ScienceMod.tileentity.machines">TEDistiller.DistillerRecipe</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html#valueOf-java.lang.String-">valueOf</a></span>(java.lang.String name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static <a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html" title="enum in com.JasonILTG.ScienceMod.tileentity.machines">TEDistiller.DistillerRecipe</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html#values--">values</a></span>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Enum</h3>
<code>compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.com.JasonILTG.ScienceMod.crafting.Recipe">
<!-- -->
</a>
<h3>Methods inherited from interface com.JasonILTG.ScienceMod.crafting.<a href="../../../../../com/JasonILTG/ScienceMod/crafting/Recipe.html" title="interface in com.JasonILTG.ScienceMod.crafting">Recipe</a></h3>
<code><a href="../../../../../com/JasonILTG/ScienceMod/crafting/Recipe.html#ordinal--">ordinal</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ENUM CONSTANT DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="enum.constant.detail">
<!-- -->
</a>
<h3>Enum Constant Detail</h3>
<a name="Solution">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Solution</h4>
<pre>public static final <a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html" title="enum in com.JasonILTG.ScienceMod.tileentity.machines">TEDistiller.DistillerRecipe</a> Solution</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="values--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre>public static <a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html" title="enum in com.JasonILTG.ScienceMod.tileentity.machines">TEDistiller.DistillerRecipe</a>[] values()</pre>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (TEDistiller.DistillerRecipe c : TEDistiller.DistillerRecipe.values())
System.out.println(c);
</pre></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
</dl>
</li>
</ul>
<a name="valueOf-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valueOf</h4>
<pre>public static <a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html" title="enum in com.JasonILTG.ScienceMod.tileentity.machines">TEDistiller.DistillerRecipe</a> valueOf(java.lang.String name)</pre>
<div class="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - the name of the enum constant to be returned.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the enum constant with the specified name</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if this enum type has no constant with the specified name</dd>
<dd><code>java.lang.NullPointerException</code> - if the argument is null</dd>
</dl>
</li>
</ul>
<a name="canProcess-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>canProcess</h4>
<pre>public boolean canProcess(java.lang.Object... params)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../com/JasonILTG/ScienceMod/crafting/Recipe.html#canProcess-java.lang.Object...-">Recipe</a></code></span></div>
<div class="block">Determines whether the recipe can be processed with the given inputs.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../com/JasonILTG/ScienceMod/crafting/Recipe.html#canProcess-java.lang.Object...-">canProcess</a></code> in interface <code><a href="../../../../../com/JasonILTG/ScienceMod/crafting/Recipe.html" title="interface in com.JasonILTG.ScienceMod.crafting">Recipe</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>params</code> - input format: jar input stacks array, world dimension id</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the recipe can be processed</dd>
</dl>
</li>
</ul>
<a name="getItemOutputs--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getItemOutputs</h4>
<pre>public net.minecraft.item.ItemStack[] getItemOutputs()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../com/JasonILTG/ScienceMod/crafting/Recipe.html#getItemOutputs--">getItemOutputs</a></code> in interface <code><a href="../../../../../com/JasonILTG/ScienceMod/crafting/Recipe.html" title="interface in com.JasonILTG.ScienceMod.crafting">Recipe</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The item outputs of the recipe</dd>
</dl>
</li>
</ul>
<a name="getTimeRequired--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getTimeRequired</h4>
<pre>public int getTimeRequired()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../com/JasonILTG/ScienceMod/crafting/TimedRecipe.html#getTimeRequired--">getTimeRequired</a></code> in interface <code><a href="../../../../../com/JasonILTG/ScienceMod/crafting/TimedRecipe.html" title="interface in com.JasonILTG.ScienceMod.crafting">TimedRecipe</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The time required to complete the recipe</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/TEDistiller.DistillerRecipe.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.html" title="class in com.JasonILTG.ScienceMod.tileentity.machines"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../../../com/JasonILTG/ScienceMod/tileentity/machines/TEElectrolyzer.html" title="class in com.JasonILTG.ScienceMod.tileentity.machines"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/JasonILTG/ScienceMod/tileentity/machines/TEDistiller.DistillerRecipe.html" target="_top">Frames</a></li>
<li><a href="TEDistiller.DistillerRecipe.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#enum.constant.summary">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#enum.constant.detail">Enum Constants</a> | </li>
<li>Field | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
Documentation/webkitgtk/html/ch03.html | KnightSwarm/WebKitTi | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Running WebKitGTK+-based programs</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="WebKitGTK+ Reference Manual">
<link rel="up" href="index.html" title="WebKitGTK+ Reference Manual">
<link rel="prev" href="WebKitFileChooserRequest.html" title="WebKitFileChooserRequest">
<link rel="next" href="webkit-environment.html" title="Environment">
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="WebKitFileChooserRequest.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">WebKitGTK+ Reference Manual</th>
<td><a accesskey="n" href="webkit-environment.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter">
<div class="titlepage"><div><div><h1 class="title">
<a name="idp67068000"></a>Running WebKitGTK+-based programs</h1></div></div></div>
<div class="toc"><dl class="toc"><dt>
<span class="refentrytitle"><a href="webkit-environment.html">Environment</a></span><span class="refpurpose"> — How does the environment affect applications that use WebKitGTK+</span>
</dt></dl></div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18.1</div>
</body>
</html> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.