path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
---|---|---|
samples/analytics/main.html | Jabqooo/chrome-app-samples | <!doctype html>
<html>
<head>
<title>Analytics sample app</title>
</head>
<body>
<div>
<button id="chocolate">Chocolate</button>
<button id="vanilla">Vanilla</button>
<div id=out></div>
</div>
<div id="settings">
<h1>Settings</h1>
<div id="settings-loading">
Loading settings...
</div>
<div id="settings-loaded" hidden>
<label>
<input id="analytics" type="checkbox" />
Send anonymous usage data.
</label>
</div>
</div>
<script src="google-analytics-bundle.js"></script>
<script src="main.js"></script>
</body>
</html>
|
samples/identity/sample_support/snippets.css | Jabqooo/chrome-app-samples | html {
overflow-y: auto;
}
body {
padding: 1em;
}
.snippets {
}
.snippet {
background: white;
padding: 10px 20px 0px 20px;
margin-top: 20px;
border: 1px solid #ddd;
}
.snippet h2 {
margin-top: 0;
margin-left: -10px;
}
.snippet pre {
font-size: 13px;
overflow: auto;
-webkit-user-select: initial;
}
.snippet h2 span {
display: inline-block;
margin-left: 1em;
font-size: 10px;
font-weight: normal;
}
.snippet h2 span a {
text-decoration: none;
} |
web_root/third-party/angularjs/angular-1.5.0/docs/partials/error/$compile/nodomevents.html | keithbox/PPSP-360_Degree_Evaluation_System | <a href='https://github.com/angular/angular.js/edit/v1.5.x/docs/content/error/$compile/nodomevents.ngdoc?message=docs(error%2Fnodomevents)%3A%20describe%20your%20change...' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<h1>Error: $compile:nodomevents
<div><span class='hint'>Interpolated Event Attributes</span></div>
</h1>
<div>
<pre class="minerr-errmsg" error-display="Interpolations for HTML DOM event attributes are disallowed. Please use the ng- versions (such as ng-click instead of onclick) instead.">Interpolations for HTML DOM event attributes are disallowed. Please use the ng- versions (such as ng-click instead of onclick) instead.</pre>
</div>
<h2>Description</h2>
<div class="description">
<p>This error occurs when one tries to create a binding for event handler attributes like <code>onclick</code>, <code>onload</code>, <code>onsubmit</code>, etc.</p>
<p>There is no practical value in binding to these attributes and doing so only exposes your application to security vulnerabilities like XSS.
For these reasons binding to event handler attributes (all attributes that start with <code>on</code> and <code>formaction</code> attribute) is not supported.</p>
<p>An example code that would allow XSS vulnerability by evaluating user input in the window context could look like this:</p>
<pre><code><input ng-model="username">
<div onclick="{{username}}">click me</div>
</code></pre>
<p>Since the <code>onclick</code> evaluates the value as JavaScript code in the window context, setting the <code>username</code> model to a value like <code>javascript:alert('PWND')</code> would result in script injection when the <code>div</code> is clicked.</p>
</div>
|
files/formstone/0.8.26/css/grid.ie.css | ezekutor/jsdelivr | /*! formstone v0.8.26 [grid.ie.css] 2015-11-01 | MIT License | formstone.it */
.fs_grid_row {
width: 300px;
margin-left: auto;
margin-right: auto;
}
@media screen and (min-width: 500px) {
.fs_grid_row {
width: 480px;
}
}
@media screen and (min-width: 740px) {
.fs_grid_row {
width: 720px;
}
}
@media screen and (min-width: 980px) {
.fs_grid_row {
width: 960px;
}
}
@media screen and (min-width: 1220px) {
.fs_grid_row {
width: 1200px;
}
}
.fs_grid_row:after {
height: 0;
clear: both;
content: ".";
display: block;
line-height: 0;
visibility: hidden;
}
.fs_grid_row_fluid {
width: 96%;
width: -webkit-calc(100% - 40px);
width: calc(100% - 40px);
}
@media screen and (max-width: 739px) {
.fs_grid_row_fluid_sm {
width: 96%;
width: -webkit-calc(100% - 40px);
width: calc(100% - 40px);
}
}
.fs_grid_row_row {
width: 102.08333333%;
margin-left: -1.04166667%;
margin-right: -1.04166667%;
}
.fs_grid_row_row_contained {
width: 100%;
margin-left: 0;
margin-right: 0;
}
.fs_grid_cell {
width: 97.91666667%;
float: left;
margin-left: 1.04166667%;
margin-right: 1.04166667%;
}
.fs_grid_cell_centered {
float: none;
margin-left: auto;
margin-right: auto;
}
.fs_grid_cell_padded {
box-sizing: content-box;
margin-left: 0;
margin-right: 0;
padding-left: 1.04166667%;
padding-right: 1.04166667%;
}
.fs_grid_cell_contained {
margin-left: 0;
margin-right: 0;
}
.fs_grid_cell_right {
float: right;
}
*,
*:before,
*:after {
behavior: url(boxsizing.htc);
}
.fs-grid .fs-row {
width: 960px;
}
.fs-grid .fs-row .fs-lg-1 {
width: 6.25%;
}
.fs-grid .fs-row .fs-lg-2 {
width: 14.58333333%;
}
.fs-grid .fs-row .fs-lg-3 {
width: 22.91666667%;
}
.fs-grid .fs-row .fs-lg-4 {
width: 31.25%;
}
.fs-grid .fs-row .fs-lg-5 {
width: 39.58333333%;
}
.fs-grid .fs-row .fs-lg-6 {
width: 47.91666667%;
}
.fs-grid .fs-row .fs-lg-7 {
width: 56.25%;
}
.fs-grid .fs-row .fs-lg-8 {
width: 64.58333333%;
}
.fs-grid .fs-row .fs-lg-9 {
width: 72.91666667%;
}
.fs-grid .fs-row .fs-lg-10 {
width: 81.25%;
}
.fs-grid .fs-row .fs-lg-11 {
width: 89.58333333%;
}
.fs-grid .fs-row .fs-lg-12 {
width: 97.91666667%;
}
.fs-grid .fs-row .fs-lg-push-1 {
margin-left: 9.375%;
}
.fs-grid .fs-row .fs-lg-push-2 {
margin-left: 17.70833333%;
}
.fs-grid .fs-row .fs-lg-push-3 {
margin-left: 26.04166667%;
}
.fs-grid .fs-row .fs-lg-push-4 {
margin-left: 34.375%;
}
.fs-grid .fs-row .fs-lg-push-5 {
margin-left: 42.70833333%;
}
.fs-grid .fs-row .fs-lg-push-6 {
margin-left: 51.04166667%;
}
.fs-grid .fs-row .fs-lg-push-7 {
margin-left: 59.375%;
}
.fs-grid .fs-row .fs-lg-push-8 {
margin-left: 67.70833333%;
}
.fs-grid .fs-row .fs-lg-push-9 {
margin-left: 76.04166667%;
}
.fs-grid .fs-row .fs-lg-push-10 {
margin-left: 84.375%;
}
.fs-grid .fs-row .fs-lg-push-11 {
margin-left: 92.70833333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-1 {
width: 8.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-2 {
width: 16.66666667%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-3 {
width: 25%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-4 {
width: 33.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-5 {
width: 41.66666667%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-6 {
width: 50%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-7 {
width: 58.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-8 {
width: 66.66666667%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-9 {
width: 75%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-10 {
width: 83.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-11 {
width: 91.66666667%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-12 {
width: 100%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-1 {
margin-left: 8.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-2 {
margin-left: 16.66666667%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-3 {
margin-left: 25%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-4 {
margin-left: 33.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-5 {
margin-left: 41.66666667%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-6 {
margin-left: 50%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-7 {
margin-left: 58.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-8 {
margin-left: 66.66666667%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-9 {
margin-left: 75%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-10 {
margin-left: 83.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-11 {
margin-left: 91.66666667%;
}
.fs-grid .fs-row .fs-lg-fifth {
width: 17.91666667%;
}
.fs-grid .fs-row .fs-lg-fourth {
width: 22.91666667%;
}
.fs-grid .fs-row .fs-lg-third {
width: 31.25%;
}
.fs-grid .fs-row .fs-lg-half {
width: 47.91666667%;
}
.fs-grid .fs-row .fs-lg-full {
width: 97.91666667%;
}
.fs-grid .fs-row .fs-lg-push-fifth {
margin-left: 21.04166667%;
}
.fs-grid .fs-row .fs-lg-push-fourth {
margin-left: 26.04166667%;
}
.fs-grid .fs-row .fs-lg-push-third {
margin-left: 34.375%;
}
.fs-grid .fs-row .fs-lg-push-half {
margin-left: 51.04166667%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-fifth {
width: 20%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-fourth {
width: 25%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-third {
width: 33.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-half {
width: 50%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-full {
width: 100%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-fifth {
margin-left: 20%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-fourth {
margin-left: 25%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-third {
margin-left: 33.33333333%;
}
.fs-grid .fs-row [class*="-contained"].fs-lg-push-half {
margin-left: 50%;
}
.fs-grid .fs-row .fs-lg-hide {
display: none;
}
.fs-grid .fs-row .fs-cell.-padded {
behavior: none;
}
|
webapp/widgets/modeler/editor-app/popups/unsaved-changes.html | NJU-STP/STP |
<div class="modal" ng-controller="EditorUnsavedChangesPopupCrtl">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h2 translate="EDITOR.POPUP.UNSAVED-CHANGES.TITLE"></h2>
</div>
<div class="modal-body">
<p translate="EDITOR.POPUP.UNSAVED-CHANGES.DESCRIPTION"></p>
</div>
<div class="modal-footer">
<div class="pull-right">
<button class="btn btn-danger" ng-click="ok()" translate="EDITOR.POPUP.UNSAVED-CHANGES.ACTION.DISCARD"></button>
<button class="btn btn-default" ng-click="cancel()" translate="EDITOR.POPUP.UNSAVED-CHANGES.ACTION.CONTINUE"></button>
</div>
<div class="loading pull-right" ng-show="loading">
<div class="l1"></div><div class="l2"></div><div class="l2"></div>
</div>
</div>
</div>
</div>
</div> |
site/docs/pixi/classes/PolyK.html | prshreshtha/LaseRun | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PolyK - pixi.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script>
</head>
<body class="yui3-skin-sam">
<div id="doc">
<div id="hd" class="yui3-g header">
<div class="yui3-u-3-4">
<h1><img src="http://www.goodboydigital.com/pixijs/logo_small.png" title="pixi.js"></h1>
</div>
<div class="yui3-u-1-4 version">
<em>API Docs for: 1.5.3</em>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/AbstractFilter.html">AbstractFilter</a></li>
<li><a href="../classes/AjaxRequest.html">AjaxRequest</a></li>
<li><a href="../classes/AlphaMaskFilter.html">AlphaMaskFilter</a></li>
<li><a href="../classes/AssetLoader.html">AssetLoader</a></li>
<li><a href="../classes/AtlasLoader.html">AtlasLoader</a></li>
<li><a href="../classes/autoDetectRenderer.html">autoDetectRenderer</a></li>
<li><a href="../classes/BaseTexture.html">BaseTexture</a></li>
<li><a href="../classes/BitmapFontLoader.html">BitmapFontLoader</a></li>
<li><a href="../classes/BitmapText.html">BitmapText</a></li>
<li><a href="../classes/BlurFilter.html">BlurFilter</a></li>
<li><a href="../classes/CanvasGraphics.html">CanvasGraphics</a></li>
<li><a href="../classes/CanvasMaskManager.html">CanvasMaskManager</a></li>
<li><a href="../classes/CanvasRenderer.html">CanvasRenderer</a></li>
<li><a href="../classes/CanvasTinter.html">CanvasTinter</a></li>
<li><a href="../classes/Circle.html">Circle</a></li>
<li><a href="../classes/ColorMatrixFilter.html">ColorMatrixFilter</a></li>
<li><a href="../classes/ColorStepFilter.html">ColorStepFilter</a></li>
<li><a href="../classes/DisplacementFilter.html">DisplacementFilter</a></li>
<li><a href="../classes/DisplayObject.html">DisplayObject</a></li>
<li><a href="../classes/DisplayObjectContainer.html">DisplayObjectContainer</a></li>
<li><a href="../classes/DotScreenFilter.html">DotScreenFilter</a></li>
<li><a href="../classes/Ellipse.html">Ellipse</a></li>
<li><a href="../classes/EventTarget.html">EventTarget</a></li>
<li><a href="../classes/FilterTexture.html">FilterTexture</a></li>
<li><a href="../classes/getRecommendedRenderer.html">getRecommendedRenderer</a></li>
<li><a href="../classes/Graphics.html">Graphics</a></li>
<li><a href="../classes/GrayFilter.html">GrayFilter</a></li>
<li><a href="../classes/ImageLoader.html">ImageLoader</a></li>
<li><a href="../classes/InteractionData.html">InteractionData</a></li>
<li><a href="../classes/InteractionManager.html">InteractionManager</a></li>
<li><a href="../classes/InvertFilter.html">InvertFilter</a></li>
<li><a href="../classes/JsonLoader.html">JsonLoader</a></li>
<li><a href="../classes/MovieClip.html">MovieClip</a></li>
<li><a href="../classes/NormalMapFilter.html">NormalMapFilter</a></li>
<li><a href="../classes/PixelateFilter.html">PixelateFilter</a></li>
<li><a href="../classes/PixiFastShader.html">PixiFastShader</a></li>
<li><a href="../classes/PixiShader.html">PixiShader</a></li>
<li><a href="../classes/Point.html">Point</a></li>
<li><a href="../classes/Polygon.html">Polygon</a></li>
<li><a href="../classes/PolyK.html">PolyK</a></li>
<li><a href="../classes/PrimitiveShader.html">PrimitiveShader</a></li>
<li><a href="../classes/Rectangle.html">Rectangle</a></li>
<li><a href="../classes/Rope.html">Rope</a></li>
<li><a href="../classes/SepiaFilter.html">SepiaFilter</a></li>
<li><a href="../classes/Spine.html">Spine</a></li>
<li><a href="../classes/Sprite.html">Sprite</a></li>
<li><a href="../classes/SpriteBatch.html">SpriteBatch</a></li>
<li><a href="../classes/SpriteSheetLoader.html">SpriteSheetLoader</a></li>
<li><a href="../classes/Stage.html">Stage</a></li>
<li><a href="../classes/Strip.html">Strip</a></li>
<li><a href="../classes/Text.html">Text</a></li>
<li><a href="../classes/Texture.html">Texture</a></li>
<li><a href="../classes/TilingSprite.html">TilingSprite</a></li>
<li><a href="../classes/TwistFilter.html">TwistFilter</a></li>
<li><a href="../classes/WebGLFilterManager.html">WebGLFilterManager</a></li>
<li><a href="../classes/WebGLGraphics.html">WebGLGraphics</a></li>
<li><a href="../classes/WebGLMaskManager.html">WebGLMaskManager</a></li>
<li><a href="../classes/WebGLRenderer.html">WebGLRenderer</a></li>
<li><a href="../classes/WebGLShaderManager.html">WebGLShaderManager</a></li>
<li><a href="../classes/WebGLSpriteBatch.html">WebGLSpriteBatch</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/PIXI.html">PIXI</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1>PolyK Class</h1>
<div class="box meta">
<div class="foundat">
Defined in: <a href="../files/src_pixi_utils_Polyk.js.html#l34"><code>src/pixi/utils/Polyk.js:34</code></a>
</div>
Module: <a href="../modules/PIXI.html">PIXI</a>
</div>
<div class="box intro">
<p>Based on the Polyk library <a href="http://polyk.ivank.net">http://polyk.ivank.net</a> released under MIT licence.
This is an amazing lib!
slightly modified by Mat Groves (matgroves.com);</p>
</div>
<div id="classdocs" class="tabview">
<ul class="api-class-tabs">
<li class="api-class-tab index"><a href="#index">Index</a></li>
<li class="api-class-tab methods"><a href="#methods">Methods</a></li>
</ul>
<div>
<div id="index" class="api-class-tabpanel index">
<h2 class="off-left">Item Index</h2>
<div class="index-section methods">
<h3>Methods</h3>
<ul class="index-list methods">
<li class="index-item method private">
<a href="#method__convex">_convex</a>
</li>
<li class="index-item method private">
<a href="#method__PointInTriangle">_PointInTriangle</a>
</li>
<li class="index-item method">
<a href="#method_Triangulate">Triangulate</a>
</li>
</ul>
</div>
</div>
<div id="methods" class="api-class-tabpanel">
<h2 class="off-left">Methods</h2>
<div id="method__convex" class="method item private">
<h3 class="name"><code>_convex</code></h3>
<span class="paren">()</span>
<span class="flag private">private</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_pixi_utils_Polyk.js.html#l159"><code>src/pixi/utils/Polyk.js:159</code></a>
</p>
</div>
<div class="description">
<p>Checks whether a shape is convex</p>
</div>
</div>
<div id="method__PointInTriangle" class="method item private">
<h3 class="name"><code>_PointInTriangle</code></h3>
<div class="args">
<span class="paren">(</span><ul class="args-list inline commas">
<li class="arg">
<code>px</code>
</li>
<li class="arg">
<code>py</code>
</li>
<li class="arg">
<code>ax</code>
</li>
<li class="arg">
<code>ay</code>
</li>
<li class="arg">
<code>bx</code>
</li>
<li class="arg">
<code>by</code>
</li>
<li class="arg">
<code>cx</code>
</li>
<li class="arg">
<code>cy</code>
</li>
</ul><span class="paren">)</span>
</div>
<span class="flag private">private</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_pixi_utils_Polyk.js.html#l122"><code>src/pixi/utils/Polyk.js:122</code></a>
</p>
</div>
<div class="description">
<p>Checks whether a point is within a triangle</p>
</div>
<div class="params">
<h4>Parameters:</h4>
<ul class="params-list">
<li class="param">
<code class="param-name">px</code>
<span class="type">Number</span>
<div class="param-description">
<p>x coordinate of the point to test</p>
</div>
</li>
<li class="param">
<code class="param-name">py</code>
<span class="type">Number</span>
<div class="param-description">
<p>y coordinate of the point to test</p>
</div>
</li>
<li class="param">
<code class="param-name">ax</code>
<span class="type">Number</span>
<div class="param-description">
<p>x coordinate of the a point of the triangle</p>
</div>
</li>
<li class="param">
<code class="param-name">ay</code>
<span class="type">Number</span>
<div class="param-description">
<p>y coordinate of the a point of the triangle</p>
</div>
</li>
<li class="param">
<code class="param-name">bx</code>
<span class="type">Number</span>
<div class="param-description">
<p>x coordinate of the b point of the triangle</p>
</div>
</li>
<li class="param">
<code class="param-name">by</code>
<span class="type">Number</span>
<div class="param-description">
<p>y coordinate of the b point of the triangle</p>
</div>
</li>
<li class="param">
<code class="param-name">cx</code>
<span class="type">Number</span>
<div class="param-description">
<p>x coordinate of the c point of the triangle</p>
</div>
</li>
<li class="param">
<code class="param-name">cy</code>
<span class="type">Number</span>
<div class="param-description">
<p>y coordinate of the c point of the triangle</p>
</div>
</li>
</ul>
</div>
</div>
<div id="method_Triangulate" class="method item">
<h3 class="name"><code>Triangulate</code></h3>
<span class="paren">()</span>
<div class="meta">
<p>
Defined in
<a href="../files/src_pixi_utils_Polyk.js.html#l43"><code>src/pixi/utils/Polyk.js:43</code></a>
</p>
</div>
<div class="description">
<p>Triangulates shapes for webGL graphic fills</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
|
web/vue/AccountBook-Express/node_modules/pug/test/cases/filters.include.custom.html | february29/Learning |
<html>
<body>
<pre>BEGINhtml
body
pre
include:custom(opt='val' num=2) filters.include.custom.pug
END</pre>
</body>
</html>
|
web/abstruse/src/app/shared/components/loader/loader.component.html | bleenco/abstruse | <div class="loader"></div>
|
third_party/web_platform_tests/referrer-policy/origin-only/meta-referrer/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html | youtube/cobalt | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'origin-only'</title>
<meta name="description" content="Check that all subresources in all casses get only the origin portion of the referrer URL.">
<meta name="referrer" content="origin">
<link rel="author" title="Kristijan Burnik" href="[email protected]">
<link rel="help" href="https://w3c.github.io/webappsec/specs/referrer-policy/#referrer-policy-state-origin">
<meta name="assert" content="The referrer URL is origin when a
document served over http requires an http
sub-resource via iframe-tag using the meta-referrer
delivery method with keep-origin-redirect and when
the target request is same-origin.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<!-- TODO(kristijanburnik): Minify and merge both: -->
<script src="/referrer-policy/generic/common.js"></script>
<script src="/referrer-policy/generic/referrer-policy-test-case.js?pipe=sub"></script>
</head>
<body>
<script>
ReferrerPolicyTestCase(
{
"referrer_policy": "origin",
"delivery_method": "meta-referrer",
"redirection": "keep-origin-redirect",
"origin": "same-origin",
"source_protocol": "http",
"target_protocol": "http",
"subresource": "iframe-tag",
"subresource_path": "/referrer-policy/generic/subresource/document.py",
"referrer_url": "origin"
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
zhihu/src/main/webapp/easyui/demo/datalist/remotedata.html | zyzydream/zhihu | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Binding to Remote Data - jQuery EasyUI Demo</title>
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
<link rel="stylesheet" type="text/css" href="../demo.css">
<script type="text/javascript" src="../../jquery.min.js"></script>
<script type="text/javascript" src="../../jquery.easyui.min.js"></script>
</head>
<body>
<h2>Binding to Remote Data</h2>
<p>The DataList is bound to a remote data.</p>
<div style="margin:20px 0"></div>
<div class="easyui-datalist" title="Remote Data" style="width:400px;height:250px" data-options="
url: 'datalist_data1.json',
method: 'get'
">
</div>
</body>
</html> |
xendor/static/css/bootstrap-theme.css | sociogenetics/xendor | /*!
* Bootstrap v3.0.2 by @fat and @mdo
* Copyright 2013 Twitter, Inc.
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:active,
.btn.active {
background-image: none;
}
.btn-default {
text-shadow: 0 1px 0 #fff;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-default:hover,
.btn-default:focus {
background-color: #e0e0e0;
background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
background-color: #e0e0e0;
border-color: #dbdbdb;
}
.btn-primary {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
background-repeat: repeat-x;
border-color: #2b669a;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #2d6ca2;
background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
background-color: #2d6ca2;
border-color: #2b669a;
}
.btn-success {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
background-repeat: repeat-x;
border-color: #3e8f3e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:focus {
background-color: #419641;
background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
background-color: #419641;
border-color: #3e8f3e;
}
.btn-warning {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
background-repeat: repeat-x;
border-color: #e38d13;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:focus {
background-color: #eb9316;
background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
background-color: #eb9316;
border-color: #e38d13;
}
.btn-danger {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
background-repeat: repeat-x;
border-color: #b92c28;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:focus {
background-color: #c12e2a;
background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
background-color: #c12e2a;
border-color: #b92c28;
}
.btn-info {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
background-repeat: repeat-x;
border-color: #28a4c9;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:focus {
background-color: #2aabd2;
background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
background-color: #2aabd2;
border-color: #28a4c9;
}
.thumbnail,
.img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background-color: #e8e8e8;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #357ebd;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.navbar-default {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
background-repeat: repeat-x;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
.alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-repeat: repeat-x;
border-color: #b2dba1;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}
.alert-info {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-repeat: repeat-x;
border-color: #9acfea;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}
.alert-warning {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-repeat: repeat-x;
border-color: #f5e79e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}
.alert-danger {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-repeat: repeat-x;
border-color: #dca7a7;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}
.progress {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}
.progress-bar-success {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.list-group {
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
text-shadow: 0 -1px 0 #3071a9;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
background-repeat: repeat-x;
border-color: #3278b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}
.panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}
.panel-success > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
background-repeat: repeat-x;
border-color: #dcdcdc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
} |
ajax/libs/datepick/4.0.2/css/ui-humanity.datepick.css | x112358/cdnjs | /* ThemeRoller Humanity override style sheet for jQuery date picker v4.0.0. */
@import "ui.datepick.css";
.ui-widget-header a,
.ui-widget-header select {
color: #ffffff; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
background-color: #f5f0e5; /* Set (.ui-state-hover) colours from theme here */
color: #a46313;
}
.ui-widget-header select,
.ui-widget-header option {
background-color: #cb842e; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
color: #060200; /* Set (.ui-state-highlight) colour from theme here */
}
|
tests/wpt/web-platform-tests/conformance-checkers/html-svg/pservers-pattern-07-f-isvalid.html | shinglyu/servo | <!DOCTYPE html>
<html lang='en'>
<head>
<title>pservers-pattern-07-f-manual.svg</title>
<meta charset='utf-8'>
</head>
<body>
<h1>Source SVG: pservers-pattern-07-f-manual.svg</h1>
<svg id="svg-root" width="100%" height="100%"
viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<!--======================================================================-->
<!--= Copyright 2008 World Wide Web Consortium, (Massachusetts =-->
<!--= Institute of Technology, European Research Consortium for =-->
<!--= Informatics and Mathematics (ERCIM), Keio University). =-->
<!--= All Rights Reserved. =-->
<!--= See http://www.w3.org/Consortium/Legal/. =-->
<!--======================================================================-->
<title id="test-title">$RCSfile: pservers-pattern-07-f.svg,v $</title>
<defs>
<font-face
font-family="SVGFreeSansASCII"
unicode-range="U+0-7F">
<font-face-src>
<font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/>
</font-face-src>
</font-face>
</defs>
<g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
<defs>
<pattern id="pattern1" patternUnits="userSpaceOnUse" x="0" y="0" width="100" height="100" viewBox="0 0 10 10">
<circle cx="5" cy="5" r="1.7" fill="red" />
</pattern>
<pattern id="pattern2" xlink:href="#invalidlink" patternUnits="userSpaceOnUse" x="0" y="0" width="100" height="100" viewBox="0 0 10 10">
<circle cx="5" cy="5" r="2" fill="lime" />
</pattern>
</defs>
<rect fill="url(#pattern1)" stroke="none" x="1" y="1" width="200" height="200" />
<rect fill="url(#pattern2)" stroke="none" x="1" y="1" width="200" height="200" />
</g>
<g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
<text id="revision" x="10" y="340" stroke="none"
fill="black">$Revision: 1.2 $</text>
</g>
<rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
<!-- comment out this watermark once the test is approved -->
<g id="draft-watermark">
<rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
<text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
</g>
</svg>
</body>
</html>
|
www/css/MarkerCluster.css | aksswami/aks-bitmap | .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-in;
-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-in;
-o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-in;
transition: transform 0.2s ease-out, opacity 0.2s ease-in;
}
|
yaycrawler.admin/src/main/resources/static/assets/global/plugins/amcharts/amstockcharts/plugins/dataloader/examples/pie_csv.html | liushuishang/YayCrawler | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>amCharts Data Loader Example</title>
<script src="http://www.amcharts.com/lib/3/amcharts.js"></script>
<script src="http://www.amcharts.com/lib/3/pie.js"></script>
<script src="../dataloader.min.js"></script>
<style>
body, html {
font-family: Verdana;
font-size: 12px;
}
#chartdiv {
width: 100%;
height: 500px;
}
</style>
<script>
AmCharts.makeChart("chartdiv", {
"type": "pie",
"dataLoader": {
"url": "data/pie.csv",
"format": "csv",
"delimiter": ",",
"useColumnNames": true
},
"titleField": "country",
"valueField": "litres",
"balloonText": "[[title]]<br><span style='font-size:14px'><b>[[value]]</b> ([[percents]]%)</span>",
"innerRadius": "30%",
"legend": {
"align": "center",
"markerType": "circle"
},
"responsive": {
"enabled": true,
"addDefaultRules": true,
"rules": [
{
"minWidth": 500,
"overrides": {
"innerRadius": "50%",
}
}
]
}
});
</script>
</head>
<body>
<div id="chartdiv"></div>
</body>
</html> |
tests/unit/net/parsable_mime/text/html/text_html_h1_20_u.html | akumar21NCSU/servo |
<h1
|
ajax/libs/tinymce/3.5.8/themes/simple/skins/o2k7/content.min.css | Dervisevic/cdnjs | body,td,pre{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:10px}body{background:#FFF}.mceVisualAid{border:1px dashed #BBB}* html body{scrollbar-3dlight-color:#F0F0EE;scrollbar-arrow-color:#676662;scrollbar-base-color:#F0F0EE;scrollbar-darkshadow-color:#DDD;scrollbar-face-color:#E0E0DD;scrollbar-highlight-color:#F0F0EE;scrollbar-shadow-color:#F0F0EE;scrollbar-track-color:#F5F5F5} |
web-platform-tests/tests/workers/interfaces/WorkerUtils/WindowTimers/001.html | cr/fxos-certsuite | <!--
setTimeout(function() { postMessage(1) }, 10);
/*
-->
<!doctype html>
<title>setTimeout</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script>
async_test(function() {
var worker = new Worker('#');
worker.onmessage = this.step_func(function(e) {
assert_equals(e.data, 1);
this.done();
});
});
</script>
<!--
*/
//-->
|
app/index.html | hyphenbash/movies-search | <!DOCTYPE html>
<html lang="en-GB">
<head>
<base href="/">
<meta name="fragment" content="!" />
<title>Movies Search App</title>
</head>
<body>
<div data-ng-view></div>
<script src="/static/bundle.js"></script>
</body>
</html> |
css/tachyons-text-decoration.css | tachyons-css/tachyons-text-decoration | /*
TEXT DECORATION
*/
.strike { text-decoration: line-through; }
.underline { text-decoration: underline; }
.no-underline { text-decoration: none; }
@media screen and (min-width: 30em) {
.strike-ns { text-decoration: line-through; }
.underline-ns { text-decoration: underline; }
.no-underline-ns { text-decoration: none; }
}
@media screen and (min-width: 30em) and (max-width: 60em) {
.strike-m { text-decoration: line-through; }
.underline-m { text-decoration: underline; }
.no-underline-m { text-decoration: none; }
}
@media screen and (min-width: 60em) {
.strike-l { text-decoration: line-through; }
.underline-l { text-decoration: underline; }
.no-underline-l { text-decoration: none; }
}
|
public/tags/Teaser:Unterrichtsmaterialien.html | vaudoc/jk | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jan Kuhl</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/stylesheets/style.css" rel="stylesheet" type="text/css" />
<link href="/feed/atom.xml" rel="alternate" type="application/atom+xml" />
<script src="/javascripts/css_browser_selector.js" type="text/javascript"></script>
</head>
<body>
<div id="header">
<div class="inside">
<h2><a href="/">Jan Kuhl</a></h2>
<p class="description">Geschenk-, Schul- und Kinderbuchautor</p>
</div>
</div>
<div id="primary" class="single-post">
<div class="inside">
<h1>Gefundene Inhalte zu "Unterrichtsmaterialien"</h1>
</div>
<div class="inside">
<div class="secondary">
<div class="featured">
<dl>
<dt>Erstmals veröffentlicht:</dt>
<dd>05.02.05</dd>
</dl>
<dl>
<dt>Updated:</dt>
<dd>20.11.07</dd>
</dl>
<dl>
<dt>Kategorien:</dt>
<dd>
<a href="/buecher">Buchveröffentlichungen</a>
</dd>
</dl>
<dl>
<dt>Tags:</dt>
<dd>
<a href="/tags/Teaser:Schulbuch" rel="tag">Teaser:Schulbuch</a>
<a href="/tags/Teaser:Unterrichtsmaterialien" rel="tag">Teaser:Unterrichtsmaterialien</a>
</dd>
</dl>
</div>
</div>
<hr class="hide" />
<div class="primary story">
<h1><a href="/2005/2/5/koenig-fittipaldi-unterrichtsmaterialien">König Fittipaldi Unterrichtsmaterialien</a></h1>
<p><p>Jan Kuhl
Materialien zum Unterricht</p>
<p>Materialien zu:<br/>
Jan Kuhl: König Fittipaldi und das Zauberkissen<br/>
40 Seiten.<br/>
€ 6,50/sFr 12,50<br/>
ISBN 3-927655-70-8<br/>
Erscheinungstermin: März 2005 </p>
<p>Die Materialien zum Unterricht bieten viele Möglichkeiten des Einsatzes im Unterricht. Die vorgeschlagenen Ideen und die unterschiedlichen Arbeitsblätter können auch fächerübergreifend eingesetzt werden. Differenzierte Aufgaben geben Hilfe zur Erschließung der Texte.</p>
<iframe src="http://rcm-de.amazon.de/e/cm?t=drvolger-21&o=3&p=8&l=as1&asins=3927655708&fc1=000000&IS2=1<1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
</div>
<div class="clear"></div>
</div>
<hr class="hide" />
<div class="inside">
<p>
</p>
</div>
</div>
<!-- [END] #primary -->
<hr class="hide" />
<div id="ancillary">
<div class="inside">
<div class="block first">
<h2>Zur Person</h2>
<img src="/images/jankuhl.png" align=left height=120>
<p>Jan Kuhl ist Geschenk-, Schul- und Kinderbuchautor. Im Rahmen der Leseförderung an Grundschulen führt er regelmäßig gemeinsam mit SchülerInnen Kinderbuchprojekte durch.
Er ist Träger des Marburger Literaturpreises Regio 2005.</p>
</div>
<div class="block">
<h2>Weitere aktuelle Themen</h2>
<ul class="dates">
<li>
<a href="/2008/6/1/neu-neu-neu">
<span class="date">
01.06.
</span>
Neu! Neu! Neu!
</a>
</li>
<li>
<a href="/2008/5/31/ein-blick-durch-die-rosarote-brille">
<span class="date">
31.05.
</span>
Ein Blick durch die rosarote Brille...
</a>
</li>
<li>
<a href="/2008/5/31/jan-kuhl-referiert-auf-dem-jako-o-familienkongress-2008">
<span class="date">
31.05.
</span>
Jan Kuhl referiert auf dem JAKO-O-Familienkongress 2008
</a>
</li>
<li>
<a href="/2008/5/28/harry-sucht-sally-auf-der-frankfurter-buchmesse">
<span class="date">
28.05.
</span>
"Harry sucht Sally" auf der Frankfurter Buchmesse
</a>
</li>
<li>
<a href="/2007/11/18/meine-neue-website-ist-online">
<span class="date">
18.11.
</span>
Neue Webseite ist online!
</a>
</li>
<li><a href="/feed/atom.xml">
<img src="/images/feed_icon32x32.png" align=right height=16>
Abonniere Feed</a></li>
</ul>
</div>
<div class="block">
<h2>Konkrete Informationen zu</h2>
<ul class="counts">
<li><a href="http://astore.amazon.de/jankuhl-21">Online Shop</a>
</li>
<li><a class="selected" href="/profil">Profil</a></li>
<li><a href="/buecher">Buchveröffentlichungen</a></li>
<li><a href="/projekte">Projekte</a></li>
<li><a href="/gedanken-zu-schule-und-lernen">Gedanken zu Schule und Lernen</a></li>
<li><a href="/mein-leben-als-autor">Mein Leben als Autor</a></li>
<li><a href="/auszeichnungen-und-preise">Auszeichnungen und Preise</a></li>
<li><a href="/fotogalarie">Fotogalerie</a></li>
<li><a href="/pressestimmen">Pressestimmen</a></li>
</ul>
</div>
<div class="block">
<!-- tagcloud -->
<h2>Suche nach Stichworten/ Tagcloud</h2>
<p style="overflow:hidden" class="tagcloud">
<span style='font-size: 1.18em'><a title='Auszeichnung (6)' href='/tags/Auszeichnung'>Auszeichnung</a></span>/
<span style='font-size: 1.04em'><a title='Buchmesse (2)' href='/tags/Buchmesse'>Buchmesse</a></span>/
<span style='font-size: 1.07em'><a title='Jan-Kuhl (3)' href='/tags/Jan-Kuhl'>Jan-Kuhl</a></span>/
<span style='font-size: 1.15em'><a title='König-Fittipaldi (5)' href='/tags/König-Fittipaldi'>König-Fittipaldi</a></span>/
<span style='font-size: 1.18em'><a title='Literaturpreis (6)' href='/tags/Literaturpreis'>Literaturpreis</a></span>/
<span style='font-size: 1.00em'><a title='Neue ars edition Reihen 2008 (1)' href='/tags/Neue ars edition Reihen 2008'>Neue ars edition Reihen 2008</a></span>/
<span style='font-size: 1.41em'><a title='Presse (12)' href='/tags/Presse'>Presse</a></span>/
<span style='font-size: 1.11em'><a title='Projekt:Kinderbuch (4)' href='/tags/Projekt:Kinderbuch'>Kinderbuch</a></span>/
<span style='font-size: 1.15em'><a title='Projekt:König-Fittipaldi (5)' href='/tags/Projekt:König-Fittipaldi'>König-Fittipaldi</a></span>/
<span style='font-size: 1.04em'><a title='Projekt:Lesung (2)' href='/tags/Projekt:Lesung'>Lesung</a></span>/
<span style='font-size: 1.07em'><a title='Schreiben-mit-Kindern (3)' href='/tags/Schreiben-mit-Kindern'>Schreiben-mit-Kindern</a></span>/
<span style='font-size: 1.70em'><a title='Teaser:Geschenkbuch (20)' href='/tags/Teaser:Geschenkbuch'>Geschenkbuch</a></span>/
<span style='font-size: 1.00em'><a title='Teaser:Kinderbuch (1)' href='/tags/Teaser:Kinderbuch'>Kinderbuch</a></span>/
<span style='font-size: 1.00em'><a title='Teaser:Schulbuch (1)' href='/tags/Teaser:Schulbuch'>Schulbuch</a></span>/
<span style='font-size: 1.00em'><a title='Teaser:Unterrichtsmaterialien (1)' href='/tags/Teaser:Unterrichtsmaterialien'>Unterrichtsmaterialien</a></span>/
</p>
<!-- search -->
<div id="search" class="search">
<form action="/search" id="sform" method="get" name="sform">
<p>
<input type="text" id="q" name="q" tag="Warten" value="Stichworte eingeben und bestätigen" />
</p>
</form>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<hr class="hide" />
<div id="footer">
<div class="inside">
<p>Copyright © 2004-2008 Jan Kuhl. All rights reserved.</p>
<p><a href="/profil/impressum">Impressum</a></p>
</div>
</div>
<!-- [END] #footer -->
</body>
</html>
|
manpages/man1/perf-script.1.html | yuweijun/yuweijun.github.io | <!DOCTYPE html>
<HTML><head><TITLE>Manpage of PERF\-SCRIPT</TITLE>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css" type="text/css">
</head>
<body>
<header class="site-header">
<div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div>
<div class="site-description">{"type":"documentation"}</div>
</div>
</header>
<div class="page-content"><div class="wrap">
<H1>PERF\-SCRIPT</H1>
Section: Misc. Reference Manual Pages (1)<BR>Updated: 10/16/2012<BR><A HREF="#index">Index</A>
<A HREF="/manpages/index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
perf-script - Read perf.data (created by perf record) and display trace output
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<P>
<PRE>
<I>perf script</I> [<options>]
<I>perf script</I> [<options>] record <script> [<record-options>] <command>
<I>perf script</I> [<options>] report <script> [script-args]
<I>perf script</I> [<options>] <script> <required-script-args> [<record-options>] <command>
<I>perf script</I> [<options>] <top-script> [script-args]
</PRE>
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<P>
This command reads the input file and displays the trace recorded.
<P>
There are several variants of perf script:
<P>
<DL COMPACT><DT><DD>
<PRE>
'perf script' to see a detailed trace of the workload that was
recorded.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
You can also run a set of pre-canned scripts that aggregate and
summarize the raw trace data in various ways (the list of scripts is
available via 'perf script -l'). The following variants allow you to
record and run those scripts:
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
'perf script record <script> <command>' to record the events required
for 'perf script report'. <script> is the name displayed in the
output of 'perf script --list' i.e. the actual script name minus any
language extension. If <command> is not specified, the events are
recorded using the -a (system-wide) 'perf record' option.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
'perf script report <script> [args]' to run and display the results
of <script>. <script> is the name displayed in the output of 'perf
trace --list' i.e. the actual script name minus any language
extension. The perf.data output from a previous run of 'perf script
record <script>' is used and should be present for this command to
succeed. [args] refers to the (mainly optional) args expected by
the script.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
'perf script <script> <required-script-args> <command>' to both
record the events required for <script> and to run the <script>
using 'live-mode' i.e. without writing anything to disk. <script>
is the name displayed in the output of 'perf script --list' i.e. the
actual script name minus any language extension. If <command> is
not specified, the events are recorded using the -a (system-wide)
'perf record' option. If <script> has any required args, they
should be specified before <command>. This mode doesn't allow for
optional script args to be specified; if optional script args are
desired, they can be specified using separate 'perf script record'
and 'perf script report' commands, with the stdout of the record step
piped to the stdin of the report script, using the '-o -' and '-i -'
options of the corresponding commands.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
'perf script <top-script>' to both record the events required for
<top-script> and to run the <top-script> using 'live-mode'
i.e. without writing anything to disk. <top-script> is the name
displayed in the output of 'perf script --list' i.e. the actual
script name minus any language extension; a <top-script> is defined
as any script name ending with the string 'top'.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
[<record-options>] can be passed to the record steps of 'perf script
record' and 'live-mode' variants; this isn't possible however for
<top-script> 'live-mode' or 'perf script report' variants.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
See the 'SEE ALSO' section for links to language-specific
information on how to write and run your own trace scripts.
</PRE>
</DL>
<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
<P>
<command>...
<DL COMPACT><DT><DD>
Any command you can specify in a shell.
</DL>
<P>
-D, --dump-raw-script=
<DL COMPACT><DT><DD>
Display verbose dump of the trace data.
</DL>
<P>
-L, --Latency=
<DL COMPACT><DT><DD>
Show latency attributes (irqs/preemption disabled, etc).
</DL>
<P>
-l, --list=
<DL COMPACT><DT><DD>
Display a list of available trace scripts.
</DL>
<P>
-s [<I>lang</I>], --script=
<DL COMPACT><DT><DD>
Process trace data with the given script ([lang]:script[.ext]). If the string
<I>lang</I>
is specified in place of a script name, a list of supported languages will be displayed instead.
</DL>
<P>
-g, --gen-script=
<DL COMPACT><DT><DD>
Generate perf-script.[ext] starter script for given language, using current perf.data.
</DL>
<P>
-a
<DL COMPACT><DT><DD>
Force system-wide collection. Scripts run without a <command> normally use -a by default, while scripts run with a <command> normally doncqt - this option allows the latter to be run in system-wide mode.
</DL>
<P>
-i, --input=
<DL COMPACT><DT><DD>
Input file name. (default: perf.data unless stdin is a fifo)
</DL>
<P>
-d, --debug-mode
<DL COMPACT><DT><DD>
Do various checks like samples ordering and lost events.
</DL>
<P>
-f, --fields
<DL COMPACT><DT><DD>
Comma separated list of fields to print. Options are: comm, tid, pid, time, cpu, event, trace, ip, sym, dso, addr. Field list can be prepended with the type, trace, sw or hw, to indicate to which event type the field list applies. e.g., -f sw:comm,tid,time,ip,sym and -f trace:time,cpu,trace
<P>
<DL COMPACT><DT><DD>
<PRE>
perf script -f <fields>
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
is equivalent to:
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
perf script -f trace:<fields> -f sw:<fields> -f hw:<fields>
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
i.e., the specified fields apply to all event types if the type string
is not given.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
The arguments are processed in the order received. A later usage can
reset a prior request. e.g.:
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
-f trace: -f comm,tid,time,ip,sym
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
The first -f suppresses trace events (field list is ""), but then the
second invocation sets the fields to comm,tid,time,ip,sym. In this case a
warning is given to the user:
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
"Overriding previous field request for all events."
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
Alternativey, consider the order:
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
-f comm,tid,time,ip,sym -f trace:
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
The first -f sets the fields for all events and the second -f
suppresses trace events. The user is given a warning message about
the override, and the result of the above is that only S/W and H/W
events are displayed with the given fields.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
For the 'wildcard' option if a user selected field is invalid for an
event type, a message is displayed to the user that the option is
ignored for that type. For example:
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
$ perf script -f comm,tid,trace
'trace' not valid for hardware events. Ignoring.
'trace' not valid for software events. Ignoring.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
Alternatively, if the type is given an invalid field is specified it
is an error. For example:
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
perf script -v -f sw:comm,tid,trace
'trace' not valid for software events.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
At this point usage is displayed, and perf-script exits.
</PRE>
</DL>
<P>
<DL COMPACT><DT><DD>
<PRE>
Finally, a user may not set fields to none for all event types.
i.e., -f "" is not allowed.
</PRE>
</DL>
</DL>
<P>
-k, --vmlinux=<file>
<DL COMPACT><DT><DD>
vmlinux pathname
</DL>
<P>
--kallsyms=<file>
<DL COMPACT><DT><DD>
kallsyms pathname
</DL>
<P>
--symfs=<directory>
<DL COMPACT><DT><DD>
Look for files with symbols relative to this directory.
</DL>
<P>
-G, --hide-call-graph
<DL COMPACT><DT><DD>
When printing symbols do not display call chain.
</DL>
<P>
-C, --cpu
<DL COMPACT><DT><DD>
Only report samples for the list of CPUs provided. Multiple CPUs can be provided as a comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0-2. Default is to report samples on all CPUs.
</DL>
<P>
-c, --comms=
<DL COMPACT><DT><DD>
Only display events for these comms. CSV that understands
m[blue]<B><A HREF="file://filename">file://filename</A></B>m[]
entries.
</DL>
<P>
-I, --show-info
<DL COMPACT><DT><DD>
Display extended information about the perf.data file. This adds information which may be very large and thus may clutter the display. It currently includes: cpu and numa topology of the host system. It can only be used with the perf script report mode.
</DL>
<A NAME="lbAF"> </A>
<H2>SEE ALSO</H2>
<P>
<B><A HREF="/manpages/index.html?1+perf-record">perf-record</A></B>(1), <B><A HREF="http://localhost/cgi-bin/man/man2html?1+perf-script-perl">perf-script-perl</A></B>(1), <B><A HREF="http://localhost/cgi-bin/man/man2html?1+perf-script-python">perf-script-python</A></B>(1)
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">OPTIONS</A><DD>
<DT><A HREF="#lbAF">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/manpages/index.html">man2html</A>,
using the manual pages.<BR>
Time: 05:29:07 GMT, December 24, 2015
</div></div>
</body>
</HTML>
|
3rdPartyLibs/vstsdk2.4/vstgui.sf/vstgui/Documentation/html/functions_0x69.html | deepakgopinath/PpmAssignment | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>VSTGUI: Class Members</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.5 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li id="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li id="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_eval.html"><span>Enumerator</span></a></li>
<li><a href="functions_rela.html"><span>Related Functions</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="functions.html#index_a"><span>a</span></a></li>
<li><a href="functions_0x62.html#index_b"><span>b</span></a></li>
<li><a href="functions_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_0x68.html#index_h"><span>h</span></a></li>
<li id="current"><a href="functions_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_0x6b.html#index_k"><span>k</span></a></li>
<li><a href="functions_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_0x76.html#index_v"><span>v</span></a></li>
<li><a href="functions_0x77.html#index_w"><span>w</span></a></li>
<li><a href="functions_0x78.html#index_x"><span>x</span></a></li>
<li><a href="functions_0x79.html#index_y"><span>y</span></a></li>
<li><a href="functions_0x7a.html#index_z"><span>z</span></a></li>
<li><a href="functions_0x7e.html#index_~"><span>~</span></a></li>
</ul>
</div>
<p>
Here is a list of all class members with links to the classes they belong to:
<p>
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
<li>id
: <a class="el" href="class_c_attribute_list_entry.html#b80bb7740288fda1f201890375a60c8f">CAttributeListEntry</a><li>idle()
: <a class="el" href="class_c_frame.html#83c70dfe6f63608e7a744ade05b027a9">CFrame</a>, <a class="el" href="class_plugin_g_u_i_editor.html#83c70dfe6f63608e7a744ade05b027a9">PluginGUIEditor</a>, <a class="el" href="class_a_eff_g_u_i_editor.html#83c70dfe6f63608e7a744ade05b027a9">AEffGUIEditor</a><li>iMaxPositions
: <a class="el" href="class_c_horizontal_switch.html#8b7788e9cc34b87d9a87edda82aa0c64">CHorizontalSwitch</a>, <a class="el" href="class_c_vertical_switch.html#8b7788e9cc34b87d9a87edda82aa0c64">CVerticalSwitch</a><li>inactiveTextColor
: <a class="el" href="class_c_tab_button.html#854e88dc82066d611e95235e9c652a64">CTabButton</a><li>inIdleStuff
: <a class="el" href="class_a_eff_g_u_i_editor.html#638794b08c00f9976403b4a5a22a2eb1">AEffGUIEditor</a><li>initFrame()
: <a class="el" href="class_c_frame.html#f9e4a0550ea9f6850b07f151aa95fc70">CFrame</a><li>initialPath
: <a class="el" href="struct_vst_file_select.html#46ee259bd7c37faa9a164bdf64f3cf6b">VstFileSelect</a><li>inset
: <a class="el" href="struct_c_rect.html#a89e199ff422c4a10702d45cb1c22cb1">CRect</a>, <a class="el" href="class_c_knob.html#99f74c03db9bc34e90ad3ede856995d3">CKnob</a><li>iNumbers
: <a class="el" href="class_c_special_digit.html#98b7973e2061d4b71133f353446a9a89">CSpecialDigit</a><li>invalidate()
: <a class="el" href="class_c_frame.html#019d8557ba2887c742e2776a06fa225d">CFrame</a><li>isCheckEntry()
: <a class="el" href="class_c_option_menu.html#78032dd2868ba69c91e5d9c7a0d25244">COptionMenu</a><li>isChild()
: <a class="el" href="class_c_view_container.html#253c108cfa5b1491e08f6ca0b2a6b77d">CViewContainer</a><li>isDirty()
: <a class="el" href="class_c_view_container.html#985382ac7111983e84cad27c0e47678f">CViewContainer</a>, <a class="el" href="class_c_view.html#985382ac7111983e84cad27c0e47678f">CView</a>, <a class="el" href="class_c_anim_knob.html#985382ac7111983e84cad27c0e47678f">CAnimKnob</a>, <a class="el" href="class_c_control.html#985382ac7111983e84cad27c0e47678f">CControl</a>, <a class="el" href="class_c_scroll_container.html#985382ac7111983e84cad27c0e47678f">CScrollContainer</a><li>isDoubleClick()
: <a class="el" href="class_c_control.html#a85cd88c0fe5782021d764038438bddf">CControl</a><li>isDropActive()
: <a class="el" href="class_c_frame.html#2cc1b0a705274a3d46c7a576126c359b">CFrame</a><li>isEmpty()
: <a class="el" href="struct_c_rect.html#9b3cd1fdd55d4ab99ca25647cb9d9672">CRect</a><li>isInside()
: <a class="el" href="struct_c_point.html#faf455806733f2f9c2912c52ea73b2b1">CPoint</a><li>isLoaded()
: <a class="el" href="class_c_bitmap.html#da596d61be0206f0418a7e6cd93baff9">CBitmap</a><li>isOpen()
: <a class="el" href="class_c_frame.html#b44117b31240bf82589e247ecd9fc53c">CFrame</a><li>isTypeOf()
: <a class="el" href="class_c_view.html#4def90ae4cb200341732f501c8cd6fd0">CView</a><li>isWindowOpened()
: <a class="el" href="class_c_auto_animation.html#f26a8994347c3d4887449717007b6e5c">CAutoAnimation</a><li>iterator
: <a class="el" href="class_c_drag_container.html#420cec00303cf5ff3ee30bf824fc1427">CDragContainer</a></ul>
<html>
<head>
<title>Empty</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="mario">
</head>
<body>
<br/>
<hr width="100%" size="2" align="left" />
<div align=left>
Copyright ©2006 <a href="http://www.steinberg.net" target="_blank"><u>Steinberg Media Technologies</u></a>.
All Rights Reserved.
</div>
</body>
</html>
|
clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.1/sudoku/8.5.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>sudoku: 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 / sudoku - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
sudoku
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-10 01:39:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-10 01:39:32 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.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/sudoku"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Sudoku"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:sudoku" "keyword:puzzles" "keyword:davis putnam" "category:Miscellaneous/Logical Puzzles and Entertainment" "date:2006-02" ]
authors: [ "Laurent Théry <[email protected]>" ]
bug-reports: "https://github.com/coq-contribs/sudoku/issues"
dev-repo: "git+https://github.com/coq-contribs/sudoku.git"
synopsis: "A certified Sudoku solver"
description: """
A formalisation of Sudoku in Coq. It implements a naive
Davis-Putnam procedure to solve sudokus."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/sudoku/archive/v8.5.0.tar.gz"
checksum: "md5=7b87491f0d76c6d573bf686b68829739"
}
</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-sudoku.8.5.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-sudoku -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-sudoku.8.5.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>
|
_includes/header-default.html | seb-Bolivia/seb-Bolivia.github.io | <header class="header-site" role="banner">
<div class="content">
<h1>
<span class="site-title">{{site.username}}</span>
<span class="site-description">{{site.user_title}}</span>
</h1>
<div class="icons-home">
<a aria-label="Send email" href="mailto:{{site.email}}"><svg class="icon icon-email"><use xlink:href="#icon-email"></use></svg></a>
<a aria-label="My Twitter" target="_blank" href="https://twitter.com/{{site.twitter_username}}"><svg class="icon icon-twitter"><use xlink:href="#icon-twitter"></use></svg></a>
<a aria-label="Facebook" target="_blank" href="https://www.facebook.com/{{site.facebook_username}}"><svg class="icon icon-facebook"><use xlink:href="#icon-facebook"></use></svg></a>
<a aria-label="My Google Plus" target="_blank" href="https://plus.google.com/+{{site.gplus_username}}"><svg class="icon icon-google-plus"><use xlink:href="#icon-google-plus"></use></svg></a>
<a aria-label="My Github" target="_blank" href="https://github.com/{{site.github_username}}"><svg class="icon icon-github-alt"><use xlink:href="#icon-github-alt"></use></svg></a>
<a aria-label="Use the RSS to get updated" target="_blank" href="{{ "/feed.xml" | prepend: site.baseurl }}"><svg class="icon icon-rss"><use xlink:href="#icon-rss"></use></svg></a>
</div>
</div>
<a role="button" class="down" data-scroll href="#scroll"><svg class="icon icon-angle-down"><use xlink:href="#icon-angle-down"></use></svg></a>
{% include menu-search.html %}
</header>
|
docs/_site/developer/configuration.rules/index.html | influencetech/ivx-js |
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin SEO -->
<title>iVXjs</title>
<meta property="og:locale" content="en">
<meta property="og:site_name" content="iVXjs">
<meta property="og:title" content="iVXjs">
<link rel="canonical" href="http://localhost:4000/ivx-js/developer/configuration.rules/">
<meta property="og:url" content="http://localhost:4000/ivx-js/developer/configuration.rules/">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Person",
"name" : "Influence Technology",
"url" : "http://localhost:4000/ivx-js",
"sameAs" : null
}
</script>
<!-- end SEO -->
<link href="http://localhost:4000/ivx-js/feed.xml" type="application/atom+xml" rel="alternate" title="iVXjs Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="http://localhost:4000/ivx-js/assets/css/main.css">
<meta http-equiv="cleartype" content="on">
<!-- start custom head snippets -->
<!-- insert favicons. use http://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body>
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<button><div class="navicon"></div></button>
<ul class="visible-links">
<li class="masthead__menu-item masthead__menu-item--lg"><a href="http://localhost:4000/ivx-js/">iVXjs</a></li>
<li class="masthead__menu-item"><a href="http://localhost:4000/ivx-js/developer/tutorial.hello-world">Getting Started</a></li>
<li class="masthead__menu-item"><a href="http://localhost:4000/ivx-js/developer/tutorials">Tutorials</a></li>
<li class="masthead__menu-item"><a href="http://localhost:4000/ivx-js/developer/configuration">Configuration and Features</a></li>
</ul>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div id="main" role="main">
<article class="page" itemscope itemtype="http://schema.org/CreativeWork">
<div class="page__inner-wrap">
<header>
</header>
<section class="page__content" itemprop="text">
<style>
/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
width:200px;
padding: 5px 5px;
border-radius: 6px;
border:solid 2px rgba(0,0,0,0.7);
background-color:white;
/* Position the tooltip text */
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -100px;
/* Fade in tooltip */
opacity: 0;
transition: opacity 0.5s;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -9px;
border-width: 9px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltip-header{
border-bottom:solid 1px;
text-align:center;
}
.addional-info-label{
display:block;
width:100%;
font-weight:bold;
}
.tooltip-content{
display:block;
width:100%;
padding:3px 10px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
</style>
<h1 id="rules-configuration">Rules Configuration</h1>
<aside class="sidebar__right">
<nav class="toc">
<header><h4 class="nav__title"><i class="fa fa-file-text"></i> On This Page</h4></header>
<ul class="toc__menu" id="markdown-toc">
<li><a href="#rules-configuration" id="markdown-toc-rules-configuration">Rules Configuration</a> <ul>
<li><a href="#overview" id="markdown-toc-overview">Overview</a></li>
<li><a href="#note-about-this-documentation" id="markdown-toc-note-about-this-documentation">Note about this documentation</a></li>
<li><a href="#rule" id="markdown-toc-rule">Rule</a></li>
<li><a href="#condition-operator" id="markdown-toc-condition-operator">Condition Operator</a></li>
<li><a href="#base-conditions" id="markdown-toc-base-conditions">Base Conditions</a> <ul>
<li><a href="#input" id="markdown-toc-input">Input</a></li>
</ul>
</li>
<li><a href="#ivxio-conditions" id="markdown-toc-ivxio-conditions">iVXio Conditions</a> <ul>
<li><a href="#organization" id="markdown-toc-organization">Organization</a></li>
<li><a href="#entity" id="markdown-toc-entity">Entity</a></li>
<li><a href="#story-events" id="markdown-toc-story-events">Story Events</a></li>
<li><a href="#progress" id="markdown-toc-progress">Progress</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</nav>
</aside>
<h2 id="overview">Overview</h2>
<p>Rules are objects in a JSON that determine whether an action is fired or a state is navigated to by a user.
In the basic library, you will natively be able to navigate the user based on the questions and forms they answered.</p>
<p>If you are using the iVX.io Data Module, you can use the Platform’s tracking of a user’s progress and their relationship to organizations and
entities to run rules.</p>
<h2 id="note-about-this-documentation">Note about this documentation</h2>
<p>This page assumes you know how Rules and Conditions work within the config. If you would like to learn more about how Rules work and where
you can use them, you can go to the main JSON configuration.</p>
<h2 id="rule">Rule</h2>
<p><em>Sample Data</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/sample-JSON/rules.json">rules.json</a></p>
<p><em>Schema</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/schemas/rules.jsond">rules.jsond</a></p>
<p><em>Base Properties</em></p>
<div id="rule-schema" class="json-schema-table-container" data-json-src="https://influencetech.github.io/ivx-js/developer/schemas/rules.jsond"></div>
<h2 id="condition-operator">Condition Operator</h2>
<p>Description: the condition operator determines which conditions within the rule must be true in order for the corresponding state associated with the rule to occur.</p>
<p>Operator Types:</p>
<ol>
<li>
<p>“and” (synonymous with && - ALL conditions must be true)</p>
</li>
<li>
<p>“or” (synonymous with || - One of the conditions must be true)</p>
</li>
<li>
<p>“not” (!cond1 && !cond2 - ALL conditions must NOT be true)</p>
</li>
</ol>
<h2 id="base-conditions">Base Conditions</h2>
<h3 id="input">Input</h3>
<p>Description: Inputs gather information about the user so they can be directed towards a specific state, and customize the experience based on the information gathered.</p>
<p><em>Sample Data</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/sample-JSON/rules.conditions.input.json">rules.conditions.inputs.json</a></p>
<p><em>Schema</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/schemas/rules.conditions.input.jsond">rules.condition.inputs.jsond</a></p>
<p><em>Base Properties</em></p>
<div id="input-condition-schema" class="json-schema-table-container" data-json-src="https://influencetech.github.io/ivx-js/developer/schemas/rules.conditions.input.jsond"></div>
<h2 id="ivxio-conditions">iVXio Conditions</h2>
<h3 id="organization">Organization</h3>
<p>Description: The organization condition is evaluated based on specific organization data set by the associated child entity this experience belongs to.</p>
<p><em>Sample Data</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/sample-JSON/rules.conditions.organization.json">rules.conditions.organization.json</a></p>
<p><em>Schema</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/schemas/rules.conditions.organization.jsond">rules.conditions.organization.jsond</a></p>
<p><em>Base Properties</em></p>
<div id="organization-condition-schema" class="json-schema-table-container" data-json-src="https://influencetech.github.io/ivx-js/developer/schemas/rules.conditions.organization.jsond"></div>
<h3 id="entity">Entity</h3>
<p>Description: The entity refers to any sub-organizations or partners affiliated with the parent organization.</p>
<p><em>Sample Data</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/sample-JSON/rules.conditions.entity.json">rules.conditions.entity.json</a></p>
<p><em>Schema</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/schemas/rules.conditions.entity.jsond">rules.conditions.entity.jsond</a></p>
<p><em>Base Properties</em></p>
<div id="entity-condition-schema" class="json-schema-table-container" data-json-src="https://influencetech.github.io/ivx-js/developer/schemas/rules.conditions.entity.jsond"></div>
<h3 id="story-events">Story Events</h3>
<p>Description: A story event occurs based on if the condition evaluates to fired or not fired, and is meant to guide the user to a specific state or place. The resulting action can be either within (story event) or outside (external event) of the experience.</p>
<p><em>Sample Data</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/sample-JSON/rules.conditions.storyEvents.json">rules.conditions.storyEvents.json</a></p>
<p><em>Schema</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/schemas/rules.conditions.storyEvents.jsond">rules.conditions.storyEvents.jsond</a></p>
<p><em>Base Properties</em></p>
<div id="storyEvents-condition-schema" class="json-schema-table-container" data-json-src="https://influencetech.github.io/ivx-js/developer/schemas/rules.conditions.storyEvents.jsond"></div>
<h3 id="progress">Progress</h3>
<p>Description: Progress refers to the user’s place in the experience and if something should be initiated once they have reached a point within the experience.</p>
<p><em>Sample Data</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/sample-JSON/rules.conditions.progress.json">rules.conditions.progress.json</a></p>
<p><em>Schema</em></p>
<p><a href="https://influencetech.github.io/ivx-js/developer/schemas/rules.conditions.progress.jsond">rules.conditions.progress.jsond</a></p>
<p><em>Base Properties</em></p>
<div id="progress-condition-schema" class="json-schema-table-container" data-json-src="https://influencetech.github.io/ivx-js/developer/schemas/rules.conditions.progress.jsond"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.16.2/lodash.min.js"></script>
<script src="https://influencetech.github.io/ivx-js/assets/js/jsond-table-creator.js"></script>
</section>
<footer class="page__meta">
</footer>
</div>
</article>
</div>
<div class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="page__footer-follow">
<ul class="social-icons">
<li><strong>Follow:</strong></li>
<li><a href="http://localhost:4000/ivx-js/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
<div class="page__footer-copyright">© 2018 Influence Technology. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
</footer>
</div>
<script src="http://localhost:4000/ivx-js/assets/js/main.min.js"></script>
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ae941745dde38bef1cc20cc48dac5247104fc6f0db89bec7121c90d18e742ac4.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="./7da62ab117a27e8ed347abb6844f95299b2c37f4fb4ab14c41ec8dfcb8c80f76.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> |
Java/Web/war/releases/1.3/api/starkcoder/failfast/checks/objects/uuids/IObjectUuidSameCheck.html | KeldOelykke/FailFast | <!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_45) on Mon Aug 31 23:15:49 CEST 2015 -->
<title>IObjectUuidSameCheck (FailFast v.1.3)</title>
<meta name="date" content="2015-08-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="IObjectUuidSameCheck (FailFast v.1.3)";
}
//-->
</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/IObjectUuidSameCheck.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-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../starkcoder/failfast/checks/objects/uuids/IObjectUuidOutsideCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?starkcoder/failfast/checks/objects/uuids/IObjectUuidSameCheck.html" target="_top">Frames</a></li>
<li><a href="IObjectUuidSameCheck.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">starkcoder.failfast.checks.objects.uuids</div>
<h2 title="Interface IObjectUuidSameCheck" class="title">Interface IObjectUuidSameCheck</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../../starkcoder/failfast/checks/ICheck.html" title="interface in starkcoder.failfast.checks">ICheck</a></dd>
</dl>
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><a href="../../../../../starkcoder/failfast/checks/IChecker.html" title="interface in starkcoder.failfast.checks">IChecker</a>, <a href="../../../../../starkcoder/failfast/checks/objects/IObjectChecker.html" title="interface in starkcoder.failfast.checks.objects">IObjectChecker</a>, <a href="../../../../../starkcoder/failfast/checks/objects/uuids/IObjectUuidChecker.html" title="interface in starkcoder.failfast.checks.objects.uuids">IObjectUuidChecker</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../starkcoder/failfast/checks/AChecker.html" title="class in starkcoder.failfast.checks">AChecker</a>, <a href="../../../../../starkcoder/failfast/checks/Checker.html" title="class in starkcoder.failfast.checks">Checker</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">IObjectUuidSameCheck</span>
extends <a href="../../../../../starkcoder/failfast/checks/ICheck.html" title="interface in starkcoder.failfast.checks">ICheck</a></pre>
<div class="block">Specifies a reference check for UUID.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Keld Oelykke</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="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>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../starkcoder/failfast/checks/objects/uuids/IObjectUuidSameCheck.html#isUuidSame(java.lang.Object, java.util.UUID, java.util.UUID)">isUuidSame</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> caller,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util">UUID</a> referenceA,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util">UUID</a> referenceB)</code>
<div class="block">Checks if the references are the same (using ==) or both nulls.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isUuidSame(java.lang.Object, java.util.UUID, java.util.UUID)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isUuidSame</h4>
<pre>boolean isUuidSame(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> caller,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util">UUID</a> referenceA,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/UUID.html?is-external=true" title="class or interface in java.util">UUID</a> referenceB)</pre>
<div class="block">Checks if the references are the same (using ==) or both nulls.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>caller</code> - end-user instance initiating the check</dd><dd><code>referenceA</code> - reference to check using == against reference B</dd><dd><code>referenceB</code> - argument to check using == of reference A</dd>
<dt><span class="strong">Returns:</span></dt><dd>true, if references are the same (using ==) - including both nulls - otherwise false</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if caller is null</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/IObjectUuidSameCheck.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-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../starkcoder/failfast/checks/objects/uuids/IObjectUuidOutsideCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?starkcoder/failfast/checks/objects/uuids/IObjectUuidSameCheck.html" target="_top">Frames</a></li>
<li><a href="IObjectUuidSameCheck.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><i>The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.</i></small></p>
</body>
</html>
|
src/CRM/templates/CRM/company_form.html | mtheobaldo/crm | {% extends 'base.html' %}
{% load crispy_forms_tags %}
{% block title %}New Company Record{%endblock%}
{% block container %}
<div class="formbox" style="padding-top: 60px; padding-left: 15px;">
<form class="form" action="." method="POST">
{% csrf_token %}
{{ form|crispy }}
<button class="btn btn-primary">{% if object %}Update{% else %}Create{% endif %}</button>
</form>
</div>
{% endblock %} |
web/docs/OCR/OCRPreProcessing.BinarizeFilterConstructor.html | teichgraf/MuLaPeGASim | <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>BinarizeFilter Constructor</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">OCR PreProcessing Imagefilters, Imagesegmentation, OCR Image Creation and Feature Extraction</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">BinarizeFilter Constructor </h1>
</div>
</div>
<div id="nstext">
<p> Defaultconstructor, does nothin' </p>
<div class="syntax">public BinarizeFilter();</div>
<h4 class="dtH4">See Also</h4>
<p>
<a href="OCRPreProcessing.BinarizeFilter.html">BinarizeFilter Class</a> | <a href="OCRPreProcessing.html">OCRPreProcessing Namespace</a></p>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;">
<param name="Keyword" value="BinarizeFilter class, constructor">
</param>
</object>
<hr />
<div id="footer">
<p>
<a href="mailto:[email protected]?subject=OCR%20PreProcessing%20Imagefilters,%20Imagesegmentation,%20OCR%20Image%20Creation%20and%20Feature%20Extraction%20Documentation%20Feedback:%20BinarizeFilter Constructor ">Send comments on this topic.</a>
</p>
<p>
<a>(c) 2004 Rene Schulte and Torsten Baer</a>
</p>
<p>
</p>
</div>
</div>
</body>
</html> |
demo/metaroom-markup-standard-spec.html | cbas/MetaRoomMarkup | <!doctype html>
<html>
<head>
<script src="../bower_components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../dist/metaroom-markup.html">
</head>
<body>
<meta-verse>
<meta-style>
#vrcollab-poster {
frame-style: solid;
frame-thickness: 2;
frame-width: 0.3;
frame-color: #F33;
padding: 0.1;
}
#phong-meta-tsurface{
material-color: gold;
material-type: phong;
}
meta-verse{
skybox-style: sun-sphere;
}
.pretty-pic{
material-color: red;
}
#that-pic{
material-color: blue;
}
.light-chocolate{
material-color: #8D6E63;
tbottom-padding-top: 0.5;
tbottom-padding-bottom: 0.3;
}
#left-wall{
material-color: #d3d3d3;
}
meta-tbottom{
material-color: #795548;
}
.chocolate{
material-color: #795548;
}
.styled-wall {
material-color: #E0E0E0;
}
meta-table{
thickness: 0.1;
}
</meta-style>
<meta-room width='30' height='15' length='20'>
<!-- maybe we should make all the left wall and right wall to meta-wall with left , right, top , floor alignement -->
<meta-wall align='left' meta-style='material-color: #EEEEEE'>
<meta-picture id='vrcollab-poster' src='img/VRcollab.png' width='6' length='3'></meta-picture>
<meta-picture src='img/VRcollab.png' width='4' length='2'></meta-picture>
<meta-board width='6' length='5'>
<meta-picture src='img/VRcollab.png' width='3' length='2'></meta-picture>
<meta-picture meta-style='frame-width: 0.5' src='img/VRcollab.png' width='3' length='2'></meta-picture>
<meta-text width='3'>A place for you to build future VR websites collaboratively</meta-text>
</meta-board>
<meta-text width='1'>Yay!</meta-text>
<meta-picture id="that-pic" class="pretty-pic" src='img/VRcollab.png' width='5' length='2'></meta-picture>
</meta-wall>
<meta-wall align='right' class='styled-wall'>
<meta-picture meta-style='position: absolute; top: 10; left: 0' src='img/VRcollab.png' width='3' length='2'></meta-picture>
<meta-picture meta-style='frame-width: 0.5' src='img/VRcollab.png' width='3' length='2'></meta-picture>
<meta-html>
<img src='img/VRcollab.png'/>
A Place for you to build future VR websites collaboratively
</meta-html>
</meta-wall>
<meta-wall align='front' class='styled-wall'>
<meta-board width='3' length='3' meta-style='position: absolute; top: 0; left: 8'></meta-board>
<meta-text width='3' length='2' meta-style='position: absolute; top: 3; left: 6'>Hello, Test!</meta-text>
<meta-picture src='img/VRcollab.png' width='3' length='2'></meta-picture>
</meta-wall>
<meta-wall align='back' class='styled-wall'>
<meta-picture src='img/VRcollab.png' width='3' length='2'></meta-picture>
</meta-wall>
<meta-wall align='ceiling' class='styled-wall'>
<meta-picture src='img/VRcollab.png' width='3' length='2'></meta-picture>
</meta-wall>
<meta-floor class='styled-wall'>
<meta-table class='light-chocolate' width='5' length='4' height='3'>
<meta-tsurface class='light-chocolate'>
<meta-tr>
<meta-td>
</meta-td>
</meta-tr>
</meta-tsurface>
<meta-tbottom class='light-chocolate' align='left'></meta-tbottom>
<meta-tbottom class='light-chocolate' align='right'></meta-tbottom>
</meta-table>
<meta-table class='light-chocolate' width='5' length='4' height='2' >
<meta-tsurface class='chocolate'>
<meta-item width='4' length='2' height='4' material-src='model/sydney/model_mesh.obj.mtl' geometry-src='model/sydney/model_mesh.obj' id='meta-item-on-floor'></meta-item>
</meta-tsurface>
<meta-tbottom class='chocolate' align='right'></meta-tbottom>
<meta-tbottom align='left'>
<meta-label>Contact US</meta-label>
</meta-tbottom>
</meta-table>
<meta-table height='3' meta-style='tbottom-padding-top: 0.5'>
<meta-tsurface class='chocolate'>
<meta-picture src='img/VRcollab.png' width='3' length='2'></meta-picture>
<meta-picture src='img/VRcollab.png' width='3' length='2'></meta-picture>
<meta-picture src='img/VRcollab.png' width='2' length='2'></meta-picture>
<meta-item width='4' length='2' height='4' material-src='model/sydney/model_mesh.obj.mtl' geometry-src='model/sydney/model_mesh.obj' id='meta-item-on-floor'></meta-item>
<meta-picture src='img/VRcollab.png' width='3' length='2'></meta-picture>
<meta-picture src='img/VRcollab.png' width='2' length='2'></meta-picture>
<meta-picture src='img/VRcollab.png' width='2' length='2'></meta-picture>
<meta-picture src='img/VRcollab.png' width='2' length='2'></meta-picture>
<meta-picture src='img/VRcollab.png' width='2' length='2'></meta-picture>
<meta-picture src='img/VRcollab.png' width='2' length='2'></meta-picture>
<meta-picture src='img/VRcollab.png' width='2' length='2'></meta-picture>
<meta-item width='2' length='2' height='4' material-src='model/pokka/model_mesh.obj.mtl' geometry-src='model/pokka/model_mesh.obj' id='meta-item-on-floor'></meta-item>
<meta-picture src='img/VRcollab.png' width='2' length='2'></meta-picture>
</meta-tsurface>
<meta-tbottom class='chocolate' align='right'></meta-tbottom>
<meta-tbottom align='left'>
<meta-label>Contact US</meta-label>
</meta-tbottom>
</meta-table>
<meta-table class='light-chocolate' width='5' length='4' height='3' meta-style='tbottom-padding: 0.5'>
<meta-tsurface class='light-chocolate' id="phong-meta-tsurface">
<meta-picture src='img/VRcollab.png' width='3' length='2'></meta-picture>
<meta-item width='2' length='2' height='4' material-src='model/pokka/model_mesh.obj.mtl' geometry-src='model/pokka/model_mesh.obj' id='meta-item-on-floor'></meta-item>
</meta-tsurface>
<meta-tbottom class='light-chocolate' align='left'></meta-tbottom>
<meta-tbottom class='light-chocolate' align='right'></meta-tbottom>
</meta-table>
<meta-table class='light-chocolate' width='5' length='4' height='3' >
<meta-tsurface class='light-chocolate' id="phong-meta-tsurface">
<meta-picture src='img/VRcollab.png' width='3' length='2'></meta-picture>
<meta-item width='2' length='2' height='4' material-src='model/pokka/model_mesh.obj.mtl' geometry-src='model/pokka/model_mesh.obj' id='meta-item-on-floor'></meta-item>
</meta-tsurface>
<meta-tbottom class='light-chocolate' align='right'></meta-tbottom>
<meta-tbottom class='light-chocolate' align='left'></meta-tbottom>
</meta-table>
<meta-table class='light-chocolate' width='5' length='4' height='4' meta-style='position: absolute; top: 0; left: 15; rotate-z:45'>
<meta-tsurface class='light-chocolate' id="phong-meta-tsurface">
<meta-picture src='img/VRcollab.png' width='3' length='2' meta-style='position: absolute; top: 1; left: 0'></meta-picture>
<meta-item width='2' length='2' height='4' material-src='model/pokka/model_mesh.obj.mtl' geometry-src='model/pokka/model_mesh.obj' id='meta-item-on-floor'></meta-item>
</meta-tsurface>
<meta-tbottom class='light-chocolate' align='right'></meta-tbottom>
<meta-tbottom class='light-chocolate' align='left'></meta-tbottom>
</meta-table>
</meta-floor>
</meta-room>
</meta-verse>
</body>
</html>
|
src/app/components/comp-1030/comp-1030.component.html | angular/angular-cli-stress-test | <p>
comp-1030 works!
</p>
|
example.html | chengz/schema-form-uiselect | <!DOCTYPE html>
<html lang='en' ng-app='app'>
<head>
<meta charset='utf-8'>
<meta content='IE=edge' http-equiv='X-UA-Compatible'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" media="all" rel="stylesheet" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" media="screen" rel="stylesheet" />
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
<link href="bower_components/angular-ui-select/dist/select.css" media="screen" rel="stylesheet" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>
<script src="bower_components/underscore/underscore-min.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.min.js"></script>
<script src="bower_components/angular-translate/angular-translate.min.js"></script>
<script src='bower_components/angular-ui-select/dist/select.js'></script>
<script src="bower_components/tv4/tv4.js"></script>
<script src="bower_components/objectpath/lib/ObjectPath.js"></script>
<script src="bower_components/angular-schema-form/dist/schema-form.min.js"></script>
<script src="bower_components/angular-schema-form/dist/bootstrap-decorator.min.js"></script>
<script src="bower_components/angular-underscore.js"></script>
<script src="ui-sortable.js"></script>
<script src="schema-form-uiselect.js"></script>
<script src="app.js"></script>
<base href='/'>
<style type="text/css" rel="stylesheet">
.short {
width: 200px;
}
.ui-select-bootstrap > .ui-select-match > .caret {
display: none;
}
.ui-state-highlight {
display: inline-block;
width: 50px;
min-height: 100%;
}
</style>
</head>
<body ng-controller='SelectController'>
<div class="box box-primary ng-cloak">
<div class="box-header">
<h3 class="box-title">{{$root.$state.current.data.label}} - {{model.name}}</h3>
</div>
<form name="roleForm" ng-submit="submitted(roleForm)">
<div class="box-body">
<div sf-schema="schema" sf-form="form" sf-model="model"></div>
</div>
<div class="box-footer">
<button type="submit" class="btn btn-primary btn-flat">{{ 'buttons.save' | translate }}</button>
<a ui-sref="roles" class="btn btn-warning btn-flat pull-right">{{ 'buttons.cancel' | translate }}</a>
</div>
</form>
</div>
</div>
</body>
</html>
|
src/app/components/email/email.component.html | kirikzyusko1996/WarehouseAngular | <div class="container">
<form [formGroup]="form" (ngSubmit)="sendEmail()">
<div class="row">
<div class="column large-2 small-2">
<label for="subject" class="right">Получатели:
<small *ngIf="selectedUsers?.length == 0"><i>не выбраны</i></small>
</label>
</div>
<div class="column large-1 small-1">
<input class="button hollow"
[ngClass]="{'button-signal': form?.controls['users'].hasError('noSelectedUsers') && !userSelecting}"
type="button" value="+"
(click)="toggleUserSelection()">
</div>
<div class="column large-4 small-4" [hidden]="!userSelecting">
<select #userSelector multiple name="users" id="users" size="10">
<option *ngFor="let user of users" [value]="user.id">{{user.lastName}} {{user.firstName}}
{{user.patronymic}}
</option>
</select>
</div>
<div class="column large-1 small-1" *ngIf="userSelecting">
<input class="button hollow"
type="button"
[ngClass]="{'button-signal': form?.controls['users'].hasError('noSelectedUsers') && userSelecting}"
value=">>"
(click)="addUsers(userSelector)">
</div>
<div class="column large-4 small-4" *ngIf="!form?.controls['users'].hasError('noSelectedUsers') && userSelecting">
<ul class="list">
<li *ngFor="let user of selectedUsers" (click)="removeFromSelected(user)">
<span data-tooltip aria-haspopup="true" class="top" data-disable-hover="false" tabindex="2"
title="Кликните, чтобы удалить">
{{user.lastName}} {{user.firstName}} {{user.patronymic}}
</span>
</li>
</ul>
</div>
<div class="column large-3 small-3" *ngIf="form?.controls['users'].hasError('noSelectedUsers') && userSelecting">
<div class="callout alert">
Выберите получателя(ей)
</div>
</div>
</div>
<div class="row">
<div class="column large-2 small-2">
<label for="subject" class="right">Тема:</label>
</div>
<div class="column large-9 small-9">
<input id="subject" name="subject" type="text" [formControl]="form.controls['subject']">
</div>
</div>
<div class="row">
<div class="column large-offset-2 small-offset-2 medium-offset-2 large-10 medium-2 small-10">
<div class="button-group" id="control-panel">
<button class="button hollow background-button" type="button" data-toggle="backgroundColorDropdown">Bg
</button>
<div class="dropdown-pane" id="backgroundColorDropdown" data-dropdown data-auto-focus="true">
<input class="input-color" type="color" id="backgroundColor" name="backgroundColor"
(change)="changeBackgroundColor()"
[formControl]="form.controls['backgroundColor']">
</div>
<label for="image" class="button hollow attach-button"><i class="fi-paperclip"></i></label>
<input #image type="file" name="image" (change)="fileSelected(image)" id="image" class="show-for-sr"
accept="image/jpeg">
<button class="button hollow" type="button" data-toggle="templateDropdown">T</button>
<div class="dropdown-pane" id="templateDropdown" data-dropdown data-auto-focus="true">
<select name="template" id="template" [formControl]="form.controls['template']"
(change)="changeTemplate()">
<option *ngFor="let t of templates" [value]="t.type">
{{templateNamesMessages.get(t.type)}}
</option>
</select>
</div>
</div>
</div>
</div>
<div class="row">
<div class="column large-offset-2 small-offset-2 large-4 small-4">
<div class="attachment" *ngIf="file">
<span>{{file?.name}}</span>
<button class="close" type="button" (click)="removeAttachment(image)">
<span aria-hidden="true">×</span>
</button>
</div>
</div>
</div>
<div class="row">
<div class="column large-2 small-2">
<label for="textarea-body" class="right" *ngIf="!selectedTemplate.body">Текст:</label>
<label for="div-body" class="right" *ngIf="selectedTemplate.body">Текст:</label>
</div>
<div class="column large-9 small-9">
<textarea id="textarea-body"
name="body"
[ngStyle]="{'background': selectedTemplate.backgroundColor}"
[formControl]="form.controls['body']"
cols="30" rows="20"
*ngIf="!selectedTemplate.body"></textarea>
<div #body id="div-body"
[ngStyle]="{'background': selectedTemplate.backgroundColor}"
class="email-body"
[innerHTML]="selectedTemplate.body"
*ngIf="selectedTemplate.body"></div>
</div>
</div>
<div class="column large-11 medium-11 small-11">
<div class="button-right">
<input class="button" type="submit" [disabled]="!form.valid" value="Отправить">
</div>
</div>
</form>
</div>
<div class="reveal success" id="modalSizeError" data-reveal>
<button class="close-button" type="button" data-close>
<span aria-hidden="true">×</span>
</button>
<h5>Размер файла превышает допустимый (5 MB)</h5>
</div>
<div class="reveal success" id="modal" data-reveal>
<button class="close-button" type="button" data-close>
<span aria-hidden="true">×</span>
</button>
<div class="text center">
<span>Идёт отправка письма. Подождите </span>
<div class="spinner" *ngIf="requestInProgress">
<spinner [size]="15" [tickness]="2"></spinner>
</div>
</div>
<div class="text center">
<span *ngIf="success"><b>Письмо успешно отправлено</b></span>
<span *ngIf="fail"><b>Произошёл сбой во время отправки письма. Письмо не было отправлено</b></span>
</div>
<input type="button" class="button center" value="ОК" data-close *ngIf="success || fail">
</div>
|
_posts/2011-10-26-serialization-and-class-hierarchy.html | wrschneider/wrschneider.github.io | ---
layout: post
title: Serialization, class hierarchy and preserving sessions
date: '2011-10-26T08:39:00.000-04:00'
author: Bill Schneider
tags:
modified_time: '2011-10-26T08:39:37.739-04:00'
blogger_id: tag:blogger.com,1999:blog-9159309.post-2352121751565864812
blogger_orig_url: http://wrschneider.blogspot.com/2011/10/serialization-and-class-hierarchy.html
---
If you have a class that implements Serializable, superclass fields do NOT get serialized unless the parent class also explicitly implements Serializable. That bit me the other day with session-scoped objects and preserving sessions across restarts, using Glassfish 3.1.1. Glassfish will complain if any objects in session scope or their properties don't implement serializable, but if those objects extend some parent class, the parent class fields are silently ignored and end up being null on session restore. So the source of the problem wasn't immediately clear, like it would have been if individual session objects or properties within them weren't serializable. |
app/beeer/cookieDemo.html | sehoone/seed | <!DOCTYPE html>
<html ng-app="cookieDemo">
<head>
<meta charset="utf-8">
<title>ch6</title>
<link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.min.css" />
<script type="text/javascript" src="../bower_components/angular/angular.min.js"></script>
<script type="text/javascript" src="../bower_components/angular-cookies/angular-cookies.min.js"></script>
<script type="text/javascript" src="cookieDemo.js"></script>
</head>
<body>
<div ng-controller="mainCtrl">
<h1>Cookie 서비스 사용</h1>
<p>test 키로 저장된값: {{value}}</p>
<button ng-click="getValue()">쿠키 가져오기</button>
<br/>
<input type="text" ng-model="iValue"><button ng-click="putValue(iValue)">쿠키저장</button>
</div>
</body>
</html> |
Demos/Modules/AkPaddingZero.html | alefortvi/akimagejs | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Akimages</title>
</head>
<body bgcolor="#CCCCCC">
<p></p>
<p>Original</p>
<img src="../../images/lenna256.jpg"/>
<div id = "porID" style="relative; top:100px; left:100px;">
<canvas id="canvas1"></canvas>
</div>
<div id = "porID" style="relative; top:100px; left:100px;">
<canvas id="canvas2"></canvas>
</div>
<div id = "porOB" style="relative; top:100px; left:100px;">
<canvas id="canvas3"></canvas>
<div id = "porOB" style="relative; top:100px; left:100px;">
<canvas id="canvas4"></canvas>
</div>
</body>
</html>
<script type="text/javascript" src="../../libs/build/compilated/akimage.js"> </script>
<script type="text/javascript" src="js/AkPaddingZero.js"></script>
|
frontstage/templates/account/account-email-change-confirm-link-expired.html | ONSdigital/ras-frontstage | {% extends "layouts/_block_content.html" %}
{% set page_title = "Account email change link expired " %}
{% block main %}
<h1 class="u-fs-xl">Your verification link has expired</h1>
<div>
<p>
You will need to sign back into your account and <a href="{{ url_for('account_bp.resend_account_email_change_expired_token', token=token) }}">request another verification email</a>.
</p>
<p>
<p>If you need help, please <a href="{{ url_for('contact_us_bp.contact_us') }}" rel="noopener">contact us</a>.</p>
</p>
</div>
{% endblock main %} |
2012/12/redmine-2-admin-password-reset.html | cyberflow/cyberflow.github.com | <!DOCTYPE html>
<html lang="ru" >
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/static/img/favicon.ico" />
<title>Redmine 2.x обнуление пароля admin-a - Cyberflow</title>
<meta name="author" content="Cyberflow" />
<meta name="description" content="Redmine 2.x обнуление пароля admin-a" />
<meta name="keywords" content="Redmine 2.x обнуление пароля admin-a, Cyberflow, notice" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/static/css/syntax.css">
<!-- Bootstrap core CSS -->
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/static/css/super-search.css">
<link rel="stylesheet" href="/static/css/main.css">
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31213444-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="container">
<div class="col-sm-3">
<a href="/"><img id="about" src="https://www.gravatar.com/avatar/7ca36522be02d33e7d2f4ea209012ac3?s=68" alt="cyberflow_gravatar" height="75px" width="75px" /></a>
<h1 class="author-name">Cyberflow</h1>
<div id="about">
I am linux system administrator.
</div>
<hr />
<div class="search" id="js-search">
<input type="text" placeholder="(sitemap)~$ type to search" class="search__input form-control" id="js-search__input">
<ul class="search__results" id="js-search__results"></ul>
</div>
<hr />
<strong>Navigation</strong><br />
» <a href="/">Home</a> <br />
» <a class="about" href="/category/">Categories</a><br />
» <a class="about" href="/code/">Code</a><br />
» <a class="about" href="/feed.xml">XML Feed</a><br />
</div>
<div class="col-sm-8 col-offset-1">
<h1>Redmine 2.x обнуление пароля admin-a</h1>
<span class="time">13 Dec 2012</span>
<span class="categories">
» <a href="/category/notice">notice</a>
</span>
<div class="content">
<div class="post"><p>Для обнуления пароля от пользователя admin в redmine 2.x выполните следующую команду из консоли находясь в директории с redmine</p>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">ruby script/rails runner <span class="s1">'user = User.find(:first, :conditions => {:admin => true}) ; user.password, user.password_confirmation = "password"; user.save!'</span> <span class="nt">-e</span> production</code></pre></figure>
</div>
</div>
<div class="panel-body">
<h4>Related Posts</h4>
<ul>
<li class="relatedPost">
<a href="https://cyberflow.net/2015/09/use-ssh-x-session-from-user-to-root.html" data-proofer-ignore>Пробрасывание X сессии от пользователя к root</a>
(Categories: <a href="/category/notice">notice</a>, <a href="/category/linux">linux</a>)
</li>
<li class="relatedPost">
<a href="https://cyberflow.net/2013/05/logstash-rotate-logs-in-elasticsearch.html" data-proofer-ignore>logstash, ротация логов в elasticsearch</a>
(Categories: <a href="/category/notice">notice</a>, <a href="/category/linux">linux</a>, <a href="/category/elasticsearch">elasticsearch</a>)
</li>
</ul>
</div>
<div class="PageNavigation">
<a class="prev" href="/2012/10/install-chef-solo-to-debian-6-squeeze.html">« Установка chef solo на debian 6 squeeze</a>
<a class="next" href="/2013/02/how-to-install-nodejs-on-linux-deb-base.html">Установка node.js на Linux (deb base) »</a>
</div>
<div class="disqus-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
/* <![CDATA[ */
var disqus_shortname = "cyberflowblog";
var disqus_identifier = "https://cyberflow.net_Redmine 2.x обнуление пароля admin-a";
var disqus_title = "Redmine 2.x обнуление пароля admin-a";
/* * * 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>
</div>
<footer>
© Cyberflow
- <a href="https://github.com/cyberflow">https://github.com/cyberflow</a> - Powered by Jekyll.
</footer>
</div><!-- end /.col-sm-8 -->
</div><!-- end /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<script src="/static/js/super-search.js"></script>
</body>
</html>
|
src/People/wwwroot/sys/vaadin-material-styles/mixins/required-field.html | StarcounterSamples/People | <link rel="import" href="../color.html">
<dom-module id="material-required-field">
<template>
<style>
[part="label"] {
display: block;
position: absolute;
top: 8px;
font-size: 1em;
line-height: 1;
height: 20px;
margin-bottom: -4px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
color: var(--material-secondary-text-color);
transform-origin: 0 75%;
transform: scale(0.75);
}
:host([required]) [part="label"]::after {
content: " *";
color: inherit;
}
:host([invalid]) [part="label"] {
color: var(--material-error-text-color);
}
[part="error-message"] {
font-size: .75em;
line-height: 1;
color: var(--material-error-text-color);
margin-top: 6px;
}
:host(:not([invalid])) [part="error-message"] {
margin-top: 0;
max-height: 0;
overflow: hidden;
}
:host([invalid]) [part="error-message"] {
animation: reveal 0.2s;
}
@keyframes reveal {
0% {
opacity: 0;
}
}
</style>
</template>
</dom-module>
|
_posts/issue-1-3/2013-09-03-schmidt-nancy.html | theappendix/theappendix-jekyll-source | ---
layout: article
title: “Nancy Grows Up,” the Media Age, and the Historian’s Craft
authors:
- schmidt-michael
excerpt: >
Historians have mostly relied on the printed page to communicate their work. But what about sound? Michael Schmidt looks to the alternate aural history of the twentieth century and unearths beautiful experiments in sonic storytelling.
permalink: /issues/2013/7/nancy-grows-up-the-media-age-and-the-historians-craft
supernotes: /issues/1/3/schmidt-history_through_sound.json
toc: 18
volume: 1
number: 3
audio: true
---
<div class="inline-image">
<a class="fancybox" href="/images/issues/1/3/large-Schmidt1.jpg">
<img src="/images/issues/1/3/medium-Schmidt1.jpg" alt="" />
</a>
<p class="caption">
<span class="credit">Benjamin Breen, 2013, based on a photograph of Tony Schwartz in the 1950s</span>
</p>
</div>
<h3>The Challenge of “Nancy Grows Up”</h3>
<!-- 1 -->
<div class="paragraph-pack"><p id="paragraph-1">
It begins with anxious crying. The plaintive sound only lasts a few moments before the screams drop into a slightly lower register and transform into a calm murmur. The sound repeats, then breaks into the rudiments of language. It sings—or tries—and falters. A man helps, playing a game with a familiar rhyme: “Jack and Jill went up the … to fetch a pail of … Jack fell down and broke his … and Jill came tumbling …”
</p></div>
<!-- 2 -->
<div class="paragraph-pack"><p id="paragraph-2">
She fills in the appropriate words and, as she does, we suddenly meet her.
</p></div>
<!-- 3 -->
<div class="paragraph-pack"><p id="paragraph-3">
For the remaining minute and forty-two seconds we hear and follow Nancy. We listen to her development as a person through a variety of situations: she wishes her father a happy birthday, she lists what she wants for Christmas (“a puppy and a whistle and a horn and a hat and a dress and a ballerina costume”), she explains how to housetrain a dog, and she expresses her feelings about the Russians sending the dog Laika into space. All the while Nancy’s voice grows increasingly distinct, speaks longer, takes on and sheds accents, and uses increasingly sophisticated vocabulary. Finally, the recording ends, but it does so just as we witness what seems like a personal milestone. Nancy becomes silent just after we see the door open on her developing sexuality. In the last and longest of the voices, after updating us on what she has been doing at school, she sighs and confesses, “and I’ve been discovering boys.”
</p></div>
<div class="inline-audio"><a href="/audio/issue-1-3/Nancy.mp3" class="sm2_button">“Nancy Grows Up”</a><p class="label">“Nancy Grows Up”</p></div>
<!-- 4 -->
<div class="paragraph-pack"><p id="paragraph-4">
Recorded over the course of the 1950s and the early 1960s, “Nancy Grows Up” gives us a beautiful and stimulating portrait of growth. It is an audio montage; Tony Schwartz, its creator, continuously taped his niece from her first month of life to the age of thirteen and, later, spliced together pieces chronologically. Schwartz likened what he did to time-lapse photography: it condenses the story of thirteen years, as Schwartz said, in less than two and a half minutes.
</p></div>
<!-- 5 -->
<div class="paragraph-pack"><p id="paragraph-5">
“Nancy Grows Up” is more than a simple novelty piece. Poetic and expository, it reveals a type of storytelling that has an enigmatic intelligibility. Offering a biographical history of development, “Nancy” narrates the phases and stages of a young girl’s early life. It does so quite successfully and evocatively and achieves a rich unspoken analysis in its juxtaposition of different voices, words, and timbre.
</p></div>
<!-- 6 -->
<div class="paragraph-pack"><p id="paragraph-6">
Confronted with the possibilities of communication in “Nancy,” one can’t help but ask, “why have historians neglected sound?” Despite more than a century and a half of ongoing media revolutions, historians—especially professional academic historians—have largely worked within a self-imposed textual ghetto. Why have historians restricted themselves to <em>written</em> histories? Why only the monograph and journal article after the advent of the photo essay, the LP record, the radio show, documentary film, and animation short?
</p></div>
<!-- 7 -->
<div class="paragraph-pack"><p id="paragraph-7">
There do seem to be substantial reasons for why we have continued to rely almost exclusively on text. It is beyond the scope of this piece to attempt to give a comprehensive explanation of this phenomenon, but a few things come immediately to mind. Text’s capacity to transmit large masses of information, for example, is attractive. The monograph and article also parallel and allow the exact reproduction of what has been most historians’ primary source: written documents. Furthermore, the footnote, the <em>sine qua non</em> of historical scholarship and the linguistic technology for and symbol of the discipline’s seriousness and rigor, appears almost inextricably grounded in the text.
</p></div>
<!-- 8 -->
<div class="paragraph-pack"><p id="paragraph-8">
Beginning to rethink the footnote outside the page only seemed possible recently. Internet-based publications have shown that digital footnotes can reference sources in more direct ways, offer more detail and information, and, possibly, shift the function of the footnote altogether. The blog maintained by <em>The Appendix</em>, for example, uses hyperlink footnotes to immediately show the content of a source or acquaint the reader with information about an obscure person or organization.
</p></div>
<!-- 9 -->
<div class="paragraph-pack"><p id="paragraph-9">
Text has served historians well, but it is useful to ask if we have missed whole modes of analysis and presentation with such a consistently narrow range of media. How, for example, has the primacy of text and the page shaped how we understand and judge historical scholarship as a whole? Hayden White famously asserted that historical interpretation is shaped by the plot structures of particular kinds of stories—the romance, the tragedy, the comedy, and the satire—but we can go one step further: history as a discipline has also been fundamentally structured by its medium. The way we conceive of the work of history and, thus, the field in which history can be told and debated are intimately intertwined with and determined by the advantages and limitations of the written word.
</p></div>
<!-- 10 -->
<div class="paragraph-pack"><p id="paragraph-10">
There is nothing essential linking history and text. Historians can and should embrace other media in the production of history. Fortunately, there are considerable guideposts for a journey into new media; our neglect has not been for a lack of evidence of the unique and intriguing capabilities of other media.
</p></div>
<!-- 11 -->
<div class="paragraph-pack"><p id="paragraph-11">
The use and exploration of sound and sound technology offer clear examples of this. “Nancy Grows Up” was not an isolated piece; it was part of a large, rich history of thinking about and through sound in the twentieth century. Even a brief account of sound technology shows that there is a considerable body of work in other media that historians could learn from and draw on.
</p></div>
<!-- 12 -->
<div class="paragraph-pack"><p id="paragraph-12">
Looking at some of the ideas and practices surrounding “Nancy” illuminates some of the ways non-historians have sought to engage sound narrative and documentation.
</p></div>
<hr class="special" />
<h3>Telling with Sound: A Very Short History</h3>
<div class="inline-image">
<a class="fancybox" href="/images/issues/1/3/large-Schmidt2.jpg">
<img src="/images/issues/1/3/medium-Schmidt2.jpg" alt="" />
</a>
<p class="caption">
The cover of Tony Schwartz’s 1959 LP, <em><a href="http://www.discogs.com/Tony-Schwartz-Dwight-Weist-The-New-York-Taxi-Driver/release/3755900">The New York Taxi Driver</a></em>.
<span class="credit">Folkways Records</span>
</p>
</div>
<!-- 13 -->
<div class="paragraph-pack"><p id="paragraph-13">
From the late 1920s until the early 1950s, American radio drama, comedies, and soap operas pioneered new ways of conveying stories and ideas through voice and other auditory material. These shows worked out, in the words of radio scholar Susan Douglas, a mode of “story listening.” Although primarily a source of entertainment, Orson Welles’s 1938 famous Mercury Theater production of <a href="http://www.youtube.com/watch?v=Xs0K4ApWl4g"><em>War of the Worlds</em></a>—and the consequent panic that a Martian invasion was under way—demonstrates the immense power and effect that audio stories could wield. Welles’s ability to create hysteria and horror in his listeners was a direct consequence of his “media sense”—his talent at adapting storytelling to his artistic vehicle.
</p></div>
<!-- 14 -->
<div class="paragraph-pack"><p id="paragraph-14">
Across the pond, intellectuals quickly used the young technology as material for modernist experimentation. During the late 1920s and early 1930s, German artists sought to create a radio-specific art form, i.e., an artistic genre that would reveal and marshal radio’s unique characteristics. The intriguing possibilities of the ether attracted a number of artists from outside the musical or theatrical world; established writers like Alfred Döblin and future film directors like Max Ophüls and Billy Wilder produced <em>Hörbilder</em> (literally, listening pictures) and <em>Hörspiele</em> (listening plays). In 1930, the avant-garde director Walter Ruttmann produced the following:
</p></div>
<div class="inline-audio"><a href="/audio/issue-1-3/Ruttmann.mp3" class="sm2_button">Walter Ruttmann, <em>Wochenende</em>, (1930)</a><p class="label">Walter Ruttmann, <em>Wochenende</em>, (1930)</p></div>
<!-- 15 -->
<div class="paragraph-pack"><p id="paragraph-15">
A film soundtrack without the accompanying picture, <em>Wochenende</em> is the story of a weekend. Ruttmann had spent much of the previous decade making “Absolute Film,” abstract films which attempted to capture the essential qualities of the filmic medium. With <em>Wochenende</em>, he tried to do the same with sound. Working with new sound film technology, he isolated the soundtrack and built a narrative using a montage of noises, identifiable sounds, and speech-fragments.
</p></div>
<!-- 16 -->
<div class="paragraph-pack"><p id="paragraph-16">
Germans were not the only Europeans playing with the open possibilities of radio form. Around the same time, Lance Sieveking attempted his own experiments in “wireless imagination” at the BBC and Italian Futurists like Fillipo Marinetti produced music and theater for fascist radio.
</p></div>
<!-- 17 -->
<div class="paragraph-pack"><p id="paragraph-17">
Others, like Paul Daharme, Sir Oliver Lodge, and Rudolf Arnheim, wrote and theorized about the possibilities of the disembodied auditory content of radio during the interwar period. For many, the ethereal and mysterious qualities of radio could foster outlandish hopes and fantasies. Daharme and Lodge, for example, believed that the ether granted access to new psychological and metaphysical spaces. Daharme, a French advertiser and experimental radio practitioner, believed that broadcasting could reach directly into the unconscious and radio works could provoke a psychoactive space in which individuals would encounter their own theater of the mind. Lodge, a pioneer in radio technology and revered British scientist, argued that the ether comingled with the realm of the dead and that broadcasting could be used as a spiritualist tool to communicate with lost love ones.
</p></div>
<!-- 18 -->
<div class="paragraph-pack"><p id="paragraph-18">
Arnheim stayed a bit closer to the ground. Like Daharme and Lodge, however, he was also fascinated by radio’s ability to detach sound from image. After years thinking about images as a film critic, he wrote <em>Radio: The Art of Sound</em>. In it he pondered the power of isolated sounds and the audio-specific methods through which radio could tell stories.
</p></div>
<!-- 19 -->
<div class="paragraph-pack"><p id="paragraph-19">
The ether was not only used for fiction and modernist abstraction, however. Radio journalists also produced documentary news programs. By the late 1930s, broadcast journalism had supplanted newspapers for immediate news coverage in the United States, and most Americans on the home front experienced World War II on a day-to-day basis through listening. Radio journalism employed all sorts of sounds—location noises, sound effects, monologues, and dialogues—in order to move audiences between “informational listening” (taking in facts) and “dimensional listening” (where, for example, “people were compelled to conjure up maps, topographies, street scenes in London after a bombing”).
</p></div>
<!-- 20 -->
<div class="paragraph-pack"><p id="paragraph-20">
After their introduction in 1948, long playing records provided new materials and resources to explore the story-telling and documentary capabilities of sound. In addition to being repeatable, LPs had a distinct advantage over radio: their multi-faceted presentation format. Record producers and designers could use the non-aural parts of the LP—the label, cover, photos, and liner notes—to guide the listener’s perceptions and stoke their imagination. Ever the brilliant pioneer, Schwartz made a number of innovative narrative and representational <a href="http://www.loc.gov/rr/record/schwartzrecordings.html">experimental recordings</a> for Folkway Records, including <em>An Actual Story in Sound of a Dog’s Life</em>, <em>New York 19</em>, <em>Nueva York: A Tape Documentary of Puerto Rican New Yorkers</em>, and <em>The World in My Mailbox</em>.
</p></div>
<div class="inline-image">
<a class="fancybox" href="/images/issues/1/3/large-Schmidt3.jpg">
<img src="/images/issues/1/3/medium-Schmidt3.jpg" alt="cover of a dog’s life" />
</a>
<p class="caption">
The cover of <em>An Actual Story in Sound of a Dog’s Life</em>, 1958.
<span class="credit">Folkways Records</span>
</p>
</div>
<!-- 21 -->
<div class="paragraph-pack"><p id="paragraph-21">
“Nancy” was an intersection of techniques developed in radio and on LP. Originally produced for Schwartz’s show <em>Around New York</em> on New York Public Radio, he reworked and released it more than once on record. First appearing as “History of a Voice” in 1962 on <em>You’re Stepping on My Shadow: “Sound Stories” of NYC,</em> he re-presented it as “Nancy” on <em>Records the Sounds of Children</em> in 1970. Although utilizing the same base recordings, they told their story a bit differently: “History” utilizes voice-over narration like a radio news piece while “Nancy” edits together sounds in a way similar to Ruttmann. Both were packaged with a cover and notes.
</p></div>
<!-- 22 -->
<div class="paragraph-pack"><p id="paragraph-22">
During the period that Schwartz released “History” and “Nancy,” other LP projects approached history more directly. In the early 1960s, for example, Time-Life released <em>The Sounds of History</em>, a twelve-volume set of records that intertwined short explanations of events, readings of documents and literature, recordings, and contemporary music to evoke sonic portraits of important eras in the history of the United States. Later in the decade, torch singer and Batman star Eartha Kitt helped record narrative biographies of important African Americans in the two-volume set <em>Black Pioneers in American History</em>.
</p></div>
<!-- 23 -->
<div class="paragraph-pack"><p id="paragraph-23">
The largest engagement with telling history on records during the period occurred, not surprisingly, in the sphere of music. Some did it within music itself—ambitious albums like Duke Ellington’s <em>Black, Brown, and Beige</em> or the Kinks’ <em>Arthur (Or the Rise and Fall of the British Empire)</em> attempt to paint large historical shifts through suite-like musical assemblages. Others used records to present the history of music through documents; record companies, for example, offered overviews of musical genres by collecting together and chronologically ordering recordings. These projects could become quite ambitious—the most cursory and expansive collection of this sort, the 1962 record collection <em>2,000 Years of Music</em>, tried to capture “a concise history of the development of music from the earliest times through the 18th century” on four LP sides.
</p></div>
<hr class="special" />
<h3>“Nancy” and the New Work of History</h3>
<!-- 24 -->
<div class="paragraph-pack"><p id="paragraph-24">
This is a just sketch, but it gives us a sense of the wide range of work that has been done exploring the narrative and communication possibilities of sound technology before the digital age. They demonstrate the ample resources and precedents to which historians might turn and build on if we wished to expand beyond paper and the PDF. Despite this extensive engagement with sound as a narrative medium, however, these experiments and treatises have largely taken place outside the historical discipline. Sound creators and thinkers have remained outliers and outsiders.
</p></div>
<!-- 25 -->
<div class="paragraph-pack"><p id="paragraph-25">
This non-engagement with sound seems surprising, given the significant place that speech plays in the profession. Historians have taught through lectures for centuries, and conference presentations have become an expected part of membership in the profession. These forms of audio scholarship have not been engaged as ‘works’ of history, however, unless published in journals or in edited volumes. It is quite possible that universities’ insistence on written scholarship as the litmus test for academic success has played a crucial role in the centrality of the text within history.
</p></div>
<!-- 26 -->
<div class="paragraph-pack"><p id="paragraph-26">
But what might sonic forms of historical scholarship look and sound like? How can historians marshal these forms to tell history? This question remains largely unanswered at the moment, and this openness is full of exciting possibilities.
</p></div>
<!-- 27 -->
<div class="paragraph-pack"><p id="paragraph-27">
Listening to “Nancy” once again in another context may give us some hints, however. Let’s listen to the final segment of it, along with something a little more:
</p></div>
<div class="inline-audio"><a href="/audio/issue-1-3/Radiolab.mp3" class="sm2_button">Radiolab, “Time”, (2007)</a><p class="label">Radiolab, “Time”, (2007)</p></div>
<!-- 28 -->
<div class="paragraph-pack"><p id="paragraph-28">
In 2007, “Nancy” was used in its entirety in the <em>Radiolab</em> episode “<a href="http://www.radiolab.org/2007/may/29/">Time</a>.” <em>Radiolab</em> and other public radio programs like <em>This American Life</em> have built on the foundations of sonic thinking and experimentation outlined above and embodied by Schwartz and “Nancy.” These programs remain most Americans’ contact (if they have any at all) with the legacy and form of these sonic experiments. Although it is not strictly concerned with history, <em>Radiolab</em> consistently employs sophisticated ideas, arguments, and narratives from current historical scholarship. The discussion of time employed as part of their discussion of “Nancy,” for example, is indebted to cultural histories of the standardization of time like Wolfgang Schivelbusch’s <a href="http://isites.harvard.edu/fs/docs/icb.topic837305.files/OReilly_Schivelbusch.htm"><em>The Railway Journey</em></a>.
</p></div>
<!-- 29 -->
<div class="paragraph-pack"><p id="paragraph-29">
Radio and sound recordings are not the only vehicles that we historians have excluded. The other media that seem most obvious for us to embrace—television and film—have also been pushed beyond the disciplinary pale. Ken Burns’s documentaries and the History Channel, for example, are seldom considered part of the scholarly conversation and are often seen as non-specialist intrusions into “serious history,” despite their formative impact on the popular imagination of the past. Incursions by historians into other types of media—like the film version of Natalie Zemon Davis’s <a href="http://www.imdb.com/title/tt0084589/"><em>The Return of Martin Guerre</em></a> or Niall Ferguson’s multi-episode version of <a href="http://www.pbs.org/wnet/ascentofmoney/"><em>The Ascent of Money</em></a>—have been relatively rare and are often conducted or spearheaded by people not considered part of the scholarly community.
</p></div>
<!-- 30 -->
<div class="paragraph-pack"><p id="paragraph-30">
The main point is not that all historians need to begin making sound documentaries, but that there are rich resources outside the text that we have neglected. Sound recording is but one device. Indeed, my own experience within the classroom has demonstrated that historians are increasingly moving towards multi-media presentations within teaching—using music on Youtube, photographs, blogs, and film footage—both to expand the range of sources and to try to engage students through the media that are the most familiar to them. Scholarship should follow suit. The increasing move towards the digitalization of academic work—as PDFs or online books—is an incredible opportunity to begin to rethink the historical work. At the same time, it could allow us to dialogue with audiences that are receptive to Errol Morris’s documentaries and podcasts of <em>Fresh Air</em> but who find academic monographs tedious or difficult to approach.
</p></div>
<!-- 31 -->
<div class="paragraph-pack"><p id="paragraph-31">
If we accept Walter Benjamin’s argument that perception and communication are historical and formed by their social and technological contexts, then historians are lagging behind. Creating scholarship has long required that historians learn the art of writing; there is no reason that the historian’s craft could not begin to include a fluency in other technologies and media. If, as historians, we took such a turn, we could open up new horizons for historical scholarship and begin to speak a language more attuned to a larger public.
</p></div>
<!-- 32 -->
<div class="paragraph-pack"><p id="paragraph-32" class="alternate-voice">
<strong>Editor’s Note:</strong> For a related exploration of ‘sonic forms of historical scholarship’ see Amber Abbas’s “<a href="/issues/2013/7/for-the-sound-of-her-voice">For the Sound of Her Voice</a>” elsewhere in this issue.
</p></div>
|
docs/d6/d4e/structbbb_1_1container__info_1_1is__unordered__multiset.html | 2bbb/bit_by_bit | <!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>bit by bit: bbb::container_info::is_unordered_multiset< type > Struct Template Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">bit by bit
 <span id="projectnumber">0.0.1</span>
</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>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="../../dc/d34/namespacebbb.html">bbb</a></li><li class="navelem"><a class="el" href="../../d8/db2/namespacebbb_1_1container__info.html">container_info</a></li><li class="navelem"><a class="el" href="../../d6/d4e/structbbb_1_1container__info_1_1is__unordered__multiset.html">is_unordered_multiset</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">bbb::container_info::is_unordered_multiset< type > Struct Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include "<a class="el" href="../../dc/da2/container__traits_8hpp_source.html">container_traits.hpp</a>"</code></p>
<p>Inherits false_type.</p>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>bbb/core/traits/<a class="el" href="../../dc/da2/container__traits_8hpp_source.html">container_traits.hpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|
layouter/static/layouter/css/layouter.css | Blueshoe/djangocms-layouter | @font-face {
font-family: 'layouter';
src: url('../fonts/layouter.eot?42hzee');
src: url('../fonts/layouter.eot?42hzee#iefix') format('embedded-opentype'),
url('../fonts/layouter.ttf?42hzee') format('truetype'),
url('../fonts/layouter.woff?42hzee') format('woff'),
url('../fonts/layouter.svg?42hzee#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'layouter' !important;
speak: none;
font-size: 1.5em;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: middle;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.layouterRow--outer + .layouter-row--outer {
margin-top: 2px;
}
.layouterRow--inner {
background-size: cover;
background-repeat: no-repeat;
}
.layouterRow--parallax {
background-attachment: fixed;
background-position: center;
}
.layouterRow--inner.show-grid [class^=col-] {
border: 2px dashed #1F5E8E;
margin-bottom: -4px;
}
#id_container_type li {
display: inline-block;
width: 250px;
text-align: center;
border: 0;
padding-bottom: 15px;
user-select: none;
}
#id_container_type li span {
padding-bottom: 7px;
display: inline-block;
}
#id_container_type li.checked {
border: 1px solid black;
margin-bottom: -1px;
margin-right: -1px;
margin-left: -1px;
margin-top: -1px;
}
#id_container_type input[type=radio] {
display: none;
}
.quarter:before {
content: "\e900";
}
.third:before {
content: "\e901";
}
.half:before {
content: "\e903";
}
.two-third:before {
content: "\e904";
}
.three-quarter:before {
content: "\e905";
}
.full-width:before {
content: "\e906";
}
.layouterRow--equalHeight {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
} |
client/components/navbar/navbar.html | geekfamily/sparksensor | <div class="navbar navbar-default navbar-static-top" ng-controller="NavbarCtrl">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" ng-click="isCollapsed = !isCollapsed">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="navbar-brand">sparksensor</a>
</div>
<div collapse="isCollapsed" class="navbar-collapse collapse" id="navbar-main">
<ul class="nav navbar-nav">
<li ng-repeat="item in menu" ng-class="{active: isActive(item.link)}">
<a ng-href="{{item.link}}">{{item.title}}</a>
</li>
</ul>
</div>
</div>
</div>
|
webdesign/about.html | vorquel/yard-sale-mapper | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="Description" content="Basic Gray">
<meta name="author" content="CoffeeCup Software, Inc.">
<meta name="Copyright" content="Copyright (c) 2010 CoffeeCup, all rights reserved.">
<meta name="Customized" content="Chad Anderson and James Laprevote">
<title>Basic Gray Theme - About</title>
<link rel="stylesheet" href="stylesheets/default.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="javascripts/behavior.js"></script>
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header id="mast">
<p align="right" > <a> login </a> <a> signup </a> </p>
<h1>Yardsale Addicts</h1>
</header>
<nav id="global">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="services.html">Yardsale Mapper</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a class="selected" href="about.html">About</a></li>
</ul>
</nav>
<section id="intro">
<header>
<h2>Do you love yardsales as much as we do?</h2>
</header>
<p>The number of garage sales that occur in the Provo and Salt Lake areas is large. Garage sale hoping has become a Saturday activity for some, especially newlyweds looking to furnish their first apartment. While these individuals wish to furnish their apartment many lack the funds to just buy the items outright and the time to search KSL continuously for deals.
<br><br>Garage Sale Addict Solutions aims to help solve the headache of planning a route to garage sales in the local area. It will offer the ability to choose from a selection of yard sales and find a fast, convenient route between them. </p>
<div id="photo">
<div>
<h3>Photo of us?</h3>
</div>
</div>
</section>
<div id="main" class="clear">
</div>
<footer>
<div class="clear">
<section id="about">
<header>
<h3>About</h3>
</header>
<p>The number of garage sales that occur in the Provo and Salt Lake areas is large. Garage sale hoping has become a Saturday activity for some, especially newlyweds looking to furnish their first apartment. While these individuals wish to furnish their apartment many lack the funds to just buy the items outright and the time to search KSL continuously for deals.
<br>
Garage Sale Addict Solutions aims to help solve the headache of planning a route to garage sales in the local area. It will offer the ability to choose from a selection of yard sales and find a fast, convenient route between them.</p>
</section>
<section>
<header>
<h3>Recent Yardsales</h3>
</header>
<nav id="blogRoll">
<ul>
<li><a href="/">Page Link</a></li>
<li><a href="/">Page Link</a></li>
<li><a href="/">Page Link</a></li>
<li><a href="/">Page Link</a></li>
<li><a href="/">Page Link</a></li>
<li><a href="/">Page Link</a></li>
</ul>
</nav>
</section>
<section>
<header>
<h3>Site Map</h3>
</header>
<nav id="siteMap">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</section>
</div>
</footer>
</body>
</html>
|
lucene/lib/lucene-4.6.1/docs/core/org/apache/lucene/search/class-use/BooleanQuery.TooManyClauses.html | OrlandoLee/ForYou | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:12:05 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.lucene.search.BooleanQuery.TooManyClauses (Lucene 4.6.1 API)</title>
<meta name="date" content="2014-01-23">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.lucene.search.BooleanQuery.TooManyClauses (Lucene 4.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/lucene/search/BooleanQuery.TooManyClauses.html" title="class in org.apache.lucene.search">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/lucene/search//class-useBooleanQuery.TooManyClauses.html" target="_top">FRAMES</a></li>
<li><a href="BooleanQuery.TooManyClauses.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.lucene.search.BooleanQuery.TooManyClauses" class="title">Uses of Class<br>org.apache.lucene.search.BooleanQuery.TooManyClauses</h2>
</div>
<div class="classUseContainer">No usage of org.apache.lucene.search.BooleanQuery.TooManyClauses</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/lucene/search/BooleanQuery.TooManyClauses.html" title="class in org.apache.lucene.search">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/lucene/search//class-useBooleanQuery.TooManyClauses.html" target="_top">FRAMES</a></li>
<li><a href="BooleanQuery.TooManyClauses.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-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
lab1/res/intranet5/page95.html | mmallett/coms572 | w6 w40 w9 w14 w16 w60 w63 w21 w32 QUERY3 w14 w31 w17 w86 w36 w17 w11 w81 w14 w10 QUERY3 w11 w35 w28 w8 w14 w17 w17 <A HREF = page68.html > QUERY1 QUERY2 QUERY3 w18 w40 w7 </A> w16 w10 <A HREF = page68.html > QUERY1 </A> w90 w91 w16 <A HREF = page41.html > w20 QUERY1 w16 </A> w11 w31 w6 QUERY2 w1 w12 w13 w5 w2 w13 w10 w4 w7 w74 w8 QUERY1 w86 w2 w16 w18 w20 w3 w19 w3 QUERY3 w16 w10 w79 w9 w15 w18 w80 w4 w16 w13 w15 w9 w20 w12 <A HREF = page72.html > QUERY1 QUERY2 QUERY3 w18 </A> |
lab1/res/intranet5/page42.html | mmallett/coms572 | w5 w7 QUERY3 w76 w25 w16 w1 w30 w5 w3 w98 w7 QUERY1 w80 <A HREF = page97.html > QUERY1 QUERY2 QUERY3 w59 QUERY2 w81 QUERY2 </A> <A HREF = page90.html > QUERY2 w5 w32 </A> w18 <A HREF = page15.html > w21 w3 w97 w8 w4 </A> <A HREF = page71.html > QUERY1 </A> w14 w5 w13 w18 QUERY1 w6 w48 w11 w17 QUERY2 w14 w4 <A HREF = page35.html > QUERY1 QUERY2 QUERY3 QUERY1 w14 </A> w43 w40 QUERY2 w17 w12 w16 QUERY2 w12 w16 w19 w56 w82 <A HREF = page80.html > w5 w17 w12 w15 w34 </A> QUERY2 w2 w91 w11 w20 w13 w15 w98 w1 QUERY1 w12 <A HREF = page88.html > w44 QUERY1 w31 w82 w3 </A> w17 w2 w11 w50 QUERY3 w70 w58 |
main/openssl_sys/evp/fn.EVP_PKEY_get1_EC_KEY.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../openssl_sys/fn.EVP_PKEY_get1_EC_KEY.html">
</head>
<body>
<p>Redirecting to <a href="../../openssl_sys/fn.EVP_PKEY_get1_EC_KEY.html">../../openssl_sys/fn.EVP_PKEY_get1_EC_KEY.html</a>...</p>
<script>location.replace("../../openssl_sys/fn.EVP_PKEY_get1_EC_KEY.html" + location.search + location.hash);</script>
</body>
</html> |
all-data/3000-3999/3200-31.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">侮由自取</td></tr>
<tr><th class="ztd1"><b>典源 </b></th><td class="ztd2"> 此處所列為「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000791%22.%26v%3D-1" class="clink" target=_blank>咎由自取</a>」之典源,提供參考。</font> #<font class="dianuan_mark">《三國志.卷四○.蜀書.劉彭廖李劉魏楊傳》</font><font size=-2 color="#999900"><font class="dianyuanfont"><b><i>1></i></b></font></font><br><font size=4 color="#808080">評曰:「劉封處嫌疑之地,而思防不足以自衛。彭羕、廖立以才拔進,李嚴以幹局達,魏延以勇略任,楊儀以當官顯,劉琰舊仕,並咸貴重。</font>覽其舉措,跡<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>2></i></b></font></font>其規矩<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>3></i></b></font></font>,招禍取咎<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>4></i></b></font></font>,無不自己也。」</font> <br><font class="dianuan_mark2">〔注解〕</font><br></font>
<div class="Rulediv"><font class="english_word">(1)</font> 典故或見於<font class="dianuan_mark"><font class="dianuan_mark">《戰國策.齊策四》</font></font>。</font></div>
<div class="Rulediv"><font class="english_word">(2)</font> 跡:追蹤、探究。</font></div>
<div class="Rulediv"><font class="english_word">(3)</font> 規距:指行為法度、標準。</font></div>
<div class="Rulediv"><font class="english_word">(4)</font> 招禍取咎:招來災禍。</font><font size=4 ></div><br><font class="dianuan_mark2">〔參考資料〕</font><br></font> <font class="dianuan_mark"><font class="dianuan_mark">《戰國策.齊策四》</font></font><br>齊宣王見顏斶,曰:「斶前!」斶亦曰:「王前!」宣王不悅。左右曰:「王,人君也。斶,人臣也。王曰『斶前』,亦曰『王前』,可乎?」斶對曰:「夫斶前為慕勢,王前為趨士。與使斶為趨勢,不如使王為趨士。」王忿然作色曰:「王者貴乎?士貴乎?」對曰:「士貴耳,王者不貴。」……宣王曰:「嗟乎!君子焉可侮哉,寡人自取病耳!及今聞君子之言,乃今聞細人之行,願請受為弟子。且顏先生與寡人游,食必太牢,出必乘車,妻子衣服麗都。」</font></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
|
html/234567110032.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
GiltteryStar Technologies Ltd -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492288524919&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=19499&V_SEARCH.docsStart=19498&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=19497&V_DOCUMENT.docRank=19498&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492288557906&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567156587&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=19499&V_DOCUMENT.docRank=19500&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492288557906&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567035703&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
GiltteryStar Technologies Ltd
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>GiltteryStar Technologies Ltd</p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
87 Castlethorpe Cres<br/>
NEPEAN,
Ontario<br/>
K2G 5R2
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
87 Castlethorpe Cres<br/>
NEPEAN,
Ontario<br/>
K2G 5R2
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(613) 225-7215
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(613) 225-7215</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Software consulting services - Enterprise Application Development<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Jian
Zhang
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Data Provider<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 225-7215
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541690 - Other Scientific and Technical Consulting Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Enterprise Application Development<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Business requirements analysis, solution architecture design, application development and deployment<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Jian
Zhang
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Data Provider<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 225-7215
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541690 - Other Scientific and Technical Consulting Services<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Enterprise Application Development<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Business requirements analysis, solution architecture design, application development and deployment<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-03-01
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
html/205762600000.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Industrial Engines Limited -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492293393711&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=22901&V_SEARCH.docsStart=22900&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//cache/index2.php?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=22899&V_DOCUMENT.docRank=22900&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492293397815&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567004774&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=22901&V_DOCUMENT.docRank=22902&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492293397815&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567011447&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Industrial Engines Limited
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Industrial Engines Limited</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.industrialengines.ca"
target="_blank" title="Website URL">http://www.industrialengines.ca</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
121-788 Caldew St<br/>
DELTA,
British Columbia<br/>
V3M 5S2
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
121-788 Caldew St<br/>
DELTA,
British Columbia<br/>
V3M 5S2
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(604) 525-8529
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(877) 438-6560</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(604) 525-0974</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Industrial Engines Limited was incorporated in 1959 with the
<br>express purpose of producing and marketing engine driven products
<br>for sale in the electrical power generation, industrial and marine
<br>markets in Canada. A steady growth has been achieved since
<br>incorporation and products are now marketed to Distributors,
<br>Original Equipment Manufacturers, Boat Builders, and other users
<br>throughout Western Canada and Internationally.
<br>
<br>The company is located in adequate facilities in South Vancouver
<br>adjacent to the Vancouver International Airport. The buildings
<br>include offices, manufacturing, assembly, servicing, testing,
<br>warehouse and parts distribution.
<br>
<br>The company has an engineering and technical staff which is
<br>capable of designing and developing unique products to meet
<br>special applications and customer needs. Company systems are
<br>fully computerized and supported by an IBM main frame and P.C.
<br>equipment. The working capital position of the company is very
<br>adequate and excellent banking relations are maintained
<br>with the Canadian Imperial Bank of Commerce, Vancouver, B.C.
<br>
<br>Major suppliers of Industrial Engines Limited include Ford Motor
<br>Company, Kubota Canada Ltd., Newage International and Borg
<br>Warner.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Abe
Bergler
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
General Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 525-8529
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Ext:
</strong>
</div>
<div class="col-md-7">
338
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(604) 525-0974
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Peter
Gordon
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
General Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 525-8529
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(604) 525-0974
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Dennis
Forman
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
General Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 525-8529
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(604) 525-0974
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1959
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
333619 - Other Engine and Power Transmission Equipment Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1,000,000 to $4,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
15
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
GENERATOR SETS, DIESEL ENGINE, AC 50 TO 250KW <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, DIESEL & SEMI-DIESEL, MARINE, SHIPS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, DIESEL & SEMI-DIESEL, MARINE, BOATS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, GAS, MARINE, EXC OUTBOARD <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SHIPS, PARTS, ATTACHMENTS & ACCESSORIES NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
GENERATOR SETS, DIESEL ENGINE, AC UNDER 50KW <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, DIESEL, NES, 100 BRAKE HP & UNDER <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, GAS, NES, OVER 11 BHP, TO 50 BHP <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, GAS, NES, OVER 50 BHP <br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Bangladesh</li>
<li>Japan</li>
<li>United States</li>
<li>Alaska</li>
<li>Florida</li>
<li>Hawaii</li>
<li>Massachusetts</li>
<li>Minnesota</li>
</ul>
<h5>
Actively pursuing:
</h5>
<ul>
<li>Algeria</li>
<li>American Samoa</li>
<li>Australia</li>
<li>Cambodia</li>
<li>Cook Islands</li>
<li>Egypt</li>
<li>Fiji</li>
<li>French Polynesia</li>
<li>Guam</li>
<li>Guinea</li>
<li>Indonesia</li>
<li>Iran, Islamic Republic of</li>
<li>Iraq</li>
<li>Jordan</li>
<li>Korea, Democratic People's Republic of</li>
<li>Korea, Republic of</li>
<li>Lao People's Democratic Republic</li>
<li>Lebanon</li>
<li>Libyan Arab Jamahiriya</li>
<li>Macao</li>
<li>Malaysia</li>
<li>Mauritania</li>
<li>Morocco</li>
<li>New Caledonia</li>
<li>New Zealand</li>
<li>Papua New Guinea</li>
<li>Philippines</li>
<li>Samoa</li>
<li>Saudi Arabia</li>
<li>Singapore</li>
<li>Solomon Islands</li>
<li>Sudan</li>
<li>Syrian Arab Republic</li>
<li>Taiwan</li>
<li>Thailand</li>
<li>Tonga</li>
<li>Tunisia</li>
<li>Vanuatu</li>
<li>Viet Nam</li>
<li>Yemen</li>
<li>California</li>
<li>Oregon</li>
<li>Washington</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Abe
Bergler
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
General Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 525-8529
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Ext:
</strong>
</div>
<div class="col-md-7">
338
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(604) 525-0974
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Peter
Gordon
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
General Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 525-8529
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(604) 525-0974
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Dennis
Forman
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
General Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 525-8529
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(604) 525-0974
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
1959
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
333619 - Other Engine and Power Transmission Equipment Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1,000,000 to $4,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
15
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
GENERATOR SETS, DIESEL ENGINE, AC 50 TO 250KW <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, DIESEL & SEMI-DIESEL, MARINE, SHIPS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, DIESEL & SEMI-DIESEL, MARINE, BOATS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, GAS, MARINE, EXC OUTBOARD <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SHIPS, PARTS, ATTACHMENTS & ACCESSORIES NES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
GENERATOR SETS, DIESEL ENGINE, AC UNDER 50KW <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, DIESEL, NES, 100 BRAKE HP & UNDER <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, GAS, NES, OVER 11 BHP, TO 50 BHP <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINES, GAS, NES, OVER 50 BHP <br>
</div>
</div>
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Geographic markets:
</h4>
<h5>
Export experience:
</h5>
<ul>
<li>Bangladesh</li>
<li>Japan</li>
<li>United States</li>
<li>Alaska</li>
<li>Florida</li>
<li>Hawaii</li>
<li>Massachusetts</li>
<li>Minnesota</li>
</ul>
<h5>
Actively pursuing:
</h5>
<ul>
<li>Algeria</li>
<li>American Samoa</li>
<li>Australia</li>
<li>Cambodia</li>
<li>Cook Islands</li>
<li>Egypt</li>
<li>Fiji</li>
<li>French Polynesia</li>
<li>Guam</li>
<li>Guinea</li>
<li>Indonesia</li>
<li>Iran, Islamic Republic of</li>
<li>Iraq</li>
<li>Jordan</li>
<li>Korea, Democratic People's Republic of</li>
<li>Korea, Republic of</li>
<li>Lao People's Democratic Republic</li>
<li>Lebanon</li>
<li>Libyan Arab Jamahiriya</li>
<li>Macao</li>
<li>Malaysia</li>
<li>Mauritania</li>
<li>Morocco</li>
<li>New Caledonia</li>
<li>New Zealand</li>
<li>Papua New Guinea</li>
<li>Philippines</li>
<li>Samoa</li>
<li>Saudi Arabia</li>
<li>Singapore</li>
<li>Solomon Islands</li>
<li>Sudan</li>
<li>Syrian Arab Republic</li>
<li>Taiwan</li>
<li>Thailand</li>
<li>Tonga</li>
<li>Tunisia</li>
<li>Vanuatu</li>
<li>Viet Nam</li>
<li>Yemen</li>
<li>California</li>
<li>Oregon</li>
<li>Washington</li>
</ul>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2017-03-28
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
country/overview/Togo/health/index.html | okfn/opendataindex-2015 | <!DOCTYPE html><html><head><meta charset="utf-8" />
<meta http-equiv="refresh" content="0;url=/place/togo/health/" />
</head></html> |
DocumentazioneSoftware/html/functions_vars_0x77.html | arpho/mmasgis5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>plugin_mmasgis: Class Members - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">plugin_mmasgis</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li id="searchli">
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_vars.html#index__"><span>_</span></a></li>
<li><a href="functions_vars_0x61.html#index_a"><span>a</span></a></li>
<li><a href="functions_vars_0x62.html#index_b"><span>b</span></a></li>
<li><a href="functions_vars_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_vars_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_vars_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_vars_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_vars_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_vars_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_vars_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_vars_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_vars_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_vars_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_vars_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_vars_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_vars_0x71.html#index_q"><span>q</span></a></li>
<li><a href="functions_vars_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_vars_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_vars_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_vars_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_vars_0x76.html#index_v"><span>v</span></a></li>
<li class="current"><a href="functions_vars_0x77.html#index_w"><span>w</span></a></li>
</ul>
</div>
</div>
<div class="contents">
 
<h3><a class="anchor" id="index_w"></a>- w -</h3><ul>
<li>w
: <a class="el" href="classmmasgis_1_1albero_1_1MainWindowAlbero.html#ad4bd4eed0219da0e6aaed5945638dd23">mmasgis::albero::MainWindowAlbero</a>
, <a class="el" href="classmmasgis_1_1anagrafica_1_1MainWindowAnagrafica.html#a1bc4ff8390a93a2cb0b73e1e1d4b5452">mmasgis::anagrafica::MainWindowAnagrafica</a>
, <a class="el" href="classmmasgis_1_1esportazione_1_1MainWindowEsportazione.html#ad47aee177a33770336a42cbd624bd62d">mmasgis::esportazione::MainWindowEsportazione</a>
, <a class="el" href="classmmasgis_1_1interrogazioni_1_1MainWindowQuery.html#aaacb944e93db5c958556b9c7d61ac65e">mmasgis::interrogazioni::MainWindowQuery</a>
, <a class="el" href="classmmasgis_1_1separatore_1_1MainWindowSeparazione.html#a0f504c51f055e94210c180cfbc8b325b">mmasgis::separatore::MainWindowSeparazione</a>
, <a class="el" href="classmmasgis_1_1risultati_1_1testDialog.html#a9d885f43e0848adc8dcf0d51435444fb">mmasgis::risultati::testDialog</a>
, <a class="el" href="classmmasgis_1_1configurazione_1_1WindowConfigurazione.html#ad0dfca362c3b3bfb2f80ac4372840c6e">mmasgis::configurazione::WindowConfigurazione</a>
</li>
<li>wordButton
: <a class="el" href="classmmasgis_1_1Ui__anagrafica_1_1Ui__MainWindowAnagrafica.html#a5fbf4cb32bba565cfbc33fddb9bddd72">mmasgis::Ui_anagrafica::Ui_MainWindowAnagrafica</a>
, <a class="el" href="classmmasgis_1_1Ui__risultati_1_1Ui__MainWindowResults.html#aaedae776b011373ede31b5fa6d689c6c">mmasgis::Ui_risultati::Ui_MainWindowResults</a>
</li>
<li>Wsq
: <a class="el" href="classmmasgis_1_1interrogazioni_1_1MainWindowQuery.html#a724b158501be469ff56ec8c904b6fa46">mmasgis::interrogazioni::MainWindowQuery</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>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Tue Apr 17 2012 16:46:02 for plugin_mmasgis by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>
|
_includes/head-dark.html | sum37/es6aday.github.io | <meta charset="utf-8">
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.title }}</title>
<meta name="description" content="{{ page.description }}">
<meta name="keywords" content="{{ page.tags | join: ', ' }}">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="{% if page.title %}{{ page.title }} – {% endif %}{{ site.title }}">
<meta property="og:description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 120 }}{% else %}{{ page.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}">
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
<meta property="og:site_name" content="{{ site.title }}">
<link href="{{ site.url }}/feed.xml" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Type -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic" rel='stylesheet' type='text/css' />
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ site.url }}/assets/css/entypo.css" media="all">
<!-- In order to use Calendas Plus, you must first purchase it. Then, create a font-face package using FontSquirrel.
<link rel='stylesheet' href='{{ site.url }}/assets/cal.css' media='all' />
-->
<!-- For all browsers -->
<link rel="stylesheet" href="{{ site.url }}/assets/css/i.css">
<!-- Fresh Squeezed jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script src="{{ site.url }}/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="{{ site.url }}/favicon.ico">
<div id="bump">
<body class="">
<header class="site-header darken">
<div class="wrap">
<hgroup>
<h1><a href="/">{{ site.title }}</a></h1>
</hgroup>
<a href="#nav" class="menu"><span class='icons'>☰</span></a>
<nav role="navigation">
<ul>
<li class="timer">
<span>30</span>
<i>:</i>
<span>00</span>
<svg version="1.1" id="timer" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100%" height="100%" viewBox="0 0 443.022 511.494" style="enable-background:new 0 0 443.022 511.494;" xml:space="preserve">
<polygon id="timerBackground" style="fill:#292929;" points="221.564,505.721 5.054,380.78 5,130.808 221.457,5.773 437.967,130.714 438.021,380.687 "/>
<path id="timerBorder" style="fill:#3B3B3B;" d="M221.565,511.494L0.055,383.668L0,127.922L221.456,0l221.51,127.826l0.057,255.746L221.565,511.494z M10.054,377.893l211.509,122.055l211.458-122.146l-0.053-244.199L221.458,11.547L10.001,133.693L10.054,377.893z"/>
<g id="timerPause" style="display:none;">
<rect x="131.477" y="159.077" style="display:inline;fill:#F7DD46;" width="61" height="196"/>
<rect x="251.477" y="159.077" style="display:inline;fill:#F7DD46;" width="61" height="196"/>
</g>
<polygon id="timerPlay" style="fill:#F7DD46;" points="151.477,151.574 333.284,256.542 151.477,361.508 "/>
<!-- <polygon id="timerPosition" style="fill:#F7DD46;" points="433.003,133.65 433.056,377.849 433.038,377.859 443.005,383.651 443.058,383.62 443.001,127.875 442.946,127.843 432.985,133.64 "/> -->
</svg>
</li>
<li>
<a href="/" title="{{ site.title }}">Home</a>
</li>
{% for link in site.links %}
<li><a href="{% if link.external %}{{ link.url }}{% else %}{{ site.url }}{{ link.url }}{% endif %}" {% if link.external %}target="_blank"{% endif %}>{{ link.title }}</a></li>
{% endfor %}
</ul>
</nav>
</div>
</header>
|
_includes/head.html | codeforamerica/atlanta-procurement-www | <head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="description" content="{{ site.description }}">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="{{ site.baseurl }}/js/jquery.backstretch.min.js"></script>
</head>
|
webroot/css/form.css | roka13/wgtotw | /**
* Style for forms
*/
label {
font-size: smaller;
}
input[type=text],
input[type=password] {
font-size: 1.2em;
width: 300px;
}
input[type=submit],
input[type=reset] {
font-size: 1.2em;
}
textarea {
font-size: 1.2em;
width: 300px;
min-height: 200px;
}
p.buttons {
padding-top: 22px;
padding-bottom: 22px;
}
.forms{
width: 700px;
background-color: #eee;
}
.cform-columns-2 .cform-column-1,
.cform-columns-2 .cform-column-2 {
background-color: #eee;
float: left; width: 50%;
}
.cform-columns-2 .cform-buttonbar {
clear: both;
background-color: #eee;
padding: 1em;
border: 1px solid #aaa;
}
.cform-columns-2 .cform-buttonbar p {
margin-bottom: 0;
} |
tag/hotel/index.html | stay-india/stay-india.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>バンガロール滞在日誌みたいな</title>
<meta name="description" content="インドのバンガロールで過ごす日々を綴るやつ" />
<link href="//fonts.googleapis.com/css?family=Noto+Sans:300,400,700" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic" rel="stylesheet" type="text/css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="//stay-india.github.io/themes/Saga/assets/css/style.css?v=1.0.0" rel="stylesheet" type="text/css">
<link href="//stay-india.github.io/themes/Saga/assets/css/animate.min.css?v=1.0.0" rel="stylesheet" type="text/css">
<link href="//stay-india.github.io/themes/Saga/favicon.ico" rel="shortcut icon">
<link rel="canonical" href="https://stay-india.github.io" />
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="バンガロール滞在日誌みたいな" href="https://stay-india.github.io/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="tag-template tag-hotel home-template">
<header id="header" class="animated fadeIn">
<div class="header-background">
<section class="blog-content">
<a id="site-url" class="blog-title" href="https://stay-india.github.io">バンガロール滞在日誌みたいな</a>
<span class="blog-description">インドのバンガロールで過ごす日々を綴るやつ</span>
<nav class="links fadeIn animated">
<ul>
<!-- <li class="rss"><a title="RSS Feed" href="/rss/"><i class="fa fa-fw fa-rss-square"></i></a></li> -->
<li class="github"><a title="GitHub" href="https://github.com/naru0504"><i class="fa fa-fw fa-github-square"></i></a></li>
<li class="facebook"><a title="Facebook" href="https://facebook.com/naru0504"><i class="fa fa-fw fa-facebook-square"></i></a></li>
<li class="twitter"><a title="Twitter" href="https://twitter.com/naru0504"><i class="fa fa-fw fa-twitter-square"></i></a></li>
<li class="instagram"><a title="Instagram" href="https://instagram.com/naru0504"><i class="fa fa-fw fa-instagram"></i></a></li>
<li class="pinterest"><a title="Pinterest" href="https://pinterest.com/naru0504"><i class="fa fa-fw fa-pinterest-square"></i></a></li>
<li class="flickr"><a title="Flickr" href="https://www.flickr.com/photos/126633715@N07/"><i class="fa fa-fw fa-flickr"></i></a></li>
</ul>
</nav>
</section>
<section class="header-content">
<h1 class="tag-title animated fadeInUp">hotel</h1>
<span class="tag-data"><span class="tag-description animated fadeInUp"></span></span>
</section>
</div>
</header>
<main id="main" class="archive">
<section id="feed" class="feed">
<article class="post tag-india tag-north_india tag-trip tag-hotel" style="opacity: 0;">
<a href="https://stay-india.github.io/2015/10/27/north_india_trip_onedayhotel.html" class="post-image">
<img src="https://cloud.githubusercontent.com/assets/8326452/10753469/2f46b2e4-7cb7-11e5-8cb8-c7799bb69fc1.png" alt="">
<h2 class="post-title">週末旅行日誌! 北インド編2 - #バンガロールの空港でワンデイホテルに泊まったよ!</h2>
</a> <section class="post-content">
つーかな。更新遅いってな。 怠慢かよ! って思うじゃん? 弁明させてくれ。 インドでは画像のアップロードに耐えられるネット環境なんてほとんど手に入れようがないんだよ(涙) それで結局、月曜日は疲れ過ぎてたしで今日なわけですわ。 まあどれだけネット環境を欲したかはおいおい書いていくんで進めていきましょうか。 前回の通りなんやかんやでデリーに行けなく…
</section>
<section class="post-meta">
<span class="date"><i class="fa fa-clock-o"></i> <a href="https://stay-india.github.io/2015/10/27/north_india_trip_onedayhotel.html"><time class="timesince" data-timesince="1445884200" datetime="2015-10-27T00:00" title="27 October 2015">2015-10-27 00:00:00<ago class="ago"></time></a></span>
<span class="tags"><i class="fa fa-tags"></i>
<span>
<a href="https://stay-india.github.io/tag/india">india</a>, <a href="https://stay-india.github.io/tag/north_india"> north_india</a>, <a href="https://stay-india.github.io/tag/trip"> trip</a>, <a href="https://stay-india.github.io/tag/hotel"> hotel</a></span>
</span>
</section>
</article></section>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav></main>
<footer class="animated fadeIn" id="footer">
<section class="colophon">
<section class="copyright">Copyright © <span itemprop="copyrightHolder">バンガロール滞在日誌みたいな</span>. <span rel="license">All Rights Reserved</span>.</section>
<section class="poweredby">Published with <a class="icon-ghost" href="http://hubpress.io">HubPress</a></section>
</section>
<section class="bottom">
<section class="attribution">
<a href="http://github.com/Reedyn/Saga">Built with <i class="fa fa-heart"></i> and Free and Open-Source Software</a>.
</section>
</section>
</footer>
<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/8.4/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 src="//stay-india.github.io/themes/Saga/assets/js/scripts.js?v=1.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57794933-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
src/templates/modal.copymove.html | digitalmobil/ifm | <form id="formCopyMove">
<fieldset>
<div class="modal-body">
<label>{{i18n.select_destination}}:</label>
<div id="copyMoveTree"><div class="text-center"><span class="icon icon-spin5 animate-spin"></span></div></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" id="copyButton">{{i18n.copy}}</button>
<button type="button" class="btn btn-default" id="moveButton">{{i18n.move}}</button>
<button type="button" class="btn btn-default" id="cancelButton">{{i18n.cancel}}</button>
</div>
</fieldset>
</form>
|
gradle/docs/javadoc/org/gradle/api/plugins/jetty/package-frame.html | HenryHarper/Acquire-Reboot | <!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_02) on Mon Apr 25 06:16:42 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>org.gradle.api.plugins.jetty (Gradle API 2.13)</title>
<meta name="date" content="2016-04-25">
<link rel="stylesheet" type="text/css" href="../../../../../javadoc.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../../org/gradle/api/plugins/jetty/package-summary.html" target="classFrame">org.gradle.api.plugins.jetty</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="AbstractJettyRunTask.html" title="class in org.gradle.api.plugins.jetty" target="classFrame">AbstractJettyRunTask</a></li>
<li><a href="JettyPlugin.html" title="class in org.gradle.api.plugins.jetty" target="classFrame">JettyPlugin</a></li>
<li><a href="JettyPluginConvention.html" title="class in org.gradle.api.plugins.jetty" target="classFrame">JettyPluginConvention</a></li>
<li><a href="JettyRun.html" title="class in org.gradle.api.plugins.jetty" target="classFrame">JettyRun</a></li>
<li><a href="JettyRunWar.html" title="class in org.gradle.api.plugins.jetty" target="classFrame">JettyRunWar</a></li>
<li><a href="JettyStop.html" title="class in org.gradle.api.plugins.jetty" target="classFrame">JettyStop</a></li>
<li><a href="ScanTargetPattern.html" title="class in org.gradle.api.plugins.jetty" target="classFrame">ScanTargetPattern</a></li>
</ul>
</div>
</body>
</html>
|
wsgi/static/cp_style.css | wrecker/vmw-chargepoint | * {
margin: 0;
padding: 0;
}
h2 {
font-family: verdana, sans-serif;
font-size: 18px;
margin: 10px 5px;
}
.box h2 {
background:#ddd;
color:black;
padding:5px;
font-size: 14px;
margin: 0;
}
.box p { color:#333; padding:5px; font-size: 14px}
.box, .box-v {
border:1px solid #ddd;
background: lightyellow;
width: 250px;
margin: 5px;
float:left;
border-radius:5px;
font-family: Helvetica, sans-serif;
}
.box-v {
float: None;
}
.box p {
text-align: center;
}
.box img {
margin: 5px 35px;
}
.column {
margin-right: 20px;
float: left;
}
p.timestamp {
font: 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
font-style: italic;
}
|
Beginning Perl for Bioinformatics/html/lib/Locale/Currency.html | amidoimidazol/bio_info | <?xml version="1.0" ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<!-- saved from url=(0017)http://localhost/ -->
<script language="JavaScript" src="../../displayToc.js"></script>
<script language="JavaScript" src="../../tocParas.js"></script>
<script language="JavaScript" src="../../tocTab.js"></script>
<link rel="stylesheet" type="text/css" href="../../scineplex.css">
<title></title>
<link rel="stylesheet" href="../../Active.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:" />
</head>
<body>
<ul id="index">
<li><a href="#NAME">NAME</a></li>
<li><a href="#SYNOPSIS">SYNOPSIS</a></li>
<li><a href="#DESCRIPTION">DESCRIPTION</a></li>
<li><a href="#SUPPORTED-CODE-SETS">SUPPORTED CODE SETS</a></li>
<li><a href="#ROUTINES">ROUTINES</a></li>
<li><a href="#SEE-ALSO">SEE ALSO</a></li>
<li><a href="#AUTHOR">AUTHOR</a></li>
<li><a href="#COPYRIGHT">COPYRIGHT</a></li>
</ul>
<h1 id="NAME">NAME</h1>
<p>Locale::Currency - standard codes for currency identification</p>
<h1 id="SYNOPSIS">SYNOPSIS</h1>
<pre><code><code> <span class="keyword">use</span> <span class="variable">Locale::Currency</span><span class="operator">;</span>
<span class="variable">$curr</span> <span class="operator">=</span> <span class="variable">code2currency</span><span class="operator">(</span><span class="string">'usd'</span><span class="operator">);</span> <span class="comment"># $curr gets 'US Dollar'</span>
<span class="variable">$code</span> <span class="operator">=</span> <span class="variable">currency2code</span><span class="operator">(</span><span class="string">'Euro'</span><span class="operator">);</span> <span class="comment"># $code gets 'eur'</span>
<span class="variable">@codes</span> <span class="operator">=</span> <span class="variable">all_currency_codes</span><span class="operator">();</span>
<span class="variable">@names</span> <span class="operator">=</span> <span class="variable">all_currency_names</span><span class="operator">();</span>
</code></code></pre>
<h1 id="DESCRIPTION">DESCRIPTION</h1>
<p>The <code><code>Locale::Currency</code></code> module provides access to standard codes used for identifying currencies and funds, such as those defined in ISO 4217.</p>
<p>Most of the routines take an optional additional argument which specifies the code set to use. If not specified, the default ISO 4217 three-letter codes will be used.</p>
<h1 id="SUPPORTED-CODE-SETS">SUPPORTED CODE SETS</h1>
<p>There are several different code sets you can use for identifying currencies. A code set may be specified using either a name, or a constant that is automatically exported by this module.</p>
<p>For example, the two are equivalent:</p>
<pre><code><code> <span class="variable">$curr</span> <span class="operator">=</span> <span class="variable">code2currency</span><span class="operator">(</span><span class="string">'usd'</span><span class="operator">,</span><span class="string">'alpha'</span><span class="operator">);</span>
<span class="variable">$curr</span> <span class="operator">=</span> <span class="variable">code2currency</span><span class="operator">(</span><span class="string">'usd'</span><span class="operator">,</span><span class="variable">LOCALE_CURR_ALPHA</span><span class="operator">);</span>
</code></code></pre>
<p>The codesets currently supported are:</p>
<dl>
<dt id="alpha-LOCALE_CURR_ALPHA"><b>alpha, LOCALE_CURR_ALPHA</b></dt>
<dd>
<p>This is a set of three-letter (uppercase) codes from ISO 4217 such as EUR for Euro.</p>
<p>Two of the codes specified by the standard (XTS which is reserved for testing purposes and XXX which is for transactions where no currency is involved) are omitted.</p>
<p>This is the default code set.</p>
</dd>
<dt id="num-LOCALE_CURR_NUMERIC"><b>num, LOCALE_CURR_NUMERIC</b></dt>
<dd>
<p>This is the set of three-digit numeric codes from ISO 4217.</p>
</dd>
</dl>
<h1 id="ROUTINES">ROUTINES</h1>
<dl>
<dt id="code2currency-CODE-CODESET-"><b>code2currency ( CODE [,CODESET] )</b></dt>
<dd>
</dd>
<dt id="currency2code-NAME-CODESET-"><b>currency2code ( NAME [,CODESET] )</b></dt>
<dd>
</dd>
<dt id="currency_code2code-CODE-CODESET-CODESET2-"><b>currency_code2code ( CODE ,CODESET ,CODESET2 )</b></dt>
<dd>
</dd>
<dt id="all_currency_codes-CODESET-"><b>all_currency_codes ( [CODESET] )</b></dt>
<dd>
</dd>
<dt id="all_currency_names-CODESET-"><b>all_currency_names ( [CODESET] )</b></dt>
<dd>
</dd>
<dt id="Locale::Currency::rename_currency-CODE-NEW_NAME-CODESET-"><b>Locale::Currency::rename_currency ( CODE ,NEW_NAME [,CODESET] )</b></dt>
<dd>
</dd>
<dt id="Locale::Currency::add_currency-CODE-NAME-CODESET-"><b>Locale::Currency::add_currency ( CODE ,NAME [,CODESET] )</b></dt>
<dd>
</dd>
<dt id="Locale::Currency::delete_currency-CODE-CODESET-"><b>Locale::Currency::delete_currency ( CODE [,CODESET] )</b></dt>
<dd>
</dd>
<dt id="Locale::Currency::add_currency_alias-NAME-NEW_NAME-"><b>Locale::Currency::add_currency_alias ( NAME ,NEW_NAME )</b></dt>
<dd>
</dd>
<dt id="Locale::Currency::delete_currency_alias-NAME-"><b>Locale::Currency::delete_currency_alias ( NAME )</b></dt>
<dd>
</dd>
<dt id="Locale::Currency::rename_currency_code-CODE-NEW_CODE-CODESET-"><b>Locale::Currency::rename_currency_code ( CODE ,NEW_CODE [,CODESET] )</b></dt>
<dd>
</dd>
<dt id="Locale::Currency::add_currency_code_alias-CODE-NEW_CODE-CODESET-"><b>Locale::Currency::add_currency_code_alias ( CODE ,NEW_CODE [,CODESET] )</b></dt>
<dd>
</dd>
<dt id="Locale::Currency::delete_currency_code_alias-CODE-CODESET-"><b>Locale::Currency::delete_currency_code_alias ( CODE [,CODESET] )</b></dt>
<dd>
<p>These routines are all documented in the Locale::Codes::API man page.</p>
</dd>
</dl>
<h1 id="SEE-ALSO">SEE ALSO</h1>
<dl>
<dt id="Locale::Codes"><b>Locale::Codes</b></dt>
<dd>
<p>The Locale-Codes distribution.</p>
</dd>
<dt id="Locale::Codes::API"><b>Locale::Codes::API</b></dt>
<dd>
<p>The list of functions supported by this module.</p>
</dd>
<dt id="http:-www.iso.org-iso-support-currency_codes_list-1.htm"><b>http://www.iso.org/iso/support/currency_codes_list-1.htm</b></dt>
<dd>
<p>The ISO 4217 data.</p>
</dd>
</dl>
<h1 id="AUTHOR">AUTHOR</h1>
<p>See Locale::Codes for full author history.</p>
<p>Currently maintained by Sullivan Beck ([email protected]).</p>
<h1 id="COPYRIGHT">COPYRIGHT</h1>
<pre><code><code> Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
Copyright (c) 2001 Michael Hennecke
Copyright (c) 2001-2010 Neil Bowers
Copyright (c) 2010-2012 Sullivan Beck</code></code></pre>
<p>This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</p>
</body>
</html>
|
tst/css/sans-serif.css | Pilatch/AssetLoader | .style-target {
font-family: Arial, sans-serif;
} |
css/info.css | playsign/fidemo | /* Customized CSS for jQuery UI: simple info button and box. */
.ui-widget-content
{
font-family: Verdana,Arial,sans-serif;
font-size:11px;
}
/* trim space around info button */
.ui-button-text-only .ui-button-text
{ padding: 0px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{ border: 0px solid #000000; }
/* changing dialog close button */
.ui-dialog-titlebar-close
{
outline-width: 0px !important;
background-color: transparent !important;
background-image: url('images/icon-close-16.png') !important;
background-repeat:no-repeat !important;
}
/* changing dialog close button */
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:focus
{
background-color: transparent !important;
background-image: url('images/icon-close-16.png') !important;
background-repeat:no-repeat !important;
}
/* hide the default "x" close image */
.ui-dialog-titlebar-close span
{ display:none !important; }
/* translucent background */
.ui-dialog
{
opacity: .90;
width:600px;
}
|
src/Viteloge/CoreBundle/Resources/descriptions/54066.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Bettainvillers est
un village
situé dans le département de Meurthe-et-Moselle en Lorraine. Elle totalisait 194 habitants en 2008.</p>
<p>Si vous pensez venir habiter à Bettainvillers, vous pourrez aisément trouver une maison à acheter. </p>
<p>Le nombre de logements, à Bettainvillers, était réparti en 2011 en dix appartements et 101 maisons soit
un marché plutôt équilibré.</p>
<p>À coté de Bettainvillers sont localisées les villes de
<a href="{{VLROOT}}/immobilier/mont-bonvillers_54084/">Mont-Bonvillers</a> située à 5 km, 960 habitants,
<a href="{{VLROOT}}/immobilier/anderny_54015/">Anderny</a> localisée à 2 km, 303 habitants,
<a href="{{VLROOT}}/immobilier/avril_54036/">Avril</a> à 4 km, 764 habitants,
<a href="{{VLROOT}}/immobilier/sancy_54491/">Sancy</a> située à 5 km, 345 habitants,
<a href="{{VLROOT}}/immobilier/mancieulles_54342/">Mancieulles</a> localisée à 2 km, 1 546 habitants,
<a href="{{VLROOT}}/immobilier/tucquegnieux_54536/">Tucquegnieux</a> localisée à 1 km, 2 649 habitants,
entre autres. De plus, Bettainvillers est située à seulement 28 km de <a href="{{VLROOT}}/immobilier/metz_57463/">Metz</a>.</p>
</div>
|
practice/ci/coding_standards.html | LandRegistry/landregistry.github.io | ---
layout: ci_navbar_sidebar
title: Coding Standards
permalink: /practice/ci/coding_standards/
---
<div class="jumbotron">
<h1><small>Continuous Integration</small></h1>
<h1>Coding Standards Check</h1>
<p>Apply code analysis and styling checks and if unsatisfactory mark the build as a failure</p>
</div>
<div class="row">
<div id="start" class="col-md-10 col-md-offset-1" style="font-size:140%">
<h2>About</h2>
<p>Code can be written that appears to perform the required task; however, is it coded with consistency, will it crash if the data input is not 100% correct, have any TODO tags been forgotten?</p>
<p>We can run automated tests for these, and more, and then set our build result to fail if we do not get a satisfactory compliance result.</p>
<h2>Options</h2>
<p>Many packages are available; a search on the internet will return many results. Most will only perform part of the requirement. When selecting packages, try to include: code analysis, styling, open tasks and metrics. Other packages might also be required when handling the results.</p>
<h3>Python Projects</h3>
<p>The Python example below uses the following:</p>
<ul>
<li><h4>PYLINT</h4>
<p>PyLint is a static code analyser of coding standards and quality.</p>
<p>PyLint's tests include checking for docstrings, duplication, open tasks, PEP8 styling and bugs.</p>
<p>It highlights problems and gives the code a score out of 10.</p>
</li>
<li>
<h4>VIOLATIONS PLUGIN</h4>
<p>This Jenkins plugin will display the PyLint results on the Jenkins view of the project.</p>
</li>
<li>
<h4>TEXTFINDER PLUGIN</h4>
<p>This Jenkins plugin will search text files against a regular expression. The result of which can be used to set a build to pass, fail, unstable.</p>
</li>
</ul>
<h3>Java Projects</h3>
<p>TODO</p>
<h2>PyLint</h2>
<h3>Prerequisites</h3>
<h4>PYTHON PACKAGES</h4>
<p><code>pip install pylint</code></p>
<h3>Add to your Project</h3>
<p>Select <button>Add build step</button> and choose "Execute Windows batch command".</p>
<p>Enter in the Command box:</p>
<pre>pylint project_name.py --output-format=parseable | tee pylint.out</pre>
<p>You might need to drag this step to follow existing actions.</p>
<h3>Explanation of Commands</h3>
<p><code>Pylint project_name.py</code>: this starts the pylint application and tells it to analyse the specified python module.</p>
<p>For multiple files names, just add them to the list. There is no current means of specifying <i>all files</i>. Writing a python file discovery function might be worthwhile.</p>
<p>Is there a way of doing this programmatically? - <i>Under investigation.</i></p>
<p><code>--output-format=parseable</code>: the output can be in many formats, including text and html. Parseable is a format that the Violations plugin can read.</p>
<p><code>| tee pylint.out</code>: The pipe (|) is a means of redirecting the output, tee sends the output to both the screen and to a file, in this case a file named pylint.out.</p>
<p><img src="../../../images/ci/coding_standards_pylint_command.png" alt="Screenshot of PyLint configuration in Jenkins" class = "img-thumbnail"/></p>
<h3>Example</h3>
<p>Click <a href="/practice/ci_pylint_text_output">here</a> for a simple example of PyLint's text output for the calculator.</p>
<p>Lint report graph</p>
<h3>Customization</h3>
<p>PyLint tests can be tailored to your requires by using the a config file (rcfile). Enter <code>pylint --help</code> in the command line for info. <code>--generate-rcfile, --rcfile=<file></code></p>
<h2>Violations Plugin</h2>
<h3>Prerequisites</h3>
<p>"Violations plugin"</p>
<h3>Add to your Project</h3>
<p>Select <button>Add post-build action</button> and choose <samp>Report Violations</samp>.</p>
<p>A long list of options will appear; we only need to complete the line for <samp>pylint</samp>. Place the file name in the box provided, e.g. <code>**/pylint.out</code></p>
<h3>Example</h3>
<p><img src="../../../images/ci/coding_standards_violations_report.png" alt="Screenshot of Violations report" class = "img-thumbnail"></p>
<p>Running the project a few times will provide a graph that can be drilled down to the detail.</p>
<p><img src="../../../images/ci/coding_standards_pylint_report_graph.png" alt="Screenshot of PyLint report" class = "img-thumbnail"></p>
<p><img src="../../../images/ci/coding_standards_pylint_report_drill_down_1.png" alt="Screenshot of PyLint report drill down level 1" class = "img-thumbnail"></p>
<p><img src="../../../images/ci/coding_standards_pylint_report_drill_down_2.png" alt="Screenshot of PyLint report drill down level 2" class = "img-thumbnail"></p>
<h2>TextFinder</h2>
<h3>Prerequisites</h3>
<p>"TextFinder plugin"</p>
<h3>Add to your Project</h3>
<p>In this example, we scan the output of PyLint for the rating. If the rating is lower than eight the build is marked as unstable.</p>
<p>Select <button>Add post-build action</button> and choose "Jenkins Text Finder".</p>
<p>Enter the file name of the PyLint output file, for example, pylint.out.</p>
<p>For the "Regular expression" enter: <code>"Your code has been rated at ([0-7]).\d*\/10"</code></p>
<p>Then tick the "Unstable if found" option.</p>
<p>Note that using "Succeed if found" will override previously obtained Fail results.</p>
<p><img src="../../../images/ci/coding_standards_text_finder.png" class="img-thumbnail" alt="Screenshot of TextFinder"></p>
<h3>Explanation of Regular Expression</h3>
<p>This expression checks for the string "Your code has been rated at".</p>
<p>Then it checks for 0 to 7, a decimal point, and any number of digits.</p>
<p>Then it checks for "/10" to check that the value has been scored out of ten.</p>
<p>If a rating less than 8 out of ten is present, the expression is true.</p>
<p>If a rating 8 or more out of ten is present, the expression is false.</p>
<h3>Example</h3>
<p>In the screenshot below you can see build #82 and #83 set to unstable due to a low score obtained in PyLint.</p>
<p><img src="../../../images/ci/coding_standards_pylint_affect_in_build_history.png" class="img-thumbnail" alt="Screenshot showing unstable build in Build History"></p>
<h2>Open Tasks</h2>
<p>The PyLint report includes Open Tasks; nevertheless, if you want the Open Tasks count on the project view screen, you need the Open Tasks Plugin.</p>
<p>If required, add the plugin and configure it with the open task keywords, such as, TODO and FIXME.</p>
<p><img src="../../../images/ci/coding_standards_open_task_config.png" class="img-thumbnail" alt="Screenshot showing Open Tasks configuration"></p>
<p>After a build, the count will show on the project view that one can select and drill down.</p>
<p><img src="../../../images/ci/coding_standards_open_task_result.png" class="img-thumbnail" alt="Screenshot showing Open Tasks count"></p>
<p><img src="../../../images/ci/coding_standards_open_task_result_drill_down.png" class="img-thumbnail" alt="Screenshot showing Open Tasks drill down"></p>
</div>
</div>
|
src/cms/cms-control-panel.template.html | brugsel/angular-cms-blox | <div class="cms-control-panel" ng-show="ctrl.isAuthenticated()">
<div class="panel-button pull-right"><i class="fa fa-2x fa-cog" ng-click="ctrl.showPanel()"></i></div>
<div class="panel-widget" ng-show="ctrl.panel">
<i class="fa fa-2x fa-save" ng-click="ctrl.save()" ng-hide="saved"></i>
<i class="fa fa-2x fa-ellipsis-h" ng-show="saved"></i>
<i class="fa fa-2x fa-undo" ng-click="ctrl.undo()"></i>
</div>
</div>
|
client/index.html | marschi/slate-sample | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Slate Sample</title>
<script src="https://use.fontawesome.com/3d815f531c.js"></script>
</head>
<body>
<div id="root"></div>
<script src="bin/app.bundle.js"></script>
</body>
</html>
|
all-data/21000-21999/21469-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">負固不悛</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄈㄨ<sup class="subfont">ˋ</sup> ㄍㄨ<sup class="subfont">ˋ</sup> ㄅㄨ<sup class="subfont">ˋ</sup> ㄑㄩㄢ</td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">fù gù bù quān</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">憑恃險阻,不肯服罪。秦併六國平話˙卷下:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>若負固不悛,執迷不返,則命將遺師剿平諸國。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>負固不服<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
|
src/Viteloge/CoreBundle/Resources/descriptions/04037.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Le Caire est
un village
géographiquement positionné dans le département de l'Alpes-de-Haute-Provence en Provence-Alpes-Côte d'Azur. Elle comptait 70 habitants en 2008.</p>
<p>Le parc de logements, à Le Caire, se décomposait en 2011 en sept appartements et 61 maisons soit
un marché relativement équilibré.</p>
<p>À coté de Le Caire sont situées les villes de
<a href="{{VLROOT}}/immobilier/bayons_04023/">Bayons</a> située à 8 km, 257 habitants,
<a href="{{VLROOT}}/immobilier/brunet_04035/">Brunet</a> à 6 km, 249 habitants,
<a href="{{VLROOT}}/immobilier/saulce_05162/">La Saulce</a> à 7 km, 1 190 habitants,
<a href="{{VLROOT}}/immobilier/melve_04118/">Melve</a> localisée à 5 km, 109 habitants,
<a href="{{VLROOT}}/immobilier/curbans_04066/">Curbans</a> localisée à 6 km, 333 habitants,
<a href="{{VLROOT}}/immobilier/claret_04058/">Claret</a> à 8 km, 227 habitants,
entre autres. De plus, Le Caire est située à seulement 21 km de <a href="{{VLROOT}}/immobilier/gap_05061/">Gap</a>.</p>
<p>Si vous envisagez de venir habiter à Le Caire, vous pourrez facilement trouver une maison à vendre. </p>
</div>
|
doxygen/html/structuivector-members.html | bmateusz-inc/bombas-jatek | <!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.5"/>
<title>Bombás játék: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/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">Bombás játék
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Functions</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">uivector Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="structuivector.html">uivector</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>allocsize</b> (defined in <a class="el" href="structuivector.html">uivector</a>)</td><td class="entry"><a class="el" href="structuivector.html">uivector</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>data</b> (defined in <a class="el" href="structuivector.html">uivector</a>)</td><td class="entry"><a class="el" href="structuivector.html">uivector</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>size</b> (defined in <a class="el" href="structuivector.html">uivector</a>)</td><td class="entry"><a class="el" href="structuivector.html">uivector</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Oct 29 2013 00:50:15 for Bombás játék by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>
|
index.html | kemblesong/kemblesong.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Kemble Song - an index</title>
<meta name="description" content="Index page for Kemble Song's corner of the internet.">
<meta name="author" content="Kemble Song">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="styles.min.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container fade-in">
<div class="row">
<div class="one-half column" style="margin-top: 20%; margin-bottom: 6rem; font-size: 20px;">
<h4>🙇🏻 Hello,</h4>
<p>
My name is <strong>Kemble</strong>.<br>I write <strong>code</strong>, shoot <strong>film</strong> and make <strong>beats</strong>.<br>
</p>
</div>
</div>
<div class="row">
<div class="one-half column" style="margin-bottom: 1rem">
<h5>💾 Projects</h5>
<ul>
<li><a href="http://ksong.co/resume">resume</a> - a resume</li>
<li><a href="http://kemblesong.com">who am i?</a> - a digital business card</li>
<li><a href="http://soundcloud.com/latenightlaboratory">Late Night Laboratory</a> - instrumentals, beats</li>
</ul>
</div>
</div>
<div class="row">
<div class="one-half column">
<h5>👋🏻 Social</h5>
<ul>
<li><a href="http://github.com/kemblesong">github</a> - code lives here</li>
<li><a href="http://kemblog.tumblr.com">tumblr</a> - some of my photography</li>
<li><a href="http://instagram.com/kemblog">instagram</a> - selfies, fashion pics, other trash</li>
<li><a href="mailto:[email protected]">email</a> - still the go to method of contact in the 21st century</li>
</ul>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
|
src/templates/widget-add.html | Traperto/angular-dashboard-framework | <div class="modal-header">
<button type="button" class="close" ng-click="closeDialog()" aria-hidden="true">×</button>
<h4 class="modal-title">Widget hinzufügen</h4>
</div>
<div class="modal-body" class="row">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default" ng-repeat="(category, widgets) in categories" is-open="isopen">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
{{category}}
</a>
</h4>
</div>
<div id="#panel{{category}}" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<ul class="list-group">
<li class="list-group-item" ng-repeat="(key, widget) in widgets">
<a href="" ng-click="addWidget(key)">{{widget.title}} <i class="fa fa-spinner fa-spin" ng-show="recentlyAdded.indexOf(key) > -1"></i></a>
<p>
<small ng-if="widget.description">{{widget.description}}</small>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" ng-click="closeDialog()"><i class="fa fa-times"></i> Schließen</button>
</div> |
index.html | DavidStrada/davidstrada.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Davidstrada.GitHub.io by DavidStrada</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Davidstrada.GitHub.io</h1>
<h2></h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/DavidStrada" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:</p>
<pre><code>$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code></pre>
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Designer Templates</h3>
<p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p>
<h3>
<a id="rather-drive-stick" class="anchor" href="#rather-drive-stick" aria-hidden="true"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3>
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
<h3>
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code><a></code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
<p>Having trouble with Pages? Check out the documentation at <a href="https://help.github.com/pages">https://help.github.com/pages</a> or contact <a href="mailto:[email protected]">[email protected]</a> and we’ll help you sort it out.</p>
</section>
<footer>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html> |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.1/jprover/8.6.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jprover: 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 / jprover - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
jprover
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-04 18:52:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-04 18:52:19 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.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.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: "[email protected]"
homepage: "https://github.com/coq-contribs/jprover"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/JProver"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [
"keyword: decision procedure"
"keyword: first-order logic"
"keyword: intuitionistic logic"
"keyword: theorem proving"
"keyword: proof search"
"category: Miscellaneous/Coq Extensions"
"category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"date: 2002-04 (contribution since January 2009)"
]
authors: [ "Huang Guan-Shieng" ]
bug-reports: "https://github.com/coq-contribs/jprover/issues"
dev-repo: "git+https://github.com/coq-contribs/jprover.git"
synopsis: "A theorem prover for first-order intuitionistic logic"
description: """
JProver is a theorem prover for first-order intuitionistic logic.
It is originally implemented by Stephan Schmitt and then integrated into
MetaPRL by Aleksey Nogin. After this, Huang Guan-Shieng extracted the
necessary ML-codes from MetaPRL and then adapted it to Coq."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/jprover/archive/v8.6.0.tar.gz"
checksum: "md5=d7a8888e2da482827e2bc958d6902b89"
}
</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-jprover.8.6.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-jprover -> coq < 8.7~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-jprover.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.05.0-2.0.6/released/8.9.1/icharate/8.9.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>icharate: 41 s</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / icharate - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
icharate
<small>
8.9.0
<span class="label label-success">41 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-24 17:47:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-24 17:47:06 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.9.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/http://www.labri.fr/perso/anoun/Icharate"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Icharate"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: Multimodal Categorial Grammars"
"keyword: Syntax/Semantics Interface"
"keyword: Higher Order Logic"
"keyword: Meta-Linguistics"
"category: Computer Science/Formal Languages Theory and Automata"
"date: 2003-2006"
]
authors: [
"Houda Anoun <[email protected]>"
"Pierre Casteran <[email protected]>"
]
bug-reports: "https://github.com/coq-contribs/icharate/issues"
dev-repo: "git+https://github.com/coq-contribs/icharate.git"
synopsis: "Icharate: A logical Toolkit for Multimodal Categorial Grammars"
description: """
The logical toolkit ICHARATE is built upon a formalization of
multimodal categorial grammars in Coq proof assistant.
This toolkit aims at facilitating the study of these
complicated formalisms by allowing users to build interactively the
syntactic derivations of different sentences, compute their
semantic interpretations and also prove universal properties of entire
classes of grammars using a collection of already established derived
rules. Several tactics are defined to ease the interaction with users."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/icharate/archive/v8.9.0.tar.gz"
checksum: "md5=fe48c0335d136d85a028b467f073194b"
}
</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-icharate.8.9.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-icharate.8.9.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>5 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-icharate.8.9.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>41 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 5 M</p>
<ul>
<li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/lambda_bruijn.vo</code></li>
<li>657 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/basics.vo</code></li>
<li>257 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/apply_rule_props.vo</code></li>
<li>234 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/derivedRulesNatDed.vo</code></li>
<li>195 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/struct_ex.vo</code></li>
<li>183 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/tacticsDed.vo</code></li>
<li>126 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/basics.glob</code></li>
<li>123 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/lambda_reduction.vo</code></li>
<li>112 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/apply_rule_props.glob</code></li>
<li>108 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/struct_ex.glob</code></li>
<li>104 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/derivedRulesNatDed.glob</code></li>
<li>91 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/lambda_bruijn.glob</code></li>
<li>83 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/final_sem.vo</code></li>
<li>79 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Lib/listAux.vo</code></li>
<li>76 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Lib/permutation.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/lambda_coq.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/lambda_reduction.glob</code></li>
<li>66 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/tacticsDed.glob</code></li>
<li>60 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/derivSem.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/ex1s.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/unaries.vo</code></li>
<li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/struct_props.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/natDed.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/polarity.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/seqNatDed.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/crossDep.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/ex1.vo</code></li>
<li>48 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/polEx.vo</code></li>
<li>47 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/dep_ex.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/medialEx.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/sequent.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/semLex.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/natDedGram.vo</code></li>
<li>39 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/medialExtraction.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/unbounDep.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/struct_tacs.vo</code></li>
<li>37 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/basics.v</code></li>
<li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/polTac.vo</code></li>
<li>33 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Lib/listAux.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Lib/permutation.glob</code></li>
<li>30 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/interp_coq.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/ex3.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/logic_const.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/tacticsDed.v</code></li>
<li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/notations.vo</code></li>
<li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/lambda_bruijn.v</code></li>
<li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/apply_rule_props.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/natDed.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/derivedRulesNatDed.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/lambda_reduction.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/struct_ex.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/polarity.glob</code></li>
<li>19 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/sequent.glob</code></li>
<li>18 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/struct_props.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/lambda_coq.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/ex1s.glob</code></li>
<li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/unaries.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/crossDep.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/semLex.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/derivSem.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Lib/listAux.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/final_sem.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/natDedGram.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Lib/permutation.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/polEx.glob</code></li>
<li>10 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/seqNatDed.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/medialEx.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/unbounDep.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/dep_ex.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/ex1.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/lambda_coq.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/polarity.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/medialExtraction.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/natDed.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/interp_coq.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/unaries.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/derivSem.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/struct_props.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/struct_tacs.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/crossDep.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/seqNatDed.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/final_sem.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/semLex.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/sequent.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/struct_tacs.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/logic_const.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/ex1s.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/natDedGram.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/ex1.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/unbounDep.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/polTac.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Meta/medialExtraction.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/dep_ex.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/polEx.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/medialEx.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/ex3.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/tacticsSeq.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/notations.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/notations.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/polTac.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/interp_coq.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Kernel/logic_const.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/tacticsSeq.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Examples/ex3.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Icharate/Tacs/tacticsSeq.glob</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-icharate.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
demo/template-2b/project-2.html | brettbradleycampbell/workweek-landing | <!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Workweek Template: Tyler Kirkham Andrews</title>
<meta name="description" content="Workweek lets you build your own portfolio with built-in invoicing and payment processing. ">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/stylesheet.css">
<link rel="stylesheet" href="codrops/css/component.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Stylesheet for Lightbox plugin -->
<link rel="stylesheet" href="js/Minimal-jQuery-Image-Gallery-Lightbox-Plugin-maxGallery/css/css.css">
</head>
<body>
<!-- needed for facebook like button -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Add your site or application content here -->
<!-- HEADER -->
<div class="header sidebar">
<div class="logo">
<!-- <img src="" alt="Anna James Photography Logo" width="200"> -->
<h1><a href="index.html">Tyler Andrews</a></h1>
</div>
<div class="nav">
<div class="nav-menu">
<ul class="reset">
<li>
<a href="index.html">Work</a>
</li>
<li>
<a href="index-about.html">About</a>
</li>
<li>
<a href="http://hellotylo.tumblr.com/">Blog</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
<div class="social-icons">
<a href="http://instagram.com/hellotylo">
<i class="fa fa-instagram"></i>
</a>
<a href="http://twitter.com/workweekhq">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
</div>
</div>
<!-- MAIN BODY -->
<div class="main">
<!-- BEGIN new slider thing -->
<!-- PORTFOLIO -->
<div class="section portfolio">
<div class="gallery">
<a href="img/10.jpg" class="gallery__item">
<img src="img/10.jpg" alt="" class="gallery__item-img" data-id="0" data-title="Neue Wall">
<i class="gallery__item-cover"></i>
</a>
<a href="img/7.jpg" class="gallery__item">
<img src="img/7.jpg" alt="" class="gallery__item-img" data-id="1" data-title="Exhibit Cards">
<i class="gallery__item-cover"></i>
</a>
<a href="img/8.jpg" class="gallery__item">
<img src="img/8.jpg" alt="" class="gallery__item-img" data-id="2" data-title="Neue Poster 1">
<i class="gallery__item-cover"></i>
</a>
<a href="img/9.jpg" class="gallery__item">
<img src="img/9.jpg" alt="" class="gallery__item-img" data-id="3" data-title="Neue Poster 2">
<i class="gallery__item-cover"></i>
</a>
<hr>
</div>
<!-- SLIDER -->
<div class="slider" style="display: none;">
<table class="slider__table">
<tr>
<td class="slider__table-td">
<!-- <div class="slider__table-td-item-number">
</div> -->
<div class="slider__table-td-inner">
<img src="img/0.jpg" alt="" class="slider__cur-img">
</div>
<div class="slider__table-td-item-title">
</div>
</td>
</tr>
</table>
<a href="#prev" class="slider__btn slider__btn_prev"></a>
<a href="#next" class="slider__btn slider__btn_next"></a>
<i class="slider__btn_close"></i>
</div>
<!-- NEW PORTFOLIO with just thumbs -- adding to bottom of each project page. for easy navigation -->
<div class="section portfolio">
<div class="row">
<div class="four columns">
<a href="project-1.html" class="thumbnail" style="background-image: url(img/2-1.jpg)"></a>
</div>
<div class="four columns">
<a href="project-2.html" class="thumbnail" style="background-image: url(img/10.jpg)"></a>
</div>
<div class="four columns">
<a href="project-3.html" class="thumbnail" style="background-image: url(img/11.jpg)"></a>
</div>
</div>
<div class="row">
<div class="four columns">
<a href="project-4.html" class="thumbnail" style="background-image: url(img/14.jpg)"></a>
</div>
<div class="four columns">
<a href="project-5.html" class="thumbnail" style="background-image: url(img/16.jpg)"></a>
</div>
<div class="four columns">
<a href="project-6.html" class="thumbnail" style="background-image: url(img/19.jpg)"></a>
</div>
</div>
<div class="row">
<div class="four columns">
<a href="project-7.html" class="thumbnail" style="background-image: url(img/3.jpg)"></a>
</div>
<div class="four columns">
<a href="project-8.html" class="thumbnail" style="background-image: url(http://static1.squarespace.com/static/5331a702e4b03a785d938a57/5333a407e4b01acd1d7e6b5c/533cbb23e4b0a2d81388a175/1396488997535/2.jpg?format=1000w)"></a>
</div>
<div class="four columns">
<a href="project-9.html" class="thumbnail" style="background-image: url(img/20.jpg)"></a>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<div class="footer">
</div>
<!-- Scripts -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Gallery Lightbox plugin -->
<script src="js/Minimal-jQuery-Image-Gallery-Lightbox-Plugin-maxGallery/js/js.js"></script>
<!-- Google Analytics -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXX-XXXX','auto');ga('send','pageview');
</script>
</body>
</html>
|
vim-commands/index.html | wuxu92/wuxu92.github.io | <!doctype html>
<html class="theme-next ">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="google-site-verification" content="h7BaHlqi6VjlciSt0RF-KHgIXZcGfx3L3gyQ9qfx_ek" />
<link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"/>
<link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.4.0" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=0.4.5.2" rel="stylesheet" type="text/css" />
<meta name="keywords" content="vim,tool," />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=0.4.5.2" />
<meta name="description" content="vim中常用的命令,日常更新 !ls 使用感叹号开头调用系统命令~ 切换当前光标所在字符的大小写 buffer相关:ls:bn :bnext:bp :bprev:bd :bdelete:b1 :buffer1:bufdo cmd 在所有缓冲区执行命令 参数列表:args 列出参数列表或者设置参数列表:args **/*.postfix:write :w:edit! :e!放弃修改重新载入文件">
<meta name="keywords" content="vim,tool">
<meta property="og:type" content="article">
<meta property="og:title" content="vim 常用的命令模式">
<meta property="og:url" content="http://blog.wuxu92.com/vim-commands/index.html">
<meta property="og:site_name" content="Wu Xu">
<meta property="og:description" content="vim中常用的命令,日常更新 !ls 使用感叹号开头调用系统命令~ 切换当前光标所在字符的大小写 buffer相关:ls:bn :bnext:bp :bprev:bd :bdelete:b1 :buffer1:bufdo cmd 在所有缓冲区执行命令 参数列表:args 列出参数列表或者设置参数列表:args **/*.postfix:write :w:edit! :e!放弃修改重新载入文件">
<meta property="og:locale" content="zh-Hans">
<meta property="og:updated_time" content="2018-04-14T11:19:13.386Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="vim 常用的命令模式">
<meta name="twitter:description" content="vim中常用的命令,日常更新 !ls 使用感叹号开头调用系统命令~ 切换当前光标所在字符的大小写 buffer相关:ls:bn :bnext:bp :bprev:bd :bdelete:b1 :buffer1:bufdo cmd 在所有缓冲区执行命令 参数列表:args 列出参数列表或者设置参数列表:args **/*.postfix:write :w:edit! :e!放弃修改重新载入文件">
<script type="text/javascript" id="hexo.configuration">
var CONFIG = {
scheme: '',
sidebar: 'hide',
motion: false
};
</script>
<title> vim 常用的命令模式 | Wu Xu </title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<!--[if lte IE 8]>
<div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative;margin:0 auto;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://7u2nvr.com1.z0.glb.clouddn.com/picouterie.jpg" border="0" height="42" width="820"
alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today or use other browser ,like chrome firefox safari."
style='margin-left:auto;margin-right:auto;display: block;'/>
</a>
</div>
<![endif]-->
<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-72131273-1', 'auto');
ga('send', 'pageview');
</script>
<div class="container one-column page-post-detail">
<div class="headband"></div>
<div class="bottomband"></div> <!-- add by wuxu -->
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">Wu Xu</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">关注C、Go、C++、JavaScript和Rust</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu ">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-home fa-fw"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories" rel="section">
<i class="menu-item-icon fa fa-th fa-fw"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags" rel="section">
<i class="menu-item-icon fa fa-tags fa-fw"></i> <br />
标签
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
<i class="menu-item-icon fa fa-archive fa-fw"></i> <br />
归档
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about" rel="section">
<i class="menu-item-icon fa fa-user fa-fw"></i> <br />
关于
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div id="content" class="content">
<div id="posts" class="posts-expand">
<article class="post post-type-normal " itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title" itemprop="name headline">
vim 常用的命令模式
</h1>
<div class="post-meta">
<span class="post-time">
发表于
<time itemprop="dateCreated" datetime="2015-07-18T12:34:50+08:00" content="2015-07-18">
2015-07-18
</time>
</span>
<span class="post-category" >
| 分类于
<span itemprop="about" itemscope itemtype="https://schema.org/Thing">
<a href="/categories/Linux/" itemprop="url" rel="index">
<span itemprop="name">Linux</span>
</a>
</span>
</span>
</div>
</header>
<div class="post-body">
<span itemprop="articleBody"><p>vim中常用的命令,日常更新 </p>
<figure class="highlight plain"><table><tr><td class="code"><pre><span class="line">!ls 使用感叹号开头调用系统命令</span><br><span class="line">~ 切换当前光标所在字符的大小写</span><br></pre></td></tr></table></figure>
<h2 id="buffer相关"><a href="#buffer相关" class="headerlink" title="buffer相关"></a>buffer相关</h2><figure class="highlight plain"><table><tr><td class="code"><pre><span class="line">:ls</span><br><span class="line">:bn :bnext</span><br><span class="line">:bp :bprev</span><br><span class="line">:bd :bdelete</span><br><span class="line">:b1 :buffer1</span><br><span class="line">:bufdo cmd 在所有缓冲区执行命令</span><br></pre></td></tr></table></figure>
<h2 id="参数列表"><a href="#参数列表" class="headerlink" title="参数列表"></a>参数列表</h2><figure class="highlight plain"><table><tr><td class="code"><pre><span class="line">:args 列出参数列表或者设置参数列表</span><br><span class="line">:args **/*.postfix</span><br><span class="line">:write :w</span><br><span class="line">:edit! :e!放弃修改重新载入文件</span><br><span class="line">:qall :qa</span><br><span class="line">:wall :wa</span><br></pre></td></tr></table></figure>
<h2 id="多窗口"><a href="#多窗口" class="headerlink" title="多窗口"></a>多窗口</h2><figure class="highlight plain"><table><tr><td class="code"><pre><span class="line">:sp [file] 水平分割</span><br><span class="line">:vsp [filw] 垂直分割</span><br><span class="line">:clo <C-w>c 关闭当前窗口</span><br><span class="line">:no[ly] <C-v>o 关闭当前之外的所有窗口</span><br></pre></td></tr></table></figure>
<p><strong>切换窗口</strong></p>
<figure class="highlight plain"><table><tr><td class="code"><pre><span class="line"><C-w><C-w> 在串口中切换,连续按两次Ctrl+w</span><br><span class="line"><C-w>h|j|k|l 切换到左/下/上/右的窗口</span><br></pre></td></tr></table></figure>
<p><strong>改变窗口大小</strong></p>
<figure class="highlight plain"><table><tr><td class="code"><pre><span class="line"><C-w>=</span><br><span class="line"><C-w>_ 最大化当前窗口的高度</span><br><span class="line"><C-w>| 最大化当前窗口的宽度</span><br><span class="line">[n]<C-w>_ 设置</span><br><span class="line">[n]<C-w>|</span><br></pre></td></tr></table></figure>
<h2 id="标签"><a href="#标签" class="headerlink" title="标签"></a>标签</h2><figure class="highlight plain"><table><tr><td class="code"><pre><span class="line">:tabedit :tabe {filename} 如果filename为空则打开一个新的标签页</span><br><span class="line">:tabclose :tabc </span><br><span class="line">:tabonly :tabo 关闭当前标签之外的所有标签</span><br></pre></td></tr></table></figure>
<p><strong>标签切换</strong></p>
<figure class="highlight plain"><table><tr><td class="code"><pre><span class="line">:tabnext :tabn {N} Ngt</span><br><span class="line">:tabn gt</span><br><span class="line">:tabp gT</span><br><span class="line">:tabmove [N] 移动标签页</span><br></pre></td></tr></table></figure>
<h2 id="打开及保存文件"><a href="#打开及保存文件" class="headerlink" title="打开及保存文件"></a>打开及保存文件</h2><figure class="highlight plain"><table><tr><td class="code"><pre><span class="line">:edit full/path/name</span><br><span class="line">:edit %:h<tab>filename 使用缓冲区文件的完整路径打开文件, :h去掉当前文件名,tab键补全</span><br><span class="line">:edit path 打开文件管理窗口</span><br><span class="line">:find filename 在path下查找文件</span><br><span class="line">: set path+=/path/to/workspace 将工作区添加到vim的path中用于寻找</span><br><span class="line">:e 是 :edit的缩写</span><br><span class="line">:Explore :E 打开当前的目录管理器</span><br><span class="line">:Sexplore explore的切分</span><br><span class="line">:Vexplore</span><br></pre></td></tr></table></figure>
<p><strong>文件操作</strong></p>
<figure class="highlight plain"><table><tr><td class="code"><pre><span class="line">:!mkdir -p %:h 前缓冲区创建目录,然后在:w,解决某些不能保存的问题</span><br><span class="line">:w !sudo tee % > /dev/null 由于保存用非sudo打开的无权限文件的保存</span><br></pre></td></tr></table></figure>
</span>
</div>
<footer class="post-footer">
<div class="post-tags">
<a href="/tags/vim/" rel="tag">#vim</a>
<a href="/tags/tool/" rel="tag">#tool</a>
</div>
<div class="post-nav">
<div class="post-nav-next post-nav-item">
<a href="/go-iota-spc/" rel="next" title="Golang 中iota的用法">
<i class="fa fa-chevron-left"></i> Golang 中iota的用法
</a>
</div>
<div class="post-nav-prev post-nav-item">
<a href="/effective-go-note-1/" rel="prev" title="Effective Go笔记:函数,数据,初始化">
Effective Go笔记:函数,数据,初始化 <i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</footer>
</article>
<div class="post-spread">
</div>
</div>
</div>
<div class="comments" id="comments">
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<ul class="sidebar-nav motion-element">
<li class="sidebar-nav-toc sidebar-nav-active" data-target="post-toc-wrap" >
文章目录
</li>
<li class="sidebar-nav-overview" data-target="site-overview">
站点概览
</li>
</ul>
<section class="site-overview sidebar-panel ">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" src="/images/avatar.jpg" alt="wuxu" itemprop="image"/>
<p class="site-author-name" itemprop="name">wuxu</p>
</div>
<p class="site-description motion-element" itemprop="description">Wu Xu的个人博客</p>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">178</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories">
<span class="site-state-item-count">25</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags">
<span class="site-state-item-count">148</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/wuxu92" target="_blank">
<i class="fa fa-github"></i> GitHub
</a>
</span>
<span class="links-of-author-item">
<a href="https://twitter.com/wuxu92" target="_blank">
<i class="fa fa-twitter"></i> Twitter
</a>
</span>
<span class="links-of-author-item">
<a href="http://weibo.com/kiwidock" target="_blank">
<i class="fa fa-weibo"></i> Weibo
</a>
</span>
<span class="links-of-author-item">
<a href="http://douban.com/people/wuxu92" target="_blank">
<i class="fa fa-douban"></i> Douban
</a>
</span>
<span class="links-of-author-item">
<a href="http://www.zhihu.com/people/wuxu92" target="_blank">
<i class="fa fa-zhihu"></i> Zhihu
</a>
</span>
</div>
<div class="cc-license motion-element" itemprop="license">
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0" class="cc-opacity" target="_blank">
<img src="/images/cc-by-nc-sa.svg" alt="Creative Commons" />
</a>
</div>
<div class="links-of-author motion-element">
</div>
</section>
<section class="post-toc-wrap motion-element sidebar-panel sidebar-panel-active">
<div class="post-toc-indicator-top post-toc-indicator">
<i class="fa fa-angle-double-up"></i>
</div>
<div class="post-toc">
<div class="post-toc-content"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#buffer相关"><span class="nav-number">1.</span> <span class="nav-text">buffer相关</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#参数列表"><span class="nav-number">2.</span> <span class="nav-text">参数列表</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#多窗口"><span class="nav-number">3.</span> <span class="nav-text">多窗口</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#标签"><span class="nav-number">4.</span> <span class="nav-text">标签</span></a></li><li class="nav-item nav-level-2"><a class="nav-link" href="#打开及保存文件"><span class="nav-number">5.</span> <span class="nav-text">打开及保存文件</span></a></li></ol></div>
</div>
<div class="post-toc-indicator-bottom post-toc-indicator">
<i class="fa fa-angle-double-down"></i>
</div>
</section>
</div>
</aside>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
© 2014 -
<span itemprop="copyrightYear">2020</span>
<span class="with-love">
<i class="icon-next-heart fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">wuxu</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="http://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT
</a>
</div>
</div>
</footer>
<div class="back-to-top"></div>
</div>
<script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="/js/fancy-box.js?v=0.4.5.2"></script>
<script type="text/javascript" src="/js/helpers.js?v=0.4.5.2"></script>
<script type="text/javascript" src="/vendors/velocity/velocity.min.js"></script>
<script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js"></script>
<script type="text/javascript" src="/js/motion.js?v=0.4.5.2" id="motion.global"></script>
<script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/js/bootstrap.scrollspy.js?v=0.4.5.2" id="bootstrap.scrollspy.custom"></script>
<script type="text/javascript" id="sidebar.toc.highlight">
$(document).ready(function () {
var tocSelector = '.post-toc';
var $tocSelector = $(tocSelector);
var activeCurrentSelector = '.active-current';
$tocSelector
.on('activate.bs.scrollspy', function () {
var $currentActiveElement = $(tocSelector + ' .active').last();
removeCurrentActiveClass();
$currentActiveElement.addClass('active-current');
$tocSelector[0].scrollTop = $currentActiveElement.position().top;
})
.on('clear.bs.scrollspy', function () {
removeCurrentActiveClass();
});
function removeCurrentActiveClass () {
$(tocSelector + ' ' + activeCurrentSelector)
.removeClass(activeCurrentSelector.substring(1));
}
function processTOC () {
getTOCMaxHeight();
toggleTOCOverflowIndicators();
}
function getTOCMaxHeight () {
var height = $('.sidebar').height() -
$tocSelector.position().top -
$('.post-toc-indicator-bottom').height();
$tocSelector.css('height', height);
return height;
}
function toggleTOCOverflowIndicators () {
tocOverflowIndicator(
'.post-toc-indicator-top',
$tocSelector.scrollTop() > 0 ? 'show' : 'hide'
);
tocOverflowIndicator(
'.post-toc-indicator-bottom',
$tocSelector.scrollTop() >= $tocSelector.find('ol').height() - $tocSelector.height() ? 'hide' : 'show'
)
}
$(document).on('sidebar.motion.complete', function () {
processTOC();
});
$('body').scrollspy({ target: tocSelector });
$(window).on('resize', function () {
if ( $('.sidebar').hasClass('sidebar-active') ) {
processTOC();
}
});
onScroll($tocSelector);
function onScroll (element) {
element.on('mousewheel DOMMouseScroll', function (event) {
var oe = event.originalEvent;
var delta = oe.wheelDelta || -oe.detail;
this.scrollTop += ( delta < 0 ? 1 : -1 ) * 30;
event.preventDefault();
toggleTOCOverflowIndicators();
});
}
function tocOverflowIndicator (indicator, action) {
var $indicator = $(indicator);
var opacity = action === 'show' ? 1 : 0;
$indicator.velocity ?
$indicator.velocity('stop').velocity({
opacity: opacity
}, { duration: 100 }) :
$indicator.stop().animate({
opacity: opacity
}, 100);
}
});
</script>
<script type="text/javascript" id="sidebar.nav">
$(document).ready(function () {
var html = $('html');
var TAB_ANIMATE_DURATION = 200;
var hasVelocity = $.isFunction(html.velocity);
$('.sidebar-nav li').on('click', function () {
var item = $(this);
var activeTabClassName = 'sidebar-nav-active';
var activePanelClassName = 'sidebar-panel-active';
if (item.hasClass(activeTabClassName)) {
return;
}
var currentTarget = $('.' + activePanelClassName);
var target = $('.' + item.data('target'));
hasVelocity ?
currentTarget.velocity('transition.slideUpOut', TAB_ANIMATE_DURATION, function () {
target
.velocity('stop')
.velocity('transition.slideDownIn', TAB_ANIMATE_DURATION)
.addClass(activePanelClassName);
}) :
currentTarget.animate({ opacity: 0 }, TAB_ANIMATE_DURATION, function () {
currentTarget.hide();
target
.stop()
.css({'opacity': 0, 'display': 'block'})
.animate({ opacity: 1 }, TAB_ANIMATE_DURATION, function () {
currentTarget.removeClass(activePanelClassName);
target.addClass(activePanelClassName);
});
});
item.siblings().removeClass(activeTabClassName);
item.addClass(activeTabClassName);
});
$('.post-toc a').on('click', function (e) {
e.preventDefault();
var targetSelector = escapeSelector(this.getAttribute('href'));
var offset = $(targetSelector).offset().top;
hasVelocity ?
html.velocity('stop').velocity('scroll', {
offset: offset + 'px',
mobileHA: false
}) :
$('html, body').stop().animate({
scrollTop: offset
}, 500);
});
// Expand sidebar on post detail page by default, when post has a toc.
motionMiddleWares.sidebar = function () {
var $tocContent = $('.post-toc-content');
if (CONFIG.sidebar === 'post') {
if ($tocContent.length > 0 && $tocContent.html().trim().length > 0) {
displaySidebar();
}
}
};
});
</script>
<script type="text/javascript" src="/js/bootstrap.js"></script>
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4a1e8638fe3dc0c69f0d71b8017fd613a193fee8e84ccd3df23b3056f9966334.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="./c74afbe19e0f475e2fc44426785688aedfb48315daf39b05f2e65ff576c49dce.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> |
doc/html/actions.html | jpyle/nitrogen_core | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Nitrogen 2.x Documentation</title>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<meta name="title" content="Nitrogen 2.x Documentation"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2012-10-31 21:51:19 CDT"/>
<meta name="author" content="Rusty Klophaus (@rustyio)"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
html { font-family: Times, serif; font-size: 12pt; }
.title { text-align: center; }
.todo { color: red; }
.done { color: green; }
.tag { background-color: #add8e6; font-weight:normal }
.target { }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.right {margin-left:auto; margin-right:0px; text-align:right;}
.left {margin-left:0px; margin-right:auto; text-align:left;}
.center {margin-left:auto; margin-right:auto; text-align:center;}
p.verse { margin-left: 3% }
pre {
border: 1pt solid #AEBDCC;
background-color: #F3F5F7;
padding: 5pt;
font-family: courier, monospace;
font-size: 90%;
overflow:auto;
}
table { border-collapse: collapse; }
td, th { vertical-align: top; }
th.right { text-align:center; }
th.left { text-align:center; }
th.center { text-align:center; }
td.right { text-align:right; }
td.left { text-align:left; }
td.center { text-align:center; }
dt { font-weight: bold; }
div.figure { padding: 0.5em; }
div.figure p { text-align: center; }
div.inlinetask {
padding:10px;
border:2px solid gray;
margin:10px;
background: #ffffcc;
}
textarea { overflow-x: auto; }
.linenr { font-size:smaller }
.code-highlighted {background-color:#ffff00;}
.org-info-js_info-navigation { border-style:none; }
#org-info-js_console-label { font-size:10px; font-weight:bold;
white-space:nowrap; }
.org-info-js_search-highlight {background-color:#ffff00; color:#000000;
font-weight:bold; }
/*]]>*/-->
</style>
<LINK href="stylesheet.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="preamble">
</div>
<div id="content">
<h1 class="title">Nitrogen 2.x Documentation</h1>
<p><a href="./index.html">Getting Started</a> | <a href="./api.html">API</a> | <a href="./elements.html">Elements</a> | <b>Actions</b> | <a href="./validators.html">Validators</a> | <a href="./handlers.html">Handlers</a> | <a href="./config.html">Configuration Options</a> | <a href="./about.html">About</a>
</p>
<div class=headline>Nitrogen Actions</div>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">1 Base Action</a></li>
<li><a href="#sec-2">2 Page Manipulation</a></li>
<li><a href="#sec-3">3 Effects</a></li>
<li><a href="#sec-4">4 Feedback</a></li>
<li><a href="#sec-5">5 See Also</a></li>
</ul>
</div>
</div>
<div id="outline-container-1" class="outline-2">
<h2 id="sec-1"><span class="section-number-2">1</span> Base Action</h2>
<div class="outline-text-2" id="text-1">
<ul>
<li><a href="./actions/base.html">Base Action</a> - All actions contain these attributes.
</li>
</ul>
</div>
</div>
<div id="outline-container-2" class="outline-2">
<h2 id="sec-2"><span class="section-number-2">2</span> Page Manipulation</h2>
<div class="outline-text-2" id="text-2">
<ul>
<li><a href="./actions/event.html">Event</a>
</li>
<li><a href="./actions/script.html">Script</a>
</li>
<li><a href="./actions/validate.html">Validate</a>
</li>
<li><a href="./actions/clear_validation.html">Clear Validation</a>
</li>
<li><a href="./actions/api.html">Ajax API</a>
</li>
</ul>
</div>
</div>
<div id="outline-container-3" class="outline-2">
<h2 id="sec-3"><span class="section-number-2">3</span> Effects</h2>
<div class="outline-text-2" id="text-3">
<ul>
<li><a href="./actions/show.html">Show</a>
</li>
<li><a href="./actions/hide.html">Hide</a>
</li>
<li><a href="./actions/appear.html">Appear</a>
</li>
<li><a href="./actions/fade.html">Fade</a>
</li>
<li><a href="./actions/slide_down.html">Slide Down</a>
</li>
<li><a href="./actions/slide_up.html">Slide Up</a>
</li>
<li><a href="./actions/animate.html">Animate</a>
</li>
<li><a href="./actions/toggle.html">Toggle</a>
</li>
<li><a href="./actions/effect.html">Effect</a>
</li>
<li><a href="./actions/add_class.html">Add Class</a>
</li>
<li><a href="./actions/remove_class.html">Remove Class</a>
</li>
<li><a href="./actions/disable.html">Disable</a>
</li>
</ul>
</div>
</div>
<div id="outline-container-4" class="outline-2">
<h2 id="sec-4"><span class="section-number-2">4</span> Feedback</h2>
<div class="outline-text-2" id="text-4">
<ul>
<li><a href="./actions/alert.html">Alert</a>
</li>
<li><a href="./actions/confirm.html">Confirm</a>
</li>
<li><a href="./actions/other.html">Other</a>
</li>
</ul>
</div>
</div>
<div id="outline-container-5" class="outline-2">
<h2 id="sec-5"><span class="section-number-2">5</span> See Also</h2>
<div class="outline-text-2" id="text-5">
<ul>
<li><a href="./paths.html">Nitrogen Element Paths</a>
</li>
</ul>
</div>
</div>
</div>
<div id="postamble">
<p class="date">Date: 2012-10-31 21:51:19 CDT</p>
<p class="author">Author: Rusty Klophaus (@rustyio)</p>
<p class="creator">Org version 7.8.02 with Emacs version 23</p>
<a href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a>
</div><h2>Comments</h2>
<b>Note:</b><!-- Disqus does not currently support Erlang for its syntax highlighting, so t-->To specify <!--Erlang--> code blocks, just use the generic code block syntax: <pre><b><pre><code>your code here</code></pre></b></pre>
<br />
<br />
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'nitrogenproject'; // required: replace example with your forum shortname
var disqus_identifier = 'html/actions.html'; //This will be replaced with the path part of the url
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</body>
</html>
|
public/css/dividend-modal.css | safex/safex_wallet | .dividend-wrap {
display: none;
}
.dividend-wrap.active {
display: flex;
width: 100%;
}
.overflow.dividendModal > form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
opacity: .8;
color: #fff;
font-size: 14px;
}
.overflow.dividendModal > form input::-moz-placeholder { /* Firefox 19+ */
opacity: .8;
color: #fff;
font-size: 14px;
}
.overflow.dividendModal > form input:-moz-placeholder { /* Firefox 18- */
opacity: .8;
color: #fff;
font-size: 14px;
}
.overflow.dividendModal > form input:-ms-input-placeholder { /* IE 10+ */
opacity: .8;
color: #fff;
font-size: 14px;
} |
docs/api-gen/html/latest/classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider-members.html | iherwig/wcmf | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>wCMF 4.1: Member List</title>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A MDSD framework for building reliable, maintainable and extendable web applications with PHP">
<meta name="keywords" content="PHP, web application framework, model driven development">
<meta name="author" content="wemove digital solutions">
<link rel="shortcut icon" href="theme/images/favicon.ico">
<script src="jquery.js"></script>
<script src="theme/vendor/popper/popper.min.js"></script>
<script src="theme/vendor/bootstrap/js/bootstrap.min.js"></script>
<link href="theme/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="theme/vendor/fontawesome/css/all.min.css" rel="stylesheet">
<script src="theme/vendor/bootstrap-toc/bootstrap-toc.min.js"></script>
<link href="theme/vendor/bootstrap-toc/bootstrap-toc.min.css" rel="stylesheet">
<script src="theme/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js"></script>
<script src="theme/vendor/highlight/highlight.pack.js"></script>
<link href="theme/vendor/highlight/styles/solarized-dark.css" rel="stylesheet">
<script src="theme/js/application.js"></script>
<script src="dynsections.js"></script>
<link href="theme/css/style.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target="#toc">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<a class="navbar-brand" href="index.html">wCMF 4.1</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="guidesDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="far fa-hand-point-right"></i> Guides <b class="caret"></b>
</a>
<div class="dropdown-menu" aria-labelledby="guidesDropdownMenuLink">
<a class="dropdown-item" href="gettingstarted.html">Getting started</a>
<a class="dropdown-item" href="architecture.html">Architecture</a>
<a class="dropdown-item" href="model.html">Model</a>
<a class="dropdown-item" href="persistence.html">Persistence</a>
<a class="dropdown-item" href="presentation.html">Presentation</a>
<a class="dropdown-item" href="configuration.html">Configuration</a>
<a class="dropdown-item" href="security.html">Security</a>
<a class="dropdown-item" href="i18n_l10n.html">I18n & l10n</a>
<a class="dropdown-item" href="tests.html">Tests</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="versionsDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-tags"></i> Versions <b class="caret"></b>
</a>
<div class="dropdown-menu" aria-labelledby="versionsDropdownMenuLink">
<a class="dropdown-item" href="4.1/index.html">4.1.x</a>
<a class="dropdown-item" href="4.0/index.html">4.0.x</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="apiDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-file-alt"></i> API <b class="caret"></b>
</a>
<div class="dropdown-menu" aria-labelledby="apiDropdownMenuLink">
<a class="dropdown-item" href="annotated.html">Classes</a>
<a class="dropdown-item" href="hierarchy.html">Hierarchy</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="https://github.com/iherwig/wcmf"><i class="fab fa-github"></i> Code</a></li>
<li class="nav-item"><a class="nav-link" href="support.html"><i class="fas fa-life-ring"></i> Support</a></li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input id="search-field" class="form-control mr-sm-2" type="search" placeholder="Search API" disabled>
</form>
</div>
</nav>
<a class="anchor" id="top"></a>
<div class="content" id="content">
<div class="container">
<div class="row mt-4">
<div id="toc-container" class="col-lg-3 d-none d-lg-block d-none">
<nav id="toc" class="sticky-top"></nav>
</div>
<div id="content-container" class="col-md-12 col-lg-12">
<div>
<!-- end header part --><!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
//var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacewcmf.html">wcmf</a></li><li class="navelem"><a class="el" href="namespacewcmf_1_1lib.html">lib</a></li><li class="navelem"><a class="el" href="namespacewcmf_1_1lib_1_1config.html">config</a></li><li class="navelem"><a class="el" href="namespacewcmf_1_1lib_1_1config_1_1impl.html">impl</a></li><li class="navelem"><a class="el" href="classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider.html">ConfigActionKeyProvider</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">ConfigActionKeyProvider Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider.html">ConfigActionKeyProvider</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider.html#a4dfad0a6d659cfa93b4c4041902c80a4">__construct</a>(Configuration $configuration, $configSection)</td><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider.html">ConfigActionKeyProvider</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider.html#a303a70abaf5614e1f9025044c1f78e17">containsKey</a>($actionKey)</td><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider.html">ConfigActionKeyProvider</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider.html#a12251d0c022e9e21c137a105ff683f13">getId</a>()</td><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider.html">ConfigActionKeyProvider</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider.html#a7deb1d109f361a251f9dbf9e8507037e">getKeyValue</a>($actionKey)</td><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1config_1_1impl_1_1_config_action_key_provider.html">ConfigActionKeyProvider</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
</div>
</div>
</div>
</div>
<hr>
<footer>
<div class="container">
<div class="row">
<div class="col-md-9">
<small>© 2020 <a href="http://www.wemove.com" target="_blank">wemove digital solutions</a><br>
Generated on Mon Dec 21 2020 22:40:28 for wCMF by  <a href="http://www.doxygen.org/index.html" target="_blank">doxygen</a> 1.8.17</small>
</div>
</div>
</div>
</footer>
<!-- Matomo -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://piwik.wemove.com/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '7']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><img src="https://piwik.wemove.com/piwik.php?idsite=7&rec=1" style="border:0" alt="" /></noscript>
<!-- End Matomo -->
</body>
</html>
|
stylesheets/icons-temporary.css | vrch/efigence-camp | .icons > [class^="icon-"] {
position: relative;
text-align: left;
font-size: 32px;
}
.icons > [class^="icon-"] > span {
display: none;
padding: 20px 23px 18px 23px;
background: #00101c;
width: auto;
color: #fff;
font-family: 'Roboto', Arial, sans-serif;
font-size: 16px;
}
.icons > [class^="icon-"]:hover > span {
display: block;
position: absolute;
top: -64px;
right: 35px;
white-space: nowrap;
z-index: 5;
}
.arrow-down {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
display: none;
border-top: 10px solid #00101c;
}
.icons > [class^="icon-"]:hover > .arrow-down {
display: block;
position: absolute;
top: -10px;
right: 50px;
} |
blog/blogging.html | agurusa/agurusa.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<title>Aarthi Gurusami</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="../stylesheets/stylesheet.css">
<link rel = "stylesheet" type = "text/css" href = "../stylesheets/stylesheet-mobile.css">
<link rel="stylesheet" type="text/css" href="../stylesheets/blog-template-stylesheet.css">
<link rel="stylesheet" type="text/css" href="../stylesheets/blog-template-mobile.css">
<script type = "text/javascript" src = "../stylesheets/default-with-subfolders.js"></script>
<script type = "text/javascript" src = "../stylesheets/blog-post.js"></script>
</head>
<body>
<nav class = "main_nav">
<ul class="transition">
<li id= "first"><a href="../index.html">home</a>
<li id="second"><a href="../about.html">about</a></li>
<li id="third"><a href="index.html">blog</a></li>
<li id="fourth"><a href="../projects/index.html">projects</a></li>
<li id = "resume"><a href="https://resume.creddle.io/resume/fgzuvelzjsf">resume</a></li>
<li id = "contact"><a href="../contact.html">contact</a></li>
</ul>
</nav>
<header>
<h1>
What's it like to blog?
</h1>
<h2>
04/08/2016.
</h2>
</header>
<main>
<figure>
<img src="imgs/sample-image.png" alt= "">
<br>
<figcaption>
blog.
</figcaption>
</figure>
<p>
I enjoy how much more I learn when I'm blogging for an audience. It helps me understand concepts I was having a lot of trouble with, and I typically find myself wanting to go above and beyond to help them understand new concepts.
</p>
<p>
That being said, it's incredibly cumbersome to go through multiple drafts of the same post, and make sure each line of code is as succinct and "pretty" as it should be for an audience.
</p>
<p>
I learned a lot through this process, both technically and personally. I felt like I developed a fun and interesting blogging style, and had really dig into some creative juices to make these topics interesting. It was a really nice way to combine my new found technical knowledge with my artistic and communication skills!
</p>
<div id = "tabs">
<ul id = "tab">
<li id = "previous"><a href = "">Previous</a></li>
<li id = "next"><a href = "">Next</a></li>
</ul>
</div>
</main>
<footer>
<p>
Aarthi Gurusami
<br>
(607) 738-9214
</p>
</footer>
<nav>
<aside>
<h2>other posts.</h2>
<ul>
<li><a href="git.html">Gits Using Git</a></li>
<li><a href="css-concepts.html">Elements With Benefits</a></li>
<li><a href="arrays-hashes.html">#hashlikeyoumeanit</a></li>
<li><a href="enumerable-methods.html">Paul: Give me my money.</a></li>
<li><a href="ruby-classes.html">I'm drunk.</a></li>
<li><a href="javascript.html">I'm not drunk, but I could be.</a></li>
<li><a href="tech.html">toma[yh]to.</a></li>
</ul>
</aside>
</nav>
</body>
</html> |
templates/calibration/z-calibration.html | nanodlp/ui | {% extends "../base.html" %}
{% block content %}
<div class="row">
<div class="col-sm-6">
<legend translate>Platform Information</legend>
<!--ajax_result-->
<div class="ajax_result">
{% if msg %}
<div class="alert alert-info" role="alert">{{msg}}</div>
{% endif %}
<table width="100%" class="table table-striped table-hover">
<thead>
<tr>
<th translate>Height</th>
<th translate>Millimeter</th>
<th translate>Pulse</th>
</tr>
</thead>
<tbody>
<tr>
<td translate>Zero Level</td>
<td>0</td>
<td>0</td>
</tr>
<tr class="success">
<td translate>Current</td>
<td><b>{{CurrentHeightMm}}</b></td>
<td><b>{{Status.CurrentHeight}}</b></td>
</tr>
<tr>
<td translate>End Level</td>
<td><b>{{ZAxisHeightMm}}</b></td>
<td><b>{{Config.ZAxisHeight}}</b></td>
</tr>
</tbody>
</table>
{% if ZAxisPin %}
<br>
<a href="/z-axis/touch-limit" type="button" class="btn btn-primary" translate>Calibrate Zero Position ⇧</a>
<br>
<br>
<legend translate>Save Z Axis Calibration</legend>
<a href="/z-axis/calibrate" class="btn btn-danger btn-lg ask" data-ask="measure-confirm" role="button" translate>Measure Z-Axis Length ⇧ </a>
<translate class="hide" id="measure-confirm">Are you sure you want to set this height as the bottom?</translate>
<br>
<br>
{% if ZAxisEnable>0 %}
<a href="/z-axis/enable/1" type="button" class="btn btn-success" translate>Enable Motor</a>
<a href="/z-axis/enable/0" type="button" class="btn btn-warning" translate>Disable Motor</a>
{% endif %}
{% endif %}
</div>
<!--ajax_result-->
<br><br>
{{ buttonsView(buttons,"/z-calibration") }}
</div>
<div class="col-sm-6">
<legend translate>Move</legend>
<div class="row calibration">
<div class="col-xs-6 right_link">
<a href="/z-axis/bottom" type="button" class="btn btn-danger btn-sm" translate>Floor ⇩</a>
<a href="/z-axis/move/down/micron/200000" type="button" class="btn btn-warning btn-sm">200mm ⇩</a>
<a href="/z-axis/move/down/micron/100000" type="button" class="btn btn-warning btn-sm">100mm ⇩</a>
<a href="/z-axis/move/down/micron/50000" type="button" class="btn btn-warning btn-sm">50mm ⇩</a>
<a href="/z-axis/move/down/micron/10000" type="button" class="btn btn-warning btn-sm">10mm ⇩</a>
<a href="/z-axis/move/down/micron/1000" type="button" class="btn btn-warning btn-sm">1mm ⇩</a>
<a href="/z-axis/move/down/micron/500" type="button" class="btn btn-warning btn-sm">0.5mm ⇩</a>
<a href="/z-axis/move/down/micron/100" type="button" class="btn btn-warning btn-sm">0.1mm ⇩</a>
<a href="/z-axis/move/down/pulse/100" type="button" class="btn btn-warning btn-sm side_left" translate>100 Pulse ⇩</a>
<a href="/z-axis/move/down/pulse/10" type="button" class="btn btn-warning btn-sm side_left" translate>10 Pulse ⇩</a>
<a href="/z-axis/move/down/pulse/1" type="button" class="btn btn-warning btn-sm side_left" translate>1 Pulse ⇩</a>
</div>
<div class="col-xs-6 left_link">
<a href="/z-axis/top" type="button" class="btn btn-primary btn-sm" translate>Top ⇧</a>
<a href="/z-axis/move/up/micron/200000" type="button" class="btn btn-success btn-sm">200mm ⇧</a>
<a href="/z-axis/move/up/micron/100000" type="button" class="btn btn-success btn-sm">100mm ⇧</a>
<a href="/z-axis/move/up/micron/50000" type="button" class="btn btn-success btn-sm">50mm ⇧</a>
<a href="/z-axis/move/up/micron/10000" type="button" class="btn btn-success btn-sm">10mm ⇧</a>
<a href="/z-axis/move/up/micron/1000" type="button" class="btn btn-success btn-sm">1mm ⇧</a>
<a href="/z-axis/move/up/micron/500" type="button" class="btn btn-success btn-sm">0.5mm ⇧</a>
<a href="/z-axis/move/up/micron/100" type="button" class="btn btn-success btn-sm">0.1mm ⇧</a>
<a href="/z-axis/move/up/pulse/100" type="button" class="btn btn-success btn-sm side_right" translate>100 Pulse ⇧</a>
<a href="/z-axis/move/up/pulse/10" type="button" class="btn btn-success btn-sm side_right" translate>10 Pulse ⇧</a>
<a href="/z-axis/move/up/pulse/1" type="button" class="btn btn-success btn-sm side_right" translate>1 Pulse ⇧</a>
</div>
</div>
{% if ZAxisPin %}
<br>
<legend translate>Move to layer</legend>
<form class="edit-page" method="POST">
<fieldset>
<div class="control-group">
<label class="control-label" for="appendedtext" translate>Plate</label>
<select name="ProfileID" class="form-control" required>
{% for profile in profiles %}
<option value="{{profile.ProfileID}}">{{profile.Title}}</option>
{% endfor %}
</select>
</div>
<br>
<div class="control-group">
<label class="control-label" translate>Layer</label>
<input id="appendedtext" name="LayerID" class="form-control" placeholder="Layer ID" type="text" required>
<br>
<br>
<div class="controls">
<button value="down" class="btn btn-danger" translate>Move to Layer</button>
</div>
</div>
</fieldset>
</form>
{% endif %}
</div>
</div>
{% endblock %}
|
_layouts/page.html | taddison/tjaddison.com | ---
layout: base
---
{% include header.html type="page" %}
<div class="container" role="main">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
{{ content }}
{% if page.comments %}
<div class="disqus-comments">
{% include disqus.html %}
</div>
{% include fb-comment.html %}
<div class="staticman-comments">
{% include staticman-comments.html %}
</div>
{% endif %}
</div>
</div>
</div> |
pages/archive/flot.html | nimotsang/dashboard | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>支付网关管理系统后台beta</title>
<!-- Bootstrap Core CSS -->
<link href="../vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- MetisMenu CSS -->
<link href="../vendor/metisMenu/metisMenu.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../dist/css/sb-admin-2.css" rel="stylesheet">
<!-- Morris Charts CSS -->
<link href="../vendor/morrisjs/morris.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">SB Admin v2.0</a>
</div>
<!-- /.navbar-header -->
<ul class="nav navbar-top-links navbar-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-envelope fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-messages">
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>Read All Messages</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-messages -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-tasks fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-tasks">
<li>
<a href="#">
<div>
<p>
<strong>Task 1</strong>
<span class="pull-right text-muted">40% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 2</strong>
<span class="pull-right text-muted">20% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span class="sr-only">20% Complete</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 3</strong>
<span class="pull-right text-muted">60% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 4</strong>
<span class="pull-right text-muted">80% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete (danger)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Tasks</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-tasks -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-alerts">
<li>
<a href="#">
<div>
<i class="fa fa-comment fa-fw"></i> New Comment
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-twitter fa-fw"></i> 3 New Followers
<span class="pull-right text-muted small">12 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-envelope fa-fw"></i> Message Sent
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-tasks fa-fw"></i> New Task
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-upload fa-fw"></i> Server Rebooted
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Alerts</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-alerts -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a>
</li>
<li><a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a>
</li>
<li class="divider"></li>
<li><a href="login.html"><i class="fa fa-sign-out fa-fw"></i> Logout</a>
</li>
</ul>
<!-- /.dropdown-user -->
</li>
<!-- /.dropdown -->
</ul>
<!-- /.navbar-top-links -->
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<ul class="nav" id="side-menu">
<li class="sidebar-search">
<div class="input-group custom-search-form">
<input type="text" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<i class="fa fa-search"></i>
</button>
</span>
</div>
<!-- /input-group -->
</li>
<li>
<a href="index.html"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a>
</li>
<li>
<a href="#"><i class="fa fa-bar-chart-o fa-fw"></i> Charts<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="flot.html">Flot Charts</a>
</li>
<li>
<a href="morris.html">Morris.js Charts</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="tables.html"><i class="fa fa-table fa-fw"></i> Tables</a>
</li>
<li>
<a href="forms.html"><i class="fa fa-edit fa-fw"></i> Forms</a>
</li>
<li>
<a href="#"><i class="fa fa-wrench fa-fw"></i> UI Elements<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="panels-wells.html">Panels and Wells</a>
</li>
<li>
<a href="buttons.html">Buttons</a>
</li>
<li>
<a href="notifications.html">Notifications</a>
</li>
<li>
<a href="typography.html">Typography</a>
</li>
<li>
<a href="icons.html"> Icons</a>
</li>
<li>
<a href="grid.html">Grid</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"><i class="fa fa-sitemap fa-fw"></i> Multi-Level Dropdown<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="#">Second Level Item</a>
</li>
<li>
<a href="#">Second Level Item</a>
</li>
<li>
<a href="#">Third Level <span class="fa arrow"></span></a>
<ul class="nav nav-third-level">
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
</ul>
<!-- /.nav-third-level -->
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"><i class="fa fa-files-o fa-fw"></i> Sample Pages<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="blank.html">Blank Page</a>
</li>
<li>
<a href="login.html">Login Page</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
</ul>
</div>
<!-- /.sidebar-collapse -->
</div>
<!-- /.navbar-static-side -->
</nav>
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Flot</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-12">
<div class="panel panel-default">
<div class="panel-heading">
Line Chart Example
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="flot-chart">
<div class="flot-chart-content" id="flot-line-chart"></div>
</div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-12 -->
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Pie Chart Example
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="flot-chart">
<div class="flot-chart-content" id="flot-pie-chart"></div>
</div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Multiple Axes Line Chart Example
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="flot-chart">
<div class="flot-chart-content" id="flot-line-chart-multi"></div>
</div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Moving Line Chart Example
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="flot-chart">
<div class="flot-chart-content" id="flot-line-chart-moving"></div>
</div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Bar Chart Example
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div class="flot-chart">
<div class="flot-chart-content" id="flot-bar-chart"></div>
</div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
<div class="col-lg-12">
<div class="panel panel-default">
<div class="panel-heading">
Flot Charts Usage
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<p>Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks, and interactive features. In SB Admin, we are using the most recent version of Flot along with a few plugins to enhance the user experience. The Flot plugins being used are the tooltip plugin for hoverable tooltips, and the resize plugin for fully responsive charts. The documentation for Flot Charts is available on their website, <a target="_blank" href="http://www.flotcharts.org/">http://www.flotcharts.org/</a>.</p>
<a target="_blank" class="btn btn-default btn-lg btn-block" href="http://www.flotcharts.org/">View Flot Charts Documentation</a>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
</div>
<!-- /.row -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="../vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="../vendor/metisMenu/metisMenu.min.js"></script>
<!-- Flot Charts JavaScript -->
<script src="../vendor/flot/excanvas.min.js"></script>
<script src="../vendor/flot/jquery.flot.js"></script>
<script src="../vendor/flot/jquery.flot.pie.js"></script>
<script src="../vendor/flot/jquery.flot.resize.js"></script>
<script src="../vendor/flot/jquery.flot.time.js"></script>
<script src="../vendor/flot-tooltip/jquery.flot.tooltip.min.js"></script>
<script src="../data/flot-data.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../dist/js/sb-admin-2.js"></script>
</body>
</html>
|
src/app/client/context/tasks/taskDialog/taskDialog.component.css | aicirt2012/icm-webclient | .progressbar-top {
margin-top: -24px;
margin-bottom: 24px;
width: 70%;
margin-left: -24px;
position: absolute;
}
.check-icon {
color: #21C9A1;
}
.overdue-text {
color: #ce2424;
font-weight: bold;
}
.alert-icon {
color: #ce2424;
}
.offset-top-mat-icon {
margin-top: 17px;
}
.pointer {
cursor: pointer;
}
.member-initials {
background-color: lightgrey;
height: 24px;
min-width: 25px;
font-size: 12px;
line-height: 24px;
text-align: center;
padding: 2px;
border-radius: 4px;
margin-right: 2px;
}
.text-area {
resize: none;
}
.margin {
margin-right: 5px;
}
|
docs/circles/b_ine.html | henge-tech/henge-tech | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Henge: b_ine</title>
<link rel="stylesheet" href="/vendor/bootstrap-3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<div id="staticBody">
<header>
<h1><img src="/imgs/logo.svg" alt="henge"></h1>
</header>
<h2>#436 b_ine</h2>
<ul id="words">
<li>baseline</li>
<li>beeline</li>
<li>benedictine</li>
<li>benzine</li>
<li>bloodline</li>
<li>borderline</li>
<li>bovine</li>
<li>bowline</li>
<li>brigantine</li>
<li>brine</li>
<li>byline</li>
<li>byzantine</li>
</ul>
</div>
<div id="CircleApp" data-floor="37" data-floor-pos="3"></div>
<script type="text/javascript" src="/CircleApp.bundle.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-631498-5', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
pages/grid-options-data-rows.html | globexdesigns/doby-website | <h2><span class="pref">options.data.</span>rows</h2>
<p>Specifies a custom row definition for this item. This allows you to render multiple rows for a single item.</p>
<p>This is useful when you want to have a data item be represented with multiple rows. This is especially useful when you toggle the visibility of the second row via a button (ie. expand/collapse details).</p>
<h5>Type and Default</h5>
<blockquote>
<p><code class="pill green">(object)</code>: Default <code class="pill">undefined</code>.</p>
</blockquote>
<h5>Example</h5>
<pre><code class="language-javascript">rows: {
0: {
height: 20,
formatter: function () {
return "Secondary Row";
}
}
}</code></pre>
<h5>Demo</h5>
<div id="demo-grid"></div> |
public/archives/2015/09/index.html | HankCoder/BlogBackup | <!doctype html>
<html class="theme-next pisces use-motion">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="google-site-verification" content="hURnC-1VtFyi-v7OYQhy-5eOj-XZW3BAIs6iqzQcQj8" />
<link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css"/>
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700,400italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.5.0" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.0.0" rel="stylesheet" type="text/css" />
<meta name="keywords" content="jovey,Nodejs,react,redux,coffeescript,前端,js,jquery,javascript,html5,开发者,程序猿,极客,编程,代码,开源,IT网站,Developer,Programmer,Coder,html,css,css3,用户体验,Hexo,next..." />
<link rel="alternate" href="/atom.xml" title="HankCoder's Space" type="application/atom+xml" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.0.0" />
<meta name="description" content="Android | Linux | RD | OpenSource ...">
<meta property="og:type" content="website">
<meta property="og:title" content="HankCoder's Space">
<meta property="og:url" content="http://HankCoder.github.io/archives/2015/09/index.html">
<meta property="og:site_name" content="HankCoder's Space">
<meta property="og:description" content="Android | Linux | RD | OpenSource ...">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="HankCoder's Space">
<meta name="twitter:description" content="Android | Linux | RD | OpenSource ...">
<script type="text/javascript" id="hexo.configuration">
var NexT = window.NexT || {};
var CONFIG = {
scheme: 'Pisces',
sidebar: '[object Object]',
fancybox: true,
motion: true
};
</script>
<title> 归档 | HankCoder's Space </title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<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-67800719-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?7a046e8db6a48f2ab46b7812ba612789";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<div class="container one-collumn sidebar-position-left page-archive ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">HankCoder's Space</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">Reading The Fucking Code</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu menu-left">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-home fa-fw"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories" rel="section">
<i class="menu-item-icon fa fa-th fa-fw"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about" rel="section">
<i class="menu-item-icon fa fa-user fa-fw"></i> <br />
关于
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
<i class="menu-item-icon fa fa-archive fa-fw"></i> <br />
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags" rel="section">
<i class="menu-item-icon fa fa-tags fa-fw"></i> <br />
标签
</a>
</li>
<li class="menu-item menu-item-search">
<a href="#" class="st-search-show-outputs">
<i class="menu-item-icon fa fa-search fa-fw"></i> <br />
搜索
</a>
</li>
</ul>
<div class="site-search">
<form class="site-search-form">
<input type="text" id="st-search-input" class="st-search-input st-default-search-input" />
</form>
<script type="text/javascript">
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
})(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');
_st('install', 'Eq6Hisgzq2b_MSGwmySM','2.0.0');
</script>
</div>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
嗯..! 目前共计 16 篇日志。 继续努力。
</span>
<div class="collection-title">
<h2 class="archive-year motion-element" id="archive-year-2015">2015</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2015/09/07/article-1/" itemprop="url">
<span itemprop="name">使用Git管理项目-起步</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2015-09-07T12:06:21+08:00"
content="2015-09-07" >
09-07
</time>
</div>
</header>
</article>
</section>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active ">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/images/default_avatar.jpg"
alt="HankCoder" />
<p class="site-author-name" itemprop="name">HankCoder</p>
<p class="site-description motion-element" itemprop="description">Android | Linux | RD | OpenSource ...</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">16</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories">
<span class="site-state-item-count">6</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags">
<span class="site-state-item-count">12</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="feed-link motion-element">
<a href="/atom.xml" rel="alternate">
<i class="fa fa-rss"></i>
RSS
</a>
</div>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/HankCoder" target="_blank">
<i class="fa fa-github"></i> GitHub
</a>
</span>
<span class="links-of-author-item">
<a href="" target="_blank">
<i class="fa fa-twitter"></i> Twitter
</a>
</span>
<span class="links-of-author-item">
<a href="" target="_blank">
<i class="fa fa-weibo"></i> Weibo
</a>
</span>
<span class="links-of-author-item">
<a href="" target="_blank">
<i class="fa fa-facebook-square"></i> Facebook
</a>
</span>
<span class="links-of-author-item">
<a href="" target="_blank">
<i class="fa fa-heartbeat"></i> JianShu
</a>
</span>
</div>
<div class="cc-license motion-element" itemprop="license">
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0" class="cc-opacity" target="_blank">
<img src="/images/cc-by-nc-sa.svg" alt="Creative Commons" />
</a>
</div>
<div class="links-of-author motion-element">
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
© 2015 -
<span itemprop="copyrightYear">2017</span>
<span class="with-love">
<i class="icon-next-heart fa fa-leaf"></i>
</span>
<span class="author" itemprop="copyrightHolder">HankCoder</span>
</div>
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js">
</script>
</div>
</footer>
<div class="back-to-top"></div>
</div>
<script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/vendors/velocity/velocity.min.js"></script>
<script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js"></script>
<script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.0.0"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.0.0"></script>
<script type="text/javascript" src="/js/src/affix.js?v=5.0.0"></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.0.0"></script>
<script type="text/javascript" id="motion.page.archive">
$('.archive-year').velocity('transition.slideLeftIn');
</script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.0.0"></script>
<script type="text/javascript">
var duoshuoQuery = {short_name:"hankcoder"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.id = 'duoshuo-script';
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<script type="text/javascript">
var duoshuo_user_ID = 13537963;
var duoshuo_admin_nickname = "博主";
</script>
<script src="/vendors/ua-parser-js/dist/ua-parser.min.js"></script>
<script src="/js/src/hook-duoshuo.js"></script>
<script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.1.js"></script>
<script>AV.initialize("KIpFhjbOqk9B6NsU6sEACyJt", "HOFTbHJmJyGsoGKssFSPrPAy");</script>
<script>
function showTime(Counter) {
var query = new AV.Query(Counter);
var entries = [];
var $visitors = $(".leancloud_visitors");
$visitors.each(function () {
entries.push( $(this).attr("id").trim() );
});
query.containedIn('url', entries);
query.find()
.done(function (results) {
var COUNT_CONTAINER_REF = '.leancloud-visitors-count';
if (results.length === 0) {
$visitors.find(COUNT_CONTAINER_REF).text(0);
return;
}
for (var i = 0; i < results.length; i++) {
var item = results[i];
var url = item.get('url');
var time = item.get('time');
var element = document.getElementById(url);
$(element).find(COUNT_CONTAINER_REF).text(time);
}
})
.fail(function (object, error) {
console.log("Error: " + error.code + " " + error.message);
});
}
function addCount(Counter) {
var $visitors = $(".leancloud_visitors");
var url = $visitors.attr('id').trim();
var title = $visitors.attr('data-flag-title').trim();
var query = new AV.Query(Counter);
query.equalTo("url", url);
query.find({
success: function(results) {
if (results.length > 0) {
var counter = results[0];
counter.fetchWhenSave(true);
counter.increment("time");
counter.save(null, {
success: function(counter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(counter.get('time'));
},
error: function(counter, error) {
console.log('Failed to save Visitor num, with error message: ' + error.message);
}
});
} else {
var newcounter = new Counter();
newcounter.set("title", title);
newcounter.set("url", url);
newcounter.set("time", 1);
newcounter.save(null, {
success: function(newcounter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(newcounter.get('time'));
},
error: function(newcounter, error) {
console.log('Failed to create');
}
});
}
},
error: function(error) {
console.log('Error:' + error.code + " " + error.message);
}
});
}
$(function() {
var Counter = AV.Object.extend("Counter");
if ($('.leancloud_visitors').length == 1) {
addCount(Counter);
} else if ($('.post-title-link').length > 1) {
showTime(Counter);
}
});
</script>
<script type="text/javascript" src="http://apps.bdimg.com/libs/jquery-lazyload/1.9.5/jquery.lazyload.js"></script>
<script type="text/javascript">
$(function () {
$("#posts").find('img').lazyload({
placeholder: "/images/loading.gif",
effect: "fadeIn"
});
});
</script>
</body>
</html>
|
notes.html | TheKingSparta/MathNotes | <!DOCTYPE html>
<html>
<head>
<title>MathNotes</title>
<link rel="stylesheet" href="css/main.css"/>
<link rel="shortcut icon" href="img/pi.png"/>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=AM_CHTML">
</script>
</head>
<body>
<ul id="navbar"><li><a href="index.html"><button>Home</button></a></li><li><a href="notes.html"><button>Notes</button></a></li><li><a href="about.html"><button>About</button></a></li><li><a href="contact.html"><button>Contact</button></a></li>
</ul>
<p class = "entry">[5/10/17] Book Notes: 5.2 Proving Trig Identities</p>
<p>Prove: `(x^2-1) / (x-1) - (x^2-1)/(x+1) = 2`</p><br>
<p>`((x-1)(x+1))/(x-1) - ((x+1)(x-1))/((x+1)) =`</p><br>
<p>`(x+1) - (x-1) =`</p><br>
<p>`x+1 - x + 1 =`</p><br>
<p>`2`</p><br>
<hr>
<p>Prove: `tanTheta + cotTheta = secThetacscTheta`</p><br>
<p>`tanTheta + 1 / tanTheta =`</p><br>
<p>`sinTheta / cosTheta + cosTheta / sinTheta =`</p><br>
<p>`(sin^2Theta + cos^2Theta) /(sinThetacosTheta) =`</p><br>
<p>`1 / (sinThetacosTheta) =`</p><br>
<p>`secThetacscTheta`</p><br>
<hr>
<p>Prove: `cosTheta/(1-sinTheta) = (1 + sinTheta)/cosTheta`</p><br>
<p>`((1+sinTheta)(cosTheta))/((1+sinTheta)(1-sinTheta)) =`</p><br>
<p>`((1+sinTheta)(cosTheta))/(1-sin^2Theta) =`</p><br>
<p>`(1+sinTheta)/cosTheta`</p><br>
</body>
</html>
|
javadoc/4.2/org/robolectric/shadows/package-summary.html | robolectric/robolectric.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.robolectric.shadows</title>
<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.robolectric.shadows";
}
}
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-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"><ul class="navList" style="font-size: 1.5em;"><li>Robolectric 4.2 | <a href="/" target="_top"><img src="http://robolectric.org/images/logo-with-bubbles-down.png" style="max-height: 18pt; vertical-align: sub;"/></a></li></ul></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/robolectric/shadow/api/package-summary.html">Prev Package</a></li>
<li><a href="../../../org/robolectric/shadows/gms/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/robolectric/shadows/package-summary.html" target="_top">Frames</a></li>
<li><a href="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">
<h1 title="Package" class="title">Package org.robolectric.shadows</h1>
<div class="docSummary">
<div class="block">Package containing shadow classes for the Android SDK.</div>
</div>
<p>See: <a href="#package.description">Description</a></p>
</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/robolectric/shadows/_Activity_.html" title="interface in org.robolectric.shadows">_Activity_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <a href="https://developer.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app"><code>Activity</code></a>’s internals.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/Provider.html" title="interface in org.robolectric.shadows">Provider</a><T></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAccessibilityNodeInfo.OnPerformActionListener.html" title="interface in org.robolectric.shadows">ShadowAccessibilityNodeInfo.OnPerformActionListener</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowActivityThread._ActivityThread_.html" title="interface in org.robolectric.shadows">ShadowActivityThread._ActivityThread_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <a href="https://developer.android.com/reference/android/app/ActivityThread.html?is-external=true" title="class or interface in android.app"><code>ActivityThread</code></a>’s internals.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowActivityThread._AppBindData_.html" title="interface in org.robolectric.shadows">ShadowActivityThread._AppBindData_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <code>ActivityThread.AppBindData</code>’s internals.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContextImpl._ContextImpl_.html" title="interface in org.robolectric.shadows">ShadowContextImpl._ContextImpl_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <a href="https://developer.android.com/reference/android/app/ContextImpl.html?is-external=true" title="class or interface in android.app"><code>ContextImpl</code></a>’s internals.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowInputMethodManager.SoftInputVisibilityChangeHandler.html" title="interface in org.robolectric.shadows">ShadowInputMethodManager.SoftInputVisibilityChangeHandler</a></td>
<td class="colLast">
<div class="block">Handler for receiving soft input visibility changed event.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowInstrumentation._Instrumentation_.html" title="interface in org.robolectric.shadows">ShadowInstrumentation._Instrumentation_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <a href="https://developer.android.com/reference/android/app/Instrumentation.html?is-external=true" title="class or interface in android.app"><code>Instrumentation</code></a>’s internals.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLoadedApk._LoadedApk_.html" title="interface in org.robolectric.shadows">ShadowLoadedApk._LoadedApk_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <a href="https://developer.android.com/reference/android/app/LoadedApk.html?is-external=true" title="class or interface in android.app"><code>LoadedApk</code></a>’s internals.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaPlayer.CreateListener.html" title="interface in org.robolectric.shadows">ShadowMediaPlayer.CreateListener</a></td>
<td class="colLast">
<div class="block">Callback interface for clients that wish to be informed when a new <a href="https://developer.android.com/reference/android/media/MediaPlayer.html?is-external=true" title="class or interface in android.media"><code>MediaPlayer</code></a> instance is constructed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaPlayer.MediaEvent.html" title="interface in org.robolectric.shadows">ShadowMediaPlayer.MediaEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPackageParser._Package_.html" title="interface in org.robolectric.shadows">ShadowPackageParser._Package_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <a href="https://developer.android.com/reference/android/content/pm/PackageParser.Package.html?is-external=true" title="class or interface in android.content.pm"><code>PackageParser.Package</code></a>’s internals.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSystemServiceRegistry._ServiceFetcherM_.html" title="interface in org.robolectric.shadows">ShadowSystemServiceRegistry._ServiceFetcherM_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <code>android.app.SystemServiceRegistry.StaticOuterContextServiceFetcher</code>’s internals (for M).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSystemServiceRegistry._ServiceFetcherN_.html" title="interface in org.robolectric.shadows">ShadowSystemServiceRegistry._ServiceFetcherN_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <a href="https://developer.android.com/reference/android/app/SystemServiceRegistry.StaticApplicationContextServiceFetcher.html?is-external=true" title="class or interface in android.app"><code>SystemServiceRegistry.StaticApplicationContextServiceFetcher</code></a>’s internals (for N+).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSystemServiceRegistry._StaticServiceFetcher_.html" title="interface in org.robolectric.shadows">ShadowSystemServiceRegistry._StaticServiceFetcher_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <a href="https://developer.android.com/reference/android/app/SystemServiceRegistry.StaticServiceFetcher.html?is-external=true" title="class or interface in android.app"><code>SystemServiceRegistry.StaticServiceFetcher</code></a>’s internals.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowUsbManager._UsbManager_.html" title="interface in org.robolectric.shadows">ShadowUsbManager._UsbManager_</a></td>
<td class="colLast">
<div class="block">Accessor interface for <a href="https://developer.android.com/reference/android/hardware/usb/UsbManager.html?is-external=true" title="class or interface in android.hardware.usb"><code>UsbManager</code></a>’s internals.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/CachedPathIteratorFactory.html" title="class in org.robolectric.shadows">CachedPathIteratorFactory</a></td>
<td class="colLast">
<div class="block">Class that returns iterators for a given path.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ClassNameResolver.html" title="class in org.robolectric.shadows">ClassNameResolver</a><T></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/Converter.html" title="class in org.robolectric.shadows">Converter</a><T></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/Converter.FromArray.html" title="class in org.robolectric.shadows">Converter.FromArray</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/Converter.FromAttrData.html" title="class in org.robolectric.shadows">Converter.FromAttrData</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/Converter.FromCharSequence.html" title="class in org.robolectric.shadows">Converter.FromCharSequence</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/Converter.FromColor.html" title="class in org.robolectric.shadows">Converter.FromColor</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/Converter.FromFilePath.html" title="class in org.robolectric.shadows">Converter.FromFilePath</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/Converter2.html" title="class in org.robolectric.shadows">Converter2</a><T></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/Converter2.FromCharSequence.html" title="class in org.robolectric.shadows">Converter2.FromCharSequence</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/Converter2.FromColor.html" title="class in org.robolectric.shadows">Converter2.FromColor</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ImageUtil.html" title="class in org.robolectric.shadows">ImageUtil</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/LegacyManifestParser.html" title="class in org.robolectric.shadows">LegacyManifestParser</a></td>
<td class="colLast">
<div class="block">Creates a <a href="https://developer.android.com/reference/android/content/pm/PackageInfo.html?is-external=true" title="class or interface in android.content.pm"><code>PackageInfo</code></a> from a <a href="../../../org/robolectric/manifest/AndroidManifest.html" title="class in org.robolectric.manifest"><code>AndroidManifest</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/NativeAndroidInput.html" title="class in org.robolectric.shadows">NativeAndroidInput</a></td>
<td class="colLast">
<div class="block">Java representation of framework native system headers Transliterated from oreo-mr1 (SDK 27) frameworks/native/include/android/Input.h</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/NativeBitSet64.html" title="class in org.robolectric.shadows">NativeBitSet64</a></td>
<td class="colLast">
<div class="block">Transliteration of native BitSet64.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/NativeInput.html" title="class in org.robolectric.shadows">NativeInput</a></td>
<td class="colLast">
<div class="block">Java representation of framework native input Transliterated from oreo-mr1 (SDK 27) frameworks/native/include/input/Input.h and libs/input/Input.cpp</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ResourceHelper.html" title="class in org.robolectric.shadows">ResourceHelper</a></td>
<td class="colLast">
<div class="block">Helper class to provide various conversion method used in handling android resources.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ResourceHelper2.html" title="class in org.robolectric.shadows">ResourceHelper2</a></td>
<td class="colLast">
<div class="block">Helper class to provide various conversion method used in handling android resources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ResourceModeShadowPicker.html" title="class in org.robolectric.shadows">ResourceModeShadowPicker</a><T></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/RoundRectangle.html" title="class in org.robolectric.shadows">RoundRectangle</a></td>
<td class="colLast">
<div class="block">Defines a rectangle with rounded corners, where the sizes of the corners are potentially different.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAbsListView.html" title="class in org.robolectric.shadows">ShadowAbsListView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAbsSeekBar.html" title="class in org.robolectric.shadows">ShadowAbsSeekBar</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAbsSpinner.html" title="class in org.robolectric.shadows">ShadowAbsSpinner</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAbstractCursor.html" title="class in org.robolectric.shadows">ShadowAbstractCursor</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAccessibilityButtonController.html" title="class in org.robolectric.shadows">ShadowAccessibilityButtonController</a></td>
<td class="colLast">
<div class="block">Shadow for <a href="https://developer.android.com/reference/android/accessibilityservice/AccessibilityButtonController.html?is-external=true" title="class or interface in android.accessibilityservice"><code>AccessibilityButtonController</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAccessibilityManager.html" title="class in org.robolectric.shadows">ShadowAccessibilityManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAccessibilityNodeInfo.html" title="class in org.robolectric.shadows">ShadowAccessibilityNodeInfo</a></td>
<td class="colLast">
<div class="block">Properties of <a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityNodeInfo.html?is-external=true" title="class or interface in android.view.accessibility"><code>AccessibilityNodeInfo</code></a> that are normally locked may be changed using test APIs.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAccessibilityNodeInfo.ShadowAccessibilityAction.html" title="class in org.robolectric.shadows">ShadowAccessibilityNodeInfo.ShadowAccessibilityAction</a></td>
<td class="colLast">
<div class="block">Shadow of AccessibilityAction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAccessibilityRecord.html" title="class in org.robolectric.shadows">ShadowAccessibilityRecord</a></td>
<td class="colLast">
<div class="block">Shadow of <a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityRecord.html?is-external=true" title="class or interface in android.view.accessibility"><code>AccessibilityRecord</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAccessibilityService.html" title="class in org.robolectric.shadows">ShadowAccessibilityService</a></td>
<td class="colLast">
<div class="block">Shadow of AccessibilityService that saves global actions to a list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAccessibilityWindowInfo.html" title="class in org.robolectric.shadows">ShadowAccessibilityWindowInfo</a></td>
<td class="colLast">
<div class="block">Shadow of <a href="https://developer.android.com/reference/android/view/accessibility/AccessibilityWindowInfo.html?is-external=true" title="class or interface in android.view.accessibility"><code>AccessibilityWindowInfo</code></a> that allows a test to set properties that are locked in the original class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAccountManager.html" title="class in org.robolectric.shadows">ShadowAccountManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowActivity.html" title="class in org.robolectric.shadows">ShadowActivity</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowActivity.IntentForResult.html" title="class in org.robolectric.shadows">ShadowActivity.IntentForResult</a></td>
<td class="colLast">
<div class="block">Container object to hold an Intent, together with the requestCode used in a call to <code>Activity.startActivityForResult(Intent, int)</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowActivity.PermissionsRequest.html" title="class in org.robolectric.shadows">ShadowActivity.PermissionsRequest</a></td>
<td class="colLast">
<div class="block">Class to hold a permissions request, including its request code.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowActivityGroup.html" title="class in org.robolectric.shadows">ShadowActivityGroup</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowActivityManager.html" title="class in org.robolectric.shadows">ShadowActivityManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowActivityManagerNative.html" title="class in org.robolectric.shadows">ShadowActivityManagerNative</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowActivityThread.html" title="class in org.robolectric.shadows">ShadowActivityThread</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAdapterView.html" title="class in org.robolectric.shadows">ShadowAdapterView</a><T extends <a href="https://developer.android.com/reference/android/widget/Adapter.html?is-external=true" title="class or interface in android.widget">Adapter</a>></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAlarmManager.html" title="class in org.robolectric.shadows">ShadowAlarmManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAlarmManager.ScheduledAlarm.html" title="class in org.robolectric.shadows">ShadowAlarmManager.ScheduledAlarm</a></td>
<td class="colLast">
<div class="block">Container object to hold a PendingIntent and parameters describing when to send it.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAlertController.html" title="class in org.robolectric.shadows">ShadowAlertController</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAlertDialog.html" title="class in org.robolectric.shadows">ShadowAlertDialog</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAlertDialog.ShadowBuilder.html" title="class in org.robolectric.shadows">ShadowAlertDialog.ShadowBuilder</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAndroidBidi.html" title="class in org.robolectric.shadows">ShadowAndroidBidi</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAndroidHttpClient.html" title="class in org.robolectric.shadows">ShadowAndroidHttpClient</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAnimationBridge.html" title="class in org.robolectric.shadows">ShadowAnimationBridge</a></td>
<td class="colLast">
<div class="block">Bridge between shadows and <a href="https://developer.android.com/reference/android/view/animation/Animation.html?is-external=true" title="class or interface in android.view.animation"><code>Animation</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAnimationUtils.html" title="class in org.robolectric.shadows">ShadowAnimationUtils</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowApkAssets.html" title="class in org.robolectric.shadows">ShadowApkAssets</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowApkAssets.Picker.html" title="class in org.robolectric.shadows">ShadowApkAssets.Picker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowApplication.html" title="class in org.robolectric.shadows">ShadowApplication</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowApplication.Wrapper.html" title="class in org.robolectric.shadows">ShadowApplication.Wrapper</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowApplicationPackageManager.html" title="class in org.robolectric.shadows">ShadowApplicationPackageManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAppOpsManager.html" title="class in org.robolectric.shadows">ShadowAppOpsManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAppOpsManager.ModeAndException.html" title="class in org.robolectric.shadows">ShadowAppOpsManager.ModeAndException</a></td>
<td class="colLast">
<div class="block">Class holding usage mode and excpetion packages.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAppTask.html" title="class in org.robolectric.shadows">ShadowAppTask</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAppWidgetHost.html" title="class in org.robolectric.shadows">ShadowAppWidgetHost</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAppWidgetHostView.html" title="class in org.robolectric.shadows">ShadowAppWidgetHostView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAppWidgetManager.html" title="class in org.robolectric.shadows">ShadowAppWidgetManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowArrayAdapter.html" title="class in org.robolectric.shadows">ShadowArrayAdapter</a><T></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowArscApkAssets9.html" title="class in org.robolectric.shadows">ShadowArscApkAssets9</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowArscAssetInputStream.html" title="class in org.robolectric.shadows">ShadowArscAssetInputStream</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowArscAssetManager.html" title="class in org.robolectric.shadows">ShadowArscAssetManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowArscAssetManager9.html" title="class in org.robolectric.shadows">ShadowArscAssetManager9</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowArscResourcesImpl.html" title="class in org.robolectric.shadows">ShadowArscResourcesImpl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAssetInputStream.html" title="class in org.robolectric.shadows">ShadowAssetInputStream</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAssetInputStream.Picker.html" title="class in org.robolectric.shadows">ShadowAssetInputStream.Picker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAssetManager.html" title="class in org.robolectric.shadows">ShadowAssetManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAssetManager.ArscBase.html" title="class in org.robolectric.shadows">ShadowAssetManager.ArscBase</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAssetManager.Picker.html" title="class in org.robolectric.shadows">ShadowAssetManager.Picker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAsyncQueryHandler.html" title="class in org.robolectric.shadows">ShadowAsyncQueryHandler</a></td>
<td class="colLast">
<div class="block">Shadow of <a href="https://developer.android.com/reference/android/content/AsyncQueryHandler.html?is-external=true" title="class or interface in android.content"><code>AsyncQueryHandler</code></a>, which calls methods synchronously.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAsyncTask.html" title="class in org.robolectric.shadows">ShadowAsyncTask</a><Params,Progress,Result></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAsyncTaskBridge.html" title="class in org.robolectric.shadows">ShadowAsyncTaskBridge</a><Params,Progress,Result></td>
<td class="colLast">
<div class="block">Bridge between shadows and <a href="https://developer.android.com/reference/android/os/AsyncTask.html?is-external=true" title="class or interface in android.os"><code>AsyncTask</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAsyncTaskLoader.html" title="class in org.robolectric.shadows">ShadowAsyncTaskLoader</a><D></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAudioEffect.html" title="class in org.robolectric.shadows">ShadowAudioEffect</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAudioManager.html" title="class in org.robolectric.shadows">ShadowAudioManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAudioManager.AudioFocusRequest.html" title="class in org.robolectric.shadows">ShadowAudioManager.AudioFocusRequest</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowAutofillManager.html" title="class in org.robolectric.shadows">ShadowAutofillManager</a></td>
<td class="colLast">
<div class="block">Robolectric implementation of <a href="https://developer.android.com/reference/android/os/AutofillManager.html?is-external=true" title="class or interface in android.os"><code>AutofillManager</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBackgroundThread.html" title="class in org.robolectric.shadows">ShadowBackgroundThread</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBackupManager.html" title="class in org.robolectric.shadows">ShadowBackupManager</a></td>
<td class="colLast">
<div class="block">A stub implementation of <a href="https://developer.android.com/reference/android/app/backup/BackupManager.html?is-external=true" title="class or interface in android.app.backup"><code>BackupManager</code></a> that instead of connecting to a real backup transport and performing restores, stores which packages are restored from which backup set, and can be verified using methods on the shadow like <a href="../../../org/robolectric/shadows/ShadowBackupManager.html#getPackageRestoreToken-java.lang.String-"><code>ShadowBackupManager.getPackageRestoreToken(String)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBaseAdapter.html" title="class in org.robolectric.shadows">ShadowBaseAdapter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBatteryManager.html" title="class in org.robolectric.shadows">ShadowBatteryManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBinder.html" title="class in org.robolectric.shadows">ShadowBinder</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBinderBridge.html" title="class in org.robolectric.shadows">ShadowBinderBridge</a></td>
<td class="colLast">
<div class="block">Bridge between shadow and <a href="https://developer.android.com/reference/android/os/Binder.html?is-external=true" title="class or interface in android.os"><code>Binder</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBitmap.html" title="class in org.robolectric.shadows">ShadowBitmap</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBitmapDrawable.html" title="class in org.robolectric.shadows">ShadowBitmapDrawable</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBitmapFactory.html" title="class in org.robolectric.shadows">ShadowBitmapFactory</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBitmapRegionDecoder.html" title="class in org.robolectric.shadows">ShadowBitmapRegionDecoder</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBitmapShader.html" title="class in org.robolectric.shadows">ShadowBitmapShader</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBlockGuardOs.html" title="class in org.robolectric.shadows">ShadowBlockGuardOs</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBluetoothAdapter.html" title="class in org.robolectric.shadows">ShadowBluetoothAdapter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBluetoothDevice.html" title="class in org.robolectric.shadows">ShadowBluetoothDevice</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBluetoothGatt.html" title="class in org.robolectric.shadows">ShadowBluetoothGatt</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBluetoothHeadset.html" title="class in org.robolectric.shadows">ShadowBluetoothHeadset</a></td>
<td class="colLast">
<div class="block">Shadow for <a href="https://developer.android.com/reference/android/bluetooth/BluetoothHeadset.html?is-external=true" title="class or interface in android.bluetooth"><code>BluetoothHeadset</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBluetoothManager.html" title="class in org.robolectric.shadows">ShadowBluetoothManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBluetoothServerSocket.html" title="class in org.robolectric.shadows">ShadowBluetoothServerSocket</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBluetoothSocket.html" title="class in org.robolectric.shadows">ShadowBluetoothSocket</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBroadcastPendingResult.html" title="class in org.robolectric.shadows">ShadowBroadcastPendingResult</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBroadcastReceiver.html" title="class in org.robolectric.shadows">ShadowBroadcastReceiver</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowBuild.html" title="class in org.robolectric.shadows">ShadowBuild</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCamera.html" title="class in org.robolectric.shadows">ShadowCamera</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCamera.ShadowParameters.html" title="class in org.robolectric.shadows">ShadowCamera.ShadowParameters</a></td>
<td class="colLast">
<div class="block">Shadows the Android <code>Camera.Parameters</code> class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCamera.ShadowSize.html" title="class in org.robolectric.shadows">ShadowCamera.ShadowSize</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCameraCharacteristics.html" title="class in org.robolectric.shadows">ShadowCameraCharacteristics</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCameraManager.html" title="class in org.robolectric.shadows">ShadowCameraManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCanvas.html" title="class in org.robolectric.shadows">ShadowCanvas</a></td>
<td class="colLast">
<div class="block">Broken.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCanvas.ArcPaintHistoryEvent.html" title="class in org.robolectric.shadows">ShadowCanvas.ArcPaintHistoryEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCanvas.CirclePaintHistoryEvent.html" title="class in org.robolectric.shadows">ShadowCanvas.CirclePaintHistoryEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCanvas.LinePaintHistoryEvent.html" title="class in org.robolectric.shadows">ShadowCanvas.LinePaintHistoryEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCanvas.OvalPaintHistoryEvent.html" title="class in org.robolectric.shadows">ShadowCanvas.OvalPaintHistoryEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCanvas.RectPaintHistoryEvent.html" title="class in org.robolectric.shadows">ShadowCanvas.RectPaintHistoryEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCanvas.TextHistoryEvent.html" title="class in org.robolectric.shadows">ShadowCanvas.TextHistoryEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCaptioningManager.html" title="class in org.robolectric.shadows">ShadowCaptioningManager</a></td>
<td class="colLast">
<div class="block">Shadow of <a href="https://developer.android.com/reference/android/view/accessibility/CaptioningManager.html?is-external=true" title="class or interface in android.view.accessibility"><code>CaptioningManager</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCarrierConfigManager.html" title="class in org.robolectric.shadows">ShadowCarrierConfigManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowChoreographer.html" title="class in org.robolectric.shadows">ShadowChoreographer</a></td>
<td class="colLast">
<div class="block">Robolectric maintains its own concept of the current time from the Choreographer’s point of view, aimed at making animations work correctly.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowClipboardManager.html" title="class in org.robolectric.shadows">ShadowClipboardManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowColor.html" title="class in org.robolectric.shadows">ShadowColor</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowColorMatrixColorFilter.html" title="class in org.robolectric.shadows">ShadowColorMatrixColorFilter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCompoundButton.html" title="class in org.robolectric.shadows">ShadowCompoundButton</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowConnectivityManager.html" title="class in org.robolectric.shadows">ShadowConnectivityManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentObserver.html" title="class in org.robolectric.shadows">ShadowContentObserver</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentProvider.html" title="class in org.robolectric.shadows">ShadowContentProvider</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentProviderClient.html" title="class in org.robolectric.shadows">ShadowContentProviderClient</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentProviderOperation.html" title="class in org.robolectric.shadows">ShadowContentProviderOperation</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentProviderResult.html" title="class in org.robolectric.shadows">ShadowContentProviderResult</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentResolver.html" title="class in org.robolectric.shadows">ShadowContentResolver</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentResolver.DeleteStatement.html" title="class in org.robolectric.shadows">ShadowContentResolver.DeleteStatement</a></td>
<td class="colLast">
<div class="block">A statement used to delete content in a <a href="https://developer.android.com/reference/android/content/ContentProvider.html?is-external=true" title="class or interface in android.content"><code>ContentProvider</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentResolver.InsertStatement.html" title="class in org.robolectric.shadows">ShadowContentResolver.InsertStatement</a></td>
<td class="colLast">
<div class="block">A statement used to insert content into a <a href="https://developer.android.com/reference/android/content/ContentProvider.html?is-external=true" title="class or interface in android.content"><code>ContentProvider</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentResolver.NotifiedUri.html" title="class in org.robolectric.shadows">ShadowContentResolver.NotifiedUri</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentResolver.Statement.html" title="class in org.robolectric.shadows">ShadowContentResolver.Statement</a></td>
<td class="colLast">
<div class="block">A statement used to modify content in a <a href="https://developer.android.com/reference/android/content/ContentProvider.html?is-external=true" title="class or interface in android.content"><code>ContentProvider</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentResolver.Status.html" title="class in org.robolectric.shadows">ShadowContentResolver.Status</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentResolver.UpdateStatement.html" title="class in org.robolectric.shadows">ShadowContentResolver.UpdateStatement</a></td>
<td class="colLast">
<div class="block">A statement used to update content in a <a href="https://developer.android.com/reference/android/content/ContentProvider.html?is-external=true" title="class or interface in android.content"><code>ContentProvider</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContentUris.html" title="class in org.robolectric.shadows">ShadowContentUris</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContextImpl.html" title="class in org.robolectric.shadows">ShadowContextImpl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContextThemeWrapper.html" title="class in org.robolectric.shadows">ShadowContextThemeWrapper</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowContextWrapper.html" title="class in org.robolectric.shadows">ShadowContextWrapper</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCookieManager.html" title="class in org.robolectric.shadows">ShadowCookieManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCookieSyncManager.html" title="class in org.robolectric.shadows">ShadowCookieSyncManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCornerPathEffect.html" title="class in org.robolectric.shadows">ShadowCornerPathEffect</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCountDownTimer.html" title="class in org.robolectric.shadows">ShadowCountDownTimer</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCrossProfileApps.html" title="class in org.robolectric.shadows">ShadowCrossProfileApps</a></td>
<td class="colLast">
<div class="block">Robolectric implementation of <a href="https://developer.android.com/reference/android/content/pm/CrossProfileApps.html?is-external=true" title="class or interface in android.content.pm"><code>CrossProfileApps</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCrossProfileApps.StartedMainActivity.html" title="class in org.robolectric.shadows">ShadowCrossProfileApps.StartedMainActivity</a></td>
<td class="colLast">
<div class="block">Container object to hold parameters passed to <a href="../../../org/robolectric/shadows/ShadowCrossProfileApps.html#startMainActivity-android.content.ComponentName-android.os.UserHandle-"><code>ShadowCrossProfileApps.startMainActivity(ComponentName,
UserHandle)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCursorWindow.html" title="class in org.robolectric.shadows">ShadowCursorWindow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowCursorWrapper.html" title="class in org.robolectric.shadows">ShadowCursorWrapper</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDashPathEffect.html" title="class in org.robolectric.shadows">ShadowDashPathEffect</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDateFormat.html" title="class in org.robolectric.shadows">ShadowDateFormat</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDateIntervalFormat.html" title="class in org.robolectric.shadows">ShadowDateIntervalFormat</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDatePickerDialog.html" title="class in org.robolectric.shadows">ShadowDatePickerDialog</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDebug.html" title="class in org.robolectric.shadows">ShadowDebug</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDevicePolicyManager.html" title="class in org.robolectric.shadows">ShadowDevicePolicyManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDialog.html" title="class in org.robolectric.shadows">ShadowDialog</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDiscoverySession.html" title="class in org.robolectric.shadows">ShadowDiscoverySession</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDisplay.html" title="class in org.robolectric.shadows">ShadowDisplay</a></td>
<td class="colLast">
<div class="block">It is possible to override some display properties using setters on <a href="../../../org/robolectric/shadows/ShadowDisplay.html" title="class in org.robolectric.shadows"><code>ShadowDisplay</code></a>; however, this behavior is deprecated as of Robolectric 3.6 and will be removed in 3.7.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDisplayListCanvas.html" title="class in org.robolectric.shadows">ShadowDisplayListCanvas</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDisplayManager.html" title="class in org.robolectric.shadows">ShadowDisplayManager</a></td>
<td class="colLast">
<div class="block">For tests, display properties may be changed and devices may be added or removed programmatically.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDisplayManagerGlobal.html" title="class in org.robolectric.shadows">ShadowDisplayManagerGlobal</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDownloadManager.html" title="class in org.robolectric.shadows">ShadowDownloadManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDownloadManager.ShadowQuery.html" title="class in org.robolectric.shadows">ShadowDownloadManager.ShadowQuery</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDownloadManager.ShadowRequest.html" title="class in org.robolectric.shadows">ShadowDownloadManager.ShadowRequest</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDrawable.html" title="class in org.robolectric.shadows">ShadowDrawable</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowDropBoxManager.html" title="class in org.robolectric.shadows">ShadowDropBoxManager</a></td>
<td class="colLast">
<div class="block">Fake dropbox manager that starts with no entries.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowEdgeEffect.html" title="class in org.robolectric.shadows">ShadowEdgeEffect</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowEnvironment.html" title="class in org.robolectric.shadows">ShadowEnvironment</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowEnvironment.ShadowUserEnvironment.html" title="class in org.robolectric.shadows">ShadowEnvironment.ShadowUserEnvironment</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowEuiccManager.html" title="class in org.robolectric.shadows">ShadowEuiccManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowEventLog.html" title="class in org.robolectric.shadows">ShadowEventLog</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowEventLog.EventBuilder.html" title="class in org.robolectric.shadows">ShadowEventLog.EventBuilder</a></td>
<td class="colLast">
<div class="block">Class to build <code>EventLog.Event</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowEventLog.ShadowEvent.html" title="class in org.robolectric.shadows">ShadowEventLog.ShadowEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowExifInterface.html" title="class in org.robolectric.shadows">ShadowExifInterface</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowExpandableListView.html" title="class in org.robolectric.shadows">ShadowExpandableListView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowFileUtils.html" title="class in org.robolectric.shadows">ShadowFileUtils</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowFilter.html" title="class in org.robolectric.shadows">ShadowFilter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowFingerprintManager.html" title="class in org.robolectric.shadows">ShadowFingerprintManager</a></td>
<td class="colLast">
<div class="block">Provides testing APIs for <a href="https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager.html?is-external=true" title="class or interface in android.hardware.fingerprint"><code>FingerprintManager</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowFloatMath.html" title="class in org.robolectric.shadows">ShadowFloatMath</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowFontFamily.html" title="class in org.robolectric.shadows">ShadowFontFamily</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowFontsContract.html" title="class in org.robolectric.shadows">ShadowFontsContract</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowGeocoder.html" title="class in org.robolectric.shadows">ShadowGeocoder</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowGestureDetector.html" title="class in org.robolectric.shadows">ShadowGestureDetector</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowGLES20.html" title="class in org.robolectric.shadows">ShadowGLES20</a></td>
<td class="colLast">
<div class="block">Fake implementation of <a href="https://developer.android.com/reference/android/opengl/GLES20.html?is-external=true" title="class or interface in android.opengl"><code>GLES20</code></a></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowGLSurfaceView.html" title="class in org.robolectric.shadows">ShadowGLSurfaceView</a></td>
<td class="colLast">
<div class="block">Fake implementation of GLSurfaceView</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowGradientDrawable.html" title="class in org.robolectric.shadows">ShadowGradientDrawable</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowHandler.html" title="class in org.robolectric.shadows">ShadowHandler</a></td>
<td class="colLast">Deprecated</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowHttpResponseCache.html" title="class in org.robolectric.shadows">ShadowHttpResponseCache</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowIAppOpsService.html" title="class in org.robolectric.shadows">ShadowIAppOpsService</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowIAppOpsService.ShadowStub.html" title="class in org.robolectric.shadows">ShadowIAppOpsService.ShadowStub</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowIcon.html" title="class in org.robolectric.shadows">ShadowIcon</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowICU.html" title="class in org.robolectric.shadows">ShadowICU</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowImageDecoder.html" title="class in org.robolectric.shadows">ShadowImageDecoder</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowInputDevice.html" title="class in org.robolectric.shadows">ShadowInputDevice</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowInputEvent.html" title="class in org.robolectric.shadows">ShadowInputEvent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowInputEventReceiver.html" title="class in org.robolectric.shadows">ShadowInputEventReceiver</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowInputManager.html" title="class in org.robolectric.shadows">ShadowInputManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowInputMethodManager.html" title="class in org.robolectric.shadows">ShadowInputMethodManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowInstrumentation.html" title="class in org.robolectric.shadows">ShadowInstrumentation</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowIntent.html" title="class in org.robolectric.shadows">ShadowIntent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowIntentService.html" title="class in org.robolectric.shadows">ShadowIntentService</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowIoUtils.html" title="class in org.robolectric.shadows">ShadowIoUtils</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowJobScheduler.html" title="class in org.robolectric.shadows">ShadowJobScheduler</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowJobScheduler.ShadowJobSchedulerImpl.html" title="class in org.robolectric.shadows">ShadowJobScheduler.ShadowJobSchedulerImpl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowJobService.html" title="class in org.robolectric.shadows">ShadowJobService</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowJsPromptResult.html" title="class in org.robolectric.shadows">ShadowJsPromptResult</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowJsResult.html" title="class in org.robolectric.shadows">ShadowJsResult</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowKeyCharacterMap.html" title="class in org.robolectric.shadows">ShadowKeyCharacterMap</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowKeyguardManager.html" title="class in org.robolectric.shadows">ShadowKeyguardManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowKeyguardManager.ShadowKeyguardLock.html" title="class in org.robolectric.shadows">ShadowKeyguardManager.ShadowKeyguardLock</a></td>
<td class="colLast">
<div class="block">An implementation of <code>KeyguardManager#KeyguardLock</code>, for use in tests.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLayoutAnimationController.html" title="class in org.robolectric.shadows">ShadowLayoutAnimationController</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLegacyApkAssets.html" title="class in org.robolectric.shadows">ShadowLegacyApkAssets</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLegacyAssetInputStream.html" title="class in org.robolectric.shadows">ShadowLegacyAssetInputStream</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLegacyAssetManager.html" title="class in org.robolectric.shadows">ShadowLegacyAssetManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLegacyResourcesImpl.html" title="class in org.robolectric.shadows">ShadowLegacyResourcesImpl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLegacyResourcesImpl.ShadowLegacyThemeImpl.html" title="class in org.robolectric.shadows">ShadowLegacyResourcesImpl.ShadowLegacyThemeImpl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLinearGradient.html" title="class in org.robolectric.shadows">ShadowLinearGradient</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLinearLayout.html" title="class in org.robolectric.shadows">ShadowLinearLayout</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLinkMovementMethod.html" title="class in org.robolectric.shadows">ShadowLinkMovementMethod</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLinux.html" title="class in org.robolectric.shadows">ShadowLinux</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowListPopupWindow.html" title="class in org.robolectric.shadows">ShadowListPopupWindow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowListView.html" title="class in org.robolectric.shadows">ShadowListView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLoadedApk.html" title="class in org.robolectric.shadows">ShadowLoadedApk</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLocalActivityManager.html" title="class in org.robolectric.shadows">ShadowLocalActivityManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLocaleData.html" title="class in org.robolectric.shadows">ShadowLocaleData</a></td>
<td class="colLast">
<div class="block">Robolectric only supports en_US regardless of the default locale set in the JVM.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLocationManager.html" title="class in org.robolectric.shadows">ShadowLocationManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLog.html" title="class in org.robolectric.shadows">ShadowLog</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLog.LogItem.html" title="class in org.robolectric.shadows">ShadowLog.LogItem</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowLooper.html" title="class in org.robolectric.shadows">ShadowLooper</a></td>
<td class="colLast">
<div class="block">Robolectric enqueues posted <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html?is-external=true" title="class or interface in java.lang"><code>Runnable</code></a>s to be run (on this thread) later.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMatrix.html" title="class in org.robolectric.shadows">ShadowMatrix</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMeasuredParagraph.html" title="class in org.robolectric.shadows">ShadowMeasuredParagraph</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaCodec.html" title="class in org.robolectric.shadows">ShadowMediaCodec</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="https://developer.android.com/reference/android/media/MediaCodec.html?is-external=true" title="class or interface in android.media"><code>MediaCodec</code></a> which only supports a passthrough asynchronous encoding pipeline.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaCodec.ShadowCodecBuffer.html" title="class in org.robolectric.shadows">ShadowMediaCodec.ShadowCodecBuffer</a></td>
<td class="colLast">
<div class="block">Shadows CodecBuffer to prevent attempting to free non-direct ByteBuffer objects.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaMetadataRetriever.html" title="class in org.robolectric.shadows">ShadowMediaMetadataRetriever</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaMuxer.html" title="class in org.robolectric.shadows">ShadowMediaMuxer</a></td>
<td class="colLast">
<div class="block">Implementation of <a href="https://developer.android.com/reference/android/media/MediaMuxer.html?is-external=true" title="class or interface in android.media"><code>MediaMuxer</code></a> which directly passes input bytes to the specified file, with no modification.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaPlayer.html" title="class in org.robolectric.shadows">ShadowMediaPlayer</a></td>
<td class="colLast">
<div class="block">Automated testing of media playback can be a difficult thing - especially testing that your code properly handles asynchronous errors and events.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaPlayer.MediaInfo.html" title="class in org.robolectric.shadows">ShadowMediaPlayer.MediaInfo</a></td>
<td class="colLast">
<div class="block">Class specifying information for an emulated media object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaRecorder.html" title="class in org.robolectric.shadows">ShadowMediaRecorder</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaRouter.html" title="class in org.robolectric.shadows">ShadowMediaRouter</a></td>
<td class="colLast">
<div class="block">Shadow class for <a href="https://developer.android.com/reference/android/media/MediaRouter.html?is-external=true" title="class or interface in android.media"><code>MediaRouter</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaScannerConnection.html" title="class in org.robolectric.shadows">ShadowMediaScannerConnection</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaSession.html" title="class in org.robolectric.shadows">ShadowMediaSession</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaStore.html" title="class in org.robolectric.shadows">ShadowMediaStore</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaStore.ShadowImages.html" title="class in org.robolectric.shadows">ShadowMediaStore.ShadowImages</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaStore.ShadowImages.ShadowMedia.html" title="class in org.robolectric.shadows">ShadowMediaStore.ShadowImages.ShadowMedia</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMemoryMappedFile.html" title="class in org.robolectric.shadows">ShadowMemoryMappedFile</a></td>
<td class="colLast">
<div class="block">This is used by Android to load and inferFromValue time zone information.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMessage.html" title="class in org.robolectric.shadows">ShadowMessage</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMessageQueue.html" title="class in org.robolectric.shadows">ShadowMessageQueue</a></td>
<td class="colLast">
<div class="block">Robolectric puts <a href="https://developer.android.com/reference/android/os/Message.html?is-external=true" title="class or interface in android.os"><code>Message</code></a>s into the scheduler queue instead of sending them to be handled on a separate thread.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMessenger.html" title="class in org.robolectric.shadows">ShadowMessenger</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMimeTypeMap.html" title="class in org.robolectric.shadows">ShadowMimeTypeMap</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMotionEvent.html" title="class in org.robolectric.shadows">ShadowMotionEvent</a></td>
<td class="colLast">
<div class="block">Shadow of MotionEvent.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNativeAllocationRegistry.html" title="class in org.robolectric.shadows">ShadowNativeAllocationRegistry</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNativePluralRules.html" title="class in org.robolectric.shadows">ShadowNativePluralRules</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNetwork.html" title="class in org.robolectric.shadows">ShadowNetwork</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNetworkInfo.html" title="class in org.robolectric.shadows">ShadowNetworkInfo</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNetworkScoreManager.html" title="class in org.robolectric.shadows">ShadowNetworkScoreManager</a></td>
<td class="colLast">
<div class="block">Provides testing APIs for <a href="https://developer.android.com/reference/android/net/NetworkScoreManager.html?is-external=true" title="class or interface in android.net"><code>NetworkScoreManager</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNfcAdapter.html" title="class in org.robolectric.shadows">ShadowNfcAdapter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNinePatch.html" title="class in org.robolectric.shadows">ShadowNinePatch</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNotification.html" title="class in org.robolectric.shadows">ShadowNotification</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNotificationManager.html" title="class in org.robolectric.shadows">ShadowNotificationManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNsdManager.html" title="class in org.robolectric.shadows">ShadowNsdManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowNumberPicker.html" title="class in org.robolectric.shadows">ShadowNumberPicker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowObjectAnimator.html" title="class in org.robolectric.shadows">ShadowObjectAnimator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowOpenGLMatrix.html" title="class in org.robolectric.shadows">ShadowOpenGLMatrix</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowOutline.html" title="class in org.robolectric.shadows">ShadowOutline</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowOverScroller.html" title="class in org.robolectric.shadows">ShadowOverScroller</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPackageInstaller.html" title="class in org.robolectric.shadows">ShadowPackageInstaller</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPackageInstaller.ShadowSession.html" title="class in org.robolectric.shadows">ShadowPackageInstaller.ShadowSession</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPackageManager.html" title="class in org.robolectric.shadows">ShadowPackageManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPackageManager.ComponentState.html" title="class in org.robolectric.shadows">ShadowPackageManager.ComponentState</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPackageManager.IntentComparator.html" title="class in org.robolectric.shadows">ShadowPackageManager.IntentComparator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPackageManager.PackageSetting.html" title="class in org.robolectric.shadows">ShadowPackageManager.PackageSetting</a></td>
<td class="colLast">
<div class="block">Settings for a particular package.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPackageParser.html" title="class in org.robolectric.shadows">ShadowPackageParser</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPaint.html" title="class in org.robolectric.shadows">ShadowPaint</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowParcel.html" title="class in org.robolectric.shadows">ShadowParcel</a></td>
<td class="colLast">
<div class="block">Robolectric’s <a href="https://developer.android.com/reference/android/os/Parcel.html?is-external=true" title="class or interface in android.os"><code>Parcel</code></a> pretends to be backed by a byte buffer, closely matching <a href="https://developer.android.com/reference/android/os/Parcel.html?is-external=true" title="class or interface in android.os"><code>Parcel</code></a>’s position, size, and capacity behavior.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowParcelFileDescriptor.html" title="class in org.robolectric.shadows">ShadowParcelFileDescriptor</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPath.html" title="class in org.robolectric.shadows">ShadowPath</a></td>
<td class="colLast">
<div class="block">The shadow only supports straight-line paths.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPath.Point.html" title="class in org.robolectric.shadows">ShadowPath.Point</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPathMeasure.html" title="class in org.robolectric.shadows">ShadowPathMeasure</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPathParser.html" title="class in org.robolectric.shadows">ShadowPathParser</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPathParser.PathDataNode.html" title="class in org.robolectric.shadows">ShadowPathParser.PathDataNode</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPathParser.ShadowPathData.html" title="class in org.robolectric.shadows">ShadowPathParser.ShadowPathData</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPeerHandle.html" title="class in org.robolectric.shadows">ShadowPeerHandle</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPendingIntent.html" title="class in org.robolectric.shadows">ShadowPendingIntent</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPhoneWindow.html" title="class in org.robolectric.shadows">ShadowPhoneWindow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPhoneWindowFor22.html" title="class in org.robolectric.shadows">ShadowPhoneWindowFor22</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPicture.html" title="class in org.robolectric.shadows">ShadowPicture</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPlayerBase.html" title="class in org.robolectric.shadows">ShadowPlayerBase</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPolicyManager.html" title="class in org.robolectric.shadows">ShadowPolicyManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPopupMenu.html" title="class in org.robolectric.shadows">ShadowPopupMenu</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPopupWindow.html" title="class in org.robolectric.shadows">ShadowPopupWindow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPorterDuffColorFilter.html" title="class in org.robolectric.shadows">ShadowPorterDuffColorFilter</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPosix.html" title="class in org.robolectric.shadows">ShadowPosix</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPowerManager.html" title="class in org.robolectric.shadows">ShadowPowerManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPowerManager.ShadowWakeLock.html" title="class in org.robolectric.shadows">ShadowPowerManager.ShadowWakeLock</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPrecomputedText.html" title="class in org.robolectric.shadows">ShadowPrecomputedText</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPreference.html" title="class in org.robolectric.shadows">ShadowPreference</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowProcess.html" title="class in org.robolectric.shadows">ShadowProcess</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowProgressBar.html" title="class in org.robolectric.shadows">ShadowProgressBar</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowProgressDialog.html" title="class in org.robolectric.shadows">ShadowProgressDialog</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowQueuedWork.html" title="class in org.robolectric.shadows">ShadowQueuedWork</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowRangingResult.html" title="class in org.robolectric.shadows">ShadowRangingResult</a></td>
<td class="colLast">
<div class="block">Shadow for <a href="https://developer.android.com/reference/android/net/wifi/rtt/RangingResult.html?is-external=true" title="class or interface in android.net.wifi.rtt"><code>RangingResult</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowRangingResult.Builder.html" title="class in org.robolectric.shadows">ShadowRangingResult.Builder</a></td>
<td class="colLast">
<div class="block">A builder for creating ShadowRangingResults.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowRegion.html" title="class in org.robolectric.shadows">ShadowRegion</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowRelativeLayout.html" title="class in org.robolectric.shadows">ShadowRelativeLayout</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowRemoteCallbackList.html" title="class in org.robolectric.shadows">ShadowRemoteCallbackList</a><E extends <a href="https://developer.android.com/reference/android/os/IInterface.html?is-external=true" title="class or interface in android.os">IInterface</a>></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowRenderNode.html" title="class in org.robolectric.shadows">ShadowRenderNode</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowRenderNodeAnimator.html" title="class in org.robolectric.shadows">ShadowRenderNodeAnimator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResolveInfo.html" title="class in org.robolectric.shadows">ShadowResolveInfo</a></td>
<td class="colLast">
<div class="block">Utilities for <a href="https://developer.android.com/reference/android/content/pm/ResolveInfo.html?is-external=true" title="class or interface in android.content.pm"><code>ResolveInfo</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResources.html" title="class in org.robolectric.shadows">ShadowResources</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResources.ShadowLegacyTheme.html" title="class in org.robolectric.shadows">ShadowResources.ShadowLegacyTheme</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResources.ShadowNotFoundException.html" title="class in org.robolectric.shadows">ShadowResources.ShadowNotFoundException</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResources.ShadowTheme.html" title="class in org.robolectric.shadows">ShadowResources.ShadowTheme</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResources.ShadowTheme.Picker.html" title="class in org.robolectric.shadows">ShadowResources.ShadowTheme.Picker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResourcesImpl.html" title="class in org.robolectric.shadows">ShadowResourcesImpl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResourcesImpl.Picker.html" title="class in org.robolectric.shadows">ShadowResourcesImpl.Picker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResourcesImpl.ShadowThemeImpl.html" title="class in org.robolectric.shadows">ShadowResourcesImpl.ShadowThemeImpl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResourcesImpl.ShadowThemeImpl.Picker.html" title="class in org.robolectric.shadows">ShadowResourcesImpl.ShadowThemeImpl.Picker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResourcesManager.html" title="class in org.robolectric.shadows">ShadowResourcesManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowRestrictionsManager.html" title="class in org.robolectric.shadows">ShadowRestrictionsManager</a></td>
<td class="colLast">
<div class="block">Shadow of <a href="https://developer.android.com/reference/android/content/RestrictionsManager.html?is-external=true" title="class or interface in android.content"><code>RestrictionsManager</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowResultReceiver.html" title="class in org.robolectric.shadows">ShadowResultReceiver</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowScaleGestureDetector.html" title="class in org.robolectric.shadows">ShadowScaleGestureDetector</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowScanResult.html" title="class in org.robolectric.shadows">ShadowScanResult</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowScroller.html" title="class in org.robolectric.shadows">ShadowScroller</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowScrollView.html" title="class in org.robolectric.shadows">ShadowScrollView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSearchManager.html" title="class in org.robolectric.shadows">ShadowSearchManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSeekBar.html" title="class in org.robolectric.shadows">ShadowSeekBar</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSensor.html" title="class in org.robolectric.shadows">ShadowSensor</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSensorManager.html" title="class in org.robolectric.shadows">ShadowSensorManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowService.html" title="class in org.robolectric.shadows">ShadowService</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowServiceManager.html" title="class in org.robolectric.shadows">ShadowServiceManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSettings.html" title="class in org.robolectric.shadows">ShadowSettings</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSettings.ShadowGlobal.html" title="class in org.robolectric.shadows">ShadowSettings.ShadowGlobal</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSettings.ShadowSecure.html" title="class in org.robolectric.shadows">ShadowSettings.ShadowSecure</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSettings.ShadowSystem.html" title="class in org.robolectric.shadows">ShadowSettings.ShadowSystem</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSharedMemory.html" title="class in org.robolectric.shadows">ShadowSharedMemory</a></td>
<td class="colLast">
<div class="block">A <a href="https://developer.android.com/reference/android/os/SharedMemory.html?is-external=true" title="class or interface in android.os"><code>SharedMemory</code></a> fake that uses a private temporary disk file for storage and Java’s <a href="https://docs.oracle.com/javase/8/docs/api/java/nio/MappedByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>MappedByteBuffer</code></a> for the memory mappings.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSharedPreferences.html" title="class in org.robolectric.shadows">ShadowSharedPreferences</a></td>
<td class="colLast">
<div class="block">Dummy container class for nested shadow class</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl.html" title="class in org.robolectric.shadows">ShadowSharedPreferences.ShadowSharedPreferencesEditorImpl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowShortcutManager.html" title="class in org.robolectric.shadows">ShadowShortcutManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSliceManager.html" title="class in org.robolectric.shadows">ShadowSliceManager</a></td>
<td class="colLast">
<div class="block">Shadow of <a href="https://developer.android.com/reference/android/app/slice/SliceManager.html?is-external=true" title="class or interface in android.app.slice"><code>SliceManager</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSmsManager.html" title="class in org.robolectric.shadows">ShadowSmsManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSmsManager.DataMessageParams.html" title="class in org.robolectric.shadows">ShadowSmsManager.DataMessageParams</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSmsManager.TextMultipartParams.html" title="class in org.robolectric.shadows">ShadowSmsManager.TextMultipartParams</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSmsManager.TextSmsParams.html" title="class in org.robolectric.shadows">ShadowSmsManager.TextSmsParams</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSocketTagger.html" title="class in org.robolectric.shadows">ShadowSocketTagger</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSoundPool.html" title="class in org.robolectric.shadows">ShadowSoundPool</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSoundPool.Playback.html" title="class in org.robolectric.shadows">ShadowSoundPool.Playback</a></td>
<td class="colLast">
<div class="block">Record of a single call to <a href="https://developer.android.com/reference/android/media/SoundPool.html?is-external=true#play-int-float-float-int-int-float-" title="class or interface in android.media"><code>SoundPool.play(int, float, float, int, int, float)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSpellChecker.html" title="class in org.robolectric.shadows">ShadowSpellChecker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSQLiteConnection.html" title="class in org.robolectric.shadows">ShadowSQLiteConnection</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSQLiteOpenHelper.html" title="class in org.robolectric.shadows">ShadowSQLiteOpenHelper</a></td>
<td class="colLast">
<div class="block">Avoid calls to setIdleConnectionTimeout.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSslErrorHandler.html" title="class in org.robolectric.shadows">ShadowSslErrorHandler</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowStateListDrawable.html" title="class in org.robolectric.shadows">ShadowStateListDrawable</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowStatFs.html" title="class in org.robolectric.shadows">ShadowStatFs</a></td>
<td class="colLast">
<div class="block">Robolectic doesn’t provide actual filesystem stats; rather, it provides the ability to specify stats values in advance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowStaticLayout.html" title="class in org.robolectric.shadows">ShadowStaticLayout</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowStatusBarManager.html" title="class in org.robolectric.shadows">ShadowStatusBarManager</a></td>
<td class="colLast">
<div class="block">Robolectric implementation of <a href="https://developer.android.com/reference/android/app/StatusBarManager.html?is-external=true" title="class or interface in android.app"><code>StatusBarManager</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowStorageManager.html" title="class in org.robolectric.shadows">ShadowStorageManager</a></td>
<td class="colLast">
<div class="block">Fake implementation of <a href="https://developer.android.com/reference/android/os/storage/StorageManager.html?is-external=true" title="class or interface in android.os.storage"><code>StorageManager</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowStrictModeVmPolicy.html" title="class in org.robolectric.shadows">ShadowStrictModeVmPolicy</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowStringBlock.html" title="class in org.robolectric.shadows">ShadowStringBlock</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSubscriptionManager.html" title="class in org.robolectric.shadows">ShadowSubscriptionManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSubscriptionManager.SubscriptionInfoBuilder.html" title="class in org.robolectric.shadows">ShadowSubscriptionManager.SubscriptionInfoBuilder</a></td>
<td class="colLast">
<div class="block">Builder class to create instance of <a href="https://developer.android.com/reference/android/telephony/SubscriptionInfo.html?is-external=true" title="class or interface in android.telephony"><code>SubscriptionInfo</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSurface.html" title="class in org.robolectric.shadows">ShadowSurface</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSurfaceView.html" title="class in org.robolectric.shadows">ShadowSurfaceView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSurfaceView.FakeSurfaceHolder.html" title="class in org.robolectric.shadows">ShadowSurfaceView.FakeSurfaceHolder</a></td>
<td class="colLast">
<div class="block">Robolectric implementation of <a href="https://developer.android.com/reference/android/view/SurfaceHolder.html?is-external=true" title="class or interface in android.view"><code>SurfaceHolder</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSystemClock.html" title="class in org.robolectric.shadows">ShadowSystemClock</a></td>
<td class="colLast">
<div class="block">Robolectric’s concept of current time is base on the current time of the UI Scheduler for consistency with previous implementations.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSystemProperties.html" title="class in org.robolectric.shadows">ShadowSystemProperties</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSystemServiceRegistry.html" title="class in org.robolectric.shadows">ShadowSystemServiceRegistry</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowSystemVibrator.html" title="class in org.robolectric.shadows">ShadowSystemVibrator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTabActivity.html" title="class in org.robolectric.shadows">ShadowTabActivity</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTabHost.html" title="class in org.robolectric.shadows">ShadowTabHost</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTabHost.ShadowTabSpec.html" title="class in org.robolectric.shadows">ShadowTabHost.ShadowTabSpec</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTabWidget.html" title="class in org.robolectric.shadows">ShadowTabWidget</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTelecomManager.html" title="class in org.robolectric.shadows">ShadowTelecomManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTelecomManager.CallRecord.html" title="class in org.robolectric.shadows">ShadowTelecomManager.CallRecord</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTelephony.html" title="class in org.robolectric.shadows">ShadowTelephony</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTelephony.ShadowSms.html" title="class in org.robolectric.shadows">ShadowTelephony.ShadowSms</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTelephonyManager.html" title="class in org.robolectric.shadows">ShadowTelephonyManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTextPaint.html" title="class in org.robolectric.shadows">ShadowTextPaint</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTextToSpeech.html" title="class in org.robolectric.shadows">ShadowTextToSpeech</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTextUtils.html" title="class in org.robolectric.shadows">ShadowTextUtils</a></td>
<td class="colLast">
<div class="block">Implement by truncating the text.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTextView.html" title="class in org.robolectric.shadows">ShadowTextView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowThreadedRenderer.html" title="class in org.robolectric.shadows">ShadowThreadedRenderer</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTile.html" title="class in org.robolectric.shadows">ShadowTile</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTileService.html" title="class in org.robolectric.shadows">ShadowTileService</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTime.html" title="class in org.robolectric.shadows">ShadowTime</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTimePickerDialog.html" title="class in org.robolectric.shadows">ShadowTimePickerDialog</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTimeZoneFinder.html" title="class in org.robolectric.shadows">ShadowTimeZoneFinder</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowToast.html" title="class in org.robolectric.shadows">ShadowToast</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTouchDelegate.html" title="class in org.robolectric.shadows">ShadowTouchDelegate</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTrace.html" title="class in org.robolectric.shadows">ShadowTrace</a></td>
<td class="colLast">
<div class="block">Shadow implementation for <a href="https://developer.android.com/reference/android/os/Trace.html?is-external=true" title="class or interface in android.os"><code>Trace</code></a>, which stores the traces locally in arrays (unlike the real implementation) and allows reading them.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTrafficStats.html" title="class in org.robolectric.shadows">ShadowTrafficStats</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTypedArray.html" title="class in org.robolectric.shadows">ShadowTypedArray</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTypedArray.Picker.html" title="class in org.robolectric.shadows">ShadowTypedArray.Picker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTypeface.html" title="class in org.robolectric.shadows">ShadowTypeface</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowTypeface.FontDesc.html" title="class in org.robolectric.shadows">ShadowTypeface.FontDesc</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowUIModeManager.html" title="class in org.robolectric.shadows">ShadowUIModeManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowUsageStatsManager.html" title="class in org.robolectric.shadows">ShadowUsageStatsManager</a></td>
<td class="colLast">
<div class="block">Shadow of <a href="https://developer.android.com/reference/android/app/usage/UsageStatsManager.html?is-external=true" title="class or interface in android.app.usage"><code>UsageStatsManager</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowUsageStatsManager.AppUsageObserver.html" title="class in org.robolectric.shadows">ShadowUsageStatsManager.AppUsageObserver</a></td>
<td class="colLast">
<div class="block">App usage observer registered via <a href="https://developer.android.com/reference/android/app/usage/UsageStatsManager.html?is-external=true#registerAppUsageObserver-int-java.lang.String:A-long-java.util.concurrent.TimeUnit-android.app.PendingIntent-" title="class or interface in android.app.usage"><code>UsageStatsManager.registerAppUsageObserver(int,
String[], long, TimeUnit, PendingIntent)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowUsageStatsManager.EventBuilder.html" title="class in org.robolectric.shadows">ShadowUsageStatsManager.EventBuilder</a></td>
<td class="colLast">
<div class="block">Builder for constructing <a href="https://developer.android.com/reference/android/app/usage/UsageEvents.Event.html?is-external=true" title="class or interface in android.app.usage"><code>UsageEvents.Event</code></a> objects.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowUsageStatsManager.UsageStatsBuilder.html" title="class in org.robolectric.shadows">ShadowUsageStatsManager.UsageStatsBuilder</a></td>
<td class="colLast">
<div class="block">Builder for constructing <a href="https://developer.android.com/reference/android/app/usage/UsageStats.html?is-external=true" title="class or interface in android.app.usage"><code>UsageStats</code></a> objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowUsbManager.html" title="class in org.robolectric.shadows">ShadowUsbManager</a></td>
<td class="colLast">
<div class="block">Robolectric implementation of <a href="https://developer.android.com/reference/android/hardware/usb/UsbManager.html?is-external=true" title="class or interface in android.hardware.usb"><code>UsbManager</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowUserManager.html" title="class in org.robolectric.shadows">ShadowUserManager</a></td>
<td class="colLast">
<div class="block">Robolectric implementation of <a href="https://developer.android.com/reference/android/os/UserManager.html?is-external=true" title="class or interface in android.os"><code>UserManager</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowValueAnimator.html" title="class in org.robolectric.shadows">ShadowValueAnimator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowVectorDrawable.html" title="class in org.robolectric.shadows">ShadowVectorDrawable</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowVelocityTracker.html" title="class in org.robolectric.shadows">ShadowVelocityTracker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowVibrator.html" title="class in org.robolectric.shadows">ShadowVibrator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowVideoView.html" title="class in org.robolectric.shadows">ShadowVideoView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowView.html" title="class in org.robolectric.shadows">ShadowView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowView.WindowIdHelper.html" title="class in org.robolectric.shadows">ShadowView.WindowIdHelper</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowViewAnimator.html" title="class in org.robolectric.shadows">ShadowViewAnimator</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowViewConfiguration.html" title="class in org.robolectric.shadows">ShadowViewConfiguration</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowViewGroup.html" title="class in org.robolectric.shadows">ShadowViewGroup</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowViewRootImpl.html" title="class in org.robolectric.shadows">ShadowViewRootImpl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowVirtualRefBasePtr.html" title="class in org.robolectric.shadows">ShadowVirtualRefBasePtr</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowVisualVoicemailSms.html" title="class in org.robolectric.shadows">ShadowVisualVoicemailSms</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowVMRuntime.html" title="class in org.robolectric.shadows">ShadowVMRuntime</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowVpnService.html" title="class in org.robolectric.shadows">ShadowVpnService</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWallpaperManager.html" title="class in org.robolectric.shadows">ShadowWallpaperManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWebStorage.html" title="class in org.robolectric.shadows">ShadowWebStorage</a></td>
<td class="colLast">
<div class="block">Shadow of <a href="https://developer.android.com/reference/android/webkit/WebStorage.html?is-external=true" title="class or interface in android.webkit"><code>WebStorage</code></a> which constructs a stub instance rather than attempting to create a full Chromium-backed instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWebSyncManager.html" title="class in org.robolectric.shadows">ShadowWebSyncManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWebView.html" title="class in org.robolectric.shadows">ShadowWebView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWebView.LoadData.html" title="class in org.robolectric.shadows">ShadowWebView.LoadData</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWebView.LoadDataWithBaseURL.html" title="class in org.robolectric.shadows">ShadowWebView.LoadDataWithBaseURL</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWebViewDatabase.html" title="class in org.robolectric.shadows">ShadowWebViewDatabase</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWifiConfiguration.html" title="class in org.robolectric.shadows">ShadowWifiConfiguration</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWifiInfo.html" title="class in org.robolectric.shadows">ShadowWifiInfo</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWifiManager.html" title="class in org.robolectric.shadows">ShadowWifiManager</a></td>
<td class="colLast">
<div class="block">Shadow for <a href="https://developer.android.com/reference/android/net/wifi/WifiManager.html?is-external=true" title="class or interface in android.net.wifi"><code>WifiManager</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWifiManager.ShadowMulticastLock.html" title="class in org.robolectric.shadows">ShadowWifiManager.ShadowMulticastLock</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWifiManager.ShadowWifiLock.html" title="class in org.robolectric.shadows">ShadowWifiManager.ShadowWifiLock</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWifiP2pGroup.html" title="class in org.robolectric.shadows">ShadowWifiP2pGroup</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWifiP2pManager.html" title="class in org.robolectric.shadows">ShadowWifiP2pManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWifiRttManager.html" title="class in org.robolectric.shadows">ShadowWifiRttManager</a></td>
<td class="colLast">
<div class="block">Shadow for <a href="https://developer.android.com/reference/android/net/wifi/rtt/WifiRttManager.html?is-external=true" title="class or interface in android.net.wifi.rtt"><code>WifiRttManager</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWindow.html" title="class in org.robolectric.shadows">ShadowWindow</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWindowManager.html" title="class in org.robolectric.shadows">ShadowWindowManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWindowManagerGlobal.html" title="class in org.robolectric.shadows">ShadowWindowManagerGlobal</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWindowManagerImpl.html" title="class in org.robolectric.shadows">ShadowWindowManagerImpl</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowWindowManagerImpl.ShadowCompatModeWrapper.html" title="class in org.robolectric.shadows">ShadowWindowManagerImpl.ShadowCompatModeWrapper</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowXmlBlock.html" title="class in org.robolectric.shadows">ShadowXmlBlock</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowZoomButtonsController.html" title="class in org.robolectric.shadows">ShadowZoomButtonsController</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/StorageVolumeBuilder.html" title="class in org.robolectric.shadows">StorageVolumeBuilder</a></td>
<td class="colLast">
<div class="block">Class to build <a href="https://developer.android.com/reference/android/os/storage/StorageVolume.html?is-external=true" title="class or interface in android.os.storage"><code>StorageVolume</code></a></div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaPlayer.InvalidStateBehavior.html" title="enum in org.robolectric.shadows">ShadowMediaPlayer.InvalidStateBehavior</a></td>
<td class="colLast">
<div class="block">Possible behavior modes for the media player when a method is invoked in an invalid state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowMediaPlayer.State.html" title="enum in org.robolectric.shadows">ShadowMediaPlayer.State</a></td>
<td class="colLast">
<div class="block">Possible states for the media player to be in.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowPath.Point.Type.html" title="enum in org.robolectric.shadows">ShadowPath.Point.Type</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/robolectric/shadows/ShadowUserManager.UserState.html" title="enum in org.robolectric.shadows">ShadowUserManager.UserState</a></td>
<td class="colLast">
<div class="block">Describes the current state of the user.</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/robolectric/shadows/ShadowLog.TerribleFailure.html" title="class in org.robolectric.shadows">ShadowLog.TerribleFailure</a></td>
<td class="colLast">
<div class="block">Failure thrown when wtf_is_fatal is true and Log.wtf is called.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="Package org.robolectric.shadows Description">Package org.robolectric.shadows Description</h2>
<div class="block"><p>Package containing shadow classes for the Android SDK.</p></div>
</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-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"><ul class="navList" style="font-size: 1.5em;"><li>Robolectric 4.2 | <a href="/" target="_top"><img src="http://robolectric.org/images/logo-with-bubbles-down.png" style="max-height: 18pt; vertical-align: sub;"/></a></li></ul><script type="text/javascript" src="../../../highlight.pack.js"></script>
<script type="text/javascript"><!--
hljs.initHighlightingOnLoad();
//--></script></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/robolectric/shadow/api/package-summary.html">Prev Package</a></li>
<li><a href="../../../org/robolectric/shadows/gms/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/robolectric/shadows/package-summary.html" target="_top">Frames</a></li>
<li><a href="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 ======= -->
</body>
</html>
|
docs/api/olturf.toolbars.html | dpmcmlxxvi/ol3-turf | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>olturf Namespace: toolbars</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.simplex.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top ">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">olturf</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="topNavigation">
<ul class="nav navbar-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><a href="external-ol.control.html">external:ol.control</a></li><li><a href="olturf.html">olturf</a></li><li><a href="olturf.toolbars.html">olturf.toolbars</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><a href="external-ol.control.Control.html">external:ol.control.Control</a></li><li><a href="olturf.Toolbar.html">olturf.Toolbar</a></li>
</ul>
</li>
<li class="dropdown">
<a href="externals.list.html" class="dropdown-toggle" data-toggle="dropdown">Externals<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li><a href="external-ol.html">ol</a></li>
</ul>
</li>
</ul>
<div class="col-sm-3 col-md-3">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
<div class="input-group-btn">
<button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container" id="toc-content">
<div class="row">
<div class="col-md-8">
<div id="main">
<h1 class="page-title">Namespace: toolbars</h1>
<section>
<header>
<h2>
<span class="ancestors"><a href="olturf.html">olturf</a>.</span>
toolbars
</h2>
</header>
<article>
<div class="container-overview">
<dl class="details">
</dl>
</div>
<h3 class="subsection-title">Methods</h3>
<dl>
<hr>
<dt>
<h4 class="name" id=".aggregation"><span class="type-signature"><static> </span>aggregation()</h4>
</dt>
<dd>
<div class="description">
<p>Aggregation toolbar: 'collect'</p>
</div>
<dl class="details">
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Control names for the aggregation toolbar</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<string></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".all"><span class="type-signature"><static> </span>all()</h4>
</dt>
<dd>
<div class="description">
<p>Toolbar with all controls: 'distance', 'line-distance', 'area', 'bearing',
'center-of-mass', 'center', 'centroid', 'midpoint', 'point-on-surface',
'envelope', 'square', 'circle', 'along', 'destination', 'bezier', 'buffer',
'concave', 'convex', 'difference', 'intersect', 'simplify', 'union',
'combine', 'explode', 'flip', 'kinks', 'line-slice-along', 'point-on-line',
'inside', 'tag', 'within', 'nearest', 'collect', 'random', 'sample',
'isolines', 'planepoint', 'tin', 'hex-grid', 'point-grid', 'square-grid',
'triangle-grid', 'tesselate'</p>
</div>
<dl class="details">
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Control names for all the controls</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<string></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".classification"><span class="type-signature"><static> </span>classification()</h4>
</dt>
<dd>
<div class="description">
<p>Classification toolbar: 'nearest'</p>
</div>
<dl class="details">
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Control names for the classification toolbar</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<string></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".data"><span class="type-signature"><static> </span>data()</h4>
</dt>
<dd>
<div class="description">
<p>Data toolbar: 'random', 'sample'</p>
</div>
<dl class="details">
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Control names for the data toolbar</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<string></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".grids"><span class="type-signature"><static> </span>grids()</h4>
</dt>
<dd>
<div class="description">
<p>Grids toolbar: 'hex-grid', 'point-grid', 'square-grid', 'triangle-grid',
'tesselate'</p>
</div>
<dl class="details">
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Control names for the grids toolbar</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<string></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".interpolation"><span class="type-signature"><static> </span>interpolation()</h4>
</dt>
<dd>
<div class="description">
<p>Interpolation toolbar: 'isolines', 'planepoint', 'tin'</p>
</div>
<dl class="details">
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Control names for the interpolation toolbar</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<string></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".joins"><span class="type-signature"><static> </span>joins()</h4>
</dt>
<dd>
<div class="description">
<p>Joins toolbar: 'inside', 'tag', 'within'</p>
</div>
<dl class="details">
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Control names for the joins toolbar</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<string></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".measurement"><span class="type-signature"><static> </span>measurement()</h4>
</dt>
<dd>
<div class="description">
<p>Measurement toolbar: 'distance', 'line-distance', 'area', 'bearing',
'center-of-mass', 'center', 'centroid', 'midpoint',
'point-on-surface', 'envelope', 'square', 'circle',
'along', 'destination'</p>
</div>
<dl class="details">
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Control names for the measurement toolbar</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<string></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".misc"><span class="type-signature"><static> </span>misc()</h4>
</dt>
<dd>
<div class="description">
<p>Miscellaneous toolbar: 'combine', 'explode', 'flip', 'kinks',
'line-slice-along', 'point-on-line'</p>
</div>
<dl class="details">
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Control names for the miscellaneous toolbar</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<string></span>
</dd>
</dl>
</dd>
<hr>
<dt>
<h4 class="name" id=".transformation"><span class="type-signature"><static> </span>transformation()</h4>
</dt>
<dd>
<div class="description">
<p>Transformation toolbar: 'bezier', 'buffer', 'concave', 'convex',
'difference', 'intersect', 'simplify', 'union'</p>
</div>
<dl class="details">
</dl>
<h5>Returns:</h5>
<div class="param-desc">
<p>Control names for the transformation toolbar</p>
</div>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">Array.<string></span>
</dd>
</dl>
</dd>
</dl>
</article>
</section>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-3">
<div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
</div>
</div>
</div>
<div class="modal fade" id="searchResults">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Search results</h4>
</div>
<div class="modal-body"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div>
<footer>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a>
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
</footer>
<script src="scripts/docstrap.lib.js"></script>
<script src="scripts/toc.js"></script>
<script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
<script>
$( function () {
$( "[id*='$']" ).each( function () {
var $this = $( this );
$this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
} );
$( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
var $this = $( this );
var example = $this.find( "code" );
exampleText = example.html();
var lang = /{@lang (.*?)}/.exec( exampleText );
if ( lang && lang[1] ) {
exampleText = exampleText.replace( lang[0], "" );
example.html( exampleText );
lang = lang[1];
} else {
var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
lang = langClassMatch ? langClassMatch[1] : "javascript";
}
if ( lang ) {
$this
.addClass( "sunlight-highlight-" + lang )
.addClass( "linenums" )
.html( example.html() );
}
} );
Sunlight.highlightAll( {
lineNumbers : false,
showMenu : true,
enableDoclinks : true
} );
$.catchAnchorLinks( {
navbarOffset: 10
} );
$( "#toc" ).toc( {
anchorName : function ( i, heading, prefix ) {
return $( heading ).attr( "id" ) || ( prefix + i );
},
selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
showAndHide : false,
smoothScrolling: true
} );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
$( '.dropdown-toggle' ).dropdown();
$( "table" ).each( function () {
var $this = $( this );
$this.addClass('table');
} );
} );
</script>
<!--Navigation and Symbol Display-->
<!--Google Analytics-->
<script type="text/javascript">
$(document).ready(function() {
SearcherDisplay.init();
});
</script>
</body>
</html> |
HTML5/Beginner/css/mystyle.css | jaydeepw/jaydeepw.github.com | #chrome-heart {
display: inline-block;
margin-bottom: -30px;
background: url(../images/chrome_logo.png) 50% 50% no-repeat;
width: 100px;
height: 100px;
background-position: 50% 50%;
background-size: cover;
}
.spin {
-webkit-animation-name: rotateRight;
-webkit-animation-duration: 10s;
-webkit-animation-timing-function: linear;
-webkit-transform-origin: 50% 50%;
-webkit-animation-iteration-count: infinite;
}
.spin:hover {
-webkit-animation-duration: 0.1s;
}
@-webkit-keyframes rotateRight {
from {
-webkit-transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
}
} |
css-page/step3/02_family.html | dstyle0210/minipaper | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>마봉아빠의 개발자를 위한 CSS 초급강의</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" href="../../template/style.css">
</head>
<body>
<p>##CSS의 기초 - 폰트명(font-family)</p>
<p>웹에 사용될 폰트명을 지정합니다. 지정되지 않으면, 브라우저의 기본 폰트로 설정이 되고,
지정하게 되면 해당 폰트명을 검색하여 반영합니다. 만약 지정폰트명이 없으면, 브라우저의 폰트명을 상속받게 됩니다.</p>
<p>폰트에는 두가지 종류가 있는데, 형태를 기준하는 제너릭명(generic-family) 방식과 실제 폰트명(font-name) 방식이 있습니다.</p>
<h3 id="font-family">font-family</h3>
<ul>
<li>기본값 : 브라우저의 기본폰트</li>
<li>상속성 : 있음</li>
<li>작성방법 : <code>font-family: (제너릭명 | 폰트명)+|initial|inherit;</code></li>
</ul>
<h4 id="-">제너릭명?</h4>
<p>폰트는 글자의 형태에 따라 크게 3가지 로 지칭합니다.</p>
<ul>
<li>Serif(쉐리프) : 곡선을 주로 사용하여 작성된 폰트 스타일들 (예 : Times New Roman , Georgia)</li>
<li>Sans-serif(산쉐리프) : 직선을 주로 사용하여 작성된 폰트 스타일들 (예 : Arial , Verdana)</li>
<li>Monospace(모노스페이스) : 곡선과 직선을 혼합하여 작성된 폰트 스타일들 (예 : Courier New , Lucida Console)</li>
</ul>
<h4 id="-">다양한 폰트설정</h4>
<pre><code class="lang-css">body{font-family:"Nanum Gothic","나눔고딕","Malgun Gothic","맑은고딕",Dotum,"돋움",Gulim,"굴림","Helvetica Neue",Helvetica,Tahoma,Verdana,"Trebuchet MS",Arial,Apple-Gothic,Sans-serif;}
</code></pre>
<h4 id="qa">QA</h4>
<p>Q. 제너릭명으로 지칭했는데, 포함되는 폰트가 많다면, 어떤것이 적용되나요?<br>A. 그건 브라우저에 설정된 폰트를 따라갑니다. 한글 윈도우7에 있는 크롬은 기본적으로 쉐리프 라면 "batang"(바탕체) 폰트를 사용합니다.<br>A. 산쉐리프라면? "Malgun Gothic" (맑은고딕) </p>
<h2 id="a-gulimche-">A. 모노스페이스 라면? "GulimChe" (굴림체) </h2>
<p>Q. 따움표로 감싸진것과 아닌것의 차이<br>A. 폰트명이 "CJK" 이거나 "띄어쓰기"가 있는경우엔 따옴표를 넣게 됩니다.</p>
</body>
</html> |
themes/default/customselect.css | chanble/customselect | .cb_customselect_span{
background: none repeat scroll 0 0 #fff;
float: left;
left: 0;
margin-right: 10px;
margin-top: 4px;
overflow: hidden;
width: 117px;
}
.cb_customselect_span>span{
background: url("./images/selectlabg.jpg") no-repeat scroll 100px 16px rgba(0, 0, 0, 0);
border: 1px solid #e6e6e6;
color: #666;
cursor: pointer;
display: block;
font-size: 14px;
height: 30px;
line-height: 30px;
margin-bottom: 0px;
padding: 3px 20px 3px 10px;
text-align: left;
}
.cb_customselect_span>ul{
background: none repeat scroll 0 0 #fff;
border: 1px solid #e6e6e6;
overflow-x:hidden;
overflow-y:auto;
max-height: 200px;
padding: 0;
margin: 0;
}
.cb_customselect_span>ul>li{
cursor: pointer;
line-height: 24px;
padding: 9px 0 9px 20px;
list-style: none;
margin: 0;
font-size: 12px;
}
.cb_customselect_span>ul>li:hover{
background: none repeat scroll 0 0 #22c063;
color: #fff;
}
|
tags/mypy/index.html | rcalsaverini/rcalsaverini.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Mypy</title>
<meta property="og:title" content="Mypy" />
<meta property="og:image" content="https://rcalsaverini.github.io/images/me.png" />
<meta name="description" content="Random ramblings from an entropy maximizer.">
<meta property="og:description" content="Random ramblings from an entropy maximizer." />
<meta name="author" content="Rafael S. Calsaverini">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i"
rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" rel="stylesheet">
<link href='https://cdnjs.cloudflare.com/ajax/libs/devicons/1.8.0/css/devicons.min.css' rel='stylesheet'>
<link href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css"
rel="stylesheet">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"
integrity="sha384-Um5gpz1odJg5Z4HAmzPtgZKdTBHZdw8S29IecapCSB31ligYPhHQZMIlWLYQGVoc"
crossorigin="anonymous"
/>
<script
defer
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js"
integrity="sha384-YNHdsYkH6gMx9y3mRkmcJ2mFUjTd0qNQQvY9VYZgQd7DcN7env35GzlmFaZ23JGp"
crossorigin="anonymous"
></script>
<script
defer
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js"
integrity="sha384-vZTG03m+2yp6N6BNi5iM4rW4oIwk5DfcNdFfxkk9ZWpDriOkXX8voJBFrAO7MpVl"
crossorigin="anonymous"
></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
renderMathInElement(document.body, {
delimiters: [
{ left: "$$", right: "$$", display: true },
{ left: "$", right: "$", display: false },
{ left: "\\(", right: "\\)", display: false },
{ left: "\\[", right: "\\]", display: true },
],
throwOnError: false,
});
});
</script>
<link href="https://rcalsaverini.github.io/css/resume.css" rel="stylesheet">
<link href="https://rcalsaverini.github.io/css/tweaks.css" rel="stylesheet">
<meta name="generator" content="Hugo 0.83.1" />
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Rafael S. Calsaverini</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="/images/me.png" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/#blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="/#publications">Publications</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column">
<div class="my-auto">
Content tagged with <span class="tag">Mypy</span>
<ul>
<li>
<a href="https://rcalsaverini.github.io/blog/2019-01-20-frustrations-with-mypy/">A few frustrations with Python's type annotation system</a>
</li>
</ul>
</div>
</section>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="/js/resume.js"></script>
<script async
src="https://www.googletagmanager.com/gtag/js?id=UA-53013610-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-53013610-1');
</script>
</body>
</html> |
public/Windows 10 x64 (18362.113)/_HEAP_GLOBAL_APPCOMPAT_FLAGS.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.113)</h4><br>
<h2>_HEAP_GLOBAL_APPCOMPAT_FLAGS</h2>
<font face="arial"> +0x000 SafeInputValidation : Pos 0, 1 Bit<br>
+0x000 Padding : Pos 1, 1 Bit<br>
+0x000 CommitLFHSubsegments : Pos 2, 1 Bit<br>
+0x000 AllocateHeapFromEnv : Pos 3, 1 Bit<br>
</font></body></html> |
coverage/lcov-report/test/features/support/page-objects/style.js.html | ODIQueensland/data-curator | <!doctype html>
<html lang="en">
<head>
<title>Code coverage report for test/features/support/page-objects/style.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../../../prettify.css" />
<link rel="stylesheet" href="../../../../base.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type='text/css'>
.coverage-summary .sorter {
background-image: url(../../../../sort-arrow-sprite.png);
}
</style>
</head>
<body>
<div class='wrapper'>
<div class='pad1'>
<h1>
<a href="../../../../index.html">All files</a> / <a href="index.html">test/features/support/page-objects</a> style.js
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Statements</span>
<span class='fraction'>2/2</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Branches</span>
<span class='fraction'>0/0</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Functions</span>
<span class='fraction'>0/0</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Lines</span>
<span class='fraction'>2/2</span>
</div>
</div>
<p class="quiet">
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
</p>
</div>
<div class='status-line high'></div>
<pre><table class="coverage">
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
<a name='L2'></a><a href='#L2'>2</a>
<a name='L3'></a><a href='#L3'>3</a>
<a name='L4'></a><a href='#L4'>4</a>
<a name='L5'></a><a href='#L5'>5</a>
<a name='L6'></a><a href='#L6'>6</a>
<a name='L7'></a><a href='#L7'>7</a>
<a name='L8'></a><a href='#L8'>8</a>
<a name='L9'></a><a href='#L9'>9</a>
<a name='L10'></a><a href='#L10'>10</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-yes">1x</span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span>
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import _ from 'lodash'
const searchColor = 'rgba(252,237,217,1)'
const errorColor = 'rgba(245, 186, 186, 0.3)'
export {
searchColor,
errorColor
}
</pre></td></tr>
</table></pre>
<div class='push'></div><!-- for sticky footer -->
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Thu Jul 05 2018 17:19:06 GMT+1000 (AEST)
</div>
</div>
<script src="../../../../prettify.js"></script>
<script>
window.onload = function () {
if (typeof prettyPrint === 'function') {
prettyPrint();
}
};
</script>
<script src="../../../../sorter.js"></script>
<script src="../../../../block-navigation.js"></script>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.