path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
index.html | vanuntermann/angular-typescript-test | <!DOCTYPE html>
<html ng-app="app" {% if(o.htmlWebpackPlugin.files.manifest) { %} manifest="{%= o.htmlWebpackPlugin.files.manifest %}"
{% } %}>
<head>
<meta charset="UTF-8">
<title>{%=o.htmlWebpackPlugin.options.title || 'Webpack App'%}</title>
{% if (o.htmlWebpackPlugin.files.favicon) { %}
<link rel="shortcut icon" href="{%=o.htmlWebpackPlugin.files.favicon%}">
{% } %}
{% for (var css in o.htmlWebpackPlugin.files.css) { %}
<link href="{%=o.htmlWebpackPlugin.files.css[css] %}" rel="stylesheet">
{% } %}
<base href="/">
</head>
<body>
<div>
<ui-view></ui-view>
</div>
{% for (var chunk in o.htmlWebpackPlugin.files.chunks) { %}
<script src="{%=o.htmlWebpackPlugin.files.chunks[chunk].entry %}"></script>
{% } %}
</body>
</html> |
pedal_settings/templates/filter_index.html | msampaio/harpa | {% extends "base.html" %}
{% load i18n %}
{% block title %}
{% trans "Get by index" %}
{% endblock %}
{% block body %}
<h1>{% trans "Get by index" %}</h1>
<hr>
<form action="{% url 'get_by_index' %}" method="post">
{% csrf_token %}
<div class="col-lg-6">
<div class="input-group">
<input id="id_settings_index" maxlength="7" name="settings_index" type="text"
class="form-control" placeholder="{% trans "Insert an index number in base 3 between 0 and 2222222..." %}">
<span class="input-group-btn">
<input class="btn btn-default" type="submit" value={% trans "Submit" %} />
</span>
</div>
</div>
</form>
{% endblock %} |
docs/api/3.8.1/Classes/WDECAnimatedCardFieldScanner.html | wirecard/paymentSDK-iOS | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WDECAnimatedCardFieldScanner Class Reference</title>
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/prism.css">
<script src="../js/jquery.min.js"></script>
<script src="../js/format.js"></script>
<script src="../js/prism.js" data-manual></script>
<script>
jQuery.noConflict();
jQuery( document ).ready(function( $ ) {
$("pre code").each(function(i, block) {
$(this).addClass("language-objectivec")
$(this).formatObjectiveC();
});
Prism.highlightAll()
});
</script>
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">
<meta name="generator" content="appledoc 2.2.1 (build 1333)">
</head>
<body class="appledoc">
<header>
<div class="container" class="hide-in-xcode">
<h1 id="library-title">
<a href="../index.html">WDeCom </a>
</h1>
<p id="developer-home">
<a href="../index.html">Wirecard AG</a>
</p>
</div>
</header>
<aside>
<div class="container">
<nav>
<ul id="header-buttons" role="toolbar">
<li><a href="../index.html">Index</a></li>
<li><a href="../hierarchy.html">Hierarchy</a></li>
<li id="on-this-page" role="navigation">
<label>
On This Page
<div class="chevron">
<div class="chevy chevron-left"></div>
<div class="chevy chevron-right"></div>
</div>
<select id="jump-to">
<option value="top">Jump To…</option>
<option value="tasks">Tasks</option>
<optgroup label="Properties">
<option value="//api/name/UI_APPEARANCE_SELECTOR">UI_APPEARANCE_SELECTOR</option>
<option value="//api/name/max_last_year">max_last_year</option>
<option value="//api/name/min_last_year">min_last_year</option>
</optgroup>
</select>
</label>
</li>
</ul>
</nav>
</div>
</aside>
<article>
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">WDECAnimatedCardFieldScanner Class Reference</h1>
<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Inherits from</th>
<td><a href="../Classes/WDECAnimatedCardField.html">WDECAnimatedCardField</a> : UIView</td>
</tr><tr>
<th>Declared in</th>
<td>WDECAnimatedCardFieldScanner.h</td>
</tr>
</tbody></table></div>
<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>
<div class="task-list">
<div class="section-method">
<a name="//api/name/min_last_year" title="min_last_year"></a>
<h3 class="method-title"><code><a href="#//api/name/min_last_year"> min_last_year</a></code>
</h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Minimal expiration year.</p>
</div>
<div class="method-subsection method-declaration"><pre><code>@property (nonatomic, copy, null_resettable) NSString *min_last_year</code></pre></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Defaults to 2000.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">WDECAnimatedCardField.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/max_last_year" title="max_last_year"></a>
<h3 class="method-title"><code><a href="#//api/name/max_last_year"> max_last_year</a></code>
</h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>Maximal expiration year.</p>
</div>
<div class="method-subsection method-declaration"><pre><code>@property (nonatomic, copy, null_resettable) NSString *max_last_year</code></pre></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Defaults to 2099.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">WDECAnimatedCardField.h</code></p>
</div>
</div>
</div>
</div><div class="section-method">
<a name="//api/name/UI_APPEARANCE_SELECTOR" title="UI_APPEARANCE_SELECTOR"></a>
<h3 class="method-title"><code><a href="#//api/name/UI_APPEARANCE_SELECTOR"> UI_APPEARANCE_SELECTOR</a></code>
</h3>
<div class="method-info">
<div class="pointy-thing"></div>
<div class="method-info-container">
<div class="method-subsection brief-description">
<p>The scanToolbarButton title.</p>
</div>
<div class="method-subsection method-declaration"><pre><code>@property (nonatomic, strong, nullable) NSString *UI_APPEARANCE_SELECTOR</code></pre></div>
<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>Title customization option. The default is nil, the toolbar button shows the default “Scan” title. If set custom title the toolbar button replace the title.</p>
</div>
<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">WDECAnimatedCardFieldScanner.h</code></p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="footer-copyright">
<p class="copyright">Copyright © 2020 Wirecard AG. All rights reserved. Updated: 2020-01-10</p>
<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
</div>
</footer>
</div>
</div>
</article>
<script src="../js/script.js"></script>
</body>
</html> |
kingofthedocs/classes/User.html | TheThreateningHippopotamuss/KingOfTheSports | <!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>King of the Docs</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/style.css">
<link rel="stylesheet" href="../styles/vagrant.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top visible-xs">
<a href="../" class="navbar-brand">King of the Docs</a>
<button type="button" class="btn btn-default btn-menu fa fa-bars" id="btn-menu"></button>
</div>
<div class="xs-menu menu" id="mobile-menu">
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search">
</div>
<nav>
<ul class="list">
<li class="title">
<a href="../index.html">King of the Docs</a>
</li>
<li class="divider"></li>
<li class="chapter">
<a data-type="chapter-link" href="../index.html"><span class="fa fa-home"></span>Getting started</a>
<ul class="links">
<li class="link">
<a
href="../overview.html"
href="../overview.html"
>
<span class="fa fa-th"></span>Overview
</a>
</li>
<li class="link">
<a href="../index.html" ><span class="fa fa-file-text-o"></span>README</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../modules.html" >
<div class="menu-toggler linked" data-toggle="collapse"
data-target="#xs-modules-links"
>
<span class="fa fa-archive"></span>
<span class="link-name">Modules</span>
<span class="fa fa-angle-down"></span>
</div>
</a>
<ul class="links collapse "
id="xs-modules-links"
>
<li class="link">
<a href="../modules/AppModule.html" >AppModule</a>
</li>
<li class="link">
<a href="../modules/AppRoutingModule.html" >AppRoutingModule</a>
</li>
<li class="link">
<a href="../modules/AuthModule.html" >AuthModule</a>
</li>
<li class="link">
<a href="../modules/CompetitionsModule.html" >CompetitionsModule</a>
</li>
<li class="link">
<a href="../modules/CompetitionsRoutingModule.html" >CompetitionsRoutingModule</a>
</li>
<li class="link">
<a href="../modules/CoreModule.html" >CoreModule</a>
</li>
<li class="link">
<a href="../modules/SharedModule.html" >SharedModule</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#xs-components-links"
>
<span class="fa fa-cogs"></span>
<span>Components</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="xs-components-links"
>
<li class="link">
<a href="../components/AppComponent.html" >AppComponent</a>
</li>
<li class="link">
<a href="../components/AuthNavComponent.html" >AuthNavComponent</a>
</li>
<li class="link">
<a href="../components/CompetitionComponent.html" >CompetitionComponent</a>
</li>
<li class="link">
<a href="../components/ContactComponent.html" >ContactComponent</a>
</li>
<li class="link">
<a href="../components/FixturesComponent.html" >FixturesComponent</a>
</li>
<li class="link">
<a href="../components/FooterComponent.html" >FooterComponent</a>
</li>
<li class="link">
<a href="../components/HomeComponent.html" >HomeComponent</a>
</li>
<li class="link">
<a href="../components/LoaderComponent.html" >LoaderComponent</a>
</li>
<li class="link">
<a href="../components/LoginComponent.html" >LoginComponent</a>
</li>
<li class="link">
<a href="../components/NotFoundComponent.html" >NotFoundComponent</a>
</li>
<li class="link">
<a href="../components/PlayersComponent.html" >PlayersComponent</a>
</li>
<li class="link">
<a href="../components/RegisterComponent.html" >RegisterComponent</a>
</li>
<li class="link">
<a href="../components/TablesComponent.html" >TablesComponent</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#xs-directives-links"
>
<span class="fa fa-code"></span>
<span>Directives</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="xs-directives-links"
>
<li class="link">
<a href="../directives/HoverTableRowDirective.html" >HoverTableRowDirective</a>
</li>
<li class="link">
<a href="../directives/StyleTableTitlesDirective.html" >StyleTableTitlesDirective</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#xs-classes-links"
>
<span class="fa fa-file-code-o"></span>
<span>Classes</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="xs-classes-links"
>
<li class="link">
<a href="../classes/ApiHelper.html" >ApiHelper</a>
</li>
<li class="link">
<a href="../classes/AppPage.html" >AppPage</a>
</li>
<li class="link">
<a href="../classes/Competition.html" >Competition</a>
</li>
<li class="link">
<a href="../classes/Player.html" >Player</a>
</li>
<li class="link">
<a href="../classes/Table.html" >Table</a>
</li>
<li class="link">
<a href="../classes/Team.html" >Team</a>
</li>
<li class="link">
<a href="../classes/User.html" data-type="entity-link" class="active" >User</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#xs-injectables-links"
>
<span class="fa fa-long-arrow-down"></span>
<span>Injectables</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="xs-injectables-links"
>
<li class="link">
<a href="../injectables/AuthGuard.html" >AuthGuard</a>
</li>
<li class="link">
<a href="../injectables/AuthService.html" >AuthService</a>
</li>
<li class="link">
<a href="../injectables/CompetitionsService.html" >CompetitionsService</a>
</li>
<li class="link">
<a href="../injectables/FixturesServices.html" >FixturesServices</a>
</li>
<li class="link">
<a href="../injectables/PlayersServices.html" >PlayersServices</a>
</li>
<li class="link">
<a href="../injectables/TablesService.html" >TablesService</a>
</li>
<li class="link">
<a href="../injectables/UnauthGuard.html" >UnauthGuard</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#xs-pipes-links"
>
<span class="fa fa-plus"></span>
<span>Pipes</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="xs-pipes-links"
>
<li class="link">
<a href="../pipes/FilterLeaguesPipe.html" >FilterLeaguesPipe</a>
</li>
<li class="link">
<a href="../pipes/SortPlayersByNumberPipe.html" >SortPlayersByNumberPipe</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#xs-miscellaneous-links"
>
<span class="fa fa-cubes"></span>
<span>Miscellaneous</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="xs-miscellaneous-links"
>
<li class="link">
<a href="../miscellaneous/variables.html" data-type="entity-link" >Variables</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../routes.html" ><span class="fa fa-code-fork"></span>Routes</a>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../coverage.html" ><span class="fa fa-tasks"></span>Documentation coverage</a>
</li>
<li class="divider"></li>
<li class="copyright">
Documentation generated using <a href="https://compodoc.github.io/website/" target="_blank">
<img src="..//images/compodoc-vectorise-inverted.svg" class="img-responsive">
</a>
</li>
</ul>
</nav>
</div>
<div class="container-fluid main">
<div class="row main">
<div class="hidden-xs menu">
<nav>
<ul class="list">
<li class="title">
<a href="../index.html">King of the Docs</a>
</li>
<li class="divider"></li>
<div id="book-search-input" role="search">
<input type="text" placeholder="Type to search">
</div>
<li class="chapter">
<a data-type="chapter-link" href="../index.html"><span class="fa fa-home"></span>Getting started</a>
<ul class="links">
<li class="link">
<a
href="../overview.html"
href="../overview.html"
>
<span class="fa fa-th"></span>Overview
</a>
</li>
<li class="link">
<a href="../index.html" ><span class="fa fa-file-text-o"></span>README</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../modules.html" >
<div class="menu-toggler linked" data-toggle="collapse"
data-target="#modules-links"
>
<span class="fa fa-archive"></span>
<span class="link-name">Modules</span>
<span class="fa fa-angle-down"></span>
</div>
</a>
<ul class="links collapse "
id="modules-links"
>
<li class="link">
<a href="../modules/AppModule.html" >AppModule</a>
</li>
<li class="link">
<a href="../modules/AppRoutingModule.html" >AppRoutingModule</a>
</li>
<li class="link">
<a href="../modules/AuthModule.html" >AuthModule</a>
</li>
<li class="link">
<a href="../modules/CompetitionsModule.html" >CompetitionsModule</a>
</li>
<li class="link">
<a href="../modules/CompetitionsRoutingModule.html" >CompetitionsRoutingModule</a>
</li>
<li class="link">
<a href="../modules/CoreModule.html" >CoreModule</a>
</li>
<li class="link">
<a href="../modules/SharedModule.html" >SharedModule</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#components-links"
>
<span class="fa fa-cogs"></span>
<span>Components</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="components-links"
>
<li class="link">
<a href="../components/AppComponent.html" >AppComponent</a>
</li>
<li class="link">
<a href="../components/AuthNavComponent.html" >AuthNavComponent</a>
</li>
<li class="link">
<a href="../components/CompetitionComponent.html" >CompetitionComponent</a>
</li>
<li class="link">
<a href="../components/ContactComponent.html" >ContactComponent</a>
</li>
<li class="link">
<a href="../components/FixturesComponent.html" >FixturesComponent</a>
</li>
<li class="link">
<a href="../components/FooterComponent.html" >FooterComponent</a>
</li>
<li class="link">
<a href="../components/HomeComponent.html" >HomeComponent</a>
</li>
<li class="link">
<a href="../components/LoaderComponent.html" >LoaderComponent</a>
</li>
<li class="link">
<a href="../components/LoginComponent.html" >LoginComponent</a>
</li>
<li class="link">
<a href="../components/NotFoundComponent.html" >NotFoundComponent</a>
</li>
<li class="link">
<a href="../components/PlayersComponent.html" >PlayersComponent</a>
</li>
<li class="link">
<a href="../components/RegisterComponent.html" >RegisterComponent</a>
</li>
<li class="link">
<a href="../components/TablesComponent.html" >TablesComponent</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#directives-links"
>
<span class="fa fa-code"></span>
<span>Directives</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="directives-links"
>
<li class="link">
<a href="../directives/HoverTableRowDirective.html" >HoverTableRowDirective</a>
</li>
<li class="link">
<a href="../directives/StyleTableTitlesDirective.html" >StyleTableTitlesDirective</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#classes-links"
>
<span class="fa fa-file-code-o"></span>
<span>Classes</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="classes-links"
>
<li class="link">
<a href="../classes/ApiHelper.html" >ApiHelper</a>
</li>
<li class="link">
<a href="../classes/AppPage.html" >AppPage</a>
</li>
<li class="link">
<a href="../classes/Competition.html" >Competition</a>
</li>
<li class="link">
<a href="../classes/Player.html" >Player</a>
</li>
<li class="link">
<a href="../classes/Table.html" >Table</a>
</li>
<li class="link">
<a href="../classes/Team.html" >Team</a>
</li>
<li class="link">
<a href="../classes/User.html" data-type="entity-link" class="active" >User</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#injectables-links"
>
<span class="fa fa-long-arrow-down"></span>
<span>Injectables</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="injectables-links"
>
<li class="link">
<a href="../injectables/AuthGuard.html" >AuthGuard</a>
</li>
<li class="link">
<a href="../injectables/AuthService.html" >AuthService</a>
</li>
<li class="link">
<a href="../injectables/CompetitionsService.html" >CompetitionsService</a>
</li>
<li class="link">
<a href="../injectables/FixturesServices.html" >FixturesServices</a>
</li>
<li class="link">
<a href="../injectables/PlayersServices.html" >PlayersServices</a>
</li>
<li class="link">
<a href="../injectables/TablesService.html" >TablesService</a>
</li>
<li class="link">
<a href="../injectables/UnauthGuard.html" >UnauthGuard</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#pipes-links"
>
<span class="fa fa-plus"></span>
<span>Pipes</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="pipes-links"
>
<li class="link">
<a href="../pipes/FilterLeaguesPipe.html" >FilterLeaguesPipe</a>
</li>
<li class="link">
<a href="../pipes/SortPlayersByNumberPipe.html" >SortPlayersByNumberPipe</a>
</li>
</ul>
</li>
<li class="chapter">
<div class="simple menu-toggler" data-toggle="collapse"
data-target="#miscellaneous-links"
>
<span class="fa fa-cubes"></span>
<span>Miscellaneous</span>
<span class="fa fa-angle-down"></span>
</div>
<ul class="links collapse "
id="miscellaneous-links"
>
<li class="link">
<a href="../miscellaneous/variables.html" data-type="entity-link" >Variables</a>
</li>
</ul>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../routes.html" ><span class="fa fa-code-fork"></span>Routes</a>
</li>
<li class="chapter">
<a data-type="chapter-link" href="../coverage.html" ><span class="fa fa-tasks"></span>Documentation coverage</a>
</li>
<li class="divider"></li>
<li class="copyright">
Documentation generated using <a href="https://compodoc.github.io/website/" target="_blank">
<img src="..//images/compodoc-vectorise-inverted.svg" class="img-responsive">
</a>
</li>
</ul>
</nav>
</div>
<div class="content class">
<div class="content-data">
<ol class="breadcrumb">
<li>Classes</li>
<li>User</li>
</ol>
<ul class="nav nav-tabs" role="tablist">
<li class="active">
<a href="#info" id="info-tab" role="tab" data-toggle="tab" data-link="info">Info</a>
</li>
<li>
<a href="#source" role="tab" id="source-tab" data-toggle="tab" data-link="source">Source</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade active in" id="info">
<p class="comment">
<h3>File</h3>
</p>
<p class="comment">
<code>src/models/user.ts</code>
</p>
<section>
<h3 id="index">Index</h3>
<table class="table table-sm table-bordered index-table">
<tbody>
<tr>
<td class="col-md-4">
<h6><b>Properties</b></h6>
</td>
</tr>
<tr>
<td class="col-md-4">
<ul class="index-list">
<li>
<a href="#email">email</a>
</li>
<li>
<a href="#password">password</a>
</li>
<li>
<a href="#username">username</a>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
</section>
<section>
<h3 id="inputs">
Properties
</h3>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="email"></a>
<span class="name"><b> email</b><a href="#email"><span class="fa fa-link"></span></a></span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>email: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="4" class="link-to-prism">src/models/user.ts:4</a></div>
</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="password"></a>
<span class="name"><b> password</b><a href="#password"><span class="fa fa-link"></span></a></span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>password: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="2" class="link-to-prism">src/models/user.ts:2</a></div>
</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="username"></a>
<span class="name"><b> username</b><a href="#username"><span class="fa fa-link"></span></a></span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>username: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
</code>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="3" class="link-to-prism">src/models/user.ts:3</a></div>
</td>
</tr>
</tbody>
</table>
</section>
</div>
<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers"><code class="language-typescript">export class User {
password: string;
username: string;
email: string;
}</code></pre>
</div>
</div>
</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
</div>
</div>
<script src="../js/libs/bootstrap-native.js"></script>
<script src="../js/libs/es6-shim.min.js"></script>
<script src="../js/libs/EventDispatcher.js"></script>
<script src="../js/libs/promise.min.js"></script>
<script src="../js/libs/zepto.min.js"></script>
<script src="../js/compodoc.js"></script>
<script>var COMPODOC_CURRENT_PAGE_DEPTH = 1;</script>
<script src="../js/search/search.js"></script>
<script src="../js/search/lunr.min.js"></script>
<script src="../js/search/search-lunr.js"></script>
<script src="../js/tabs.js"></script>
<script src="../js/menu.js"></script>
<script src="../js/libs/prism.js"></script>
<script src="../js/sourceCode.js"></script>
<script src="../js/search/search_index.js"></script>
</body>
</html>
|
ghrg/Whitebox/Help/Header.html | jblindsay/jblindsay.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
<html lang="en">
<head>
<title>Whitebox Geospatial Analysis Tools</title>
<link rel="stylesheet" type="text/css" href="Help.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style type="text/css">
<!--
body {
background-color: #FFF;
}
-->
</style></head>
<body>
<h1><a href="http://www.uoguelph.ca/~hydrogeo/Whitebox/index.html" target="_top">Return to the Whitebox GAT Home</a></h1>
</body>
</html>
|
ZimbraCommon/jars-test/easymock-3.0/clover/org/easymock/tests/NiceMockControlLongCompatibleReturnValueTest_byteReturningValue_sd.html | nico01f/z-pec | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../img/clover.ico" />
<style type="text/css" media="screen">
@import url('../../../style.css');
@import url('../../../roundedcorners.css');
@import url('../../../tree.css');
</style>
<script src="../../../sorttable.js" type="text/javascript"></script>
<script src="../../../overlibmws.js" type="text/javascript"><!-- overLIB (c) Erik Bosrup --></script>
<script src="../../../overlibmws_shadow.js" type="text/javascript" ></script>
<script src="../../../clover.js" type="text/javascript"></script>
<script src="../../../cloud.js" type="text/javascript"></script>
<script src="../../../help.js" type="text/javascript"></script>
<title>EasyMock 3.0</title>
</head>
<body onload="setBrowserTitle('EasyMock 3.0: org.easymock.tests.byteReturningValue');">
<table cellspacing="0" cellpadding="2" class="barGraph">
<tbody>
<tr>
<td colspan="6" >
<div class="roundedLarge">
<b class="ctop"><b class="cb1"></b><b class="cb2 testHeader"></b><b class="cb3 testHeader"></b><b class="cb4 testHeader"></b></b>
<div class="roundedContent">
<table width="100%" cellspacing="0"><tr class="reportHeader ">
<td valign="top" class="titleText testHeader">Clover Test Report - <a
href="http://www.easymock.org/easymock" target="_top">EasyMock 3.0</a><div class="timestamp"><b>Coverage timestamp:</b> sam. mai 8 2010 14:37:27 CEST
</div>
<div class="navBar">
<span><a href="../../../test-pkg-summary.html">Overview</a></span>
<span><a href="test-pkg-summary.html">Package</a></span>
<span><a href="test-NiceMockControlLongCompatibleReturnValueTest.html">File</a></span>
<span class="navBarCurrent">Test</span>
</div>
<div class="navBarLink">
<a href="../../../index.html" target="_top">FRAMES</a>
<a href="NiceMockControlLongCompatibleReturnValueTest_byteReturningValue_sd.html" target="_top">NO FRAMES</a>
<a><label onclick="toggleHelp(this);" class="nonHelpItem">SHOW HELP</label></a>
</div>
</td>
</tr></table>
</div>
<b class="cbottom"><b class="cb4 testHeader"></b><b class="cb3 testHeader"></b><b class="cb2 testHeader"></b><b class="cb1"></b></b>
</div>
</td>
</tr>
<tr><td class="hbreak" colspan="6"> </td></tr>
<tr>
<td class="graphHeaderLeft titleText testHeader">Test</td>
<td class="graphHeader headerTitle testHeader"><label onkeyup="return help_total_unique_coverage;">Unique Coverage</label></td>
<td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_status;">Status</label></td>
<td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_time;">Start time</label></td>
<td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_time;">Time (seconds)</label></td>
<td class="graphHeader headerTitle testHeader"><label onkeyup="return help_test_message;">Message</label></td>
</tr>
<tr>
<td class="graphItem alignTop titleText">
<a href="../../../org/easymock/tests/NiceMockControlLongCompatibleReturnValueTest.html?line=38#src-38" >byteReturningValue</a>
</td>
<td class="graphPercent alignTop">
0%
</td>
<td class="graphPercent alignTop">
<span class="sortValue">1</span>
<span class="testResultSuccess">PASS</span>
</td>
<td class="graphPercent alignTop">
8 mai 14:37:24
</td>
<td class="graphPercent alignTop">
0.0 </td>
<td class="graphItemRight alignTop">
<div class="titleText"></div>
<div class="errorMessage"></div>
</td>
</tr>
<tr><td class="hbreak" colspan="6"> </td></tr>
</tbody>
<tbody>
<tr>
<td class="graphHeaderLeft titleText sortable testHeader" style="white-space:nowrap;" onclick="ts_resortTable(this, 'alpha', 0);return false;"><label onkeyup="return help_test_target_class;">Target Class</label> </td>
<td class="graphHeader sortable testHeader" onclick="ts_resortTable(this, 'number', 1);return false;"><label onkeyup="return help_unique_coverage ;">Unique</label> </td>
<td class="graphHeader sortable testHeader" colspan="4" onclick="ts_resortTable(this, 'number', 2);return false;"><label onkeyup="return help_test_contribution;">Coverage contributed by</label> <span class="titleText">byteReturningValue</span>.</td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.MockInvocationHandler</span>
<a href="../../../org/easymock/internal/MockInvocationHandler.html?id=1021#MockInvocationHandler" title="MockInvocationHandler" name="sl-26">org.easymock.internal.MockInvocationHandler</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.5</span>
50%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="50% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="50% Covered" class="barPositive contribBarPositive" style="width: 50%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.Result.ReturningAnswer</span>
<a href="../../../org/easymock/internal/Result.html?id=1021#Result.ReturningAnswer" title="Result.ReturningAnswer" name="sl-59">org.easymock.internal.Result.ReturningAnswer</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.5</span>
50%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="50% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="50% Covered" class="barPositive contribBarPositive" style="width: 50%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.ClassExtensionHelper</span>
<a href="../../../org/easymock/internal/ClassExtensionHelper.html?id=1021#ClassExtensionHelper" title="ClassExtensionHelper" name="sl-30">org.easymock.internal.ClassExtensionHelper</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.42857143</span>
42,9%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="57,1% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="42,9% Covered" class="barPositive contribBarPositive" style="width: 42.9%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.Result</span>
<a href="../../../org/easymock/internal/Result.html?id=1021#Result" title="Result" name="sl-28">org.easymock.internal.Result</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.4117647</span>
41,2%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="58,8% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="41,2% Covered" class="barPositive contribBarPositive" style="width: 41.2%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.MocksBehavior</span>
<a href="../../../org/easymock/internal/MocksBehavior.html?id=1021#MocksBehavior" title="MocksBehavior" name="sl-28">org.easymock.internal.MocksBehavior</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.26086956</span>
26,1%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="73,9% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="26,1% Covered" class="barPositive contribBarPositive" style="width: 26.1%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.ReplayState</span>
<a href="../../../org/easymock/internal/ReplayState.html?id=1021#ReplayState" title="ReplayState" name="sl-27">org.easymock.internal.ReplayState</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.25757575</span>
25,8%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="74,2% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="25,8% Covered" class="barPositive contribBarPositive" style="width: 25.8%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.ObjectMethodsFilter</span>
<a href="../../../org/easymock/internal/ObjectMethodsFilter.html?id=1021#ObjectMethodsFilter" title="ObjectMethodsFilter" name="sl-28">org.easymock.internal.ObjectMethodsFilter</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.1923077</span>
19,2%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="80,8% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="19,2% Covered" class="barPositive contribBarPositive" style="width: 19.2%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.Invocation</span>
<a href="../../../org/easymock/internal/Invocation.html?id=1021#Invocation" title="Invocation" name="sl-33">org.easymock.internal.Invocation</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.13445379</span>
13,4%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="86,6% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="13,4% Covered" class="barPositive contribBarPositive" style="width: 13.4%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.LastControl</span>
<a href="../../../org/easymock/internal/LastControl.html?id=1021#LastControl" title="LastControl" name="sl-32">org.easymock.internal.LastControl</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.112676054</span>
11,3%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="88,7% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="11,3% Covered" class="barPositive contribBarPositive" style="width: 11.3%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.MocksControl</span>
<a href="../../../org/easymock/internal/MocksControl.html?id=1021#MocksControl" title="MocksControl" name="sl-29">org.easymock.internal.MocksControl</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.03125</span>
3,1%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="96,9% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="3,1% Covered" class="barPositive contribBarPositive" style="width: 3.1%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.EasyMock</span>
<a href="../../../org/easymock/EasyMock.html?id=1021#EasyMock" title="EasyMock" name="sl-32">org.easymock.EasyMock</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.012106538</span>
1,2%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="98,8% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="1,2% Covered" class="barPositive contribBarPositive" style="width: 1.2%"></div>
</div>
</div> </td>
</tr>
<tr>
<td class="graphItem" style="font-size: 11px">
<span class="sortValue">org.easymock.internal.RecordState</span>
<a href="../../../org/easymock/internal/RecordState.html?id=1021#RecordState" title="RecordState" name="sl-30">org.easymock.internal.RecordState</a>
</td>
<td class="graphPercent">
<span class="sortValue">0.0</span>
</td>
<td class="graphPercent">
<span class="sortValue">0.01171875</span>
1,2%
</td>
<td class="graphPercent" style="width: 100%" colspan="3">
<div>
<div style="width: 40px; font-size:0px;"></div>
<div title="98,8% Not Covered" style="min-width: 40px;" class="barNegative contribBarNegative">
<div title="1,2% Covered" class="barPositive contribBarPositive" style="width: 1.2%"></div>
</div>
</div> </td>
</tr>
</tbody>
<tbody>
<tr><td class="hbreak" colspan="6"> </td></tr>
<tr><td class="footer" colspan="6">
<table>
<tr>
<td><a target="_new" href="http://www.atlassian.com/software/clover"><img alt="Clover" src="../../../img/logo.gif" style="border:none"/></a></td><td style="white-space:nowrap;"><i>Report generated by </i>Clover <a target="_new" href="http://www.atlassian.com/software/clover">Code Coverage</a> v3.0.1<i><br/>sam. mai 8 2010 14:37:33 CEST</i>.</td>
<td> </td><td style="BORDER-LEFT: #9c9c9c 1px solid;"> </td><td>Clover: Open Source License registered to EasyMock . </td>
</tr>
</table>
</td>
</tr></tbody>
</table>
</body>
</html>
|
RECURSOS/DOC_YPS/function-DB.html | QInfoDev/YPS | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Function DB | Yerpa Pro Salud</title>
<script type="text/javascript" src="resources/combined.js?511837083"></script>
<script type="text/javascript" src="elementlist.js?3522704418"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Packages</h3>
<ul>
<li><a href="package-CodeIgniter.html">CodeIgniter<span></span></a>
<ul>
<li><a href="package-CodeIgniter.Libraries.html">Libraries</a>
</li>
</ul></li>
<li class="active"><a href="package-None.html">None</a>
</li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Acl.html" class="invalid">Acl</a></li>
<li><a href="class-CI_Benchmark.html" class="invalid">CI_Benchmark</a></li>
<li><a href="class-CI_Cache.html" class="invalid">CI_Cache</a></li>
<li><a href="class-CI_Cache_apc.html" class="invalid">CI_Cache_apc</a></li>
<li><a href="class-CI_Cache_dummy.html" class="invalid">CI_Cache_dummy</a></li>
<li><a href="class-CI_Cache_file.html" class="invalid">CI_Cache_file</a></li>
<li><a href="class-CI_Cache_memcached.html" class="invalid">CI_Cache_memcached</a></li>
<li><a href="class-CI_Calendar.html" class="invalid">CI_Calendar</a></li>
<li><a href="class-CI_Cart.html" class="invalid">CI_Cart</a></li>
<li><a href="class-CI_Config.html" class="invalid">CI_Config</a></li>
<li><a href="class-CI_Controller.html" class="invalid">CI_Controller</a></li>
<li><a href="class-CI_DB_active_record.html" class="invalid">CI_DB_active_record</a></li>
<li><a href="class-CI_DB_Cache.html" class="invalid">CI_DB_Cache</a></li>
<li><a href="class-CI_DB_cubrid_driver.html" class="invalid">CI_DB_cubrid_driver</a></li>
<li><a href="class-CI_DB_cubrid_forge.html" class="invalid">CI_DB_cubrid_forge</a></li>
<li><a href="class-CI_DB_cubrid_result.html" class="invalid">CI_DB_cubrid_result</a></li>
<li><a href="class-CI_DB_cubrid_utility.html" class="invalid">CI_DB_cubrid_utility</a></li>
<li><a href="class-CI_DB_driver.html" class="invalid">CI_DB_driver</a></li>
<li><a href="class-CI_DB_forge.html" class="invalid">CI_DB_forge</a></li>
<li><a href="class-CI_DB_mssql_driver.html" class="invalid">CI_DB_mssql_driver</a></li>
<li><a href="class-CI_DB_mssql_forge.html" class="invalid">CI_DB_mssql_forge</a></li>
<li><a href="class-CI_DB_mssql_result.html" class="invalid">CI_DB_mssql_result</a></li>
<li><a href="class-CI_DB_mssql_utility.html" class="invalid">CI_DB_mssql_utility</a></li>
<li><a href="class-CI_DB_mysql_driver.html" class="invalid">CI_DB_mysql_driver</a></li>
<li><a href="class-CI_DB_mysql_forge.html" class="invalid">CI_DB_mysql_forge</a></li>
<li><a href="class-CI_DB_mysql_result.html" class="invalid">CI_DB_mysql_result</a></li>
<li><a href="class-CI_DB_mysql_utility.html" class="invalid">CI_DB_mysql_utility</a></li>
<li><a href="class-CI_DB_mysqli_driver.html" class="invalid">CI_DB_mysqli_driver</a></li>
<li><a href="class-CI_DB_mysqli_forge.html" class="invalid">CI_DB_mysqli_forge</a></li>
<li><a href="class-CI_DB_mysqli_result.html" class="invalid">CI_DB_mysqli_result</a></li>
<li><a href="class-CI_DB_mysqli_utility.html" class="invalid">CI_DB_mysqli_utility</a></li>
<li><a href="class-CI_DB_oci8_driver.html" class="invalid">CI_DB_oci8_driver</a></li>
<li><a href="class-CI_DB_oci8_forge.html" class="invalid">CI_DB_oci8_forge</a></li>
<li><a href="class-CI_DB_oci8_result.html" class="invalid">CI_DB_oci8_result</a></li>
<li><a href="class-CI_DB_oci8_utility.html" class="invalid">CI_DB_oci8_utility</a></li>
<li><a href="class-CI_DB_odbc_driver.html" class="invalid">CI_DB_odbc_driver</a></li>
<li><a href="class-CI_DB_odbc_forge.html" class="invalid">CI_DB_odbc_forge</a></li>
<li><a href="class-CI_DB_odbc_result.html" class="invalid">CI_DB_odbc_result</a></li>
<li><a href="class-CI_DB_odbc_utility.html" class="invalid">CI_DB_odbc_utility</a></li>
<li><a href="class-CI_DB_pdo_driver.html" class="invalid">CI_DB_pdo_driver</a></li>
<li><a href="class-CI_DB_pdo_forge.html" class="invalid">CI_DB_pdo_forge</a></li>
<li><a href="class-CI_DB_pdo_result.html" class="invalid">CI_DB_pdo_result</a></li>
<li><a href="class-CI_DB_pdo_utility.html" class="invalid">CI_DB_pdo_utility</a></li>
<li><a href="class-CI_DB_postgre_driver.html" class="invalid">CI_DB_postgre_driver</a></li>
<li><a href="class-CI_DB_postgre_forge.html" class="invalid">CI_DB_postgre_forge</a></li>
<li><a href="class-CI_DB_postgre_result.html" class="invalid">CI_DB_postgre_result</a></li>
<li><a href="class-CI_DB_postgre_utility.html" class="invalid">CI_DB_postgre_utility</a></li>
<li><a href="class-CI_DB_result.html" class="invalid">CI_DB_result</a></li>
<li><a href="class-CI_DB_sqlite_driver.html" class="invalid">CI_DB_sqlite_driver</a></li>
<li><a href="class-CI_DB_sqlite_forge.html" class="invalid">CI_DB_sqlite_forge</a></li>
<li><a href="class-CI_DB_sqlite_result.html" class="invalid">CI_DB_sqlite_result</a></li>
<li><a href="class-CI_DB_sqlite_utility.html" class="invalid">CI_DB_sqlite_utility</a></li>
<li><a href="class-CI_DB_sqlsrv_driver.html" class="invalid">CI_DB_sqlsrv_driver</a></li>
<li><a href="class-CI_DB_sqlsrv_forge.html" class="invalid">CI_DB_sqlsrv_forge</a></li>
<li><a href="class-CI_DB_sqlsrv_result.html" class="invalid">CI_DB_sqlsrv_result</a></li>
<li><a href="class-CI_DB_sqlsrv_utility.html" class="invalid">CI_DB_sqlsrv_utility</a></li>
<li><a href="class-CI_DB_utility.html" class="invalid">CI_DB_utility</a></li>
<li><a href="class-CI_Driver.html" class="invalid">CI_Driver</a></li>
<li><a href="class-CI_Driver_Library.html" class="invalid">CI_Driver_Library</a></li>
<li><a href="class-CI_Email.html" class="invalid">CI_Email</a></li>
<li><a href="class-CI_Encrypt.html" class="invalid">CI_Encrypt</a></li>
<li><a href="class-CI_Exceptions.html" class="invalid">CI_Exceptions</a></li>
<li><a href="class-CI_Form_validation.html" class="invalid">CI_Form_validation</a></li>
<li><a href="class-CI_FTP.html" class="invalid">CI_FTP</a></li>
<li><a href="class-CI_Hooks.html" class="invalid">CI_Hooks</a></li>
<li><a href="class-CI_Image_lib.html" class="invalid">CI_Image_lib</a></li>
<li><a href="class-CI_Input.html" class="invalid">CI_Input</a></li>
<li><a href="class-CI_Javascript.html" class="invalid">CI_Javascript</a></li>
<li><a href="class-CI_Jquery.html" class="invalid">CI_Jquery</a></li>
<li><a href="class-CI_Lang.html" class="invalid">CI_Lang</a></li>
<li><a href="class-CI_Loader.html" class="invalid">CI_Loader</a></li>
<li><a href="class-CI_Log.html" class="invalid">CI_Log</a></li>
<li><a href="class-CI_Migration.html" class="invalid">CI_Migration</a></li>
<li><a href="class-CI_Model.html" class="invalid">CI_Model</a></li>
<li><a href="class-CI_Output.html" class="invalid">CI_Output</a></li>
<li><a href="class-CI_Pagination.html" class="invalid">CI_Pagination</a></li>
<li><a href="class-CI_Parser.html" class="invalid">CI_Parser</a></li>
<li><a href="class-CI_Profiler.html" class="invalid">CI_Profiler</a></li>
<li><a href="class-CI_Router.html" class="invalid">CI_Router</a></li>
<li><a href="class-CI_Security.html" class="invalid">CI_Security</a></li>
<li><a href="class-CI_Session.html" class="invalid">CI_Session</a></li>
<li><a href="class-CI_SHA1.html" class="invalid">CI_SHA1</a></li>
<li><a href="class-CI_Table.html" class="invalid">CI_Table</a></li>
<li><a href="class-CI_Trackback.html" class="invalid">CI_Trackback</a></li>
<li><a href="class-CI_Typography.html" class="invalid">CI_Typography</a></li>
<li><a href="class-CI_Unit_test.html" class="invalid">CI_Unit_test</a></li>
<li><a href="class-CI_Upload.html" class="invalid">CI_Upload</a></li>
<li><a href="class-CI_URI.html" class="invalid">CI_URI</a></li>
<li><a href="class-CI_User_agent.html" class="invalid">CI_User_agent</a></li>
<li><a href="class-CI_Utf8.html" class="invalid">CI_Utf8</a></li>
<li><a href="class-CI_Xmlrpc.html" class="invalid">CI_Xmlrpc</a></li>
<li><a href="class-CI_Xmlrpcs.html" class="invalid">CI_Xmlrpcs</a></li>
<li><a href="class-CI_Zip.html" class="invalid">CI_Zip</a></li>
<li><a href="class-CMS_Controller.html">CMS_Controller</a></li>
<li><a href="class-Language.html" class="invalid">Language</a></li>
<li><a href="class-Login.html">Login</a></li>
<li><a href="class-Template.html" class="invalid">Template</a></li>
<li><a href="class-Test_model.html">Test_model</a></li>
<li><a href="class-User.html" class="invalid">User</a></li>
<li><a href="class-Welcome.html" class="invalid">Welcome</a></li>
<li><a href="class-XML_RPC_Client.html" class="invalid">XML_RPC_Client</a></li>
<li><a href="class-XML_RPC_Message.html" class="invalid">XML_RPC_Message</a></li>
<li><a href="class-XML_RPC_Response.html" class="invalid">XML_RPC_Response</a></li>
<li><a href="class-XML_RPC_Values.html" class="invalid">XML_RPC_Values</a></li>
<li><a href="class-YPS_Controller.html">YPS_Controller</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-_attributes_to_string.html" class="invalid">_attributes_to_string</a></li>
<li><a href="function-_exception_handler.html" class="invalid">_exception_handler</a></li>
<li><a href="function-_get_smiley_array.html" class="invalid">_get_smiley_array</a></li>
<li><a href="function-_get_validation_object.html" class="invalid">_get_validation_object</a></li>
<li><a href="function-_list.html" class="invalid">_list</a></li>
<li><a href="function-_parse_attributes.html" class="invalid">_parse_attributes</a></li>
<li><a href="function-_parse_form_attributes.html" class="invalid">_parse_form_attributes</a></li>
<li><a href="function-alternator.html" class="invalid">alternator</a></li>
<li><a href="function-anchor.html" class="invalid">anchor</a></li>
<li><a href="function-anchor_popup.html" class="invalid">anchor_popup</a></li>
<li><a href="function-ascii_to_entities.html" class="invalid">ascii_to_entities</a></li>
<li><a href="function-auto_link.html" class="invalid">auto_link</a></li>
<li><a href="function-auto_typography.html" class="invalid">auto_typography</a></li>
<li><a href="function-base_url.html" class="invalid">base_url</a></li>
<li><a href="function-br.html" class="invalid">br</a></li>
<li><a href="function-byte_format.html" class="invalid">byte_format</a></li>
<li><a href="function-camelize.html" class="invalid">camelize</a></li>
<li><a href="function-character_limiter.html" class="invalid">character_limiter</a></li>
<li><a href="function-config_item.html" class="invalid">config_item</a></li>
<li><a href="function-convert_accented_characters.html" class="invalid">convert_accented_characters</a></li>
<li><a href="function-create_captcha.html" class="invalid">create_captcha</a></li>
<li><a href="function-current_url.html" class="invalid">current_url</a></li>
<li><a href="function-days_in_month.html" class="invalid">days_in_month</a></li>
<li class="active"><a href="function-DB.html" class="invalid">DB</a></li>
<li><a href="function-delete_cookie.html" class="invalid">delete_cookie</a></li>
<li><a href="function-delete_files.html" class="invalid">delete_files</a></li>
<li><a href="function-directory_map.html" class="invalid">directory_map</a></li>
<li><a href="function-do_hash.html" class="invalid">do_hash</a></li>
<li><a href="function-doctype.html" class="invalid">doctype</a></li>
<li><a href="function-element.html" class="invalid">element</a></li>
<li><a href="function-elements.html" class="invalid">elements</a></li>
<li><a href="function-ellipsize.html" class="invalid">ellipsize</a></li>
<li><a href="function-encode_php_tags.html" class="invalid">encode_php_tags</a></li>
<li><a href="function-entities_to_ascii.html" class="invalid">entities_to_ascii</a></li>
<li><a href="function-entity_decode.html" class="invalid">entity_decode</a></li>
<li><a href="function-force_download.html" class="invalid">force_download</a></li>
<li><a href="function-form_button.html" class="invalid">form_button</a></li>
<li><a href="function-form_checkbox.html" class="invalid">form_checkbox</a></li>
<li><a href="function-form_close.html" class="invalid">form_close</a></li>
<li><a href="function-form_dropdown.html" class="invalid">form_dropdown</a></li>
<li><a href="function-form_error.html" class="invalid">form_error</a></li>
<li><a href="function-form_fieldset.html" class="invalid">form_fieldset</a></li>
<li><a href="function-form_fieldset_close.html" class="invalid">form_fieldset_close</a></li>
<li><a href="function-form_hidden.html" class="invalid">form_hidden</a></li>
<li><a href="function-form_input.html" class="invalid">form_input</a></li>
<li><a href="function-form_label.html" class="invalid">form_label</a></li>
<li><a href="function-form_multiselect.html" class="invalid">form_multiselect</a></li>
<li><a href="function-form_open.html" class="invalid">form_open</a></li>
<li><a href="function-form_open_multipart.html" class="invalid">form_open_multipart</a></li>
<li><a href="function-form_password.html" class="invalid">form_password</a></li>
<li><a href="function-form_prep.html" class="invalid">form_prep</a></li>
<li><a href="function-form_radio.html" class="invalid">form_radio</a></li>
<li><a href="function-form_reset.html" class="invalid">form_reset</a></li>
<li><a href="function-form_submit.html" class="invalid">form_submit</a></li>
<li><a href="function-form_textarea.html" class="invalid">form_textarea</a></li>
<li><a href="function-form_upload.html" class="invalid">form_upload</a></li>
<li><a href="function-get_clickable_smileys.html" class="invalid">get_clickable_smileys</a></li>
<li><a href="function-get_config.html" class="invalid">get_config</a></li>
<li><a href="function-get_cookie.html" class="invalid">get_cookie</a></li>
<li><a href="function-get_dir_file_info.html" class="invalid">get_dir_file_info</a></li>
<li><a href="function-get_file_info.html" class="invalid">get_file_info</a></li>
<li><a href="function-get_filenames.html" class="invalid">get_filenames</a></li>
<li><a href="function-get_instance.html" class="invalid">get_instance</a></li>
<li><a href="function-get_mime_by_extension.html" class="invalid">get_mime_by_extension</a></li>
<li><a href="function-gmt_to_local.html" class="invalid">gmt_to_local</a></li>
<li><a href="function-heading.html" class="invalid">heading</a></li>
<li><a href="function-highlight_code.html" class="invalid">highlight_code</a></li>
<li><a href="function-highlight_phrase.html" class="invalid">highlight_phrase</a></li>
<li><a href="function-html_escape.html" class="invalid">html_escape</a></li>
<li><a href="function-human_to_unix.html" class="invalid">human_to_unix</a></li>
<li><a href="function-humanize.html" class="invalid">humanize</a></li>
<li><a href="function-img.html" class="invalid">img</a></li>
<li><a href="function-increment_string.html" class="invalid">increment_string</a></li>
<li><a href="function-index_page.html" class="invalid">index_page</a></li>
<li><a href="function-is_false.html" class="invalid">is_false</a></li>
<li><a href="function-is_loaded.html" class="invalid">is_loaded</a></li>
<li><a href="function-is_php.html" class="invalid">is_php</a></li>
<li><a href="function-is_really_writable.html" class="invalid">is_really_writable</a></li>
<li><a href="function-is_true.html" class="invalid">is_true</a></li>
<li><a href="function-js_insert_smiley.html" class="invalid">js_insert_smiley</a></li>
<li><a href="function-lang.html" class="invalid">lang</a></li>
<li><a href="function-link_tag.html" class="invalid">link_tag</a></li>
<li><a href="function-load_class.html" class="invalid">load_class</a></li>
<li><a href="function-local_to_gmt.html" class="invalid">local_to_gmt</a></li>
<li><a href="function-log_message.html" class="invalid">log_message</a></li>
<li><a href="function-mailto.html" class="invalid">mailto</a></li>
<li><a href="function-mdate.html" class="invalid">mdate</a></li>
<li><a href="function-meta.html" class="invalid">meta</a></li>
<li><a href="function-mysql_to_unix.html" class="invalid">mysql_to_unix</a></li>
<li><a href="function-nbs.html" class="invalid">nbs</a></li>
<li><a href="function-nl2br_except_pre.html" class="invalid">nl2br_except_pre</a></li>
<li><a href="function-now.html" class="invalid">now</a></li>
<li><a href="function-octal_permissions.html" class="invalid">octal_permissions</a></li>
<li><a href="function-ol.html" class="invalid">ol</a></li>
<li><a href="function-parse_smileys.html" class="invalid">parse_smileys</a></li>
<li><a href="function-plural.html" class="invalid">plural</a></li>
<li><a href="function-prep_url.html" class="invalid">prep_url</a></li>
<li><a href="function-quotes_to_entities.html" class="invalid">quotes_to_entities</a></li>
<li><a href="function-random_element.html" class="invalid">random_element</a></li>
<li><a href="function-random_string.html" class="invalid">random_string</a></li>
<li><a href="function-read_file.html" class="invalid">read_file</a></li>
<li><a href="function-redirect.html" class="invalid">redirect</a></li>
<li><a href="function-reduce_double_slashes.html" class="invalid">reduce_double_slashes</a></li>
<li><a href="function-reduce_multiples.html" class="invalid">reduce_multiples</a></li>
<li><a href="function-remove_invisible_characters.html" class="invalid">remove_invisible_characters</a></li>
<li><a href="function-repeater.html" class="invalid">repeater</a></li>
<li><a href="function-safe_mailto.html" class="invalid">safe_mailto</a></li>
<li><a href="function-sanitize_filename.html" class="invalid">sanitize_filename</a></li>
<li><a href="function-send_email.html" class="invalid">send_email</a></li>
<li><a href="function-set_checkbox.html" class="invalid">set_checkbox</a></li>
<li><a href="function-set_cookie.html" class="invalid">set_cookie</a></li>
<li><a href="function-set_radio.html" class="invalid">set_radio</a></li>
<li><a href="function-set_realpath.html" class="invalid">set_realpath</a></li>
<li><a href="function-set_select.html" class="invalid">set_select</a></li>
<li><a href="function-set_status_header.html" class="invalid">set_status_header</a></li>
<li><a href="function-set_value.html" class="invalid">set_value</a></li>
<li><a href="function-show_404.html" class="invalid">show_404</a></li>
<li><a href="function-show_error.html" class="invalid">show_error</a></li>
<li><a href="function-singular.html" class="invalid">singular</a></li>
<li><a href="function-site_url.html" class="invalid">site_url</a></li>
<li><a href="function-smiley_js.html" class="invalid">smiley_js</a></li>
<li><a href="function-standard_date.html" class="invalid">standard_date</a></li>
<li><a href="function-strip_image_tags.html" class="invalid">strip_image_tags</a></li>
<li><a href="function-strip_quotes.html" class="invalid">strip_quotes</a></li>
<li><a href="function-strip_slashes.html" class="invalid">strip_slashes</a></li>
<li><a href="function-symbolic_permissions.html" class="invalid">symbolic_permissions</a></li>
<li><a href="function-timespan.html" class="invalid">timespan</a></li>
<li><a href="function-timezone_menu.html" class="invalid">timezone_menu</a></li>
<li><a href="function-timezones.html" class="invalid">timezones</a></li>
<li><a href="function-trim_slashes.html" class="invalid">trim_slashes</a></li>
<li><a href="function-ul.html" class="invalid">ul</a></li>
<li><a href="function-underscore.html" class="invalid">underscore</a></li>
<li><a href="function-unix_to_human.html" class="invalid">unix_to_human</a></li>
<li><a href="function-uri_string.html" class="invalid">uri_string</a></li>
<li><a href="function-url_title.html" class="invalid">url_title</a></li>
<li><a href="function-valid_email.html" class="invalid">valid_email</a></li>
<li><a href="function-validation_errors.html" class="invalid">validation_errors</a></li>
<li><a href="function-word_censor.html" class="invalid">word_censor</a></li>
<li><a href="function-word_limiter.html" class="invalid">word_limiter</a></li>
<li><a href="function-word_wrap.html" class="invalid">word_wrap</a></li>
<li><a href="function-write_file.html" class="invalid">write_file</a></li>
<li><a href="function-xml_convert.html" class="invalid">xml_convert</a></li>
<li><a href="function-xss_clean.html" class="invalid">xss_clean</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="package-None.html" title="Summary of None"><span>Package</span></a>
</li>
<li class="active">
<span>Function</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="function">
<h1>Function DB</h1>
<div class="invalid">
<p>
Documentation of this function could not be generated.
</p>
<p>
Function was originally declared in RECURSOS/ci_cms/system/database/DB.php and is invalid because of:
</p>
<ul>
<li>Function was redeclared in system/database/DB.php.</li>
</ul>
</div>
</div>
<div id="footer">
Yerpa Pro Salud API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
__tests__/cases/transition/shorthand_OptC/autoGen.css | artisin/buttron | .test {
width: 200px;
}
.test {
background: #008000;
font-size: 2rem;
width: 300px;
transition-property: background, font-size, width;
transition-duration: 1s, 0.5s, 0.5s;
transition-timing-function: ease-out, ease-in, ease-out;
transition-delay: 0s, 0.25s, 0s;
}
.test {
width: 200px;
}
.test {
background: #008000;
font-size: 2rem;
width: 300px;
transition-property: background, font-size, width;
transition-duration: 1s, 0.5s, 0.5s;
transition-timing-function: ease-out, ease-in, ease-out;
transition-delay: 0s, 0.25s, 0s;
}
|
docs/_layouts/tutorials.html | julianburr/sketch-plugin-boilerplate | ---
layout: default
---
<div class="tutorials">
<nav class="tutorials-nav sidebar-nav">
{% include tutorials-navigation.html %}
</nav>
<div class="tutorials-content sidebar-content">
{{ content }}
</div>
</div> |
examples/spain.js/code-bootstrap.html | azoff/tacion.js | <div id="code-bootstrap" data-role="content">
<h1>¿Bootstrap Qué?</h1>
<pre class="step opacity" data-step="1"><code
class="javascript"
data-unindent="1"
data-file="../../src/client/tacion.js"
data-start="function bootstrap\("
data-end="\n\t\}"
></code></pre>
</div> |
docs/html/_executable_2_instance_8cs.html | Spartan322/Hacknet-Pathfinder | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Pathfinder: Pathfinder/Executable/Instance.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="hacknet_modding_docs_logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Pathfinder
 <span id="projectnumber">v3.0</span>
</div>
<div id="projectbrief">The definitive Hacknet programmable modding system</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<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('_executable_2_instance_8cs.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="#nested-classes">Classes</a> |
<a href="#namespaces">Namespaces</a> </div>
<div class="headertitle">
<div class="title">Instance.cs File Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pathfinder_1_1_executable_1_1_instance.html">Pathfinder.Executable.Instance</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pathfinder_1_1_executable_1_1_instance_1_1_instance_override_display.html">Pathfinder.Executable.Instance.InstanceOverrideDisplay</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespace_pathfinder_1_1_executable"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_pathfinder_1_1_executable.html">Pathfinder.Executable</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.13-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_f17f94439237c4628605ae31fe1f1655.html">Pathfinder</a></li><li class="navelem"><a class="el" href="dir_7405b3433f6ada1bd12e44c3cd4ae2b5.html">Executable</a></li><li class="navelem"><a class="el" href="_executable_2_instance_8cs.html">Instance.cs</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
assets/css/doc.css | iuap-design/tinper.org | /*md文档公共样式*/
/*导航*/
.u-navbar{top:0px;}
/*content部分*/
.wrapper:after, .wrapper:before {
content: "";
display: table
}
.wrapper:after {
clear: both
}
.wrapper {
max-width: 1200px;
margin: 0 auto
}
/*代码code背景*/
p code{
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
margin: 0;
font-size: 85%;
background-color: rgba(0,0,0,0.04);
border-radius: 3px;
}
/*整体内容区域*/
#content-wrap {
background: #fff;
margin-top:52px;
font-size:14px;
}
#content-wrap li,#content-wrap ul{
list-style:none;
}
#content-wrap .article-container li,#content-wrap .article-container ul{
list-style-type: disc;
}
#content-wrap .article-container ul.icon_lists li,#content-wrap .article-container ul.icon_lists{
list-style-type: none;
}
#content-wrap .article-container .u-pagination li, #content-wrap .article-container .u-pagination ul{
list-style-type: none;
}
#content-wrap ul.ui-gallery{
padding-left:0px;
overflow: hidden;
}
/*左导航内容*/
#sidebar {
width: 220px;
float: left;
padding-bottom: 40px;
opacity: .8;
margin-left: -220px;
display: block;
}
#sidebar a{
display: block;
color:#444;
text-decoration: none;
padding:7px 0;
position:relative;
width:100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
font-size:14px;
text-indent:15px;
}
#sidebar a:hover,#sidebar a.active{
color:#4caf50;
background:#F3F7F9;
}
#sidebar > ul > li{
cursor: not-allowed;
color: #999;
list-style:none;
}
#sidebar > ul > li > span{
display: block;
padding: 7px 0;
text-indent: 15px;
}
#sidebar li > ul{
padding-left:15px;
}
#sidebar li > ul > li {
border-left:1px solid #e3e3e3;
}
/*内容区域*/
#content-inner #sidebar {
display: block;
}
#content-inner {
margin-left: 220px;
border-left:1px solid #e3e3e3;
webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860) ;
-moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860) ;
-o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860) ;
transition: all 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860) ;
}
#content-inner:after, #content-inner:before {
content: "";
display: table
}
#content-inner:after {
clear: both
}
#content-inner.doctoggle {
margin-left: 0px;
border-left: 0px;
}
#content-inner.doctoggle #sidebar {
display: none;
webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860) ;
-moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860) ;
-o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860) ;
transition: all 400ms cubic-bezier(0.785, 0.135, 0.150, 0.860) ;
}
/*文档手机端响应式处理*/
@media (max-width: 767px) {
#content-inner {
margin-left: 0px;
border-left: 0px;
}
#content-inner #sidebar {
display: none;
}
#content-inner.doctoggle {
margin-left: 220px;
border-left:1px solid #e3e3e3;
}
#content-inner.doctoggle #sidebar {
display: block;
}
}
.article-container {
float: right;
width: 100%
}
.article-header {
margin-top: 30px;
margin-bottom: 30px;
}
.article-container h1{
font-size:24px;
font-weight: normal;
}
.article-container h2,.article-container h3{
font-weight:normal;
}
.article-container .article{
width:90%;
margin:0 5%;
}
/*table样式*/
.article-container table{
display: table;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
overflow: auto;
margin-bottom:30px;
}
.article-container table tbody tr{
border-top: 1px solid rgb(224,224,224);
}
.article-container table tbody tr:nth-child(2n+1){
background-color:rgba(238,238,238,.3);
}
.article-container table tr:nth-child(2n){
background: none;
}
.article-container table td,.article-container table th{
border:none;
padding: 6px 13px;
}
.article-container table td{
font-size:14px;
}
.article-container table th{
font-weight:500;
}
.article-container a{
color:#4caf50;
text-decoration: none;
}
.article-container p,.article-container li{
font-size:14px;
}
#content-wrap .example-content li{
list-style: none;
}
.example-content{
position: relative;
padding: 10px;
background: #fff;
border: 1px solid #ddd;
}
.ex-code-par .examples-code {
display:none;
}
.example-content-edge{
padding-top:20px;
padding-bottom: 0px;
}
.example-content.ex-hide{
display: none;
}
.ex-code-par.show-code {
border: 1px solid #ddd;
border-top: 0px;
border-radius: 0.25rem;
// padding-bottom: 10px;
}
.ex-code-par .examples-code {
margin-left: 10px;
margin-right: 10px;
}
/*编辑代码高亮*/
.examples-code code.hljs{
font-size:12px;
line-height: 20px;
}
.example-content:after {
clear: both;
}
.example-content:after ,.example-content:before {
display: table;
content: "";
}
/*拷贝代码*/
.examples-code code {
position: relative;
}
.examples-code code::before {
display: none
}
.examples-code code:hover {
background-color: rgba(0,0,0,.05);
}
.examples-code code.copied:hover:before {
content: '已复制';
color: rgba(255,255,255,.5);
background-color: rgba(0,0,0,.6);
}
.examples-code code:hover:before {
display: inline-block;
content: '复制';
color: rgba(0,0,0,.5);
font-size: 13px;
background-color: rgba(0,0,0,.1);
border-top-left-radius: 5px;
position: absolute;
right: 0;
bottom: 0;
padding: 3px 10px;
}
/*changelog页面样式*/
.article-container a.loglink{
background: #4caf50;
margin: 0 5px;
}
.article-container a.loglink:hover{
background: #fff;
}
.article-container a.loglink:hover .logicon{
color:#4caf50;
}
.u-button .uf.logicon{
color:#fff;
}
i.logdate{
font-size:14px;
font-style:normal;
display: inline-block;
margin-left:5px;
}
p + h2.logtit{
padding-top:20px;
border-top:1px dotted #666;
}
/**
* 版本下载样式
*/
.down_info{
}
.down_info span{
color: #4caf50;
cursor: pointer;
}
.down_info>ul{
/*display: none;*/
}
.down_info>ul.show-down{
display: block;
}
|
doc/java/jdk7/java/io/InputStreamReader.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:17:08 PST 2014 -->
<title>InputStreamReader (Java Platform SE 7 )</title>
<meta name="date" content="2014-12-18">
<meta name="keywords" content="java.io.InputStreamReader class">
<meta name="keywords" content="getEncoding()">
<meta name="keywords" content="read()">
<meta name="keywords" content="ready()">
<meta name="keywords" content="close()">
<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="InputStreamReader (Java Platform SE 7 )";
}
//-->
</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/InputStreamReader.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 class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../java/io/InputStream.html" title="class in java.io"><span class="strong">Prev Class</span></a></li>
<li><a href="../../java/io/InterruptedIOException.html" title="class in java.io"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?java/io/InputStreamReader.html" target="_top">Frames</a></li>
<li><a href="InputStreamReader.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="#fields_inherited_from_class_java.io.Reader">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">java.io</div>
<h2 title="Class InputStreamReader" class="title">Class InputStreamReader</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="../../java/lang/Object.html" title="class in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../java/io/Reader.html" title="class in java.io">java.io.Reader</a></li>
<li>
<ul class="inheritance">
<li>java.io.InputStreamReader</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../java/io/Closeable.html" title="interface in java.io">Closeable</a>, <a href="../../java/lang/AutoCloseable.html" title="interface in java.lang">AutoCloseable</a>, <a href="../../java/lang/Readable.html" title="interface in java.lang">Readable</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../java/io/FileReader.html" title="class in java.io">FileReader</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">InputStreamReader</span>
extends <a href="../../java/io/Reader.html" title="class in java.io">Reader</a></pre>
<div class="block">An InputStreamReader is a bridge from byte streams to character streams: It
reads bytes and decodes them into characters using a specified <a href="../../java/nio/charset/Charset.html" title="class in java.nio.charset"><code><code>charset</code></code></a>. The charset that it uses
may be specified by name or may be given explicitly, or the platform's
default charset may be accepted.
<p> Each invocation of one of an InputStreamReader's read() methods may
cause one or more bytes to be read from the underlying byte-input stream.
To enable the efficient conversion of bytes to characters, more bytes may
be read ahead from the underlying stream than are necessary to satisfy the
current read operation.
<p> For top efficiency, consider wrapping an InputStreamReader within a
BufferedReader. For example:
<pre>
BufferedReader in
= new BufferedReader(new InputStreamReader(System.in));
</pre></div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>JDK1.1</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="../../java/io/BufferedReader.html" title="class in java.io"><code>BufferedReader</code></a>,
<a href="../../java/io/InputStream.html" title="class in java.io"><code>InputStream</code></a>,
<a href="../../java/nio/charset/Charset.html" title="class in java.nio.charset"><code>Charset</code></a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_java.io.Reader">
<!-- -->
</a>
<h3>Fields inherited from class java.io.<a href="../../java/io/Reader.html" title="class in java.io">Reader</a></h3>
<code><a href="../../java/io/Reader.html#lock">lock</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../java/io/InputStreamReader.html#InputStreamReader(java.io.InputStream)">InputStreamReader</a></strong>(<a href="../../java/io/InputStream.html" title="class in java.io">InputStream</a> in)</code>
<div class="block">Creates an InputStreamReader that uses the default charset.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../java/io/InputStreamReader.html#InputStreamReader(java.io.InputStream,%20java.nio.charset.Charset)">InputStreamReader</a></strong>(<a href="../../java/io/InputStream.html" title="class in java.io">InputStream</a> in,
<a href="../../java/nio/charset/Charset.html" title="class in java.nio.charset">Charset</a> cs)</code>
<div class="block">Creates an InputStreamReader that uses the given charset.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../java/io/InputStreamReader.html#InputStreamReader(java.io.InputStream,%20java.nio.charset.CharsetDecoder)">InputStreamReader</a></strong>(<a href="../../java/io/InputStream.html" title="class in java.io">InputStream</a> in,
<a href="../../java/nio/charset/CharsetDecoder.html" title="class in java.nio.charset">CharsetDecoder</a> dec)</code>
<div class="block">Creates an InputStreamReader that uses the given charset decoder.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../java/io/InputStreamReader.html#InputStreamReader(java.io.InputStream,%20java.lang.String)">InputStreamReader</a></strong>(<a href="../../java/io/InputStream.html" title="class in java.io">InputStream</a> in,
<a href="../../java/lang/String.html" title="class in java.lang">String</a> charsetName)</code>
<div class="block">Creates an InputStreamReader that uses the named charset.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../java/io/InputStreamReader.html#close()">close</a></strong>()</code>
<div class="block">Closes the stream and releases any system resources associated with
it.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../java/io/InputStreamReader.html#getEncoding()">getEncoding</a></strong>()</code>
<div class="block">Returns the name of the character encoding being used by this stream.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../java/io/InputStreamReader.html#read()">read</a></strong>()</code>
<div class="block">Reads a single character.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../java/io/InputStreamReader.html#read(char[],%20int,%20int)">read</a></strong>(char[] cbuf,
int offset,
int length)</code>
<div class="block">Reads characters into a portion of an array.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../java/io/InputStreamReader.html#ready()">ready</a></strong>()</code>
<div class="block">Tells whether this stream is ready to be read.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.io.Reader">
<!-- -->
</a>
<h3>Methods inherited from class java.io.<a href="../../java/io/Reader.html" title="class in java.io">Reader</a></h3>
<code><a href="../../java/io/Reader.html#mark(int)">mark</a>, <a href="../../java/io/Reader.html#markSupported()">markSupported</a>, <a href="../../java/io/Reader.html#read(char[])">read</a>, <a href="../../java/io/Reader.html#read(java.nio.CharBuffer)">read</a>, <a href="../../java/io/Reader.html#reset()">reset</a>, <a href="../../java/io/Reader.html#skip(long)">skip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.<a href="../../java/lang/Object.html" title="class in java.lang">Object</a></h3>
<code><a href="../../java/lang/Object.html#clone()">clone</a>, <a href="../../java/lang/Object.html#equals(java.lang.Object)">equals</a>, <a href="../../java/lang/Object.html#finalize()">finalize</a>, <a href="../../java/lang/Object.html#getClass()">getClass</a>, <a href="../../java/lang/Object.html#hashCode()">hashCode</a>, <a href="../../java/lang/Object.html#notify()">notify</a>, <a href="../../java/lang/Object.html#notifyAll()">notifyAll</a>, <a href="../../java/lang/Object.html#toString()">toString</a>, <a href="../../java/lang/Object.html#wait()">wait</a>, <a href="../../java/lang/Object.html#wait(long)">wait</a>, <a href="../../java/lang/Object.html#wait(long,%20int)">wait</a></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="InputStreamReader(java.io.InputStream)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>InputStreamReader</h4>
<pre>public InputStreamReader(<a href="../../java/io/InputStream.html" title="class in java.io">InputStream</a> in)</pre>
<div class="block">Creates an InputStreamReader that uses the default charset.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>in</code> - An InputStream</dd></dl>
</li>
</ul>
<a name="InputStreamReader(java.io.InputStream, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>InputStreamReader</h4>
<pre>public InputStreamReader(<a href="../../java/io/InputStream.html" title="class in java.io">InputStream</a> in,
<a href="../../java/lang/String.html" title="class in java.lang">String</a> charsetName)
throws <a href="../../java/io/UnsupportedEncodingException.html" title="class in java.io">UnsupportedEncodingException</a></pre>
<div class="block">Creates an InputStreamReader that uses the named charset.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>in</code> - An InputStream</dd><dd><code>charsetName</code> - The name of a supported
<a href="../../java/nio/charset/Charset.html" title="class in java.nio.charset"><code></code>charset<code></code></a></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../java/io/UnsupportedEncodingException.html" title="class in java.io">UnsupportedEncodingException</a></code> - If the named charset is not supported</dd></dl>
</li>
</ul>
<a name="InputStreamReader(java.io.InputStream, java.nio.charset.Charset)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>InputStreamReader</h4>
<pre>public InputStreamReader(<a href="../../java/io/InputStream.html" title="class in java.io">InputStream</a> in,
<a href="../../java/nio/charset/Charset.html" title="class in java.nio.charset">Charset</a> cs)</pre>
<div class="block">Creates an InputStreamReader that uses the given charset. </p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>in</code> - An InputStream</dd><dd><code>cs</code> - A charset</dd><dt><span class="strong">Since:</span></dt>
<dd>1.4</dd></dl>
</li>
</ul>
<a name="InputStreamReader(java.io.InputStream, java.nio.charset.CharsetDecoder)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>InputStreamReader</h4>
<pre>public InputStreamReader(<a href="../../java/io/InputStream.html" title="class in java.io">InputStream</a> in,
<a href="../../java/nio/charset/CharsetDecoder.html" title="class in java.nio.charset">CharsetDecoder</a> dec)</pre>
<div class="block">Creates an InputStreamReader that uses the given charset decoder. </p></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>in</code> - An InputStream</dd><dd><code>dec</code> - A charset decoder</dd><dt><span class="strong">Since:</span></dt>
<dd>1.4</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getEncoding()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEncoding</h4>
<pre>public <a href="../../java/lang/String.html" title="class in java.lang">String</a> getEncoding()</pre>
<div class="block">Returns the name of the character encoding being used by this stream.
<p> If the encoding has an historical name then that name is returned;
otherwise the encoding's canonical name is returned.
<p> If this instance was created with the <a href="../../java/io/InputStreamReader.html#InputStreamReader(java.io.InputStream,%20java.lang.String)"><code>InputStreamReader(InputStream, String)</code></a> constructor then the returned
name, being unique for the encoding, may differ from the name passed to
the constructor. This method will return <code>null</code> if the
stream has been closed.
</p></div>
<dl><dt><span class="strong">Returns:</span></dt><dd>The historical name of this encoding, or
<code>null</code> if the stream has been closed</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../java/nio/charset/Charset.html" title="class in java.nio.charset"><code>Charset</code></a></dd></dl>
</li>
</ul>
<a name="read()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>read</h4>
<pre>public int read()
throws <a href="../../java/io/IOException.html" title="class in java.io">IOException</a></pre>
<div class="block">Reads a single character.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../java/io/Reader.html#read()">read</a></code> in class <code><a href="../../java/io/Reader.html" title="class in java.io">Reader</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>The character read, or -1 if the end of the stream has been
reached</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../java/io/IOException.html" title="class in java.io">IOException</a></code> - If an I/O error occurs</dd></dl>
</li>
</ul>
<a name="read(char[], int, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>read</h4>
<pre>public int read(char[] cbuf,
int offset,
int length)
throws <a href="../../java/io/IOException.html" title="class in java.io">IOException</a></pre>
<div class="block">Reads characters into a portion of an array.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../java/io/Reader.html#read(char[],%20int,%20int)">read</a></code> in class <code><a href="../../java/io/Reader.html" title="class in java.io">Reader</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>cbuf</code> - Destination buffer</dd><dd><code>offset</code> - Offset at which to start storing characters</dd><dd><code>length</code> - Maximum number of characters to read</dd>
<dt><span class="strong">Returns:</span></dt><dd>The number of characters read, or -1 if the end of the
stream has been reached</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../java/io/IOException.html" title="class in java.io">IOException</a></code> - If an I/O error occurs</dd></dl>
</li>
</ul>
<a name="ready()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ready</h4>
<pre>public boolean ready()
throws <a href="../../java/io/IOException.html" title="class in java.io">IOException</a></pre>
<div class="block">Tells whether this stream is ready to be read. An InputStreamReader is
ready if its input buffer is not empty, or if bytes are available to be
read from the underlying byte stream.</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../java/io/Reader.html#ready()">ready</a></code> in class <code><a href="../../java/io/Reader.html" title="class in java.io">Reader</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>True if the next read() is guaranteed not to block for input,
false otherwise. Note that returning false does not guarantee that the
next read will block.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../java/io/IOException.html" title="class in java.io">IOException</a></code> - If an I/O error occurs</dd></dl>
</li>
</ul>
<a name="close()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>close</h4>
<pre>public void close()
throws <a href="../../java/io/IOException.html" title="class in java.io">IOException</a></pre>
<div class="block"><strong>Description copied from class: <code><a href="../../java/io/Reader.html#close()">Reader</a></code></strong></div>
<div class="block">Closes the stream and releases any system resources associated with
it. Once the stream has been closed, further read(), ready(),
mark(), reset(), or skip() invocations will throw an IOException.
Closing a previously closed stream has no effect.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../java/io/Closeable.html#close()">close</a></code> in interface <code><a href="../../java/io/Closeable.html" title="interface in java.io">Closeable</a></code></dd>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../java/lang/AutoCloseable.html#close()">close</a></code> in interface <code><a href="../../java/lang/AutoCloseable.html" title="interface in java.lang">AutoCloseable</a></code></dd>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../java/io/Reader.html#close()">close</a></code> in class <code><a href="../../java/io/Reader.html" title="class in java.io">Reader</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../java/io/IOException.html" title="class in java.io">IOException</a></code> - If an I/O error occurs</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/InputStreamReader.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 class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../java/io/InputStream.html" title="class in java.io"><span class="strong">Prev Class</span></a></li>
<li><a href="../../java/io/InterruptedIOException.html" title="class in java.io"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?java/io/InputStreamReader.html" target="_top">Frames</a></li>
<li><a href="InputStreamReader.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="#fields_inherited_from_class_java.io.Reader">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
middleware/solr/docs/solr-test-framework/org/apache/solr/util/class-use/AbstractSolrTestCase.html | koneksys/KLD | <!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 Tue Feb 16 15:23:14 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.util.AbstractSolrTestCase (Solr 5.5.0 API)</title>
<meta name="date" content="2016-02-16">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.util.AbstractSolrTestCase (Solr 5.5.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/util/AbstractSolrTestCase.html" title="class in org.apache.solr.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/util/class-use/AbstractSolrTestCase.html" target="_top">Frames</a></li>
<li><a href="AbstractSolrTestCase.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.util.AbstractSolrTestCase" class="title">Uses of Class<br>org.apache.solr.util.AbstractSolrTestCase</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.util.AbstractSolrTestCase</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/util/AbstractSolrTestCase.html" title="class in org.apache.solr.util">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/util/class-use/AbstractSolrTestCase.html" target="_top">Frames</a></li>
<li><a href="AbstractSolrTestCase.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
_attachments/mandelbrot-2.html | pierrenoizat/pierrenoizat.github.io | ---
layout: attachment
title: Benoit Mandelbrot
date:
type: attachment
published: false
status: inherit
categories: []
tags: []
meta:
_wp_attachment_metadata: a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"166";s:14:"hwstring_small";s:23:"height='70'
width='128'";s:4:"file";s:39:"2013/01/Mandelbrot-2-e1359282223337.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"Mandelbrot-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"Mandelbrot-2-300x166.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"166";}s:14:"post-thumbnail";a:3:{s:4:"file";s:24:"Mandelbrot-2-630x198.jpg";s:5:"width";s:3:"630";s:6:"height";s:3:"198";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}
_wp_attached_file: 2013/01/Mandelbrot-2-e1359282223337.jpg
_wp_attachment_backup_sizes: a:1:{s:9:"full-orig";a:3:{s:5:"width";s:3:"630";s:6:"height";s:3:"350";s:4:"file";s:16:"Mandelbrot-2.jpg";}}
author:
login: admin
email: noizat@hotmail.com
display_name: Boussac
first_name: ''
last_name: ''
---
|
Reports/ni/ninject.webapi.dependencyresolver.0.1.4758.24814/Ninject.WebApi.DependencyResolver-net45.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
a7c87610-ba08-4c03-b269-dd6f99d4daf8
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#Ninject.WebApi.DependencyResolver">Ninject.WebApi.DependencyResolver</a></strong></td>
<td class="text-center">96.08 %</td>
<td class="text-center">96.08 %</td>
<td class="text-center">96.08 %</td>
<td class="text-center">96.08 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="Ninject.WebApi.DependencyResolver"><h3>Ninject.WebApi.DependencyResolver</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.Web.Http.Dependencies.IDependencyResolver</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Http.Dependencies.IDependencyScope</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> |
rating/src/main.css | MicrosoftDX/Web-Components |
x-rating {
display: table;
}
x-rating > *, x-rating:before, x-rating:after {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.x-rating-layers {
position: relative;
height: 100%;
}
.x-rating-range {
display: block !important;
position: absolute !important;
top: 0 !important;
left: 0;
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0;
opacity: 0 !important;
cursor: pointer;
}
.x-rating-layers-cell {
height: 100%;
width: 100%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.x-rating-full-layer, .x-rating-empty-layer, .x-rating-full-layer > div {
height: 100%;
white-space: nowrap;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.x-rating-full-layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.x-rating-item {
display: inline-block;
min-width: 1em;
margin: 0;
padding: 0;
vertical-align: middle;
background: no-repeat center center;
background-size: contain;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.x-rating-empty-item {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGcgaWQ9Imljb21vb24taWdub3JlIj48bGluZSBzdHJva2Utd2lkdGg9IjEiIHgxPSIiIHkxPSIiIHgyPSIiIHkyPSIiIHN0cm9rZT0iIzQ0OUZEQiIgb3BhY2l0eT0iIj48L2xpbmU+PC9nPjxwYXRoIGQ9Ik0zMiAxMi40MDhsLTExLjA1Ni0xLjYwNy00Ljk0NC0xMC4wMTgtNC45NDQgMTAuMDE4LTExLjA1NiAxLjYwNyA4IDcuNzk4LTEuODg5IDExLjAxMSA5Ljg4OS01LjE5OSA5Ljg4OSA1LjE5OS0xLjg4OS0xMS4wMTEgOC03Ljc5OHpNMTYgMjMuNTQ3bC02Ljk4MyAzLjY3MSAxLjMzNC03Ljc3Ni01LjY1LTUuNTA3IDcuODA4LTEuMTM0IDMuNDkyLTcuMDc1IDMuNDkyIDcuMDc1IDcuODA3IDEuMTM0LTUuNjUgNS41MDcgMS4zMzQgNy43NzYtNi45ODMtMy42NzF6IiBmaWxsPSIjMDAwMDAwIiBmaWxsLW9wYWNpdHk9IjAuMyI+PC9wYXRoPjwvc3ZnPg==);
}
.x-rating-full-item {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGcgaWQ9Imljb21vb24taWdub3JlIj48bGluZSBzdHJva2Utd2lkdGg9IjEiIHgxPSIiIHkxPSIiIHgyPSIiIHkyPSIiIHN0cm9rZT0iIzQ0OUZEQiIgb3BhY2l0eT0iIj48L2xpbmU+PC9nPjxwYXRoIGQ9Ik0zMiAxMi40MDhsLTExLjA1Ni0xLjYwNy00Ljk0NC0xMC4wMTgtNC45NDQgMTAuMDE4LTExLjA1NiAxLjYwNyA4IDcuNzk4LTEuODg5IDExLjAxMSA5Ljg4OS01LjE5OSA5Ljg4OSA1LjE5OS0xLjg4OS0xMS4wMTEgOC03Ljc5OHoiIGZpbGw9IiNGRUE1MDEiPjwvcGF0aD48L3N2Zz4=);
}
x-rating input[type="range"]::-ms-tooltip {
display: none;
}
|
UE4AM/docs/html/class_u_e4_a_m___json_handler.html | xzessmedia/UE4AM | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.4"/>
<title>UE4AM: UE4AM_JsonHandler Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">UE4AM
 <span id="projectnumber">0.2</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.4 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</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>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</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><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Pages</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<div class="title">UE4AM_JsonHandler Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>The Json Handler is decoding and encoding data between clients and the database.
<a href="class_u_e4_a_m___json_handler.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a23e99262c97e03e4fc6548a309e1ebc2"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_u_e4_a_m___json_handler.html#a23e99262c97e03e4fc6548a309e1ebc2">Receive</a> ()</td></tr>
<tr class="separator:a23e99262c97e03e4fc6548a309e1ebc2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad2ea34a04ab62326ec603b6636d7079a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_u_e4_a_m___json_handler.html#ad2ea34a04ab62326ec603b6636d7079a">Output</a> ($data)</td></tr>
<tr class="separator:ad2ea34a04ab62326ec603b6636d7079a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6c5a7a59e0b774a32ea2718fc740c818"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_u_e4_a_m___json_handler.html#a6c5a7a59e0b774a32ea2718fc740c818">Send</a> ($url, $data)</td></tr>
<tr class="separator:a6c5a7a59e0b774a32ea2718fc740c818"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The Json Handler is decoding and encoding data between clients and the database. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ad2ea34a04ab62326ec603b6636d7079a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Output </td>
<td>(</td>
<td class="paramtype"> </td>
<td class="paramname"><em>$data</em>)</td><td></td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>This Function outputs the data to the client</p>
<p>$data is an array containing the data </p>
</div>
</div>
<a class="anchor" id="a23e99262c97e03e4fc6548a309e1ebc2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Receive </td>
<td>(</td>
<td class="paramname">)</td><td></td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Receives the Json Data, decodes and returns to an array containing all data </p>
</div>
</div>
<a class="anchor" id="a6c5a7a59e0b774a32ea2718fc740c818"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Send </td>
<td>(</td>
<td class="paramtype"> </td>
<td class="paramname"><em>$url</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>$data</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>This function sends the data to a specified url</p>
<p>This function is not ready yet </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>inc/<a class="el" href="jsonhandler_8php.html">jsonhandler.php</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Mar 20 2015 17:25:42 for UE4AM by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.4
</small></address>
</body>
</html>
|
public/Windows 10 x64 (18363.476)/_WHEA_TIMESTAMP.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.476)</h4><br>
<h2>_WHEA_TIMESTAMP</h2>
<font face="arial"> +0x000 Seconds : Pos 0, 8 Bits<br>
+0x000 Minutes : Pos 8, 8 Bits<br>
+0x000 Hours : Pos 16, 8 Bits<br>
+0x000 Precise : Pos 24, 1 Bit<br>
+0x000 Reserved : Pos 25, 7 Bits<br>
+0x000 Day : Pos 32, 8 Bits<br>
+0x000 Month : Pos 40, 8 Bits<br>
+0x000 Year : Pos 48, 8 Bits<br>
+0x000 Century : Pos 56, 8 Bits<br>
+0x000 AsLARGE_INTEGER : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br>
</font></body></html> |
lib/smallcage/resources/auto.html | saito/smallcage | <html>
<head>
<title>SmallCage Auto Update</title>
<script type="text/javascript">
<!--
function getTransport() {
var imprements = [
function() {return new XMLHttpRequest()},
function() {return new ActiveXObject('Msxml2.XMLHTTP')},
function() {return new ActiveXObject('Microsoft.XMLHTTP')}
];
var returnValue;
for (var i = 0; i < imprements.length; i++) {
var lambda = imprements[i];
try {
returnValue = lambda();
break;
} catch (e) { }
}
return returnValue;
}
function getSource(uri, loaded, failed) {
var transport = getTransport();
transport.open("GET", uri, true);
transport.onreadystatechange=function() {
if (transport.readyState == 4) {
if (transport.status == 200) {
loaded(transport.responseText);
} else {
if (failed) {
failed(transport);
}
}
}
}
transport.send(null);
}
function initTimer(span) {
window.setInterval("checkUpdate()", span);
}
var loading = false;
var currentSrc = "";
var currentUri = "";
function checkUpdate() {
if (loading) {
return false;
}
if (scrollWait) {
targetWindow.scrollBy(scrollWait.x, scrollWait.y);
scrollWait = null;
}
var success = function(src) {
loading = false;
if (currentSrc == src) {
return;
}
currentSrc = src;
lines = src.split("\n")
var uri = lines[0];
showPage(uri);
document.getElementById("main").innerHTML =
"<p>Latest Updated Page: <a href=\"" + uri + "\" target=\"smcauto\">" + uri + "</a></p><p>" + lines[1] + "</p>";
};
var failed = function(src) {
document.getElementById("main").innerHTML = "<p>Load error</p>";
};
getSource("/_smc/update_uri", success, failed);
loading = true;
}
var targetWindow = null;
var scrollWait = null;
function showPage(uri) {
if (targetWindow == null) {
if (uri == ":reload") {
uri = "/";
}
targetWindow = window.open(uri, "smcauto");
} else {
if (uri == ":reload") {
var realuri = targetWindow.location.href;
} else {
var realuri = uri;
}
var x = targetWindow.scrollX;
var y = targetWindow.scrollY;
targetWindow.location = realuri;
if (currentUri == realuri) {
scrollWait = {"x": x, "y":y};
}
}
currentUri = uri;
}
// -->
</script>
</head>
<body onLoad="initTimer(1000)">
<div id="main">
Latest Updated Page:
</div>
</body>
</html>
|
theSSNAppWebConsole/public/signedout.html | Karnix/The-SSN-App | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="img/theSsnAppLogo.png" />
<title>Signed Out</title>
<!-- FontAwesome CDN -->
<script src="https://use.fontawesome.com/8fd1dc0516.js"></script>
<!-- Google Fonts Link - Roboto|Open Sans -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Montserrat" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Custom Stylesheet-->
<link rel="stylesheet" href="css/consoleStyles.css">
</head>
<body id="body">
<div id="page">
<div id='mainContent'>
<center>
<img src='img/fountain.png' id='theSsnAppLogo' class="img-responsive">
<img src="img/ssn-logo-blue.jpg" id="ssnLogoBlue">
<h3 id='main-txt'>The SSN App Web Console</h3>
<h4>You have signed out</h4>
<div id='mainbutton'>
<a href='index.html'><button class='btn btn-default'><span class='signin-txt'>Go to HomePage</span></button></a>
</div>
</center>
</div>
<div id="noteContent">
<center>
<span>Development Credits : <a href="theSsnAppTeam.html">The SSN App team.</a></span>
<p class="visible-xs visible-sm">
<strong> For best experience use the console from a desktop or laptop.</strong>
</p>
</center>
</div>
</div>
</body>
</html> |
docs/isambard.buff.force_field.html | woolfson-group/isambard |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>isambard.buff.force_field module — ISAMBARD 1.4.1 documentation</title>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="ISAMBARD 1.4.1 documentation" href="index.html"/>
<link rel="up" title="isambard.buff package" href="isambard.buff.html"/>
<link rel="next" title="isambard.optimisation package" href="isambard.optimisation.html"/>
<link rel="prev" title="isambard.buff.calculate_energy module" href="isambard.buff.calculate_energy.html"/>
<script src="_static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="index.html" class="icon icon-home"> ISAMBARD
</a>
<div class="version">
2016.4
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="overview.html">Overview</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial.html">Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="api_reference.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="developer_guide.html">Developer Guide</a></li>
<li class="toctree-l1"><a class="reference internal" href="citing_isambard.html">Citing ISAMBARD</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">ISAMBARD</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> »</li>
<li><a href="api_reference.html">API Reference</a> »</li>
<li><a href="isambard.buff.html">isambard.buff package</a> »</li>
<li>isambard.buff.force_field module</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/isambard.buff.force_field.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="module-isambard.buff.force_field">
<span id="isambard-buff-force-field-module"></span><h1>isambard.buff.force_field module<a class="headerlink" href="#module-isambard.buff.force_field" title="Permalink to this headline">¶</a></h1>
<p>Contains code for BUFF force field objects.</p>
<dl class="class">
<dt id="isambard.buff.force_field.BuffForceField">
<em class="property">class </em><code class="descname">BuffForceField</code><span class="sig-paren">(</span><em>force_field='standard'</em>, <em>auto_update_params=False</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/isambard/buff/force_field.html#BuffForceField"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#isambard.buff.force_field.BuffForceField" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference external" href="https://docs.python.org/2/library/stdtypes.html#dict" title="(in Python v2.7)"><code class="xref py py-class docutils literal"><span class="pre">dict</span></code></a></p>
<p>A wrapper around a BUFF force field.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
<li><strong>force_field</strong> (<a class="reference external" href="https://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><em>string</em></a>) – Name of force field to be loaded.</li>
<li><strong>auto_update_params</strong> (<a class="reference external" href="https://docs.python.org/2/library/functions.html#bool" title="(in Python v2.7)"><em>bool</em></a><em>, </em><em>optional</em>) – </li>
</ul>
</td>
</tr>
</tbody>
</table>
<dl class="attribute">
<dt id="isambard.buff.force_field.BuffForceField.distance_cutoff">
<code class="descname">distance_cutoff</code><a class="headerlink" href="#isambard.buff.force_field.BuffForceField.distance_cutoff" title="Permalink to this definition">¶</a></dt>
<dd><p>Distance cut off for interactions within the force field.</p>
</dd></dl>
<dl class="method">
<dt id="isambard.buff.force_field.BuffForceField.find_max_rad_npnp">
<code class="descname">find_max_rad_npnp</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/isambard/buff/force_field.html#BuffForceField.find_max_rad_npnp"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#isambard.buff.force_field.BuffForceField.find_max_rad_npnp" title="Permalink to this definition">¶</a></dt>
<dd><p>Finds the maximum radius and npnp in the force field.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body"><strong>(max_rad, max_npnp)</strong> – Maximum radius and npnp distance in the loaded force field.</td>
</tr>
<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body">(<a class="reference external" href="https://docs.python.org/2/library/functions.html#float" title="(in Python v2.7)">float</a>, <a class="reference external" href="https://docs.python.org/2/library/functions.html#float" title="(in Python v2.7)">float</a>)</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="attribute">
<dt id="isambard.buff.force_field.BuffForceField.max_radius_and_npnp">
<code class="descname">max_radius_and_npnp</code><a class="headerlink" href="#isambard.buff.force_field.BuffForceField.max_radius_and_npnp" title="Permalink to this definition">¶</a></dt>
<dd><p>Maximum radius and non-polar non-polar distance in the force field.</p>
</dd></dl>
<dl class="attribute">
<dt id="isambard.buff.force_field.BuffForceField.parameter_struct_dict">
<code class="descname">parameter_struct_dict</code><a class="headerlink" href="#isambard.buff.force_field.BuffForceField.parameter_struct_dict" title="Permalink to this definition">¶</a></dt>
<dd><p>Dictionary containing PyAtomData structs for the force field.</p>
</dd></dl>
</dd></dl>
<dl class="exception">
<dt id="isambard.buff.force_field.ForceFieldParameterError">
<em class="property">exception </em><code class="descname">ForceFieldParameterError</code><a class="reference internal" href="_modules/isambard/buff/force_field.html#ForceFieldParameterError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#isambard.buff.force_field.ForceFieldParameterError" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">Exception</span></code></p>
</dd></dl>
</div>
</div>
<div class="articleComments">
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="isambard.optimisation.html" class="btn btn-neutral float-right" title="isambard.optimisation package" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="isambard.buff.calculate_energy.html" class="btn btn-neutral" title="isambard.buff.calculate_energy module" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2017, Woolfson Group.
Last updated on October 09, 2017.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'1.4.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html> |
index.html | yishuiliunian/yishuiliunian.github.io | ---
layout: base
---
<article id="post__content">
{% for post in site.posts %}
<h1 id="post__title" data-identifier="{{ post.date | date: "%Y%m%d" }}">{{ post.title }}</h1>
{{ post.content }}
{% break %}
{% endfor %}
</article> <!-- end #post__content -->
<p>欢迎关注iOS开发公共账号 <strong> iOS开发知识 </strong> :扫描下方二维码关注<br />
<div style="text-align:center"><a href="http://www.imagechef.com/ic/make.jsp?tid=Beach" target="_blank"> <img src="http://ww4.sinaimg.cn/large/7df22103jw1exx11uhhkoj20by0by3zc.jpg" alt="Beach custom comment codes for MySpace, Hi5, Friendster and more - ImageChef.com"/> </a> </div>
</p>
<p>
版权声明:转载请保留作者信息,恶意转载作者将保留追究法律责任的权利。BY:yishuiliunian
</p>
{% include share.html %}
{% include disqus.html %}
|
Documentation/xref/ui/buttonPanels/package-summary.html | kapistelijaKrisu/JavaPaint |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>MyPaint 1.0-SNAPSHOT Reference Package ui.buttonPanels</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 ui.buttonPanels</h2>
<table class="summary">
<thead>
<tr>
<th>Class Summary</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="BrushUi.html" target="classFrame">BrushUi</a>
</td>
</tr>
<tr>
<td>
<a href="CMDui.html" target="classFrame">CMDui</a>
</td>
</tr>
<tr>
<td>
<a href="ImageControlUI.html" target="classFrame">ImageControlUI</a>
</td>
</tr>
<tr>
<td>
<a href="BrushUi.html" target="classFrame">JAlphaPanel</a>
</td>
</tr>
<tr>
<td>
<a href="BrushUi.html" target="classFrame">JBrushWidthPanel</a>
</td>
</tr>
<tr>
<td>
<a href="BrushUi.html" target="classFrame">JOverridePanel</a>
</td>
</tr>
<tr>
<td>
<a href="ImageControlUI.html" target="classFrame">JSizePanel</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 />
<div id="footer">
Copyright © 2017. All rights reserved.
</div>
</body>
</html> |
docs/_includes/header.html | graudeejs/releaf | <!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<div class="content">
<div class="logo"><a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/images/releaf-logo.png" alt="releaf" class=""/></a></div>
<nav>
<a href="{{ site.baseurl }}/">Home</a>
<a href="{{ site.baseurl }}/documentation">Documentation</a>
</nav>
<div class="clear"></div>
<a class="fork" href="https://github.com/cubesystems/releaf"><small>fork us on Github</small></a>
</div>
</header>
|
app/templates/auth/email/change_email.html | mapan1984/Hidden-Island | <p>尊敬的用户: {{ user.username }},</p>
<p>确认您的邮件地址:<a href="{{ url_for('auth.change_email', token=token, _external=True) }}">点击这里</a>.</p>
<p>如果以上链接无法点击,请复制以下地址到浏览器地址栏:</p>
<p>{{ url_for('auth.change_email', token=token, _external=True) }}</p>
<p>您真诚的,</p>
<p>Hidden Island团队</p>
<p><small>注意:不要回复此邮件</small></p>
|
public/css/hyde.css | pernalin/pernalin.github.io | /*
* __ __
* /\ \ /\ \
* \ \ \___ __ __ \_\ \ __
* \ \ _ `\/\ \/\ \ /'_` \ /'__`\
* \ \ \ \ \ \ \_\ \/\ \_\ \/\ __/
* \ \_\ \_\/`____ \ \___,_\ \____\
* \/_/\/_/`/___/> \/__,_ /\/____/
* /\___/
* \/__/
*
* Designed, built, and released under MIT license by @mdo. Learn more at
* https://github.com/poole/hyde.
*/
/*
* Contents
*
* Global resets
* Sidebar
* Container
* Reverse layout
* Themes
*/
/*
* Global resets
*
* Update the foundational and global aspects of the page.
*/
html {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 48em) {
html {
font-size: 16px;
}
}
@media (min-width: 58em) {
html {
font-size: 20px;
}
}
/*
* Sidebar
*
* Flexible banner for housing site name, intro, and "footer" content. Starts
* out above content in mobile and later moves to the side with wider viewports.
*/
.sidebar {
text-align: center;
padding: 2rem 1rem;
color: rgba(255,255,255,.5);
background-color: #202020;
}
@media (min-width: 48em) {
.sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 18rem;
text-align: left;
}
}
/* Sidebar links */
.sidebar a {
color: #fff;
padding: 5px 0;
}
/* About section */
.sidebar-about h1 {
color: #fff;
margin-top: 0;
font-family: "Abril Fatface", serif;
font-size: 3.25rem;
}
/* Sidebar nav */
.sidebar-nav {
margin-bottom: 1rem;
}
.sidebar-nav-item {
display: block;
line-height: 1.75;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
text-decoration: underline;
}
.sidebar-nav-item.active {
font-weight: bold;
}
/* Sticky sidebar
*
* Add the `sidebar-sticky` class to the sidebar's container to affix it the
* contents to the bottom of the sidebar in tablets and up.
*/
@media (min-width: 48em) {
.sidebar-sticky {
position: absolute;
right: 1rem;
bottom: 1rem;
left: 1rem;
}
}
/* Container
*
* Align the contents of the site above the proper threshold with some margin-fu
* with a 25%-wide `.sidebar`.
*/
.content {
padding-top: 4rem;
padding-bottom: 4rem;
}
@media (min-width: 48em) {
.content {
max-width: 38rem;
margin-left: 20rem;
margin-right: 2rem;
}
}
@media (min-width: 64em) {
.content {
margin-left: 22rem;
margin-right: 4rem;
}
}
/*
* Reverse layout
*
* Flip the orientation of the page by placing the `.sidebar` on the right.
*/
@media (min-width: 48em) {
.layout-reverse .sidebar {
left: auto;
right: 0;
}
.layout-reverse .content {
margin-left: 2rem;
margin-right: 20rem;
}
}
@media (min-width: 64em) {
.layout-reverse .content {
margin-left: 4rem;
margin-right: 22rem;
}
}
/*
* Themes
*
* As of v1.1, Hyde includes optional themes to color the sidebar and links
* within blog posts. To use, add the class of your choosing to the `body`.
*/
/* Base16 (http://chriskempson.github.io/base16/#default) */
/* Red */
.theme-base-08 .sidebar {
background-color: #ac4142;
}
.theme-base-08 .content a,
.theme-base-08 .related-posts li a:hover {
color: #ac4142;
}
/* Orange */
.theme-base-09 .sidebar {
background-color: #d28445;
}
.theme-base-09 .content a,
.theme-base-09 .related-posts li a:hover {
color: #d28445;
}
/* Yellow */
.theme-base-0a .sidebar {
background-color: #f4bf75;
}
.theme-base-0a .content a,
.theme-base-0a .related-posts li a:hover {
color: #f4bf75;
}
/* Green */
.theme-base-0b .sidebar {
background-color: #90a959;
}
.theme-base-0b .content a,
.theme-base-0b .related-posts li a:hover {
color: #90a959;
}
/* Cyan */
.theme-base-0c .sidebar {
background-color: #75b5aa;
}
.theme-base-0c .content a,
.theme-base-0c .related-posts li a:hover {
color: #75b5aa;
}
/* Blue */
.theme-base-0d .sidebar {
background-color: #6a9fb5;
}
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
color: #6a9fb5;
}
/* Magenta */
.theme-base-0e .sidebar {
background-color: #aa759f;
}
.theme-base-0e .content a,
.theme-base-0e .related-posts li a:hover {
color: #aa759f;
}
/* Brown */
.theme-base-0f .sidebar {
background-color: #8f5536;
}
.theme-base-0f .content a,
.theme-base-0f .related-posts li a:hover {
color: #8f5536;
} |
test/doT/test.html | Munawwar/ninja | <html>
<head>
<script src="../../dom-diff.js"></script>
<script src="../../template-library/doT.min.js"></script>
<script src="../../sahte-react.js"></script>
</head>
<body>
<div id="myview"></div>
<script>
var view = new SahteReact({
template: window.doT.template(
`<div on-click="onClick">
<span ref="spanEl">{{= it.text }}</span>
</div>`
),
data: {text: 'Test'},
target: '#myview',
onClick: function () {
console.log('Clicked!');
}
});
view.mount();
</script>
</body>
</html>
|
feature/templates/reports.html | parejadan/feature-center | <div>
<h3>Reports</h3>
<hr class="my-4">
<table class="table">
<thead>
<tr>
<th>Title</th>
<th>Description</th>
<th>Client</th>
<th>Product</th>
<th>Priority</th>
<th>Target Date</th>
<th>Date Created</th>
</tr>
</thead>
<tbody data-bind="foreach: feature_list">
<tr>
<td><span data-bind="text: title"></span></td>
<td><button class="btn btn-primary"
data-toggle="modal" data-target="#modal_presenter"
data-bind="click: view_feature_details.bind(id)">View</button></td>
<td><span data-bind="text: get_client_name(client_id)"></span></td>
<td><span data-bind="text: get_product_name(product_id)"></span></td>
<td><span data-bind="text: priority_id"></span></td>
<td><span data-bind="text: date_target"></span></td>
<td><span data-bind="text: date_created"></span></td>
</tr>
</tbody>
</table>
</div> |
src/jsfb-built/js-file-browser-0.1/resources/css/theme-access/qtips.css | limscoder/js-file-browser | /*!
* js-file-browser
* Copyright(c) 2011 Biotechnology Computing Facility, University of Arizona. See included LICENSE.txt file.
*
* With components from: Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
/*!
* Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
.x-tip .x-tip-close{
background-image: url(../images/access/qtip/close.gif);
}
.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
background-image: url(../images/access/qtip/tip-sprite.gif);
}
.x-tip .x-tip-mc {
font: normal 14px tahoma,arial,helvetica,sans-serif;
}
.x-tip .x-tip-ml {
background-color: #fff;
}
.x-tip .x-tip-header-text {
font: bold 14px tahoma,arial,helvetica,sans-serif;
color:#ffd;
}
.x-tip .x-tip-body {
font: normal 14px tahoma,arial,helvetica,sans-serif;
color:#000;
}
.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
{
background-image: url(../images/default/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-body {
background-image:url(../images/access/form/exclamation.gif);
}
.x-tip-anchor {
background-image:url(../images/access/qtip/tip-anchor-sprite.gif);
}
|
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.1/ctltctl/8.8.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ctltctl: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.1 / ctltctl - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ctltctl
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-18 03:17:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-18 03:17:35 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.12.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.1 Official release 4.12.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/ctltctl"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CTLTCTL"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [
"keyword: CTL"
"keyword: TCTL"
"keyword: real time"
"keyword: reactive systems"
"keyword: temporal logic"
"keyword: timed automatas"
"keyword: timed graphs"
"keyword: discrete time"
"keyword: modal logic"
"category: Mathematics/Logic/Modal logic"
"date: February-March 2000"
]
authors: [ "Carlos Daniel Luna" ]
bug-reports: "https://github.com/coq-contribs/ctltctl/issues"
dev-repo: "git+https://github.com/coq-contribs/ctltctl.git"
synopsis: "Computation Tree Logic for Reactive Systems and Timed Computation Tree Logic for Real Time Systems"
description: """
This library formalises two logics for reasoning about
reactive systems (CTL) and real time systems (TCTL) represents using
timed automatas (timed graphs) with discrete time.
http://www.fing.edu.uy/~cluna"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ctltctl/archive/v8.8.0.tar.gz"
checksum: "md5=01e8dc01404c7dfcf1fb908150bbf9b0"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-ctltctl.8.8.0 coq.8.13.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1).
The following dependencies couldn't be met:
- coq-ctltctl -> coq < 8.9~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ctltctl.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.0/coqffi/1.0.0~beta7.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coqffi: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.0 / coqffi - 1.0.0~beta7</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
coqffi
<small>
1.0.0~beta7
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-26 07:28:24 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 07:28:24 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "lthms@soap.coffee"
homepage: "https://github.com/coq-community/coqffi"
dev-repo: "git+https://github.com/coq-community/coqffi.git"
bug-reports: "https://github.com/coq-community/coqffi/issues"
license: "MIT"
synopsis: "Tool for generating Coq FFI bindings to OCaml libraries"
description: """
`coqffi` generates the necessary Coq boilerplate to use OCaml functions in a
Coq development, and configures the Coq extraction mechanism accordingly."""
build: [
["./src-prepare.sh"]
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.08" & < "4.13~" }
"dune" {>= "2.5"}
"coq" {(>= "8.12" & < "8.14~") | = "dev"}
"cmdliner" {>= "1.0.4"}
"sexplib" {>= "0.14"}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"keyword:foreign function interface"
"keyword:extraction"
"keyword:OCaml"
"logpath:CoqFFI"
]
authors: [
"Thomas Letan"
"Li-yao Xia"
"Yann Régis-Gianas"
"Yannick Zakowski"
]
url {
src: "https://github.com/coq-community/coqffi/archive/1.0.0-beta7.tar.gz"
checksum: "sha512=0f9d2893f59f8d09caec83f8476a2e7a511a7044516d639e4283b4187a86cf1563e60f1647cd12ae06e7e395bbc5dfedf5d798af3eb6baf81c0c2e482e14507b"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-coqffi.1.0.0~beta7 coq.8.7.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0).
The following dependencies couldn't be met:
- coq-coqffi -> ocaml >= 4.08
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coqffi.1.0.0~beta7</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
vmfront/vmmanager/template/vmmanager/header_vnc.html | amiq11/cloud2014-A2 | {% load staticfiles %}
<html>
<head>
<link href="{% static 'vmmanager/style.css' %}" rel="stylesheet" type="text/css"/>
<link href="{% static 'vmmanager/include/base.css' %}" rel="stylesheet"
type="text/css"/>
<script src="{% static 'vmmanager/include/util.js' %}"></script>
<script type="text/javascript">
INCLUDE_URI="{% static 'vmmanager/include/' %}"
</script>
</head>
<body>
|
2016/03/28/O-M-G-Its-Web-M-I-D-I-A-P-I.html | prateekjadhwani/prateekjadhwani.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>OMG!!! It's WebMIDI API!!!</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://prateekjadhwani.github.io/favicon.ico">
<link rel="stylesheet" type="text/css" href="//prateekjadhwani.github.io/themes/casper/assets/css/screen.css?v=1519915919683" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="canonical" href="https://prateekjadhwani.github.io/2016/03/28/O-M-G-Its-Web-M-I-D-I-A-P-I.html" />
<meta name="referrer" content="origin" />
<meta property="og:site_name" content="Prateek Jadhwani" />
<meta property="og:type" content="article" />
<meta property="og:title" content="OMG!!! It's WebMIDI API!!!" />
<meta property="og:description" content="I am not even sure where to start, but new Web APIs like WebMidi is what helps me kill time. In this experiment, I am glad I didn&#8217;t have to buy a new hardware. (Yup, you have no idea how many Firefox OS devices I have in my" />
<meta property="og:url" content="https://prateekjadhwani.github.io/2016/03/28/O-M-G-Its-Web-M-I-D-I-A-P-I.html" />
<meta property="article:published_time" content="2016-03-28T00:00:00.000Z" />
<meta property="article:tag" content="WebMIDI API" />
<meta property="article:tag" content="POC" />
<meta property="article:tag" content="polymerjs" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="OMG!!! It's WebMIDI API!!!" />
<meta name="twitter:description" content="I am not even sure where to start, but new Web APIs like WebMidi is what helps me kill time. In this experiment, I am glad I didn&#8217;t have to buy a new hardware. (Yup, you have no idea how many Firefox OS devices I have in my" />
<meta name="twitter:url" content="https://prateekjadhwani.github.io/2016/03/28/O-M-G-Its-Web-M-I-D-I-A-P-I.html" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"publisher": "Prateek Jadhwani",
"author": {
"@type": "Person",
"name": "Prateek Jadhwani",
"image": "https://avatars0.githubusercontent.com/u/2219900?v=4",
"url": "https://prateekjadhwani.github.io/author/prateekjadhwani/",
"sameAs": "https://prateekjadhwani.github.io",
"description": "Creator of Pancake CMS (https://pancake-cms.github.io)\r\nWeb Components and Polymer Fan boy.\r\nFrontend Developer by day; Gamer by night."
},
"headline": "OMG!!! It's WebMIDI API!!!",
"url": "https://prateekjadhwani.github.io/2016/03/28/O-M-G-Its-Web-M-I-D-I-A-P-I.html",
"datePublished": "2016-03-28T00:00:00.000Z",
"keywords": "WebMIDI API, POC, polymerjs",
"description": "I am not even sure where to start, but new Web APIs like WebMidi is what helps me kill time. In this experiment, I am glad I didn&#8217;t have to buy a new hardware. (Yup, you have no idea how many Firefox OS devices I have in my"
}
</script>
<meta name="generator" content="HubPress" />
<link rel="alternate" type="application/rss+xml" title="Prateek Jadhwani" href="https://prateekjadhwani.github.io/rss/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/atom-one-dark.min.css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
</head>
<body class="post-template tag-WebMIDI-API tag-POC tag-polymerjs nav-closed">
<div class="site-wrapper">
<header class="main-header post-head no-cover">
<nav class="main-nav clearfix">
<a class="blog-logo" href="https://prateekjadhwani.github.io"><img src="/images/logo.png" alt="Prateek Jadhwani" /></a>
</nav>
</header>
<main class="content" role="main">
<article class="post tag-WebMIDI-API tag-POC tag-polymerjs">
<header class="post-header">
<h1 class="post-title">OMG!!! It's WebMIDI API!!!</h1>
<section class="post-meta">
<time class="post-date" datetime="2016-03-28">28 March 2016</time> on <a href="https://prateekjadhwani.github.io/tag/WebMIDI-API/">WebMIDI API</a>, <a href="https://prateekjadhwani.github.io/tag/POC/">POC</a>, <a href="https://prateekjadhwani.github.io/tag/polymerjs/">polymerjs</a>
</section>
</header>
<section class="post-content">
<div class="paragraph">
<p>I am not even sure where to start, but new Web APIs like <a href="https://www.w3.org/TR/webmidi/">WebMidi</a> is what helps me kill time. In this experiment, I am glad I didn’t have to buy a new hardware. (Yup, you have no idea how many Firefox OS devices I have in my apartment. Some bricked, some still alive, and one daily driver). Anyways, I wanted to test how the WebMIDI api works, and thankfully, I had a Midi Fighter 3d at my disposal, that I bought long time ago (dont even ask why).</p>
</div>
<div class="paragraph">
<p>This experiment involves creating a WebMidi Polymer JS element that can be used directly by any web app. The link to the github project is <a href="https://github.com/prateekjadhwani/web-midi">this</a>. Or you can directly install it via bower using the following command:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>bower install --save web-midi</code></pre>
</div>
</div>
<div class="paragraph">
<p>I am also working on another element called <a href="https://github.com/prateekjadhwani/midi-fighter-3d">midi-fighter-3d</a>. It is not complete yet, I am still experimenting with it. But here is the working video of WebMIDI api in the demo file of midi-fighter-3d element that uses web-midi element.</p>
</div>
<div class="paragraph">
<p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/tAAPqAW3tT4?rel=0" frameborder="0" allowfullscreen></iframe>
</p>
</div>
<div class="paragraph">
<p>I personally believe that this api definitely holds a good future; especially if we combine it with <a href="https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API">Web Audio api</a>.</p>
</div>
<div class="paragraph">
<p>FYI : In case you are thinking of testing out the <a href="https://github.com/prateekjadhwani/midi-fighter-3d">midi-fighter-3d</a> element, I havent tested it on Firefox (I dont think it has been implemented in Nightly yet, I could be wrong). I only tested it out in Canary.</p>
</div>
</section>
<footer class="post-footer">
<figure class="author-image">
<a class="img" href="https://prateekjadhwani.github.io/author/prateekjadhwani/" style="background-image: url(https://avatars0.githubusercontent.com/u/2219900?v=4)"><span class="hidden">Prateek Jadhwani's Picture</span></a>
</figure>
<section class="author">
<h4><a href="https://prateekjadhwani.github.io/author/prateekjadhwani/">Prateek Jadhwani</a></h4>
<p>Creator of Pancake CMS (https://pancake-cms.github.io)
Web Components and Polymer Fan boy.
Frontend Developer by day; Gamer by night.</p>
<div class="author-meta">
<span class="author-location icon-location">United States</span>
<span class="author-link icon-link"><a href="https://prateekjadhwani.github.io">https://prateekjadhwani.github.io</a></span>
</div>
</section>
<section class="share">
<h4>Share this post</h4>
<a class="icon-twitter" href="https://twitter.com/intent/tweet?text=OMG!!!%20It's%20WebMIDI%20API!!!&url=https://prateekjadhwani.github.io/"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<span class="hidden">Twitter</span>
</a>
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https://prateekjadhwani.github.io/"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<span class="hidden">Facebook</span>
</a>
<a class="icon-google-plus" href="https://plus.google.com/share?url=https://prateekjadhwani.github.io/"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
<span class="hidden">Google+</span>
</a>
</section>
</footer>
<section class="post-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'prateekjadhwani'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
</article>
</main>
<aside class="read-next">
</aside>
<footer class="site-footer clearfix">
<section class="copyright"><a href="https://prateekjadhwani.github.io">Prateek Jadhwani</a> © 2018</section>
<section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section>
</footer>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="//prateekjadhwani.github.io/themes/casper/assets/js/jquery.fitvids.js?v=1519915919683"></script>
<script type="text/javascript" src="//prateekjadhwani.github.io/themes/casper/assets/js/index.js?v=1519915919683"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65947202-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
index.html | Hikari-Kubota/sandbox-todo-ts-angular | <!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>ToDo管理アプリ</title>
<link rel="stylesheet" type="text/css" href="dist/styles/app.css">
<link href="bootstrap-datepicker/css/bootstrap-datepicker.min.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
</head>
<body ng-app="app">
<div class="page-header">
<div ng-controller="headerController as h">
<h1>ToDo管理アプリ</h1>
</div>
</div>
<div ng-controller="todoController as c">
<section class="panel panel-default">
<header class="panel-heading">
<form name="todoForm" novalidate>
<div class="input-group input-group-lg">
<input type="text" name="todoInput" class="form-control" ng-model="c.message" placeholder="ToDo ..." required />
<span class="input-group-btn">
<button class="btn btn-primary" ng-click="c.addTodoItem(c.message, c.priority, c.date)" ng-disabled="todoForm.todoInput.$error.required">
<span class="glyphicon glyphicon-plus"></span>
</button>
</span>
</div>
</form>
<div class="filter-switch" data-toggle="buttons">
<label class="btn btn-default" ng-class="{active: filterSwitch}">
<input type="checkbox" ng-model="filterSwitch" />
<span class="glyphicon glyphicon-search"></span>
</label>
</div>
<div class="todo-option">
<input type="text" class="datepicker date-box" ng-model="c.date" placeholder="Deadline ..." ng-disabled="todoForm.todoInput.$error.required">
<span class="glyphicon glyphicon-calendar"></span>
<select class="btn-{{c.priority.color}}" ng-model="c.priority" ng-options="pr.name for pr in c.priorities" novalidate="" ng-disabled="todoForm.todoInput.$error.required"></select>
<span class="glyphicon glyphicon-exclamation-sign"></span>
</div>
<div class="filter" ng-show="filterSwitch">
<form name="filterForm" novalidate>
<div class="input-group">
<input type="text" name="searchWordInput" class="form-control" ng-model="c.filterConditions.word" placeholder="Search ..." />
</div>
<div class="input-group period-error-{{!(c.filterConditions.start <= c.filterConditions.end || c.filterConditions.end == '')}}">
<input type="text" class="datepicker date-box" ng-model="c.filterConditions.start" placeholder="Start Day ...">
<span class="glyphicon glyphicon-arrow-right" aria-hidden="true"></span>
<input type="text" class="datepicker date-box" ng-model="c.filterConditions.end" placeholder="End Day ...">
<span ng-show="!(c.filterConditions.start <= c.filterConditions.end || c.filterConditions.end == '')">Invarid Period!</span>
</div>
<div class="input-group">
<div class="input-group-btn" data-toggle="buttons">
<label class="btn btn-primary" ng-class="{active: c.filterConditions.status=='' || c.filterConditions.status=='all'}">
<input type="radio" name="options" ng-model="c.filterConditions.status" value="all" autocomplete="off" checked>All
</label>
<label class="btn btn-primary" ng-class="{active: c.filterConditions.status=='active'}">
<input type="radio" name="options" ng-model="c.filterConditions.status" value="active" autocomplete="off">Active
</label>
<label class="btn btn-primary" ng-class="{active: c.filterConditions.status=='done'}">
<input type="radio" name="options" ng-model="c.filterConditions.status" value="done" autocomplete="off">Done
</label>
</div>
</div>
<div class="input-group">
<span class="input-group-button">
<select class="btn-{{c.filterConditions.priority.color}}" ng-model="c.filterConditions.priority" ng-options="pr.name for pr in c.filterPriorities" novalidate=""></select>
</span>
<button class="btn btn-default" ng-click="c.resetFilter()">Reset</button>
</div>
</form>
</div>
<div class="input-group">
<span class="glyphicon glyphicon-ok-sign"></span><br />
<input type="checkbox" ng-model="c.checkAll" ng-click="c.checkAllItems()" />
</div>
</header>
<todo-list class="list-group">
<todo-item ng-repeat="todoItem in c.todoItems | todoFilter:c.filterConditions track by $index"></todo-item>
</todo-list>
<footer class="panel-footer">
<span class="glyphicon glyphicon-ok"></span>
<span class="badge">{{c.remaining()}} / {{c.todoItems.length}}</span>
<div class="input-group input-group-sm footer-btn-group">
<div class="input-group-btn" data-toggle="buttons">
<button class="btn btn-danger" ng-click="c.deleteDoneItems()">Delete Done Items</button>
</div>
</div>
</footer>
</section>
</div>
<script type="text/javascript" src="bootstrap-datepicker/js/bootstrap-datepicker.min.js"></script>
<script>
$('.datepicker').datepicker({
autoclose: true,
todayHighlight: true,
clearBtn: true
})
</script>
<script type="text/javascript" src="dist/scripts/app.js"></script>
</body>
</html>
|
_includes/zero.html | jdkato/jdkato.github.io | <script src="/vendor/ZeroClipboard/ZeroClipboard.min.js" type="text/javascript"></script>
<script type="text/javascript">
ZeroClipboard.config({
moviePath: '/vendor/ZeroClipboard/ZeroClipboard.swf',
hoverClass: 'btn-clipboard-hover'
})
$('.highlight').each(function() {
var btnHtml = '<div class="zero-clipboard mobile-hide"><span class="btn-clipboard">Copy</span></div>'
$(this).before(btnHtml)
})
var zeroClipboard = new ZeroClipboard($('.btn-clipboard'))
var $htmlBridge = $('#global-zeroclipboard-html-bridge')
zeroClipboard.on('load', function() {
$htmlBridge.data('placement', 'top').attr('title', 'Copy to clipboard').tooltip();
})
zeroClipboard.on('dataRequested', function(client) {
var highlight = $(this).parent().nextAll('.highlight').first()
client.setText(highlight.text())
})
zeroClipboard.on('complete', function() {
$htmlBridge
.attr('title', 'Copied!')
.tooltip('fixTitle')
.tooltip('show')
.attr('title', 'Copy to clipboard')
.tooltip('fixTitle');
})
zeroClipboard.on('noflash wrongflash', function() {
$('.zero-clipboard').remove()
ZeroClipboard.destroy()
})
</script>
|
deps/boost/doc/html/boost_asio/reference/basic_deadline_timer/cancel_one.html | laborautonomo/poedit | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_deadline_timer::cancel_one</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_deadline_timer.html" title="basic_deadline_timer">
<link rel="prev" href="cancel/overload2.html" title="basic_deadline_timer::cancel (2 of 2 overloads)">
<link rel="next" href="cancel_one/overload1.html" title="basic_deadline_timer::cancel_one (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="cancel/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_deadline_timer.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="cancel_one/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_deadline_timer.cancel_one"></a><a class="link" href="cancel_one.html" title="basic_deadline_timer::cancel_one">basic_deadline_timer::cancel_one</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp59772728"></a>
Cancels one asynchronous operation that is
waiting on the timer.
</p>
<pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="cancel_one/overload1.html" title="basic_deadline_timer::cancel_one (1 of 2 overloads)">cancel_one</a><span class="special">();</span>
<span class="emphasis"><em>» <a class="link" href="cancel_one/overload1.html" title="basic_deadline_timer::cancel_one (1 of 2 overloads)">more...</a></em></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <a class="link" href="cancel_one/overload2.html" title="basic_deadline_timer::cancel_one (2 of 2 overloads)">cancel_one</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="emphasis"><em>» <a class="link" href="cancel_one/overload2.html" title="basic_deadline_timer::cancel_one (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-2013 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="cancel/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_deadline_timer.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="cancel_one/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
build/reports/checkstyle/test.html | anon6789/KSSMonolith | <html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
.bannercell {
border: 0px;
padding: 0px;
}
body {
margin-left: 10;
margin-right: 10;
font:normal 80% arial,helvetica,sanserif;
background-color:#FFFFFF;
color:#000000;
}
.a td {
background: #efefef;
}
.b td {
background: #fff;
}
th, td {
text-align: left;
vertical-align: top;
}
th {
font-weight:bold;
background: #ccc;
color: black;
}
table, th, td {
font-size:100%;
border: none
}
table.log tr td, tr th {
}
h2 {
font-weight:bold;
font-size:140%;
margin-bottom: 5;
}
h3 {
font-size:100%;
font-weight:bold;
background: #525D76;
color: white;
text-decoration: none;
padding: 5px;
margin-right: 2px;
margin-left: 2px;
margin-bottom: 0;
}
</style>
</head>
<body>
<a name="top"></a>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="bannercell" rowspan="2"></td><td class="text-align:right">
<h2>CheckStyle Audit</h2>
</td>
</tr>
<tr>
<td class="text-align:right">Designed for use with <a href="http://checkstyle.sourceforge.net/">CheckStyle</a> and <a href="http://jakarta.apache.org">Ant</a>.</td>
</tr>
</table>
<hr size="1">
<h3>Summary</h3>
<table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
<tr>
<th>Files</th><th>Errors</th>
</tr>
<tr class="a">
<td>2</td><td>0</td>
</tr>
</table>
<hr size="1" width="100%" align="left">
<h3>Files</h3>
<table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
<tr>
<th>Name</th><th>Errors</th>
</tr>
<tr class="a">
<td><a href="#f-/home/anon/git/monolith/src/test/java/de/mstock/monolith/service/ShopServiceTest.java">/home/anon/git/monolith/src/test/java/de/mstock/monolith/service/ShopServiceTest.java</a></td><td>0</td>
</tr>
<tr class="b">
<td><a href="#f-/home/anon/git/monolith/src/test/java/de/mstock/monolith/web/HomepageControllerTest.java">/home/anon/git/monolith/src/test/java/de/mstock/monolith/web/HomepageControllerTest.java</a></td><td>0</td>
</tr>
</table>
<hr size="1" width="100%" align="left">
<a name="f-/home/anon/git/monolith/src/test/java/de/mstock/monolith/service/ShopServiceTest.java"></a>
<h3>File /home/anon/git/monolith/src/test/java/de/mstock/monolith/service/ShopServiceTest.java</h3>
<table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
<tr>
<th>Error Description</th><th>Line</th>
</tr>
</table>
<a href="#top">Back to top</a><a name="f-/home/anon/git/monolith/src/test/java/de/mstock/monolith/web/HomepageControllerTest.java"></a>
<h3>File /home/anon/git/monolith/src/test/java/de/mstock/monolith/web/HomepageControllerTest.java</h3>
<table class="log" border="0" cellpadding="5" cellspacing="2" width="100%">
<tr>
<th>Error Description</th><th>Line</th>
</tr>
</table>
<a href="#top">Back to top</a>
<hr size="1" width="100%" align="left">
</body>
</html>
|
app/views/partials/dialogCreateCampaign.html | VSWS/vFacebok | <md-dialog aria-label="Mango (Fruit)">
<md-content class="sticky-container">
<md-subheader class="md-sticky-no-effect" layout-align="center">TẠO CHIẾN DỊCH</md-subheader>
<div class="dialog-content">
<form name="campaignForm">
<md-input-container>
<label>Tên chiến dịch</label>
<input required name="campaignName" ng-model="campaign.campaignName">
<div ng-messages="campaignForm.campaignName.$error">
<div ng-message="required">Bắt buộc nhập.</div>
</div>
</md-input-container>
</form>
</div>
</md-content>
<div class="md-actions" layout="row">
<span flex></span>
<md-button ng-click="cancel()">
Huỷ
</md-button>
<md-button ng-click="created(campaign.campaignName)" class="md-primary">
Tạo mới
</md-button>
</div>
</md-dialog> |
_instante/judecatorii/rupea.html | funkycitizens/onoratainstanta | ---
title: ""
subtitle: "Judecătoria RUPEA"
type: judecatorii
indici: {"2013":{"nume":"Judecătoria RUPEA","cod":"JudecatoriaRUPEA","populatie":"37504","judecatori":"3","stoc":"1969","dosare_solutionate":"1492","":"","incarcatura":"82.50%","incarcatura_judecator":"656.33","indice_atacabilitate":"13%","indice_casare":"8%","durata":"96","performanta":"32.70%","operativitate":"75.77%","siguranta":"72.81%"},"2014":{"nume":"Judecătoria RUPEA","cod":"JudecatoriaRUPEA","populatie":"37504","judecatori":"3","stoc":"2382","dosare_solutionate":"1565","":"","incarcatura":"78.83%","incarcatura_judecator":"794","indice_atacabilitate":"9%","indice_casare":"10%","durata":"62","performanta":"26.74%","operativitate":"65.70%","siguranta":"82.17%"}}
people: ["MARIANA ADAM","VANESSA GEORGINA COJOCARU","CONSTANŢA PRICINĂ"]
contact:
website: 'http://portal.just.ro/293/SitePages/prezentare.aspx'
email: 'judecatoria-rupea@just.ro'
telefon: '0268-260610'
fax: '0268-260282'
program: 'Registratura - luni-vineri 8:00 - 13:30
Arhiva - luni-vineri 8:00 - 13:30
Judecător de serviciu - luni-vineri 8:00 - 13:30'
adresa: 'Str. Republicii nr. 155, Oras Rupea, jud. Brasov'
---
<script src="/assets/instanta.js"></script>
<script>
var indici = {"2013":{"nume":"Judecătoria RUPEA","cod":"JudecatoriaRUPEA","populatie":"37504","judecatori":"3","stoc":"1969","dosare_solutionate":"1492","":"","incarcatura":"82.50%","incarcatura_judecator":"656.33","indice_atacabilitate":"13%","indice_casare":"8%","durata":"96","performanta":"32.70%","operativitate":"75.77%","siguranta":"72.81%"},"2014":{"nume":"Judecătoria RUPEA","cod":"JudecatoriaRUPEA","populatie":"37504","judecatori":"3","stoc":"2382","dosare_solutionate":"1565","":"","incarcatura":"78.83%","incarcatura_judecator":"794","indice_atacabilitate":"9%","indice_casare":"10%","durata":"62","performanta":"26.74%","operativitate":"65.70%","siguranta":"82.17%"}}
instanta_charts(indici)
</script>
|
_includes/footer.html | BetterArguruments/BetterArguruments.github.io | <div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a>, proudly powered by <a href="http://jekyllrb.com">Jekyll</a>.</p>
</footer>
</div>
|
docs/com/github/nrudenko/spottracker/R.id.html | nrudenko/SpotTracker | <!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_60) on Wed Sep 17 11:35:50 EEST 2014 -->
<title>R.id</title>
<meta name="date" content="2014-09-17">
<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="R.id";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/github/nrudenko/spottracker/R.drawable.html" title="class in com.github.nrudenko.spottracker"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/github/nrudenko/spottracker/R.integer.html" title="class in com.github.nrudenko.spottracker"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/github/nrudenko/spottracker/R.id.html" target="_top">Frames</a></li>
<li><a href="R.id.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.github.nrudenko.spottracker</div>
<h2 title="Class R.id" class="title">Class R.id</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.github.nrudenko.spottracker.R.id</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../com/github/nrudenko/spottracker/R.html" title="class in com.github.nrudenko.spottracker">R</a></dd>
</dl>
<hr>
<br>
<pre>public static final class <span class="strong">R.id</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#about">about</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_bar">action_bar</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_bar_activity_content">action_bar_activity_content</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_bar_container">action_bar_container</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_bar_overlay_layout">action_bar_overlay_layout</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_bar_root">action_bar_root</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_bar_subtitle">action_bar_subtitle</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_bar_title">action_bar_title</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_context_bar">action_context_bar</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_menu_divider">action_menu_divider</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_menu_presenter">action_menu_presenter</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_mode_close_button">action_mode_close_button</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_settings">action_settings</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_simulate_notif">action_simulate_notif</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#action_update">action_update</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#activity_chooser_view_content">activity_chooser_view_content</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#always">always</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#beginning">beginning</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#book_now">book_now</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#buy_now">buy_now</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#buy_with_google">buy_with_google</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#buyButton">buyButton</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#checkbox">checkbox</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#classic">classic</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#collapseActionView">collapseActionView</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#container">container</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#default_activity_button">default_activity_button</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#dialog">dialog</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#disableHome">disableHome</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#drawer_layout">drawer_layout</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#dropdown">dropdown</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#edit_query">edit_query</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#end">end</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#expand_activities_button">expand_activities_button</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#expanded_menu">expanded_menu</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#grayscale">grayscale</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#holo_dark">holo_dark</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#holo_light">holo_light</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#home">home</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#homeAsUp">homeAsUp</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#hybrid">hybrid</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#icon">icon</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#ifRoom">ifRoom</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#image">image</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#list_item">list_item</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#listMode">listMode</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#match_parent">match_parent</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#middle">middle</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#monochrome">monochrome</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#navigation_drawer">navigation_drawer</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#never">never</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#none">none</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#normal">normal</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#production">production</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#progress_circular">progress_circular</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#progress_horizontal">progress_horizontal</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#radio">radio</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#sandbox">sandbox</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#satellite">satellite</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#search_badge">search_badge</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#search_bar">search_bar</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#search_button">search_button</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#search_close_btn">search_close_btn</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#search_edit_frame">search_edit_frame</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#search_go_btn">search_go_btn</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#search_mag_icon">search_mag_icon</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#search_plate">search_plate</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#search_src_text">search_src_text</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#search_voice_btn">search_voice_btn</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#selectionDetails">selectionDetails</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#shortcut">shortcut</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#showCustom">showCustom</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#showHome">showHome</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#showTitle">showTitle</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#split_action_bar">split_action_bar</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#strict_sandbox">strict_sandbox</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#submit_area">submit_area</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#tabMode">tabMode</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#terrain">terrain</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#title">title</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#top_action_bar">top_action_bar</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#up">up</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#useLogo">useLogo</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#withText">withText</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#wrap_content">wrap_content</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../com/github/nrudenko/spottracker/R.id.html#R.id()">R.id</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">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="about">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>about</h4>
<pre>public static final int about</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.about">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_bar">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_bar</h4>
<pre>public static final int action_bar</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_bar">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_bar_activity_content">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_bar_activity_content</h4>
<pre>public static final int action_bar_activity_content</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_bar_activity_content">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_bar_container">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_bar_container</h4>
<pre>public static final int action_bar_container</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_bar_container">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_bar_overlay_layout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_bar_overlay_layout</h4>
<pre>public static final int action_bar_overlay_layout</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_bar_overlay_layout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_bar_root">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_bar_root</h4>
<pre>public static final int action_bar_root</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_bar_root">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_bar_subtitle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_bar_subtitle</h4>
<pre>public static final int action_bar_subtitle</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_bar_subtitle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_bar_title">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_bar_title</h4>
<pre>public static final int action_bar_title</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_bar_title">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_context_bar">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_context_bar</h4>
<pre>public static final int action_context_bar</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_context_bar">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_menu_divider">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_menu_divider</h4>
<pre>public static final int action_menu_divider</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_menu_divider">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_menu_presenter">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_menu_presenter</h4>
<pre>public static final int action_menu_presenter</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_menu_presenter">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_mode_close_button">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_mode_close_button</h4>
<pre>public static final int action_mode_close_button</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_mode_close_button">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_settings">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_settings</h4>
<pre>public static final int action_settings</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_settings">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_simulate_notif">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_simulate_notif</h4>
<pre>public static final int action_simulate_notif</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_simulate_notif">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="action_update">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>action_update</h4>
<pre>public static final int action_update</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.action_update">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="activity_chooser_view_content">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>activity_chooser_view_content</h4>
<pre>public static final int activity_chooser_view_content</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.activity_chooser_view_content">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="always">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>always</h4>
<pre>public static final int always</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.always">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="beginning">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>beginning</h4>
<pre>public static final int beginning</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.beginning">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="book_now">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>book_now</h4>
<pre>public static final int book_now</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.book_now">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buyButton">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buyButton</h4>
<pre>public static final int buyButton</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.buyButton">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buy_now">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buy_now</h4>
<pre>public static final int buy_now</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.buy_now">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="buy_with_google">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buy_with_google</h4>
<pre>public static final int buy_with_google</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.buy_with_google">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="checkbox">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkbox</h4>
<pre>public static final int checkbox</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.checkbox">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="classic">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>classic</h4>
<pre>public static final int classic</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.classic">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="collapseActionView">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>collapseActionView</h4>
<pre>public static final int collapseActionView</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.collapseActionView">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="container">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>container</h4>
<pre>public static final int container</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.container">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="default_activity_button">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>default_activity_button</h4>
<pre>public static final int default_activity_button</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.default_activity_button">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="dialog">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dialog</h4>
<pre>public static final int dialog</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.dialog">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="disableHome">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>disableHome</h4>
<pre>public static final int disableHome</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.disableHome">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="drawer_layout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>drawer_layout</h4>
<pre>public static final int drawer_layout</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.drawer_layout">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="dropdown">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropdown</h4>
<pre>public static final int dropdown</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.dropdown">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="edit_query">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>edit_query</h4>
<pre>public static final int edit_query</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.edit_query">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="end">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>end</h4>
<pre>public static final int end</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.end">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="expand_activities_button">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>expand_activities_button</h4>
<pre>public static final int expand_activities_button</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.expand_activities_button">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="expanded_menu">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>expanded_menu</h4>
<pre>public static final int expanded_menu</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.expanded_menu">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="grayscale">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>grayscale</h4>
<pre>public static final int grayscale</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.grayscale">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="holo_dark">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>holo_dark</h4>
<pre>public static final int holo_dark</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.holo_dark">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="holo_light">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>holo_light</h4>
<pre>public static final int holo_light</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.holo_light">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="home">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>home</h4>
<pre>public static final int home</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.home">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="homeAsUp">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>homeAsUp</h4>
<pre>public static final int homeAsUp</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.homeAsUp">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="hybrid">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hybrid</h4>
<pre>public static final int hybrid</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.hybrid">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="icon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>icon</h4>
<pre>public static final int icon</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.icon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="ifRoom">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ifRoom</h4>
<pre>public static final int ifRoom</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.ifRoom">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="image">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>image</h4>
<pre>public static final int image</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.image">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="listMode">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listMode</h4>
<pre>public static final int listMode</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.listMode">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="list_item">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>list_item</h4>
<pre>public static final int list_item</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.list_item">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="match_parent">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>match_parent</h4>
<pre>public static final int match_parent</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.match_parent">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="middle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>middle</h4>
<pre>public static final int middle</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.middle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="monochrome">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>monochrome</h4>
<pre>public static final int monochrome</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.monochrome">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="navigation_drawer">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>navigation_drawer</h4>
<pre>public static final int navigation_drawer</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.navigation_drawer">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="never">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>never</h4>
<pre>public static final int never</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.never">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="none">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>none</h4>
<pre>public static final int none</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.none">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="normal">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>normal</h4>
<pre>public static final int normal</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.normal">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="production">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>production</h4>
<pre>public static final int production</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.production">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="progress_circular">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>progress_circular</h4>
<pre>public static final int progress_circular</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.progress_circular">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="progress_horizontal">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>progress_horizontal</h4>
<pre>public static final int progress_horizontal</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.progress_horizontal">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="radio">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>radio</h4>
<pre>public static final int radio</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.radio">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="sandbox">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sandbox</h4>
<pre>public static final int sandbox</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.sandbox">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="satellite">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>satellite</h4>
<pre>public static final int satellite</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.satellite">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="search_badge">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>search_badge</h4>
<pre>public static final int search_badge</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.search_badge">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="search_bar">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>search_bar</h4>
<pre>public static final int search_bar</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.search_bar">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="search_button">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>search_button</h4>
<pre>public static final int search_button</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.search_button">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="search_close_btn">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>search_close_btn</h4>
<pre>public static final int search_close_btn</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.search_close_btn">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="search_edit_frame">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>search_edit_frame</h4>
<pre>public static final int search_edit_frame</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.search_edit_frame">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="search_go_btn">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>search_go_btn</h4>
<pre>public static final int search_go_btn</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.search_go_btn">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="search_mag_icon">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>search_mag_icon</h4>
<pre>public static final int search_mag_icon</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.search_mag_icon">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="search_plate">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>search_plate</h4>
<pre>public static final int search_plate</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.search_plate">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="search_src_text">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>search_src_text</h4>
<pre>public static final int search_src_text</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.search_src_text">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="search_voice_btn">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>search_voice_btn</h4>
<pre>public static final int search_voice_btn</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.search_voice_btn">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="selectionDetails">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>selectionDetails</h4>
<pre>public static final int selectionDetails</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.selectionDetails">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="shortcut">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>shortcut</h4>
<pre>public static final int shortcut</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.shortcut">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="showCustom">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>showCustom</h4>
<pre>public static final int showCustom</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.showCustom">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="showHome">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>showHome</h4>
<pre>public static final int showHome</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.showHome">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="showTitle">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>showTitle</h4>
<pre>public static final int showTitle</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.showTitle">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="split_action_bar">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>split_action_bar</h4>
<pre>public static final int split_action_bar</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.split_action_bar">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="strict_sandbox">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>strict_sandbox</h4>
<pre>public static final int strict_sandbox</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.strict_sandbox">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="submit_area">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>submit_area</h4>
<pre>public static final int submit_area</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.submit_area">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="tabMode">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tabMode</h4>
<pre>public static final int tabMode</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.tabMode">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="terrain">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>terrain</h4>
<pre>public static final int terrain</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.terrain">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="title">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>title</h4>
<pre>public static final int title</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.title">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="top_action_bar">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>top_action_bar</h4>
<pre>public static final int top_action_bar</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.top_action_bar">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="up">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>up</h4>
<pre>public static final int up</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.up">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="useLogo">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>useLogo</h4>
<pre>public static final int useLogo</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.useLogo">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="withText">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withText</h4>
<pre>public static final int withText</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.withText">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="wrap_content">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>wrap_content</h4>
<pre>public static final int wrap_content</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#com.github.nrudenko.spottracker.R.id.wrap_content">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="R.id()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>R.id</h4>
<pre>public R.id()</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="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/github/nrudenko/spottracker/R.drawable.html" title="class in com.github.nrudenko.spottracker"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/github/nrudenko/spottracker/R.integer.html" title="class in com.github.nrudenko.spottracker"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/github/nrudenko/spottracker/R.id.html" target="_top">Frames</a></li>
<li><a href="R.id.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li>Method</li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/53688cb070cac986953396336200f5a2b91185acc015cdba7a5a5980bb77b724.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./4c9d98e94f7312387e72c95e5a3d450b7840f1cc8ba93c6bfc801bec3fad7bb3.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
syllabus/index.html | tiy-lv-python-2015-10/tiy-lv-python-2015-10.github.io | ---
layout: default
---
<div class="main-content">
<article class="module color-3">
<h1>Syllabus</h1>
<p>Please note this is subject to change as the class progresses.</p>
<hr>
<h2> Instructor contact info</h2>
<p>Jeff Newburn</p>
<ul>
<li>Email: jeff.newburn@theironyard.com</li>
<li>Phone: (702) 291-8209 -- call after 5 PM for emergencies only</li>
</ul>
<h2>Schedule</h2>
<p>Class is from October 5th to January 15th.</p>
<p>Lecture is from 9:00 AM to 12:00 PM Monday-Thursday, with breaks during that time. Depending on the topic, we may end early. We may alter this schedule for particular days and will let you know at least 24 hours ahead of time.</p>
<p>Lab is from 1 PM to 5 PM Monday-Thursday and 9 AM - 5 PM on Friday.</p>
<h3> Office hours and one-on-one instruction</h3>
<p>A teacher or TA will be available Monday-Friday from 9 AM to 5 PM at minimum. During lab time, you can schedule one-on-one time with either of us. After hours, we may be available in the classroom or in Slack, which we use for group communication.</p>
<h3>Holidays</h3>
<p>TBD</p>
<h2>Topics</h2>
<p>These topics are listed week-by-week. However, this list is not definitive and we will reorder things based off how the class is going.</p>
<p>Each list of topics is a list of things students should be comfortable with at the end of that week.</p>
<h3>Week 1</h3>
<p>By the end of this week, students should be comfortable with:</p>
<ul>
<li>Computational thinking</li>
<li>Setting up your computer for development</li>
<li>Data structures</li>
<li>Control flow</li>
<li>Organizing Python modules</li>
<li>Using Git and GitHub to manage source code</li>
<li>Debugging</li>
</ul>
<h2>Week 2</h2>
<ul>
<li>Testing your code</li>
<li>Higher-order functions</li>
<li>Recursion</li>
<li>Exceptions</li>
<li>Object-oriented programming</li>
</ul>
<h3>Week 3</h3>
<ul>
<li>Stochastic programming</li>
<li>Randomness</li>
<li>Monte Carlo simulations</li>
<li>Plotting</li>
<li>NumPy</li>
<li>Simple statistics</li>
<li>Basic statistical inquiry</li>
</ul>
<h3>Week 4</h3>
<ul>
<li>Regular expressions</li>
<li>Loading and manipulating data with pandas</li>
<li>Common data formats</li>
<li>Publicly available data sets</li>
<li>Data set quality</li>
<li>Cleaning data sets</li>
</ul>
<h3>Week 5</h3>
<ul>
<li>Machine learning</li>
<li>Bayesian statistics and classification</li>
<li>Clustering</li>
</ul>
<h3>Week 6</h3>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Introduction to Django</li>
<li>Relational databases</li>
<li>Modeling</li>
<li>Forms</li>
</ul>
<h3>Week 7</h3>
<ul>
<li>Advanced database design</li>
<li>Deployment</li>
<li>Building REST APIs</li>
</ul>
<h3>Week 8</h3>
<ul>
<li>JavaScript</li>
<li>Consuming REST APIs</li>
<li>Data visualization on the Web</li>
</ul>
<h3>Week 9</h3>
<p>This week is a week for review and catch-up. Things will fall through the cracks during the previous 8 weeks, and so we have this week as a flex week to make sure we cover everything you need.</p>
<p>During this week, you will be pitching your final project ideas, forming groups, and getting feedback. In class, we will cover some software development principles. You should be comfortable with:</p>
<ul>
<li>Breaking up features into distinct tasks to work on</li>
<li>Estimating the size of programming tasks</li>
<li>Using Agile development to run a project</li>
</ul>
<h3>Weeks 10-12</h3>
You will be working on your final project and presentation during this time.
<h2>Capstone project</h2>
<p>During the last three weeks of the course, you will be working on your capstone project, putting all you've learned into practice.</p>
<p>You will be working solo or in a group of 2-3 people on your project.</p>
<p>At the end of week 9, you'll present your idea for a final project and get feedback. Not all ideas presented will become final projects: the projects will be determined by TIY staff after all ideas are presented. During weeks 10, 11 and 12, you'll work primarily on your capstone project.</p>
<p>This project must use Python. It can be a data project, a web project, a systems programming project, or something else! Because this is a general-purpose programming course, the choices are wide. If you are not working on a project with a strong visual component, I <strong>highly</strong> suggest thinking about working with someone from another class to make your project visual.</p>
<h2>Policies</H2>
<h3>Absence policy</h3>
<p>You can miss up to 4 lectures; after that, your graduation and enrollment in the job placement program is forfeit. I don't recommend missing any, as we will be moving very fast.</p>
<h3>Homework policy</h3>
<p>Your homework is due by 8 AM on the day it is due. After that, it is late.</p>
<p>I would rather see a solid attempt on time than a complete assignment late. Solid attempts are not considered late.</p>
<p>All homework assigned by your instructor must be completed for graduation.</p>
<h3>Honor code</h3>
<p>You are expected to do your own work. You should use all resources available to you, including open-source code, but copy and pasting open-source code is prohibited: you should use it only for inspiration or as a library in a bigger project.</p>
<p>Copying homework is taken very seriously and can result in forfeiting job placement or explusion.</p>
<h2>Code of conduct</h2>
<p>Like the technical community as a whole, classes at The Iron Yard are made up of a mixture of people from all different backgrounds.</p>
<p>Diversity is one of our huge strengths, but it can also lead to communication issues. To that end, we have a few ground rules that we ask people to adhere to when they're taking a class at The Iron Yard. These rules apply equally to teachers, students, other staff, and guest lecturers.</p>
<p>This isn't an exhaustive list of things that you can't do. Rather, take it in the spirit in which it's intended - a guide to make it easier to enrich all of us, the technical communities in which we participate.</p>
<p>This code of conduct applies to all communication: this includes in class, Slack, email, and other forums such as Skype, Google+ Hangouts, etc.</p>
<p>If you believe someone is violating the code of conduct, we ask that you report it by talking to your instructor. If you do not feel comfortable talking to your instructor, speak with any Iron Yard instructor or staff member.</p>
<ul>
<li>**Be welcoming, friendly, and patient.**</li>
<li>**Be considerate.** Your work will be used by other people, and you in turn will depend on the work of others. Any decision you take will affect your colleagues, and you should take those consequences into account when making decisions.</li>
<li>**Be respectful.** Not all of us will agree all the time, but disagreement is no excuse for poor behavior and poor manners. We might all experience some frustration now and then, but we cannot allow that frustration to turn into a personal attack. It's important to remember that a community where people feel uncomfortable or threatened is not a productive one. Members of the Iron Yard
community should be respectful when dealing with other members as well as with people outside the Iron Yard community.</li>
<li>**Be careful in the words that you choose.** Be kind to others. Do not insult or put down other people. Behave professionally. Remember that harassment and sexist, racist, or exclusionary behavior are not appropriate for this class. This includes, but is not limited to:</li>
<ul>
<li>Violent threats or language directed against another person.</li>
<li>Sexist, racist, or otherwise discriminatory jokes and language.</li>
<li>Posting sexually explicit or violent material.</li>
<li>Personal insults, especially those using racist or sexist terms.</li>
<li>Unwelcome sexual attention.</li>
<li>Advocating for, or encouraging, any of the above behavior.</li>
<li>Repeated harassment of others.
In general, if someone asks you to stop, then stop.</li>
</ul>
<li>**When we disagree, we try to understand why.** Disagreements, both social and technical, happen all the time and The Iron Yard is no exception. It is important that we resolve disagreements and differing views constructively. Remember that we're different. The strength of The Iron Yard comes from its varied members, people from a wide range of backgrounds. Different people have different perspectives on issues. Being unable to understand why someone holds
a viewpoint doesn't mean that they're wrong. Don't forget that it is human to err and blaming each other doesn't get us anywhere, rather offer to help resolving issues and to help learn from mistakes.</li>
<p>*This text is taken from <a href="https://www.djangoproject.com/conduct/">the Django project</a>.*</p>
</article>
</div>
|
project/portfolioX/templates/portfolioX/create_portfolio.html | caveatemptors-2015/special-garbanzo | <!DOCTYPE html>
<html>
<head><title>Art's Add Stocks Page</title></head>
<body>
<h1>Create Portfolio</h1>
<div>
<form action={% url 'portfolioX:create_portfolio' %} method="POST">
{% csrf_token %}
{{form.as_table}}
<input type="submit" value="Create Portfolio">
</form>
</div>
</body>
</html> |
Reports/ob/objectfilter.0.0.1.7/ObjectFilter-net40.html | kuhlenh/port-to-core |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
800252ac-1f89-489b-a500-4032d66c0320
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#ObjectFilter">ObjectFilter</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
</div>
</div>
</body>
</html> |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/68e966c3ae2733f473c04e807c2b6bb202ff043d59a49d4140c3220b400a005e.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./a58ceed895771263d8967bffec98b3a953daabe6cedac4787ed669b84c69dfd2.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
unit/sheets/original/box-model.css | codenothing/css-compressor | /*
Thanks to yuicompressor for this test case: http://developer.yahoo.com/yui/compressor/css.html
*/
#elem {
width: 100px; /* IE */
voice-family: "\"}\"";
voice-family:inherit;
width: 200px; /* others */
}
html > body #elem {
width: 200px; /* others */
}
|
_includes/header_nav.html | stweil/documentation-generator | <header>
<div class="wrapper">
<div id="top_form" class="group">
<div class="float-right">
<div id="top_version_wrapper">
<select onchange="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);">
<option value="/docs/master/index.html" selected>master</option>
<option value="/docs/3.12/index.html">Version 3.12 (non-LTS)</option>
<option value="/docs/3.10/index.html">Version 3.10 (LTS)</option>
<option value="/docs/3.7/index.html">Version 3.7 (LTS)</option>
<option value="/docs/3.11/index.html">Version 3.11 (EOL)</option>
<option value="/docs/3.9/index.html">Version 3.9 (EOL)</option>
<option value="/docs/3.8/index.html">Version 3.8 (EOL)</option>
<option value="/docs/3.6/index.html">Version 3.6 (EOL)</option>
<option value="/docs/3.5/index.html">Version 3.5 (EOL)</option>
<option value="/docs/archive/">Version 3.0 (archive)</option>
<option value="/docs/archive/cf2-index.html">Version 2.0 (archive)</option>
</select>
</div>
<div class="top_search_form">
<form id="cse-search-box" action="search.html">
<input type="hidden" name="cx" value="012826289311752768906:ofqwltf6-kg" />
<input type="hidden" name="ie" value="UTF-8" />
<div class="formbody">
<input type="text" name="q" id="top_search" class="text" value="" placeholder="Search..." />
</div>
</form>
</div>
</div>
</div>
<div class="group" id="nav_container">
<div id="logo">
<a href="https://cfengine.com"><img src="media/images/logo_134x35.png" alt="CFEngine Homepage"></a>
</div>
<nav id="nav_wrapper">
<ul id="nav_links">
<li>
<a href="index.html" {% if page.categories[0] == 'index' %} class="navselected" {% endif %}>Home</a>
</li>
<li>
<a href="guide.html" {% if page.categories[0] == "guide" %} class="navselected" {% endif %}>Guide</a>
</li>
<li>
<a href="{{site.baseurl}}enterprise-cfengine-guide.html" {% if page.categories[0] == "enterprise-cfengine-guide" %} class="navselected" {% endif %}>CFEngine Enterprise</a>
</li>
<li>
<a href="examples.html" {% if page.categories[0] == 'examples' %} class="navselected" {% endif %}>Examples</a>
</li>
<li>
<a href="reference.html" {% if page.categories[0] == 'reference' %} class="navselected" {% endif %}>Reference</a>
</li>
<li>
<a class="hover" href="http://www.cfengine.com/product/free-download/" target="_blank">Download</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
|
public/Windows 10 x64 (18362.116)/_PS_MITIGATION_AUDIT_OPTIONS_MAP.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.116)</h4><br>
<h2>_PS_MITIGATION_AUDIT_OPTIONS_MAP</h2>
<font face="arial"> +0x000 Map : [2] Uint8B<br>
</font></body></html> |
jav/doc/package-summary.html | liliangbin/javalearn | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Tue Feb 28 11:11:43 CST 2017 -->
<meta name="date" content="2017-02-28">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<noscript>
<div>ÄúµÄä¯ÀÀÆ÷ÒѽûÓà JavaScript¡£</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Ìø¹ýµ¼º½Á´½Ó"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="µ¼º½">
<li><a href="overview-summary.html">¸ÅÀÀ</a></li>
<li class="navBarCell1Rev">³ÌÐò°ü</li>
<li>Àà</li>
<li><a href="package-use.html">ʹÓÃ</a></li>
<li><a href="package-tree.html">Ê÷</a></li>
<li><a href="deprecated-list.html">Òѹýʱ</a></li>
<li><a href="index-files/index-1.html">Ë÷Òý</a></li>
<li><a href="help-doc.html">°ïÖú</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>ÉÏÒ»¸ö³ÌÐò°ü</li>
<li><a href="sim/package-summary.html">ÏÂÒ»¸ö³ÌÐò°ü</a></li>
</ul>
<ul class="navList">
<li><a href="index.html?package-summary.html" target="_top">¿ò¼Ü</a></li>
<li><a href="package-summary.html" target="_top">ÎÞ¿ò¼Ü</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">ËùÓÐÀà</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="³ÌÐò°ü" class="title">³ÌÐò°ü <Unnamed></h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Àà¸ÅÒª±í, ÁбíÀàºÍ½âÊÍ">
<caption><span>Àà¸ÅÒª</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Àà</th>
<th class="colLast" scope="col">˵Ã÷</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="Javatest.html" title="<Unnamed>ÖеÄÀà">Javatest</a></td>
<td class="colLast"> </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="Ìø¹ýµ¼º½Á´½Ó"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="µ¼º½">
<li><a href="overview-summary.html">¸ÅÀÀ</a></li>
<li class="navBarCell1Rev">³ÌÐò°ü</li>
<li>Àà</li>
<li><a href="package-use.html">ʹÓÃ</a></li>
<li><a href="package-tree.html">Ê÷</a></li>
<li><a href="deprecated-list.html">Òѹýʱ</a></li>
<li><a href="index-files/index-1.html">Ë÷Òý</a></li>
<li><a href="help-doc.html">°ïÖú</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>ÉÏÒ»¸ö³ÌÐò°ü</li>
<li><a href="sim/package-summary.html">ÏÂÒ»¸ö³ÌÐò°ü</a></li>
</ul>
<ul class="navList">
<li><a href="index.html?package-summary.html" target="_top">¿ò¼Ü</a></li>
<li><a href="package-summary.html" target="_top">ÎÞ¿ò¼Ü</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">ËùÓÐÀà</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>
|
vendor/poi-3.6/doc/apidocs/org/apache/poi/hssf/record/class-use/HCenterRecord.html | tobyclemson/msci-project | <!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_13) on Mon Dec 14 15:25:05 MSK 2009 -->
<TITLE>
Uses of Class org.apache.poi.hssf.record.HCenterRecord (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2009-12-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.poi.hssf.record.HCenterRecord (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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hssf/record/HCenterRecord.html" title="class in org.apache.poi.hssf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hssf/record/\class-useHCenterRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="HCenterRecord.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.poi.hssf.record.HCenterRecord</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../org/apache/poi/hssf/record/HCenterRecord.html" title="class in org.apache.poi.hssf.record">HCenterRecord</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.poi.hssf.record.aggregates"><B>org.apache.poi.hssf.record.aggregates</B></A></TD>
<TD>record aggregates are not real "records" but collections of records that act as a single record. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.apache.poi.hssf.record.aggregates"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../org/apache/poi/hssf/record/HCenterRecord.html" title="class in org.apache.poi.hssf.record">HCenterRecord</A> in <A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/package-summary.html">org.apache.poi.hssf.record.aggregates</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/package-summary.html">org.apache.poi.hssf.record.aggregates</A> that return <A HREF="../../../../../../org/apache/poi/hssf/record/HCenterRecord.html" title="class in org.apache.poi.hssf.record">HCenterRecord</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../org/apache/poi/hssf/record/HCenterRecord.html" title="class in org.apache.poi.hssf.record">HCenterRecord</A></CODE></FONT></TD>
<TD><CODE><B>PageSettingsBlock.</B><B><A HREF="../../../../../../org/apache/poi/hssf/record/aggregates/PageSettingsBlock.html#getHCenter()">getHCenter</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hssf/record/HCenterRecord.html" title="class in org.apache.poi.hssf.record"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hssf/record/\class-useHCenterRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="HCenterRecord.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright 2009 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
|
static/docs/generated/module/likeness/module/set/member/contains/spare/summary/index.html | shenanigans/node-sublayer | <!DOCTYPE html>
<html>
<head>
<title>likeness:Set#contains~summary documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../../index.css" />
<link rel="stylesheet" type="text/css" href="../../../../../../../../highlight.css" />
<script type="text/javascript" src="../../../../../../../../index.js"></script>
</head>
<body class="spare" id="component_2097">
<div id="outer">
<div id="header">
<a class="ctype" href="../../../../../../../../index.html">spare</a>
<span></span>
<span class="breadcrumbs">
<span class="delimiter">:</span><a href="../../../../../../index.html" class="breadcrumb module">likeness</a><span class="delimiter">:</span><a href="../../../../index.html" class="breadcrumb module">Set</a><span class="delimiter">#</span><a href="../../index.html" class="breadcrumb member">contains</a><span class="delimiter">~</span><a href="index.html" class="breadcrumb spare">summary</a>
</span>
</div>
<div id="content">
<!-- basic document info -->
<div id="details">
<div class="markdown"><p>Determine whether every value in another Set is also contained in this Set.</p>
</div>
<div class="clear"></div>
</div>
<div class="children">
</div>
</div>
</div>
<div id="footer">
This document was generated with
<a href="https://github.com/shenanigans/node-doczar">doczar</a>
at <span class="time">4:47pm</span> on <span class="date">8/11/2015</span>
</div>
</body>
</html>
|
doc/java/jdk7/java/io/class-use/PipedOutputStream.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:33 PST 2014 -->
<title>Uses of Class java.io.PipedOutputStream (Java Platform SE 7 )</title>
<meta name="date" content="2014-12-18">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class java.io.PipedOutputStream (Java Platform SE 7 )";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../java/io/PipedOutputStream.html" title="class in java.io">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?java/io/class-use/PipedOutputStream.html" target="_top">Frames</a></li>
<li><a href="PipedOutputStream.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class java.io.PipedOutputStream" class="title">Uses of Class<br>java.io.PipedOutputStream</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../java/io/PipedOutputStream.html" title="class in java.io">PipedOutputStream</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="#java.io">java.io</a></td>
<td class="colLast">
<div class="block">Provides for system input and output through data streams,
serialization and the file system.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="java.io">
<!-- -->
</a>
<h3>Uses of <a href="../../../java/io/PipedOutputStream.html" title="class in java.io">PipedOutputStream</a> in <a href="../../../java/io/package-summary.html">java.io</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../java/io/package-summary.html">java.io</a> with parameters of type <a href="../../../java/io/PipedOutputStream.html" title="class in java.io">PipedOutputStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">PipedInputStream.</span><code><strong><a href="../../../java/io/PipedInputStream.html#connect(java.io.PipedOutputStream)">connect</a></strong>(<a href="../../../java/io/PipedOutputStream.html" title="class in java.io">PipedOutputStream</a> src)</code>
<div class="block">Causes this piped input stream to be connected
to the piped output stream <code>src</code>.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../java/io/package-summary.html">java.io</a> with parameters of type <a href="../../../java/io/PipedOutputStream.html" title="class in java.io">PipedOutputStream</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../java/io/PipedInputStream.html#PipedInputStream(java.io.PipedOutputStream)">PipedInputStream</a></strong>(<a href="../../../java/io/PipedOutputStream.html" title="class in java.io">PipedOutputStream</a> src)</code>
<div class="block">Creates a <code>PipedInputStream</code> so
that it is connected to the piped output
stream <code>src</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../java/io/PipedInputStream.html#PipedInputStream(java.io.PipedOutputStream,%20int)">PipedInputStream</a></strong>(<a href="../../../java/io/PipedOutputStream.html" title="class in java.io">PipedOutputStream</a> src,
int pipeSize)</code>
<div class="block">Creates a <code>PipedInputStream</code> so that it is
connected to the piped output stream
<code>src</code> and uses the specified pipe size for
the pipe's buffer.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../java/io/PipedOutputStream.html" title="class in java.io">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?java/io/class-use/PipedOutputStream.html" target="_top">Frames</a></li>
<li><a href="PipedOutputStream.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
_posts/2006-07-16-about-6-qq-number.html | leafduo/leafduo.com | ---
layout: post
title: 关于六位靓号
categories:
- Information Technology
tags:
- life
- qq
published: true
comments: true
---
<p>今天,同学、老师都让我点一个<a href="http://vip.1lhh.cn/qq/vip.html">链接</a>,说是有QQ六位靓号,打开一看,呵呵,必假无疑,原因如下:<br />
第一,这个域名不是腾讯的;第二,页面下端有“关于腾迅”字样,而“腾迅”的正确写法是“腾讯”,版权声明上的英文也拼错了(将TENCENT拼成Tancent);第三,“关于腾迅”链接的网页是个音乐网,不知道与腾讯有什么关系;第四,6位靓号+会员至少要98元,见<a href="http://bank.qq.com/lh/lh_index.shtml">http://bank.qq.com/lh/lh_index.shtml</a>,没人白送你;第五,页面上所显示的6位号码大部分已经注册(至少是我查过的都注册了),不信你自己查查;第六,退一步说,即使免费六位靓号是真的,大家的链接也缺少&id=*********部分(这是网站自己写得代码有问题)不能区分是谁申请的…………疑点重重,必假无疑!<br />
有六位靓是不假,但那是要花钱的,别想贪便宜了。<br />
分析原因,这类网站无非是想传播木马病毒、增加网站访问量、做广告等等,具体这个网站还真说不清。<br />
总之,网上的事有真有假,大家要分辨清楚。</p>
|
private/venta de equipo.html | rpmunoz/rpmunoz.github.io | <p>Estimados(as),</p>
<p>Por motivos de viaje he decidido poner a la venta un teclado gamer marca Steelseries y una cámara fotográfica Nikon D5100.</p>
<p>El teclado fue comprado en PC Factory hace 6 meses y usado sólo en un par de ocasciones. El valor pagado por el producto fue de 40.000 pesos. La descripción completa en el siguiente link <a href="https://www.pcfactory.cl/producto/15355-Teclado..Gamer.Apex.Raw.Membrana.Ingls.USB">https://www.pcfactory.cl/producto/15355-Teclado..Gamer.Apex.Raw.Membrana.Ingls.USB</a></p>
<p>La cámara fotográfica fue comprada en Alemania en Septiembre del 2013 y fue usada por de manera exclusiva por mi durante dos años (valor referencial de 400 USD). La cámara viene equipada con un lente Nikon varifocal de 16-85 mm 1:3.5-5.6 formato DX que ofrece gran nitidez de imagen (valor referencial de 700 USD, <a href="http://www.nikonusa.com/en/nikon-products/product/camera-lenses/af-s-dx-nikkor-16-85mm-f3.5-5.6g-ed-vr.html">http://www.nikonusa.com/en/nikon-products/product/camera-lenses/af-s-dx-nikkor-16-85mm-f3.5-5.6g-ed-vr.html</a>), un filtro polarizador (valor referencial de 50 USD) y un control remoto (valor referencial de 10 USD). El valor pagado por el set fue de 1.150,00 USD equivalentes a 760.000 pesos. La descripción completa de la cámara en el siguiente link <a href="http://www.nikonusa.com/en/nikon-products/product-archive/dslr-cameras/d5100.html">http://www.nikonusa.com/en/nikon-products/product-archive/dslr-cameras/d5100.html</a></p>
<p>El precio de venta del teclado es de <strong>30.000 pesos</strong>.
El precio de venta del set de la cámara Nikon es de <strong>400.000 pesos</strong>.</p>
<p><img alt="alt text" src="equipo-1.jpg" title="Teclado Steelseries Apex 64145" />
<img alt="alt text" src="equipo-2.jpg" title="Teclado Steelseries Apex 64145" />
<img alt="alt text" src="equipo-3.jpg" title="Cámara fotográfica Nikon D5100 con lente Nikon AF-S DX Nikkor 16-85mm" />
<img alt="alt text" src="equipo-4.jpg" title="Cámara fotográfica Nikon D5100 con lente Nikon AF-S DX Nikkor 16-85mm" />
<img alt="alt text" src="equipo-5.jpg" title="Cámara fotográfica Nikon D5100 con lente Nikon AF-S DX Nikkor 16-85mm" /></p> |
demo/validatehtml5.zxx/jquery-html5validate-plugin-test.html | flyromance/jQuery | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="description" content="jQuery html5Validate表单验证插件测试" />
<meta name="description" content="张鑫旭web前端学习之jQuery html5Validate表单验证插件测试实例页面" />
<meta name="keywords" content="插件, jQuery, demo, HTML5, 表单验证" />
<meta name="author" content="张鑫旭,zhangxixnu" />
<title>jQuery html5Validate表单验证插件测试 » 张鑫旭-鑫空间-鑫生活</title>
<link rel="stylesheet" href="common.css" type="text/css" />
<style>
input, textarea{font-size:100%;}
.w50{width:50px;}
.w320{width:320px;}
.w460{width:460px;}
.co{color:#f30;}
.bar_bg{display:inline-block; width:200px; height:16px; background-color:#e0e0e0;}
.bar_btn{width:20px; height:20px; line-height:20px; margin-top:-3px; margin-left:-10px; border:1px solid #ccc; background-color:#fff; text-align:center; font-size:10px; position:absolute; cursor:pointer;}
.bar_btn:hover{background-color:#f5f5f5;}
.bar_btn:after{display:block; content:attr(data-content);}
.submit{width:100px; height:32px;}
</style>
</head>
<body>
<div class="zxx_out_box">
<div class="zxx_in_box">
<div class="zxx_header">
<a href="http://www.zhangxinxu.com/">
<img class="l" src="http://www.zhangxinxu.com/wordpress/wp-content/themes/default/images/index_logo.gif" />
</a>
<span class="zxx_author_time">by zhangxinxu 2012-12-05 9:52</span>
</div>
<h1 class="zxx_title">jQuery html5Validate表单验证插件测试</h1>
<div class="zxx_main_con">
<form id="testForm" action="" method="post">
<div class="mb10">
邮箱:<input type="email " name="email" data-type="required" multiple />
<span class="f9 g6 ml10">无label无required, type=email+空格, multiple</span>
<span class="ml20 g9">方便复制:a@a.com</span>
</div>
<div class="mb10">
邮箱:<input type="email" required />
<span class="f9 g6 ml10">无label有required</span>
</div>
<div class="mb10"><label for="email1">邮箱:</label><input type="email" id="email1" required /><span class="f9 g6 ml10">有label有required</span></div>
<div class="mb10">
<label for="mobile">手机:</label><input type="tel|xxxx" id="mobile" required />
<span class="f9 g6 ml10">有label有required   type="tel|xxxx" 管道符功能测试(xxxx不存在, 忽略)</span>
</div>
<div class="mb10">
<label for="emailTel">邮箱/手机:</label><input type="tel|email" id="emailTel" placeholder="请输入手机或邮箱" required />
<span class="f9 g6 ml10">有label有required   type="tel|email" 管道符功能测试</span>
</div>
<div class="mb10">
<label for="zipcode">邮编:</label><input type="zipcode" id="zipcode" /><span class="f9 g6 ml10">有label, 非HTML5规范,国产 type="zipcode"</span>
</div>
<div class="mb10"><label for="url">网站地址:</label><input type="url" id="url" /><span class="f9 g6 ml10">有label, type="url"</span></div>
<div class="mb10">口味:<select required>
<option value="">请选择</option>
<option value="1">很差</option>
<option value="2">差</option>
<option value="3">一般</option>
<option value="4">好</option>
<option value="5">很好</option>
</select><span class="f9 g6 ml10">select required 无label</span></div>
<div class="mb10">环境评分 - 隐藏域:<span id="hiddenRemind" class="bar_bg"><i class="bar_btn" data-rel="envirScore"></i></span>
<label for="envirScore" class="dn">环境评分</label>
<input type="range" id="envirScore" class="dn" required data-key="拖选" data-target="hiddenRemind" />
<span class="f9 g6 ml10">有隐藏label,有required 提示关键字自定义(data-key), 有提示的目标元素(data-target)</span>
</div>
<div class="mb10">服务评分(隐藏input):<span class="bar_bg"><i class="bar_btn" data-rel="serverScore"></i></span>
<label for="serverScore" class="dn">服务评分</label>
<input type="hidden" id="serverScore" required data-key="拖选" />
<span class="f9 g6 ml10">有隐藏label,有required 提示关键字自定义, 无提示的目标元素</span>
</div>
<div class="mb10">
<label for="number">现金券个数:</label><input type="number" class="w50 tc" id="number" max="100" min="1" value="1" required multiple />
<span class="f9 g6 ml10">label, required max/min限制 → 1~100, multiple(实际无效)</span>
</div>
<div class="mb10">
<label for="price">价钱:</label><input type="number" class="w50 tc" id="price" step="0.1" value="140" min="0" required />
<span class="f9 g6 ml10">label, required max/min限制 → 最多保留1位小数点(.00除外)</span>
</div>
<div class="mb10">
<label for="dinnerDate">就餐日期:</label><input type="date" id="dinnerDate" pattern="^\d{4}[\.|\-|\/][0|1]?\d{1}[\.|\-|\/][0-3]?\d{1}$" />
<span class="f9 g6 ml10">自定义pattern正则, pattern="^\d{4}[\.|\-|\/][0|1]?\d{1}[\.|\-|\/][0-3]?\d{1}$"</span>
</div>
<div class="mb10">
<p><input type="radio" id="dinnerType1" class="vn" name="dinnerType" required /><label for="dinnerType1">只订大厅</label></p>
<p><input type="radio" id="dinnerType2" class="vn" name="dinnerType" required /><label for="dinnerType2">只订包房</label></p>
<p><input type="radio" id="dinnerType3" class="vn" name="dinnerType" required /><label for="dinnerType3">优先订大厅</label></p>
<p><input type="radio" id="dinnerType4" class="vn" name="dinnerType" required /><label for="dinnerType4">优先订包房</label></p>
</div>
<div class="mb10">
<p>性别:<input type="radio" id="male" class="vn" name="sexy" required /><label for="male">先生</label>
<input type="radio" id="female" class="vn" name="sexy" required /><label for="female">女士</label></p>
</div>
<div class="mb10">
<p>喜欢:<input type="radio" id="love" class="vn" name="any" required /><label for="love">是</label><span class="f9 g6 ml10">唯一</span></p>
</div>
<div class="mb10">
<p>特色服务:</p>
<p><input type="checkbox" id="speServer1" class="vn" name="speServer" required /><label for="speServer1">宝宝椅</label></p>
<p><input type="checkbox" id="speServer2" class="vn" name="speServer" required /><label for="speServer2">鲜花派送</label></p>
<p><input type="checkbox" id="speServer3" class="vn" name="speServer" /><label for="speServer3">生日蛋糕</label><span class="f9 g6 ml10">除了这个其他都必选</span></p>
<p><input type="checkbox" id="speServer4" class="vn" name="speServer" required /><label for="speServer4">停车位</label></p>
</div>
<div class="mb10">
<p><span class="co">*</span>发表评论:</p>
<p class="mt5 mb5">标题:<input class="w320 " maxlength="20" /><span class="f9 g6 ml20">最多20字符 maxlength限制</span></p>
<label for="comment" class="db"><span class="dn">评论</span>内容:</label><textarea id="comment" class="w460" rows="5" data-max="100" data-min="5" required></textarea>
<p class="mt5 f9 g6">5-100字的限制, required, label标签中部分提示文字隐藏</p>
</div>
<input type="submit" class="submit" value="提交测试" disabled />
</form>
</div>
<div class="zxx_footer">
Copyright © <a href="http://www.zhangxinxu.com/">张鑫旭-鑫空间-鑫生活</a>
|
<a href="http://www.zhangxinxu.com/wordpress/?p=2857">该篇相关文章</a>
</div>
</div>
</div>
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
<script src="jquery-html5Validate.js?v=14"></script>
<script>
$("#testForm").html5Validate(function() {
alert("全部通过!");
//this.submit();
}, {
// novalidate: false
});
// 拖选
var mousedownleft, btnmarginleft, flagFollow = false;
$(".bar_btn").bind({
"mousedown": function(e) {
mousedownleft = e.pageX;
btnmarginleft = parseInt($(this).css("marginLeft")) || 0;
flagFollow = $(this);
}
});
$(document).bind({
"mousemove": function(e) {
var nowmouseleft = e.pageX, finalposleft = nowmouseleft - mousedownleft + btnmarginleft;
if (flagFollow) {
if (finalposleft > 190) {
finalposleft = 190;
} else if (finalposleft < -10) {
finalposleft = -10;
}
var score = Math.round((finalposleft + 10) / 40);
flagFollow.css("marginLeft", finalposleft).attr("data-content", score);
$("#" + flagFollow.attr("data-rel")).val(score);
}
},
"mouseup": function() {
flagFollow = false;
}
});
</script>
</body>
</html>
|
SGAustinPray Edited/suggestion.html | m-hankin/SG-new-website |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="media/favicon.ico">
<title>UTDallas Student Government</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/carousel.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" rel="home" href="http://utdallas.edu">
<img class="img-responsive main-logo" src="media/utdlogo.png"/>
</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="active"><a href="suggestion.html">Make A Suggestion</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">More <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="services.html">Our Services</a></li>
<li><a href="involve.html">Get Involved</a></li>
<li><a href="meetings.html">Meetings</a></li>
<li><a href="voter.html">Voter Registration</a></li>
<li><a href="http://www.utdallas.edu/orgsync/login">OrgSync</a></li>
</ul>
</li>
</ul>
<!--
<form class="navbar-form navbar-right" role="form">
<div class="form-group">
<input type="text" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" class="btn btn-success">Sign in</button>
</form>
-->
</div>
</div>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div style=" background: white">
<div class="container marketing">
<div class="row featurette">
<div class="col-md-15">
<h2 class="featurette-heading">Make A Suggestion<span class="text-muted">.</span></h2>
<p class="lead">
Do you have a suggestion for making the University or Student Government better? From on-campus repairs to advocacy, we want to know what we can do for you!
</p>
</div>
<!--<div class="col-md-5">
<img class="featurette-image img-responsive" data-src="js/holder.js/500x500/auto" src="http://placehold.it/500x500" alt="Generic placeholder image">
</div>-->
</div>
</div>
</div>
<hr class="featurette-divider">
<div style=" background: white">
<div class="container marketing">
<div class="row featurette">
<div class="col-md-7">
<iframe src="https://docs.google.com/forms/d/1ya0ht7Lf-G7PwjZgkjj7H1Jzo8ujjxiFdusCY70QUX8/viewform?embedded=true" width="760" height="800" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<!--<form role="form">
<div class="form-group">
<label for="exampleInputName">Name</label>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Name">
</div>
<div class="form-group">
<label for="exampleInputEmail">Email Address</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Email Address">
</div>
<div class="form-group">
<label for="exampleInputSubject">Subject</label>
<textarea class="form-control" rows="1"></textarea>
</div>
<div class="form-group">
<label for="exampleInputSuggestion">Suggestion</label>
<textarea class="form-control" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-default">Submit</button><br><br>
</form>-->
</div>
</div>
</div>
</div>
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2014 UTDallas Student Government · <a href="https://www.facebook.com/utdsg">Facebook</a> · <a href="http://utdallas.edu">UTDallas</a></p>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/docs.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
|
materialsammlung/index.html | okfde/demokratielabore | ---
layout: base
title: "Themen"
hide_hero: true
---
<div class="row">
<div class="col-xs-12 fond__white jumbotron">
<div class="row">
<div class="container">
<div class="col-lg-10 col-lg-offset-1 section-sammlung">
<h2 class="section-headline">Aktiv werden und Demokratie mitgestalten</h2>
<p id="teaser-oer-page">
Wie schaffen wir es, eine Gesellschaft zu gestalten, die offen ist und im Sinne der Gemeinschaft agiert? Wir müssen aktiv werden. Hier finden Jugendliche und Aktive in der Jugendarbeit Materialien zu Themen, die eine solche Gesellschaft ausmachen, und Tools, um zu dieser beizutragen.<br><strong>Wenn du gleich damit loslegen möchtest, dann schau dir die <a href="/materialsammlung/ideas/">Projektideen</a> an.</strong> {% include blog-filters.liquid %}
</div>
</div>
<div class="container">
<div class="isotope-wrap">
<div class="grid-sizer col-xs-12 col-md-6 col-lg-3"></div>
{% for p in site.pages %}
{% if p.layout == 'thema' or p.layout == 'tool' %}
{% if p.layout == 'thema' %}
<div class="col-xs-12 col-md-6 col-lg-6 isotope-item post-teaser thema">
{% else %}
<div class="col-xs-12 col-md-6 col-lg-3 isotope-item post-teaser tool">
{% endif |%}
{% if p.layout == 'thema' %}
{% include thema-teaser-tile.html post=p %}
{% else %}
{% include tool-teaser-tile.html post=p %}
{% endif %}
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
</div>
</div>
|
css/btns.css | josephbadran/btns.css | .btn,
.btn-ol {
padding: .9em 1.8em .8em;
-webkit-font-smoothing: antialiased;
line-height: 1;
color: #fff;
text-shadow: none;
vertical-align: middle;
background-image: none;
border: 0;
border-radius: 3px;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: background-color 0.1s ease;
transition: background-color 0.1s ease;
}
.btn:active,
.btn-ol:active,
.btn:focus,
.btn-ol:focus {
outline: none;
}
.btn-default {
color: #fff;
background-color: #c7cbd3;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
color: #fff;
background-color: #b0b6c1;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-ol-default {
padding: .8em 1.65em .6em;
color: #b0b6c1;
background-color: transparent;
border: 2px solid #c7cbd3;
}
.btn-ol-default:hover {
color: #9fa6b4;
background-color: transparent;
border-color: #aab0bd;
}
.btn-ol-default:active {
background-color: transparent;
}
.btn-ol-default.btn-muted:hover,
.btn-ol-default.btn-muted:active,
.btn-ol-default.btn-muted:focus {
color: #aab0bd;
cursor: default;
-webkit-box-shadow: 0 0 0 2px #c7cbd3 inset;
box-shadow: 0 0 0 2px #c7cbd3 inset;
}
.btn-ol-primary {
padding: .8em 1.65em .6em;
color: #3276b1;
background-color: transparent;
border: 2px solid #428bca;
}
.btn-ol-primary:hover {
color: #2b669a;
background-color: transparent;
border-color: #3071a9;
}
.btn-ol-primary:active {
background-color: transparent;
}
.btn-ol-primary.btn-muted:hover,
.btn-ol-primary.btn-muted:active,
.btn-ol-primary.btn-muted:focus {
color: #3071a9;
cursor: default;
-webkit-box-shadow: 0 0 0 2px #428bca inset;
box-shadow: 0 0 0 2px #428bca inset;
}
.btn-ol-success {
padding: .8em 1.65em .6em;
color: #3b883b;
background-color: transparent;
border: 2px solid #47a447;
}
.btn-ol-success:hover {
color: #317231;
background-color: transparent;
border-color: #388038;
}
.btn-ol-success:active {
background-color: transparent;
}
.btn-ol-success.btn-muted:hover,
.btn-ol-success.btn-muted:active,
.btn-ol-success.btn-muted:focus {
color: #388038;
cursor: default;
-webkit-box-shadow: 0 0 0 2px #47a447 inset;
box-shadow: 0 0 0 2px #47a447 inset;
}
.btn-ol-info {
padding: .8em 1.65em .6em;
color: #3276b1;
background-color: transparent;
border: 2px solid #428bca;
}
.btn-ol-info:hover {
color: #2b669a;
background-color: transparent;
border-color: #3071a9;
}
.btn-ol-info:active {
background-color: transparent;
}
.btn-ol-info.btn-muted:hover,
.btn-ol-info.btn-muted:active,
.btn-ol-info.btn-muted:focus {
color: #3071a9;
cursor: default;
-webkit-box-shadow: 0 0 0 2px #428bca inset;
box-shadow: 0 0 0 2px #428bca inset;
}
.btn-ol-warning {
padding: .8em 1.65em .6em;
color: #ed9c28;
background-color: transparent;
border: 2px solid #f0ad4e;
}
.btn-ol-warning:hover {
color: #e38d13;
background-color: transparent;
border-color: #ec971f;
}
.btn-ol-warning:active {
background-color: transparent;
}
.btn-ol-warning.btn-muted:hover,
.btn-ol-warning.btn-muted:active,
.btn-ol-warning.btn-muted:focus {
color: #ec971f;
cursor: default;
-webkit-box-shadow: 0 0 0 2px #f0ad4e inset;
box-shadow: 0 0 0 2px #f0ad4e inset;
}
.btn-ol-danger {
padding: .8em 1.65em .6em;
color: #d2322d;
background-color: transparent;
border: 2px solid #d9534f;
}
.btn-ol-danger:hover {
color: #b92c28;
background-color: transparent;
border-color: #c9302c;
}
.btn-ol-danger:active {
background-color: transparent;
}
.btn-ol-danger.btn-muted:hover,
.btn-ol-danger.btn-muted:active,
.btn-ol-danger.btn-muted:focus {
color: #c9302c;
cursor: default;
-webkit-box-shadow: 0 0 0 2px #d9534f inset;
box-shadow: 0 0 0 2px #d9534f inset;
}
.btn-lg {
font-size: 18px;
}
.btn-lg.btn-ol-default,
.btn-lg.btn-ol-primary,
.btn-lg.btn-ol-success,
.btn-lg.btn-ol-info,
.btn-lg.btn-ol-warning,
.btn-lg.btn-ol-danger,
.btn-lg.btn-ol-default {
padding: .8em 1.7em .7em;
}
.btn-sm {
font-size: 12px;
}
.btn-sm.btn-ol-default,
.btn-sm.btn-ol-primary,
.btn-sm.btn-ol-success,
.btn-sm.btn-ol-info,
.btn-sm.btn-ol-warning,
.btn-sm.btn-ol-danger,
.btn-sm.btn-ol-default {
padding: .75em 1.63em .6em;
}
.btn-xs {
padding: .5em 1.5em .4em;
font-size: 12px;
}
.btn-xs.btn-ol-default,
.btn-xs.btn-ol-primary,
.btn-xs.btn-ol-success,
.btn-xs.btn-ol-info,
.btn-xs.btn-ol-warning,
.btn-xs.btn-ol-danger,
.btn-xs.btn-ol-default {
padding: .3em 1.35em .25em;
} |
demo/app/page/empleo.html | oixxio/gis-mProduccion | <div class="row panel-chart" ng-controller="EChartsCtrl">
<div class="col-md-6">
<i class="fa fa-arrows-alt fa-2x btn-full-screen" aria-hidden="true"
ng-click="goChartFullScreen(treemap.options, 'treemap', 'empleo')"></i>
<div data-echarts data-options="treemap.options" style="height:360px"></div>
</div>
<div class="col-md-6">
<div class="chart-tag tag-1">Alta dinámica</div>
<div class="chart-tag tag-2">Alta especialización</div>
<div class="chart-tag tag-3">Baja dinámica</div>
<div class="chart-tag tag-4">Baja especialización</div>
<i class="fa fa-arrows-alt btn-full-screen" aria-hidden="true"
ng-click="goChartFullScreen(scatter1.options, 'scatter', 'empleo')"></i>
<p id="ejeX">Coef. de especialización Empleo</p>
<p id="ejeY" style="left: -12.3% !important;">Grado de dinámica Empleo</p>
<div data-echarts data-options="scatter1.options" style="height: 360px;"></div>
</div>
</div>
<div class="row">
<div class="col-md-6" style="text-align: center;color:#BBBBBB">Fuente: Elaboración propia en base a datos de OEDE</div>
<div class="col-md-6" style="text-align: center;color:#BBBBBB">Fuente: Elaboración propia en base a datos de OEDE</div>
</div>
|
modules/module_7/lab3/templates/cartTabDefaultPage.html | alejo8591/unipiloto-apm-4 | <ion-view title="Cart Tab Default Page" id="page3" class=" ">
<ion-content padding="true" class="has-header">
{{ email }}
{{ pass }}
{{ description }}
</ion-content>
</ion-view> |
src/index.html | FRCDashboard/FRCDashboard | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>FRC Dashboard</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="timer">2:15</div>
<header>
<!-- Tells whether robot is connected to dashboard. -->
<div id="robot-state">Unknown state</div>
<button id="connect-button">Connect</button>
</header>
<!-- You'll need to mess around with the CSS of #camera (found in css/style.css) to get it to work.
More explanation in that CSS rule. -->
<div id="camera"></div>
<!-- The main body of the dashboard, by default contains the gyro monitor and the robot diagram -->
<article>
<!-- Gyroscope -->
<svg id="gyro">
<circle cx="85" cy="85" r="83"></circle>
<circle cx="85" cy="85" r="50"></circle>
<rect id="gyro-arm" x="80" y="5" width="10" height="80"></rect>
<text id="gyro-number" x="90" y="115">0º</text>
</svg>
<!-- Example robot diagram, arm moves when encoder value changes -->
<svg id="robot-diagram" width="332" height="450">
<text x="40" y="340">Example SVG Robot Diagram</text>
<rect x="75" y="360" width="230" height="40"></rect>
<rect x="85" y="370" width="210" height="40"></rect>
<rect id="robot-arm" x="5" y="375" width="80" height="10"></rect>
<circle cx="100" cy="410" r="25"></circle>
<circle cx="260" cy="410" r="25"></circle>
<rect x="60" y="380" width="250" height="30"></rect>
<text id="team" x="185" y="405" text-anchor="middle">####</text>
</svg>
</article>
<!-- The sidebar of the dashboard. Designed for smaller control elements like selection boxes and small buttons. -->
<aside>
<!-- Example button which toggles /SmartDashboard/exampleValue NetworkTables value.
The <p> below then says the value. -->
<div id="example-section">
<button id="example-button">Change example value</button>
<p id="example-readout">Value is undefined</p>
</div>
<!-- Autonomous selector -->
<div class="select-container">
<select id="auto-select">
<option>No auto modes found</option>
<!-- This gets populated by JS -->
</select>
</div>
<div>
<p>Adjust arm height</p>
<input id="arm-position" type="range" min="0" max="1200" value="770">
</div>
</aside>
<div id="login">
<input id="connect-address" type="text" value="localhost" disabled>
<button id="connect" disabled>Connecting</button>
</div>
<script src="networktables/networktables.js"></script>
<script src="ui.js"></script>
<script src="connection.js"></script>
<script src="../node_modules/@frc-web-components/frc-web-components/build/frc-web-components.min.js"></script>
<script>
webbitStore.addSourceProvider('NetworkTables');
webbitStore.setDefaultSourceProvider('NetworkTables');
</script>
</body>
</html>
|
stylesheet.css | c0d3s/c0d3s.github.io |
html {
background-color: #191919;
color: #ffffff;
}
div {
padding: 3em;
margin: 0 auto;
text-align: center;
}
* {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
border: 0px dotted black;
}
h1 {
align: center;
font-family: Georgia;
font-size: 3em;
font-weight: bold;
font-style: italic;
}
h3 {
font-family: "Cinzel";
font-size: 2.5em;
font-weight: normal;
}
h5 {
font-family: Georgia;
font-size: 1.5em;
font-weight: bold;
font-style: italic;
color: #c94912;
}
p {
font-family: georgia;
font-style: italic;
font-weight: bold;
}
a {
text-decoration: none;
}
.button {
font-family: georgia;
background-color: #407299;
color: white;
display: inline-block;
text-decoration: none;
font-style: italic;
line-height: 1.5em;
margin: 0;
padding: .5em;
border: .25em solid #355F7F;
}
.button:hover {
background-color: #254259;
}
a:link {
color: #1292CA;
text-decoration: italic bold;
font-family: georgia;
font-size: .75em;
}
a:hover {
color: #ffffff;
text-decoration: italic;
}
a:visited {
color: #1292CA;
text-decoration: italic bold;
font-family: georgia;
text-decoration: none;
}
header {
background-color: #191919;
height: 6.5em;
width: 100%;
border-bottom: 2px solid #999999
}
#wrapper {
max-width: 1000px;
width: 75%;
margin-left: auto;
margin-right: auto;
}
#logo {
display: inline-block;
float: right;
margin: 1%;
text-align: right;
}
nav {
vertical-align: middle;
height: 2em;
display: inline-block;
margin: 2%;
float: left;
text-align: left;
}
#content {
display: inline-block;
clear: both;
float: left;
width: 48%;
margin: 1%;
text-align: center;
}
#findme {
display: inline-block;
float: right;
width: 48%;
margin: 1%;
text-align: center;
}
div img {
max-width: 80%;
max-height: 80%;
min-width: 10%;
min-height: 10%;
}
footer {
clear: both;
background-color: #191919;
height: 3em;
width: 100%;
line-height: 50px;
text-align: center;
border-top: 2px solid #999999;
}
div img {
border: 2px dotted #9999999;
border-radius: 100%;
}
@media only screen and (max-width: 700px){
#content, #findme {
float: none;
width: 100%;
}
nav {
float: none;
display: block;
clear: both;
width: 50%;
margin: 75px auto;
}
#logo {
float: none;
text-align: center;
display: block;
clear: both;
width: 75%;
margin: -205px auto ;
}
.button {
display: block;
text-align: center;
}
header {
height: 17em;
line-height: 3em;
padding: 20px 0;
}
h1 {
font-size: 2.5em;
}
}
|
www/templates/tab-dash.html | jasondu/cmsapp | <ion-view title="玉">
<ion-content class="has-header">
<ion-refresher
pulling-text="Pull to refresh..."
on-refresh="doRefresh()">
</ion-refresher>
<ion-slide-box does-continue="true">
<ion-slide ng-repeat="adv in advs" show-pager="false">
<div class="box">
<img width="100%" height="100%" src="{{adv.image.url}}" alt=""/>
</div>
</ion-slide>
</ion-slide-box>
<div class="list card ionic">
<a href="#" class="item item-icon-left">
<i class="icon ion-home"></i>
购买电话
</a>
<a href="#" class="item item-icon-left">
<i class="icon ion-ios7-telephone"></i>
微信号
</a>
<a href="#" class="item item-icon-left">
<i class="icon ion-wifi"></i>
地址
</a>
<a href="#" class="item item-icon-left">
<i class="icon ion-card"></i>
账号
</a>
</div>
</ion-content>
</ion-view>
|
_posts/2013-11-13-introducing-viasfora.html | tomasr/winterdom.com | ---
layout: post
status: publish
published: true
title: Introducing Viasfora
author:
display_name: Tomas Restrepo
login: tomasr
email: tomas@winterdom.com
url: http://winterdom.com/
author_login: tomasr
author_email: tomas@winterdom.com
author_url: http://winterdom.com/
wordpress_id: 1379
wordpress_url: http://winterdom.com/?p=1379
date: '2013-11-13 03:23:06 +0000'
date_gmt: '2013-11-13 03:23:06 +0000'
categories:
- Uncategorized
- Visual Studio
tags: []
comments:
- id: 38428
author: Jorge
author_email: onthefly@zonmail.pt
author_url: ''
date: '2013-11-30 18:04:45 +0000'
date_gmt: '2013-11-30 18:04:45 +0000'
content: "Very good extension.\r\nHowever there is a problem when editing separate
js files.\r\nThe visual studio 2012 Pro editor turns very, very slow and typing
is painfull.\r\nDisabling the extension everything turns ok. So...\r\nWith all
other types of files nothing unusual happens.\r\nHope I helped."
- id: 39083
author: Tomas Restrepo
author_email: tomas@winterdom.com
author_url: http://winterdom.com/
date: '2013-12-03 04:34:44 +0000'
date_gmt: '2013-12-03 04:34:44 +0000'
content: '@Jorge: Can you clarify what you mean by "editing separate js files"?
Note that I did push an update recently that fixed some performance issues, and
I''m working on improving this even more for v1.2 which hopefully I''ll release
later this week.'
- id: 44127
author: Mateo
author_email: no@email.com
author_url: ''
date: '2013-12-17 13:24:45 +0000'
date_gmt: '2013-12-17 13:24:45 +0000'
content: I have same problem as Jorge but with .cs files.
- id: 44674
author: Tomas Restrepo
author_email: tomas@winterdom.com
author_url: http://winterdom.com/
date: '2013-12-19 00:01:37 +0000'
date_gmt: '2013-12-19 00:01:37 +0000'
content: "@Mateo: Next version is coming out soon, and I've done lots of work on
improving performance. Hopefully this will clear any issues you're seeing."
---
<p>A couple of days ago, I unveiled <a href="http://viasfora.com/">Viasfora</a>, my latest attempt at building a decently packaged extension for Visual Studio 2010, 2012, and 2013. I had already published a few VS Extensions before (Keyword Classifier, BetterXml, Line Adornments, and Xaml Classifier Fix), but it was not overly successful. The reasons for this were several:</p>
<ul>
<li>I originally published those extensions not really as something useful in their own right, but rather as samples on how to implement VS extensions. They were successful in that regard, but none were ever very widely used.</li>
<li>While useful in their own right, the extensions weren't very polished. They were not very easy to customize and the code needed some cleanup to be easier to maintain.</li>
<li>The names, frankly, sucked.</li>
<li>I'm terrible at promoting stuff, so I never did much about them other than a few posts on this blog. I even was so absentminded that I uploaded BetterXml to the Visual Studio Gallery, only to forget to publish it. No wonder no one used it!</li><br />
</ul></p>
<h2>What is Viasfora?</h2></p>
<p>Viasfora is a combination of my 3 most significant previous extensions. Keyword Classifier, BetterXml and Line Adornments. It puts them all in a single, nice package that includes full customizability through the Tools -> Options dialog in Visual Studio, including the ability to turn individual features on/off.</p></p>
<p><img src='http://viasfora.com/images/logo-small.png'/></p>
<p>So what does Viasfora offer? Check the website for the full details, but here are some highlights:</p></p>
<ul>
<li>Current Line Highlighting, a native feature in VS2013, but supported on VS2010 and VS2012.</li>
<li>Custom highlighting of Control Flow keywords, LINQ-related Keywords and Visibility keywords for C#, C/C++, JavaScript and Visual Basic (new!).</li>
<li>Highlighting of character escape sequences in C# strings, which makes it real easy to spot them!</li>
<li>Custom highlighting of XML namespace prefixes in XML/XAML/HTML documents.</li>
<li>Highlighting closing element tags in XML/XAML/HTML documents in a different color as the opening element tag. This is one of my favorite features and one I often miss from Vim.</li>
<li>Matching (through highlight) of opening/closing element tags in XML documents (new!).</li>
<li>Tooltips for easy lookup of XML namespace prefixes.</li>
<p></ul></p>
<p>Hopefully having a nice (if simple) website for the extension with all the information makes it easier for people to find and get interested in it. As with my previous extensions, complete source is available on the < a href='https://github.com/tomasr/viasfora/'>github repository</a>.</p>
<h2>Where does the name come from?</h2></p>
<p>Sorry, I still suck at naming :). The name Viasfora comes from my attempt of mixing the greek word "Diáfora" and, well, obviously VS for Visual Studio. It sounds catchy, I think!</p>
<p>Please let me know if anyone runs into any problems, bugs or feature requests.</p> </p>
|
doc/java/jdk8/org/w3c/dom/ls/compact2-package-summary.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:22 PST 2014 -->
<title>org.w3c.dom.ls (Java Platform SE 8 )</title>
<meta name="date" content="2014-12-17">
<meta name="keywords" content="org.w3c.dom.ls package">
<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="org.w3c.dom.ls (Java Platform SE 8 )";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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 class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/w3c/dom/events/compact2-package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/w3c/dom/views/compact2-package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/w3c/dom/ls/compact2-package-summary.html" target="_top">Frames</a></li>
<li><a href="compact2-package-summary.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">
<div class="subTitle">compact2</div>
<h1 title="Package" class="title">Package org.w3c.dom.ls</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/DOMImplementationLS.html" title="interface in org.w3c.dom.ls">DOMImplementationLS</a></td>
<td class="colLast">
<div class="block"><code>DOMImplementationLS</code> contains the factory methods for creating
Load and Save objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/LSInput.html" title="interface in org.w3c.dom.ls">LSInput</a></td>
<td class="colLast">
<div class="block">This interface represents an input source for data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/LSLoadEvent.html" title="interface in org.w3c.dom.ls">LSLoadEvent</a></td>
<td class="colLast">
<div class="block">This interface represents a load event object that signals the completion
of a document load.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/LSOutput.html" title="interface in org.w3c.dom.ls">LSOutput</a></td>
<td class="colLast">
<div class="block">This interface represents an output destination for data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/LSParser.html" title="interface in org.w3c.dom.ls">LSParser</a></td>
<td class="colLast">
<div class="block">An interface to an object that is able to build, or augment, a DOM tree
from various input sources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/LSParserFilter.html" title="interface in org.w3c.dom.ls">LSParserFilter</a></td>
<td class="colLast">
<div class="block"><code>LSParserFilter</code>s provide applications the ability to examine
nodes as they are being constructed while parsing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/LSProgressEvent.html" title="interface in org.w3c.dom.ls">LSProgressEvent</a></td>
<td class="colLast">
<div class="block">This interface represents a progress event object that notifies the
application about progress as a document is parsed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/LSResourceResolver.html" title="interface in org.w3c.dom.ls">LSResourceResolver</a></td>
<td class="colLast">
<div class="block"><code>LSResourceResolver</code> provides a way for applications to
redirect references to external resources.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/LSSerializer.html" title="interface in org.w3c.dom.ls">LSSerializer</a></td>
<td class="colLast">
<div class="block">A <code>LSSerializer</code> provides an API for serializing (writing) a
DOM document out into XML.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/LSSerializerFilter.html" title="interface in org.w3c.dom.ls">LSSerializerFilter</a></td>
<td class="colLast">
<div class="block"><code>LSSerializerFilter</code>s provide applications the ability to
examine nodes as they are being serialized and decide what nodes should
be serialized or not.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/w3c/dom/ls/LSException.html" title="class in org.w3c.dom.ls">LSException</a></td>
<td class="colLast">
<div class="block">Parser or write operations may throw an <code>LSException</code> if the
processing is stopped.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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 class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/w3c/dom/events/compact2-package-summary.html">Prev Package</a></li>
<li><a href="../../../../org/w3c/dom/views/compact2-package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/w3c/dom/ls/compact2-package-summary.html" target="_top">Frames</a></li>
<li><a href="compact2-package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
org.jpat.scuba.external.mockito/mockito-1.10.19/javadocs/org/mockito/verification/class-use/Timeout.html | JPAT-ROSEMARY/SCUBA | <!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_72) on Wed Dec 31 16:42:14 UTC 2014 -->
<title>Uses of Class org.mockito.verification.Timeout (Mockito 1.10.19 API)</title>
<meta name="date" content="2014-12-31">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.mockito.verification.Timeout (Mockito 1.10.19 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/mockito/verification/Timeout.html" title="class in org.mockito.verification">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
<!-- Note there is a weird javadoc task bug if using the double quote char \" that causes an 'illegal package name' error -->
<em id="mockito-version-header-javadoc7"><strong>Mockito 1.10.19 API</strong></em>
<!-- using the beautify plugin for jQuery from https://bitbucket.org/larscorneliussen/beautyofcode/ -->
<script type="text/javascript">
var shBaseURL = '../../../../js/sh-2.1.382/';
</script>
<script type="text/javascript" src="../../../../js/jquery-1.7.min.js"></script>
<script type="text/javascript" src="../../../../js/jquery.beautyOfCode-min.js"></script>
<script type="text/javascript">
/* Apply beautification of code */
var usingOldIE = false;
if($.browser.msie && parseInt($.browser.version) < 9) usingOldIE = true;
if(!usingOldIE) {
$.beautyOfCode.init({
theme : 'Eclipse',
brushes: ['Java']
});
var version = '1.10.19';
jQuery.fn.removeAttributes = function() {
return this.each(function() {
var attributes = $.map(this.attributes, function(item) {
return item.name;
});
var img = $(this);
$.each(attributes, function(i, item) {
img.removeAttr(item);
});
});
};
$(function() {
/* Add name & version to header for Javadoc 1.6 */
$('td.NavBarCell1[colspan=2]').each(function(index, element) {
var jqueryTD = $(element);
jqueryTD.after(
$('<td><em><strong>Mockito 1.10.19 API</strong></em></td>').attr('class','NavBarCell1').attr('id','mockito-version-header-javadoc6')
);
jqueryTD.removeAttr('colspan');
});
/* Cleans up mess with Javadoc 1.7 */
$('body > h1').removeAttributes().attr('class', 'bar').attr('title', 'Mockito 1.10.19 API');
/* Cleans up mess with Javadoc 1.7 with Javadoc 1.6 */
$('td em#mockito-version-header-javadoc7').remove();
});
}
</script>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/mockito/verification/class-use/Timeout.html" target="_top">Frames</a></li>
<li><a href="Timeout.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.mockito.verification.Timeout" class="title">Uses of Class<br>org.mockito.verification.Timeout</h2>
</div>
<div class="classUseContainer">No usage of org.mockito.verification.Timeout</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/mockito/verification/Timeout.html" title="class in org.mockito.verification">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>
<!-- Note there is a weird javadoc task bug if using the double quote char \" that causes an 'illegal package name' error -->
<em id="mockito-version-header-javadoc7"><strong>Mockito 1.10.19 API</strong></em>
<!-- using the beautify plugin for jQuery from https://bitbucket.org/larscorneliussen/beautyofcode/ -->
<script type="text/javascript">
var shBaseURL = '../../../../js/sh-2.1.382/';
</script>
<script type="text/javascript" src="../../../../js/jquery-1.7.min.js"></script>
<script type="text/javascript" src="../../../../js/jquery.beautyOfCode-min.js"></script>
<script type="text/javascript">
/* Apply beautification of code */
var usingOldIE = false;
if($.browser.msie && parseInt($.browser.version) < 9) usingOldIE = true;
if(!usingOldIE) {
$.beautyOfCode.init({
theme : 'Eclipse',
brushes: ['Java']
});
var version = '1.10.19';
jQuery.fn.removeAttributes = function() {
return this.each(function() {
var attributes = $.map(this.attributes, function(item) {
return item.name;
});
var img = $(this);
$.each(attributes, function(i, item) {
img.removeAttr(item);
});
});
};
$(function() {
/* Add name & version to header for Javadoc 1.6 */
$('td.NavBarCell1[colspan=2]').each(function(index, element) {
var jqueryTD = $(element);
jqueryTD.after(
$('<td><em><strong>Mockito 1.10.19 API</strong></em></td>').attr('class','NavBarCell1').attr('id','mockito-version-header-javadoc6')
);
jqueryTD.removeAttr('colspan');
});
/* Cleans up mess with Javadoc 1.7 */
$('body > h1').removeAttributes().attr('class', 'bar').attr('title', 'Mockito 1.10.19 API');
/* Cleans up mess with Javadoc 1.7 with Javadoc 1.6 */
$('td em#mockito-version-header-javadoc7').remove();
});
}
</script>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/mockito/verification/class-use/Timeout.html" target="_top">Frames</a></li>
<li><a href="Timeout.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>
|
Volterra/doc/graphics/nim/volterra/class-use/Window.MouseClickCallback.html | JulianThijssen/Volterra2D | <!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_74) on Sat Jul 16 01:21:01 CEST 2016 -->
<title>Uses of Class graphics.nim.volterra.Window.MouseClickCallback</title>
<meta name="date" content="2016-07-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class graphics.nim.volterra.Window.MouseClickCallback";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../graphics/nim/volterra/Window.MouseClickCallback.html" title="class in graphics.nim.volterra">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../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?graphics/nim/volterra/class-use/Window.MouseClickCallback.html" target="_top">Frames</a></li>
<li><a href="Window.MouseClickCallback.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class graphics.nim.volterra.Window.MouseClickCallback" class="title">Uses of Class<br>graphics.nim.volterra.Window.MouseClickCallback</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../graphics/nim/volterra/Window.MouseClickCallback.html" title="class in graphics.nim.volterra">Window.MouseClickCallback</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="#graphics.nim.volterra">graphics.nim.volterra</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="graphics.nim.volterra">
<!-- -->
</a>
<h3>Uses of <a href="../../../../graphics/nim/volterra/Window.MouseClickCallback.html" title="class in graphics.nim.volterra">Window.MouseClickCallback</a> in <a href="../../../../graphics/nim/volterra/package-summary.html">graphics.nim.volterra</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../graphics/nim/volterra/package-summary.html">graphics.nim.volterra</a> declared as <a href="../../../../graphics/nim/volterra/Window.MouseClickCallback.html" title="class in graphics.nim.volterra">Window.MouseClickCallback</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../graphics/nim/volterra/Window.MouseClickCallback.html" title="class in graphics.nim.volterra">Window.MouseClickCallback</a></code></td>
<td class="colLast"><span class="typeNameLabel">Window.</span><code><span class="memberNameLink"><a href="../../../../graphics/nim/volterra/Window.html#mouseClickCallback">mouseClickCallback</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../graphics/nim/volterra/Window.MouseClickCallback.html" title="class in graphics.nim.volterra">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../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?graphics/nim/volterra/class-use/Window.MouseClickCallback.html" target="_top">Frames</a></li>
<li><a href="Window.MouseClickCallback.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>
|
component/mini-form.component.html | tendentious/Angular-4-form-gen | <form [formGroup]="miniFormGroup"
(ngSubmit)="miniFormSubmit()"
class="form">
<div class="form-group" *ngFor="let field of fields">
<label [for]="field.name"
[ngClass]="{'has-error':
field.type == FieldType.Checkbox &&
miniFormGroup.controls[field.name].hasError('required') &&
miniFormGroup.controls[field.name].touched}"
class="control-label">{{field.label|titlecase}}</label>
<div [ngSwitch]="field.type"
[ngClass]="{'cbContainer': field.type == FieldType.Checkbox}"
>
<!--Text-->
<input
*ngSwitchCase="FieldType.Text"
type="text"
class="form-control"
[placeholder]="field._label|titlecase"
[id]="field.name"
[formControlName]="field.name"
/>
<!--Number-->
<input
*ngSwitchCase="FieldType.Number"
type="number"
class="form-control"
[placeholder]="field.label|titlecase"
[id]="field.name"
[formControlName]="field.name"/>
<!--Textarea-->
<textarea
class="form-control"
*ngSwitchCase="FieldType.TextArea"
[placeholder]="field.label|titlecase"
[id]="field.name"
[formControlName]="field.name"></textarea>
<!--Checkbox-->
<input
*ngSwitchCase="FieldType.Checkbox"
type="checkbox"
[id]="field.name"
[formControlName]="field.name"/>
<select
class="form-control"
*ngSwitchCase="FieldType.Select"
[formControlName]="field.name"
[id]="field.name">
<option *ngFor="let option of field.extras.options" [ngValue]="option.value">{{option.label}}</option>
</select>
<!--Radio-->
<div
*ngSwitchCase="FieldType.Radio"
>
<div
*ngFor="let option of field.extras.options">
<input type="radio"
class="radio"
[id]="option.label"
[name]="field.name"
[formControlName]="field.name"
[value]="option.value">
<label [for]="option.label"
[ngClass]="{'has-error':
miniFormGroup.controls[field.name].hasError('required') &&
miniFormGroup.controls[field.name].touched}">
{{option.label}}
</label>
</div>
</div>
</div>
<!--Error message-->
<div class="alert alert-danger"
*ngIf="field.hasErrors() &&
miniFormGroup.controls[field.name].touched &&
getErrorMessages(field).length">
<p *ngFor="let error of getErrorMessages(field)">{{error}}</p>
</div>
</div>
<button class="btn btn-default" type="submit">Submit</button>
</form>
|
_site/posts/arithmtique-avec-r.html | pwer21c/pwer21c.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Arithmétique avec R</title>
<meta name="author" content="BANG SANG HUN" />
<meta name="description" content="BANG sang hun." />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="alternate" type="application/rss+xml" href="/atom.xml" />
<link href="/css/up.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-57x57-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body>
<nav class="navbar navbar-fixed-top navbar-default navbar-blog" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-pages">
<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="/">BANG SANG HUN</a>
</div>
<div class="collapse navbar-collapse navbar-pages">
<ul class="nav navbar-nav navbar-right hidden-print thin">
<!--
<li>
<a class="hidden-xs" title="About me" href="/about">
<i class="fa fa-user fa-lg"></i>
</a>
<a class="visible-xs" title="About me" href="/about">
<i class="fa fa-user fa-lg"></i> About me
</a>
</li>
-->
</ul>
</div>
</nav>
<div class="container">
<article>
<h1>
<a href="/posts/arithmtique-avec-r">Arithmétique avec R</a>
</h1>
<section class="byline">
November 11, 2018
</section>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-15159522-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-15159522-6');
</script>
<div></div>
<div><span id="result_box" lang="fr">R peut être utilisé comme une simple calculatrice. Considérons les opérateurs arithmétiques suivants:</span></div>
<div></div>
<div>
<ul>
<li>Une addition +</li>
<li>Soustraction -</li>
<li>Multiplication *</li>
<li>Division /</li>
<li>Puissance ^</li>
<li>Modulo %%</li>
</ul>
</div>
<div>
<div><span class="short_text" lang="fr"> </span><span class="short_text" lang="fr">Les deux derniers pourraient avoir besoin d’explications:</span></div>
<div>
<ul>
<li>l'opérateur de puissance (^) est évalué de droite à gauche ; tous les autres de gauche à droite. Ainsi, 2^2^3 est 2^8, et non 4^3</li>
<li>L'opérateur modulo retourne le reste d'une division :
<ul>
<li>5 %%2 ( 5/2 =1 reste 1)</li>
</ul>
</li>
</ul>
</div>
</div>
<p><span id="result_box" lang="fr">Avec cette connaissance, suivez les instructions ci-dessous pour compléter l'exercice.</span></p>
<p></p>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
.dcl__index-module__console--2YAI1, .dcl__index-module__editor--m_p4P {font-size: 15px !important; }
.lm_header .lm_tab .lm_title {font-size: 15px !important;}
.dcl__Button-module__extra-small--2toEt, .dcl__Button-module__small--1VJc5 {font-size: 15px;}
</style>
</head>
<body>
<script type="text/javascript" src="//cdn.datacamp.com/dcl-react.js.gz"></script>
<div data-datacamp-exercise="" data-lang="r">
<code data-type="sample-code">
# Une addition
5 + 5
# Une soustraction
5 - 5
# Une multiplication
3 * 5
# Une division
(5 + 5)/2
# Une puissance
2^2^3
# L'opérateur modulo
28 %% 6
</code>
</div>
</body>
</html>
<div class="pull"></div>
<hr>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'pwer21cgithubio'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</article>
</div>
<div id="footer" class="hidden-print">
<section class="meta">
<div class="container">
<div class="row">
<!--div class="col-lg-2 col-lg-offset-4">
<a href="https://twitter.com/pwer21c">
<i class="fa fa-twitter fa-4x"></i>
<div>Follow me on Twitter.</div>
</a>
</div-->
<!--div class="col-lg-2 next">
<a href="https://github.com/pwer21c">
<i class="fa fa-github fa-4x"></i>
<div>
See my github profile.
</div>
</a>
</div-->
</div>
</div>
</section>
</div>
</body>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="/js/up.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300'
rel='stylesheet' type='text/css'>
</html>
|
fastapp/templates/fastapp/default.html | fatrix/django-fastapp | {% extends "fastapp/index.html" %}
{% block fastapp_main %}
<div class="container" ng-controller="BasesCtrl" ng-init="init()" ng-model="bases">
<div class="row">
<div class="col-md-12">
<div><h1>My bases</h1></div>
{% verbatim %}
<div class="highlight bases col-md-3" ng-repeat="one_base in bases | orderBy:'name':false">
<h4>
<a href="/fastapp/{{ one_base.name }}/index/">{{ one_base.name }}</a>
<button type="button" class="btn btn-default btn-xs" ng-click="cycle_state(one_base)">
<span ng-show="one_base.state == false">Stopped</span>
<span ng-show="one_base.state == true">Started (PID's: {{ one_base.pids }})</span>
</button>
</h4>
<div ng-repeat="apy in one_base.apy_models | orderBy:'name':false">
<button type="button" class="btn btn-default btn-xs"> {{ apy.name }} </button>
</div>
</div>
{% endverbatim %}
</div>
<!--<div class="col-md-4">
<div><h1>Public bases</h1></div>
{% for base in public_bases %}
<div class="highlight bases">
<h4><a href="/fastapp/{{base.name}}/index/">{{ base.name }}</a></h4>
<p> {% for exec in base.execs.all %}
<button type="button" class="btn btn-default btn-xs"> {{ exec.name }} </button>
{% endfor %}
</p>
</div>
{% endfor %}
</div>
-->
</div>
</div>
{% endblock %} |
_site/2018/10/19/bankruptcy/index.html | Amice13/court-on-the-palm | <!DOCTYPE html>
<html lang="uk">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Суд на долоні - аналітичний інструмент для пошуку, дослідження та візуалізації судових рішень!">
<meta name="keywords" content="Суд на ладоні, судові рішення, суд, суддя, судова аналітика, візуалізація судових рішень"/>
<meta name="author" content="Court on the Palm" />
<title>Банкрутство за новими правилами - Суд на долоні</title>
<link rel="canonical" href="http://court-on-the-palm.com.ua/2018/10/19/bankruptcy/">
<!-- Bootstrap Core CSS -->
<!-- <link rel="stylesheet" href="/css/bootstrap.min.css"> -->
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/clean-blog.css">
<!-- Pygments Github CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<!-- Custom Fonts -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" sizes="76x76" href="/img/apple-icon.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Суд на долоні</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/court.css">
<link rel="stylesheet" href="/css/custom.css">
<!-- Fonts and icons -->
<link href='https://fonts.googleapis.com/css?family=Cambo|Poppins:400,600' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/fonts/pe-icon-7-stroke.css">
<link rel="stylesheet" href="/vis/vis.min.css">
<link rel="stylesheet" href="/britecharts/britecharts.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js" type="text/javascript"></script>
<!-- Update your html tag to include the itemscope and itemtype attributes. -->
<html itemscope itemtype="http://schema.org/Article">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Банкрутство за новими правилами">
<meta itemprop="description" content="У четвер, 18 жовтня Верховна Рада прийняла Кодекс з процедур банкрутства">
<meta itemprop="image" content="/img/posts_img/2018-10-19-1.jpg">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@publisher_handle">
<meta name="twitter:title" content="Банкрутство за новими правилами">
<meta name="twitter:description" content="У четвер, 18 жовтня Верховна Рада прийняла Кодекс з процедур банкрутства">
<meta name="twitter:creator" content="@author_handle">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="/img/posts_img/2018-10-19-1.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="Банкрутство за новими правилами" />
<meta property="og:type" content="article" />
<meta property="og:url" content="/2018/10/19/bankruptcy/" />
<meta property="og:image" content="/img/posts_img/2018-10-19-1.jpg" />
<meta property="og:description" content="У четвер, 18 жовтня Верховна Рада прийняла Кодекс з процедур банкрутства" />
<meta property="og:site_name" content="Суд на долоні" />
<meta property="fb:admins" content="1283168205" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link type="application/atom+xml" rel="alternate" href="http://court-on-the-palm.com.ua/feed.xml" title="" />
</head>
<body class="post">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-transparent navbar-fixed-top" color-on-scroll="200">
<!-- if you want to keep the navbar hidden you can add this class to the navbar "navbar-burger"-->
<div class="container">
<div class="navbar-header">
<button id="menu-toggle" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#example">
<span class="sr-only">Відкрити меню</span>
<span class="icon-bar bar1"></span>
<span class="icon-bar bar2"></span>
<span class="icon-bar bar3"></span>
</button>
<a href="/" class="navbar-brand">
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="32px" height="32px" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
viewBox="0 0 661 661"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<style type="text/css">
<![CDATA[
.fil0 {fill:#FEFEFE}
]]>
</style>
</defs>
<g>
<path class="fil0" d="M658 331c0,-91 -37,-172 -96,-232 -59,-59 -141,-95 -231,-95 -91,0 -172,36 -232,95 -59,60 -95,141 -95,232 0,79 28,151 74,208 4,-4 7,-7 11,-11 7,-8 12,-18 19,-26 31,-35 106,-49 149,-31 56,24 43,47 102,37 18,-2 33,-4 50,-3 14,2 42,6 43,26 -2,8 -35,12 -50,15 -37,8 -20,4 -49,8 25,8 39,-1 64,-5 8,-2 25,-3 31,-6 18,-7 10,-17 8,-28 16,-15 46,-42 63,-54 8,-5 32,-13 30,4 -1,7 -18,27 -23,33 -50,65 -47,62 -122,93 -64,27 -59,24 -131,9 -81,-16 -80,-22 -111,11 49,30 107,47 169,47 90,0 172,-37 231,-96 59,-59 96,-141 96,-231zm-145 120l0 0zm-67 -205l0 257c1,1 2,1 3,2l3 -2c17,-16 44,-41 61,-52 3,-2 10,-5 16,-7l0 -198 18 0 0 -18 -119 0 0 18 18 0zm-157 0l0 229c7,4 12,8 16,11 13,10 20,16 52,11 5,-1 10,-2 15,-3l0 -248 19 0 0 -18 -120 0 0 18 18 0zm-74 205l0 -205 19 0 0 -18 -120 0 0 18 19 0 0 223c12,-6 26,-11 41,-14 14,-3 28,-4 41,-4zm-128 -261l488 0 0 -11 -488 0 0 11zm245 -115l0 0 246 99 -491 0 245 -99zm-245 148l488 0 0 -28 -488 0 0 28z"/>
</g>
</svg>
<span style="position:relative; top: -8px; left:8px; font-weight: bold;">
СУД НА ДОЛОНІ
</span>
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/">На головну</a>
</li>
<li>
<a href="/about/">Сервіси</a>
</li>
<li>
<a href="/team/">Наша команда</a>
</li>
<li>
<a href="/blog/">Блог</a>
</li>
<li>
<a target="_blank" style="background: orange; opacity: 1.0; border-radius: 10px; text-align: center;" href="https://docs.google.com/forms/d/e/1FAIpQLSfnL4bHAA0FCtrSkAT21l8hj4bNL-HCfx2HUa1NZq0d_Yv55g/viewform">Тестування</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!-- Post Header -->
<div class="section section-header">
<div class="parallax filter">
<div class="image"
style="background-image: url('/img/posts_img/2018-10-19-1.jpg')">
</div>
<div class="container">
<div class="content">
<div class="title-area">
<h1 class="title-modern" style="font-weight:bold;">Банкрутство за новими правилами</h1>
<h3></h2>
<div class="separator line-separator white">♦</div>
<p>У четвер, 18 жовтня Верховна Рада прийняла Кодекс з процедур банкрутства</p>
<span class="meta">Ольга Бугай<br/> 19.10.2018</span>
</div>
</div>
</div>
</div>
</div>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<p>У четвер, 18 жовтня Верховна Рада прийняла Кодекс з процедур банкрутства. До другого читання законопроект зібрав майже 1300 правок, 60% із яких були враховані. Отже, повністю проголосований документ можна буде побачити згодом.</p>
<h3 id="section">Переваги і підводні камені Кодексу</h3>
<p>Зараз відомо, що з кодексу до другого читання прибрали норми щодо автоматизованого арешту рахунків, єдиного електронного реєстру боржників та мирової угоди.</p>
<p>Одні з головних нововведень - процедура банкрутства фізичних осіб та електронні торги активів підприємств-банкрутів.</p>
<p>Але є ще один фактор, який публічно був поки поза увагою: обмеження касаційного оскарження. У законопроекті № 8060, п. 3 ст. 8 вказано, що «У касаційному порядку не підлягають оскарженню постанови апеляційного господарського суду, прийняті за результатами перегляду судових рішень, крім таких…», і короткий перелік винятків.</p>
<p>У пояснювальній записці до законопроекту вказано, що «Україна за показником «Врегулювання неплатоспроможності» <a href="http://w1.c1.rada.gov.ua/pls/zweb2/webproc4_1?pf3511=63518">залишається на вкрай низькому 149 місці»</a> у світовому рейтингу Doing Business 2018. І однією з причин цього є занадто тривала процедура банкрутства (2,9 роки).</p>
<p>Обмеження можливостей касаційного оскарження, напевно, пришвидшить процедуру банкрутства. Але, ймовірно, може порушити право на справедливий судовий розгляд. Враховуючи, що новий кодекс стосується і відновлення платоспроможності фізичних осіб, можна прогнозувати хвилю звернень до Європейського суду з прав людини.</p>
<h3 id="section-1">Попит на банкрутство</h3>
<p>За останній рік в судах було підготовлено 11 550 документів у справах, пов’язаних з банкрутством. Із них у 4075 справах – призначений розгляд, у 2273 справах – розгляд відкладено. Тільки у трохи більше, ніж 2% (250) справ результат - «визнано банкрутом».</p>
<p>Найбільше справ про банкрутство слухають у м. Київ (2238), у Дніпропетровській області (1694), у Запорізькій області (964), у Донецькій області (801), у Львівській області (773).</p>
<p>До речі, «Суд на долоні» дає можливість побачити, хто із адвокатів найбільше спеціалізується на питаннях банкрутства. Наприклад, адвокат Посвистак С. М. згадується у 69 судових документах, адвокат Кромп О. П. – у 57, адвокат Притула Д. А. – у 47.</p>
<p>Можна відстежити й активність арбітражних керуючих. Наприклад, Сиволобов М. М. вказаний у 179 судових документах, Реверук П. К. – у 166, Кучак Ю. Ф. – у 153.</p>
<p>Серед позивачів у справах банкрутства, очікувано, переважають банки – «Райффайзен банк Аваль», «Укрсоцбанк», «ВТБ банк», «Приватбанк» та інші.</p>
<p>Найчастіше грошові вимоги заявляються у розмірі від 100 тис до 1 млн грн (17395 разів були вказані суму в такому діапазоні). Від 1 млрд грн вказувались суми у 139 документах.</p>
<p>У касаційної інстанції протягом цього року було 339 документів. У 71 випадку касація залишала рішення без змін.</p>
<p>У тих, хто безпосередньо не стикався з банкрутствами, може скластись враження, що це винятково господарські справи. Натомість тільки з одним кримінальним провадженням пов’язані 17 судових документів. Зокрема, мова йде про <a href="https://conp.com.ua/lawsuit/75218291">«вчинення незаконних дій з ухилення від сплати податків шляхом організації фіктивних банкрутств у 136 суб’єктах господарювання»</a>. Шахраї використовували паспортні дані ліквідаторки і від її імені звертались до суду. Всього протягом цього року справи про банкрутство були пов’язані з 25 кримінальним провадженнями.</p>
<p>Серед справ, пов’язаних з банкрутством, уже є такі, що розглядаються касаційною інстанцією через фундаментальне значення для формування єдиної правозастосовчої практики. Можливо, Кодекс з процедур банкрутства та нормативно-правові акти для його імплементації, дійсно, дозволять сформувати єдину практику.</p>
<hr>
<ul class="pager" style="position:relative;">
<li class="previous">
<a href="/2018/10/11/drunk-drivers/" data-toggle="tooltip" data-placement="top" title="Як третина п’яних за кермом уникає покарання">← Попередній <span class="dont-show-mobile">пост</span></a>
</li>
<div class="social_buttons" class="text-center">
<div class="share42init"></div>
</div>
<script type="text/javascript" src="/js/share42/share42.js"></script>
</ul>
</div>
</div>
</div>
</article>
<hr/>
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div id="disqus_thread"></div>
</div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
var disqus_config = function () {
this.page.url = '/2018/10/19/bankruptcy/'; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = '/2018/10/19/bankruptcy/'; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://courtonthepalm.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="/feed.xml">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/courtonthepalm">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="mailto:kirillzakharov13@gmail.com">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">© Суд на долоні 2018</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/js/jquery.min.js "></script>
<!-- Bootstrap Core JavaScript -->
<script src="/js/bootstrap.min.js "></script>
<!-- Custom Theme JavaScript -->
<script src="/js/clean-blog.min.js "></script>
<!-- js library for devices recognition -->
<script src="/js/modernizr.js"></script>
<!-- file where we handle all the script from the Gaia - Bootstrap Template -->
<script src="/js/gaia.js"></script>
<script id="dsq-count-scr" src="//courtonthepalm.disqus.com/count.js" async></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109491896-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-109491896-1');
</script>
</body>
</html>
|
src/Viteloge/CoreBundle/Resources/descriptions/88156.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Doncières est
un village
géographiquement positionné dans le département des Vosges en Lorraine. On dénombrait 149 habitants en 2008.</p>
<p>La ville offre quelques équipements, elle propose entre autres un terrain de sport.</p>
<p>Si vous pensez emmenager à Doncières, vous pourrez facilement trouver une maison à acheter. </p>
<p>Le nombre d'habitations, à Doncières, était réparti en 2011 en neuf appartements et 52 maisons soit
un marché plutôt équilibré.</p>
<p>À coté de Doncières sont positionnées géographiquement les villes de
<a href="{{VLROOT}}/immobilier/anglemont_88008/">Anglemont</a> située à 2 km, 173 habitants,
<a href="{{VLROOT}}/immobilier/nossoncourt_88333/">Nossoncourt</a> située à 2 km, 106 habitants,
<a href="{{VLROOT}}/immobilier/hardancourt_88230/">Hardancourt</a> située à 5 km, 44 habitants,
<a href="{{VLROOT}}/immobilier/menil-sur-belvitte_88301/">Ménil-sur-Belvitte</a> à 4 km, 308 habitants,
<a href="{{VLROOT}}/immobilier/romont_88395/">Romont</a> localisée à 5 km, 346 habitants,
<a href="{{VLROOT}}/immobilier/menarmont_88298/">Ménarmont</a> à 3 km, 48 habitants,
entre autres. De plus, Doncières est située à seulement 27 km de <a href="{{VLROOT}}/immobilier/epinal_88160/">Épinal</a>.</p>
</div>
|
user/themes/beer/css/bootstrap-custom.css | KannipaB/be-grav | /* Constrain the width */
.container {
width: auto;
max-width: 960px;
padding: 0 15px;
}
/* Center the footer text */
.container .text-muted {
margin: 20px 0;
text-align: center;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
/* Typography */
/* Tables */
table {
width: 100%;
border: 1px solid #f0f0f0;
margin: 30px 0;
}
th {
font-weight: bold;
background: #f9f9f9;
padding: 5px;
}
td {
padding: 5px;
border: 1px solid #f0f0f0;
}
/* Notice Styles */
blockquote {
padding: 0 0 0 20px !important;
font-size: 16px;
color: #666;
}
blockquote > blockquote > blockquote {
margin: 0;
}
blockquote > blockquote > blockquote p {
padding: 15px;
display: block;
margin-top: 0rem;
margin-bottom: 0rem;
border: 1px solid #f0f0f0;
}
blockquote > blockquote > blockquote > p {
/* Yellow */
margin-left: -75px;
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
blockquote > blockquote > blockquote > blockquote > p {
/* Red */
margin-left: -100px;
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
blockquote > blockquote > blockquote > blockquote > blockquote > p {
/* Blue */
margin-left: -125px;
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
/* Green */
margin-left: -150px;
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
|
ajax/libs/datatables/1.9.4/css/jquery.dataTables_themeroller.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:1c8ca946aa01ef037358444ea9078fc4e69bdc462955e735ea65918d4aa377e9
size 4559
|
templates/test.html | JGX020/picture-search-talk | <!DOCTYPE html>
<html>
<!-- Head: Containing all the meta data and import needed -->
<head lang="en">
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="../static/js/string_format.js"></script>
<meta charset="UTF-8">
<title>Ajax Demo</title>
</head>
<!-- Body: Containing all HTML of the page -->
<body>
<div id="container"></div>
<button id="like">Like</button>
<button id="dislike">Dislike</button>
<div id="results"></div>
</body>
<!-- Javascript for programming logic in HTML -->
<!-- Logic to load the next image or when the images run out sent data to backend -->
<script>
var imgNames = {{ sample_image_names | safe }};
window.likeLst = [];
window.dislikeLst = [];
window.imgListLen = imgNames.length;
window.ith_image = 0;
var imgHTML = '<img src="{0}" height="48px" height="48px">';
function accessImage() {
if (window.ith_image < window.imgListLen) {
// Generate HTML img tag for the image
var imgName = imgNames[window.ith_image];
var imgHTMLFormat = String.format(imgHTML, imgName);
$('#container').html(imgHTMLFormat);
}
if (window.ith_image === window.imgListLen) {
// If it is at the end of the list, send it to the back end
$.ajax({
'url': '/process_images',
'data': JSON.stringify([window.likeLst, window.dislikeLst]),
'type': 'POST',
'contentType': 'application/json',
'success': function (data) {
var result_images = JSON.parse(data);
for (i in result_images) {
$('#results').append(String.format(imgHTML, result_images[i]));
}
},
'error': function (request, status, error) {
console.log('Oh no!! Something went wrong.');
}
});
}
window.ith_image += 1;
}
// Load the first image
$(document).ready(function(){accessImage();});
</script>
<!-- Logic to add image to like and dislike list -->
<script>
$('#like').click(function() {
console.log('clicked like');
var imgName = imgNames[window.ith_image - 1];
window.likeLst.push(imgName);
accessImage();
});
$('#dislike').click(function() {
console.log('clicked dislike');
var imgName = imgNames[window.ith_image - 1];
window.dislikeLst.push(imgName);
accessImage();
});
</script>
</html> |
docs/file/src/commands/general/test.js.html | Gawdl3y/discord-graf | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../../../">
<title data-ice="title">src/commands/general/test.js | API Document</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
<script src="script/manual.js"></script>
</head>
<body class="layout-container" data-ice="rootContainer">
<header>
<a href="./">Home</a>
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a data-ice="repoURL" href="https://github.com/Gawdl3y/discord-graf.git" class="repo-url-github">Repository</a>
<div class="search-box">
<span>
<img src="./image/search.png">
<span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
</span>
<ul class="search-result"></ul>
</div>
</header>
<nav class="navigation" data-ice="nav"><div>
<ul>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/config.js~BotConfig.html">BotConfig</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/index.js~GrafBot.html">GrafBot</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/permissions.js~BotPermissions.html">BotPermissions</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/util.js~BotUtil.html">BotUtil</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-BotCommand">BotCommand</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-BotPermissions">BotPermissions</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-BotUtil">BotUtil</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-version">version</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-ConfigObject">ConfigObject</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-PatternConstants">PatternConstants</a></span></span></li>
<li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">commands</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/command.js~Command.html">Command</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/dispatcher.js~CommandDispatcher.html">CommandDispatcher</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/registry.js~CommandRegistry.html">CommandRegistry</a></span></span></li>
<li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">commands/channels</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/commands/channels/allow.js~AllowChannelCommand.html">AllowChannelCommand</a></span></span></li>
<li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">data</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/data/allowed-channels.js~AllowedChannelStorage.html">AllowedChannelStorage</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/data/mod-roles.js~ModRoleStorage.html">ModRoleStorage</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/data/settings.js~SettingStorage.html">SettingStorage</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/data/storage.js~Storage.html">Storage</a></span></span></li>
<li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">data/models</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/data/models/setting.js~Setting.html">Setting</a></span></span></li>
<li data-ice="doc"><div data-ice="dirPath" class="nav-dir-path">errors</div><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/errors/command-format.js~CommandFormatError.html">CommandFormatError</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/errors/friendly.js~FriendlyError.html">FriendlyError</a></span></span></li>
</ul>
</div>
</nav>
<div class="content" data-ice="content"><h1 data-ice="title">src/commands/general/test.js</h1>
<pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">'use babel';
'use strict';
import splitMessage from '../../util/split-message';
export default {
name: 'test',
group: 'general',
groupName: 'test',
description: 'Tests stuff.',
argsType: 'single',
async run(message, args) {
let text = '';
for(let i = 0; i < parseInt(args[0]); i++) text += 'This is a line of text, that is kind of long, but not really. Yeeeeeeaaaaaaah.\n';
return splitMessage(text);
}
};
</code></pre>
</div>
<footer class="footer">
Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(0.4.8)</span></a>
</footer>
<script src="script/search_index.js"></script>
<script src="script/search.js"></script>
<script src="script/pretty-print.js"></script>
<script src="script/inherited-summary.js"></script>
<script src="script/test-summary.js"></script>
<script src="script/inner-link.js"></script>
<script src="script/patch-for-local.js"></script>
</body>
</html>
|
markdown/dist/styles/main.css | atsumo/nwjs-sample | @import url(./normalize.css);
h1 {
color: green; }
li.task {
list-style-type: none; }
li.task label {
padding: 0 10px; }
html, body {
margin: 0;
padding: 0;
height: 100%; }
#app {
height: 100%; }
.content {
overflow: hidden;
height: 100%; }
.row {
height: 100%;
font-size: 16px; }
.editor {
float: left;
width: 50%;
background-color: #36312C;
color: #EBD1B7;
overflow: auto; }
.editor textarea {
font-family: "PT Sans",sans-serif;
line-height: 1.65;
letter-spacing: normal;
width: 90%;
margin: 0 auto;
display: block;
height: 100%;
background: none;
border: none;
padding: 30px 0;
outline: none; }
.preview {
float: left;
width: 50%;
overflow: auto; }
.preview .pre {
width: 90%;
margin: 0 auto;
display: block;
height: 100%;
padding: 30px 0; }
.menu {
position: absolute;
top: 10px;
right: 10px; }
.btn {
font-size: 30px;
width: 30px;
height: 30px; }
|
src/Microsoft.AspNetCore.ApiHelp/UI/Swagger/src/app/components/main/main.component.css | Arch/ApiHelp | @media only screen and (min-width:1400px) {
.screen-wide0{
display:block;
}
.screen-wide1{
display:none;
}
}
@media only screen and (max-width:1400px){
.screen-wide0{
display:none;
}
.screen-wide1{
display:block;
}
} |
shooting.html | suzmas/AFrame | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Space</title>
<meta name="description" content="Space Scene">
<script src="https://aframe.io/releases/0.5.0/aframe.min.js"></script>
<script src="https://rawgit.com/ngokevin/aframe-layout-component/master/dist/aframe-layout-component.min.js"></script>
<script src="https://unpkg.com/aframe-template-component@^3.1.1/dist/aframe-template-component.min.js"></script>
<script src="./components/projectile.js"></script>
</head>
<body>
<a-scene>
<a-assets>
<img id="enemy-alien" src="./images/alien1.png" />
<script id="enemies" type="text/x-nunjucks-template">
<a-entity layout="type: circle; radius: 5" position="0 0.5 0">
{% for x in range(0, 15) %}
<a-image class="enemy" look-at="#player" src="#enemy-alien" transparent="true">
// collision handler animation
<a-animation attribute="opacity" begin="collider-hit" dur="400" ease="linear" from="1" to="0"></a-animation>
</a-image>
{% endfor %}
<a-animation attribute="rotation" dur="30000" easing="linear" repeat="indefinite" to="0 360 0"></a-animation>
</a-entity>
</script>
<!-- Laser -->
<a-mixin id="laser" geometry="primitive: cylinder; radius: 0.05" material="color: white; metalness: 0.2; roughness: 0.3" rotation="90 0 0" projectile="speed: 0.4" collider="target: .enemy"></a-mixin>
</a-assets>
<a-entity template="src: #enemies"></a-entity>
<a-camera id="player" position="0 1.8 0" spawner="mixin: laser; on: click" click-listener></a-camera>
<a-sky src="./images/galaxy.jpg"></a-sky>
</a-scene>
</body>
</html>
|
html_intro/index.html | CharlieBliss/phase-0 | <!DOCTYPE html>
<html>
<head>
<title>
LOREM IPSUM
</title>
</head>
<body>
<img src="http://pioneerinstitute.org/wp-content/uploads/Test-keyboard.jpg">
<h3> TEST TEST TEST</h3>
<p>All sorts of text goes in this <a href http://www.google.com> paragraph </a> area.</p>
<h2 id="mainheader"> Random Garbage </h2>
<ul>
<li> TEST ETST TEST</li>
<li> TEST TEST TEST</li>
</ul>
<h2>Other Garbage</h2>
<ol>
<li> TEST ETST TEST</li>
<li> TEST TEST TEST</li>
</ol>
</body>
</html> |
src/css/main.css | rn226/IS117FinalProject | /*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
#wrap {
width: 1200px;
margin: auto;
}
h3 {
color: #00737f;
}
button {
color: #4ceeff ;
background: #2d7b83;
border: #2d7b83;
border-radius: 5px;
font-family: Sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
width: 206px;
height: 38px;
}
button:hover{
background-color: black;
}
.header img {
float: left;
width: 50px;
height: 50px;
padding-left: 20px;
margin: 0px;
}
.section1 img{
float: right;
position: absolute;
width: 900px;
height: 900px;
left: 800px;
top: 100px;
}
.header h1 {
position: relative;
top: 5px;
left: 10px;
color: #00737f;
margin: 0px;
}
.header button {
float: right;
margin-right: 80px;
margin-top: 15.5px;
position:absolute;
top:0;
right:0;
}
.section1 {
background-color: #00ddf4;
width: 100%;
height: 600px;
margin-top: 0px;
margin-bottom:0px;
padding-top:16px;
padding-bottom: 16px;
}
.section1 h2{
color: #00737f;
font-size:50px;
padding-left:200px;
padding-top:99px;
font-family: sans-serif;
}
.section1 p{
color: #00737f;
padding-left: 200px;
font-family: sans-serif;
font-size: 30px;
}
.section1 button{
float: center;
margin-left:350px;
margin-top:50px;
}
.feature button{
float: center;
margin-left: 525px;
margin-top: 100px;
}
.feature img{
margin-left:auto;
display: inline-block;
padding-left: 60px;
}
.feature h3{
font-size:30px;
}
.satisfation {
height: 600px;
font-family:sans-serif;
}
.satisfaction p{
color:#00737f;
margin-left: 300px;
font-size:20px;
}
.satisfaction h3{
font-size: 30px;
}
.form{
padding-left:900px;
color: #00737f;
font-family:sans-serif;
margin-top: -300px;
height: 400px;
}
.form button{
margin-top:10px;
}
.footer td {
text-align: left;
color:#00737f;
}
.testimonial h3{
font-size: 30px;
}
.testimonial {
margin-top: 100px;
height:600px;
width:100%
}
.testimonial td{
font-family:sans-serif;
color:#00737f
}
.footer {
background-color: #00ddf4;
width: 100%;
height: 400px;
margin-top: 0px;
margin-bottom:0px;
padding-top:16px;
padding-bottom: 16px;
font-family:sans-serif;
}
.satisfaction {
background-color: #ffffff;
width: 100%;
height: 450px;
margin-top: 0px;
margin-bottom:0px;
padding-top:16px;
padding-bottom: 16px;
}
.testimonial {
background-color: #ffffff
width: 100%;
height: 400px;
margin-top: 0px;
margin-bottom:0px;
padding-top:16px;
padding-bottom: 16px;
}
.footer button{
float: center;
margin-left: 580px;
margin-top: 40px;
margin-bottom: 10px;
}
.footer h3{
font-size: 50px;
}
.footer p{
font-family:sans-Serif;
font-size: 12px;
color:#00737f;
text-align: center;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print,
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
http://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*:before,
*:after,
*:first-letter,
*:first-line {
background: transparent !important;
color: #000 !important; /* Black prints faster:
http://www.sanbeiji.com/archives/953 */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
|
pay/templates/payindex.html | liucode/liucode.github.io | {% extends "base.html" %}
{% block body %}
<div class="container-fluid">
<div class="input-group">
<input type="text" class="form-control" name="paytext" placeholder="填入公司名或者地点" id="paytext">
<span class="input-group-btn">
<button type="button" class="btn btn-primary " data-toggle="modal" data-show="true" id="mypay">go</button>
</span>
</div>
</div><!-- /input-group -->
</div>
<p/>
<!--
<div class="container">
<div class="row" >
<a id="btn0"></a>
<input id="pageSize" type="text" size="1" maxlength="2" value="getDefaultValue()"/><a> 条 </a> <a href="#" id="pageSizeSet">设置</a>
<a id="sjzl"></a>
<a href="#" id="btn1">首页</a>
<a href="#" id="btn2">上一页 </a>
<a href="#" id="btn3">下一页</a>
<a href="#" id="btn4">尾页</a>
<a>转到 </a>
<input id="changePage" type="text" size="1" maxlength="4"/>
<a>页 </a>
<a href="#" id="btn5">跳转</a>
</div>
</div>
//-->
<div class="container-fluid">
{%if infos%}
{% for info in infos%}
<div class="panel panel-primary">
<div class="panel-heading">
<h3 id="myinfo">公司: {{info.0}} 地点: {{info.2}} 岗位: {{info.1}}</h3>
<div style="float:right;">
<button type="button" class="btn btn-danger btn-lg" id="jianbtn">不可信</button>
<button type="button" class="btn btn-success btn-lg" id="jiabtn">可信</button>
<h2 id="retsult"></h2>
</div>
</div>
<div class="panel-body">
<p id="myintr">{{info.6}}</p>
</div>
<!-- List group -->
<ul class="list-group">
<li class="list-group-item">薪资:{{info.3}}</li>
</ul>
</div>
{%endfor%}
{%endif%}
</div>
{% load staticfiles %}
<script language="JavaScript" src="{%static "/js/pay.js"%}">
</script>
{% endblock %}
|
templates/partials/header.html | zaclac/familytravel | <link href="/static/css/header.css" rel="stylesheet">
{% set days = get('day') %}
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/index.html">Our Adventures In Ireland</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Days<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
{% for day in days %}<li><a href="{{url(day)}}">{{day.name}}</a></li>{% endfor %}
</ul>
</li>
<li><a href="/galleries/">Photos</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav> |
Ext/log4net-1.2.11/doc/release/sdk/log4net.Appender.RemoteSyslogAppender.ActivateOptions.html | npruehs/slash-framework | <html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>RemoteSyslogAppender.ActivateOptions Method</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">log4net SDK Documentation - Microsoft .NET Framework 4.0</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">RemoteSyslogAppender.ActivateOptions Method </h1>
</div>
</div>
<div id="nstext">
<p> Initialize the options for this appender </p>
<div class="syntax">
<span class="lang">[Visual Basic]</span>
<br />Overrides Public Sub ActivateOptions() _<div> Implements <a href="log4net.Core.IOptionHandler.ActivateOptions.html">IOptionHandler.ActivateOptions</a></div></div>
<div class="syntax">
<span class="lang">[C#]</span>
<br />public override <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> ActivateOptions();</div>
<h4 class="dtH4">Implements</h4>
<p>
<a href="log4net.Core.IOptionHandler.ActivateOptions.html">IOptionHandler.ActivateOptions</a>
</p>
<h4 class="dtH4">Remarks</h4>
<p> Initialize the level to syslog severity mappings set on this appender. </p>
<h4 class="dtH4">See Also</h4><p><a href="log4net.Appender.RemoteSyslogAppender.html">RemoteSyslogAppender Class</a> | <a href="log4net.Appender.html">log4net.Appender Namespace</a></p><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"><param name="Keyword" value="ActivateOptions method"></param><param name="Keyword" value="ActivateOptions method, RemoteSyslogAppender class"></param><param name="Keyword" value="RemoteSyslogAppender.ActivateOptions method"></param></object><hr /><div id="footer"><p><a href="http://logging.apache.org/log4net">Copyright 2004-2011 The Apache Software Foundation.</a></p><p></p></div></div>
</body>
</html> |
spec/dummy/app/views/notifly/templates/notifications/_destroy.html | algorich/notifly | destroy notification |
_site/about/index.html | ComputersThatWerk/site_testbed | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About</title>
<meta name="description" content="Southwest Florida's premier IT Managed Service provider -- since 2014">
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="http://computersthatwerk.com/about/">
<link rel="alternate" type="application/rss+xml" title="Computers That Werk" href="http://computersthatwerk.com/feed.xml">
</head>
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="/">Computers That Werk</a>
<nav class="site-nav">
<a href="#" class="menu-icon">
<svg viewBox="0 0 18 15">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</a>
<div class="trigger">
<a class="page-link" href="/about/">About</a>
<a class="page-link" href="/blog/">Blog</a>
</div>
</nav>
</div>
</header>
<div class="page-content">
<div class="wrapper">
<article class="post">
<header class="post-header">
<h1 class="post-title">About</h1>
</header>
<div class="post-content">
<p>2011 was a phenomenal first year for Rich Werk. Computers that Werk was able to triple its profits within the first six months of operation. The rapid growth was due in large part to good old-fashioned customer satisfaction; word of mouth advertising and client referrals comprised (and still comprise) the majority of new business. As new clients poured in, it became apparent that Computers That Werk was proving to be an excellent resource for a niche industry, water damage restoration. Computers that Werk helped clients use their websites to generate leads using the power of search engines such as Google, Yahoo and (at the time) MSN. Leads flooded the water damage companies (no pun intended) and Computers that Werk.</p>
<p>In 2012, Rich quickly realized that people were calling him all of the time for advise day and night. Everyone that he knew told him that he should open his own business and stop working for another. After many thoughts, Rich did just that after!</p>
</div>
</article>
</div>
</div>
<footer class="site-footer">
<div class="wrapper">
<h2 class="footer-heading">Computers That Werk</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>Computers That Werk</li>
<li><a href="mailto:info@computersthatwerk.com">info@computersthatwerk.com</a></li>
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
</ul>
</div>
<div class="footer-col footer-col-3">
<p>Southwest Florida's premier IT Managed Service provider -- since 2014</p>
</div>
</div>
</div>
</footer>
</body>
</html>
|
app/views/pages-lcc/council-tax/discounts-and-exemptions/Rented-properties-who-is-responsible-for-the-bill.html | lccgov/lcc_sp_prototype_kit | {% extends "layout_multi_sections-lcc.html" %}
{% block page_title %}
Empty properties
{% endblock %}
{% block css_register %}
<link href="{{ asset_path }}stylesheets/application.css" rel="stylesheet">
{% endblock %}
{% block header %}
Empty properties
{% endblock%}
{% block main_nav %}
{% endblock %}
{% block sectionOneTop %}
{% endblock %}
{% block sectionOneFull%}
{% endblock %}
{% block breadcrumb %}
<ul>
<li class=""><span class="s4-breadcrumb-arrowcont"><img src="/_layouts/15/images/nodearrow.png" alt="" style="display:inline-block;padding-top:4px;"></span>
<a href="/">Home</a>
<ul class="">
<li class=""><span class="s4-breadcrumb-arrowcont"><img src="/_layouts/15/images/nodearrow.png" alt="" style="display:inline-block;padding-top:4px;"></span><a href="/pages-lcc/council-tax/council-tax.html">Council tax</a>
<ul class="">
<li class=""><span class="s4-breadcrumb-arrowcont"><img src="/_layouts/15/images/nodearrow.png" alt="" style="display:inline-block;padding-top:4px;"></span><a href="/pages-lcc/council-tax/discounts-and-exemptions/discounts-and-exemptions">Discounts and exemptions</a>
<ul class="">
<li class=""><span class="s4-breadcrumb-arrowcont"><img src="/_layouts/15/images/nodearrow.png" alt="" style="display:inline-block;padding-top:4px;"></span><a href="/pages-lcc/council-tax/discounts-and-exemptions/empty-properties.html">Empty properties</a>
<ul class="">
<li class=""><span class="s4-breadcrumb-arrowcont"><img src="/_layouts/15/images/nodearrow.png" alt="" style="display:inline-block;padding-top:4px;"></span>Rented properties - who is responsible for the bill?</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
{% endblock %}
{% block sectionOneContent %}
<aside class="part-navigation__container" role="complementary">
<nav role="navigation" class="part-navigation" aria-label="Pages in this guide">
<ol>
<li><a href="/pages-lcc/council-tax/discounts-and-exemptions/empty-properties.html">Overview</a></li>
<li><a href="/pages-lcc/council-tax/discounts-and-exemptions/discounts-and-exemptions-for-empty-properties.html">Discounts and exemptions for empty properties</a></li>
<li>Discounts and exemptions for empty properties</li>
</ol>
</nav>
</aside>
<div class="part-content">
<h1 class="part-title">3. Rented properties – who is responsible for the bill?</h1>
<p class="lead">Find out if landlords or tenants are responsible for paying council tax.</p>
<h2>Tenants who have a tenancy agreement of six months or longer</h2>
<p>Tenants are responsible for the council tax bill whilst they are living in the property.</p>
<p>If they leave the property unoccupied before their contract runs out, they will remain liable for the bill until their tenancy agreement comes to an end, or another tenant begins a new contract.</p>
<p>The landlord will become responsible for the bill if the property remains unoccupied after the contract runs out, until there is a new tenant.</p>
<h2>Rolling tenancies</h2>
<p>If the tenant has moved onto a rolling tenancy, they will continue to be responsible for the council tax bill whilst still living in the property.</p>
<p>The tenant <strong>may</strong> remain liable for the council tax bill after they move out. This will be the case if they move out before the end of their agreed period of notice and there was wording in their original fixed-term contract that stated they would remain liable for the bill until this date. This is known as a ‘contractual periodic tenancy’.</p>
<p>If the end of the agreed period of notice has been reached and no new tenancy agreement has begun, the landlord will become responsible for the bill, until there is a new tenant.</p>
<h2>Tenants who have a tenancy agreement of less than six months</h2>
<p>Tenants are only responsible for the council tax bill whilst they are living in the property. This means that if they move out before the end of the contract the landlord will become responsible for paying the council tax bill until a new tenancy agreement begins.</p>
<p>If the rented property is not the tenant’s <a href="/pages-lcc/council-tax/discounts-and-exemptions/second-homes.html">main residence</a><span class="sr-only"> - what is a main residence?</span>, the landlord is responsible for the council tax bill for the duration of their tenancy agreement.</p>
<div role="note" aria-label="Information" class="text-highlight">
<p>If a property is unoccupied and unfurnished for seven days or less no council tax will be payable for this period.</p>
</div>
<h2>Houses in multiple occupation</h2>
<p>The owners of <a href="/pages-lcc/council-tax/landlords-lettings-agents-and-tenants/houses-in-multiple-occupation.html">houses in multiple occupation (HMOs)</a> are responsible for paying the council tax bill.</p>
</div>
<nav class="pagination-nav" role="navigation" aria-label="Pagination">
<ul>
<li class="pagination-nav__previous-page">
<a href="/pages-lcc/council-tax/discounts-and-exemptions/discounts-and-exemptions-for-empty-properties.html" rel="next">
<span class="pagination-nav__part-title">Previous</span>
<span class="pagination-nav__label">Discounts and exemptions for empty properties</span>
</a>
</li>
<div style="clear:both"></div>
</ul>
</nav>
{% endblock %}
{% block pageContent %}
{% endblock %}
{% block sectionOneFullBottom %}
{% endblock %}
{% block sectionOneRightHandColumn %}
<nav role="navigation">
<div class="sideNav">
<h3>Council tax</h3>
<ul class="nav">
<li><a class="item" href="/pages-lcc/council-tax/discounts-and-exemptions/second-homes.html" title="" id="">Second homes</a></li>
<li><a class="item" href="/pages-lcc/council-tax/discounts-and-exemptions/discounts-and-exemptions.html" title="" id="">Discounts and exemptions</a></li>
<li class="sideNav__more">
<a href="/pages-lcc/council-tax/council-tax.html"><strong>More on council tax</strong></a>
</li>
</ul>
</div>
</nav>
{% endblock %}
{% block sectionOneThirdCol1 %}
{% endblock %}
{% block sectionOneThirdCol2 %}
{% endblock %}
{% block sectionOneThirdCol3 %}
{% endblock %}
{% block sectionTwoTop %}
{% endblock %}
{% block sectionTwoFull%}
{% endblock %}
{% block sectionTwoContent %}
{% endblock %}
{% block sectionTwoRightHandColumn %}
{% endblock %}
{% block sectionTwoThirdCol1 %}
{% endblock %}
{% block sectionTwoThirdCol2 %}
{% endblock %}
{% block sectionTwoThirdCol3 %}
{% endblock %}
{% block sectionThreeTop %}
{% endblock %}
{% block sectionThreeFull%}
{% endblock %}
{% block sectionThreeContent %}
{% endblock %}
{% block sectionThreeRightHandColumn %}
{% endblock %}
{% block sectionThreeThirdCol1 %}
{% endblock %}
{% block sectionThreeThirdCol2 %}
{% endblock %}
{% block sectionThreeThirdCol3 %}
{% endblock %}
{% block sectionFourTop %}
{% endblock %}
{% block sectionFourFull%}
{% endblock %}
{% block sectionFourContent %}
{% endblock %}
{% block sectionFourRightHandColumn %}
{% endblock %}
{% block sectionFourThirdCol1 %}
{% endblock %}
{% block sectionFourThirdCol2 %}
{% endblock %}
{% block sectionFourThirdCol3 %}
{% endblock %}
{% block sectionFiveTop %}
{% endblock %}
{% block sectionFiveFull%}
{% endblock %}
{% block sectionFiveContent %}
{% endblock %}
{% block sectionFiveRightHandColumn %}
{% endblock %}
{% block sectionFiveThirdCol1 %}
{% endblock %}
{% block sectionFiveThirdCol2 %}
{% endblock %}
{% block sectionFiveThirdCol3 %}
{% endblock %}
{% block footer_nav %}
{% endblock %}
{% block reusablecontent_footer %}
{% include "includes/reusable-content-footer.html" %}
{% endblock %} |
app/assets/stylesheets/archive/application.css | gruppe20/Scriptorium--Archive | /*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= require_self
*= require_tree .
*/
body {
font-family: Verdana, sans-serif;
}
.data {
background: blue;
} |
clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.0/mtac2/1.0.0+8.7.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mtac2: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.0 / mtac2 - 1.0.0+8.7</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mtac2
<small>
1.0.0+8.7
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-20 03:14:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-20 03:14:38 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "beta.ziliani@gmail.com"
homepage: "https://github.com/Mtac2/Mtac2"
dev-repo: "git+https://github.com/Mtac2/Mtac2.git"
bug-reports: "https://github.com/Mtac2/Mtac2/issues"
authors: ["Beta Ziliani <beta.ziliani@gmail.com>" "Jan-Oliver Kaiser <janno@mpi-sws.org>" "Robbert Krebbers <mail@robbertkrebbers.nl>" "Yann Régis-Gianas <yrg@pps.univ-paris-diderot.fr>" "Derek Dreyer <dreyer@mpi-sws.org>"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Mtac2"]
depends: [
"ocaml"
"coq" {>= "8.7.0" & < "8.8~"}
"coq-unicoq" {>= "1.3~" & < "2~"}
]
synopsis: "Mtac2: Typed Tactics for Coq"
flags: light-uninstall
url {
src: "https://github.com/Mtac2/Mtac2/archive/v1.0.0-coq8.7.tar.gz"
checksum: "md5=10fdc9569e0105d40f4ed22b8f92c2a7"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mtac2.1.0.0+8.7 coq.8.11.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.0).
The following dependencies couldn't be met:
- coq-mtac2 -> coq < 8.8~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mtac2.1.0.0+8.7</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
docs/src_pixi_renderers_canvas_CanvasGraphics.js.html | mperalt3/ctg2 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: src/pixi/renderers/canvas/CanvasGraphics.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/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="Phaser.KeyCode.html">KeyCode</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.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-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PointerMode.html">PointerMode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.AbstractFilter.html">AbstractFilter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasPool.html">CanvasPool</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EarCut.html">EarCut</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Event.html">Event</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.GraphicsData.html">GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PolyK.html">PolyK</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Strip.html">Strip</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.TilingSprite.html">TilingSprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#AUTO">AUTO</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPDATA">BITMAPDATA</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPTEXT">BITMAPTEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#blendModes">blendModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#BUTTON">BUTTON</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS">CANVAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CIRCLE">CIRCLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#CREATURE">CREATURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#DOWN">DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ELLIPSE">ELLIPSE</a>
</li>
<li class="class-depth-0">
<a href="global.html#EMITTER">EMITTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#GAMES">GAMES</a>
</li>
<li class="class-depth-0">
<a href="global.html#GRAPHICS">GRAPHICS</a>
</li>
<li class="class-depth-0">
<a href="global.html#GROUP">GROUP</a>
</li>
<li class="class-depth-0">
<a href="global.html#HEADLESS">HEADLESS</a>
</li>
<li class="class-depth-0">
<a href="global.html#IMAGE">IMAGE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT">LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#LINE">LINE</a>
</li>
<li class="class-depth-0">
<a href="global.html#MATRIX">MATRIX</a>
</li>
<li class="class-depth-0">
<a href="global.html#NONE">NONE</a>
</li>
<li class="class-depth-0">
<a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINT">POINT</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINTER">POINTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#POLYGON">POLYGON</a>
</li>
<li class="class-depth-0">
<a href="global.html#RECTANGLE">RECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RETROFONT">RETROFONT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT">RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROPE">ROPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#scaleModes">scaleModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITE">SPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITEBATCH">SPRITEBATCH</a>
</li>
<li class="class-depth-0">
<a href="global.html#TEXT">TEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAP">TILEMAP</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILESPRITE">TILESPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#UP">UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERSION">VERSION</a>
</li>
<li class="class-depth-0">
<a href="global.html#VIDEO">VIDEO</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL">WEBGL</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="https://confirmsubscription.com/h/r/369DE48E3E86AF1E">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/irc">IRC</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main">
<h1 class="page-title">Source: src/pixi/renderers/canvas/CanvasGraphics.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Mat Groves http://matgroves.com/ @Doormat23
*/
/**
* A set of functions used by the canvas renderer to draw the primitive graphics data.
*
* @class CanvasGraphics
* @static
*/
PIXI.CanvasGraphics = function()
{
};
/*
* Renders a PIXI.Graphics object to a canvas.
*
* @method renderGraphics
* @static
* @param graphics {Graphics} the actual graphics object to render
* @param context {CanvasRenderingContext2D} the 2d drawing method of the canvas
*/
PIXI.CanvasGraphics.renderGraphics = function(graphics, context)
{
var worldAlpha = graphics.worldAlpha;
if (graphics.dirty)
{
this.updateGraphicsTint(graphics);
graphics.dirty = false;
}
for (var i = 0; i < graphics.graphicsData.length; i++)
{
var data = graphics.graphicsData[i];
var shape = data.shape;
var fillColor = data._fillTint;
var lineColor = data._lineTint;
context.lineWidth = data.lineWidth;
if (data.type === PIXI.Graphics.POLY)
{
context.beginPath();
var points = shape.points;
context.moveTo(points[0], points[1]);
for (var j=1; j < points.length/2; j++)
{
context.lineTo(points[j * 2], points[j * 2 + 1]);
}
if (shape.closed)
{
context.lineTo(points[0], points[1]);
}
// if the first and last point are the same close the path - much neater :)
if (points[0] === points[points.length-2] && points[1] === points[points.length-1])
{
context.closePath();
}
if (data.fill)
{
context.globalAlpha = data.fillAlpha * worldAlpha;
context.fillStyle = '#' + ('00000' + ( fillColor | 0).toString(16)).substr(-6);
context.fill();
}
if (data.lineWidth)
{
context.globalAlpha = data.lineAlpha * worldAlpha;
context.strokeStyle = '#' + ('00000' + ( lineColor | 0).toString(16)).substr(-6);
context.stroke();
}
}
else if (data.type === PIXI.Graphics.RECT)
{
if (data.fillColor || data.fillColor === 0)
{
context.globalAlpha = data.fillAlpha * worldAlpha;
context.fillStyle = '#' + ('00000' + ( fillColor | 0).toString(16)).substr(-6);
context.fillRect(shape.x, shape.y, shape.width, shape.height);
}
if (data.lineWidth)
{
context.globalAlpha = data.lineAlpha * worldAlpha;
context.strokeStyle = '#' + ('00000' + ( lineColor | 0).toString(16)).substr(-6);
context.strokeRect(shape.x, shape.y, shape.width, shape.height);
}
}
else if (data.type === PIXI.Graphics.CIRC)
{
// TODO - need to be Undefined!
context.beginPath();
context.arc(shape.x, shape.y, shape.radius,0,2*Math.PI);
context.closePath();
if (data.fill)
{
context.globalAlpha = data.fillAlpha * worldAlpha;
context.fillStyle = '#' + ('00000' + ( fillColor | 0).toString(16)).substr(-6);
context.fill();
}
if (data.lineWidth)
{
context.globalAlpha = data.lineAlpha * worldAlpha;
context.strokeStyle = '#' + ('00000' + ( lineColor | 0).toString(16)).substr(-6);
context.stroke();
}
}
else if (data.type === PIXI.Graphics.ELIP)
{
// ellipse code taken from: http://stackoverflow.com/questions/2172798/how-to-draw-an-oval-in-html5-canvas
var w = shape.width * 2;
var h = shape.height * 2;
var x = shape.x - w/2;
var y = shape.y - h/2;
context.beginPath();
var kappa = 0.5522848,
ox = (w / 2) * kappa, // control point offset horizontal
oy = (h / 2) * kappa, // control point offset vertical
xe = x + w, // x-end
ye = y + h, // y-end
xm = x + w / 2, // x-middle
ym = y + h / 2; // y-middle
context.moveTo(x, ym);
context.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y);
context.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym);
context.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye);
context.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym);
context.closePath();
if (data.fill)
{
context.globalAlpha = data.fillAlpha * worldAlpha;
context.fillStyle = '#' + ('00000' + ( fillColor | 0).toString(16)).substr(-6);
context.fill();
}
if (data.lineWidth)
{
context.globalAlpha = data.lineAlpha * worldAlpha;
context.strokeStyle = '#' + ('00000' + ( lineColor | 0).toString(16)).substr(-6);
context.stroke();
}
}
else if (data.type === PIXI.Graphics.RREC)
{
var rx = shape.x;
var ry = shape.y;
var width = shape.width;
var height = shape.height;
var radius = shape.radius;
var maxRadius = Math.min(width, height) / 2 | 0;
radius = radius > maxRadius ? maxRadius : radius;
context.beginPath();
context.moveTo(rx, ry + radius);
context.lineTo(rx, ry + height - radius);
context.quadraticCurveTo(rx, ry + height, rx + radius, ry + height);
context.lineTo(rx + width - radius, ry + height);
context.quadraticCurveTo(rx + width, ry + height, rx + width, ry + height - radius);
context.lineTo(rx + width, ry + radius);
context.quadraticCurveTo(rx + width, ry, rx + width - radius, ry);
context.lineTo(rx + radius, ry);
context.quadraticCurveTo(rx, ry, rx, ry + radius);
context.closePath();
if (data.fillColor || data.fillColor === 0)
{
context.globalAlpha = data.fillAlpha * worldAlpha;
context.fillStyle = '#' + ('00000' + ( fillColor | 0).toString(16)).substr(-6);
context.fill();
}
if (data.lineWidth)
{
context.globalAlpha = data.lineAlpha * worldAlpha;
context.strokeStyle = '#' + ('00000' + ( lineColor | 0).toString(16)).substr(-6);
context.stroke();
}
}
}
};
/*
* Renders a graphics mask
*
* @static
* @private
* @method renderGraphicsMask
* @param graphics {Graphics} the graphics which will be used as a mask
* @param context {CanvasRenderingContext2D} the context 2d method of the canvas
*/
PIXI.CanvasGraphics.renderGraphicsMask = function(graphics, context)
{
var len = graphics.graphicsData.length;
if (len === 0)
{
return;
}
context.beginPath();
for (var i = 0; i < len; i++)
{
var data = graphics.graphicsData[i];
var shape = data.shape;
if (data.type === PIXI.Graphics.POLY)
{
var points = shape.points;
context.moveTo(points[0], points[1]);
for (var j=1; j < points.length/2; j++)
{
context.lineTo(points[j * 2], points[j * 2 + 1]);
}
// if the first and last point are the same close the path - much neater :)
if (points[0] === points[points.length-2] && points[1] === points[points.length-1])
{
context.closePath();
}
}
else if (data.type === PIXI.Graphics.RECT)
{
context.rect(shape.x, shape.y, shape.width, shape.height);
context.closePath();
}
else if (data.type === PIXI.Graphics.CIRC)
{
// TODO - need to be Undefined!
context.arc(shape.x, shape.y, shape.radius, 0, 2 * Math.PI);
context.closePath();
}
else if (data.type === PIXI.Graphics.ELIP)
{
// ellipse code taken from: http://stackoverflow.com/questions/2172798/how-to-draw-an-oval-in-html5-canvas
var w = shape.width * 2;
var h = shape.height * 2;
var x = shape.x - w/2;
var y = shape.y - h/2;
var kappa = 0.5522848,
ox = (w / 2) * kappa, // control point offset horizontal
oy = (h / 2) * kappa, // control point offset vertical
xe = x + w, // x-end
ye = y + h, // y-end
xm = x + w / 2, // x-middle
ym = y + h / 2; // y-middle
context.moveTo(x, ym);
context.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y);
context.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym);
context.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye);
context.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym);
context.closePath();
}
else if (data.type === PIXI.Graphics.RREC)
{
var rx = shape.x;
var ry = shape.y;
var width = shape.width;
var height = shape.height;
var radius = shape.radius;
var maxRadius = Math.min(width, height) / 2 | 0;
radius = radius > maxRadius ? maxRadius : radius;
context.moveTo(rx, ry + radius);
context.lineTo(rx, ry + height - radius);
context.quadraticCurveTo(rx, ry + height, rx + radius, ry + height);
context.lineTo(rx + width - radius, ry + height);
context.quadraticCurveTo(rx + width, ry + height, rx + width, ry + height - radius);
context.lineTo(rx + width, ry + radius);
context.quadraticCurveTo(rx + width, ry, rx + width - radius, ry);
context.lineTo(rx + radius, ry);
context.quadraticCurveTo(rx, ry, rx, ry + radius);
context.closePath();
}
}
};
PIXI.CanvasGraphics.updateGraphicsTint = function(graphics)
{
if (graphics.tint === 0xFFFFFF)
{
return;
}
var tintR = (graphics.tint >> 16 & 0xFF) / 255;
var tintG = (graphics.tint >> 8 & 0xFF) / 255;
var tintB = (graphics.tint & 0xFF)/ 255;
for (var i = 0; i < graphics.graphicsData.length; i++)
{
var data = graphics.graphicsData[i];
var fillColor = data.fillColor | 0;
var lineColor = data.lineColor | 0;
data._fillTint = (((fillColor >> 16 & 0xFF) / 255 * tintR*255 << 16) + ((fillColor >> 8 & 0xFF) / 255 * tintG*255 << 8) + (fillColor & 0xFF) / 255 * tintB*255);
data._lineTint = (((lineColor >> 16 & 0xFF) / 255 * tintR*255 << 16) + ((lineColor >> 8 & 0xFF) / 255 * tintG*255 << 8) + (lineColor & 0xFF) / 255 * tintB*255);
}
};
</pre>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2015 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
on Thu Feb 18 2016 14:40:57 GMT+0000 (GMT Standard Time) 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>
|
public/css/nav.css | BlueSkyForMe/project_opensite | @CHARSET "UTF-8";
.J-global-toolbar div a {
margin: 0px;
padding: 0px;
font: 12px/150% Arial,Verdana,"宋体";
color: #666;
}
.toolbar-wrap {
position: fixed;
top: 0px;
right: 0px;
z-index: 9990;
width: 35px;
height: 100%;
}
.toolbar-wrap a {
text-decoration: none;
}
.toolbar {
position: absolute;
right: 0px;
top: 0px;
width: 29px;
height: 100%;
border-right: 6px solid #7A6E6E;
}
.toolbar-panels {
position: absolute;
left: 35px;
top: 0px;
width: 270px;
height: 100%;
z-index: 2;
background: #ECEAEA none repeat scroll 0% 0%;
}
.toolbar-panel {
width: 270px;
height: 100%;
position: absolute;
background: #ECEAEA none repeat scroll 0% 0%;
}
.tbar-panel-header {
position: relative;
width: 270px;
height: 40px;
line-height: 40px;
background: #ECEAEA none repeat scroll 0% 0%;
font-family: "microsoft yahei";
font-weight: normal;
margin: 0px;
padding: 0px;
}
.tbar-panel-header .title {
display: inline-block;
height: 40px;
color: #5E5050;
font: 16px/40px "微软雅黑";
}
.tbar-panel-cart .tbar-panel-header i {
width: 20px;
height: 18px;
background-position: 0px 0px;
margin-top: 11px;
}
.tbar-panel-header i {
margin-right: 4px;
margin-left: 10px;
vertical-align: top;
}
.tbar-panel-header i, .tbar-panel-header .close-panel{
display: inline-block;
font-style: normal;
background-image: url("../images/icons.png");
background-repeat: no-repeat;
}
.tbar-panel-header .title em {
display: inline-block;
vertical-align: top;
}
.tbar-panel-header .close-panel {
width: 12px;
height: 12px;
background-position: 0px -250px;
position: absolute;
right: 8px;
top: 16px;
cursor: pointer;
transition: transform 0.2s ease-out 0s;
}
.tbar-panel-main {
position: relative;
margin: 0px;
padding: 0px;
font: 12px/150% Arial,Verdana,"宋体";
color: #666;
}
.tbar-tipbox{
display: block;
}
.tbar-panel-content {
width: 270px;
overflow-y: auto;
overflow-x: hidden;
position: relative;
}
.tbar-tipbox .tip-inner {
padding: 6px 5px;
border: 1px solid #EDD28B;
background: #FFFDEE none repeat scroll 0% 0%;
text-align: center;
}
.tbar-tipbox .tip-text {
display: inline-block;
line-height: 20px;
vertical-align: middle;
color: #333;
}
.tbar-tipbox .tip-btn {
display: inline-block;
height: 20px;
line-height: 20px;
padding: 0px 5px;
margin-left: 5px;
color: #FFF;
vertical-align: middle;
background: #C81623 none repeat scroll 0% 0%;
}
.tbar-panel-cart .tbar-panel-footer {
height: 50px;
background-color: #ECEAEA;
margin: 0px;
padding: 0px;
}
.tbar-checkout {
height: 40px;
padding: 5px 110px 5px 5px;
position: relative;
}
.tbar-checkout .jtc-number strong {
font-family: verdana;
color: #C81623;
}
.tbar-checkout .jtc-number {
line-height: 20px;
font: 12px/150% Arial,Verdana,"宋体";
color: #666;
}
.tbar-checkout .jtc-sum {
line-height: 20px;
font: 12px/150% Arial,Verdana,"宋体";
color: #666;
}
.tbar-checkout .jtc-sum strong {
font-family: verdana;
color: #C81623;
}
.tbar-checkout .jtc-btn {
position: absolute;
right: 5px;
top: 7px;
width: 110px;
height: 35px;
font: 16px/35px "微软雅黑";
text-align: center;
background: #C81623 none repeat scroll 0% 0%;
color: #FFF;
}
.tbar-cart-list{
width: 100%;
margin: 0px;
padding: 0px;
font: 12px/150% Arial,Verdana,"宋体";
color: #666;
}
.tbar-cart-item {
padding: 0px 5px;
margin-bottom: 10px;
background: #FFF none repeat scroll 0% 0%;
}
.jtc-item-promo {
padding: 12px 0px 12px 57px;
border-bottom: 1px dashed #E1E1E1;
}
.jtc-item-promo .promo-tag {
position: relative;
float: left;
width: 40px;
height: 20px;
margin-top: -1px;
margin-left: -57px;
margin-right: 17px;
text-align: center;
font: 12px/20px "宋体";
color: #FFF;
background-color: #F58813;
}
.jtc-item-promo .promo-text {
height: 18px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font: 12px/18px verdana;
}
.jtc-item-goods {
padding: 10px 0px;
position: relative;
overflow: hidden;
}
.jtc-item-goods .p-img {
float: left;
width: 50px;
height: 50px;
border: 1px solid #DDD;
padding: 0px;
margin-right: 5px;
}
.jtc-item-goods .p-img img {
width: 50px;
height: 50px;
}
img {
border: 0px none;
vertical-align: middle;
}
.jtc-item-goods .p-name {
height: 32px;
line-height: 16px;
margin-bottom: 4px;
overflow: hidden;
}
.jtc-item-goods .p-name a {
color: #333;
}
.jtc-item-goods .p-price {
height: 16px;
padding-right: 65px;
overflow: hidden;
font: 12px/16px verdana;
color: #666;
}
.jtc-item-goods .p-price strong {
color: #C81623;
font-weight: normal;
}
.jtc-item-goods .p-del {
position: absolute;
right: 10px;
top: 46px;
width: 35px;
height: 16px;
line-height: 16px;
color: #005AA0;
text-align: right;
display: none;
}
.tbar-panel-history div{
padding: 0px;
}
.jt-history-wrap {
width: 235px;
margin: 0px auto;
}
.tbar-panel-history ul {
overflow: hidden;
margin-right: -15px;
margin-top:0px;
list-style: outside none none;
padding: 0px;
}
.tbar-panel-history .tbar-panel-header i {
width: 20px;
height: 17px;
margin-top: 11px;
background-position: 0px -100px;
}
.tbar-panel-follow .tbar-panel-header i {
width: 20px;
height: 17px;
margin-top: 11px;
background-position: 0px -50px;
}
.tbar-panel-history .jth-item {
float: left;
position: relative;
width: 100px;
height: 120px;
margin-right: 15px;
background: #FFF none repeat scroll 0% 0%;
margin-bottom: 15px;
padding: 5px;
}
.tbar-panel-history .jth-item .img-wrap {
display: block;
width: 100px;
height: 100px;
text-align: center;
margin-bottom: 5px;
}
.tbar-panel-history .jth-item .add-cart-button {
height: 20px;
line-height: 20px;
overflow: hidden;
text-align: center;
text-decoration: none;
display: none;
position: absolute;
width: 100px;
bottom: 25px;
left: 5px;
z-index: 3;
color: #FFF;
background: rgba(28, 25, 28, 0.8) none repeat scroll 0% 0%;
}
.tbar-panel-history .jth-item .price {
color: #C81623;
}
.tbar-panel-history .history-bottom-more {
display: block;
text-align: center;
height: 40px;
line-height: 40px;
font-family: "宋体";
color: #666;
}
/*----- */
.toolbar-header {
position: absolute;
top: 0px;
right: -6px;
}
.toolbar-tabs {
position: absolute;
top: 50%;
left: 0px;
width: 35px;
margin-top: -61px;
}
.toolbar-tab {
position: relative;
width: 35px;
height: 35px;
margin-bottom: 1px;
cursor: pointer;
background-color: #7A6E6E;
border-radius: 3px 0px 0px 3px;
font: 12px/150% Arial,Verdana,"宋体";
color: #666;
display: inline-block;
background-image: url("../images/icons.png");
background-repeat: no-repeat;
}
.tbar-tab-cart{
background-position: -50px 0px;
}
.tbar-tab-follow{
background-position: -50px -50px;
}
.tbar-tab-history{
background-position: -50px -100px;
}
.tab-ico {
width: 34px;
height: 35px;
margin-left: 1px;
position: relative;
z-index: 2;
background-color: #7A6E6E;
}
.tab-text {
width: 62px;
height: 35px;
line-height: 35px;
color: #FFF;
text-align: center;
font-family: "微软雅黑";
position: absolute;
z-index: 1;
left: 35px;
top: 0px;
background-color: #7A6E6E;
border-radius: 3px 0px 0px 3px;
transition: left 0.3s ease-in-out 0.1s;
font-style: normal;
margin: 0px;
padding: 0px;
cursor: pointer;
}
.tab-sub {
position: absolute;
z-index: 3;
right: 2px;
top: -5px;
height: 15px;
padding: 1px 2px;
border: 1px solid #B61D1D;
overflow: hidden;
color: #FFF;
font: 11px/11px verdana;
text-align: center;
min-width: 11px;
border-radius: 10px;
background-color: #CC6060;
background-image: linear-gradient(to bottom, #CC6060 0px, #B61D1D 100%);
}
.hide{
display:none;;
}
.toolbar-footer {
position: absolute;
bottom: -1px;
width: 100%;
margin: 0px;
padding: 0px;
font: 12px/150% Arial,Verdana,"宋体";
color: #666;
}
.tbar-tab-top {
background-position: -50px -250px;
}
.tbar-tab-feedback {
background-position: -50px -300px;
}
.footer-tab-text {
width: 50px;
height: 35px;
line-height: 35px;
color: #FFF;
text-align: center;
font-family: "微软雅黑";
position: absolute;
z-index: 1;
left: 35px;
top: 0px;
background-color: #7A6E6E;
border-radius: 3px 0px 0px 3px;
transition: left 0.3s ease-in-out 0.1s;
font-style: normal;
margin: 0px;
padding: 0px;
cursor: pointer;
}
.tbar-tab-hover {
left: -60px;
background-color: #C81623;
}
.tbar-tab-footer-hover {
left: -48px;
background-color: #C81623;
}
.tbar-tab-selected {
background-color: #C81623;
}
.tbar-tab-selected .tab-sub{
color: #C81623;
background-color: #FFF;
background-image: linear-gradient(to bottom, #FFF 0px, #FFF 100%);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}
.tbar-tab-click-selected{
background-color: #C81623;
}
.tbar-tab-click-selected .tab-sub{
color: #C81623;
background-color: #FFF;
background-image: linear-gradient(to bottom, #FFF 0px, #FFF 100%);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}
.survey-tab-ico {
display: none;
}
.survey-tab-text {
left: 0px;
width: 35px;
height: 30px;
padding: 2px 0px 3px;
line-height: 15px;
background: #C81623 none repeat scroll 0% 0%;
color: #FFF;
text-align: center;
font-family: "微软雅黑";
position: absolute;
z-index: 1;
top: 0px;
border-radius: 3px 0px 0px 3px;
transition: left 0.3s ease-in-out 0.1s;
font-style: normal;
margin: 0px;
cursor: pointer;
}
.toolbar-open {
right: 270px;
}
.J-close:hover{
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-o-transform:rotate(180deg);
-ms-transform:rotate(180deg);
}
.tbar-panel-history .jth-item .add-cart-button:hover{
background: rgb(200, 22, 35) none repeat scroll 0% 0%;
} |
css/style.css | zcub1961/Nano-Intro-to-Programming-Stage-1 | .description {
color:black;
}
h1 {
background-color: maroon;
color:blue;}
h2 {color:green;
background-color:pink;}
h3{color:red;
background-color:white;}
body{
background-color: grey;
}
.description2 {
background-color: white;
}
.CSS {
background-color: white;
}
.observation {
font-size: 17px;
font-weight: bold;
}
.boxes {
width: 100px;
height: 60px;
} |
src/app/components/comp-1929/comp-1929.component.html | angular/angular-cli-stress-test | <p>
comp-1929 works!
</p>
|
test/Ajax/ajax160713.html | a1pussib/- | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>对Ajax操作返回的文档,使用XMLHttpRequest对象的responseXML属性</title>
</head>
<body>
<form action="">
<label>选择客户:
<select name="customers" onchange="showCustomer(this.value)">
<option value="ALFKI">Alfreds Futterkiste</option>
<option value="NORTS ">North/South</option>
<option value="WOLZA">Wolski Zajazd</option>
</select></label>
</form>
<b><span id="companyname"></span></b><br />
<span id="contactname"></span><br />
<span id="address"></span>
<span id="city"></span><br/>
<span id="country"></span>
<script src="selectcustomer_xml.js"></script>
</body>
</html> |
doc/RemovePhotoFromSpeaker.html | PacemakerConf/site | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>class RemovePhotoFromSpeaker - RDoc Documentation</title>
<script type="text/javascript">
var rdoc_rel_prefix = "./";
</script>
<script src="./js/jquery.js"></script>
<script src="./js/darkfish.js"></script>
<link href="./css/fonts.css" rel="stylesheet">
<link href="./css/rdoc.css" rel="stylesheet">
<body id="top" role="document" class="class">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
<a href="./index.html" rel="home">Home</a>
</h2>
<div id="table-of-contents-navigation">
<a href="./table_of_contents.html#pages">Pages</a>
<a href="./table_of_contents.html#classes">Classes</a>
<a href="./table_of_contents.html#methods">Methods</a>
</div>
</div>
<div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<div id="search-field-wrapper">
<input id="search-field" role="combobox" aria-label="Search"
aria-autocomplete="list" aria-controls="search-results"
type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
</div>
<ul id="search-results" aria-label="Search Results"
aria-busy="false" aria-expanded="false"
aria-atomic="false" class="initially-hidden"></ul>
</form>
</div>
</div>
<div id="class-metadata">
<div id="parent-class-section" class="nav-section">
<h3>Parent</h3>
<p class="link">ActiveRecord::Migration
</div>
<!-- Method Quickref -->
<div id="method-list-section" class="nav-section">
<h3>Methods</h3>
<ul class="link-list" role="directory">
<li ><a href="#method-i-change">#change</a>
</ul>
</div>
</div>
</nav>
<main role="main" aria-labelledby="class-RemovePhotoFromSpeaker">
<h1 id="class-RemovePhotoFromSpeaker" class="class">
class RemovePhotoFromSpeaker
</h1>
<section class="description">
</section>
<section id="5Buntitled-5D" class="documentation-section">
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
<header>
<h3>Public Instance Methods</h3>
</header>
<div id="method-i-change" class="method-detail ">
<div class="method-heading">
<span class="method-name">change</span><span
class="method-args">()</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<div class="method-source-code" id="change-source">
<pre><span class="ruby-comment"># File db/migrate/20150212203345_remove_photo_from_speaker.rb, line 2</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">change</span>
<span class="ruby-identifier">remove_column</span> <span class="ruby-value">:speakers</span>, <span class="ruby-value">:photo</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</section>
</section>
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="http://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>
|
templates/dashboard/pages/rejectTripReq.html | peakhigh/tweb | {{{{raw-helper}}}}
{{{{/raw-helper}}}}
{{> header}}
<div class='reject-trip-req'>
<div class='col-sm-12 reject-trip-content'>
</div>
</div>
{{{{raw-helper}}}}
<script type="text/javascript">
console.log("template data",UTILS.getCurrentTemplateData()),$(document).ready(function(){var e=UTILS.getCurrentTemplateData();e.data.comment="",e.data.status="Rejected",FORM_HELPER.draw(".reject-trip-content",e,{bindings:{comment:"column-1"},schemaOverride:{fields:{}},optionsOverride:{fields:{comment:{type:"textarea"}}},postUrl:"requests/service/addRequest",callbacks:{afterSubmit:function(){MENU_HELPER.menuClick("manageRequests","manageRequests")}}})});
</script>
{{{{/raw-helper}}}} |
lib/config/views/event.html | alivedise/javascriptmvc | <div class="widget-head">
<h3 symbol="text:alarm_settings">Alarm Settings</h3>
</div>
<div class="tablePanel">
<table class="camera grid">
</table>
</div>
<div class="statusPanel">
<form>
<fieldset id="alarmdes">
<legend symbol="text:alarm_summary">Alarm summary</legend>
</fieldset>
<fieldset>
<legend symbol="text:alarm_settings">Event settings</legend>
<div>
<label for="enable" symbol="text:alarm_enable">Enable alarm</label>
<input type="checkbox" name="enable" id="enable" />
</div>
<div>
<label for="interval" symbol="text:alarm_trigger_interval">Alarm trigger interval</label>
<select id="interval" name="interval">
<option value=3>3</option>
<option value=4>4</option>
<option value=5>5</option>
<option value=6>6</option>
<option value=7>7</option>
<option value=8>8</option>
<option value=9>9</option>
<option value=10>10</option>
<option value=11>11</option>
<option value=12>12</option>
<option value=13>13</option>
<option value=14>14</option>
<option value=15>15</option>
<option value=16>16</option>
<option value=17>17</option>
<option value=18>18</option>
<option value=19>19</option>
<option value=20>20</option>
<option value=21>21</option>
<option value=22>22</option>
<option value=23>23</option>
<option value=24>24</option>
<option value=25>25</option>
<option value=26>26</option>
<option value=27>27</option>
<option value=28>28</option>
<option value=29>29</option>
<option value=30>30</option>
</select>
</label>
</div>
</fieldset>
</form>
</div>
|
blog/ruby-classes.html | ryanjho/ryanjho.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Ryan Ho - Blog</title>
</head>
<body>
<header>
<h1><a href="/index.html">Ryan Ho</a></h1>
<h4>Think, Create, Do, Repeat</h4>
<div>
<a href="http://linkedin.com"><img src="../imgs/linkedin-icon.png" alt="LinkedIn" /></a>
<a href="http://github.com/ryanjho"><img src="../imgs/GitHub-Mark-32px.png" alt="GitHub" /></a>
<a href="http://facebook.com"><img src="../imgs/facebook-icon.png" alt="Facebook" /></a>
<a href="http://twitter.com/ryanjho90"><img src="../imgs/twitter-icon.png" alt="Twitter" /></a>
<form>
<input type="search" name="searchbox" placeholder="Search here...">
</form>
</div>
<nav>
<a href="./about.html">About</a>
<a href="./blog/index.html">Blog</a>
<a href="./resume.html">Resume</a>
<a href="./portfolio.html">Portfolio</a>
<a href="./contact.html">Contact</a>
</nav>
</header>
<main>
<section>
<article>
<header class="blog_header">
<h2>Ruby Classes</h2>
<h4>November 5, 2015 | Coding</h4>
</header>
<h3>Creating a Dog Class</h3>
<p>Here's how we can create a Dog Class with several characteristics like introduce and bark:
<pre><code>
class Dog
def initialize(name)
@name = name
end
def introduce
puts "Hello everyone, my name is #{@name}"
end
def bark
puts "Woof woof! Go away!"
end
end
</code></pre>
</p>
<p>To create an instance of the Dog Class, we can do something like this:
<pre><code>
truffles = Dog.new("Truffles")
</code></pre>
</p>
<p>To tell Truffles to introduce himself and bark, we can do something like this:
<pre><code>
truffles.introduce
truffles.bark
</code></pre>
</p>
</article>
<div class= "comments">
<h4>Comments box</h4>
<form>
Name: <input type="text" placeholder="Add your name!"><br/>
Email: <input type="text" name="email" placeholder="Add your email address!"><br/>
Comments: <br/>
<textarea placeholder="Write your comments here!"></textarea><br/>
<input type="submit" value="Submit">
</form>
</div>
<div class="Pagelinks">
<h4>Pages</h4>
<ul>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
</ul>
</div>
</section>
<aside>
<img src="http://ryanjho.github.io/imgs/ryan-ho-icon.png" width="150" height="180" alt="Ryan Ho" />
<p>Hi there! <br />I'm Ryan, and I am passionate about entrepreneurship and technology. I also enjoy problem-solving and building things. I am currently learning how to code at Dev Bootcamp.</p>
</aside>
<aside>
<h2>Popular posts</h2>
<ul>
<li><a href="#">Popular blog post 1...</a></li>
<li><a href="#">Popular blog post 2...</a></li>
<li><a href="#">Popular blog post 3...</a></li>
<li><a href="#">Popular blog post 4...</a></li>
</ul>
<h2>Categories</h2>
<ul>
<li><a href="#">Coding</a></li>
<li><a href="#">Entrepreneurship</a></li>
<li><a href="#">Technology</a></li>
<li><a href="#">Fitness/Sports</a></li>
</ul>
<h2>Subscribe to this blog</h2>
<p>Enter your email address to subscribe to my blog and receive notifications of new posts by email</p>
<form>
<input type="text" placeholder="Your email address">
<input type="submit" value="Submit">
</form>
</aside>
</main>
<footer>
<p>© 2015 Ryan Ho</p>
<nav>
<a href="./about.html">About</a>
<a href="./blog/index.html">Blog</a>
<a href="./resume.html">Resume</a>
<a href="./portfolio.html">Portfolio</a>
<a href="./contact.html">Contact</a>
</nav>
<p>Designed by Ryan Ho</p>
</footer>
</body>
</html> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.