path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
third_party/blink/web_tests/external/wpt/density-size-correction/density-corrected-image-svg-cross-origin.sub.html | scheib/chromium | <html>
<head>
<title>Density Corrected Size: SVG (cross-origin)</title>
<link rel="match" href="density-corrected-image-svg-ref.html" />
<meta name="assert" content="Assert that density-corrected size in EXIF is taken into account for SVG <image>">
</head>
<body>
<svg width="200" height="200">
<image href="http://{{hosts[alt][]}}:{{ports[http][0]}}/density-size-correction/resources/exif-resolution-none.jpg" />
</svg>
<svg width="200" height="200">
<image href="http://{{hosts[alt][]}}:{{ports[http][0]}}/density-size-correction/resources/exif-resolution-valid-hires.jpg" />
</svg>
<svg width="200" height="200">
<image href="http://{{hosts[alt][]}}:{{ports[http][0]}}/density-size-correction/resources/exif-resolution-valid-lores.jpg" />
</svg>
<svg width="200" height="200">
<image href="http://{{hosts[alt][]}}:{{ports[http][0]}}/density-size-correction/resources/exif-resolution-valid-non-uniform.jpg" />
</svg>
<svg width="200" height="200">
<image href="http://{{hosts[alt][]}}:{{ports[http][0]}}/density-size-correction/resources/exif-resolution-with-orientation.jpg" />
</svg>
</div>
</body>
</html>
|
formvalidation/js/css/scenario4.css | gforguru/Windows-universal-samples | #form4 input:required:invalid, #form4 input:optional:invalid
{
border:solid #FF0033;
}
|
v3client/js/ext-3.1.0/resources/css/structure/box.css | ac001/fgmap | /*!
* Ext JS Library 3.1.0
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
*/
/*
Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
<div class="x-box-blue">
<div class="x-box-tl"><div class="x-box-tr"><div class="x-box-tc"></div></div></div>
<div class="x-box-ml"><div class="x-box-mr"><div class="x-box-mc">
<h3>YOUR TITLE HERE (optional)</h3>
<div>YOUR CONTENT HERE</div>
</div></div></div>
<div class="x-box-bl"><div class="x-box-br"><div class="x-box-bc"></div></div></div>
</div>
*/
.x-box-tl {
background: transparent no-repeat 0 0;
zoom:1;
}
.x-box-tc {
height: 8px;
background: transparent repeat-x 0 0;
overflow: hidden;
}
.x-box-tr {
background: transparent no-repeat right -8px;
}
.x-box-ml {
background: transparent repeat-y 0;
padding-left: 4px;
overflow: hidden;
zoom:1;
}
.x-box-mc {
background: repeat-x 0 -16px;
padding: 4px 10px;
}
.x-box-mc h3 {
margin: 0 0 4px 0;
zoom:1;
}
.x-box-mr {
background: transparent repeat-y right;
padding-right: 4px;
overflow: hidden;
}
.x-box-bl {
background: transparent no-repeat 0 -16px;
zoom:1;
}
.x-box-bc {
background: transparent repeat-x 0 -8px;
height: 8px;
overflow: hidden;
}
.x-box-br {
background: transparent no-repeat right -24px;
}
.x-box-tl, .x-box-bl {
padding-left: 8px;
overflow: hidden;
}
.x-box-tr, .x-box-br {
padding-right: 8px;
overflow: hidden;
} |
src/plugins/jmxweb/src/hawtio/app/ui/html/test/auto-dropdown.html | zhouluoyang/openfire | <div ng-controller="UI.UITestController2">
<div>
<div class="row-fluid">
<h3>Auto Drop Down</h3>
<p>Handy for horizontal lists of things like menus, if the width of the element is smaller than the items inside any overflowing elements will be collected into a special dropdown element that's required at the end of the list</p>
<script type="text/ng-template" id="autoDropDownTemplate">
<ul class="nav nav-tabs" hawtio-auto-dropdown>
<!-- All of our menu items -->
<li ng-repeat="item in menuItems">
<a href="">{{item}}</a>
</li>
<!-- The dropdown that will collect overflow elements -->
<li class="dropdown overflow" style="float: right !important; visibility: hidden;">
<a href="" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-chevron-down"></i>
</a>
<ul class="dropdown-menu right"></ul>
</li>
</ul>
</script>
<div hawtio-editor="autoDropDown" mode="fileUploadExMode"></div>
<div class="directive-example">
<div compile="autoDropDown"></div>
</div>
</div>
</div>
</div>
|
LayoutTests/media/track/opera/track/webvtt/rendering/reftest/align_middle_wrapped.html | nwjs/blink | <!DOCTYPE html>
<html>
<title>WebVTT rendering, align:middle with long cues</title>
<style>
html { overflow:hidden }
body { margin:0 }
::cue {
font-family: Ahem, sans-serif;
color: green
}
</style>
<script src="support/refTestWait.js"></script>
<video width="1280" height="720" autoplay onplaying="this.onplaying = null; this.pause(); takeScreenshot();">
<source src="media/white.webm" type="video/webm">
<source src="media/white.mp4" type="video/mp4">
<track src="support/align_middle_long.vtt">
</video>
<script>
document.getElementsByTagName('track')[0].track.mode = 'showing';
</script>
</html>
|
venv/bin/libs/numeric/ublas/doc/html/classboost_1_1numeric_1_1ublas_1_1vector__binary-members.html | NixaSoftware/CVis | <!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>ublas: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</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><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>boost::numeric::ublas::vector_binary< E1, E2, F > Member List</h1>This is the complete list of members for <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><b>begin</b>() const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>closure_type</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>complexity</b> (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__expression.html">boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__expression.html">boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > ></a></td><td><code> [static]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>const_closure_type</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>const_reference</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>const_reverse_iterator</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>difference_type</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>end</b>() const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>expression_type</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__expression.html">boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__expression.html">boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>find</b>(size_type i) const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>iterator</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>operator()</b>(size_type i) const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>operator()</b>() const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__expression.html">boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__expression.html">boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>operator()</b>() (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__expression.html">boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__expression.html">boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>operator[]</b>(size_type i) const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>rbegin</b>() const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>reference</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>rend</b>() const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>same_closure</b>(const vector_binary &vb) const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>size</b>() const (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>size_type</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>storage_category</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>type_category</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__expression.html">boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__expression.html">boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>ublas_expression</b>() (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1ublas__expression.html">boost::numeric::ublas::ublas_expression< vector_binary< E1, E2, F > ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1ublas__expression.html">boost::numeric::ublas::ublas_expression< vector_binary< E1, E2, F > ></a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>value_type</b> typedef (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>vector_binary</b>(const expression1_type &e1, const expression2_type &e2) (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1vector__binary.html">boost::numeric::ublas::vector_binary< E1, E2, F ></a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>~ublas_expression</b>() (defined in <a class="el" href="classboost_1_1numeric_1_1ublas_1_1ublas__expression.html">boost::numeric::ublas::ublas_expression< vector_binary< E1, E2, F > ></a>)</td><td><a class="el" href="classboost_1_1numeric_1_1ublas_1_1ublas__expression.html">boost::numeric::ublas::ublas_expression< vector_binary< E1, E2, F > ></a></td><td><code> [protected]</code></td></tr>
</table></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Jul 4 20:31:07 2010 for ublas by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|
tests/wpt/mozilla/tests/webgl/conformance-1.0.3/conformance/ogles/GL/floor/floor_001_to_006.html | anthgur/servo | <!DOCTYPE html>
<!-- this file is auto-generated. DO NOT EDIT.
/*
** Copyright (c) 2012 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Materials, and to
** permit persons to whom the Materials are furnished to do so, subject to
** the following conditions:
**
** The above copyright notice and this permission notice shall be included
** in all copies or substantial portions of the Materials.
**
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-->
<html>
<head>
<meta charset="utf-8">
<title>WebGL GLSL conformance test: floor_001_to_006.html</title>
<link rel="stylesheet" href="../../../../resources/js-test-style.css" />
<link rel="stylesheet" href="../../../resources/ogles-tests.css" />
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src="../../../../resources/js-test-pre.js"></script>
<script src="../../../resources/webgl-test-utils.js"></script>
<script src="../../ogles-utils.js"></script>
</head>
<body>
<canvas id="example" width="500" height="500" style="width: 16px; height: 16px;"></canvas>
<div id="description"></div>
<div id="console"></div>
</body>
<script>
"use strict";
OpenGLESTestRunner.run({
"tests": [
{
"referenceProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "floor_float_frag_xvary_ref.frag"
},
"model": null,
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "floor_float_frag_xvary.frag"
},
"name": "floor_float_frag_xvary.test.html",
"pattern": "compare"
},
{
"referenceProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "floor_vec2_frag_xvary_ref.frag"
},
"model": null,
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "floor_vec2_frag_xvary.frag"
},
"name": "floor_vec2_frag_xvary.test.html",
"pattern": "compare"
},
{
"referenceProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "floor_vec3_frag_xvary_ref.frag"
},
"model": null,
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "floor_vec3_frag_xvary.frag"
},
"name": "floor_vec3_frag_xvary.test.html",
"pattern": "compare"
},
{
"referenceProgram": {
"vertexShader": "floor_float_vert_xvary_ref.vert",
"fragmentShader": "../default/default.frag"
},
"model": "grid",
"testProgram": {
"vertexShader": "floor_float_vert_xvary.vert",
"fragmentShader": "../default/default.frag"
},
"name": "floor_float_vert_xvary.test.html",
"pattern": "compare"
},
{
"referenceProgram": {
"vertexShader": "floor_vec2_vert_xvary_ref.vert",
"fragmentShader": "../default/default.frag"
},
"model": "grid",
"testProgram": {
"vertexShader": "floor_vec2_vert_xvary.vert",
"fragmentShader": "../default/default.frag"
},
"name": "floor_vec2_vert_xvary.test.html",
"pattern": "compare"
},
{
"referenceProgram": {
"vertexShader": "floor_vec3_vert_xvary_ref.vert",
"fragmentShader": "../default/default.frag"
},
"model": "grid",
"testProgram": {
"vertexShader": "floor_vec3_vert_xvary.vert",
"fragmentShader": "../default/default.frag"
},
"name": "floor_vec3_vert_xvary.test.html",
"pattern": "compare"
}
]
});
var successfullyParsed = true;
</script>
</html>
|
web/components/jquery-ui/themes/base/tabs.css | fjbatresv/REMIS | /*!
* jQuery UI Tabs 1.11.0
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/tabs/#theming
*/
.ui-tabs {
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
|
third_party/glm/doc/api/a00129.html | TheMarex/deberg | <!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.8"/>
<title>0.9.6: type_precision.hpp File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">0.9.6
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_885cc87fac2d91e269af0a5a959fa5f6.html">E:</a></li><li class="navelem"><a class="el" href="dir_153b03dd71a7bff437c38ec53cb2e014.html">Source</a></li><li class="navelem"><a class="el" href="dir_0c6652232a835be54bedd6cfd7502504.html">G-Truc</a></li><li class="navelem"><a class="el" href="dir_e2c7faa62a52820b5be8795affd6e495.html">glm</a></li><li class="navelem"><a class="el" href="dir_5cf96241cdcf6779b80e104875f9716f.html">glm</a></li><li class="navelem"><a class="el" href="dir_8aa733b201d3a9f98631fbccc86ae6c7.html">gtc</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">type_precision.hpp File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a href="a00129_source.html">Go to the source code of this file.</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>OpenGL Mathematics (glm.g-truc.net) </p>
<p>Copyright (c) 2005 - 2014 G-Truc Creation (www.g-truc.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
<p>Restrictions: By making use of the Software for military purposes, you choose to make a Bunny unhappy.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
<p><a class="el" href="a00178.html">GLM_GTC_type_precision</a></p>
<dl class="section date"><dt>Date</dt><dd>2009-06-04 / 2011-12-07 </dd></dl>
<dl class="section author"><dt>Author</dt><dd>Christophe Riccio</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="a00160.html" title="The core of GLM, which implements exactly and only the GLSL specification to the degree possible...">GLM Core</a> (dependence) </dd>
<dd>
gtc_half_float (dependence) </dd>
<dd>
<a class="el" href="a00174.html" title="Defines a templated quaternion type and several quaternion operations. ">GLM_GTC_quaternion</a> (dependence) </dd></dl>
<p>Definition in file <a class="el" href="a00129_source.html">type_precision.hpp</a>.</p>
</div></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.8
</small></address>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/css-flexbox/grid-flex-item-005.html | scheib/chromium | <!DOCTYPE html>
<link rel="help" href="https://crbug.com/1108928">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div id="target">
<div style="display: flex; flex-direction: column">
<div style="display: grid; height: 0; flex: 1; grid-template-rows: minmax(100px, 200%);">
<div style="background: green;"></div>
</div>
</div>
</div>
<script>
document.body.offsetTop;
document.getElementById('target').style.width = '100px';
</script>
|
three/examples/webgl_materials_blending_custom.html | lyaunzbe/jessy | <!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - materials - custom blending</title>
<meta charset="utf-8">
<style>
body {
margin: 0px;
background-color: #111;
overflow: hidden;
font-family: arial;
}
.menu { color: #fff; font-weight: bold; font-size: 12px; z-index: 100; width: 75px; position: absolute; top: 0px; padding: 16px; }
.menu img, .menu canvas { width: 75px; margin: 10px 0 }
#images { background: rgba(0,0,0,0); left: 0px; }
#backgrounds { background: rgba(0,0,0,0.0); left: 107px; }
#labels { background: rgba(0,0,0,0.75); left: 214px; width: 100px }
.lbl { color: #fff; z-index: 150; float:left; padding: 0.25em; width: 75px; display: block }
#lbl_dst { background:#800; }
#lbl_src { background:green; }
.btn { background: darkorange; width: 100px; cursor: pointer }
#btn_sub { background: transparent }
#btn_rsub { background: transparent }
#btn_pre { background: transparent }
#btn_rsub, #btn_nopre { margin-bottom: 2em }
</style>
</head>
<body>
<div id="images" class="menu">
Foreground
<a id="img_0" href="#"><img src="textures/disturb.jpg" /></a>
<a id="img_1" href="#"><img src="textures/sprite0.jpg" /></a>
<a id="img_2" href="#"><img src="textures/sprite0.png" /></a>
<a id="img_3" href="#"><img src="textures/lensflare/lensflare0.png" /></a>
<a id="img_4" href="#"><img src="textures/lensflare/lensflare0_alpha.png" /></a>
<a id="img_5" href="#"><img src="textures/sprites/ball.png" /></a>
<a id="img_6" href="#"><img src="textures/sprites/snowflake7_alpha.png" /></a>
</div>
<div id="backgrounds" class="menu">
Background
<a id="bg_0" href="#"><img src="textures/disturb.jpg" /></a>
<a id="bg_1" href="#"></a>
<a id="bg_2" href="#"></a>
<a id="bg_3" href="#"><img src="textures/crate.gif" /></a>
<a id="bg_4" href="#"><img src="textures/lava/lavatile.jpg" /></a>
<a id="bg_5" href="#"><img src="textures/water.jpg" /></a>
<a id="bg_6" href="#"><img src="textures/lava/cloud.png" /></a>
</div>
<div id="labels" class="menu">
Equation<br/><br/>
<div class="lbl btn" id="btn_add">Add</div>
<div class="lbl btn" id="btn_sub">Subtract</div>
<div class="lbl btn" id="btn_rsub">ReverseSubtract</div>
Premultiply alpha<br/><br/>
<div class="lbl btn" id="btn_pre">On</div>
<div class="lbl btn" id="btn_nopre">Off</div>
Labels<br/><br/>
<div class="lbl" id="lbl_src">Source</div>
<div class="lbl" id="lbl_dst">Destination</div>
</div>
<script src="../build/three.min.js"></script>
<script src="js/Detector.js"></script>
<script>
if ( ! Detector.webgl ) Detector.addGetWebGLMessage();
var SCREEN_WIDTH = window.innerWidth - 215;
var SCREEN_HEIGHT = window.innerHeight;
var camera, scene, renderer;
var materialBg;
var materials = [];
var mapsPre = [];
var mapsNoPre = [];
var currentMaps = mapsNoPre;
var currentIndex = 4;
init();
animate();
function init() {
// CAMERA
camera = new THREE.PerspectiveCamera( 70, SCREEN_WIDTH / SCREEN_HEIGHT, 1, 1000 );
camera.position.z = 700;
// SCENE
scene = new THREE.Scene();
// BACKGROUND IMAGES
var x = document.createElement( "canvas" );
var xc = x.getContext( "2d" );
x.width = x.height = 128;
xc.fillStyle = "#eee";
xc.fillRect( 0, 0, 128, 128 );
xc.fillStyle = "#999";
xc.fillRect( 0, 0, 64, 64 );
xc.fillStyle = "#aaa";
xc.fillRect( 32, 32, 32, 32 );
xc.fillStyle = "#999";
xc.fillRect( 64, 64, 64, 64 );
xc.fillStyle = "#bbb";
xc.fillRect( 96, 96, 32, 32 );
document.getElementById("bg_1").appendChild( x );
var x2 = document.createElement( "canvas" );
var xc2 = x2.getContext( "2d" );
x2.width = x2.height = 128;
xc2.fillStyle = "#444";
xc2.fillRect( 0, 0, 128, 128 );
xc2.fillStyle = "#000";
xc2.fillRect( 0, 0, 64, 64 );
xc2.fillStyle = "#111";
xc2.fillRect( 32, 32, 32, 32 );
xc2.fillStyle = "#000";
xc2.fillRect( 64, 64, 64, 64 );
xc2.fillStyle = "#222";
xc2.fillRect( 96, 96, 32, 32 );
document.getElementById("bg_1").appendChild( x );
document.getElementById("bg_2").appendChild( x2 );
var mapBg0 = new THREE.Texture( x );
mapBg0.wrapS = mapBg0.wrapT = THREE.RepeatWrapping;
mapBg0.repeat.set( 128, 64 );
mapBg0.needsUpdate = true;
var mapBg1 = new THREE.Texture( x2 );
mapBg1.wrapS = mapBg1.wrapT = THREE.RepeatWrapping;
mapBg1.repeat.set( 128, 64 );
mapBg1.needsUpdate = true;
var mapBg2 = THREE.ImageUtils.loadTexture( "textures/disturb.jpg" );
mapBg2.wrapS = mapBg2.wrapT = THREE.RepeatWrapping;
mapBg2.repeat.set( 8, 4 );
var mapBg3 = THREE.ImageUtils.loadTexture( "textures/crate.gif" );
mapBg3.wrapS = mapBg3.wrapT = THREE.RepeatWrapping;
mapBg3.repeat.set( 32, 16 );
var mapBg4 = THREE.ImageUtils.loadTexture( "textures/lava/lavatile.jpg" );
mapBg4.wrapS = mapBg4.wrapT = THREE.RepeatWrapping;
mapBg4.repeat.set( 8, 4 );
var mapBg5 = THREE.ImageUtils.loadTexture( "textures/water.jpg" );
mapBg5.wrapS = mapBg5.wrapT = THREE.RepeatWrapping;
mapBg5.repeat.set( 8, 4 );
var mapBg6 = THREE.ImageUtils.loadTexture( "textures/lava/cloud.png" );
mapBg6.wrapS = mapBg6.wrapT = THREE.RepeatWrapping;
mapBg6.repeat.set( 2, 1 );
// BACKGROUND
materialBg = new THREE.MeshBasicMaterial( { map: mapBg1 } );
var meshBg = new THREE.Mesh( new THREE.PlaneGeometry( 4000, 2000 ), materialBg );
meshBg.position.set( 0, 0, -1 );
scene.add( meshBg );
// FOREGROUND IMAGES
var images = [ 'textures/disturb.jpg',
'textures/sprite0.jpg',
'textures/sprite0.png',
'textures/lensflare/lensflare0.png',
'textures/lensflare/lensflare0_alpha.png',
'textures/sprites/ball.png',
'textures/sprites/snowflake7_alpha.png' ];
for ( var i = 0; i < images.length; i ++ ) {
var map = THREE.ImageUtils.loadTexture( images[ i ] );
var mapPre = map.clone();
mapPre.premultiplyAlpha = true;
mapPre.needsUpdate = true;
mapsNoPre.push( map );
mapsPre.push( mapPre );
}
// FOREGROUND OBJECTS
var blendings = [ "NoBlending", "NormalBlending", "AdditiveBlending", "SubtractiveBlending", "MultiplyBlending", "AdditiveAlphaBlending" ];
var src = [ "ZeroFactor", "OneFactor", "SrcAlphaFactor", "OneMinusSrcAlphaFactor", "DstAlphaFactor", "OneMinusDstAlphaFactor", "DstColorFactor", "OneMinusDstColorFactor", "SrcAlphaSaturateFactor" ];
var dst = [ "ZeroFactor", "OneFactor", "SrcColorFactor", "OneMinusSrcColorFactor", "SrcAlphaFactor", "OneMinusSrcAlphaFactor", "DstAlphaFactor", "OneMinusDstAlphaFactor" ];
var geo1 = new THREE.PlaneGeometry( 100, 100 );
var geo2 = new THREE.PlaneGeometry( 100, 25 );
var blending = "CustomBlending";
for ( var i = 0; i < dst.length; i ++ ) {
var blendDst = dst[ i ];
for ( var j = 0; j < src.length; j ++ ) {
var blendSrc = src[ j ];
var material = new THREE.MeshBasicMaterial( { map: currentMaps[ currentIndex ] } );
material.transparent = true;
material.blending = THREE[ blending ];
material.blendSrc = THREE[ blendSrc ];
material.blendDst = THREE[ blendDst ];
material.blendEquation = THREE.AddEquation;
var x = ( j - src.length / 2 ) * 110;
var z = 0;
var y = ( i - dst.length / 2 ) * 110 + 50;
var mesh = new THREE.Mesh( geo1, material );
mesh.position.set( x, y, z );
mesh.matrixAutoUpdate = false;
mesh.updateMatrix();
scene.add( mesh );
materials.push( material );
}
}
for ( var j = 0; j < src.length; j ++ ) {
var blendSrc = src[ j ];
var x = ( j - src.length / 2 ) * 110;
var z = 0;
var y = ( 0 - dst.length / 2 ) * 110 + 50;
var mesh = new THREE.Mesh( geo2, generateLabelMaterial( blendSrc.replace( "Factor", "" ), "rgba( 0, 150, 0, 1 )" ) );
mesh.position.set( x, - (y - 70), z );
mesh.matrixAutoUpdate = false;
mesh.updateMatrix();
scene.add( mesh );
}
for ( var i = 0; i < dst.length; i ++ ) {
var blendDst = dst[ i ];
var x = ( 0 - src.length / 2 ) * 110 - 125;
var z = 0;
var y = ( i - dst.length / 2 ) * 110 + 165;
var mesh = new THREE.Mesh( geo2, generateLabelMaterial( blendDst.replace( "Factor", "" ), "rgba( 150, 0, 0, 1 )" ) );
mesh.position.set( x, - (y - 70), z );
mesh.matrixAutoUpdate = false;
mesh.updateMatrix();
scene.add( mesh );
}
// RENDERER
renderer = new THREE.WebGLRenderer();
renderer.setSize( SCREEN_WIDTH, SCREEN_HEIGHT );
renderer.domElement.style.position = "absolute";
renderer.domElement.style.left = "215px";
document.body.appendChild( renderer.domElement );
// EVENTS
window.addEventListener( 'resize', onWindowResize, false );
addImgHandler( "img_0", 0 );
addImgHandler( "img_1", 1 );
addImgHandler( "img_2", 2 );
addImgHandler( "img_3", 3 );
addImgHandler( "img_4", 4 );
addImgHandler( "img_5", 5 );
addImgHandler( "img_6", 6 );
addBgHandler( "bg_0", mapBg2 );
addBgHandler( "bg_1", mapBg0 );
addBgHandler( "bg_2", mapBg1 );
addBgHandler( "bg_3", mapBg3 );
addBgHandler( "bg_4", mapBg4 );
addBgHandler( "bg_5", mapBg5 );
addBgHandler( "bg_6", mapBg6 );
addEqHandler( "btn_add", THREE.AddEquation );
addEqHandler( "btn_sub", THREE.SubtractEquation );
addEqHandler( "btn_rsub", THREE.ReverseSubtractEquation );
addPreHandler( "btn_pre", mapsPre );
addPreHandler( "btn_nopre", mapsNoPre );
}
//
function addImgHandler( id, index ) {
var el = document.getElementById( id );
el.addEventListener( 'click', function () {
for ( var i = 0; i < materials.length; i ++ ) {
materials[ i ].map = currentMaps[ index ];
}
currentIndex = index;
} );
}
function addEqHandler( id, eq ) {
var el = document.getElementById( id );
el.addEventListener( 'click', function () {
for ( var i = 0; i < materials.length; i ++ ) {
materials[ i ].blendEquation = eq;
}
document.getElementById( "btn_add" ).style.backgroundColor = "transparent";
document.getElementById( "btn_sub" ).style.backgroundColor = "transparent";
document.getElementById( "btn_rsub" ).style.backgroundColor = "transparent";
el.style.backgroundColor = "darkorange";
});
}
function addBgHandler( id, map ) {
var el = document.getElementById( id );
el.addEventListener( 'click', function () { materialBg.map = map; } );
}
function addPreHandler( id, marray ) {
var el = document.getElementById( id );
el.addEventListener( 'click', function () {
currentMaps = marray;
for ( var i = 0; i < materials.length; i ++ ) {
materials[ i ].map = currentMaps[ currentIndex ];
}
document.getElementById( "btn_pre" ).style.backgroundColor = "transparent";
document.getElementById( "btn_nopre" ).style.backgroundColor = "transparent";
el.style.backgroundColor = "darkorange";
} );
}
//
function onWindowResize( event ) {
SCREEN_WIDTH = window.innerWidth;
SCREEN_HEIGHT = window.innerHeight;
renderer.setSize( SCREEN_WIDTH, SCREEN_HEIGHT );
camera.aspect = SCREEN_WIDTH / SCREEN_HEIGHT;
camera.updateProjectionMatrix();
}
//
function generateLabelMaterial( text, bg ) {
var x = document.createElement( "canvas" );
var xc = x.getContext( "2d" );
x.width = 128;
x.height = 32;
xc.fillStyle = bg;
xc.fillRect( 0, 0, 128, 32 );
//xc.shadowColor = "#000";
//xc.shadowBlur = 3;
xc.fillStyle = "white";
xc.font = "10pt arial bold";
xc.fillText( text, 8, 22 );
var map = new THREE.Texture( x );
map.needsUpdate = true;
var material = new THREE.MeshBasicMaterial( { map: map, transparent: true } );
return material;
}
function animate() {
requestAnimationFrame( animate );
var time = Date.now() * 0.00025;
var ox = ( time * -0.01 * materialBg.map.repeat.x ) % 1;
var oy = ( time * -0.01 * materialBg.map.repeat.y ) % 1;
//var oy = Math.sin( 0.75 * time ) * 0.01 * materialBg.map.repeat.y;
materialBg.map.offset.set( ox, oy );
renderer.render( scene, camera );
}
</script>
</body>
</html>
|
docs/api/rb/Selenium/WebDriver/Error/ServerError.html | pulkitsinghal/selenium | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>
Exception: Selenium::WebDriver::Error::ServerError
— Documentation by YARD 0.8.7.3
</title>
<link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
hasFrames = window.top.frames.main ? true : false;
relpath = '../../../';
framesUrl = "../../../frames.html#!" + escape(window.location.href);
</script>
<script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script>
</head>
<body>
<div id="header">
<div id="menu">
<a href="../../../_index.html">Index (S)</a> »
<span class='title'><span class='object_link'><a href="../../../Selenium.html" title="Selenium (module)">Selenium</a></span></span> » <span class='title'><span class='object_link'><a href="../../WebDriver.html" title="Selenium::WebDriver (module)">WebDriver</a></span></span> » <span class='title'><span class='object_link'><a href="../Error.html" title="Selenium::WebDriver::Error (module)">Error</a></span></span>
»
<span class="title">ServerError</span>
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="../../../class_list.html">
Class List
</a>
<a class="full_list_link" id="method_list_link"
href="../../../method_list.html">
Method List
</a>
<a class="full_list_link" id="file_list_link"
href="../../../file_list.html">
File List
</a>
</div>
<div class="clear"></div>
</div>
<iframe id="search_frame"></iframe>
<div id="content"><h1>Exception: Selenium::WebDriver::Error::ServerError
</h1>
<dl class="box">
<dt class="r1">Inherits:</dt>
<dd class="r1">
<span class="inheritName">StandardError</span>
<ul class="fullTree">
<li>Object</li>
<li class="next">StandardError</li>
<li class="next">Selenium::WebDriver::Error::ServerError</li>
</ul>
<a href="#" class="inheritanceTree">show all</a>
</dd>
<dt class="r2 last">Defined in:</dt>
<dd class="r2 last">rb/lib/selenium/webdriver/remote/server_error.rb</dd>
</dl>
<div class="clear"></div>
<h2>
Instance Method Summary
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
</h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
<a href="#initialize-instance_method" title="#initialize (instance method)">- (ServerError) <strong>initialize</strong>(response) </a>
</span>
<span class="note title constructor">constructor</span>
<span class="summary_desc"><div class='inline'>
<p>A new instance of ServerError.</p>
</div></span>
</li>
</ul>
<div id="constructor_details" class="method_details_list">
<h2>Constructor Details</h2>
<div class="method_details first">
<h3 class="signature first" id="initialize-instance_method">
- (<tt><span class='object_link'><a href="" title="Selenium::WebDriver::Error::ServerError (class)">ServerError</a></span></tt>) <strong>initialize</strong>(response)
</h3><div class="docstring">
<div class="discussion">
<p>Returns a new instance of ServerError</p>
</div>
</div>
<div class="tags">
</div><table class="source_code">
<tr>
<td>
<pre class="lines">
6
7
8
9
10
11
12</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'rb/lib/selenium/webdriver/remote/server_error.rb', line 6</span>
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_response'>response</span><span class='rparen'>)</span>
<span class='kw'>if</span> <span class='id identifier rubyid_response'>response</span><span class='period'>.</span><span class='id identifier rubyid_kind_of?'>kind_of?</span> <span class='const'>String</span>
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_response'>response</span><span class='rparen'>)</span>
<span class='kw'>else</span>
<span class='kw'>super</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>status code </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_response'>response</span><span class='period'>.</span><span class='id identifier rubyid_code'>code</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated on Mon Feb 17 23:06:00 2014 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.8.7.3 (ruby-2.1.0).
</div>
</body>
</html> |
main/templates/bit/style.html | ssxenon01/music-app | # for style in config.STYLES
# if config.DEVELOPMENT
<link rel="stylesheet" href="/p/{{style.replace('.less', '.css').replace('src/style/', 'dst/style/')}}?{{config.CURRENT_VERSION_ID}}">
# else
<link rel="stylesheet" href="/p/{{style.replace('.less', '.min.css').replace('src/style/', 'min/style/')}}?{{config.CURRENT_VERSION_ID}}">
# endif
# endfor
|
[CSS]-01-Basics/CSS-Exams/14-Apr-23-Group-1/Task 1/template/index.html | shakuu/Homework | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Styling Exam Variant 1 - Task 1</title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div id="wrapper">
<header>
<h1>
Nikolay Kostov's blog
</h1>
<nav id="nav">
<ul>
<li>about</li>
<li>blog</li>
<li>speaking</li>
<li>books</li>
</ul>
</nav>
<div class="clear"></div>
</header>
<div id="searchBar">
<div id="archives">
/ <a href="/archive/2011/">2011</a>
/ <a href="/archive/2012/">2012</a>
/ <a href="/archive/2013/">2013</a>
/ <a href="/archive/2014/">2014</a>
</div>
<div id="search">
<a href="/search/">Search</a>
</div>
<div class="clear"></div>
</div>
<div id="content">
<h1>Good luck!</h1>
<article>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean nisl odio, semper quis sapien aliquam, volutpat ornare ligula. Etiam facilisis elit libero, quis luctus leo convallis in. Aenean bibendum eros eu viverra condimentum. Proin bibendum sollicitudin placerat. Donec bibendum ac dolor id dignissim. In ultricies ipsum eget nisi eleifend iaculis. Quisque arcu lacus, suscipit eu sollicitudin at, porttitor non purus.</p>
<p>Maecenas convallis enim magna, sed vehicula est lobortis a. Nunc iaculis non enim id molestie. Sed rhoncus dictum massa eu faucibus. Maecenas commodo nisi eu nunc hendrerit, eu malesuada dui congue. Donec mattis, sem quis tempus feugiat, dolor risus interdum tortor, at facilisis urna nisl molestie nunc. Phasellus felis lorem, elementum accumsan neque ut, imperdiet hendrerit velit. Sed leo magna, semper mollis ullamcorper eu, interdum sed odio. Fusce mauris lacus, fermentum ut accumsan et, vestibulum in lorem. Vivamus ultrices vitae erat sed ornare. Sed mattis libero non sagittis vehicula.</p>
<p>Mauris mollis mi vel purus pellentesque ultricies. Ut quis ipsum a odio placerat ullamcorper a a dui. Maecenas accumsan eget urna eu ultrices. Nunc bibendum non dui vel lobortis. Proin accumsan purus et vehicula fermentum. Duis non varius odio, id pharetra nunc. Sed sodales sapien a imperdiet viverra. Curabitur molestie, magna non sollicitudin vehicula, orci ligula vestibulum tortor, quis euismod massa augue ut arcu. Donec sed ante ornare, lobortis tellus eget, mollis metus.</p>
<p>Nulla facilisi. In hac habitasse platea dictumst. Suspendisse scelerisque dolor quam, molestie dictum justo pharetra et. Mauris vehicula accumsan libero, quis auctor urna condimentum a. Suspendisse nisi urna, ultrices ut urna ac, consequat sollicitudin dolor. Quisque hendrerit enim et nunc tempor sagittis. Donec id euismod est, vitae condimentum sem. Sed volutpat diam et metus aliquam, id porta leo dictum. Donec ornare, lacus eu venenatis dignissim, erat risus dictum turpis, nec porttitor odio dolor eget sapien. Morbi id luctus massa. Pellentesque vulputate sit amet turpis non congue. Donec semper placerat viverra. Donec nec blandit neque.</p>
<p>Donec velit turpis, vehicula at pharetra vitae, luctus quis metus. Integer nec est in lacus suscipit consectetur faucibus in lacus. Donec hendrerit dui in mi scelerisque, vestibulum auctor nisl pellentesque. Vivamus fringilla purus id feugiat porta. Pellentesque dapibus arcu risus, eget vehicula est sollicitudin nec. Phasellus sed velit ligula. Donec eu suscipit massa.</p>
</article>
</div>
</div>
</body>
</html>
|
tests/wpt/web-platform-tests/css/css-text-3/i18n/css3-text-line-break-jazh-109.html | shinglyu/servo | <!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 3087 HIRAGANA LETTER SMALL YO (loose,ja)</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<link rel='help' href='https://drafts.csswg.org/css-text-3/#line-break'>
<link rel="match" href="reference/css3-text-line-break-jazh-109-ref.html">
<meta name='flags' content='font'>
<meta name="assert" content="The browser will allow 3087 HIRAGANA LETTER SMALL YO at the beginning of a line.">
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';
src: url('support/mplus-1p-regular.woff') format('woff');
/* filesize: 803K */
}
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 93px; padding: 0; border: 1px solid orange; line-height: 1em; }
.name { font-size: 10px; }
.test { line-break: loose; }
</style>
</head>
<body>
<p class='instructions'>Test passes if the two orange boxes are identical.</p>
<div class='test' lang='ja'>かかかょな</div>
<div class='ref' lang='ja'>かかか<br/>ょな</div>
<!--Notes:
<p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
-->
</body>
</html>
|
tests/wpt/web-platform-tests/css/css-text-3/i18n/reference/css3-text-line-break-opclns-212-ref.html | fitzgen/servo | <!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 309D HIRAGANA ITERATION MARK</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content='font'>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';
src: url('support/mplus-1p-regular.woff') format('woff');
/* filesize: 803K */
}
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two orange boxes are identical.</p>
<div class='ref'>中中<br />中ゝ文</div>
<div class='ref'>中中<br />中ゝ文</div>
</body>
</html>
|
templates/init/src/index.html | ieugen/grommet | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Grommet - User Experience for the Enterprise</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
<link rel="shortcut icon" type="image/png" href="img/shortcut-icon.png" />
<link rel="apple-touch-icon" sizes="196x196" type="image/png" href="img/mobile-app-icon.png">
<style>
body.loading {margin: 0px; width: 100vw; height: 100vh;
background-image: radial-gradient(circle at 50% 15%, #fff, #fff 30%, #ccc);
}
body.loading #content {
position: relative;
width: 100%;
height: 100%;
font-size: 0px;
}
body.loading #logo {
position: absolute; display: block; width: 140px; height: 140px;
top: calc(50vh - 70px); left: calc(50vw - 70px);
}
div.t {
display: inline-block;
box-sizing: border-box;
margin: 0px;
width: 10vw;
height: 10vh;
background-color: #e2e2e2;
}
div.t.on {
-webkit-animation: pulse 3s infinite linear alternate;
-moz-animation: pulse 3s infinite linear alternate;
animation: pulse 3s infinite linear alternate;
}
div.t.on:hover {
-webkit-animation: none;
background-color: #ccc;
}
@-webkit-keyframes pulse {
100% { background-color: #fff; }
}
@-moz-keyframes pulse {
100% { background-color: #fff; }
}
@keyframes pulse {
100% { background-color: #fff; }
}
</style>
</head>
<body class="loading">
<div id="content">
<svg id="logo" viewBox="0 0 140 140" version="1.1">
<path d="M119.49603,20.5014878 L100.989057,39.0094878 C105.89805,43.9184878 109.859044,49.7734878 111.669042,55.3734878 C122.692025,89.4684878 93.3250687,120.604488 59.5321185,112.820488 C44.9911399,109.470488 30.5211612,94.9984878 27.1751661,80.4564878 C20.432176,51.1514878 42.9571429,25.1854878 71.2931012,25.9974878 L93.3090687,3.98048778 C86.0960794,1.43348778 78.3420908,0.0304877767 70.2641027,0.000487776719 C32.014159,-0.141512223 0.549205302,30.7384878 0.00720609982,68.9844878 C-0.547793083,108.124488 31.0271604,140.024488 70.045103,139.999488 C108.802046,139.975488 140,108.756488 140,70.0004878 C140,50.6694878 132.164012,33.1694878 119.49603,20.5014878 L119.49603,20.5014878 Z" fill="#8C50FF"></path>
<path d="M27.1736636,80.457549 C30.5194807,94.999549 44.98869,109.472549 59.5288954,112.821549 C93.3190487,120.605549 122.685444,89.469549 111.663046,55.374549 C109.852145,49.774549 105.891362,43.918549 100.98363,39.010549 L69.9953234,70.000549 L100.083679,70.001549 C100.083679,86.762549 86.3804279,100.322549 69.5663468,100.089549 C53.4302287,99.865549 40.23095,86.746549 39.9119674,70.611549 C39.7429767,62.061549 43.140791,54.304549 48.7174862,48.725549 L48.6404904,48.648549 L71.2872528,25.998549 C42.9548011,25.186549 20.4310321,51.152549 27.1736636,80.457549 L27.1736636,80.457549 Z" fill="#333333"></path>
</svg>
<script>
var c = document.getElementById("content");
for (var i = 0; i < 100; i += 1) {
c.insertAdjacentHTML('beforeend', '<div class="t off"></div>');
}
var timer = setInterval(function () {
var again = false;
if (document.body.classList.contains('loading')) {
var ts = c.querySelectorAll('div.t.off');
var index = Math.floor(Math.random() * ts.length);
ts[index].classList.remove('off');
ts[index].classList.add('on');
if (ts.length > 1) {
again = true;
}
}
if (! again) {
clearInterval(timer);
}
}, 100)
</script>
</div>
<script src="index.js"></script>
</body>
</html>
|
vendor/percentageloader/css/jquery.percentageloader-0.1.css | azitouni/monCV01 | @font-face {
font-family: 'BebasNeueRegular';
src: url('BebasNeue-webfont.eot');
src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('BebasNeue-webfont.woff') format('woff'),
url('BebasNeue-webfont.ttf') format('truetype'),
url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
|
wp-content/themes/secretsession/library/outdoor.css | misfit-inc/secretsessions.co.uk | /* ===================================================================================================
| |
| FACEBOOK & MAILCHIMP |
| |
=================================================================================================== */
.facecontainer {
width: 500px;
margin: auto;
}
.facebookcontainer {
padding-top: 20px;
}
.facebookcontainer img {
background: none repeat scroll 0 0 #FDFBEE;
padding: 4px;
}
.specialfooter p {
color: #fff;
}
.smalllogo {
text-align: center;
width: 520px;
padding-top: 15px;
}
.smalllogo h2.major {
line-height: 15px;
}
.smalllogo h2.major a {
font-family: 'BuffetScriptRegular';
color: #7e7752;
font-size: 30px;
}
.smalllogo h3.tag a {
font-family: 'CheboyganRegular';
color: #539c4b;
font-size: 22px;
text-transform: lowercase;
}
.slide-out-div {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #AAAAAA;
padding: 20px;
width: 290px;
}
.handle {
background: url(images/facebook.png) no-repeat;
} |
third_party/blink/web_tests/external/wpt/css/css-grid/alignment/grid-inline-axis-alignment-auto-margins-007.html | chromium/chromium | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Grid Layout Test: Aligning grid items using 'auto' margins and relative sized columns</title>
<link rel="author" title="Javier Fernandez Garcia-Boente" href="mailto:jfernandez@igalia.com">
<link rel="help" title="10.2 Aligning with auto margins" href="https://drafts.csswg.org/css-grid/#auto-margins">
<meta name="assert" content="The 'left' and 'right' margins must be recomputed whenever the grid's width changes.">
<style>
#grid {
display: grid;
position: relative;
background: grey;
grid-template-columns: 40% 60%;
height: 200px;
width: 500px;
}
#grid div {
margin: 0px auto 0px auto;
}
#item1 {
background: green;
width: 50px;
height: 25px;
}
#item2 {
background: blue;
width: 100px;
height: 25px;
}
</style>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/check-layout-th.js"></script>
<div id="grid">
<div id="item1"></div>
<div id="item2"></div>
</div>
<script>
setup({ explicit_done: true });
document.fonts.ready.then(() => {
item1.setAttribute("data-offset-x", "75");
item2.setAttribute("data-offset-x", "300");
checkLayout('#grid', false);
grid.style.width = "300px";
item1.setAttribute("data-offset-x", "35");
item2.setAttribute("data-offset-x", "160");
checkLayout('#grid', true);
});
</script>
|
third_party/blink/web_tests/external/wpt/css/css-transforms/scale/svg-scale-007.html | nwjs/chromium.src | <!DOCTYPE html>
<html>
<head>
<title>CSS Transforms Test: SVG presentation attribute and scale horizontally 1.5 and vertically 0.5</title>
<link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
<link rel="help" href="http://www.w3.org/TR/css-transforms-1/#svg-transform">
<link rel="help" href="http://www.w3.org/TR/css-transforms-1/#two-d-transform-functions">
<link rel="help" href="http://www.w3.org/TR/css-transforms-1/#funcdef-transform-scale">
<link rel="match" href="reference/svg-scale-ref.html">
<meta name="flags" content="svg">
<meta name="assert" content="The green rect in the test should be scaled up horizontally and down vertically to form a square completely cover the red rect.">
<style type="text/css">
svg {
width: 500px;
height: 500px;
}
</style>
</head>
<body>
<p>The test passes if you see a green square and no red.</p>
<svg>
<rect x="1" y="1" width="198" height="198" fill="red"/>
<rect width="133.333" height="400" fill="green" transform="scale(1.5, 0.5)"/>
</svg>
</body>
</html> |
themes/zen/zen-internals/css/pages.css | irwinv/Erenss | /**
* @file
* Page Styling
*
* Style the markup found in page.tpl.php. Also includes some styling of
* miscellaneous Drupal elements that appear in the $content variable, such as
* ul.links, .pager, .more-link, etc.
*/
/*
* Body
*/
body {
margin: 0;
padding: 0;
}
#page-wrapper {
}
#page {
}
/*
* The skip-link link will be completely hidden until a user tabs to the link.
* See the element-focusable rule in system.base.css.
*/
#skip-link a,
#skip-link a:visited {
display: block;
width: 100%;
padding: 2px 0 3px 0;
text-align: center;
background-color: #666;
color: #fff;
}
/*
* Header
*/
#header {
}
#header .section {
}
#logo /* Wrapping link for logo */ {
float: left; /* LTR */
margin: 0;
padding: 0;
}
#logo img {
vertical-align: bottom;
}
#name-and-slogan /* Wrapper for website name and slogan */ {
float: left;
}
h1#site-name,
div#site-name /* The name of the website */ {
margin: 0;
font-size: 2em;
line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
color: #000;
text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
text-decoration: underline;
}
#site-slogan /* The slogan (or tagline) of a website */ {
}
.region-header /* Wrapper for any blocks placed in the header region */ {
clear: both; /* Clear the logo */
}
/*
* Main (container for everything else)
*/
#main-wrapper {
}
#main {
}
/*
* Content
*/
#content {
}
#content .section {
}
.region-highlighted {
}
.breadcrumb /* The path to the current page in the form of a list of links */ {
padding-bottom: 0; /* Undo system.css */
}
h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
margin: 0;
}
tr.even /* Some tables have rows marked even or odd. */ {
/* background-color: #eee; */ /* Drupal core uses a #eee background */
}
tr.odd {
/* background-color: #eee; */ /* Drupal core uses a #eee background */
}
div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}
div.messages ul {
margin-top: 0;
margin-bottom: 0;
}
div.status /* Normal priority messages */ {
}
div.warning,
tr.warning /* Medium priority messages */ {
/* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}
div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}
.error /* Errors that are separate from div.messages status messages. */ {
/* color: #e55; */ /* Drupal core uses a #e55 background */
}
.warning /* Warnings that are separate from div.messages status messages. */ {
/* color: #e09010; */ /* Drupal core uses a #e09010 background */
}
div.tabs /* See also the tabs.css file. */ {
}
.region-help /* Help text on a page */ {
}
.more-help-link /* Link to more help */ {
}
.region-content /* Wrapper for the actual page content */ {
}
ul.links /* List of links */ {
}
ul.links.inline {
display: block; /* Let the links be inline, but the container be a block. */
}
ul.links li {
padding: 0 1em 0 0; /* LTR */
}
.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
padding: 0;
}
.item-list .pager li /* Each page number in the pager list */ {
padding: 0 0.5em;
}
.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}
.more-link /* Aggregator, blog, and forum more link */ {
}
/*
* First sidebar (on left in LTR languages, on right in RTL)
*
* Remember to NOT add padding or margin to your .region-sidebar-first
* (see the layout.css file.)
*/
.region-sidebar-first {
}
.region-sidebar-first .section {
}
/*
* Second sidebar (on right in LTR languages, on left in RTL)
*
* Remember to NOT add padding or margin to your .region-sidebar-second
* (see the layout.css file.)
*/
.region-sidebar-second {
}
.region-sidebar-second .section {
}
/*
* Footer
*/
.region-footer {
}
/*
* Page bottom
*/
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {
}
|
xadmin_bak/templates/xadmin/auth/password_reset/done.html | wcybxzj/django_xadmin17 | {% extends base_template %}
{% load i18n xadmin_tags %}
{% load url from future %}
{% load crispy_forms_tags %}
{% block body %}
<div class="container">
<div class="panel panel-default panel-single" style="max-width: 500px;">
<div class="panel-heading">
<h3 class="form-signin-heading">{% trans 'Password reset successful' %}</h3>
</div>
<div class="panel-body">
<p class="text-success">{% trans "We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly." %}</p>
</div>
</div>
</div> <!-- /container -->
{% endblock %} |
v2/docs/src_physics_p2_CollisionGroup.js.html | clark-stevenson/phaser | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: src/physics/p2/CollisionGroup.js</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Event.html">Event</a>
</li>
<li class="class-depth-0">
<a href="EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Bullet.html">Bullet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Hermite.html">Hermite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.KeyCode.html">KeyCode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Path.html">Path</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathFollower.html">PathFollower</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathPoint.html">PathPoint</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.PathManager.html">PathManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PointerMode.html">PointerMode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Weapon.html">Weapon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.AbstractFilter.html">AbstractFilter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasPool.html">CanvasPool</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EarCut.html">EarCut</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Event.html">Event</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.GraphicsData.html">GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-2">
<a href="PIXI.PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Strip.html">Strip</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.TilingSprite.html">TilingSprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#ANGLE_DOWN">ANGLE_DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_LEFT">ANGLE_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_NORTH_EAST">ANGLE_NORTH_EAST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_NORTH_WEST">ANGLE_NORTH_WEST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_RIGHT">ANGLE_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_SOUTH_EAST">ANGLE_SOUTH_EAST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_SOUTH_WEST">ANGLE_SOUTH_WEST</a>
</li>
<li class="class-depth-0">
<a href="global.html#ANGLE_UP">ANGLE_UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#AUTO">AUTO</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPDATA">BITMAPDATA</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPTEXT">BITMAPTEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#blendModes">blendModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_CENTER">BOTTOM_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_LEFT">BOTTOM_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#BOTTOM_RIGHT">BOTTOM_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#BUTTON">BUTTON</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS">CANVAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CENTER">CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CIRCLE">CIRCLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#CREATURE">CREATURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#displayList">displayList</a>
</li>
<li class="class-depth-0">
<a href="global.html#DOWN">DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ELLIPSE">ELLIPSE</a>
</li>
<li class="class-depth-0">
<a href="global.html#emit">emit</a>
</li>
<li class="class-depth-0">
<a href="global.html#EMITTER">EMITTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#GAMES">GAMES</a>
</li>
<li class="class-depth-0">
<a href="global.html#GRAPHICS">GRAPHICS</a>
</li>
<li class="class-depth-0">
<a href="global.html#GROUP">GROUP</a>
</li>
<li class="class-depth-0">
<a href="global.html#HEADLESS">HEADLESS</a>
</li>
<li class="class-depth-0">
<a href="global.html#HORIZONTAL">HORIZONTAL</a>
</li>
<li class="class-depth-0">
<a href="global.html#IMAGE">IMAGE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LANDSCAPE">LANDSCAPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT">LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_BOTTOM">LEFT_BOTTOM</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_CENTER">LEFT_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT_TOP">LEFT_TOP</a>
</li>
<li class="class-depth-0">
<a href="global.html#LINE">LINE</a>
</li>
<li class="class-depth-0">
<a href="global.html#listeners">listeners</a>
</li>
<li class="class-depth-0">
<a href="global.html#MATRIX">MATRIX</a>
</li>
<li class="class-depth-0">
<a href="global.html#mixin">mixin</a>
</li>
<li class="class-depth-0">
<a href="global.html#NONE">NONE</a>
</li>
<li class="class-depth-0">
<a href="global.html#off">off</a>
</li>
<li class="class-depth-0">
<a href="global.html#on">on</a>
</li>
<li class="class-depth-0">
<a href="global.html#once">once</a>
</li>
<li class="class-depth-0">
<a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a>
</li>
<li class="class-depth-2">
<a href="global.html#Phaser.Path#numPointsreturn%257Bnumber%257DThetotalnumberofPathPointsinthisPath.">Phaser.Path#numPoints
return {number} The total number of PathPoints in this Path.</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINT">POINT</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINTER">POINTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#POLYGON">POLYGON</a>
</li>
<li class="class-depth-0">
<a href="global.html#PORTRAIT">PORTRAIT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RECTANGLE">RECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#removeAllListeners">removeAllListeners</a>
</li>
<li class="class-depth-0">
<a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RETROFONT">RETROFONT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT">RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_BOTTOM">RIGHT_BOTTOM</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_CENTER">RIGHT_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT_TOP">RIGHT_TOP</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROPE">ROPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#scaleModes">scaleModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITE">SPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITEBATCH">SPRITEBATCH</a>
</li>
<li class="class-depth-0">
<a href="global.html#stopImmediatePropagation">stopImmediatePropagation</a>
</li>
<li class="class-depth-0">
<a href="global.html#stopPropagation">stopPropagation</a>
</li>
<li class="class-depth-0">
<a href="global.html#TEXT">TEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAP">TILEMAP</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILESPRITE">TILESPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_CENTER">TOP_CENTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_LEFT">TOP_LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TOP_RIGHT">TOP_RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#UP">UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERSION">VERSION</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERTICAL">VERTICAL</a>
</li>
<li class="class-depth-0">
<a href="global.html#VIDEO">VIDEO</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL">WEBGL</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main">
<h1 class="page-title">Source: src/physics/p2/CollisionGroup.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2016 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* Collision Group
*
* @class Phaser.Physics.P2.CollisionGroup
* @constructor
* @param {number} bitmask - The CollisionGroup bitmask.
*/
Phaser.Physics.P2.CollisionGroup = function (bitmask) {
/**
* @property {number} mask - The CollisionGroup bitmask.
*/
this.mask = bitmask;
};
</pre>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2016 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>
on Fri Aug 26 2016 01:16:09 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html>
|
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/vyutpattivada-ext.txt.out.dict_18172_sam.html | sanskritiitd/sanskrit | url: http://sanskrit.uohyd.ac.in/cgi-bin/scl/sandhi_splitter/sandhi_splitter.cgi?encoding=Unicode&sandhi_type=s&word=नेति<div id='finalout' style='border-style:solid; border-width:1px;padding:10px;color:blue;font-size:14px;height:200px'>नेति = <a title = "न अव्य/न पुं 8 एक/न नपुं 8 एक/नस् स्त्री 8 एक">न</a>+<a title = "इति अव्य">इति</a>/<script type="text/javascript">
function toggleMe(a){
var e=document.getElementById(a);
if(!e)return true;
if(e.style.display=="none"){
e.style.display="block";document.getElementById("more").style.display="none"; document.getElementById("less").style.display="block";
}
else{
e.style.display="none";document.getElementById("less").style.display="none"; document.getElementById("more").style.display="block";
}
return true;
}
</script>
<input type="button" onclick="return toggleMe('para1')" value="More" id="more"> <input type="button" onclick="return toggleMe('para1')" value="Less" id="less" style="display:none;" > <div id="para1" style="display:none; height:15px; border-style:none;border-width:1px;">
<a title = "न अव्य/न पुं 8 एक/न नपुं 8 एक/नस् स्त्री 8 एक">न</a>+<a title = "इति अव्य">इति</a>/<a title = "ना स्त्री 1 एक/नृ पुं 1 एक">ना</a>+<a title = "इति अव्य">इति</a>/<a title = "न अव्य/न पुं 8 एक/न नपुं 8 एक/नस् स्त्री 8 एक">न</a>+<a title = "इ1 कर्तरि लट् प्र एक परस्मैपदी<धातुः:इण्><गणः:अदादिः>">एति</a>/<a title = "न पुं 7 एक/न नपुं 1 द्वि/न नपुं 2 द्वि/न नपुं 7 एक/न नपुं 8 द्वि/नि पुं 8 एक/नि स्त्री 8 एक/नि नपुं 8 एक/ना स्त्री 1 द्वि/ना स्त्री 2 द्वि/ना स्त्री 8 एक/ना स्त्री 8 द्वि/नी नपुं 8 एक">ने</a>+<a title = "इति अव्य">इति</a>/<a title = "न पुं 7 एक/न नपुं 1 द्वि/न नपुं 2 द्वि/न नपुं 7 एक/न नपुं 8 द्वि/नि पुं 8 एक/नि स्त्री 8 एक/नि नपुं 8 एक/ना स्त्री 1 द्वि/ना स्त्री 2 द्वि/ना स्त्री 8 एक/ना स्त्री 8 द्वि/नी नपुं 8 एक">ने</a>+<a title = "अति अव्य/अति नपुं 1 एक/अति नपुं 2 एक/अति नपुं 8 एक">अति</a>/<a title = "ना स्त्री 1 एक/नृ पुं 1 एक">ना</a>+<a title = "इ1 कर्तरि लट् प्र एक परस्मैपदी<धातुः:इण्><गणः:अदादिः>">एति</a>/</div><br /> |
threeJS/mrdoob-three.js-3b4457e/examples/webgl_materials_cars.html | pixelsandcandy/sandbox-js | <!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - materials - cube reflection [cars]</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
background:#000;
color:#fff;
padding:0;
margin:0;
overflow:hidden;
font-family:georgia;
text-align:center;
}
h1 { }
a { color:skyblue; text-decoration:none }
canvas { pointer-events:none; z-index:10; position:relative; }
#d { position:absolute; width: 100%; text-align:center; margin:1em 0 -4.5em 0; z-index:1000; }
.bwrap { margin:0.5em 0 0 0 }
button { font-family:georgia; border:0; background:#000; color:#fff; padding:0.2em 0.5em; cursor:pointer; border-radius:3px; }
button:hover { background:#333 }
#buttons_cars button { color:#fa0 }
#car_info { text-align:center; }
#car_name { font-size:1em }
#car_author { font-size:1em }
#oldie { background:rgb(50,0,0) !important; color:#fff !important; margin-top:7em!important }
</style>
</head>
<body>
<div id="d">
<div id="info">
<a href="http://threejs.org" target="_blank">three.js</a> webgl demo :
texture by <a href="http://www.humus.name/index.php?page=Textures" target="_blank">Humus</a> :
<span id="car_info">
<span id="car_name">Bugatti Veyron model</span>
by <span id="car_author"><a href="http://artist-3d.com/free_3d_models/dnm/model_disp.php?uid=1129" target="_blank">Troyano</a></span>
</span>
</div>
<div id="buttons_cars" class="bwrap">
<button id="veyron">Bugatti Veyron</button>
<button id="gallardo">Lamborghini Gallardo</button>
<button id="f50">Ferrari F50</button>
<button id="camaro">Chevrolet Camaro</button>
</div>
<div id="buttons_materials" class="bwrap"></div>
</div>
<script src="../build/three.min.js"></script>
<script src="js/loaders/BinaryLoader.js"></script>
<script src="js/Detector.js"></script>
<script src="js/libs/stats.min.js"></script>
<script>
if ( ! Detector.webgl ) Detector.addGetWebGLMessage();
var STATS_ENABLED = false;
var CARS = {
"veyron": {
name: "Bugatti Veyron",
url: "obj/veyron/VeyronNoUv_bin.js",
author: '<a href="http://artist-3d.com/free_3d_models/dnm/model_disp.php?uid=1129" target="_blank">Troyano</a>',
init_rotation: [ 0, 0, 0 ],
scale: 5.5,
init_material: 4,
body_materials: [ 2 ],
object: null,
buttons: null,
materials: null
},
"gallardo": {
name: "Lamborghini Gallardo",
url: "obj/gallardo/GallardoNoUv_bin.js",
author: '<a href="http://artist-3d.com/free_3d_models/dnm/model_disp.php?uid=1711" target="_blank">machman_3d</a>',
init_rotation: [ 0, 0, 0 ],
scale: 3.7,
init_material: 9,
body_materials: [ 3 ],
object: null,
buttons: null,
materials: null
},
"f50": {
name: "Ferrari F50",
url: "obj/f50/F50NoUv_bin.js",
author: '<a href="http://artist-3d.com/free_3d_models/dnm/model_disp.php?uid=1687" target="_blank">daniel sathya</a>',
init_rotation: [ 0, 0, 0 ],
scale: 0.175,
init_material: 2,
body_materials: [ 3, 6, 7, 8, 9, 10, 23, 24 ],
object: null,
buttons: null,
materials: null
},
"camaro": {
name: "Chevrolet Camaro",
url: "obj/camaro/CamaroNoUv_bin.js",
author: '<a href="http://www.turbosquid.com/3d-models/blender-camaro/411348" target="_blank">dskfnwn</a>',
init_rotation: [ 0.0, 0.0, 0.0 /*0, 1, 0*/ ],
scale: 75,
init_material: 0,
body_materials: [ 0 ],
object: null,
buttons: null,
materials: null
}
};
var container, stats;
var camera, scene, renderer;
var cameraCube, sceneCube;
var m, mi;
var directionalLight, pointLight;
var mouseX = 0, mouseY = 0;
var windowHalfX = window.innerWidth / 2;
var windowHalfY = window.innerHeight / 2;
var loader = new THREE.BinaryLoader( true );
document.body.appendChild( loader.statusDomElement );
init();
animate();
function init() {
container = document.createElement( 'div' );
document.body.appendChild( container );
// CAMERAS
camera = new THREE.PerspectiveCamera( 70, window.innerWidth / window.innerHeight, 1, 100000 );
cameraCube = new THREE.PerspectiveCamera( 70, window.innerWidth / window.innerHeight, 1, 100000 );
// SCENE
scene = new THREE.Scene();
sceneCube = new THREE.Scene();
// LIGHTS
var ambient = new THREE.AmbientLight( 0x050505 );
scene.add( ambient );
directionalLight = new THREE.DirectionalLight( 0xffffff, 2 );
directionalLight.position.set( 2, 1.2, 10 ).normalize();
scene.add( directionalLight );
directionalLight = new THREE.DirectionalLight( 0xffffff, 1 );
directionalLight.position.set( -2, 1.2, -10 ).normalize();
scene.add( directionalLight );
pointLight = new THREE.PointLight( 0xffaa00, 2 );
pointLight.position.set( 2000, 1200, 10000 );
scene.add( pointLight );
// Skybox
var shader = THREE.ShaderLib[ "cube" ];
shader.uniforms[ "tCube" ].value = textureCube;
var material = new THREE.ShaderMaterial( {
fragmentShader: shader.fragmentShader,
vertexShader: shader.vertexShader,
uniforms: shader.uniforms,
depthWrite: false,
side: THREE.BackSide
} ),
mesh = new THREE.Mesh( new THREE.CubeGeometry( 100, 100, 100 ), material );
sceneCube.add( mesh );
//
renderer = new THREE.WebGLRenderer();
renderer.setSize( window.innerWidth, window.innerHeight );
renderer.setFaceCulling( THREE.CullFaceNone );
renderer.autoClear = false;
container.appendChild( renderer.domElement );
if ( STATS_ENABLED ) {
stats = new Stats();
stats.domElement.style.position = 'absolute';
stats.domElement.style.top = '0px';
stats.domElement.style.zIndex = 100;
container.appendChild( stats.domElement );
}
document.addEventListener( 'mousemove', onDocumentMouseMove, false );
var r = "textures/cube/Bridge2/";
var urls = [ r + "posx.jpg", r + "negx.jpg",
r + "posy.jpg", r + "negy.jpg",
r + "posz.jpg", r + "negz.jpg" ];
var textureCube = THREE.ImageUtils.loadTextureCube( urls );
textureCube.format = THREE.RGBFormat;
// common materials
var mlib = {
"Orange": new THREE.MeshLambertMaterial( { color: 0xff6600, ambient: 0xff2200, envMap: textureCube, combine: THREE.MixOperation, reflectivity: 0.3 } ),
"Blue": new THREE.MeshLambertMaterial( { color: 0x001133, ambient: 0x001133, envMap: textureCube, combine: THREE.MixOperation, reflectivity: 0.3 } ),
"Red": new THREE.MeshLambertMaterial( { color: 0x660000, ambient: 0x330000, envMap: textureCube, combine: THREE.MixOperation, reflectivity: 0.25 } ),
"Black": new THREE.MeshLambertMaterial( { color: 0x000000, ambient: 0x000000, envMap: textureCube, combine: THREE.MixOperation, reflectivity: 0.15 } ),
"White": new THREE.MeshLambertMaterial( { color: 0xffffff, ambient: 0x666666, envMap: textureCube, combine: THREE.MixOperation, reflectivity: 0.25 } ),
"Carmine": new THREE.MeshPhongMaterial( { color: 0x770000, specular:0xffaaaa, envMap: textureCube, combine: THREE.MultiplyOperation } ),
"Gold": new THREE.MeshPhongMaterial( { color: 0xaa9944, specular:0xbbaa99, shininess:50, envMap: textureCube, combine: THREE.MultiplyOperation } ),
"Bronze": new THREE.MeshPhongMaterial( { color: 0x150505, specular:0xee6600, shininess:10, envMap: textureCube, combine: THREE.MixOperation, reflectivity: 0.25 } ),
"Chrome": new THREE.MeshPhongMaterial( { color: 0xffffff, specular:0xffffff, envMap: textureCube, combine: THREE.Multiply } ),
"Orange metal": new THREE.MeshLambertMaterial( { color: 0xff6600, ambient: 0xff2200, envMap: textureCube, combine: THREE.MultiplyOperation } ),
"Blue metal": new THREE.MeshLambertMaterial( { color: 0x001133, ambient: 0x002266, envMap: textureCube, combine: THREE.MultiplyOperation } ),
"Red metal": new THREE.MeshLambertMaterial( { color: 0x770000, envMap: textureCube, combine: THREE.MultiplyOperation } ),
"Green metal": new THREE.MeshLambertMaterial( { color: 0x007711, envMap: textureCube, combine: THREE.MultiplyOperation } ),
"Black metal": new THREE.MeshLambertMaterial( { color: 0x222222, envMap: textureCube, combine: THREE.MultiplyOperation } ),
"Pure chrome": new THREE.MeshLambertMaterial( { color: 0xffffff, envMap: textureCube } ),
"Dark chrome": new THREE.MeshLambertMaterial( { color: 0x444444, envMap: textureCube } ),
"Darker chrome":new THREE.MeshLambertMaterial( { color: 0x222222, envMap: textureCube } ),
"Black glass": new THREE.MeshLambertMaterial( { color: 0x101016, envMap: textureCube, opacity: 0.975, transparent: true } ),
"Dark glass": new THREE.MeshLambertMaterial( { color: 0x101046, envMap: textureCube, opacity: 0.25, transparent: true } ),
"Blue glass": new THREE.MeshLambertMaterial( { color: 0x668899, envMap: textureCube, opacity: 0.75, transparent: true } ),
"Light glass": new THREE.MeshBasicMaterial( { color: 0x223344, envMap: textureCube, opacity: 0.25, transparent: true, combine: THREE.MixOperation, reflectivity: 0.25 } ),
"Red glass": new THREE.MeshLambertMaterial( { color: 0xff0000, opacity: 0.75, transparent: true } ),
"Yellow glass": new THREE.MeshLambertMaterial( { color: 0xffffaa, opacity: 0.75, transparent: true } ),
"Orange glass": new THREE.MeshLambertMaterial( { color: 0x995500, opacity: 0.75, transparent: true } ),
"Orange glass 50": new THREE.MeshLambertMaterial( { color: 0xffbb00, opacity: 0.5, transparent: true } ),
"Red glass 50": new THREE.MeshLambertMaterial( { color: 0xff0000, opacity: 0.5, transparent: true } ),
"Fullblack rough": new THREE.MeshLambertMaterial( { color: 0x000000 } ),
"Black rough": new THREE.MeshLambertMaterial( { color: 0x050505 } ),
"Darkgray rough": new THREE.MeshLambertMaterial( { color: 0x090909 } ),
"Red rough": new THREE.MeshLambertMaterial( { color: 0x330500 } ),
"Darkgray shiny": new THREE.MeshPhongMaterial( { color: 0x000000, specular: 0x050505 } ),
"Gray shiny": new THREE.MeshPhongMaterial( { color: 0x050505, shininess: 20 } )
}
// Gallardo materials
CARS[ "gallardo" ].materials = {
body: [
[ "Orange", mlib[ "Orange" ] ],
[ "Blue", mlib[ "Blue" ] ],
[ "Red", mlib[ "Red" ] ],
[ "Black", mlib[ "Black" ] ],
[ "White", mlib[ "White" ] ],
[ "Orange metal", mlib[ "Orange metal" ] ],
[ "Blue metal", mlib[ "Blue metal" ] ],
[ "Green metal", mlib[ "Green metal" ] ],
[ "Black metal", mlib[ "Black metal" ] ],
[ "Carmine", mlib[ "Carmine" ] ],
[ "Gold", mlib[ "Gold" ] ],
[ "Bronze", mlib[ "Bronze" ] ],
[ "Chrome", mlib[ "Chrome" ] ]
]
}
m = CARS[ "gallardo" ].materials;
mi = CARS[ "gallardo" ].init_material;
CARS[ "gallardo" ].mmap = {
0: mlib[ "Pure chrome" ], // wheels chrome
1: mlib[ "Black rough" ], // tire
2: mlib[ "Black glass" ], // windshield
3: m.body[ mi ][ 1 ], // body
4: mlib[ "Red glass" ], // back lights
5: mlib[ "Yellow glass" ], // front lights
6: mlib[ "Dark chrome" ] // windshield rim
}
// Veyron materials
CARS[ "veyron" ].materials = {
body: [
[ "Orange metal", mlib[ "Orange metal" ] ],
[ "Blue metal", mlib[ "Blue metal" ] ],
[ "Red metal", mlib[ "Red metal" ] ],
[ "Green metal", mlib[ "Green metal" ] ],
[ "Black metal", mlib[ "Black metal" ] ],
[ "Gold", mlib[ "Gold" ] ],
[ "Bronze", mlib[ "Bronze" ] ],
[ "Chrome", mlib[ "Chrome" ] ]
],
}
m = CARS[ "veyron" ].materials;
mi = CARS[ "veyron" ].init_material;
CARS[ "veyron" ].mmap = {
0: mlib[ "Black rough" ], // tires + inside
1: mlib[ "Pure chrome" ], // wheels + extras chrome
2: m.body[ mi ][ 1 ], // back / top / front torso
3: mlib[ "Dark glass" ], // glass
4: mlib[ "Pure chrome" ], // sides torso
5: mlib[ "Pure chrome" ], // engine
6: mlib[ "Red glass 50" ], // backlights
7: mlib[ "Orange glass 50" ] // backsignals
}
// F50 materials
CARS[ "f50" ].materials = {
body: [
[ "Orange", mlib[ "Orange" ] ],
[ "Blue", mlib[ "Blue" ] ],
[ "Red", mlib[ "Red" ] ],
[ "Black", mlib[ "Black" ] ],
[ "White", mlib[ "White" ] ],
[ "Orange metal", mlib[ "Orange metal" ] ],
[ "Blue metal", mlib[ "Blue metal" ] ],
[ "Black metal", mlib[ "Black metal" ] ],
[ "Carmine", mlib[ "Carmine" ] ],
[ "Gold", mlib[ "Gold" ] ],
[ "Bronze", mlib[ "Bronze" ] ],
[ "Chrome", mlib[ "Chrome" ] ]
],
}
m = CARS[ "f50" ].materials;
mi = CARS[ "f50" ].init_material;
CARS[ "f50" ].mmap = {
0: mlib[ "Dark chrome" ], // interior + rim
1: mlib[ "Pure chrome" ], // wheels + gears chrome
2: mlib[ "Blue glass" ], // glass
3: m.body[ mi ][ 1 ], // torso mid + front spoiler
4: mlib[ "Darkgray shiny" ], // interior + behind seats
5: mlib[ "Darkgray shiny" ], // tiny dots in interior
6: m.body[ mi ][ 1 ], // back torso
7: m.body[ mi ][ 1 ], // right mirror decal
8: m.body[ mi ][ 1 ], // front decal
9: m.body[ mi ][ 1 ], // front torso
10: m.body[ mi ][ 1 ], // left mirror decal
11: mlib[ "Pure chrome" ], // engine
12: mlib[ "Darkgray rough" ], // tires side
13: mlib[ "Darkgray rough" ], // tires bottom
14: mlib[ "Darkgray shiny" ], // bottom
15: mlib[ "Black rough" ], // ???
16: mlib[ "Orange glass" ], // front signals
17: mlib[ "Dark chrome" ], // wheels center
18: mlib[ "Red glass" ], // back lights
19: mlib[ "Black rough" ], // ???
20: mlib[ "Red rough" ], // seats
21: mlib[ "Black rough" ], // back plate
22: mlib[ "Black rough" ], // front light dots
23: m.body[ mi ][ 1 ], // back torso
24: m.body[ mi ][ 1 ] // back torso center
}
// Camero materials
CARS[ "camaro" ].materials = {
body: [
[ "Orange", mlib[ "Orange" ] ],
[ "Blue", mlib[ "Blue" ] ],
[ "Red", mlib[ "Red" ] ],
[ "Black", mlib[ "Black" ] ],
[ "White", mlib[ "White" ] ],
[ "Orange metal", mlib[ "Orange metal" ] ],
[ "Blue metal", mlib[ "Blue metal" ] ],
[ "Red metal", mlib[ "Red metal" ] ],
[ "Green metal", mlib[ "Green metal" ] ],
[ "Black metal", mlib[ "Black metal" ] ],
[ "Gold", mlib[ "Gold" ] ],
[ "Bronze", mlib[ "Bronze" ] ],
[ "Chrome", mlib[ "Chrome" ] ]
],
}
m = CARS[ "camaro" ].materials;
mi = CARS[ "camaro" ].init_material;
CARS[ "camaro" ].mmap = {
0: m.body[ mi ][ 1 ], // car body
1: mlib[ "Pure chrome" ], // wheels chrome
2: mlib[ "Pure chrome" ], // grille chrome
3: mlib[ "Dark chrome" ], // door lines
4: mlib[ "Light glass" ], // windshield
5: mlib[ "Gray shiny" ], // interior
6: mlib[ "Black rough" ], // tire
7: mlib[ "Fullblack rough" ], // tireling
8: mlib[ "Fullblack rough" ] // behind grille
}
loader.load( CARS[ "veyron" ].url, function( geometry ) { createScene( geometry, "veyron" ) } );
for( var c in CARS ) initCarButton( c );
//
window.addEventListener( 'resize', onWindowResize, false );
}
function onWindowResize() {
windowHalfX = window.innerWidth / 2;
windowHalfY = window.innerHeight / 2;
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
cameraCube.aspect = window.innerWidth / window.innerHeight;
cameraCube.updateProjectionMatrix();
renderer.setSize( window.innerWidth, window.innerHeight );
}
function initCarButton( car ) {
$( car ).addEventListener( 'click', function() {
if ( ! CARS[ car ].object ) {
loader.statusDomElement.style.display = "block";
loader.load( CARS[ car ].url, function( geometry ) { createScene( geometry, car ) } );
} else {
switchCar( car );
}
}, false );
}
function $( id ) { return document.getElementById( id ) }
function button_name( car, index ) { return "m_" + car + "_" + index }
function switchCar( car ) {
for ( var c in CARS ) {
if ( c != car && CARS[ c ].object ) {
CARS[ c ].object.visible = false;
CARS[ c ].buttons.style.display = "none";
}
}
CARS[ car ].object.visible = true;
CARS[ car ].buttons.style.display = "block";
$( "car_name" ).innerHTML = CARS[ car ].name + " model";
$( "car_author" ).innerHTML = CARS[ car ].author;
}
function createButtons( materials, car ) {
var buttons, i, src = "";
for( i = 0; i < materials.length; i ++ ) {
src += '<button id="' + button_name( car, i ) + '">' + materials[ i ][ 0 ] + '</button> ';
}
buttons = document.createElement( "div" );
buttons.innerHTML = src;
$( "buttons_materials" ).appendChild( buttons );
return buttons;
}
function attachButtonMaterials( materials, faceMaterial, material_indices, car ) {
for( var i = 0; i < materials.length; i ++ ) {
$( button_name( car, i ) ).counter = i;
$( button_name( car, i ) ).addEventListener( 'click', function() {
for ( var j = 0; j < material_indices.length; j ++ ) {
faceMaterial.materials[ material_indices [ j ] ] = materials[ this.counter ][ 1 ];
}
}, false );
}
}
function createScene( geometry, car ) {
loader.statusDomElement.innerHTML = "Creating model ...";
var m = new THREE.MeshFaceMaterial(),
s = CARS[ car ].scale * 1,
r = CARS[ car ].init_rotation,
materials = CARS[ car ].materials,
mi = CARS[ car ].init_material,
bm = CARS[ car ].body_materials;
for ( var i in CARS[ car ].mmap ) {
m.materials[ i ] = CARS[ car ].mmap[ i ];
}
var mesh = new THREE.Mesh( geometry, m );
mesh.rotation.x = r[ 0 ];
mesh.rotation.y = r[ 1 ];
mesh.rotation.z = r[ 2 ];
mesh.scale.x = mesh.scale.y = mesh.scale.z = s;
scene.add( mesh );
CARS[ car ].object = mesh;
CARS[ car ].buttons = createButtons( materials.body, car );
attachButtonMaterials( materials.body, m, bm, car );
switchCar( car );
loader.statusDomElement.style.display = "none";
loader.statusDomElement.innerHTML = "Loading model ...";
}
function onDocumentMouseMove(event) {
mouseY = ( event.clientY - window.innerHeight );
}
//
function animate() {
requestAnimationFrame( animate );
render();
}
function render() {
var timer = -0.0002 * Date.now();
camera.position.x = 1000 * Math.cos( timer );
camera.position.y += ( - mouseY - camera.position.y ) * .05;
camera.position.z = 1000 * Math.sin( timer );
camera.lookAt( scene.position );
cameraCube.rotation.copy( camera.rotation );
renderer.render( sceneCube, cameraCube );
renderer.render( scene, camera );
if ( STATS_ENABLED ) stats.update();
}
</script>
</body>
</html>
|
tmp/install_4faaae4f0e230/components/com_jce/editor/tiny_mce/plugins/article/css/pagebreak.css | healthcommcore/guts | /**
* @version $Id: pagebreak.css 221 2011-06-11 17:30:33Z happy_noodle_boy $
* @package JCE
* @copyright Copyright (C) 2009 Ryan Demmer. All rights reserved.
* @license GNU/GPL
* This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*/
|
third_party/WebKit/LayoutTests/media/track/opera/track/webvtt/rendering/reftest/2_cues_overlapping_partially_move_up.html | XiaosongWei/chromium-crosswalk | <!DOCTYPE html>
<html>
<title>WebVTT rendering, repositioning (down) when 2 cues overlap partially</title>
<script src="../../../../../../../resources/ahem.js"></script>
<style>
html { overflow:hidden }
body { margin:0 }
::cue {
font-family: Ahem, sans-serif;
color: green
}
</style>
<script src="support/refTestWait.js"></script>
<video width="1280" height="720" autoplay onplaying="this.onplaying = null; this.pause(); this.currentTime = 2;" onseeked="this.onseeked = null; takeScreenshot();">
<source src="media/white.webm" type="video/webm">
<source src="media/white.mp4" type="video/mp4">
<track src="support/2_cues_overlapping_partially_move_up.vtt">
</video>
<script>
document.getElementsByTagName('track')[0].track.mode = 'showing';
</script>
</html>
|
wts/tests/backgrounds/CSS3BG_background_f00_no-repeat_bottom_url_png.html | hgl888/web-testing-service | <!DOCTYPE html>
<!--
Copyright (c) 2012 Intel Corporation.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of works must retain the original copyright notice, this list
of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the original copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Intel Corporation nor the names of its contributors
may be used to endorse or promote products derived from this work without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY INTEL CORPORATION "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL INTEL CORPORATION BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Authors:
haox,li <haox,li@intel.com>
-->
<html>
<head>
<title>CSS3 Backgrounds Test: CSS3BG_background_f00_no-repeat_bottom_url_png</title>
<link rel="author" title="Intel" href="http://www.intel.com/" />
<link rel="help" href="http://www.w3.org/TR/2012/CR-css3-background-20120724/#background" />
<meta name="assert" content="Check if 'background:#f00 url(support/swatch-orange.png) no-repeat bottom;' on test div"/>
<meta name="flags" content="" />
<script type="text/javascript" src="../resources/testharness.js"></script>
<script type="text/javascript" src="../resources/testharnessreport.js"></script>
<script type="text/javascript" src="support/support.js"></script>
<style>
#test{
height: 200px;
width: 300px;
padding: 5px;
border: 5px solid black;
margin: 5px;
background: blue;
}
</style>
</head>
<body>
<div id="log"></div>
<div id="test"></div>
<script type="text/javascript">
var div = document.querySelector("#test");
var t = async_test(document.title, { timeout: 500 });
t.step(function () {
div.style[headProp("background")] = "#f00 url(support/swatch-orange.png) no-repeat bottom";
var backgroundColor = GetCurrentStyle("background-color");
assert_equals(backgroundColor, "rgb(255, 0, 0)", "The element background-color should be ");
var backgroundRepeat = GetCurrentStyle("background-repeat");
assert_equals(backgroundRepeat, "no-repeat", "The element background-repeat should be ");
var backgroundPosition = GetCurrentStyle("background-position");
assert_equals(backgroundPosition, "50% 100%", "The element background-position should be ");
var backgroundImage = GetCurrentStyle("background-image");
prop = backgroundImage.indexOf("support/swatch-orange.png")!=-1;
assert_true(prop, "The element background-image should be url(support/swatch-orange.png)");
});
t.done();
</script>
</body>
</html>
|
widgets/Coordinate/setting/Edit.html | cob222/CPG | <div style="width:100%">
<div class="output-wkid edit-module" data-dojo-attach-point="outputDiv">
<table cellspacing="0">
<tbody>
<tr>
<td>
<div class="wkid-header">
<span>${nls.output}</span>
<a href="https://developers.arcgis.com/javascript/jshelp/ref_coordsystems.html" target="blank">WKID</a>
</div>
</td>
</tr>
<tr>
<td>
<input type="text" data-dojo-type="dijit/form/ValidationTextBox" required="true"
placeHolder="WKID" data-dojo-attach-event="onChange:onWkidChange"
data-dojo-attach-point="wkid" data-dojo-props='style:{width:"100%"}' />
</td>
</tr>
<tr>
<td>
<span class="wkid-label" data-dojo-attach-point="wkidLabel">${nls.cName}</span>
</td>
</tr>
</tbody>
</table>
</div>
<div class="display-units edit-module" data-dojo-attach-point="displayUnits">
<table cellspacing="0">
<tbody>
<tr>
<td class="display">
<span>${nls.units}</span>
</td>
<td class="units">
<select data-dojo-attach-point="outputUnit" data-dojo-props='style:{width:"462px"}' data-dojo-type="dijit/form/Select">
<option value="">${nls.Default}</option>
<option type="separator"></option>
<option value="INCHES">${nls.Inches}</option>
<option value="FOOT">${nls.Foot}</option>
<option value="YARDS">${nls.Yards}</option>
<option value="MILES">${nls.Miles}</option>
<option value="NAUTICAL_MILES">${nls.Nautical_Miles}</option>
<option value="MILLIMETERS">${nls.Millimeters}</option>
<option value="CENTIMETERS">${nls.Centimeters}</option>
<option value="METER">${nls.Meter}</option>
<option value="KILOMETERS">${nls.Kilometers}</option>
<option value="DECIMETERS">${nls.Decimeters}</option>
<option type="separator"></option>
<option value="DECIMAL_DEGREES">${nls.Decimal_Degrees}</option>
<option value="DEGREE_MINUTE_SECONDS">${nls.Degree_Minutes_Seconds}</option>
<option type="separator"></option>
<option value="MGRS">${nls.MGRS}</option>
<option value="USNG">${nls.USNG}</option>
</select>
</td>
</tr>
</tbody>
</table>
</div>
<div data-dojo-attach-point="enhanceVersionDiv">
<div class="datum-wkid edit-module" data-dojo-attach-point="transformDiv">
<table cellspacing="0">
<tbody>
<tr>
<td>
<div class="wkid-header">
<span>${nls.datum}</span>
<a href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000r8000000" target="blank">TFWKID</a>
</div>
</td>
</tr>
<tr>
<td>
<input type="text" data-dojo-type="dijit/form/ValidationTextBox" required="true" placeHolder="${nls.tWKIDPlaceHolder}"
data-dojo-attach-point="transformationWkid" data-dojo-attach-event="onChange:ontfWkidChange" data-dojo-props='style:{width:"100%"}' />
</td>
</tr>
<tr>
<td>
<span class="wkid-label" data-dojo-attach-point="transformationLabel">${nls.tName}</span>
</td>
</tr>
</tbody>
</table>
<div class="check" data-dojo-attach-point="transformForward"></div>
</div>
</div>
<div class="older-version" data-dojo-attach-point="olderVersionDiv">${nls.olderVersion}</div>
</div> |
third_party/blink/web_tests/fast/forms/fieldset/fieldset-disabled.html | scheib/chromium | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<style type="text/css">
input {
background:rgb(255,255,100);
}
input:disabled {
background:rgb(255,0,0);
}
</style>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<form>
<fieldset>
<legend><input type="text" id="parserGeneratedInput1"></legend>
<legend><input type="text" id="parserGeneratedInput2"></legend>
<input type="text" id="parserGeneratedInput3">
<input type="text" id="parserGeneratedInput4" disabled>
</fieldset>
<fieldset disabled>
<legend><input type="text" id="parserGeneratedInput5"></legend>
<legend><input type="text" id="parserGeneratedInput6"></legend>
<input type="text" id="parserGeneratedInput7">
<input type="text" id="parserGeneratedInput8" disabled>
</fieldset>
<fieldset disabled>
<input type="text" id="parserGeneratedInput9">
</fieldset>
</form>
<fieldset tabindex=0 disabled id="fieldset-tabindex"></fieldset>
<script>
description('Tests for HTMLFieldSetElement.disabled behavior.');
debug('\nVerifying parser generated fieldsets.');
var parserGeneratedInput1 = document.getElementById("parserGeneratedInput1");
var parserGeneratedInput2 = document.getElementById("parserGeneratedInput2");
var parserGeneratedInput3 = document.getElementById("parserGeneratedInput3");
var parserGeneratedInput4 = document.getElementById("parserGeneratedInput4");
var parserGeneratedInput5 = document.getElementById("parserGeneratedInput5");
var parserGeneratedInput6 = document.getElementById("parserGeneratedInput6");
var parserGeneratedInput7 = document.getElementById("parserGeneratedInput7");
var parserGeneratedInput8 = document.getElementById("parserGeneratedInput8");
var parserGeneratedInput9 = document.getElementById("parserGeneratedInput9");
parserGeneratedInput1.focus();
document.execCommand('insertText', false, 'L');
parserGeneratedInput2.focus();
document.execCommand('insertText', false, 'M');
parserGeneratedInput3.focus();
document.execCommand('insertText', false, 'N');
parserGeneratedInput4.focus();
document.execCommand('insertText', false, 'O');
parserGeneratedInput5.focus();
document.execCommand('insertText', false, 'P');
parserGeneratedInput6.focus();
document.execCommand('insertText', false, 'Q');
parserGeneratedInput7.focus();
document.execCommand('insertText', false, 'R');
parserGeneratedInput8.focus();
document.execCommand('insertText', false, 'S');
parserGeneratedInput9.focus();
document.execCommand('insertText', false, 'T');
shouldBe('parserGeneratedInput1.value', '"L"');
shouldBe('parserGeneratedInput2.value', '"M"');
shouldBe('parserGeneratedInput3.value', '"NO"');
shouldBe('parserGeneratedInput4.value', '""');
shouldBe('parserGeneratedInput5.value', '"PQRST"');
shouldBe('parserGeneratedInput6.value', '""');
shouldBe('parserGeneratedInput7.value', '""');
shouldBe('parserGeneratedInput8.value', '""');
shouldBe('parserGeneratedInput9.value', '""');
debug('\nTesting a single fieldset element.');
var fieldSet = document.createElement('fieldset');
document.body.appendChild(fieldSet);
var textInput = document.createElement('input');
textInput.type = "text";
fieldSet.appendChild(textInput);
debug('Verifying HTMLFormControl can be disabled regardless of enclosing fieldset.');
textInput.disabled = true;
shouldBeTrue('textInput.disabled');
textInput.focus();
document.execCommand('insertText', false, 'A');
shouldBe('textInput.value', '""');
shouldBeFalse('fieldSet.disabled');
textInput.disabled = false;
debug('Fieldset is enabled by default. A user can insertText into the text input field.');
textInput.focus();
document.execCommand('insertText', false, 'A');
shouldBe('textInput.value', '"A"');
debug('Disable fieldset.');
fieldSet.disabled = true;
shouldBeTrue('fieldSet.disabled');
debug('Once the fieldset is disabled, text cannot be inserted.');
textInput.focus();
document.execCommand('insertText', false, 'B');
shouldBe('textInput.value', '"A"');
debug("Check if the style of the text element changed.");
shouldBe("getComputedStyle(textInput).backgroundColor", "'rgb(255, 0, 0)'");
debug('Enable fieldset.');
fieldSet.disabled = false;
shouldBeFalse('fieldSet.disabled');
shouldBe("getComputedStyle(textInput).backgroundColor", "'rgb(255, 255, 100)'");
textInput.focus();
document.execCommand('insertText', false, 'B');
shouldBe('textInput.value', '"AB"');
debug('Move the textinput element out of the fieldset.');
fieldSet.removeChild(textInput);
document.body.appendChild(textInput);
debug('Disable the fieldset.');
fieldSet.disabled = true;
shouldBeTrue('fieldSet.disabled');
debug('Text can be inserted, because the textinput element is outside of the disabled fieldset.');
textInput.focus();
document.execCommand('insertText', false, 'C');
shouldBe('textInput.value', '"ABC"');
debug('Enable the fieldset.');
fieldSet.disabled = false;
shouldBeFalse('fieldSet.disabled');
debug('Insert a table into the fieldset.');
var table = document.createElement('table');
fieldSet.appendChild(table);
var tr = document.createElement('tr');
table.appendChild(tr);
var td = document.createElement('td');
tr.appendChild(td);
debug('Move the textinput field into the table.');
document.body.removeChild(textInput);
td.appendChild(textInput);
textInput.focus();
document.execCommand('insertText', false, 'D');
shouldBe('textInput.value', '"ABCD"');
debug('Disable the fieldset.');
fieldSet.disabled = true;
shouldBeTrue('fieldSet.disabled');
debug('Inserting text should fail.')
textInput.focus();
document.execCommand('insertText', false, 'E');
shouldBe('textInput.value', '"ABCD"');
debug('Enable the fieldset.');
fieldSet.disabled = false;
shouldBeFalse('fieldSet.disabled');
textInput.focus();
document.execCommand('insertText', false, 'E');
shouldBe('textInput.value', '"ABCDE"');
debug('\nTesting nested fieldset elements.');
var outerFieldSet = document.createElement('fieldset');
document.body.appendChild(outerFieldSet);
var innerFieldSet = document.createElement('fieldset');
outerFieldSet.appendChild(innerFieldSet);
var outerTextInput = document.createElement('input');
outerTextInput.type = "text";
outerFieldSet.appendChild(outerTextInput);
var innerTextInput = document.createElement('input');
innerTextInput.type = "text";
innerFieldSet.appendChild(innerTextInput);
debug('Verifying that subordinates of both fieldsets are enabled.');
outerTextInput.focus();
document.execCommand('insertText', false, 'F');
innerTextInput.focus();
document.execCommand('insertText', false, 'F');
shouldBe('outerTextInput.value', '"F"');
shouldBe('innerTextInput.value', '"F"');
debug('Disabling the inner fieldset only.');
innerFieldSet.disabled = true;
shouldBeTrue('innerFieldSet.disabled');
outerTextInput.focus();
document.execCommand('insertText', false, 'G');
innerTextInput.focus();
document.execCommand('insertText', false, 'G');
shouldBe('outerTextInput.value', '"FGG"');
shouldBe('innerTextInput.value', '"F"');
debug('Enabling the inner and disabling the outer fieldset.');
outerFieldSet.disabled = true;
innerFieldSet.disabled = false;
shouldBeTrue('outerFieldSet.disabled');
shouldBeFalse('innerFieldSet.disabled');
outerTextInput.focus();
document.execCommand('insertText', false, 'H');
innerTextInput.focus();
document.execCommand('insertText', false, 'H');
shouldBe('outerTextInput.value', '"FGG"');
shouldBe('innerTextInput.value', '"F"');
debug('Disabling both fieldset elements.');
outerFieldSet.disabled = true;
innerFieldSet.disabled = true;
shouldBeTrue('outerFieldSet.disabled');
shouldBeTrue('innerFieldSet.disabled');
outerTextInput.focus();
document.execCommand('insertText', false, 'H');
innerTextInput.focus();
document.execCommand('insertText', false, 'H');
shouldBe('outerTextInput.value', '"FGG"');
shouldBe('innerTextInput.value', '"F"');
debug('Enabling both fieldset elements.');
outerFieldSet.disabled = false;
innerFieldSet.disabled = false;
shouldBeFalse('outerFieldSet.disabled');
shouldBeFalse('innerFieldSet.disabled');
outerTextInput.focus();
document.execCommand('insertText', false, 'H');
innerTextInput.focus();
document.execCommand('insertText', false, 'H');
shouldBe('outerTextInput.value', '"FGGH"');
shouldBe('innerTextInput.value', '"FH"');
debug('\nTest behavior of the first legend element in a fieldset elements.');
var legendFieldSet = document.createElement('fieldset');
document.body.appendChild(legendFieldSet);
var firstLegend = document.createElement('legend');
legendFieldSet.appendChild(firstLegend);
var secondLegend = document.createElement('legend');
legendFieldSet.appendChild(secondLegend);
var firstLegendTextInput = document.createElement('input');
firstLegendTextInput.type = "text";
firstLegend.appendChild(firstLegendTextInput);
var secondLegendTextInput = document.createElement('input');
secondLegendTextInput.type = "text";
secondLegend.appendChild(secondLegendTextInput);
debug('Children of the first legend element in a fieldset should not get disabled with the fieldset.');
legendFieldSet.disabled = true;
shouldBeTrue('legendFieldSet.disabled');
firstLegendTextInput.focus();
document.execCommand('insertText', false, 'I');
secondLegendTextInput.focus()
document.execCommand('insertText', false, 'I');
shouldBe('firstLegendTextInput.value', '"II"');
shouldBe('secondLegendTextInput.value', '""');
debug('Insert another legend element before the currently first one, and check again.');
var insertedLegend = document.createElement('legend');
legendFieldSet.insertBefore(insertedLegend, firstLegend);
var insertedLegendTextInput = document.createElement('input');
insertedLegend.appendChild(insertedLegendTextInput);
insertedLegendTextInput.focus();
document.execCommand('insertText', false, 'J');
firstLegendTextInput.focus();
document.execCommand('insertText', false, 'J');
secondLegendTextInput.focus()
document.execCommand('insertText', false, 'J');
shouldBe('insertedLegendTextInput.value', '"JJJ"');
shouldBe('firstLegendTextInput.value', '"II"');
shouldBe('secondLegendTextInput.value', '""');
debug('Enable the fieldset again and check for sanity.');
legendFieldSet.disabled = false;
shouldBeFalse('legendFieldSet.disabled');
insertedLegendTextInput.focus();
document.execCommand('insertText', false, 'K');
firstLegendTextInput.focus();
document.execCommand('insertText', false, 'K');
secondLegendTextInput.focus()
document.execCommand('insertText', false, 'K');
shouldBe('insertedLegendTextInput.value', '"JJJK"');
shouldBe('firstLegendTextInput.value', '"IIK"');
shouldBe('secondLegendTextInput.value', '"K"');
var disabledFieldsetWithTabindex = document.getElementById('fieldset-tabindex');
document.activeElement.blur();
shouldBe('disabledFieldsetWithTabindex.focus(); document.activeElement', 'document.body');
document.body.removeChild(document.getElementsByTagName('form')[0]);
document.body.removeChild(fieldSet);
document.body.removeChild(outerFieldSet);
document.body.removeChild(legendFieldSet);
document.body.removeChild(disabledFieldsetWithTabindex);
var successfullyParsed = true;
</script>
</body>
</html>
|
src/bower_components/popper.js/docs/_layouts/page-hashtag.html | OualiAghiles/Formation | ---
layout: default
---
<article id="main" class="page-layout">
<header>
<h2>#{{ page.title }}</h2>
<p>{{ page.description }}</p>
</header>
<section class="wrapper style5">
<div class="inner">
{{ content }}
</div>
</section>
</article>
|
wp/wp-content/plugins/crayon-syntax-highlighter/themes/x3info/x3info.css | WordBenchNagoya/WordFes2017 | /*
Name: X3info
Description: X3info.com
Version: 1.0
Author: Jafran Ahmed
URL: http://x3info.com
*/
.crayon-theme-x3info {
border-width: 1px !important;
border-color: #35907e !important;
border-style: solid !important;
text-shadow: none !important;
background: #f0f0f0 !important;
}
.crayon-theme-x3info-inline {
border-width: 0px !important;
border-color: #ddd !important;
border-style: solid !important;
background: #f0f0f0 !important;
}
.crayon-theme-x3info .crayon-table .crayon-nums {
background: #35907e !important;
color: #ffffff !important;
}
.crayon-theme-x3info .crayon-striped-line {
background: #fafafa !important;
}
.crayon-theme-x3info .crayon-striped-num {
background: #35907e !important;
color: #ffffff !important;
}
.crayon-theme-x3info .crayon-marked-line {
background: #acb1b0 !important;
border-width: 1px !important;
border-color: #4fb9b1 !important;
}
.crayon-theme-x3info .crayon-marked-num {
color: #fdfeff !important;
background: #333333 !important;
border-width: 0px !important;
border-color: #5999d9 !important;
}
.crayon-theme-x3info .crayon-marked-line.crayon-striped-line {
background: #cacfce !important;
}
.crayon-theme-x3info .crayon-marked-num.crayon-striped-num {
background: #666666 !important;
color: #afeeee !important;
}
.crayon-theme-x3info .crayon-marked-line.crayon-top {
border-top-style: solid !important;
}
.crayon-theme-x3info .crayon-marked-num.crayon-top {
border-top-style: solid !important;
}
.crayon-theme-x3info .crayon-marked-line.crayon-bottom {
border-bottom-style: solid !important;
}
.crayon-theme-x3info .crayon-marked-num.crayon-bottom {
border-bottom-style: solid !important;
}
.crayon-theme-x3info .crayon-info {
background: #faf9d7 !important;
border-bottom-width: 1px !important;
border-bottom-color: #b1af5e !important;
border-bottom-style: solid !important;
color: #65642c !important;
}
.crayon-theme-x3info .crayon-toolbar {
border-bottom-width: 0px !important;
border-bottom-color: #f0f0f0 !important;
background: #35907e !important;
}
.crayon-theme-x3info .crayon-toolbar > div {
float: left !important;
}
.crayon-theme-x3info .crayon-toolbar .crayon-tools {
float: right !important;
}
.crayon-theme-x3info .crayon-title {
color: #fbfbfb !important;
}
.crayon-theme-x3info .crayon-language {
color: #4fb9b1 !important;
}
.crayon-theme-x3info a.crayon-button {
background-color: transparent !important;
}
.crayon-theme-x3info a.crayon-button:hover {
background-color: #c0e3e1 !important;
color: #666;
}
.crayon-theme-x3info a.crayon-button.crayon-pressed:hover {
background-color: #EEE !important;
color: #666;
}
.crayon-theme-x3info a.crayon-button.crayon-pressed {
background-color: #4fb9b1 !important;
color: #FFF;
}
.crayon-theme-x3info a.crayon-button.crayon-pressed:active {
background-color: #4fb9b1 !important;
color: #FFF;
}
.crayon-theme-x3info a.crayon-button:active {
background-color: #4fb9b1 !important;
color: #FFF;
}
.crayon-theme-x3info .crayon-pre .crayon-c {
color: #c7562b !important;
}
.crayon-theme-x3info .crayon-pre .crayon-s {
color: #9c29b5 !important;
}
.crayon-theme-x3info .crayon-pre .crayon-p {
color: #cb7824 !important;
}
.crayon-theme-x3info .crayon-pre .crayon-ta {
color: #46b6db !important;
}
.crayon-theme-x3info .crayon-pre .crayon-k {
color: #173e36 !important;
}
.crayon-theme-x3info .crayon-pre .crayon-st {
color: #333 !important;
}
.crayon-theme-x3info .crayon-pre .crayon-r {
color: #4fb9b1 !important;
}
.crayon-theme-x3info .crayon-pre .crayon-t {
color: #387a6d !important;
}
.crayon-theme-x3info .crayon-pre .crayon-m {
color: #35907e !important;
}
.crayon-theme-x3info .crayon-pre .crayon-i {
color: #333 !important;
}
.crayon-theme-x3info .crayon-pre .crayon-e {
color: #008b8b !important;
}
.crayon-theme-x3info .crayon-pre .crayon-v {
color: #4ab28d !important;
}
.crayon-theme-x3info .crayon-pre .crayon-cn {
color: #2f4f4f !important;
}
.crayon-theme-x3info .crayon-pre .crayon-o {
color: #008b8b !important;
}
.crayon-theme-x3info .crayon-pre .crayon-sy {
color: #333 !important;
}
.crayon-theme-x3info .crayon-pre .crayon-n {
color: #666 !important;
font-style: italic !important;
}
.crayon-theme-x3info .crayon-pre .crayon-f {
color: #999 !important;
}
.crayon-theme-x3info .crayon-pre .crayon-h {
color: #3bbece !important;
}
.crayon-theme-x3info .crayon-button {
}
|
src/main/webapp/WEB-INF/static/semanticui/components/breadcrumb.css | taqi/jbirth | /*
* # Semantic UI - 1.10.2
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Breadcrumb
*******************************/
.ui.breadcrumb {
margin: 1em 0em;
display: inline-block;
vertical-align: middle;
}
.ui.breadcrumb:first-child {
margin-top: 0em;
}
.ui.breadcrumb:last-child {
margin-bottom: 0em;
}
/*******************************
Content
*******************************/
/* Divider */
.ui.breadcrumb .divider {
display: inline-block;
opacity: 0.5;
margin: 0em 0.2rem 0em;
font-size: 0.9em;
color: rgba(0, 0, 0, 0.4);
vertical-align: baseline;
}
/* Link */
.ui.breadcrumb a {
color: #009fda;
}
.ui.breadcrumb a:hover {
color: #00b2f3;
}
/* Icon Divider */
.ui.breadcrumb .icon.divider {
font-size: 0.85714286em;
vertical-align: baseline;
}
/* Section */
.ui.breadcrumb a.section {
cursor: pointer;
}
.ui.breadcrumb .section {
display: inline-block;
margin: 0em;
padding: 0em;
}
/* Loose Coupling */
.ui.breadcrumb.segment {
display: inline-block;
padding: 0.5em 1em;
}
/*******************************
States
*******************************/
.ui.breadcrumb .active.section {
font-weight: bold;
}
/*******************************
Variations
*******************************/
.ui.mini.breadcrumb {
font-size: 0.65em;
}
.ui.tiny.breadcrumb {
font-size: 0.7em;
}
.ui.small.breadcrumb {
font-size: 0.75em;
}
.ui.breadcrumb {
font-size: 1em;
}
.ui.large.breadcrumb {
font-size: 1.1em;
}
.ui.big.breadcrumb {
font-size: 1.05em;
}
.ui.huge.breadcrumb {
font-size: 1.3em;
}
.ui.massive.breadcrumb {
font-size: 1.5em;
}
/*******************************
Theme Overrides
*******************************/
/*******************************
Site Overrides
*******************************/
|
web/jpgraph/docs/chunkhtml/ch05s02.html | daveseff/DS_Scheduler | <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>What is an image?</title><link rel="stylesheet" type="text/css" href="manual.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.0"><link rel="home" href="index.html" title="JpGraph Manual"><link rel="up" href="ch05.html" title="Chapter 5. Fundamentals of dynamic graph generation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">What is an image?</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center">Chapter 5. Fundamentals of dynamic graph generation</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="sect1" title="What is an image?"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2494175"></a>What is an image?</h2></div></div></div>
<p>This might be strange question and you might already now the answer but having a
true understanding will help. An image is simply a data stream of octets (bytes)
specifying the exact color of a number of pixels. A typical image uses 32 bits to
specify the color which means it can encode 2^32 different colors (Homework: How
many gray levels is possible with 32 bits?). It would be perfectly possible to send
this data stream as it is and indeed this is how the bitmap (BMP) format specifies
the data. However, image data usually have a lot of redundancies that can be used to
reduce the size of the data that needs to be transmitted to specify any given image.
These compression formats are what is more commonly known as for example PNG, JPEG
or GIF type of images. So it is actually more correct, in our view, to look upon
these formats as different compression techniques rather than as true image formats. </p>
<p>Contrary to popular belief it is not the suffix on a file per se that identifies a
particular file as an image on a HTTP server but rather the mapping on the server
that instructs the server to send back a particular header for a particular file
type (as identified by the file suffix), the MIME type. This might not seem like an
important distinction to make but keeping this in mind will help understanding how
images are created with a PHP script.</p>
<p>A normal PHP scripts sends back character data (or more likely HTML encoded
character data) that is displayed by the browser. However it is nothing that stops
the PHP script from sending back data that instead should be interpreted as an image
assuming of course we know how to create such data.. </p>
<p>How the client (i.e. the browser) should interpret the data sent is all controlled
by the header that is sent before the data. So this now leads us to the idea that if
our PHP script by some means constructs a valid image, compressed in a known format
(say PNG), we can tell the client to interpret the data we send back as an image by
just making sure we first send a header indicating that the data is an image.</p>
<p>This could now lead us to the perhaps surprising but crucial insight that if we
call our script that sends back valid image data "<code class="filename">myimage.php</code>"
and open it in a browser, for example by opening the local URI
"<code class="filename">http://localhost/myimage.php</code>" for the browser this is no
different then opening an image directly (for example
"<code class="filename">http://localhost/myimage.png</code>") </p>
<p>The only difference is that in the first case (our PHP script) we create the
header and data our self and in the second case the HTTP server looks up the file
suffix (*.png) to find out what kind of header to send before reading the file and
just passing on the data to the client.</p>
<p>Armed with this new knowledge we realize that our PHP script <span class="italic">is</span> an image for all practical purposes and intent from
a clients point of view. So we could safely name our PHP script as a target for an
<span class="markup"><img></span> tag. This gives us the final and most common way to
call a graph script in a HTML page. </p>
<p><code class="code"><img src="myimage.php"></code></p>
<p>in exactly the same way as we would do with the old type of images. The "*.php"
suffix is no problem since the client (e.g. the browser) don't care what the file
ending is. It only cares about what header the server returns. If that header tells
the browser that the data received should be interpreted as a PNG image it will do
so regardless of the name of the source file on the server.</p>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"><a accesskey="u" href="ch05.html">Up</a></td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>
|
tests/wpt/web-platform-tests/accname/name_checkbox-label-embedded-spinbutton-manual.html | pyfisch/servo | <!doctype html>
<html>
<head>
<title>Name checkbox-label-embedded-spinbutton</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<link rel="stylesheet" href="/wai-aria/scripts/manual.css">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/wai-aria/scripts/ATTAcomm.js"></script>
<script>
setup({explicit_timeout: true, explicit_done: true });
var theTest = new ATTAcomm(
{
"steps" : [
{
"element" : "test",
"test" : {
"ATK" : [
[
"property",
"name",
"is",
"foo 5 baz"
]
],
"AXAPI" : [
[
"property",
"AXDescription",
"is",
"foo 5 baz"
]
],
"IAccessible2" : [
[
"property",
"accName",
"is",
"foo 5 baz"
]
],
"UIA" : [
[
"property",
"Name",
"is",
"foo 5 baz"
]
]
},
"title" : "step 1",
"type" : "test"
}
],
"title" : "Name checkbox-label-embedded-spinbutton"
}
) ;
</script>
</head>
<body>
<p>This test examines the ARIA properties for Name checkbox-label-embedded-spinbutton.</p>
<input type="checkbox" id="test" />
<label for="test">foo <input role="spinbutton" type="number" value="5" min="1" max="10" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz
</label>
<div id="manualMode"></div>
<div id="log"></div>
<div id="ATTAmessages"></div>
</body>
</html>
|
wp-content/themes/neundorfer/sass/bootstrap/js/tests/visual/button.html | davygxyz/neundorfer | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Button</title>
<link rel="stylesheet" href="../../../dist/css/bootstrap.min.css">
<!-- HTML5 shim and Respond.js for 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="page-header">
<h1>Button <small>Bootstrap Visual Test</small></h1>
</div>
<button type="button" class="btn btn-primary" data-toggle="button">Single toggle</button>
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-primary">
<input type="checkbox"> checkbox 1
</label>
<label class="btn btn-primary">
<input type="checkbox"> checkbox 2
</label>
<label class="btn btn-primary">
<input type="checkbox"> checkbox 3
</label>
</div>
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-primary">
<input type="radio" name="options" id="option1"> Radio 1
</label>
<label class="btn btn-primary">
<input type="radio" name="options" id="option2"> Radio 2
</label>
<label class="btn btn-primary">
<input type="radio" name="options" id="option3"> Radio 3
</label>
</div>
</div>
<!-- JavaScript Includes -->
<script src="../vendor/jquery.min.js"></script>
<script src="../../dist/util.js"></script>
<script src="../../dist/button.js"></script>
<!-- JavaScript Test -->
<script>
$(function () {
$('.js-loading-button').on('click', function () {
var btn = $(this).button('loading')
setTimeout(function (){
btn.button('reset')
}, 3000)
})
})
</script>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/html/semantics/forms/the-fieldset-element/accessibility/legend-visibility-collapse-manual.html | scheib/chromium | <!doctype html>
<title>fieldset accessibility test: legend visibility: collapse</title>
<link rel=help href=https://w3c.github.io/html-aam/#fieldset-element-accessible-name-computation>
<style>
legend { visibility: collapse; }
</style>
<fieldset id=fieldset>
<legend>Foo</legend>
<input>
</fieldset>
<p>Expected accessible name for id=fieldset: ""
|
ajax/libs/oojs-ui/0.10.1/oojs-ui-mediawiki-icons-user.css | seogi1004/cdnjs | /*!
* OOjs UI v0.10.1
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2015 OOjs Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2015-04-27T17:17:17Z
*/
.oo-ui-icon-userActive {
background-image: url("themes/mediawiki/images/icons/userActive-ltr.png");
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/userActive-ltr.svg");
background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/userActive-ltr.svg");
background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/userActive-ltr.png");
}
.oo-ui-icon-userAvatar {
background-image: url("themes/mediawiki/images/icons/userAvatar.png");
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/userAvatar.svg");
background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/userAvatar.svg");
background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/userAvatar.png");
}
.oo-ui-icon-userInactive {
background-image: url("themes/mediawiki/images/icons/userInactive-ltr.png");
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/userInactive-ltr.svg");
background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/userInactive-ltr.svg");
background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/userInactive-ltr.png");
}
.oo-ui-icon-userTalk {
background-image: url("themes/mediawiki/images/icons/userTalk-ltr.png");
background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/userTalk-ltr.svg");
background-image: linear-gradient(transparent, transparent), /* @embed */ url("themes/mediawiki/images/icons/userTalk-ltr.svg");
background-image: -o-linear-gradient(transparent, transparent), url("themes/mediawiki/images/icons/userTalk-ltr.png");
}
|
ajax/libs/uikit/2.27.0/css/components/htmleditor.gradient.css | maruilian11/cdnjs | /*! UIkit 2.27.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: HTML editor
========================================================================== */
/* Sub-object `uk-htmleditor-navbar`
========================================================================== */
.uk-htmleditor-navbar {
background: #f7f7f7;
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom-color: rgba(0, 0, 0, 0.2);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background-origin: border-box;
background-image: -webkit-linear-gradient(top, #fff, #eee);
background-image: linear-gradient(to bottom, #fff, #eee);
}
/*
* Micro clearfix
*/
.uk-htmleditor-navbar:before,
.uk-htmleditor-navbar:after {
content: "";
display: table;
}
.uk-htmleditor-navbar:after {
clear: both;
}
/* Sub-object `uk-htmleditor-navbar-nav`
========================================================================== */
.uk-htmleditor-navbar-nav {
margin: 0;
padding: 0;
list-style: none;
float: left;
}
.uk-htmleditor-navbar-nav > li {
float: left;
}
/*
* 1. Dimensions
* 2. Style
*/
.uk-htmleditor-navbar-nav > li > a {
display: block;
box-sizing: border-box;
text-decoration: none;
/* 1 */
height: 41px;
padding: 0 15px;
line-height: 40px;
/* 2 */
color: #444;
font-size: 11px;
cursor: pointer;
margin-top: -1px;
margin-left: -1px;
border: 1px solid transparent;
border-bottom-width: 0;
text-shadow: 0 1px 0 #fff;
}
/*
* Hover
* 1. Apply hover style also to focus state
* 2. Remove default focus style
*/
.uk-htmleditor-navbar-nav > li:hover > a,
.uk-htmleditor-navbar-nav > li > a:focus {
background-color: transparent;
color: #444;
outline: none;
/* 2 */
position: relative;
z-index: 1;
border-left-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
border-top-color: rgba(0, 0, 0, 0.1);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* OnClick */
.uk-htmleditor-navbar-nav > li > a:active {
background-color: #f5f5f5;
color: #444;
border-left-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
border-top-color: rgba(0, 0, 0, 0.2);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Active */
.uk-htmleditor-navbar-nav > li.uk-active > a {
background-color: #fafafa;
color: #444;
border-left-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
border-top-color: rgba(0, 0, 0, 0.2);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Sub-object: `uk-htmleditor-navbar-flip`
========================================================================== */
.uk-htmleditor-navbar-flip {
float: right;
}
/* Sub-object for special buttons
========================================================================== */
[data-mode='split'] .uk-htmleditor-button-code,
[data-mode='split'] .uk-htmleditor-button-preview {
display: none;
}
/* Sub-object `uk-htmleditor-content`
========================================================================== */
.uk-htmleditor-content {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: #fff;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
/*
* Micro clearfix
*/
.uk-htmleditor-content:before,
.uk-htmleditor-content:after {
content: "";
display: table;
}
.uk-htmleditor-content:after {
clear: both;
}
/* Modifier `uk-htmleditor-fullscreen`
========================================================================== */
.uk-htmleditor-fullscreen {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 990;
}
.uk-htmleditor-fullscreen .uk-htmleditor-content {
position: absolute;
top: 41px;
left: 0;
right: 0;
bottom: 0;
}
.uk-htmleditor-fullscreen .uk-icon-expand:before {
content: "\f066";
}
/* Sub-objects `uk-htmleditor-code` and `uk-htmleditor-preview`
========================================================================== */
.uk-htmleditor-code,
.uk-htmleditor-preview {
box-sizing: border-box;
}
.uk-htmleditor-preview {
padding: 20px;
overflow-y: scroll;
position: relative;
}
/*
* Tab view
*/
[data-mode='tab'][data-active-tab='code'] .uk-htmleditor-preview,
[data-mode='tab'][data-active-tab='preview'] .uk-htmleditor-code {
display: none;
}
/*
* Split view
*/
[data-mode='split'] .uk-htmleditor-code,
[data-mode='split'] .uk-htmleditor-preview {
float: left;
width: 50%;
}
[data-mode='split'] .uk-htmleditor-code {
border-right: 1px solid #eee;
}
/* Sub-object `uk-htmleditor-iframe`
========================================================================== */
.uk-htmleditor-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* CodeMirror modifications
========================================================================== */
.uk-htmleditor .CodeMirror {
padding: 10px;
box-sizing: border-box;
}
/*
* Apply same `border-radius` as `uk-htmleditor-navbar`
*/
.uk-htmleditor-navbar-nav:first-child > li:first-child > a {
border-top-left-radius: 4px;
}
/*
* Sub-modifier `uk-htmleditor-navbar-flip`
*/
/* Collapse border */
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav > li > a {
margin-left: 0;
margin-right: -1px;
}
/* Apply same `border-radius` as `uk-htmleditor-navbar` */
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:first-child > li:first-child > a {
border-top-left-radius: 0;
}
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:last-child > li:last-child > a {
border-top-right-radius: 4px;
}
/*
* Sub-modifier `uk-htmleditor-fullscreen`
*/
.uk-htmleditor-fullscreen .uk-htmleditor-navbar {
border-top: none;
border-left: none;
border-right: none;
border-radius: 0;
}
.uk-htmleditor-fullscreen .uk-htmleditor-content {
border: none;
border-radius: 0;
}
.uk-htmleditor-fullscreen .uk-htmleditor-navbar-nav > li > a {
border-radius: 0 !important;
}
|
share/spice/transit/njt/transit_njt.css | ppant/zeroclickinfo-spice | .zci--njt .tile--njt {
text-align: center;
width: 13em;
}
.is-mobile .zci--njt .tile--njt {
width: 12.25em;
}
.tile--njt .njt__time {
font-size: 2.3em;
font-weight: 300;
}
.tile--njt .njt__details {
margin-top: 5px;
margin-bottom: 10px;
}
.tile--njt .njt__status-sep {
height: 12px;
}
.tile--njt .njt__sep-line {
background-color: #e1e1e1;
height: 1px;
width: 30px;
margin-bottom: 6px;
margin-left: 5px;
margin-right: 5px;
display: inline-block;
}
.tile--njt .njt__status {
margin-top: 10px;
margin-bottom: 2px;
}
.tile--njt .njt__badge {
background-color: #e0e0e0;
height: 12px;
border-radius: 6px;
padding: 0 6px;
display: inline-block;
}
.tile--njt .njt__delayed {
background-color: #eea43e;
}
.tile--njt .njt__boarding {
background-color: #60ae50;
}
.tile--njt .njt__cancelled {
background-color: #e34c2d;
}
.tile--njt .njt__cancelled-tile {
background-color: #fafafa;
border-color: #fafafa;
}
.tile--njt .njt__bold-status {
font-weight: bold;
}
.tile--njt .njt__cancelled-tile .njt__time,
.tile--njt .njt__cancelled-tile .njt__details,
.tile--njt .njt__cancelled-tile .njt__status {
color: #bbb;
}
.tile--njt .njt__no-track {
color: #aaa;
}
|
tests/wpt/web-platform-tests/css/vendor-imports/mozilla/mozilla-central-reftests/ib-split/remove-from-split-inline-6-noib-ref.html | UK992/servo | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
<link rel="author" title="Mozilla Corporation" href="http://mozilla.com/">
<style>
body > span { border: 3px solid blue }
#one { border-right: none; }
#four { border-left: none; }
</style>
<body>
<span id="one">
One
</span>
<div>Two</div>
<div>Three</div>
<span id="four">
Four
</span>
</body>
|
third_party/WebKit/LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html | wuhengzhi/chromium-crosswalk | <!DOCTYPE HTML>
<style>
body {
transform: translateZ(0);
}
#overlapper {
width: 400px;
height: 400px;
left: 200px;
background: gray;
position: absolute;
transform: translateZ(0);
}
#container {
-webkit-perspective: 1400px;
position: absolute;
width: 180px;
height: 180px;
background: papayawhip;
}
#composited {
width: 100px;
height: 100px;
left: 200px;
background: green;
position: absolute;
transform: translateZ(10px);
visibility: hidden;
}
#squashed {
position: absolute;
width: 50px;
height: 50px;
background: blue;
}
</style>
<div id="overlapper"></div>
<div id="container">
<div id="composited"></div>
</div>
<div id="squashed"></div>
THIS TEST PASSES IF IT DOES NOT CRASH
|
third_party/WebKit/LayoutTests/fast/dom/custom/lifecycle-created-parser-script.html | axinging/chromium-crosswalk | <!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test.js"></script>
<script>
description("This test ensures that the lifecycle callback of a parser-made element is visible in following script block.")
proto = Object.create(HTMLElement.prototype, { createdCallback: { value: function() { window.callbacksCalled = true; } } });
document.registerElement("x-foo", { prototype: proto });
</script>
</head>
<body>
<x-foo></x-foo>
<script>
shouldBeTrue("window.callbacksCalled");
</script>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/css-ui/text-overflow-029.html | scheib/chromium | <!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>CSS Basic User Interface Test: text-overflow and bidi interaction</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<link rel="help" href="http://www.w3.org/TR/css-ui-3/#text-overflow">
<link rel="help" href="http://www.w3.org/TR/css-ui-4/#text-overflow">
<link rel="match" href="reference/text-overflow-029-ref.html">
<meta name="assert" content="When there's content of mixed directionality, text-overflow ellides the characters at the physical end of the line.">
<meta name="flags" content="">
<style>
div {
font: 20px monospace;
width: 12.3ch; /* slightly more than 12ch because in some browsers (safari) the ellipsis is slightly large than other characters, even in monospace fonts. */
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
</style>
<div>Test ‮deliafdessap‬</div>
|
tests/wpt/webgl/tests/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html | UK992/servo | <!--
Copyright (c) 2015 The Khronos Group Inc.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and/or associated documentation files (the
"Materials"), to deal in the Materials without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Materials, and to
permit persons to whom the Materials are furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Materials.
THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
-->
<!--
This file is auto-generated from py/tex_image_test_generator.py
DO NOT EDIT!
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src="../../../js/js-test-pre.js"></script>
<script src="../../../js/webgl-test-utils.js"></script>
<script src="../../../js/tests/tex-image-and-sub-image-utils.js"></script>
<script src="../../../js/tests/tex-image-and-sub-image-3d-with-image-data.js"></script>
</head>
<body>
<canvas id="texcanvas" width="2" height="2"></canvas>
<canvas id="example" width="32" height="32"></canvas>
<div id="description"></div>
<div id="console"></div>
<script>
"use strict";
function testPrologue(gl) {
return true;
}
generateTest("RGB5_A1", "RGBA", "UNSIGNED_SHORT_5_5_5_1", testPrologue, "../../../resources/", 2)();
</script>
</body>
</html>
|
sites/all/themes/nihao/css/ie6-fixes.css | ddnode/nihao |
/* IE6 fixes
-------------------------------------------------------------- */
/* fix double-margin bug */
.block,
.nested {
display: inline;
}
/* fluid: fix skipped % margin inherit bug */
.grid-type-fluid .sidebar-first-inner,
.grid-type-fluid .sidebar-last-inner {
zoom: 1;
}
/* fluid: fix list shift-on-hover bug */
.grid-type-fluid .block {
height: 1%;
}
/* fluid: grid row/group container widths, minus 0.1% to prevent float under */
.grid-type-fluid .grid16-1 {width: 6.15%;}
.grid-type-fluid .grid16-2 {width: 12.4%;}
.grid-type-fluid .grid16-3 {width: 18.65%;}
.grid-type-fluid .grid16-4 {width: 24.9%;}
.grid-type-fluid .grid16-5 {width: 31.15%;}
.grid-type-fluid .grid16-6 {width: 37.4%;}
.grid-type-fluid .grid16-7 {width: 43.65%;}
.grid-type-fluid .grid16-8 {width: 49.9%;}
.grid-type-fluid .grid16-9 {width: 56.15%;}
.grid-type-fluid .grid16-10 {width: 62.4%;}
.grid-type-fluid .grid16-11 {width: 68.65%;}
.grid-type-fluid .grid16-12 {width: 74.9%;}
.grid-type-fluid .grid16-13 {width: 81.15%;}
.grid-type-fluid .grid16-14 {width: 87.4%;}
.grid-type-fluid .grid16-15 {width: 93.65%;}
.grid-type-fluid .grid16-16 {width: 99.9%;}
/* fluid: block indents, minus 0.1% to prevent float under */
.grid-type-fluid .grid16-indent-1 {margin-left: 6.15%;}
.grid-type-fluid .grid16-indent-2 {margin-left: 12.4%;}
.grid-type-fluid .grid16-indent-3 {margin-left: 18.65%;}
.grid-type-fluid .grid16-indent-4 {margin-left: 24.9%;}
.grid-type-fluid .grid16-indent-5 {margin-left: 31.15%;}
.grid-type-fluid .grid16-indent-6 {margin-left: 37.4%;}
.grid-type-fluid .grid16-indent-7 {margin-left: 43.65%;}
.grid-type-fluid .grid16-indent-8 {margin-left: 49.9%;}
.grid-type-fluid .grid16-indent-9 {margin-left: 56.15%;}
.grid-type-fluid .grid16-indent-10 {margin-left: 62.4%;}
.grid-type-fluid .grid16-indent-11 {margin-left: 68.65%;}
.grid-type-fluid .grid16-indent-12 {margin-left: 74.9%;}
.grid-type-fluid .grid16-indent-13 {margin-left: 81.15%;}
.grid-type-fluid .grid16-indent-14 {margin-left: 87.4%;}
.grid-type-fluid .grid16-indent-15 {margin-left: 93.65%;}
/* fluid grid12: row/group container widths, minus 0.1% to prevent float under */
.grid-type-fluid .grid12-1 {width: 8.23%;}
.grid-type-fluid .grid12-2 {width: 16.57%;}
.grid-type-fluid .grid12-3 {width: 24.9%;}
.grid-type-fluid .grid12-4 {width: 33.23%;}
.grid-type-fluid .grid12-5 {width: 41.57%;}
.grid-type-fluid .grid12-6 {width: 49.9%;}
.grid-type-fluid .grid12-7 {width: 58.23%;}
.grid-type-fluid .grid12-8 {width: 66.57%;}
.grid-type-fluid .grid12-9 {width: 74.9%;}
.grid-type-fluid .grid12-10 {width: 83.23%;}
.grid-type-fluid .grid12-11 {width: 91.57%;}
.grid-type-fluid .grid12-12 {width: 99.9%;}
/* fluid grid12: block indents, minus 0.1% to prevent float under */
.grid-type-fluid .grid12-indent-1 {margin-left: 8.23%;}
.grid-type-fluid .grid12-indent-2 {margin-left: 16.57%;}
.grid-type-fluid .grid12-indent-3 {margin-left: 24.9%;}
.grid-type-fluid .grid12-indent-4 {margin-left: 33.23%;}
.grid-type-fluid .grid12-indent-5 {margin-left: 41.57%;}
.grid-type-fluid .grid12-indent-6 {margin-left: 49.9%;}
.grid-type-fluid .grid12-indent-7 {margin-left: 58.23%;}
.grid-type-fluid .grid12-indent-8 {margin-left: 66.57%;}
.grid-type-fluid .grid12-indent-9 {margin-left: 74.9%;}
.grid-type-fluid .grid12-indent-10 {margin-left: 83.23%;}
.grid-type-fluid .grid12-indent-11 {margin-left: 91.57%;}
/* fix tab layout */
div#content-tabs,
div#content-tabs ul.primary,
div#content-tabs ul.secondary {
display: block;
float: none;
height: 1%;
}
/* limit legend width to text length */
form fieldset legend {
display: inline-block !important;
}
/* grid mask overlay opacity fix */
#grid-mask-overlay {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
/* ordered list margin fix */
.block ol {
margin-left: 2em;
}
/* primary menu dropping behind other menus fix */
.primary-menu {
z-index: 20;
}
/* Skinr styles
-------------------------------------------------------------- */
/* fix for inline-block centering */
.fusion-center-content .inner ul.menu {
display: inline-block;
}
.fusion-center-content .inner ul.menu {
display: inline;
}
/* Superfish: all menus */
.sf-menu li.hover {
z-index: 100;
}
/* User login block
-------------------------------------------------------------- */
/* adjust openid link */
html.js #user-login-form li.openid-processed,
html.js #user-login li.openid-processed {
padding-left: 6px;
}
/* fix positioning bugs */
.fusion-horiz-login #block-user-0 #user-login-form label {
position: relative;
}
/* eliminate list item leading spacing */
.fusion-horiz-login #block-user-0 .item-list ul {
list-style-position: outside;
}
/* reduce button size */
.fusion-horiz-login #block-user-0 #user-login-form input.form-submit {
padding: 0 7px;
position: relative;
}
/* prevent "What is OpenID?" from breaking layout */
.fusion-horiz-login #block-user-0 #edit-openid-identifier-wrapper {
position: relative;
}
.fusion-horiz-login #block-user-0 #edit-openid-identifier-wrapper .description {
right: 3px;
position: absolute;
top: 20px;
}
/* Superfish menu
-------------------------------------------------------------- */
/* fix z-index show-behind bug */
.primary-menu-inner,
ul.sf-menu li {
z-index: 2;
}
/* prevent displaced menu items */
.primary-menu-inner {
width: 100%;
}
/* prevent menu items stacking */
ul.sf-menu li a {
float: left;
}
/* Skinr preview
-------------------------------------------------------------- */
#screenshot {
filter:
progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=90, strength=3)
progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=180, strength=3);
}
/* Helper classes
-------------------------------------------------------------- */
/* clear floats after an element */
.clearfix,
.clearfix .inner {
display: block;
height: 1%;
}
|
www/lib/third-party/ngmap/testapp/polygon-simple.html | bennekrouf/ionic-starter-kit | <!DOCTYPE html>
<html ng-app="ngMap">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.5/angular.min.js"></script>
<script src="scripts/app.js"></script>
<!-- build:js scripts/ng-map.min.js -->
<script src="../app/scripts/app.js"></script>
<script src="../app/scripts/directives/map_controller.js"></script>
<script src="../app/scripts/directives/map.js"></script>
<script src="../app/scripts/directives/marker.js"></script>
<script src="../app/scripts/directives/shape.js"></script>
<script src="../app/scripts/services/geo_coder.js"></script>
<script src="../app/scripts/services/navigator_geolocation.js"></script>
<script src="../app/scripts/services/attr2_options.js"></script>
<!-- endbuild -->
</head>
<body>
<map zoom="5"
center="24.886436490787712, -70.2685546875"
map-type-id="TERRAIN">
<shape name="polygon"
paths="[
[25.774252, -80.190262],
[18.466465, -66.118292],
[32.321384, -64.75737],
[25.774252, -80.190262]
]"
stroke-color="#FF0000"
stroke-opacity="0.8"
stroke-weight="2"
fill-color="#FF0000"
fill-opacity="0.35">
</shape>
</map>
</body>
</html>
|
tests/wpt/web-platform-tests/conformance-checkers/html-aria/accessible-name-updates/694.html | UK992/servo | <!DOCTYPE html>
<html>
<head>
<title>ARIA 1.0 Test Case 694</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>ARIA 1.0 Test Case 694</h1>
<div id="TEST_ID_1">
</div>
<h2>Description</h2>
<p>The aria-live attribute is added to an element in the document by a script after
the onload event completes with the value="assertive" and the element has a child
DOM element node with text content that is hidden using CSS display="none". After
the aria-live attribute is added, the child DOM element node with text content has
the CSS display property changed to display="block".</p>
<script>
function showElement() {
var node = document.getElementById('TEST_ID_3');
node.setAttribute('style', 'display: block');
}
function addChildElementNode() {
var node = document.getElementById('TEST_ID_2');
var element_node = document.createElement('div');
element_node.setAttribute('id', 'TEST_ID_3');
element_node.setAttribute('style', 'display: none');
var text_node = document.createTextNode("TEST TEXT");
element_node.appendChild(text_node);
node.appendChild(element_node);
setTimeout(showElement,500);
}
function addLiveRegion() {
var node = document.getElementById('TEST_ID_1');
var element_node = document.createElement('div');
element_node.setAttribute('id', 'TEST_ID_2');
element_node.setAttribute('aria-live', 'assertive');
node.appendChild(element_node);
setTimeout(addChildElementNode,500);
}
function onload() {
setTimeout(addLiveRegion,1000);
}
window.addEventListener('load', onload);
</script>
</body>
</html>
|
weixinmenu/Content/easyui/jquery-easyui-1.3.5/demo/tooltip/toolbar.html | jackche0214/wechatpaltform | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Tooltip as Toolbar - 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>Tooltip as Toolbar</h2>
<div class="demo-info">
<div class="demo-tip icon-tip"></div>
<div>This sample shows how to create a tooltip style toolbar.</div>
</div>
<div style="margin:10px 0;"></div>
<div style="padding:10px 200px">
<p><a id="dd" href="javascript:void(0)" class="easyui-tooltip" data-options="
hideEvent: 'none',
content: function(){
return $('#toolbar');
},
onShow: function(){
var t = $(this);
t.tooltip('tip').focus().unbind().bind('blur',function(){
t.tooltip('hide');
});
}
">Hover me</a> to display toolbar.</p>
</div>
<div style="display:none">
<div id="toolbar">
<a href="#" class="easyui-linkbutton easyui-tooltip" title="Add" data-options="iconCls:'icon-add',plain:true"></a>
<a href="#" class="easyui-linkbutton easyui-tooltip" title="Cut" data-options="iconCls:'icon-cut',plain:true"></a>
<a href="#" class="easyui-linkbutton easyui-tooltip" title="Remove" data-options="iconCls:'icon-remove',plain:true"></a>
<a href="#" class="easyui-linkbutton easyui-tooltip" title="Undo" data-options="iconCls:'icon-undo',plain:true"></a>
<a href="#" class="easyui-linkbutton easyui-tooltip" title="Redo" data-options="iconCls:'icon-redo',plain:true"></a>
</div>
</div>
</body>
</html> |
tool/src/java/org/sakaiproject/delegatedaccess/tool/pages/EditablePanelDate.html | sakai-mirror/delegatedaccess | <html xmlns:wicket="http://wicket.apache.org">
<link rel="stylesheet" type="text/css" href="style.css" />
<wicket:panel>
<input type="text" wicket:id="dateTextField" class="formInputField datePicker" readonly="readonly" size="8"/>
<style>
.ui-datepicker-trigger{
display: none;
}
</style>
<script type="text/javascript">
/*
ranged from current year minus 100 years and cannot be past today
defaults to today if none set
http://docs.jquery.com/UI/Datepicker/datepicker#options
*/
/* PRFL-267, alt text below is hardcoded. Fixed in 1.4, cannot be fixed in 1.3 */
$(document).ready(function(){
$('.datePicker').datepicker({
dateFormat: 'mm/dd/yy',
defaultDate: new Date(),
hideIfNoPrevNext: true,
showOn: 'both',
/*buttonImage: '/library/image/silk/calendar.png',*/
});
});
</script>
</wicket:panel>
</html> |
extensions/amp-access/0.1/amp-login-done.html | nekodo/amphtml | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">
<meta name="robots" content="noindex">
<title>AMP Login Complete</title>
<script async src="../../../dist/v0/amp-login-done-0.1.max.js"></script>
<style>
body {
margin: 0;
}
header {
margin-bottom: 32px;
padding: 16px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.logo,
.logo svg {
height: 40px;
width: 40px;
}
.logo path {
fill: #bdbdbd;
}
.logo-text {
color: #bdbdbd;
font-family: Roboto, verdana, arial, sans-serif;
font-size: 14px;
letter-spacing: 2px;
margin-left: 16px;
text-decoration: none;
text-transform: uppercase;
}
section {
font-family: Roboto, verdana, arial, sans-serif;
font-size: 14px;
font-weight: 500;
margin: 16px;
}
.subsection {
margin: 8px 0;
}
[lang] {
display: none;
}
.error-section {
display: none;
}
.amp-error .progress-section {
display: none;
}
.amp-error[data-error="postback"] .postback-failed-section {
display: block;
}
.amp-error[data-error="close"] .close-failed-section {
display: block;
}
#closeButton {
color: #4285f4;
display: block;
font-weight: 300;
padding: 8px 0;
text-decoration: none;
text-transform: uppercase;
}
</style>
</head>
<body>
<header>
<div class="logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 105 105">
<g>
<path d="M48.24645,63.9289875 L29.9397,63.9289875 C29.1627,63.9289875 28.65345,63.1152375 28.9947,62.4169875 L59.211075,0.4249875 C57.00345,0.1441125 54.753825,-0.0002625 52.470075,-0.0002625 C23.789325,0.0181125 0.211575,23.4304875 0.001575,52.1112375 C-0.17955,77.2456125 17.300325,98.3269875 40.77045,103.684612 L48.24645,63.9289875 Z"/>
<path d="M65.00865,1.504125 L57.419775,41.853 L75.726525,41.853 C76.503525,41.853 77.012775,42.66675 76.671525,43.365 L46.78065,104.69025 C48.66015,104.892375 50.568525,105 52.500525,105 C81.496275,105 105.000525,81.49575 105.000525,52.5 C105.000525,27.817125 87.964275,7.11375 65.00865,1.504125" />
</g>
</svg>
</div>
<div class="logo-text">
<div>Accelerated</div>
<div>Mobile Pages</div>
</div>
</header>
<section class="progress-section">
<div lang="en">Opening page...</div>
<div lang="af">Maak tans bladsy oop …</div>
<div lang="am">ገጽ በመክፈት ላይ...</div>
<div lang="ar">جارٍ فتح الصفحة...</div>
<div lang="be">Старонка адкрываецца...</div>
<div lang="bg">Страницата се отваря...</div>
<div lang="bn">পৃষ্ঠা খোলা হচ্ছে…</div>
<div lang="bs">Stranica se otvara...</div>
<div lang="ca">S'està obrint la pàgina…</div>
<div lang="crs">Pe ouver paz...</div>
<div lang="cs">Otevírání stránky...</div>
<div lang="da">Åbner siden...</div>
<div lang="de">Seite wird geöffnet...</div>
<div lang="el">Άνοιγμα σελίδας...</div>
<div lang="en-GB">Opening page...</div>
<div lang="es">Abriendo la página...</div>
<div lang="es-419">Abriendo página…</div>
<div lang="et">Lehe avamine …</div>
<div lang="eu">Orria irekitzen…</div>
<div lang="fa">در حال باز کردن صفحه...</div>
<div lang="fi">Avataan sivua…</div>
<div lang="fil">Binubuksan ang page...</div>
<div lang="fr">Ouverture de la page...</div>
<div lang="gl">Abrindo páxina...</div>
<div lang="hi">पृष्ठ खोला जा रहा है...</div>
<div lang="hr">Otvaranje stranice...</div>
<div lang="hu">Oldal megnyitása...</div>
<div lang="id">Membuka laman...</div>
<div lang="is">Opnar síðu...</div>
<div lang="it">Apertura pagina...</div>
<div lang="iw">פותח את הדף...</div>
<div lang="ja">ページを開いています...</div>
<div lang="ka">მიმდინარეობს გვერდის გახსნა...</div>
<div lang="km">កំពុងបើកទំព័រ...</div>
<div lang="kn">ಪುಟ ತೆರೆಯಲಾಗುತ್ತಿದೆ...</div>
<div lang="ko">페이지 여는 중...</div>
<div lang="lo">ກຳລັງເປີດໜ້າ...</div>
<div lang="lt">Atidaromas puslapis...</div>
<div lang="lv">Notiek lapas atvēršana...</div>
<div lang="mg">Manokatra pejy…</div>
<div lang="mk">Се отвора страницата...</div>
<div lang="ml">പേജ് തുറക്കുന്നു...</div>
<div lang="mn">Хуудсыг нээж байна...</div>
<div lang="mr">पृष्ठ उघडत आहे...</div>
<div lang="ms">Membuka halaman…</div>
<div lang="my">စာမျက်နှာကို ဖွင့်နေသည်...</div>
<div lang="ne">पृष्ठ खोल्दै...</div>
<div lang="nl">De pagina wordt geopend...</div>
<div lang="no">Åpner siden ...</div>
<div lang="pa">ਪੰਨਾ ਖੋਲ੍ਹਿਆ ਜਾ ਰਿਹਾ ਹੈ...</div>
<div lang="pl">Otwieram stronę...</div>
<div lang="pt">A abrir a página…</div>
<div lang="pt-BR">Abrindo página…</div>
<div lang="rm">Avrel pagina...</div>
<div lang="ro">Se deschide pagina...</div>
<div lang="ru">Страница открывается...</div>
<div lang="si">පිටුව විවෘත කරමින්...</div>
<div lang="sk">Otvára sa stránka...</div>
<div lang="sl">Odpiranje strani ...</div>
<div lang="so">Bogga furitaanka ...</div>
<div lang="sq">Faqja po hapet...</div>
<div lang="sr">Отварање странице...</div>
<div lang="st">E bula leqephe...</div>
<div lang="sv">Öppnar sida ...</div>
<div lang="sw">Inafungua ukurasa...</div>
<div lang="ta">பக்கத்தைத் திறக்கிறது...</div>
<div lang="te">పేజీని తెరుస్తోంది...</div>
<div lang="th">กำลังเปิดหน้าเว็บ...</div>
<div lang="tn">E bula tsebe...</div>
<div lang="tr">Sayfa açılıyor...</div>
<div lang="uk">Відкривається сторінка…</div>
<div lang="ur">صفحہ کھل رہا ہے…</div>
<div lang="vi">Đang mở trang...</div>
<div lang="zh-CN">正在打开网页…</div>
<div lang="zh-TW">正在開啟網頁...</div>
<div lang="zu">Ivula ikhasi...</div>
</section>
<section class="error-section postback-failed-section">
<div class="subsection postback-failed-message">
<div lang="en">Couldn't open page</div>
<div lang="af">Kon nie bladsy oopmaak nie</div>
<div lang="am">ገጽ መከፈት አልተቻለም</div>
<div lang="ar">تعذَّر فتح الصفحة</div>
<div lang="be">Не атрымалася адкрыць старонку</div>
<div lang="bg">Страницата не можа да се отвори</div>
<div lang="bn">পৃষ্ঠা খোলা যায়নি</div>
<div lang="bs">Nije moguće otvoriti stranicu</div>
<div lang="ca">No s'ha pogut obrir la pàgina</div>
<div lang="crs">Pa'n kapab ouver paz</div>
<div lang="cs">Stránku nelze otevřít</div>
<div lang="da">Siden kunne ikke åbnes</div>
<div lang="de">Seite konnte nicht geöffnet werden</div>
<div lang="el">Δεν ήταν δυνατό το άνοιγμα της σελίδας</div>
<div lang="en-GB">Couldn't open page</div>
<div lang="es">No se ha podido abrir la página</div>
<div lang="es-419">No se pudo abrir la página</div>
<div lang="et">Lehte ei saanud avada</div>
<div lang="eu">Ezin da ireki orria</div>
<div lang="fa">صفحه باز نشد</div>
<div lang="fi">Sivun avaaminen epäonnistui.</div>
<div lang="fil">Hindi mabuksan ang page</div>
<div lang="fr">La page n'a pas pu être ouverte.</div>
<div lang="gl">Non se puido abrir a páxina</div>
<div lang="hi">पृष्ठ खोला नहीं जा सका</div>
<div lang="hr">Stranica se ne može otvoriti</div>
<div lang="hu">Nem sikerült megnyitni az oldalt</div>
<div lang="id">Tidak dapat membuka laman</div>
<div lang="is">Ekki tókst að opna síðuna</div>
<div lang="it">Impossibile aprire la pagina</div>
<div lang="iw">לא ניתן היה לפתוח את הדף</div>
<div lang="ja">ページを開けませんでした</div>
<div lang="ka">გვერდის გახსნა ვერ მოხერხდა</div>
<div lang="km">មិនអាចបើកទំព័របានទេ</div>
<div lang="kn">ಪುಟ ತೆರೆಯಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ</div>
<div lang="ko">페이지를 열 수 없습니다.</div>
<div lang="lo">ບໍ່ສາມາດເປີດໜ້າໄດ້</div>
<div lang="lt">Nepavyko atidaryti puslapio</div>
<div lang="lv">Nevarēja atvērt lapu</div>
<div lang="mg">Tsy afa-nanokatra pejy</div>
<div lang="mk">Не можеше да се отвори страницата</div>
<div lang="ml">പേജ് തുറക്കാനായില്ല</div>
<div lang="mn">Хуудсыг нээж чадсангүй</div>
<div lang="mr">पृष्ठ उघडणे शक्य झाले नाही</div>
<div lang="ms">Tidak dapat membuka halaman</div>
<div lang="my">စာမျက်နှာကို ဖွင့်၍မရခဲ့ပါ</div>
<div lang="ne">पृष्ठ खोल्न सकिएन</div>
<div lang="nl">Kan de pagina niet openen</div>
<div lang="no">Kunne ikke åpne siden</div>
<div lang="pa">ਪੰਨਾ ਖੋਲ੍ਹਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ</div>
<div lang="pl">Nie udało się otworzyć strony</div>
<div lang="pt">Não foi possível abrir a página</div>
<div lang="pt-BR">Não foi possível abrir a página.</div>
<div lang="rm">Na poss betg avrir pagina</div>
<div lang="ro">Pagina nu s-a putut deschide</div>
<div lang="ru">Не удалось открыть страницу</div>
<div lang="si">පිටුව විවෘත කළ නොහැකි විය</div>
<div lang="sk">Stránku nie je možné otvoriť</div>
<div lang="sl">Strani ni bilo mogoče odpreti</div>
<div lang="so">Wuu furi kari waayay bogga</div>
<div lang="sq">Faqja nuk mund të hapej</div>
<div lang="sr">Отварање странице није успело</div>
<div lang="st">E hlolehile ho bula leqephe</div>
<div lang="sv">Det gick inte att öppna sidan</div>
<div lang="sw">Haikuweza kufungua ukurasa</div>
<div lang="ta">பக்கத்தைத் திறக்க முடியவில்லை</div>
<div lang="te">పేజీని తెరవడం సాధ్యపడలేదు</div>
<div lang="th">ไม่สามารถเปิดหน้าเว็บได้</div>
<div lang="tn">Ga e a kgona go bula tsebe</div>
<div lang="tr">Sayfa açılamadı</div>
<div lang="uk">Не вдалося відкрити сторінку</div>
<div lang="ur">صفحہ نہیں کھل سکا</div>
<div lang="vi">Không thể mở trang</div>
<div lang="zh-CN">无法打开网页</div>
<div lang="zh-TW">無法開啟網頁</div>
<div lang="zu">Ayikwazanga ukuvula ikhasi</div>
</div>
<div class="subsection button-section">
<a id="closeButton">
<div lang="en">Continue</div>
<div lang="af">Gaan voort</div>
<div lang="am">ቀጥል</div>
<div lang="ar">متابعة</div>
<div lang="be">Працягнуць</div>
<div lang="bg">Напред</div>
<div lang="bn">চালিয়ে যান</div>
<div lang="bs">Nastavi</div>
<div lang="ca">Continua</div>
<div lang="crs">Kontinyen</div>
<div lang="cs">Pokračovat</div>
<div lang="da">Fortsæt</div>
<div lang="de">Weiter</div>
<div lang="el">Συνέχεια</div>
<div lang="en-GB">Continue</div>
<div lang="es">Continuar</div>
<div lang="es-419">Continuar</div>
<div lang="et">Jätkake</div>
<div lang="eu">Jarraitu</div>
<div lang="fa">ادامه</div>
<div lang="fi">Jatka</div>
<div lang="fil">Magpatuloy</div>
<div lang="fr">Continuer</div>
<div lang="gl">Continuar</div>
<div lang="hi">जारी रखें</div>
<div lang="hr">Nastavi</div>
<div lang="hu">Tovább</div>
<div lang="id">Lanjutkan</div>
<div lang="is">Halda áfram</div>
<div lang="it">Continua</div>
<div lang="iw">המשך</div>
<div lang="ja">続行</div>
<div lang="ka">გაგრძელება</div>
<div lang="km">បន្ត</div>
<div lang="kn">ಮುಂದುವರೆಸು</div>
<div lang="ko">계속</div>
<div lang="lo">ສືບຕໍ່</div>
<div lang="lt">Tęsti</div>
<div lang="lv">Turpināt</div>
<div lang="mg">Hanohy</div>
<div lang="mk">Продолжи</div>
<div lang="ml">തുടരുക</div>
<div lang="mn">Үргэлжлүүлэх</div>
<div lang="mr">सुरु ठेवा</div>
<div lang="ms">Teruskan</div>
<div lang="my">ရှေ့ဆက်ပါ</div>
<div lang="ne">जारी राख्नुहोस्</div>
<div lang="nl">Doorgaan</div>
<div lang="no">Fortsett</div>
<div lang="pa">ਜਾਰੀ ਰੱਖੋ</div>
<div lang="pl">Dalej</div>
<div lang="pt">Continuar</div>
<div lang="pt-BR">Continuar.</div>
<div lang="rm">Cuntinuar</div>
<div lang="ro">Continuați</div>
<div lang="ru">Продолжить</div>
<div lang="si">කරගෙන යන්න</div>
<div lang="sk">Pokračovať</div>
<div lang="sl">Naprej</div>
<div lang="so">Sii wad</div>
<div lang="sq">Vazhdo</div>
<div lang="sr">Настави</div>
<div lang="st">Tsoela-pele</div>
<div lang="sv">Fortsätt</div>
<div lang="sw">Endelea</div>
<div lang="ta">தொடரவும்</div>
<div lang="te">కొనసాగించు</div>
<div lang="th">ต่อไป</div>
<div lang="tn">Tswelela</div>
<div lang="tr">Devam Et</div>
<div lang="uk">Продовжити</div>
<div lang="ur">جاری رکھیں</div>
<div lang="vi">Tiếp tục</div>
<div lang="zh-CN">继续</div>
<div lang="zh-TW">繼續</div>
<div lang="zu">Qhubeka</div>
</a>
</div>
</section>
<section class="error-section close-failed-section">
<div class="subsection close-failed-message">
<div lang="en">An error occurred</div>
<div lang="af">'n Fout het voorgekom</div>
<div lang="am">ስህተት ተከስቷል</div>
<div lang="ar">حدث خطأ</div>
<div lang="be">Адбылася памылка</div>
<div lang="bg">Възникна грешка</div>
<div lang="bn">একটি ত্রুটি ঘটেছে</div>
<div lang="bs">Došlo je do greške</div>
<div lang="ca">S'ha produït un error</div>
<div lang="crs">En lerer n'arive</div>
<div lang="cs">Došlo k chybě</div>
<div lang="da">Der opstod en fejl</div>
<div lang="de">Ein Fehler ist aufgetreten</div>
<div lang="el">Παρουσιάστηκε σφάλμα</div>
<div lang="en-GB">An error occurred</div>
<div lang="es">Se ha producido un error</div>
<div lang="es-419">Se produjo un error.</div>
<div lang="et">Ilmnes viga</div>
<div lang="eu">Errore bat gertatu da</div>
<div lang="fa">خطایی روی داد</div>
<div lang="fi">Tapahtui virhe</div>
<div lang="fil">Nagkaroon ng error</div>
<div lang="fr">Une erreur s'est produite.</div>
<div lang="gl">Produciuse un erro</div>
<div lang="hi">कोई त्रुटि आई</div>
<div lang="hr">Došlo je do pogreške</div>
<div lang="hu">Hiba történt</div>
<div lang="id">Terjadi kesalahan</div>
<div lang="is">Villa kom upp</div>
<div lang="it">Si è verificato un errore</div>
<div lang="iw">אירעה שגיאה</div>
<div lang="ja">エラーが発生しました</div>
<div lang="ka">წარმოიშვა შეცდომა</div>
<div lang="km">កំហុសបានកើតឡើង</div>
<div lang="kn">ದೋಷವೊಂದು ಕಾಣಿಸಿಕೊಂಡಿದೆ</div>
<div lang="ko">오류가 발생했습니다.</div>
<div lang="lo">ມີຄວາມຜິດພາດເກີດຂຶ້ນ</div>
<div lang="lt">Įvyko klaida</div>
<div lang="lv">Radās kļūda</div>
<div lang="mg">Nisy tsy fetezana</div>
<div lang="mk">Се појави грешка</div>
<div lang="ml">ഒരു പിശക് സംഭവിച്ചു</div>
<div lang="mn">Алдаа гарлаа</div>
<div lang="mr">एक त्रुटी आली आहे</div>
<div lang="ms">Berlaku ralat</div>
<div lang="my">ချွတ်ယွင်းမှုတစ်ခု ဖြစ်ပေါ်ခဲ့သည်</div>
<div lang="ne">एउटा त्रुटि भयो।</div>
<div lang="nl">Er is een fout opgetreden</div>
<div lang="no">Det oppsto en feil</div>
<div lang="pa">ਇੱਕ ਗੜਬੜ ਹੋ ਗਈ</div>
<div lang="pl">Wystąpił błąd</div>
<div lang="pt">Ocorreu um erro</div>
<div lang="pt-BR">Ocorreu um erro.</div>
<div lang="rm">Igl ha dà in errur</div>
<div lang="ro">A apărut o eroare</div>
<div lang="ru">Произошла ошибка</div>
<div lang="si">දෝෂයක් සිදු විය</div>
<div lang="sk">Vyskytla sa chyba</div>
<div lang="sl">Prišlo je do napake</div>
<div lang="so">Qalad ayaa dhacay</div>
<div lang="sq">Ndodhi një gabim</div>
<div lang="sr">Дошло је до грешке</div>
<div lang="st">Ho hlahile bothata</div>
<div lang="sv">Ett fel uppstod</div>
<div lang="sw">Hitilafu fulani imetokea</div>
<div lang="ta">பிழை ஏற்பட்டது</div>
<div lang="te">లోపం సంభవించింది</div>
<div lang="th">เกิดข้อผิดพลาด</div>
<div lang="tn">Go diragetse phoso</div>
<div lang="tr">Bir hata oluştu</div>
<div lang="uk">Сталася помилка</div>
<div lang="ur">ایک خرابی پیش آگئی</div>
<div lang="vi">Đã xảy ra lỗi</div>
<div lang="zh-CN">发生了错误</div>
<div lang="zh-TW">發生錯誤</div>
<div lang="zu">Kuvele iphutha</div>
</div>
<div class="subsection">
<div lang="en">Please close this page</div>
<div lang="af">Maak hierdie bladsy asseblief toe</div>
<div lang="am">እባክዎ ይህንን ገጽ ይዝጉት</div>
<div lang="ar">يُرجى إغلاق هذه الصفحة</div>
<div lang="be">Калі ласка, закрыйце гэту старонку</div>
<div lang="bg">Моля, затворете тази страница</div>
<div lang="bn">অনুগ্রহ করে পৃষ্ঠাটি বন্ধ করুন</div>
<div lang="bs">Zatvorite ovu stranicu</div>
<div lang="ca">Tanqueu aquesta pàgina</div>
<div lang="crs">Silvouple ferm sa paz</div>
<div lang="cs">Zavřete stránku</div>
<div lang="da">Luk denne side</div>
<div lang="de">Bitte schließe die Seite</div>
<div lang="el">Κλείστε αυτήν τη σελίδα</div>
<div lang="en-GB">Please close this page</div>
<div lang="es">Cierra esta página</div>
<div lang="es-419">Cierra esta página</div>
<div lang="et">Sulgege see leht</div>
<div lang="eu">Itxi orri hau</div>
<div lang="fa">لطفاً این صفحه را ببندید</div>
<div lang="fi">Sulje tämä sivu</div>
<div lang="fil">Pakisara ang page na ito</div>
<div lang="fr">Veuillez fermer cette page.</div>
<div lang="gl">Pecha esta páxina</div>
<div lang="hi">कृपया यह पृष्ठ बंद करें</div>
<div lang="hr">Zatvorite stranicu</div>
<div lang="hu">Zárja be az oldalt</div>
<div lang="id">Tutup laman ini</div>
<div lang="is">Lokaðu þessari síðu</div>
<div lang="it">Chiudi questa pagina</div>
<div lang="iw">עליך לסגור את הדף</div>
<div lang="ja">このページを閉じてください</div>
<div lang="ka">გთხოვთ, დახუროთ ეს გვერდი</div>
<div lang="km">សូមបិទទំព័រនេះ</div>
<div lang="kn">ದಯವಿಟ್ಟು ಈ ಪುಟ ಮುಚ್ಚಿ</div>
<div lang="ko">이 페이지를 닫아주세요.</div>
<div lang="lo">ກະລຸນາປິດໜ້ານີ້</div>
<div lang="lt">Uždarykite šį puslapį</div>
<div lang="lv">Lūdzu, aizveriet šo lapu</div>
<div lang="mg">Hidio ity pejy ity azafady</div>
<div lang="mk">Затворете ја страницата</div>
<div lang="ml">ഈ പേജ് അടയ്ക്കുക</div>
<div lang="mn">Энэ хуудсыг хаана уу</div>
<div lang="mr">कृपया हे पृष्ठ बंद करा</div>
<div lang="ms">Sila tutup halaman ini</div>
<div lang="my">ဤစာမျက်နှာကို ပိတ်ပါ</div>
<div lang="ne">कृपया यो पृष्ठ बन्द गर्नुहोस्</div>
<div lang="nl">Sluit deze pagina</div>
<div lang="no">Lukk denne siden</div>
<div lang="pa">ਕਿਰਪਾ ਕਰਕੇ ਇਸ ਪੰਨੇ ਨੂੰ ਬੰਦ ਕਰੋ</div>
<div lang="pl">Zamknij tę stronę</div>
<div lang="pt">Feche esta página</div>
<div lang="pt-BR">Feche esta página.</div>
<div lang="rm">Per plaschair serrar questa pagina</div>
<div lang="ro">Închideți pagina</div>
<div lang="ru">Закройте страницу</div>
<div lang="si">මෙම පිටුව වසන්න</div>
<div lang="sk">Zatvorte túto stránku</div>
<div lang="sl">Zaprite to stran</div>
<div lang="so">Fadlan xidh boggan</div>
<div lang="sq">Mbylle këtë faqe</div>
<div lang="sr">Затворите ову страницу</div>
<div lang="st">Hle kwala leqephe lena</div>
<div lang="sv">Stäng den här sidan</div>
<div lang="sw">Tafadhali funga ukurasa huu</div>
<div lang="ta">இந்தப் பக்கத்தை மூடவும்</div>
<div lang="te">దయచేసి ఈ పేజీని మూసివేయండి</div>
<div lang="th">โปรดปิดหน้าเว็บนี้</div>
<div lang="tn">Tsweetswee tswala tsebe eno</div>
<div lang="tr">Lütfen bu sayfayı kapatın</div>
<div lang="uk">Закрийте цю сторінку</div>
<div lang="ur">براہ کرم اس صفحہ کو بند کر دیں</div>
<div lang="vi">Hãy đóng trang này</div>
<div lang="zh-CN">请关闭此网页</div>
<div lang="zh-TW">請關閉這個網頁</div>
<div lang="zu">Sicela uvale leli khasi</div>
</div>
</section>
</body>
</html>
|
ajax/libs/ag-grid/3.0.0/theme-dark.css | bootcdn/cdnjs | .ag-dark .ag-root {
border: 1px solid #808080;
color: #e0e0e0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ag-dark .ag-cell {
border-right: 1px solid #808080;
padding: 4px;
}
.ag-dark .ag-header {
background-color: #430000;
border-bottom: 1px solid #808080;
}
.ag-dark .ag-no-scrolls .ag-header-container {
background-color: #430000;
border-bottom: 1px solid #808080;
}
.ag-dark .ag-header-cell {
border-right: 1px solid #808080;
}
.ag-dark .ag-pinned-right-header {
border-left: 1px solid #808080;
}
.ag-dark .ag-cell-first-right-pinned {
border-left: 1px solid #808080;
}
.ag-dark .ag-header-cell-label {
padding: 4px 2px 4px 2px;
}
.ag-dark .ag-header-cell-text {
padding: 2px;
}
.ag-dark .ag-header-group-cell-label {
font-weight: bold;
padding: 4px;
padding-left: 10px;
}
.ag-dark .ag-header-group-cell {
border-right: 1px solid #808080;
}
.ag-dark .ag-header-group-text {
margin-right: 2px;
}
.ag-dark .ag-header-group-cell-with-group {
border-bottom: 1px solid #808080;
}
.ag-dark .ag-header-cell-menu-button {
padding: 2px;
margin-top: 4px;
border: 1px solid transparent;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; /* When using bootstrap, box-sizing was set to 'border-box' */
}
.ag-dark .ag-header-cell-menu-button:hover {
border: 1px solid #e0e0e0;
}
.ag-dark .ag-header-icon {
stroke: #fff;
fill: #fff;
}
.ag-dark .ag-header-expand-icon:hover {
cursor: pointer;
}
.ag-dark .ag-row-odd {
background-color: #302e2e;
}
.ag-dark .ag-row-even {
background-color: #403e3e;
}
.ag-dark .ag-overlay-loading-wrapper {
background-color: rgba(255,255,255,0.5);
}
.ag-dark .ag-overlay-loading-center {
background-color: #fff;
border: 1px solid #a9a9a9;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 10px;
color: #000;
}
.ag-dark .ag-body {
background-color: #ddd;
}
.ag-dark .ag-row-selected {
background-color: #000;
}
.ag-dark .ag-group-cell-entire-row {
background-color: #aaa;
color: 222;
padding: 4px;
}
.ag-dark .ag-footer-cell-entire-row {
background-color: #aaa;
color: 222;
padding: 4px;
}
.ag-dark .ag-group-cell {
font-style: italic;
}
.ag-dark .ag-group-expand {
padding-right: 2px;
}
.ag-dark .ag-footer-cell {
font-style: italic;
}
.ag-dark .ag-filter {
color: #000;
}
.ag-dark .ag-filter-checkbox {
position: relative;
top: 2px;
left: 2px;
}
.ag-dark .ag-filter-header-container {
border-bottom: 1px solid #d3d3d3;
}
.ag-dark .ag-filter-header-container {
border-bottom: 1px solid #d3d3d3;
}
.ag-dark .ag-filter-apply-panel {
border-top: 1px solid #d3d3d3;
padding: 2px;
}
.ag-dark .ag-filter {
border: 1px solid #000;
background-color: #f0f0f0;
}
.ag-dark .ag-selection-checkbox {
margin-left: 4px;
}
.ag-dark .ag-paging-panel {
color: #000;
padding: 4px;
}
.ag-dark .ag-paging-button {
margin-left: 4px;
margin-right: 4px;
}
.ag-dark .ag-paging-row-summary-panel {
display: inline-block;
width: 300px;
}
.ag-dark .ag-column-not-visible {
opacity: 0.75;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(opacity=75);
font-style: italic;
}
.ag-dark .ag-not-dragging {
border: 1px solid transparent;
}
.ag-dark .ag-drop-target-above {
border-top: 5px solid #a9a9a9;
}
.ag-dark .ag-drop-target-below {
border-bottom: 5px solid #a9a9a9;
}
.ag-dark .ag-dragging {
border: 1px dotted #a9a9a9;
}
.ag-dark .ag-list-item-selected {
color: #f0f0f0;
}
.ag-dark .ag-list-item-not-selected {
font-style: italic;
color: #a0a0a0;
}
.ag-dark .ag-tool-panel-container {
background-color: #eee;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #a9a9a9;
padding: 4px;
}
.ag-dark .ag-list-selection {
background-color: #fff;
border: 1px solid #a9a9a9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ag-dark .ag-visible-icons {
padding-left: 2px;
padding-right: 2px;
}
|
wsgi/wsgi/static/weblink/doc/api/m-pfcAssembly.html | 2014c2g12/c2g12 | <html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
CIP JavaScript documentation for module "pfcAssembly"
</title>
<link href="cipdoc_default.css" type="text/css" rel="stylesheet">
<script language="JAVASCRIPT">
function findProperNode ()
{
top.frames [0].document.apiwizard.api (
1,
1
);
}
</script>
</head>
<body onLoad="findProperNode()" class="frame-entity">
<table cellspacing="0" width="100%" border="0" class="toolbar">
<tr>
<td class="toolbar-navigation"><a href="library.html">Library</a> | Module
</td><td class="toolbar-lib-name">
</td>
</tr>
</table>
<hr>
<h2>Module "pfcAssembly"</h2>
<b>Description</b>
<br>
<br>This library enables you to query and manipulate assemblies.
For example, you can explode (or unexplode) an assembly, or
determine whether an assembly uses dynamic positioning.
<br>
<hr>
<table border="0" class="entities">
<tr>
<th colspan="2" class="entities">Classes</th>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td width="1%"><tt>class</tt></td><td class="entities-name"><tt><a class="class" href="t-pfcAssembly-Assembly.html">pfcAssembly</a></tt></td>
</tr>
<tr>
<td></td><td class="entities-text">This class describes an assembly.
</td>
</tr>
<tr>
<td width="1%"><tt>class</tt></td><td class="entities-name"><tt><a class="class" href="t-pfcAssembly-ComponentDimensionShowInstructions.html">pfcComponentDimensionShowInstructions</a></tt></td>
</tr>
<tr>
<td></td><td class="entities-text">This class contains information used to display a dimension from a component in a top level assembly.
</td>
</tr>
<tr>
<td width="1%"><tt>class</tt></td><td class="entities-name"><tt><a class="class" href="t-pfcAssembly-ComponentPath.html">pfcComponentPath</a></tt></td>
</tr>
<tr>
<td></td><td class="entities-text">This class identifies and locates a component within an assembly.
</td>
</tr>
<tr>
<td width="1%"><tt>class</tt></td><td class="entities-name"><tt><a class="class" href="t-pfcAssembly-ExplodedState.html">pfcExplodedState</a></tt></td>
</tr>
<tr>
<td></td><td class="entities-text">This interface represents an exploded state in a Creo Parametric assembly.
</td>
</tr>
<tr>
<td width="1%"><tt>class</tt></td><td class="entities-name"><tt><a class="class" href="t-pfcAssembly-MpfcAssembly.html">MpfcAssembly</a></tt></td>
</tr>
<tr>
<td></td><td class="entities-text">
Module-level methods and constants for module pfcAssembly</td>
</tr>
</table>
<br>
</body>
</html>
|
wts/tests/canvas/w3c/initial.reset.transform.html | crosswalk-project/web-testing-service | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>Canvas test: initial.reset.transform</title>
<meta name="author" content="Philip Taylor">
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="common/canvas-tests.js"></script>
<link rel="stylesheet" href="common/canvas-tests.css">
<body class="show_output">
<h1>initial.reset.transform</h1>
<p class="desc">Resetting the canvas state resets the current transformation matrix</p>
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<p class="output expectedtext">Expected output:<p><img src="images/green-100x50.png" class="output expected" id="expected" alt="">
<ul id="d"></ul>
<script>
var t = async_test("Resetting the canvas state resets the current transformation matrix");
_addTest(function(canvas, ctx) {
canvas.width = 100;
ctx.scale(0.1, 0.1);
canvas.width = 100;
ctx.fillStyle = '#0f0';
ctx.fillRect(0, 0, 100, 50);
_assertPixel(canvas, 20,20, 0,255,0,255, "20,20", "0,255,0,255");
});
</script>
|
external/chromium_org/chrome/common/extensions/docs/templates/articles/hosting.html | s20121035/rk3288_android5.1_repo | <h1>Hosting</h1>
<p class="warning"><b>Warning:</b>
As of Chrome 33,
Windows stable/beta channel users can only download extensions
hosted in the Chrome Web store,
except for installs via
<a href="https://support.google.com/chrome/a/answer/188453">enterprise policy</a>
or
<a href="getstarted#unpacked">developer mode</a>
(see
<a href="http://blog.chromium.org/2013/11/protecting-windows-users-from-malicious.html">Protecting Windows users from malicious extensions</a>).
You can still create your own <code>.crx</code> file and use it for testing in the dev channel,
but you can't host that file on your own server.
</p>
<p>
This page tells you how to host <code>.crx</code> files
on your own server.
If you distribute your extension, app, or theme solely through the
<a href="http://chrome.google.com/webstore">Chrome Web Store</a>,
you don't need this page.
Instead, consult the
<a href="http://www.google.com/support/chrome_webstore/">store help</a> and
<a href="http://code.google.com/chrome/webstore/index">developer documentation</a>.
</p>
<p>
By convention, extensions,
installable web apps, and themes are served—whether
by the Chrome Web Store or by a custom server—as
<code>.crx</code> files.
When you upload a ZIP file with the
<a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>,
the dashboard creates the <code>.crx</code> file for you.
</p>
<p>
If you aren't publishing using the dashboard,
you need to create the <code>.crx</code> file yourself,
as described in <a href="packaging">Packaging</a>.
You can also specify
<a href="autoupdate">autoupdate</a> information to ensure that
your users will have the latest copy of the <code>.crx</code> file.
</p>
<p>
A server that hosts <code>.crx</code> files
must use appropriate HTTP headers,
so that users can install the file
by clicking a link to it.
</p>
<p>
Google Chrome considers a file to be installable
if <b>either</b> of the following is true:
</p>
<ul>
<li>
The file has the content type
<code>application/x-chrome-extension</code>
</li>
<li>
The file suffix is <code>.crx</code>
and <b>both</b> of the following are true:
<ul>
<li>
The file <b>is not</b> served with
the HTTP header <code>X-Content-Type-Options: nosniff</code>
</li>
<li>
The file <b>is</b> served
with one of the following content types:
<ul>
<li> empty string </li>
<li> "text/plain" </li>
<li> "application/octet-stream" </li>
<li> "unknown/unknown" </li>
<li> "application/unknown" </li>
<li> "*/*" </li>
</ul>
</li>
</ul>
</li>
</ul>
<p>
The most common reason for failing to recognize an installable file
is that the server sends the header
<code>X-Content-Type-Options: nosniff</code>.
The second most common reason
is that the server sends an unknown content type—one
that isn't in the previous list.
To fix an HTTP header issue,
either change the configuration of the server
or try hosting the <code>.crx</code> file at another server.
</p>
|
introToBackbone/examples/code/snapshot07/index.html | jiangzhixiao/screencasts | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Introduction to Backbone</title>
<script src="underscore.js"></script>
<script src="backbone.js"></script>
</head>
<body>
<script>
var point = new Backbone.Model();
point.set("x", 5);
point.set("y", 10);
// Logs "5"
console.log(point.get("x"));
</script>
</body>
</html>
|
src/3rd_party/apache-log4cxx-win32-0.10.0/apache-log4cxx-0.10.0/site/apidocs/gzcompressaction_8h.html | smartdevice475/sdl_core_346_wince | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Apache log4cxx: gzcompressaction.h File Reference</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.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul></div>
<h1>gzcompressaction.h File Reference</h1>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx.html">log4cxx</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1rolling.html">log4cxx::rolling</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1rolling_1_1_g_z_compress_action.html">GZCompressAction</a></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="gzcompressaction_8h.html#ff17b855e51ad7c86ad16a72d6ef5dc9">_LOG4CXX_ROLLING_GZ_COMPRESS_ACTION_H</a></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1rolling.html#d52ca9dc507f224091e57ac17d68c171">log4cxx::rolling::LOG4CXX_PTR_DEF</a> (GZCompressAction)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="ff17b855e51ad7c86ad16a72d6ef5dc9"></a><!-- doxytag: member="gzcompressaction.h::_LOG4CXX_ROLLING_GZ_COMPRESS_ACTION_H" ref="ff17b855e51ad7c86ad16a72d6ef5dc9" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">#define _LOG4CXX_ROLLING_GZ_COMPRESS_ACTION_H </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
</BODY>
</HTML>
|
third_party/blink/web_tests/html5lib/generated/run-namespace-sensitivity-write.html | chromium/chromium | <!DOCTYPE html>
<script>
var test_files = [ '../resources/namespace-sensitivity.dat' ]
</script>
<script src="../../resources/dump-as-markup.js"></script>
<script src="../resources/runner.js"></script>
|
api/master/Thelia/Form/TaxRuleModificationForm.html | gillesbourgeat/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Form\TaxRuleModificationForm | </title>
<link rel="stylesheet" type="text/css" href="../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../../Thelia/Form.html">Thelia\Form</a>\TaxRuleModificationForm</h1>
</div>
<div class="content">
<p> class
<strong>TaxRuleModificationForm</strong> extends <a href="../../Thelia/Form/TaxRuleCreationForm.html"><abbr title="Thelia\Form\TaxRuleCreationForm">TaxRuleCreationForm</abbr></a></p>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
string
</td>
<td class="last">
<a href="#method_getName">getName</a>()
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_verifyTaxRuleId">verifyTaxRuleId</a>($value, <abbr title="Symfony\Component\Validator\ExecutionContextInterface">ExecutionContextInterface</abbr> $context)
<p>
</p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method_getName">
<div class="location">at line 42</div>
<code> public string
<strong>getName</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>string</td>
<td>the name of you form. This name must be unique</td>
</tr>
</table>
</div>
</div>
<h3 id="method_verifyTaxRuleId">
<div class="location">at line 47</div>
<code> public
<strong>verifyTaxRuleId</strong>($value, <abbr title="Symfony\Component\Validator\ExecutionContextInterface">ExecutionContextInterface</abbr> $context)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$value</td>
<td>
</td>
</tr>
<tr>
<td><abbr title="Symfony\Component\Validator\ExecutionContextInterface">ExecutionContextInterface</abbr></td>
<td>$context</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
|
ajax/libs/pileup/0.2.0/pileup.css | drewfreyling/cdnjs | /**
* This is the default stylesheet for pileup.js.
* In general, it attempts to look like IGV.
* You are encouraged to override anything you like.
*/
.pileup-root {
display: flex;
flex-direction: column;
height: 100%;
}
.pileup-root > .track {
display: flex;
flex-direction: row;
}
.track-label {
flex: 0 0 100px; /* fixed-width track labels */
text-align: right;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 0.9em;
position: relative; /* make this an offset parent for positioning the label. */
}
.track-label > span {
padding-right: 5px;
}
/* bottom-justify these track labels */
.track.reference .track-label > span,
.track.variants .track-label > span
{
position: absolute;
bottom: 0;
right: 0;
}
.track-content {
flex: 1; /* stretch to fill remaining space */
}
/* controls */
.pileup-root > .controls {
flex: 0 0 30px; /* fixed height */
margin-bottom: 0; /* overrides browser default */
}
.pileup-root > .controls .zoom-controls {
display: inline-block;
}
.pileup-root > .controls .btn-zoom-out:before {
content: '-';
}
.pileup-root > .controls .btn-zoom-in:before {
content: '+';
}
/* reference track */
.pileup-root > .reference {
flex: 0 0 20px; /* fixed height */
}
.background {
fill: white;
}
.basepair.A, .basepair .A { fill: #188712; }
.basepair.G, .basepair .G { fill: #C45C16; }
.basepair.C, .basepair .C { fill: #0600F9; }
.basepair.T, .basepair .T { fill: #F70016; }
.basepair.U, .basepair .U { fill: #F70016; }
.basepair text, text.basepair {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
text-anchor: middle;
}
.pair.loose text {
font-size: 24;
}
.pair.tight text {
font-size: 12;
font-weight: bold;
}
.pair text, .pair rect {
visibility: hidden;
}
.pair.loose text,
.pair.tight text {
visibility: visible;
}
.pair.blocks rect {
visibility: visible;
}
/* gene track */
.pileup-root > .genes {
flex: 0 0 50px;
}
.gene {
stroke-width: 1;
stroke: blue;
}
.gene text {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
text-anchor: middle;
stroke: black;
alignment-baseline: hanging;
}
#sense, #antisense .main {
stroke: blue;
fill: none;
stroke-width: 1;
}
#antisense .offset, #sense .offset {
stroke: white;
fill: none;
stroke-width: 1;
}
.exon {
fill: blue;
stroke: none;
}
/* pileup track */
.pileup-root > .pileup {
flex: 1; /* stretch to fill remaining space */
overflow-y: auto;
}
.pileup .alignment .match {
fill: #c8c8c8; /* matches IGV */
}
.pileup text.basepair {
alignment-baseline: hanging;
font-size: 12;
font-weight: bold;
}
.pileup .insert {
stroke: rgb(97, 0, 216); /* matches IGV */
stroke-width: 2;
}
.pileup .delete {
stroke: black;
stroke-width: 2;
}
.pileup .network-status {
position: absolute;
font-size: small;
background: #eee;
border: 1px solid #777;
padding: 2px;
}
/* variants */
.pileup-root > .variants {
flex: 0 0 25px; /* fixed height */
}
.variants rect {
fill: #ddd;
stroke: blue;
}
|
yahoo-finance/bower_components/angularjs-nvd3-directives/examples/issue.133.t2.html | kyleiwaniec/yahoo-finance | <h1>Pie Chart 2</h1>
<nvd3-pie-chart
data="exampleData"
width="200"
height="200"
margin="{left:10,top:10,bottom:10,right:10}"
id="exampleId"
x="xFunction()"
y="yFunction()"
showLabels="true"
pieLabelsOutside="false"
showValues="true"
labelType="percent">
<svg style="height:300;width:300"></svg>
</nvd3-pie-chart>
|
tests/wpt/web-platform-tests/webvtt/rendering/cues-with-video/processing-model/dom_override_cue_text-ref.html | dsandeephegde/servo | <!DOCTYPE html>
<title>Reference for WebVTT rendering, it is possible to override cue text with the DOM APIs</title>
<style>
html { overflow:hidden }
body { margin:0 }
.video {
display: inline-block;
width: 320px;
height: 180px;
position: relative;
font-size: 9px;
}
.cue {
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center
}
.cue > span {
font-family: Ahem, sans-serif;
background: rgba(0,0,0,0.8);
color: green;
}
</style>
<div class="video"><span class="cue"><span>f o o</span></span></div>
|
项目三jQueryMobile/bower_components/jquery-ui/demos/droppable/default.html | yuyang545262477/Resume | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Droppable - Default functionality</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.10.2.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.mouse.js"></script>
<script src="../../ui/jquery.ui.draggable.js"></script>
<script src="../../ui/jquery.ui.droppable.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>
#draggable { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
#droppable { width: 150px; height: 150px; padding: 0.5em; float: left; margin: 10px; }
</style>
<script>
$(function() {
$( "#draggable" ).draggable();
$( "#droppable" ).droppable({
drop: function( event, ui ) {
$( this )
.addClass( "ui-state-highlight" )
.find( "p" )
.html( "Dropped!" );
}
});
});
</script>
</head>
<body>
<div id="draggable" class="ui-widget-content">
<p>Drag me to my target</p>
</div>
<div id="droppable" class="ui-widget-header">
<p>Drop here</p>
</div>
<div class="demo-description">
<p>Enable any DOM element to be droppable, a target for draggable elements.</p>
</div>
</body>
</html>
|
www/admin/lib/dojo/dijit/themes/tundra/ProgressBar.css | marcbuils/WorkESB | .tundra .dijitProgressBar {
margin:2px 0 2px 0;
}
.tundra .dijitProgressBarEmpty {
background:#fff url("images/progressBarEmpty.png") repeat-x center center;
border-color: #a2a2a2 #b8b8b8 #b8b8b8 #a2a2a2;
}
.tundra .dijitProgressBarTile {
background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;
}
.tundra .dijitProgressBarFull {
border-right:1px solid #b8b8b8;
}
.tundra .dijitProgressBarLabel {
color:#293a4b;
}
.tundra .dijitProgressBarIndeterminate .dijitProgressBarTile {
background:#cad2de url("images/progressBarAnim.gif") repeat-x center center;
}
|
web/js/verifphone/goog/closure-library-master/closure/goog/net/crossdomainrpc_test.html | Serard/cmsulysse | <!DOCTYPE html>
<html>
<!--
Copyright 2007 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
Closure Unit Tests - goog.net.CrossDomainRpc
</title>
<link href="crossdomainrpc_test.css?123" rel="stylesheet" type="text/css">
<link href="crossdomainrpc_test.css#123" rel="stylesheet" type="text/css">
<link href="crossdomainrpc_test.css" rel="stylesheet" type="text/css">
<script src="../base.js">
</script>
<script>
goog.require('goog.net.CrossDomainRpcTest');
</script>
</head>
<body>
<img src="crossdomainrpc_test.gif?123" alt="dummy resource">
<img src="crossdomainrpc_test.gif#123" alt="dummy resource">
<img src="crossdomainrpc_test.gif" alt="dummy resource">
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/css-text/text-align/text-align-last-014.html | nwjs/chromium.src | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Test: text-align-last applied to "display: block" span element</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="author" title="Shiyou Tan" href="mailto:shiyoux.tan@intel.com">
<link rel="help" title="7.2. Last Line Alignment: the 'text-align-last' property" href="http://www.w3.org/TR/css-text-3/#text-align-last">
<meta name="flags" content="">
<meta name="assert" content="Test checks that the 'text-align-last' property is valid if the span element set 'display: block'.">
<style>
span {
border: 1px solid blue;
display: block;
text-align-last: center;
width: 200px;
}
</style>
<body>
<p>Test passes if the last line of "FillerText" below is centered inside the blue box.</p>
<span>FillerText FillerText FillerText FillerText FillerText</span>
</body>
|
workspace/glaf-web/web/scripts/layer/skin/layer.ext.css | jior/glaf | /**
@Name: layer拓展样式
@Date: 2012.12.13
@Author: 贤心
@blog: sentsin.com
**/
.xubox_iconext{background:url(default/icon_ext.png) no-repeat;}
/* prompt模式 */
.xubox_layer .xubox_form{width:240px; height:30px; line-height:30px; padding: 0 5px; border: 1px solid #ccc; background: url(default/textbg.png) #fff repeat-x; color:#333;}
.xubox_layer .xubox_formArea{width:300px; height:100px; line-height:20px;}
/* tab模式 */
.xubox_layer .xubox_tab{position:relative; background-color:#fff; box-shadow:1px 1px 50px rgba(0,0,0,.4)}
.xubox_layer .xubox_tabmove{position:absolute; width:600px; height:30px; top:0; left:0;}
.xubox_layer .xubox_tabtit{ display:block; height:34px; border-bottom:1px solid #ccc; background-color:#eee;}
.xubox_layer .xubox_tabtit span{position:relative; float:left; width:120px; height:34px; line-height:34px; text-align:center; cursor:default;}
.xubox_layer .xubox_tabtit span.xubox_tabnow{left:-1px; _top:1px; height:35px; border-left:1px solid #ccc; border-right:1px solid #ccc; background-color:#fff; z-index:10;}
.xubox_layer .xubox_tab_main{line-height:24px; clear:both;}
.xubox_layer .xubox_tab_main .xubox_tabli{display:none;}
.xubox_layer .xubox_tab_main .xubox_tabli.xubox_tab_layer{display:block;}
.xubox_layer .xubox_tabclose{position:absolute; right:10px; top:5px; cursor:pointer;}
/* photo模式 */
.xubox_bigimg, .xubox_intro{height:300px}
.xubox_bigimg{position:relative; display:block; width:600px; text-align:center; background:url(default/xubox_loading1.gif) center center no-repeat #000; overflow:hidden; }
.xubox_bigimg img{position:relative; display:inline-block; visibility: hidden;}
.xubox_intro{position:absolute; right:-315px; top:0; width:300px; background-color:#fff; overflow-x:hidden; overflow-y:auto;}
.xubox_imgsee{display:none;}
.xubox_prev, .xubox_next{position:absolute; top:50%; width:27px; _width:44px; height:44px; margin-top:-22px; outline:none;blr:expression(this.onFocus=this.blur());}
.xubox_prev{left:10px; background-position:-5px -5px; _background-position:-70px -5px;}
.xubox_prev:hover{background-position:-33px -5px; _background-position:-120px -5px;}
.xubox_next{right:10px; _right:8px; background-position:-5px -50px; _background-position:-70px -50px;}
.xubox_next:hover{background-position:-33px -50px; _background-position:-120px -50px;}
.xubox_imgbar{position:absolute; left:0; bottom:0; width:100%; height:32px; line-height:32px; background-color:rgba(0,0,0,.8); background-color:#000\9; filter:Alpha(opacity=80); color:#fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:0;}
.xubox_imgtit{/*position:absolute; left:20px;*/}
.xubox_imgtit *{display:inline-block; *display:inline; *zoom:1; vertical-align:top; font-size:12px;}
.xubox_imgtit a{max-width:65%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color:#fff;}
.xubox_imgtit a:hover{color:#fff; text-decoration:underline;}
.xubox_imgtit em{padding-left:10px;}
|
third_party/blink/web_tests/external/wpt/css/css-animations/animation-duration-002-manual.html | chromium/chromium | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Animations Test: animation-duration - finite value</title>
<link rel="author" title="Nokia Inc." href="http://www.nokia.com">
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="reviewer" title="Zhiqiang Zhang" href="mailto:zhiqiang.zhang@intel.com"> <!-- 2015-05-05 -->
<link rel="help" href="https://drafts.csswg.org/css-animations-1/#animation-name">
<link rel="help" href="https://drafts.csswg.org/css-animations-1/#animation-duration">
<meta name="flags" content="animated">
<meta name="assert" content="When animation-duration is set a finite time offset,
animation takes the specifies time to complete one cycle.">
<style>
div {
animation-name: sample;
animation-duration: 10s;
background-color: blue;
height: 100px;
width: 100px;
position: relative;
}
@keyframes sample {
from {
left: 150px;
}
to {
left: 0px;
}
}
</style>
<body>
<p>
Test passes if there is a filled blue square with 'Filler Text',
which starts moving from right to left upon page load and lasts for a span of 10 seconds.
</p>
<div>Filler Text</div>
</body>
|
tests/wpt/web-platform-tests/css/CSS2/i18n/syndata/support/bom-charsetutf8.css | paulrouget/servo | @charset "utf-8";
span {
background-color: #FF0000;
font-weight: bold;
color: red;
font-family: Arial, Helvetica, sans-serif;
}
.ýäè {
background-color: #00FF00;
font-weight: bold;
color: #00FF00;
font-family: Arial, Helvetica, sans-serif;
}
|
tests/wpt/web-platform-tests/navigation-timing/test_navigation_type_backforward.html | wldcordeiro/servo | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>window.navigation.type for back and forward navigations</title>
<link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
<link rel="help" href="http://www.w3.org/TR/navigation-timing/#sec-navigation-info-interface"/>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/webperftestharness.js"></script>
<script>
setup({explicit_done: true});
// explicitly test the namespace before we start testing
test_namespace('navigation');
function onload_test()
{
if (performanceNamespace === undefined)
{
// avoid script errors
done();
return;
}
// do this with a timeout to see the visuals of the navigations.
setTimeout("nav_frame();", 100);
}
var step = 1;
function nav_frame()
{
var navigation_frame = document.getElementById("frameContext").contentWindow;
switch (step)
{
case 1:
{
navigation_frame.location.href = '/navigation-timing/resources/blank_page_green_with_onunload.html';
step++;
break;
}
case 2:
{
test_equals(navigation_frame.performance.navigation.type,
performanceNamespace.navigation.TYPE_NAVIGATE,
'window.performance.navigation.type == TYPE_NAVIGATE');
navigation_frame.history.back();
step++;
break;
}
case 3:
{
test_equals(navigation_frame.performance.navigation.type,
performanceNamespace.navigation.TYPE_BACK_FORWARD,
'window.performance.navigation.type == TYPE_BACK_FORWARD after history.back()');
step++;
navigation_frame.history.forward();
break;
}
case 4:
{
test_equals(navigation_frame.performance.navigation.type,
performanceNamespace.navigation.TYPE_BACK_FORWARD,
'window.performance.navigation.type == TYPE_BACK_FORWARD after history.forward()');
done();
step++;
break;
}
default:
break;
}
}
</script>
</head>
<body>
<h1>
Description</h1>
<p>
This test validates the value of window.performance.navigation.type with a forward
and back navigation.</p>
<p>This page should be loaded with a yellow background frame below. It should turn green for a starting
navigation, back to yellow for a back navigation and then back to green again for a forward navigation.</p>
<p>Along the navigation timeline the frame.window.performance.type is checked for TYPE_BACK_FORWARD.</p>
<p>This test passes if all of the checks to the navigation.type are correct throughout the navigation
scenario and the frame below ends with a green background. Otherwise, this test fails.</p>
<div id="log"></div>
<br />
<iframe id="frameContext" onload="onload_test();" src="resources/blank_page_yellow_with_onunload.html" style="width: 250px; height: 250px;"></iframe>
</body>
</html>
|
www/administrator/templates/hathor/css/colour_blue.css | OSTraining/alledia-docker-joomla-codeception | .clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: "";
line-height: 0;
}
.clearfix:after {
clear: both;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 25px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#form-login .btn {
display: inline-block;
*display: inline;
*zoom: 1;
padding: 4px 14px;
margin-bottom: 0;
font-size: 13px;
line-height: 15px;
*line-height: 15px;
text-align: center;
vertical-align: middle;
cursor: pointer;
color: #333333;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#ffffff,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#ffffff,#e6e6e6);
background-image: -o-linear-gradient(top,#ffffff,#e6e6e6);
background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
*background-color: #e6e6e6;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
border: 1px solid #bbb;
*border: 0;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*margin-left: .3em;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
#form-login .btn:hover,
#form-login .btn:focus,
#form-login .btn:active,
#form-login .btn.active,
#form-login .btn.disabled,
#form-login .btn[disabled] {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
#form-login .btn:active,
#form-login .btn.active {
background-color: #cccccc \9;
}
#form-login .btn:first-child {
*margin-left: 0;
}
#form-login .btn:hover {
color: #333333;
text-decoration: none;
background-color: #e6e6e6;
*background-color: #d9d9d9;
background-position: 0 -15px;
-webkit-transition: background-position .1s linear;
-moz-transition: background-position .1s linear;
-o-transition: background-position .1s linear;
transition: background-position .1s linear;
}
#form-login .btn:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
#form-login .btn.active,
#form-login .btn:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#form-login .btn.disabled,
#form-login .btn[disabled] {
cursor: default;
background-color: #e6e6e6;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn-large {
padding: 9px 14px;
font-size: 15px;
line-height: normal;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn-large [class^="icon-"] {
margin-top: 2px;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
display: inline-block;
}
.input-append,
.input-prepend {
margin-bottom: 5px;
font-size: 0;
white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
position: relative;
margin-bottom: 0;
*margin-left: 0;
font-size: 13px;
vertical-align: top;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
display: inline-block;
width: auto;
height: 15px;
min-width: 16px;
padding: 4px 5px;
font-size: 13px;
font-weight: normal;
line-height: 15px;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
background-color: #eeeeee;
border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-prepend .add-on,
.input-prepend .btn {
margin-left: -1px;
vertical-align: top;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.input-append .active,
.input-prepend .active {
background-color: #a9dba9;
border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
margin-right: -1px;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
margin-left: -1px;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.form-search .input-append .search-query {
-webkit-border-radius: 14px 0 0 14px;
-moz-border-radius: 14px 0 0 14px;
border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
-webkit-border-radius: 0 14px 14px 0;
-moz-border-radius: 0 14px 14px 0;
border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
-webkit-border-radius: 0 14px 14px 0;
-moz-border-radius: 0 14px 14px 0;
border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
-webkit-border-radius: 14px 0 0 14px;
-moz-border-radius: 14px 0 0 14px;
border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
display: inline-block;
*display: inline;
*zoom: 1;
margin-bottom: 0;
vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
display: none;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
margin-bottom: 0;
}
.element-invisible {
position: absolute;
padding: 0 !important;
margin: 0 !important;
border: 0;
height: 1px;
width: 1px !important;
overflow: hidden;
}
#form-login select,
#form-login input[type="text"],
#form-login input[type="password"] {
display: inline-block;
padding: 4px 6px;
margin-bottom: 9px;
font-size: 13px;
line-height: 15px;
color: #555555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 175px;
}
.label,
.badge {
display: inline-block;
padding: 2px 4px;
font-size: 10.998px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
vertical-align: baseline;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
background-color: #999999;
}
.label {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.badge {
padding-left: 9px;
padding-right: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.label:empty,
.badge:empty {
display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label-important,
.badge-important {
background-color: #a20000;
}
.label-important[href],
.badge-important[href] {
background-color: #6f0000;
}
.label-warning,
.badge-warning {
background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
background-color: #c67605;
}
.label-success,
.badge-success {
background-color: #005800;
}
.label-success[href],
.badge-success[href] {
background-color: #002500;
}
.label-info,
.badge-info {
background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
position: relative;
top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
top: 0;
}
body {
background-color: #ffffff;
color: #2c2c2c;
}
h1 {
color: #2c2c2c;
}
a:link {
color: #054993;
}
a:visited {
color: #054993;
}
#header {
background: #ffffff url(../images/j_logo.png) no-repeat;
}
#header h1.title {
color: #2c2c2c;
}
#nav {
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
border: 1px solid #738498;
}
#content {
background: #ffffff;
}
#no-submenu {
border-bottom: 1px solid #738498;
}
#element-box {
background: #ffffff;
border-right: 1px solid #738498;
border-bottom: 1px solid #738498;
border-left: 1px solid #738498;
}
#element-box.login {
border-top: 1px solid #738498;
}
.enabled,
.success,
.allow,
span.writable {
color: #005800;
}
.disabled,
p.error,
.warning,
.deny,
span.unwritable {
color: #a20000;
}
.nowarning {
color: #2c2c2c;
}
.none,
.protected {
color: #738498;
}
span.note {
background: #ffffff;
color: #2c2c2c;
}
div.checkin-tick {
background: url(../images/admin/tick.png) 20px 50% no-repeat;
}
.ol-foreground {
background-color: #c3d2e5;
}
.ol-background {
background-color: #005800;
}
.ol-textfont {
color: #2c2c2c;
}
.ol-captionfont {
color: #ffffff;
}
.ol-captionfont a {
color: #054993;
}
div.subheader .padding {
background: #ffffff;
}
.pagetitle h2 {
color: #2c2c2c;
}
div.configuration {
color: #2c2c2c;
background-image: url(../images/menu/icon-16-config.png);
background-repeat: no-repeat;
}
div.toolbar-box {
border-right: 1px solid #738498;
border-bottom: 1px solid #738498;
border-left: 1px solid #738498;
background: #ffffff;
}
div.toolbar-list li {
color: #2c2c2c;
}
div.toolbar-list li.divider {
border-right: 1px dotted #e5d9c3;
}
div.toolbar-list a {
border-left: 1px solid #e5d9c3;
border-top: 1px solid #e5d9c3;
border-right: 1px solid #738498;
border-bottom: 1px solid #738498;
background: #c3d2e5;
}
div.toolbar-list a:hover {
border-left: 1px solid #868778;
border-top: 1px solid #868778;
border-right: 1px solid #f6f7db;
border-bottom: 1px solid #f6f7db;
background: #e5d9c3;
color: #054993;
}
div.btn-toolbar {
margin-left: 5px;
padding-top: 3px;
}
div.btn-toolbar li.divider {
border-right: 1px dotted #e5d9c3;
}
div.btn-toolbar div.btn-group button {
border-left: 1px solid #e5d9c3;
border-top: 1px solid #e5d9c3;
border-right: 1px solid #738498;
border-bottom: 1px solid #738498;
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
padding: 5px 4px 5px 4px;
}
div.btn-toolbar div.btn-group button:hover {
border-left: 1px solid #868778;
border-top: 1px solid #868778;
border-right: 1px solid #f6f7db;
border-bottom: 1px solid #f6f7db;
background: #e5d9c3;
color: #054993;
cursor: pointer;
}
div.btn-toolbar a {
border-left: 1px solid #e5d9c3;
border-top: 1px solid #e5d9c3;
border-right: 1px solid #738498;
border-bottom: 1px solid #738498;
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
padding: 6px 5px;
text-align: center;
white-space: nowrap;
font-size: 1.2em;
text-decoration: none;
}
div.btn-toolbar a:hover {
border-left: 1px solid #868778;
border-top: 1px solid #868778;
border-right: 1px solid #f6f7db;
border-bottom: 1px solid #f6f7db;
background: #e5d9c3;
color: #054993;
cursor: pointer;
}
div.btn-toolbar div.btn-group button.inactive {
background: #c3d2e5;
}
.pane-sliders .title {
color: #2c2c2c;
}
.pane-sliders .panel {
border: 1px solid #738498;
}
.pane-sliders .panel h3 {
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
color: #054993;
}
.pane-sliders .panel h3:hover {
background: #e5d9c3;
}
.pane-sliders .panel h3:hover a {
text-decoration: none;
}
.pane-sliders .adminlist {
border: 0 none;
}
.pane-sliders .adminlist td {
border: 0 none;
}
.pane-toggler span {
background: transparent url(../images/j_arrow.png) 5px 50% no-repeat;
}
.pane-toggler-down span {
background: transparent url(../images/j_arrow_down.png) 5px 50% no-repeat;
}
.pane-toggler-down {
border-bottom: 1px solid #738498;
}
dl.tabs dt {
border: 1px solid #738498;
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
color: #054993;
}
dl.tabs dt:hover {
background: #e5d9c3;
}
dl.tabs dt.open {
background: #ffffff;
border-bottom: 1px solid #ffffff;
color: #2c2c2c;
}
dl.tabs dt.open a:visited {
color: #2c2c2c;
}
dl.tabs dt a:hover {
text-decoration: none;
}
dl.tabs dt a:focus {
text-decoration: underline;
}
div.current {
border: 1px solid #738498;
background: #ffffff;
}
div.current fieldset {
border: none 0;
}
div.current fieldset.adminform {
border: 1px solid #738498;
}
#login-page .pagetitle h2 {
background: transparent;
}
#login-page #header {
border-bottom: 1px solid #738498;
}
#login-page #lock {
background: url(../images/j_login_lock.png) 50% 0 no-repeat;
}
#login-page #element-box.login {
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
}
#form-login {
background: #ffffff;
border: 1px solid #738498;
}
#form-login label {
color: #2c2c2c;
}
#form-login div.button1 a {
color: #054993;
}
#cpanel div.icon a,
.cpanel div.icon a {
color: #054993;
border-left: 1px solid #e5d9c3;
border-top: 1px solid #e5d9c3;
border-right: 1px solid #738498;
border-bottom: 1px solid #738498;
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
}
#cpanel div.icon a:hover,
#cpanel div.icon a:focus,
.cpanel div.icon a:hover,
.cpanel div.icon a:focus {
border-left: 1px solid #868778;
border-top: 1px solid #868778;
border-right: 1px solid #f6f7db;
border-bottom: 1px solid #f6f7db;
color: #054993;
background: #e5d9c3;
}
fieldset {
border: 1px #738498 solid;
}
legend {
color: #2c2c2c;
}
fieldset ul.checklist input:focus {
outline: thin dotted #2c2c2c;
}
fieldset#filter-bar {
border-top: 0 solid #738498;
border-right: 0 solid #738498;
border-bottom: 1px solid #738498;
border-left: 0 solid #738498;
}
fieldset#filter-bar ol,
fieldset#filter-bar ul {
border: 0;
}
fieldset#filter-bar ol li fieldset,
fieldset#filter-bar ul li fieldset {
border: 0;
}
.invalid {
color: #a20000;
}
input.invalid {
border: 1px solid #a20000;
}
input.readonly,
span.faux-input {
border: 0;
}
input.required {
background-color: #e5f0fa;
}
input.disabled {
background-color: #eeeeee;
}
input,
select,
span.faux-input {
background-color: #ffffff;
border: 1px solid #738498;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
color: #054993;
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
}
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
background: #e5d9c3;
}
textarea {
background-color: #ffffff;
border: 1px solid #738498;
}
input:focus,
select:focus,
textarea:focus,
option:focus,
input:hover,
select:hover,
textarea:hover,
option:hover {
background-color: #e5d9c3;
color: #054993;
}
.paramrules {
background: #c3d2e5;
}
span.gi {
color: #738498;
}
table.admintable td.key,
table.admintable td.paramlist_key {
background-color: #c3d2e5;
color: #2c2c2c;
border-bottom: 1px solid #738498;
border-right: 1px solid #738498;
}
table.paramlist td.paramlist_description {
background-color: #c3d2e5;
color: #2c2c2c;
border-bottom: 1px solid #738498;
border-right: 1px solid #738498;
}
fieldset.adminform {
border: 1px solid #738498;
}
table.adminform {
background-color: #ffffff;
}
table.adminform tr.row0 {
background-color: #ffffff;
}
table.adminform tr.row1 {
background-color: #e5d9c3;
}
table.adminform th {
color: #2c2c2c;
background: #ffffff;
}
table.adminform tr {
border-bottom: 1px solid #738498;
border-right: 1px solid #738498;
}
table.adminlist {
border-spacing: 1px;
background-color: #ffffff;
color: #2c2c2c;
}
table.adminlist.modal {
border-right: 1px solid #738498;
border-left: 1px solid #738498;
}
table.adminlist a {
color: #054993;
}
table.adminlist thead th {
background: #ffffff;
color: #2c2c2c;
border-bottom: 1px solid #738498;
}
table.adminlist tbody tr {
background: #ffffff;
}
table.adminlist tbody tr.row1 {
background: #ffffff;
}
table.adminlist tbody tr.row1:last-child td,
table.adminlist tbody tr.row1:last-child th {
border-bottom: 1px solid #738498;
}
table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td,
table.adminlist tbody tr.row0:hover th,
table.adminlist tbody tr.row1:hover th,
table.adminlist tbody tr.row0:focus td,
table.adminlist tbody tr.row1:focus td,
table.adminlist tbody tr.row0:focus th,
table.adminlist tbody tr.row1:focus th {
background-color: #e5d9c3;
}
table.adminlist tbody tr td,
table.adminlist tbody tr th {
border-right: 1px solid #738498;
}
table.adminlist tbody tr td:last-child {
border-right: none;
}
table.adminlist tbody tr.row0:last-child td,
table.adminlist tbody tr.row0:last-child th {
border-bottom: 1px solid #738498;
}
table.adminlist tbody tr.row0 td,
table.adminlist tbody tr.row0 th {
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
}
table.adminlist {
border-bottom: 0 solid #738498;
}
table.adminlist tfoot tr {
color: #2c2c2c;
}
table.adminlist tfoot td,
table.adminlist tfoot th {
background-color: #ffffff;
border-top: 1px solid #738498;
}
table.adminlist tr td.btns a {
border: 1px solid #738498;
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
color: #054993;
}
table.adminlist tr td.btns a:hover,
table.adminlist tr td.btns a:active,
table.adminlist tr td.btns a:focus {
background-color: #ffffff;
}
a.saveorder {
background: url(../images/admin/filesave.png) no-repeat;
}
a.saveorder.inactive {
background-position: 0 -16px;
}
fieldset.batch {
background: #ffffff;
}
button {
color: #054993;
border: 1px solid #738498;
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
}
button:hover,
button:focus {
background: #e5d9c3;
}
.invalid {
color: #ff0000;
}
.button1 {
border: 1px solid #738498;
color: #054993;
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
}
.button1 a {
color: #054993;
}
.button1 a:hover,
.button1 a:focus {
background: #e5d9c3;
}
.button2-left,
.button2-right {
border: 1px solid #738498;
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
color: #054993;
}
.button2-left span,
.button2-right span {
color: #999999;
}
.page span,
.blank span {
color: #054993;
}
.button2-left a:hover,
.button2-right a:hover,
.button2-left a:focus,
.button2-right a:focus {
background: #e5d9c3;
}
.pagination .page span {
color: #999999;
}
.tip {
background: #000000;
border: 1px solid #FFFFFF;
}
.tip-title {
background: url(../images/selector-arrow-std.png) no-repeat;
}
a img.calendar {
background: url(../images/calendar.png) no-repeat;
}
.jgrid span.publish {
background-image: url(../images/admin/tick.png);
}
.jgrid span.unpublish {
background-image: url(../images/admin/publish_x.png);
}
.jgrid span.archive {
background-image: url(../images/menu/icon-16-archive.png);
}
.jgrid span.trash {
background-image: url(../images/menu/icon-16-trash.png);
}
.jgrid span.default {
background-image: url(../images/menu/icon-16-default.png);
}
.jgrid span.notdefault {
background-image: url(../images/menu/icon-16-notdefault.png);
}
.jgrid span.checkedout {
background-image: url(../images/admin/checked_out.png);
}
.jgrid span.downarrow {
background-image: url(../images/admin/downarrow.png);
}
.jgrid span.downarrow_disabled {
background-image: url(../images/admin/downarrow0.png);
}
.jgrid span.uparrow {
background-image: url(../images/admin/uparrow.png);
}
.jgrid span.uparrow_disabled {
background-image: url(../images/admin/uparrow0.png);
}
.jgrid span.published {
background-image: url(../images/admin/publish_g.png);
}
.jgrid span.expired {
background-image: url(../images/admin/publish_r.png);
}
.jgrid span.pending {
background-image: url(../images/admin/publish_y.png);
}
.jgrid span.warning {
background-image: url(../images/admin/publish_y.png);
}
.icon-32-send {
background-image: url(../images/toolbar/icon-32-send.png);
}
.icon-32-delete {
background-image: url(../images/toolbar/icon-32-delete.png);
}
.icon-32-help {
background-image: url(../images/toolbar/icon-32-help.png);
}
.icon-32-cancel {
background-image: url(../images/toolbar/icon-32-cancel.png);
}
.icon-32-checkin {
background-image: url(../images/toolbar/icon-32-checkin.png);
}
.icon-32-options {
background-image: url(../images/toolbar/icon-32-config.png);
}
.icon-32-apply {
background-image: url(../images/toolbar/icon-32-apply.png);
}
.icon-32-back {
background-image: url(../images/toolbar/icon-32-back.png);
}
.icon-32-forward {
background-image: url(../images/toolbar/icon-32-forward.png);
}
.icon-32-save {
background-image: url(../images/toolbar/icon-32-save.png);
}
.icon-32-edit {
background-image: url(../images/toolbar/icon-32-edit.png);
}
.icon-32-copy {
background-image: url(../images/toolbar/icon-32-copy.png);
}
.icon-32-move {
background-image: url(../images/toolbar/icon-32-move.png);
}
.icon-32-new {
background-image: url(../images/toolbar/icon-32-new.png);
}
.icon-32-upload {
background-image: url(../images/toolbar/icon-32-upload.png);
}
.icon-32-assign {
background-image: url(../images/toolbar/icon-32-publish.png);
}
.icon-32-html {
background-image: url(../images/toolbar/icon-32-html.png);
}
.icon-32-css {
background-image: url(../images/toolbar/icon-32-css.png);
}
.icon-32-menus {
background-image: url(../images/toolbar/icon-32-menu.png);
}
.icon-32-publish {
background-image: url(../images/toolbar/icon-32-publish.png);
}
.icon-32-unblock {
background-image: url(../images/toolbar/icon-32-unblock.png);
}
.icon-32-unpublish {
background-image: url(../images/toolbar/icon-32-unpublish.png);
}
.icon-32-restore {
background-image: url(../images/toolbar/icon-32-revert.png);
}
.icon-32-trash {
background-image: url(../images/toolbar/icon-32-trash.png);
}
.icon-32-archive {
background-image: url(../images/toolbar/icon-32-archive.png);
}
.icon-32-unarchive {
background-image: url(../images/toolbar/icon-32-unarchive.png);
}
.icon-32-preview {
background-image: url(../images/toolbar/icon-32-preview.png);
}
.icon-32-default {
background-image: url(../images/toolbar/icon-32-default.png);
}
.icon-32-refresh {
background-image: url(../images/toolbar/icon-32-refresh.png);
}
.icon-32-save-new {
background-image: url(../images/toolbar/icon-32-save-new.png);
}
.icon-32-save-copy {
background-image: url(../images/toolbar/icon-32-save-copy.png);
}
.icon-32-error {
background-image: url(../images/toolbar/icon-32-error.png);
}
.icon-32-new-style {
background-image: url(../images/toolbar/icon-32-new-style.png);
}
.icon-32-delete-style {
background-image: url(../images/toolbar/icon-32-delete-style.png);
}
.icon-32-purge {
background-image: url(../images/toolbar/icon-32-purge.png);
}
.icon-32-remove {
background-image: url(../images/toolbar/icon-32-remove.png);
}
.icon-32-featured {
background-image: url(../images/toolbar/icon-32-featured.png);
}
.icon-32-unfeatured {
background-image: url(../images/toolbar/icon-32-featured.png);
background-position: 0% 100%;
}
.icon-32-export {
background-image: url(../images/toolbar/icon-32-export.png);
}
.icon-32-stats {
background-image: url(../images/toolbar/icon-32-stats.png);
}
.icon-32-print {
background-image: url(../images/toolbar/icon-32-print.png);
}
.icon-32-batch {
background-image: url(../images/toolbar/icon-32-batch.png);
}
.icon-32-envelope {
background-image: url(../images/toolbar/icon-32-messaging.png);
}
.icon-32-download {
background-image: url(../images/toolbar/icon-32-export.png);
}
.icon-32-bars {
background-image: url(../images/toolbar/icon-32-stats.png);
}
.icon-48-categories {
background-image: url(../images/header/icon-48-category.png);
}
.icon-48-category-edit {
background-image: url(../images/header/icon-48-category.png);
}
.icon-48-category-add {
background-image: url(../images/header/icon-48-category-add.png);
}
.icon-48-generic {
background-image: url(../images/header/icon-48-generic.png);
}
.icon-48-banners {
background-image: url(../images/header/icon-48-banner.png);
}
.icon-48-banners-categories {
background-image: url(../images/header/icon-48-banner-categories.png);
}
.icon-48-banners-category-edit {
background-image: url(../images/header/icon-48-banner-categories.png);
}
.icon-48-banners-category-add {
background-image: url(../images/header/icon-48-category-add.png);
}
.icon-48-banners-clients {
background-image: url(../images/header/icon-48-banner-client.png);
}
.icon-48-banners-tracks {
background-image: url(../images/header/icon-48-banner-tracks.png);
}
.icon-48-checkin {
background-image: url(../images/header/icon-48-checkin.png);
}
.icon-48-clear {
background-image: url(../images/header/icon-48-clear.png);
}
.icon-48-contact {
background-image: url(../images/header/icon-48-contacts.png);
}
.icon-48-contact-categories {
background-image: url(../images/header/icon-48-contacts-categories.png);
}
.icon-48-contact-category-edit {
background-image: url(../images/header/icon-48-contacts-categories.png);
}
.icon-48-contact-category-add {
background-image: url(../images/header/icon-48-category-add.png);
}
.icon-48-purge {
background-image: url(../images/header/icon-48-purge.png);
}
.icon-48-cpanel {
background-image: url(../images/header/icon-48-cpanel.png);
}
.icon-48-config {
background-image: url(../images/header/icon-48-config.png);
}
.icon-48-groups {
background-image: url(../images/header/icon-48-groups.png);
}
.icon-48-groups-add {
background-image: url(../images/header/icon-48-groups-add.png);
}
.icon-48-levels {
background-image: url(../images/header/icon-48-levels.png);
}
.icon-48-levels-add {
background-image: url(../images/header/icon-48-levels-add.png);
}
.icon-48-module {
background-image: url(../images/header/icon-48-module.png);
}
.icon-48-menu {
background-image: url(../images/header/icon-48-menu.png);
}
.icon-48-menu-add {
background-image: url(../images/header/icon-48-menu-add.png);
}
.icon-48-menumgr {
background-image: url(../images/header/icon-48-menumgr.png);
}
.icon-48-trash {
background-image: url(../images/header/icon-48-trash.png);
}
.icon-48-user {
background-image: url(../images/header/icon-48-user.png);
}
.icon-48-user-add {
background-image: url(../images/header/icon-48-user-add.png);
}
.icon-48-user-edit {
background-image: url(../images/header/icon-48-user-edit.png);
}
.icon-48-user-profile {
background-image: url(../images/header/icon-48-user-profile.png);
}
.icon-48-inbox {
background-image: url(../images/header/icon-48-inbox.png);
}
.icon-48-new-privatemessage {
background-image: url(../images/header/icon-48-new-privatemessage.png);
}
.icon-48-msgconfig {
background-image: url(../images/header/icon-48-message_config.png);
}
.icon-48-langmanager {
background-image: url(../images/header/icon-48-language.png);
}
.icon-48-mediamanager {
background-image: url(../images/header/icon-48-media.png);
}
.icon-48-plugin {
background-image: url(../images/header/icon-48-plugin.png);
}
.icon-48-help_header {
background-image: url(../images/header/icon-48-help_header.png);
}
.icon-48-impressions {
background-image: url(../images/header/icon-48-stats.png);
}
.icon-48-browser {
background-image: url(../images/header/icon-48-stats.png);
}
.icon-48-searchtext {
background-image: url(../images/header/icon-48-stats.png);
}
.icon-48-thememanager {
background-image: url(../images/header/icon-48-themes.png);
}
.icon-48-writemess {
background-image: url(../images/header/icon-48-writemess.png);
}
.icon-48-featured {
background-image: url(../images/header/icon-48-featured.png);
}
.icon-48-sections {
background-image: url(../images/header/icon-48-section.png);
}
.icon-48-article-add {
background-image: url(../images/header/icon-48-article-add.png);
}
.icon-48-article-edit {
background-image: url(../images/header/icon-48-article-edit.png);
}
.icon-48-article {
background-image: url(../images/header/icon-48-article.png);
}
.icon-48-content-categories {
background-image: url(../images/header/icon-48-category.png);
}
.icon-48-content-category-edit {
background-image: url(../images/header/icon-48-category.png);
}
.icon-48-content-category-add {
background-image: url(../images/header/icon-48-category-add.png);
}
.icon-48-install {
background-image: url(../images/header/icon-48-extension.png);
}
.icon-48-dbbackup {
background-image: url(../images/header/icon-48-backup.png);
}
.icon-48-dbrestore {
background-image: url(../images/header/icon-48-dbrestore.png);
}
.icon-48-dbquery {
background-image: url(../images/header/icon-48-query.png);
}
.icon-48-systeminfo {
background-image: url(../images/header/icon-48-info.png);
}
.icon-48-massmail {
background-image: url(../images/header/icon-48-massmail.png);
}
.icon-48-redirect {
background-image: url(../images/header/icon-48-redirect.png);
}
.icon-48-search {
background-image: url(../images/header/icon-48-search.png);
}
.icon-48-finder {
background-image: url(../images/header/icon-48-search.png);
}
.icon-48-newsfeeds {
background-image: url(../images/header/icon-48-newsfeeds.png);
}
.icon-48-newsfeeds-categories {
background-image: url(../images/header/icon-48-newsfeeds-cat.png);
}
.icon-48-newsfeeds-category-edit {
background-image: url(../images/header/icon-48-newsfeeds-cat.png);
}
.icon-48-newsfeeds-category-add {
background-image: url(../images/header/icon-48-category-add.png);
}
.icon-48-weblinks {
background-image: url(../images/header/icon-48-links.png);
}
.icon-48-weblinks-categories {
background-image: url(../images/header/icon-48-links-cat.png);
}
.icon-48-weblinks-category-edit {
background-image: url(../images/header/icon-48-links-cat.png);
}
.icon-48-weblinks-category-add {
background-image: url(../images/header/icon-48-category-add.png);
}
.icon-48-tags {
background-image: url(../images/header/icon-48-tags.png);
}
div.message {
border: 1px solid #738498;
color: #2c2c2c;
}
.helpFrame {
border-left: 0 solid #738498;
border-right: none;
border-top: none;
border-bottom: none;
}
.outline {
border: 1px solid #738498;
background: #ffffff;
}
dl.menu_type dt {
border-bottom: 1px solid #738498;
}
ul#new-modules-list {
border-top: 1px solid #738498;
}
#skiplinkholder a,
#skiplinkholder a:link,
#skiplinkholder a:visited {
color: #ffffff;
background: #054993;
border-bottom: solid #336 2px;
}
fieldset.panelform {
border: none 0;
}
a.move_up {
background-image: url('../images/admin/uparrow.png');
}
span.move_up {
background-image: url('../images/admin/uparrow0.png');
}
a.move_down {
background-image: url('../images/admin/downarrow.png');
}
span.move_down {
background-image: url('../images/admin/downarrow0.png');
}
a.grid_false {
background-image: url('../images/admin/publish_x.png');
}
a.grid_true {
background-image: url('../images/admin/tick.png');
}
a.grid_trash {
background-image: url('../images/admin/icon-16-trash.png');
}
tr.row1 {
background-color: #c3d2e5;
}
table.aclsummary-table td.col2,
table.aclsummary-table th.col2,
table.aclsummary-table td.col3,
table.aclsummary-table th.col3,
table.aclsummary-table td.col4,
table.aclsummary-table th.col4,
table.aclsummary-table td.col5,
table.aclsummary-table th.col5,
table.aclsummary-table td.col6,
table.aclsummary-table th.col6,
table.aclmodify-table td.col2,
table.aclmodify-table th.col2 {
border-left: 1px solid #738498;
}
span.icon-16-unset {
background: url(../images/admin/icon-16-denyinactive.png) no-repeat;
}
span.icon-16-allowed {
background: url(../images/admin/icon-16-allow.png) no-repeat;
}
span.icon-16-denied {
background: url(../images/admin/icon-16-deny.png) no-repeat;
}
span.icon-16-locked {
background: url(../images/admin/checked_out.png) 0 0 no-repeat;
}
label.icon-16-allow {
background: url(../images/admin/icon-16-allow.png) no-repeat;
}
label.icon-16-deny {
background: url(../images/admin/icon-16-deny.png) no-repeat;
}
a.icon-16-allow {
background: url(../images/admin/icon-16-allow.png) no-repeat;
}
a.icon-16-deny {
background: url(../images/admin/icon-16-deny.png) no-repeat;
}
a.icon-16-allowinactive {
background: url(../images/admin/icon-16-allowinactive.png) no-repeat;
}
a.icon-16-denyinactive {
background: url(../images/admin/icon-16-denyinactive.png) no-repeat;
}
ul.acllegend li.acl-allowed {
background: url(../images/admin/icon-16-allow.png) no-repeat left;
}
ul.acllegend li.acl-denied {
background: url(../images/admin/icon-16-deny.png) no-repeat left;
}
li.acl-editgroups,
li.acl-resetbtn {
background-color: #c3d2e5;
border: 1px solid #738498;
}
li.acl-editgroups a,
li.acl-resetbtn a {
color: #054993;
}
li.acl-editgroups:hover,
li.acl-resetbtn:hover,
li.acl-editgroups:focus,
li.acl-resetbtn:focus {
background-color: #e5d9c3;
}
table#acl-config {
border: 1px solid #738498;
}
table#acl-config th,
table#acl-config td {
background: #c3d2e5;
border-bottom: 1px solid #738498;
}
table#acl-config th.acl-groups {
border-right: 1px solid #738498;
}
#jform_sef_rewrite-lbl {
background: url(../images/admin/icon-16-notice-note.png) right top no-repeat;
}
#permissions-sliders .tip {
background: #ffffff;
border: 1px solid #738498;
}
#permissions-sliders ul#rules,
#permissions-sliders ul#rules ul {
border: solid 0 #738498;
background: #ffffff;
}
ul#rules li .pane-sliders .panel h3.title {
border: solid 0 #738498;
}
#permissions-sliders ul#rules .pane-slider {
border: solid 1px #738498;
}
#permissions-sliders ul#rules li h3 {
border: solid 1px #738498;
}
#permissions-sliders ul#rules li h3.pane-toggler-down a {
border: solid 0;
}
#permissions-sliders ul#rules .group-kind {
color: #2c2c2c;
}
#permissions-sliders ul#rules table.group-rules {
border: solid 1px #738498;
}
#permissions-sliders ul#rules table.group-rules td {
border-right: solid 1px #738498;
border-bottom: solid 1px #738498;
}
#permissions-sliders ul#rules table.group-rules th {
background: #e5d9c3;
border-right: solid 1px #738498;
border-bottom: solid 1px #738498;
color: #2c2c2c;
}
ul#rules table.aclmodify-table {
border: solid 1px #738498;
}
ul#rules table.group-rules td label {
border: solid 0 #738498;
}
#permissions-sliders ul#rules .mypanel {
border: solid 0 #738498;
}
#permissions-sliders ul#rules table.group-rules td {
background: #ffffff;
}
#permissions-sliders span.level {
color: #738498;
background-image: none;
}
.check-0,
table.adminlist tbody td.check-0 {
background-color: #ffffcf;
}
.check-a,
table.adminlist tbody td.check-a {
background-color: #cfffda;
}
.check-d,
table.adminlist tbody td.check-d {
background-color: #ffcfcf;
}
#system-message dd ul {
color: #2c2c2c;
}
#system-message dd.error ul {
color: #2c2c2c;
}
#system-message dd.message ul {
color: #2c2c2c;
}
#system-message dd.notice ul {
color: #2c2c2c;
}
#menu {
color: #2c2c2c;
}
#menu ul.dropdown-menu {
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
color: #2c2c2c;
}
#menu ul.dropdown-menu li.dropdown-submenu {
background: url(../images/j_arrow.png) no-repeat right 50%;
}
#menu ul.dropdown-menu li.divider {
margin-bottom: 0;
border-bottom: 1px dotted #738498;
}
#menu a {
color: #054993;
background-repeat: no-repeat;
background-position: left 50%;
}
#menu li {
border-right: 1px solid #738498;
background-color: transparent;
}
#menu li a:hover,
#menu li a:focus {
background-color: #e5d9c3;
}
#menu li.disabled a:hover,
#menu li.disabled a:focus,
#menu li.disabled a {
color: #738498;
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
}
#menu li ul {
border: 1px solid #738498;
}
#menu li li {
background-color: transparent;
}
#menu li.sfhover a {
background-color: #e5d9c3;
}
#menu li.sfhover li a {
background-color: transparent;
}
#menu li.sfhover li.sfhover a,
#menu li li a:focus {
background-color: #e5d9c3;
}
#menu li.sfhover li.sfhover li a {
background-color: transparent;
}
#menu li.sfhover li.sfhover li.sfhover a,
#menu li li li a:focus {
background-color: #e5d9c3;
}
#menu li li a:focus,
#menu li li li a:focus {
background-color: #e5d9c3;
}
#menu li li li a:focus {
background-color: #e5d9c3;
}
#submenu {
border-bottom: 1px solid #738498;
}
#submenu li,
#submenu span.nolink {
background-color: #b1c4db;
background-image: -moz-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#a5bbd4),to(#c3d2e5));
background-image: -webkit-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: -o-linear-gradient(top,#a5bbd4,#c3d2e5);
background-image: linear-gradient(to bottom,#a5bbd4,#c3d2e5);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa5bbd4', endColorstr='#ffc3d2e5', GradientType=0);
border: 1px solid #738498;
color: #054993;
}
#submenu li:hover,
#submenu li:focus {
background: #e5d9c3;
}
#submenu li.active,
#submenu span.nolink.active {
background: #ffffff;
border-bottom: 1px solid #ffffff;
}
#submenu li.active a,
#submenu span.nolink.active {
color: #000;
}
.element-invisible {
margin: 0;
padding: 0;
}
div.CodeMirror-wrapping {
border: 1px solid #738498;
}
table.adminform tr.row0 {
background-color: #ffffff;
}
ul.alternating > li:nth-child(odd) {
background-color: #ffffff;
}
ul.alternating > li:nth-child(even) {
background-color: #c3d2e5;
}
ol.alternating > li:nth-child(odd) {
background-color: #ffffff;
}
ol.alternating > li:nth-child(even) {
background-color: #c3d2e5;
}
#installer-database,
#installer-discover,
#installer-update,
#installer-warnings {
border-top: 1px solid #738498;
}
#installer-database p.warning {
background: transparent url(../images/admin/icon-16-deny.png) center left no-repeat;
}
#installer-database p.nowarning {
background: transparent url(../images/admin/icon-16-allow.png) center left no-repeat;
}
.input-append,
.input-prepend {
font-size: 1.2em;
}
|
第2组 刘成军/高姗/第二周作业/public/Font-Awesome-master/Font-Awesome-master/src/3.2.1/icon/pinterest-sign/index.html | zhouhuiqiong/201602node_homework | <!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8" />
<title>icon-pinterest-sign: Font Awesome Icons</title>
<meta name="description" content="Font Awesome, the iconic font designed for Bootstrap">
<meta name="author" content="Dave Gandy">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--<meta name="viewport" content="initial-scale=1; maximum-scale=1">-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- CSS
================================================== -->
<link rel="stylesheet" href="../../assets/css/site.css">
<link rel="stylesheet" href="../../assets/css/pygments.css">
<link rel="stylesheet" href="../../assets/font-awesome/css/font-awesome.css">
<!--[if IE 7]>
<link rel="stylesheet" href="../../assets/font-awesome/css/font-awesome-ie7.css">
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<script type="text/javascript" src="//use.typekit.net/wnc7ioh.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30136587-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 data-spy="scroll" data-target=".navbar">
<div class="wrapper"> <!-- necessary for sticky footer. wrap all content except footer -->
<div class="navbar navbar-inverse navbar-static-top hidden-print">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="../../"><i class="icon-flag"></i> Font Awesome</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="hidden-tablet "><a href="../../">Home</a></li>
<li><a href="../../get-started/">Get Started</a></li>
<li class="dropdown-split-left"><a href="../../icons/">Icons</a></li>
<li class="dropdown dropdown-split-right hidden-phone">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-caret-down"></i>
</a>
<ul class="dropdown-menu pull-right">
<li><a href="../../icons/"><i class="icon-flag icon-fixed-width"></i> Icons</a></li>
<li class="divider"></li>
<li><a href="../../icons/#new"><i class="icon-shield icon-fixed-width"></i> New Icons in 3.2.1</a></li>
<li><a href="../../icons/#web-application"><i class="icon-camera-retro icon-fixed-width"></i> Web Application Icons</a></li>
<li><a href="../../icons/#currency"><i class="icon-won icon-fixed-width"></i> Currency Icons</a></li>
<li><a href="../../icons/#text-editor"><i class="icon-file-text-alt icon-fixed-width"></i> Text Editor Icons</a></li>
<li><a href="../../icons/#directional"><i class="icon-hand-right icon-fixed-width"></i> Directional Icons</a></li>
<li><a href="../../icons/#video-player"><i class="icon-play-sign icon-fixed-width"></i> Video Player Icons</a></li>
<li><a href="../../icons/#brand"><i class="icon-github icon-fixed-width"></i> Brand Icons</a></li>
<li><a href="../../icons/#medical"><i class="icon-medkit icon-fixed-width"></i> Medical Icons</a></li>
</ul>
</li>
<li class="dropdown-split-left"><a href="../../examples/">Examples</a></li>
<li class="dropdown dropdown-split-right hidden-phone">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-caret-down"></i>
</a>
<ul class="dropdown-menu pull-right">
<li><a href="../../examples/">Examples</a></li>
<li class="divider"></li>
<li><a href="../../examples/#new-styles">New Styles</a></li>
<li><a href="../../examples/#inline-icons">Inline Icons</a></li>
<li><a href="../../examples/#larger-icons">Larger Icons</a></li>
<li><a href="../../examples/#bordered-pulled">Bordered & Pulled</a></li>
<li><a href="../../examples/#buttons">Buttons</a></li>
<li><a href="../../examples/#button-groups">Button Groups</a></li>
<li><a href="../../examples/#button-dropdowns">Button Dropdowns</a></li>
<li><a href="../../examples/#bulleted-lists">Bulleted Lists</a></li>
<li><a href="../../examples/#navigation">Navigation</a></li>
<li><a href="../../examples/#form-inputs">Form Inputs</a></li>
<li><a href="../../examples/#animated-spinner">Animated Spinner</a></li>
<li><a href="../../examples/#rotated-flipped">Rotated & Flipped</a></li>
<li><a href="../../examples/#stacked">Stacked</a></li>
<li><a href="../../examples/#custom">Custom CSS</a></li>
</ul>
</li>
<li><a href="../../whats-new/">
<span class="hidden-tablet">What's </span>New</a>
</li>
<li><a href="../../community/">Community</a></li>
<li><a href="../../license/">License</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="http://blog.fontawesome.io">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="jumbotron jumbotron-icon">
<div class="container">
<div class="info-icons">
<i class="icon-pinterest-sign icon-6"></i>
<span class="hidden-phone">
<i class="icon-pinterest-sign icon-5"></i>
<span class="hidden-tablet"><i class="icon-pinterest-sign icon-4"></i> </span>
<i class="icon-pinterest-sign icon-3"></i>
<i class="icon-pinterest-sign icon-2"></i>
</span>
<i class="icon-pinterest-sign icon-1"></i>
</div>
<h1 class="info-class">
icon-pinterest-sign
<small>
<i class="icon-pinterest-sign"></i> ·
Unicode: <span class="upper">f0d3</span> ·
Created: v2.0 ·
Categories:
Brand Icons
</small>
</h1>
</div>
</div>
<div class="container">
<section>
<div class="row-fluid">
<div class="span9">
<p>After you get <a href="../../integration/">up and running</a>, you can place Font Awesome icons just about anywhere with the <code><i></code> tag:</p>
<div class="well well-transparent">
<div style="font-size: 24px; line-height: 1.5em;">
<i class="icon-pinterest-sign"></i> icon-pinterest-sign
</div>
</div>
<div class="highlight"><pre><code class="html"><span class="nt"><i</span> <span class="na">class=</span><span class="s">"icon-pinterest-sign"</span><span class="nt">></i></span> icon-pinterest-sign
</code></pre></div>
<br>
<div class="lead"><i class="icon-info-sign"></i> Looking for more? Check out the <a href="../../examples/">examples</a>.</div>
</div>
<div class="span3">
<div class="info-ad"><div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/32291/azcarbon_2_1_0_VERT"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
</div>
</div>
</div>
</section>
</div>
<div class="push"><!-- necessary for sticky footer --></div>
</div>
<footer class="footer hidden-print">
<div class="container text-center">
<div>
<i class="icon-flag"></i> Font Awesome 3.2.1
<span class="hidden-phone">·</span><br class="visible-phone">
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>
<div>
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
<span class="hidden-phone">·</span><br class="visible-phone">
Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
<span class="hidden-phone hidden-tablet">·</span><br class="visible-phone visible-tablet">
Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
</div>
<div>
Thanks to <a href="http://tracking.maxcdn.com/c/148092/3982/378"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN for Font Awesome</a>
</div>
<div class="project">
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
</div>
</div>
</footer>
<script src="http://platform.twitter.com/widgets.js"></script>
<script src="../../assets/js/jquery-1.7.1.min.js"></script>
<script src="../../assets/js/ZeroClipboard-1.1.7.min.js"></script>
<script src="../../assets/js/bootstrap-2.3.1.min.js"></script>
<script src="../../assets/js/site.js"></script>
</body>
</html>
|
zerif-lite/css/zerif_customizer_custom_css.css | derakovi/derakovi.github.io | .customize-control-widget_form .widget-control-save {
display:block !important;
} |
www/sites/all/modules/contrib/views/help/style.html | nattyseydi/nattyseydi.com | The Views' <strong>style</strong> system is how you customize the output produced by your view. A view style is basically a smart theme template that processes the view data and then outputs it. All styles in Views can be <a href="topic:views/using-theme">overridden</a> by placing copies of the templates in your theme directory and then modifying them. See the <a href="topic:views/analyze-theme">theme: information</a> link available on all views to get hints for which templates a given view is using.
<div class="help-box" style="text-align:center">
<a href="path:images/style-breakdown-large.png"><img src="path:images/style-breakdown.png" /></a>
<em>A breakdown of View output</em>
</div>
By default, the style is <em>unformatted</em>, which means that there is very little style actually used; the records are simply displayed one after another, enclosed in a <div> tag so that you can use <a href="topic:views/theme-css">CSS to manipulate the view</a>.
Some styles use a separate <a href="topic:views/style-row">row style</a> to determine how each row of the View looks. This is useful for mixing and matching styles to more readily produce exactly the kind of output you need.
Many styles can be <strong>grouped</strong>. For styles that can, there will be a 'grouping field' option; pick one of the fields to group by. Please see <a href="topic:views/style-grouping">Grouping in styles</a> for more information.
Each style is its own entity.
If you want your fields to be templatable, you need to use values that are acceptable in function names. That's actually more strict, since that basically limits you to alphanumeric and _. Even though Views may be able to query datastores that use special characters, naming is still important for use in templates. |
tests/wpt/web-platform-tests/mixed-content/websocket-request/meta-csp/cross-origin-ws/top-level/no-redirect/blockable/ws-downgrade-blocks.https.html | anthgur/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by mixed-content/generic/tools/generate.py using mixed-content/generic/template/test.release.html.template. -->
<html>
<head>
<title>Mixed-Content: Blockable content</title>
<meta charset='utf-8'>
<meta name="description" content="Test behavior of blockable content.">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="http://www.w3.org/TR/mixed-content/#category-blockable">
<meta name="assert" content="opt_in_method: meta-csp
origin: cross-origin-ws
source_scheme: https
context_nesting: top-level
redirection: no-redirect
subresource: websocket-request
expectation: blocked">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/mixed-content/generic/common.js"></script>
<script src="/mixed-content/generic/mixed-content-test-case.js?pipe=sub"></script>
</head>
<body>
<script>
MixedContentTestCase(
{
"opt_in_method": "meta-csp",
"origin": "cross-origin-ws",
"source_scheme": "https",
"context_nesting": "top-level",
"redirection": "no-redirect",
"subresource": "websocket-request",
"expectation": "blocked"
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
www/bower_components/iron-menu-behavior/demo/simple-menubar.html | mistert69/btle-web-component | <!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../iron-menubar-behavior.html">
<dom-module id="simple-menubar">
<style>
.content ::content > .iron-selected {
color: red;
}
.content ::content > * {
display: inline-block;
}
</style>
<template>
<div class="content">
<content></content>
</div>
</template>
</dom-module>
<script>
(function() {
Polymer({
is: 'simple-menubar',
behaviors: [
Polymer.IronMenubarBehavior
]
});
})();
</script>
|
third_party/glm/doc/api/namespacemembers_0x70.html | googlearchive/tango-examples-c | <!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>GLM: Namespace Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">GLM
 <span id="projectnumber">0.9.5</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
<li class="current"><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li class="current"><a href="namespacemembers.html"><span>All</span></a></li>
<li><a href="namespacemembers_func.html"><span>Functions</span></a></li>
<li><a href="namespacemembers_type.html"><span>Typedefs</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="namespacemembers.html#index_a"><span>a</span></a></li>
<li><a href="namespacemembers_0x62.html#index_b"><span>b</span></a></li>
<li><a href="namespacemembers_0x63.html#index_c"><span>c</span></a></li>
<li><a href="namespacemembers_0x64.html#index_d"><span>d</span></a></li>
<li><a href="namespacemembers_0x65.html#index_e"><span>e</span></a></li>
<li><a href="namespacemembers_0x66.html#index_f"><span>f</span></a></li>
<li><a href="namespacemembers_0x67.html#index_g"><span>g</span></a></li>
<li><a href="namespacemembers_0x68.html#index_h"><span>h</span></a></li>
<li><a href="namespacemembers_0x69.html#index_i"><span>i</span></a></li>
<li><a href="namespacemembers_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="namespacemembers_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="namespacemembers_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="namespacemembers_0x6f.html#index_o"><span>o</span></a></li>
<li class="current"><a href="namespacemembers_0x70.html#index_p"><span>p</span></a></li>
<li><a href="namespacemembers_0x71.html#index_q"><span>q</span></a></li>
<li><a href="namespacemembers_0x72.html#index_r"><span>r</span></a></li>
<li><a href="namespacemembers_0x73.html#index_s"><span>s</span></a></li>
<li><a href="namespacemembers_0x74.html#index_t"><span>t</span></a></li>
<li><a href="namespacemembers_0x75.html#index_u"><span>u</span></a></li>
<li><a href="namespacemembers_0x76.html#index_v"><span>v</span></a></li>
<li><a href="namespacemembers_0x77.html#index_w"><span>w</span></a></li>
<li><a href="namespacemembers_0x79.html#index_y"><span>y</span></a></li>
<li><a href="namespacemembers_0x7a.html#index_z"><span>z</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="contents">
<div class="textblock">Here is a list of all documented namespace members with links to the namespaces they belong to:</div>
<h3><a class="anchor" id="index_p"></a>- p -</h3><ul>
<li>packDouble2x32()
: <a class="el" href="a00161.html#gaa916ca426b2bb0343ba17e3753e245c2">glm</a>
</li>
<li>packF2x11_1x10()
: <a class="el" href="a00178.html#ga4944ad465ff950e926d49621f916c78d">glm</a>
</li>
<li>packHalf1x16()
: <a class="el" href="a00178.html#gab7f8a84e119fe3f1ff57d7e2ec093747">glm</a>
</li>
<li>packHalf2x16()
: <a class="el" href="a00161.html#ga20f134b07db3a3d3a38efb2617388c92">glm</a>
</li>
<li>packHalf4x16()
: <a class="el" href="a00178.html#gafe2f7b39caf8f5ec555e1c059ec530e6">glm</a>
</li>
<li>packI3x10_1x2()
: <a class="el" href="a00178.html#ga06ecb6afb902dba45419008171db9023">glm</a>
</li>
<li>packSnorm1x16()
: <a class="el" href="a00178.html#gab05d07ca244dddc2d82ba71d843691e4">glm</a>
</li>
<li>packSnorm1x8()
: <a class="el" href="a00178.html#gaeecb4166fa0f5764846cb6c215766398">glm</a>
</li>
<li>packSnorm2x16()
: <a class="el" href="a00161.html#ga977ab172da5494e5ac63e952afacfbe2">glm</a>
</li>
<li>packSnorm2x8()
: <a class="el" href="a00178.html#ga6be3cfb2cce3702f03e91bbeb5286d7e">glm</a>
</li>
<li>packSnorm3x10_1x2()
: <a class="el" href="a00178.html#gab997545661877d2c7362a5084d3897d3">glm</a>
</li>
<li>packSnorm4x16()
: <a class="el" href="a00178.html#ga358943934d21da947d5bcc88c2ab7832">glm</a>
</li>
<li>packSnorm4x8()
: <a class="el" href="a00161.html#ga85e8f17627516445026ab7a9c2e3531a">glm</a>
</li>
<li>packU3x10_1x2()
: <a class="el" href="a00178.html#gada3d88d59f0f458f9c51a9fd359a4bc0">glm</a>
</li>
<li>packUnorm1x16()
: <a class="el" href="a00178.html#ga146ced9fe50f08bbbccac5693d717a27">glm</a>
</li>
<li>packUnorm1x8()
: <a class="el" href="a00178.html#gab16a1b79ed7431e9d84e8fde983b6d11">glm</a>
</li>
<li>packUnorm2x16()
: <a class="el" href="a00161.html#ga0e2d107039fe608a209497af867b85fb">glm</a>
</li>
<li>packUnorm2x8()
: <a class="el" href="a00178.html#ga9a666b1c688ab54100061ed06526de6e">glm</a>
</li>
<li>packUnorm3x10_1x2()
: <a class="el" href="a00178.html#ga8a1ee625d2707c60530fb3fca2980b19">glm</a>
</li>
<li>packUnorm4x16()
: <a class="el" href="a00178.html#ga1f63c264e7ab63264e2b2a99fd393897">glm</a>
</li>
<li>packUnorm4x8()
: <a class="el" href="a00161.html#gaf7d2f7341a9eeb4a436929d6f9ad08f2">glm</a>
</li>
<li>perlin()
: <a class="el" href="a00177.html#gad8bbcb5086792813480d06f103daf9a0">glm</a>
</li>
<li>perp()
: <a class="el" href="a00219.html#ga5c7ff7a06180bdd503f6d0c645b5decf">glm</a>
</li>
<li>perspective()
: <a class="el" href="a00176.html#ga24983212d8d25b5b32e30d574dfccd1c">glm</a>
</li>
<li>perspectiveFov()
: <a class="el" href="a00176.html#ga7e820c9c692e28041be6d7c7042e4e4a">glm</a>
</li>
<li>pi()
: <a class="el" href="a00171.html#gae671930537266a9a650ccb4b88757692">glm</a>
</li>
<li>pickMatrix()
: <a class="el" href="a00176.html#ga0fb64f04bf5ad52523fcd4b10b46aff6">glm</a>
</li>
<li>pitch()
: <a class="el" href="a00179.html#ga4d345dc369a54f53f5ebc375bac56d11">glm</a>
</li>
<li>polar()
: <a class="el" href="a00220.html#ga0311556f0327054d86a17dc113fb9eee">glm</a>
</li>
<li>pow()
: <a class="el" href="a00202.html#ga0073d991d1c9c9a37b458eb512535fc8">glm</a>
</li>
<li>powerOfTwoAbove()
: <a class="el" href="a00186.html#gaa49786cf3f8a1f65de6e70b6088a811e">glm</a>
</li>
<li>powerOfTwoBelow()
: <a class="el" href="a00186.html#gaeceaea338213cbff7a275460e35e8d0c">glm</a>
</li>
<li>powerOfTwoNearest()
: <a class="el" href="a00186.html#ga9e68299f4ca0cd6674efbee62d425b95">glm</a>
</li>
<li>prev_float()
: <a class="el" href="a00184.html#ga2fcbb7bfbfc595712bfddc51b0715b07">glm</a>
</li>
<li>proj()
: <a class="el" href="a00221.html#ga08294223071a96e777de7033cc708439">glm</a>
</li>
<li>proj2D()
: <a class="el" href="a00232.html#ga872aeb5f122bbb683c35688f8b6d5ded">glm</a>
</li>
<li>proj3D()
: <a class="el" href="a00232.html#ga7749de958bcfc48b3ba5320f0167ecfb">glm</a>
</li>
<li>project()
: <a class="el" href="a00176.html#ga41227b7b98882dcbaa8dab52df372c7b">glm</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.5
</small></address>
</body>
</html>
|
web-platform-tests/tests/service-workers/stub-4.1-service-worker-global-scope.html | cr/fxos-certsuite | <!DOCTYPE html>
<html>
<title>Service Workers: ServiceWorkerGlobalScope</title>
<head>
<link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#service-worker-global-scope">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src=/resources/WebIDLParser.js></script>
<script src=/resources/idlharness.js></script>
</head>
<body>
<script type=text/plain id="idl_0">
[Global]
interface ServiceWorkerGlobalScope : WorkerGlobalScope {
readonly attribute CacheStorage caches;
// A container for a list of window objects, identifiable by ID, that
// correspond to windows (or workers) that are "controlled" by this SW
readonly attribute ServiceWorkerClients clients;
[Unforgeable] readonly attribute DOMString scope;
Promise<any> fetch((Request or ScalarValueString) request);
void update();
void unregister();
attribute EventHandler oninstall;
attribute EventHandler onactivate;
attribute EventHandler onfetch;
attribute EventHandler onbeforeevicted;
attribute EventHandler onevicted;
// The event.source of these MessageEvents are instances of Client
attribute EventHandler onmessage;
// close() method inherited from WorkerGlobalScope is not exposed.
};
</pre>
<!--
The `ServiceWorkerGlobalScope` interface represents the global execution
context of a Service Worker. `ServiceWorkerGlobalScope` object provides
generic, event-driven, time-limited script execution contexts that run at an
origin. Once successfully [registered][1], a Service Worker is started, kept
alive and killed by their relationship to events, not documents. Any type of
synchronous requests MUST NOT be initiated inside of a Service Worker.
[1]: #navigator-service-worker-register
-->
<script type=text/plain id="untested_idls">
interface CacheStorage {};
interface ServiceWorkerClients {};
interface Request {};
interface ScalarValueString {};
interface EventHandler {};
interface WorkerGlobalScope {};
</pre>
<script>
var idl_array = new IdlArray();
idl_array.add_untested_idls(document.getElementById("untested_idls").textContent);
idl_array.add_idls(document.getElementById("idl_0").textContent);
idl_array.add_objects({
ServiceWorkerGlobalScope: ["throw new Error ('No object defined for the ServiceWorkerGlobalScope interface')"]
});
idl_array.test();
</script>
</body>
</html>
|
third_party/web_platform_tests/webdriver/user_input/res/text-form.html | youtube/cobalt | <html>
<head>
<title>Text Form</title>
<meta charset="utf-8" />
<script>
function key_press() {
document.getElementById("text").textContent = document.getElementById("Text1").value;
}
function got_focus() {
var output = document.getElementById("output");
output.checked = true;
}
</script>
</head>
<body>
<p id="text"></p>
<form action="text-form-landing.html">
<input id="Text1" type="text" onkeyup="key_press()"/>
<input id="Text2" type="text" onfocus="got_focus()" />
<input id="output" type="checkbox" />
<input type="submit" name="e" value="mc2" />
</form>
</body>
</html> |
tests/wpt/web-platform-tests/webgl/conformance-1.0.3/conformance/glsl/bugs/long-expressions-should-not-crash.html | totallybradical/temp_servo2 | <!--
/*
** Copyright (c) 2012 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Materials, and to
** permit persons to whom the Materials are furnished to do so, subject to
** the following conditions:
**
** The above copyright notice and this permission notice shall be included
** in all copies or substantial portions of the Materials.
**
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Driver Bug - long experssions should not crash</title>
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src="../../../resources/js-test-pre.js"></script>
<script src="../../resources/webgl-test-utils.js"></script>
<script src="../../resources/glsl-conformance-test.js"></script>
</head>
<body>
<canvas id="example" width="40" height="40"> </canvas>
<div id="description"></div>
<div id="console"></div>
<script id="vshader" type="x-shader/x-vertex">
void main(){
gl_Position = vec4(0, 0, 0, 1);
}
</script>
<script id="vshaderUniformTest" type="x-shader/x-vertex">
uniform vec4 u_uniform;
void main(){
gl_Position =
$(code)
vec4(0, 0, 0, 1);
}
</script>
<script id="fshader" type="x-shader/x-fragment">
precision mediump float;
void main()
{
gl_FragColor = vec4(0, 0, 0, 0);
}
</script>
<script id="fshaderUniformTest" type="x-shader/x-fragment">
precision mediump float;
uniform vec4 u_uniform;
void main()
{
gl_FragColor =
$(code)
vec4(0, 0, 0, 0);
}
</script>
<script>
"use strict";
var wtu = WebGLTestUtils;
var gl = wtu.create3DContext();
var vUniformTestSource = wtu.getScript("vshaderUniformTest");
var fUniformTestSource = wtu.getScript("fshaderUniformTest");
var tests = [
];
var counts = [
{ count:10,
mustPass: true,
},
{ count:100,
mustPass: true,
},
{ count: 1000,
mustPass: false,
},
{ count: 10000,
mustPass: false,
},
];
var operatorSets = [
["+", "-", "/", "*"],
["+"],
["-"],
];
counts.forEach(function(info) {
operatorSets.forEach(function(operators) {
var generateCode = function(numVars) {
var codes = [];
for (var uu = 0; uu < numVars; ++uu) {
codes.push("u_uniform " + operators[uu % operators.length]);
}
return {
code: codes.join("\n "),
};
};
var subs = generateCode(info.count);
tests.push({
vShaderId: "vshader",
vShaderSuccess: true,
fShaderSource: wtu.replaceParams(fUniformTestSource, subs),
fShaderSuccess: true,
linkSuccess: true,
ignoreResults: !info.mustPass,
passMsg: "shader with " + info.count + " [" + operators + "] operators in expression in multiple lines",
});
tests.push({
vShaderSource: wtu.replaceParams(vUniformTestSource, subs),
vShaderSuccess: true,
fShaderId: "fshader",
fShaderSuccess: true,
linkSuccess: true,
ignoreResults: !info.mustPass,
passMsg: "shader with " + info.count + " [" + operators + "] operators in expression in multiple lines",
});
subs.code = subs.code.replace(/\n /g, "")
tests.push({
vShaderId: "vshader",
vShaderSuccess: true,
fShaderSource: wtu.replaceParams(fUniformTestSource, subs),
fShaderSuccess: true,
linkSuccess: true,
ignoreResults: !info.mustPass,
passMsg: "shader with " + info.count + " [" + operators + "] operators in expression in one line",
});
tests.push({
vShaderSource: wtu.replaceParams(vUniformTestSource, subs),
vShaderSuccess: true,
fShaderId: "fshader",
fShaderSuccess: true,
linkSuccess: true,
ignoreResults: !info.mustPass,
passMsg: "shader with " + info.count + " [" + operators + "] operators in expression in one line",
});
});
});
GLSLConformanceTester.runTests(tests);
</script>
</body>
</html>
|
files/cyber-font/3.0.2/cyber-font.css | 2947721120/garrulous-octo-rutabaga | @font-face {
font-family: 'cyber-font';
src: url('eot/cyber-font.eot');
src: url('eot/cyber-font.eot?#iefix') format('embedded-opentype'),
url('woff/cyber-font.woff') format('woff'),
url('ttf/cyber-font.ttf') format('truetype'),
url('svg/cyber-font.svg#cyber-font') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'cyber-font';
src: url('eot/cyber-font-bold.eot');
src: url('eot/cyber-font-bold.eot?#iefix') format('embedded-opentype'),
url('woff/cyber-font-bold.woff') format('woff'),
url('ttf/cyber-font-bold.ttf') format('truetype'),
url('svg/cyber-font-bold.svg#cyber-font') format('svg');
font-weight: bold;
font-style: normal;
}
|
ajax/libs/yui/3.5.0pr2/calendarnavigator/assets/calendar-base-core.css | kennynaoh/cdnjs | .yui3-calendar {
}
.yui3-calendar-content {
}
.yui3-calendar-pane {
width: 100%;
}
.yui3-calendar-grid {
width: 100%;
}
.yui3-calendar-left-grid {
margin-right:1em;
}
.yui3-calendar-right-grid {
margin-left:1em;
}
.yui3-calendar-column-hidden, .yui3-calendar-hidden {
display:none;
}
.yui3-calendar-day {
}
.yui3-calendar-selection-disabled {
color: #999999;
}
.yui3-calendar-prevmonth-day {
color: #cccccc;
}
.yui3-calendar-nextmonth-day {
color: #cccccc;
}
.yui3-calendar-day-selected {
background-color: #dddddd;
}
.yui3-calendar-header-label {
text-align: center;
}
|
wp-content/plugins/breezing-forms/platform/administrator/templates/system/css/error.css | SayenkoDesign/selectahead | /**
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
.outline {
border: 1px solid #cccccc;
background: #ffffff;
padding: 2px;
}
body {
margin: 15px;
height: 100%;
padding: 0;
font-family: Arial, Helvetica, Sans Serif;
font-size: 11px;
color: #333333;
background: #ffffff;
}
.frame {
background-color: #FEFCF3;
padding: 8px;
border: solid 1px #000000;
margin-top: 13px;
margin-bottom: 25px;
}
h1 {
color: #cc3333;
font-size: 18px;
}
.table {
border-collapse: collapse;
margin-top: 13px;
}
td {
padding: 3px;
padding-left: 5px;
padding-right: 5px;
border: solid 1px #bbbbbb;
font-size: 10px;
}
.type {
background-color: #cc0000;
color: #ffffff;
font-weight: bold;
padding: 3px;
} |
www/static/css/components/sticky.gradient.css | silentsee/blog | /*! UIkit 2.23.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Sticky
========================================================================== */
/*
* 1. More robust if padding and border are used
*/
[data-uk-sticky].uk-active {
z-index: 980;
/* 1 */
box-sizing: border-box;
}
/*
* 1. Resolve frame-rate issues on devices with lower frame-rates. Forces hardware acceleration
*/
.uk-sticky-placeholder > * {
/* 1 */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/*
* Faster animations
*/
[data-uk-sticky][class*='uk-animation-'] {
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
}
[data-uk-sticky].uk-animation-reverse {
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
}
|
third_party/web_platform_tests/conformance-checkers/html/elements/base/href/scheme-data-contains-fragment-haswarn.html | youtube/cobalt | <!DOCTYPE html>
<meta charset=utf-8>
<title>href warning: scheme-data-contains-fragment</title>
<base href="data:text/html,test#test">
|
templates/base.html | haxwithaxe/couchit | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{% if site and site.title %}{{ site.title }} - {% endif %}{% block title %}{% endblock %}</title>
<link rel="icon" type="image/png" href="/static/img/favicon.png" />
<link rel="shortcut icon" href="/static/img/favicon.png" type="image/png" />
<!--[if IE]>
<script>
// allow IE to recognize HTMl5 elements
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');
document.createElement('header');
document.createElement('nav');
document.createElement('time');
</script>
<![endif]-->
{% if DEBUG %}
<link rel="stylesheet" href="/static/css/src/debug.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="/static/css/src/textarea.css" />
<script src="/static/js/lib/prototype.js" type="text/javascript"></script>
<script src="/static/js/lib/effects.js" type="text/javascript"></script>
<script src="/static/js/lib/controls.js" type="text/javascript"></script>
<script src="/static/js/lib/dragdrop.js" type="text/javascript"></script>
<script src="/static/js/lib/builder.js" type="text/javascript"></script>
<script src="/static/js/lib/slider.js" type="text/javascript"></script>
<script src="/static/js/src/application.js" type="text/javascript"></script>
<script src="/static/js/libhacdc-fileupload.js" type="text/javascript"></script>
{% else %}
<link rel="stylesheet" href="/static/css/screen.css?20090820" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="/static/css/print.css?20090820" type="text/css" media="print" />
<!--[if IE]>
<link rel="stylesheet" href="/static/css/ie.css?20090820" type="text/css" media="screen, projection" />
<![endif]-->
{% if site %}
<script src="/static/js/prototype.js?20090820" type="text/javascript"></script>
<script src="/static/js/scriptaculous.js?20090820" type="text/javascript"></script>
<script src="/static/js/couchit-application.js?20090820" type="text/javascript"></script>
<script src="/static/js/libhacdc-fileupload.js" type="text/javascript"></script>
{% endif %}
{% endif %}
{% if site and site.theme %}
<style type="text/css" media="screen">
body{background-color:#{{ site.theme.background_color }};color:#{{ site.theme.text_color }};}
a{color:#{{ site.theme.link_color }};}
header h1 a{color:#{{ site.theme.text_color }};}
#page article, #pedit #pedit_wrapper{background-color:#{{ site.theme.page_fill_color }};border-right-color:#{{ site.theme.border_color }};border-left-color:#{{ site.theme.border_color }};border-bottom-color:#{{ site.theme.border_color }};color:#{{ site.theme.page_text_color }};}
#phistory,#pdiff,#pdesign,#pedit,#claim_wrapper,#psettings{background-color:#{{ site.theme.page_fill_color }};border-color:#{{ site.theme.border_color }};color:#{{ site.theme.page_text_color }};}
#phistory,#pdiff,#pdesign,#page,#claim_wrapper,#psettings{color:#{{ site.theme.page_text_color }};}
#phistory a, #pdiff a, #pdesign a, #page a, #psettings a, #claim_wrapper a{color:#{{ site.theme.page_link_color }};}
ul.subsection_tabs{background-color:#{{ site.theme.border_color }};}
ul.subsection_tabs li.tab a{color:#{{ site.theme.menu_inactive_color }};}
.box{background-color:#{{ site.theme.page_fill_color }};}
.box a{color:#{{ site.theme.page_link_color }};}
.box h4{background-color:#{{site.theme.border_color}};color:#{{site.theme.menu_inactive_color }};}
tr.rselected{background-color:#{{site.theme.border_color}};color:#{{site.theme.menu_inactive_color }};}
</style>
<link rel="stylesheet" href="/static/css/{% if site.theme.syntax_style %}{{ site.theme.syntax_style }}{% else %}default{% endif %}.css" type="text/css" />
{% endif %}
<link rel="stylesheet" href="/static/css/print.css?20080928" type="text/css" media="print" />
{% block head %}{% endblock %}
</head>
<body>
{% if site %}
{% if site.claimed %}
{% if authenticated %}
<a href="{{ url_for('site_logout') }}" class="logout">logout</a>
{% else %}
<a href="{{ url_for('site_login') }}?back={{ current_url }}" class="logout">login</a>
{% endif %}
{% else %}
<a href="{{ url_for('site_claim') }}" class="claim">Claim this site</a>
{% endif %}
{% if can_edit %}
<a href="http://help.couch.it" class="help">Help</a>
{% endif %}
{% endif %}
<div id="container">
{% if site %}
<header id="site_header">
<h1><a href="{% if site_url %}{{ site_url }}{% else %}/{% endif %}">{% if site.title %}{{ site.title }}{% endif %}</a></h1>
<h2>{% if site.subtitle %}{{ site.subtitle }}{% endif %}</h2>
</header>
{% endif %}
<div id="page_wrapper">
{% block fullpage %}
<section id="page">
{% block page %}{% endblock %}
</section>
<aside id="sidebar">
{% block sidebar %}{% endblock %}
</aside>
{% endblock %}
</div>
<footer class="footer_wrapper">
{% if not site and not cname and not alias %}
<ul class="menu">
<li><a href="/">home</a></li>
<li><a href="/about">about</a></li>
<li><a href="/help">help</a></li>
</ul>
{% endif %}
<p class="powered">Powered by <a href="http://couchit.net">CouchIt</a>.</p>
</footer>
{% block footer %}{% endblock %}
</div>
</body>
</html>
|
public/megahtml.html | da99/mu_mongo | <html>
<head>
<title>Learn HTML</title>
<meta name="verify-v1" content="Blj1lh0s7UYhIw92PuNfg6EJzZOrUGSZ3Zj4G+GWOlg=" />
<style type="text/css">
p { margin: 0 ; }
body {
font-family: helvetica, sans-serif;
}
a:link, a:visited, a:hover, a:active {
font-weight: bold;
padding: 0 4px;
}
a:hover {
background: #D50015;
color: #fff;
}
li {
padding-bottom: 10px
}
</style>
</head>
<body>
<p>This domain for sale. Contact <span id="email">sales [at] #{dot_domain}</span>
<script type="text/javascript">
<!--
document.getElementById('email').innerHTML = '<a hr' + 'ef="mai' + 'lto:s' + 'ales' + '@' + 'megahtml.com">' + 'sales' + '@' + 'megahtml.com</a>'
//-->
</script>
</body>
</html>
|
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.0/shuffle/8.10.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>shuffle: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.0 / shuffle - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
shuffle
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-16 11:54:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-16 11:54:26 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/shuffle"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Shuffle"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: Gilbreath's card trick"
"keyword: binary sequences"
"category: Miscellaneous/Logical Puzzles and Entertainment"
]
authors: [
"Gérard Huet"
]
bug-reports: "https://github.com/coq-contribs/shuffle/issues"
dev-repo: "git+https://github.com/coq-contribs/shuffle.git"
synopsis: "Gilbreath's card trick"
description: """
A full axiomatization and proof development of a non-trivial property of binary sequences, inspired from a card trick of N. Gilbreath."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/shuffle/archive/v8.10.0.tar.gz"
checksum: "md5=756dfc787f585ddd60b06bdbc87e13b7"
}
</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-shuffle.8.10.0 coq.8.7.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0).
The following dependencies couldn't be met:
- coq-shuffle -> coq >= 8.10
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-shuffle.8.10.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>
|
sdk/_PhpDocs/files/IntuitRestServiceDef.IPPSymbolPositionEnum.html | heroicstudios/quickbooks-php-sdk | <!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>IPP PHP SDK for QuickBooks V3</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta><link rel="stylesheet" href="../css/template.css" type="text/css"></link><script type="text/javascript" src="../js/jquery-1.4.2.min.js"></script><script type="text/javascript" src="../js/jquery.tools.min.js"></script><script type="text/javascript" src="../js/jquery-ui-1.8.2.custom.min.js"></script><script type="text/javascript" src="../js/template.js"></script></head><body><div id="content"><h1 class="file">IntuitRestServiceDef\IPPSymbolPositionEnum.php<a href="../source/IntuitRestServiceDef\IPPSymbolPositionEnum.php.html"><img src="../images/icons/view_source.png" alt="View Source" border="0"></img></a></h1><div id="file-nav-box"><div id="file-nav-options">
Show:
<img src="../images/icons/visibility_public.png" alt="Public" id="show-public"></img><img src="../images/icons/visibility_protected.png" alt="Protected" id="show-protected"></img><img src="../images/icons/visibility_private.png" alt="Private" id="show-private"></img><span class="attribute" id="show-inherited">inherited</span></div><div id="file-nav-container"><ul id="file-nav"><li><a href="#classes"><img src="../images/icons/class.png" alt="Class" height="14"></img>
Classes
</a><ul><li><a href="#\IPPSymbolPositionEnum">\IPPSymbolPositionEnum</a></li></ul></li></ul><div style="clear: left;"></div></div><div id="file-nav-tab">
Table of Contents
</div></div><a name="top" class="anchor"></a><div id="file-description"><div class="long-description"></div></div><a name="classes" class="anchor"></a><a id="\IPPSymbolPositionEnum" class="anchor"></a><h2 class="class">\IPPSymbolPositionEnum<div class="to-top"><a href="#top">jump to top</a></div></h2><div class="class"><small class="package"><b>Package: </b>Default</small><div class="long-description"></div><dl class="class-info"><dt>IPPSymbolPositionEnum</dt><dd>\IPPSymbolPositionEnum<br></br><em></em></dd><dt>XmlDefinition</dt><dd>Product: ALL
Description: Enumeration of symbol positions.
</dd><dt>XmlName</dt><dd>IPPSymbolPositionEnum
</dd><dt>XmlNamespace</dt><dd>http://schema.intuit.com/finance/v3
</dd><dt>XmlType</dt><dd>string
</dd></dl><h3>Properties</h3><div><a id="\IPPSymbolPositionEnum::$value" class="anchor"></a><div class="property public"><a href="#" class="gripper"><img src="../images/icons/arrow_right.png" alt=">"></img><img src="../images/icons/arrow_down.png" alt="V" style="display: none;"></img></a><code class="title"><img src="../images/icons/property.png" alt="Property"></img><img src="../images/icons/visibility_public.png" style="margin-right: 5px" alt="public"></img>string <span class="highlight">$value</span></code><div class="description"><div class="short-description"></div></div><div class="code-tabs"><div class="long-description"></div><strong>Details</strong><dl class="property-info"><dt>Type</dt><dd>string</dd><dt>XmlType</dt><dd>value
</dd></dl></div><div class="clear"></div></div></div><h3>Methods</h3><div><a id="\IPPSymbolPositionEnum::__construct()" class="anchor"></a><div class="method public"><a href="#" class="gripper"><img src="../images/icons/arrow_right.png"></img><img src="../images/icons/arrow_down.png" style="display: none;"></img></a><code class="title"><img src="../images/icons/method.png" alt="method" title="method"></img><img src="../images/icons/visibility_public.png" style="margin-right: 5px" alt="public"></img><span class="highlight">__construct</span><span class="nb-faded-text">(<a href="../files/dictionary.html">\dictionary</a> $keyValInitializers = array(), boolean $verbose = FALSE)</span> : void</code><div class="description"><p class="short_description">Initializes this object, optionally with pre-defined property values</p></div><div class="code-tabs"><div class="long-description">Initializes this object and it's property members, using the dictionary
of key/value pairs passed as an optional argument.</div><strong>Parameters</strong><table class="argument-info"><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tr><th>$keyValInitializers</th><td><a href="../files/dictionary.html">\dictionary</a></td><td><em><p>key/value pairs to be populated into object's properties</p>
</em></td></tr><tr><th>$verbose</th><td>boolean</td><td><em><p>specifies whether object should echo warnings</p></em></td></tr></table></div><div class="clear"></div></div></div></div></div><small class="footer">
Documentation was generated by
<a href="http://phpdoc.org">phpDocumentor
2.1.0
</a>.
</small></body></html>
|
index.html | brapastor/BaseFrontend | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mobytes sac</title>
<link rel="stylesheet" href="static/css/bootstrap.css"/>
<link rel="stylesheet" href="static/css/animate.css"/>
<link rel="stylesheet" href="static/css/font-awesome.css"/>
<link rel="stylesheet" href="static/css/styles.css"/>
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
</head>
<body>
<!-- Contenido-->
<script src="static/js/jquery.min.js"></script>
<script src="static/js/bootstrap.js"></script>
<script src="static/js/modernizr.min.js"></script>
<script src="static/js/script.js"></script>
</body>
</html> |
side-nav.html | FaruqKiley/CodeLarva_master | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="msapplication-tap-highlight" content="no">
<meta name="description" content="Materialize is a modern responsive CSS framework based on Material Design by Google. ">
<title>SideNav - Materialize</title>
<!-- Favicons-->
<link rel="apple-touch-icon-precomposed" href="images/favicon/apple-touch-icon-152x152.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="images/favicon/mstile-144x144.png"> <link rel="icon" href="images/favicon/favicon-32x32.ico" sizes="32x32">
<!-- Android 5 Chrome Color-->
<meta name="theme-color" content="#ffa726">
<!-- CSS-->
<link href="css/prism.css" rel="stylesheet">
<link href="css/ghpages-materialize.css" type="text/css" rel="stylesheet" media="screen,projection">
<link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<nav class="top-nav">
<div class="container">
<div class="nav-wrapper"><a class="page-title">SideNav</a></div>
</div>
</nav>
<div class="container"><a href="#" data-activates="nav-mobile" class="button-collapse top-nav full hide-on-large-only"><i class="mdi-navigation-menu"></i></a></div>
<ul id="nav-mobile" class="side-nav fixed">
<li class="logo"><a id="logo-container" href="index.html" class="brand-logo">
<img src="logo/logo 2.png" alt="" width="75" height=""/></a></li>
<li class="bold"><a href="about.html" class="waves-effect waves-orange">About</a></li>
<li class="bold"><a href="getting-started.html" class="waves-effect waves-orange">Getting Started</a></li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li class="bold"><a class="collapsible-header waves-effect waves-orange">CSS</a>
<div class="collapsible-body">
<ul>
<li><a href="color.html">Color</a></li>
<li><a href="grid.html">Grid</a></li>
<li><a href="helpers.html">Helpers</a></li>
<li><a href="media-css.html">Media</a></li>
<li><a href="sass.html">Sass</a></li>
<li><a href="shadow.html">Shadow</a></li>
<li><a href="table.html">Table</a></li>
<li><a href="typography.html">Typography</a></li>
</ul>
</div>
</li>
<li class="bold"><a class="collapsible-header waves-effect waves-orange">Components</a>
<div class="collapsible-body">
<ul>
<li><a href="badges.html">Badges</a></li>
<li><a href="buttons.html">Buttons</a></li>
<li><a href="cards.html">Cards</a></li>
<li><a href="collections.html">Collections</a></li>
<li><a href="footer.html">Footer</a></li>
<li><a href="forms.html">Forms</a></li>
<li><a href="icons.html">Icons</a></li>
<li><a href="navbar.html">Navbar</a></li>
<li><a href="pagination.html">Pagination</a></li>
<li><a href="preloader.html">Preloader</a></li>
</ul>
</div>
</li>
<li class="bold"><a class="collapsible-header active waves-effect waves-orange">JavaScript</a>
<div class="collapsible-body">
<ul>
<li><a href="collapsible.html">Collapsible</a></li>
<li><a href="dialogs.html">Dialogs</a></li>
<li><a href="dropdown.html">Dropdown</a></li>
<li><a href="media.html">Media</a></li>
<li><a href="modals.html">Modals</a></li>
<li><a href="parallax.html">Parallax</a></li>
<li><a href="pushpin.html">Pushpin</a></li>
<li><a href="scrollfire.html">ScrollFire</a></li>
<li><a href="scrollspy.html">Scrollspy</a></li>
<li class="active"><a href="side-nav.html">SideNav</a></li>
<li><a href="tabs.html">Tabs</a></li>
<li><a href="transitions.html">Transitions</a></li>
<li><a href="waves.html">Waves</a></li>
</ul>
</div>
</li>
</ul>
</li><li class="bold"><a href="blank.html" class="waves-effect waves-orange">Blank</a></li>
</ul>
</header>
<main><div class="container">
<div class="row">
<div class="col s12 m9 l10">
<div id="introduction" class="section scrollspy">
<h4>Introduction</h4>
<p>This is a slide out menu. You can add a dropdown to your sidebar by using our collapsible component. If you want to see a demo, our sidebar will use this on smaller screens. To use this in conjunction with a fullscreen navigation, you have to use two copies of the same UL.</p>
</div>
<div id="structure" class="section scrollspy">
<h4>HTML Structure</h4>
<pre><code class="language-markup col s12">
<nav>
<ul class="right hide-on-med-and-down">
<li><a href="#!">First Sidebar Link</a></li>
<li><a href="#!">Second Sidebar Link</a></li>
</ul>
<ul id="slide-out" class="side-nav">
<li><a href="#!">First Sidebar Link</a></li>
<li><a href="#!">Second Sidebar Link</a></li>
</ul>
<a href="#" data-activates="slide-out" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</nav>
</code></pre>
<div id="initialization" class="section scrollspy">
<h4>jQuery Plugin Initialization</h4>
<pre><code class="language-javascript col s12">
// Initialize collapse button
$(".button-collapse").sideNav();
// Initialize collapsible (uncomment the line below if you use the dropdown variation)
//$('.collapsible').collapsible();
</code></pre>
</div>
<div id="options" class="scrollspy section">
<h4>Options</h4>
<p>You can customize the sideNav by setting your own width and the alignment of the menu. </p>
<pre><code class="language-javascript">
$('.button-collapse').sideNav({
menuWidth: 300, // Default is 240
edge: 'right', // Choose the horizontal origin
closeOnClick: true // Closes side-nav on <a> clicks, useful for Angular/Meteor
}
);
</code></pre>
</div>
<div id="method" class="section scrollspy">
<h4>jQuery Plugin Methods</h4>
<p>We have methods to show and hide your sidebar you can use to programmatically control your sidebar.</p>
<pre><code class="language-javascript col s12">
// Show sideNav
$('.button-collapse').sideNav('show');
// Hide sideNav
$('.button-collapse').sideNav('hide');
</code></pre>
</div>
<div id="Variations" class="scrollspy section">
<h2 class="header">Variations</h2>
<h4>Dropdown HTML Structure</h4>
<pre><code class="language-markup col s12">
<ul id="slide-out" class="side-nav">
<li><a href="#!">First Sidebar Link</a></li>
<li><a href="#!">Second Sidebar Link</a></li>
<li class="no-padding">
<ul class="collapsible collapsible-accordion">
<li>
<a class="collapsible-header">Dropdown<i class="mdi-navigation-arrow-drop-down"></i></a>
<div class="collapsible-body">
<ul>
<li><a href="#!">First</a></li>
<li><a href="#!">Second</a></li>
<li><a href="#!">Third</a></li>
<li><a href="#!">Fourth</a></li>
</ul>
</div>
</li>
</ul>
</li>
</ul>
<ul class="right hide-on-med-and-down">
<li><a href="#!">First Sidebar Link</a></li>
<li><a href="#!">Second Sidebar Link</a></li>
<li><a class="dropdown-button" href="#!" data-activates="dropdown1">Dropdown<i class="mdi-navigation-arrow-drop-down right"></i></a></li>
<ul id='dropdown1' class='dropdown-content'>
<li><a href="#!">First</a></li>
<li><a href="#!">Second</a></li>
<li><a href="#!">Third</a></li>
<li><a href="#!">Fourth</a></li>
</ul>
</ul>
<a href="#" data-activates="slide-out" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</code></pre>
<h4>Fullscreen HTML Structure</h4>
<p>If you want the menu to be accessible on all screensizes you just have to add a simple helper class <code class="language-markup">show-on-large</code> to the <code class="language-markup">.button-collapse</code>. </p>
<pre><code class="language-markup col s12">
<ul id="slide-out" class="side-nav">
<li><a href="#!">First Sidebar Link</a></li>
<li><a href="#!">Second Sidebar Link</a></li>
</ul>
<a href="#" data-activates="slide-out" class="button-collapse show-on-large"><i class="mdi-navigation-menu"></i></a>
</code></pre>
<h4>Fixed HTML Structure</h4>
<p>Add the class <code class="language-markup">fixed</code> to have the sideNav be fixed and open on large screens and hides to the regular functionality on smaller screens. Our sideNav on the left is an example of this.</p>
<pre><code class="language-markup col s12">
<ul id="slide-out" class="side-nav fixed">
<li><a href="#!">First Sidebar Link</a></li>
<li><a href="#!">Second Sidebar Link</a></li>
</ul>
<a href="#" data-activates="slide-out" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</code></pre>
<p>If you are planning on using this you will have to offset your content by the width of the side menu. Place the padding on where the offset content will be, which in our case is in header, main and footer.</p>
<pre><code class="language-css col s12">
header, main, footer {
padding-left: 240px;
}
@media only screen and (max-width : 992px) {
header, main, footer {
padding-left: 0;
}
}
</code></pre>
</div>
</div>
</div>
<!-- Table of Contents -->
<div class="col hide-on-small-only m3 l2">
<div class="toc-wrapper">
<div style="height: 1px;">
<ul class="section table-of-contents">
<li><a href="#introduction">Introduction</a></li>
<li><a href="#structure">Structure</a></li>
<li><a href="#initialization">Intialization</a></li>
<li><a href="#options">Plugin Options</a></li>
<li><a href="#method">Methods</a></li>
<li><a href="#variations">Variations</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</main> <footer class="page-footer">
<div class="footer-copyright">
<div class="container">
© 2014-2015 CodeLarva, All rights reserved.
</div>
</div>
</footer>
<!-- Scripts--> <script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="js/jquery.timeago.min.js"></script>
<script src="js/prism.js"></script>
<script src="bin/materialize.js"></script>
<script src="js/init.js"></script>
<!-- NiceScroll -->
<script src="js/jquery.nicescroll.js"></script>
<script src="js/nicescroll_customization.js"></script>
</body>
</html> |
doc/style.css | amarkrishna/demo1 | /*
Description: The Arialist XHTML/CSS Template
Version: 1.0
Using MentariCSS Framework
Get it from http://www.mentaricss.com
Licensed under GPL
Written by: Mohd Huzairy from Malaysia (http://mohd.huzairy.com)
The Arialist official website: http://www.mentariworks.com/thearialist.html
Table of contents:
-------------------
1.Reset
2.Table
3.Typography
4.Positioning
5.Page styling (This is where you SHOULD do the editing)
-------------------
*/
/* 1.Reset (http://meyerweb.com/eric/tools/css/reset/) */
html, body, div, span, applet, object, iframe,
dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center, dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
body
{
line-height: 1;
}
blockquote, q
{
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
content: '';
content: none;
}
hr
{
display:none;
}
/* Uncomment this if you want to disable default bullet and numeric styling.
ol,ul,li
{
list-style:none;
margin:0;
padding:0;
} */
/* End Reset */
/* 2.Table */
table { border:1px solid #ccc; border-left:none; border-top:none; position:relative; top:-3px; margin:0px 0;padding-bottom:0; border-collapse: separate; border-spacing: 0; width:100%; }
th, td { border-top: none; line-height:18px; position: relative; vertical-align:middle;}
th { background:#666; color:#fff; }
td,th { border-left: none; text-align: center; font-weight: normal;}
th:last-child, td:last-child { padding-right:0; }
tr:nth-child(even) td { padding:1px; }
tr:nth-child(odd) td { padding:1px; }
caption { top:8px; margin-bottom:18px; text-align: left; font-weight: normal; }
/* End Table */
/* 3.Typography */
h1, h2, h3, h4, h5, h6 { position: relative; }
p, blockquote { line-height:150%; margin:10px 0 15px 0; text-align:justify; font-size: 1em;}
cite { font-style:normal; display:block; margin:10px 0;}
code { font-family:courier,monospace; background:#fffcdc; border-bottom:1px solid #ccc; font-size:1em; letter-spacing:1px; line-height:150%; }
acronym, abbr { cursor:help; border-bottom:1px dotted #999; }
/* End Typography */
/* 4.Positioning */
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
/* 5.Page styling */
body
{
background:#fff;
font: 80%/115% arial,verdana,georgia;
line-height:150%;
color:#333;
}
#wrapper
{
width:800px;
padding:25px;
margin:0 auto;
}
.clear
{
clear:both;
}
blockquote
{
border-left:1px solid #eee;
padding-left:15px;
color:#666;
}
a
{
text-decoration:none;
color:#000053;
border-bottom:1px solid #eee;
font-weight: bold;
}
a:hover
{
color:#333;
}
#header
{
height:30px;
padding:0px 0 0 0;
margin-top: 45px;
margin-bottom: 20px;
text-align: center;
}
#header h1 a
{
border:none;
}
#header p
{
margin:-6px 0 0 2px;
color:#999;
}
h2
{
font-weight:normal;
color: black;
font-size:1.8em;
padding-bottom:7px;
}
h3
{
color:#4d4d4d;
margin-left: 20px;
font-weight:bold;
}
/* Content */
#content
{
float:left;
width:500px;
text-align:justify;
}
.hentry
{
margin-bottom:30px;
padding-bottom:20px;
}
.hentry img
{
margin:5px 0 10px 0;
}
abbr
{
border:none;
font-size:0.9em;
color:#999;
}
small
{
color:#999;
}
ul, li
{
margin:0;
padding:0;
}
ul
{
list-style:square;
margin:20px 0;
}
ol
{
list-style:decimal;
margin:20px 0;
}
ul li,ol li
{
margin-bottom:10px;
color:#444;
}
.metadata
{
color:#999;
}
/* Sidebar */
#sidebar
{
float:right;
width:275px;
}
.widget ul, ol
{
margin:0;
padding:0;
}
.widget
{
margin-bottom:50px;
}
/* Footer */
#footer
{
width:500px;
border-top:1px solid #eee;
color:#999;
}
.separator
{
border-top:1px solid #eee;
width:300px;
margin-top:15px;
}
/* Menu */
#menu
{
text-align:center;
}
#menu a
{
font-size: 24pt; height: 60pt; line-height: 60pt;
background: navy; color: white;
display: inline-block; width:40%; text-align:center;
}
#menu a:hover
{
background: #333;
}
/* Pagination */
#pagination
{
height:110px;
}
|
examples/12directive-sharing-scope/index.html | Lecoati/Angular-Training-New-Home | <!DOCTYPE html>
<html lang="es" ng-app="app">
<head>
<meta charset="utf-8">
<title>Directivas - Compartiendo $scope</title>
</head>
<body>
<div ng-controller="TestController">
<info-card></info-card>
</div>
<hr>
<div ng-controller="AnotherController">
<info-card></info-card>
</div>
<script type="text/javascript" src="../vendor/angular.js"></script>
<script type="text/javascript" src="app.module.js"></script>
<script type="text/javascript" src="test.controller.js"></script>
<script type="text/javascript" src="another.controller.js"></script>
<script type="text/javascript" src="info-card.directive.js"></script>
</body>
</html>
|
Tour/index.html | zxyty/HTML-Study | <!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<title>旅行社</title>
<link rel="stylesheet" href="css/basic.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header id="header">
<div class="center">
<h1 class="logo">旅行社</h1>
<nav class="link">
<h2 class="none">网站导航</h2>
<ul>
<li class="active"><a href="index.html">首页</a></li>
<li><a href="information.html">旅游资讯</a></li>
<li><a href="ticket.html">机票订购</a></li>
<li><a href="scenery.html">风景欣赏</a></li>
<li><a href="about.html">公司简介</a></li>
</ul>
</nav>
</div>
</header>
<div id="search">
<div class="center"></div>
<input type="text" class="search" placeholder="请输入旅游景点或城市">
<button class="button">搜索</button>
</div>
<div id="tour">
<section class="center">
<h2>热门旅游</h2>
<p>国内旅游、国外旅游、自助旅游、自驾旅游、油轮签证、主题旅游等各种最新热门旅游推荐</p>
</section>
<figure>
<img src="img/tour1.jpg" alt="">
<figcaption>
<strong class="title"><曼谷-芭提雅6日游></strong> 包团特惠,超丰富景点,升级1晚国五,无自费,更赠送600元/成人自费券
<div class="info">
<em class="sat">满意度 77%</em>
<span class="price">¥ <strong>2864</strong> 起</span>
</div>
<div class="type">国内长线</div>
</figcaption>
</figure>
<figure>
<img src="img/tour2.jpg" alt="马尔代夫双鱼岛Olhuveli4晚6日自助游">
<figcaption>
<strong class="title"><马尔代夫双鱼岛Olhuveli4晚6日自助游></strong> 上海出发,机+酒包含:早晚餐+快艇
<div class="info">
<em class="sat">满意度 97%</em>
<span class="price">¥ <strong>8039</strong> 起</span>
</div>
<div class="type">出境长线</div>
</figcaption>
</figure>
<figure>
<img src="img/tour3.jpg" alt="海南双飞5日游">
<figcaption>
<strong class="title"><海南双飞5日游></strong> 含盐城接送,全程挂牌四星酒店,一价全含,零自费“自费项目”免费送
<div class="info">
<em class="sat">满意度 90%</em>
<span class="price">¥ <strong>2709</strong> 起</span>
</div>
<div class="type">自助旅游</div>
</figcaption>
</figure>
<figure>
<img src="img/tour4.jpg" alt="富山-大阪-东京8日游">
<figcaption>
<strong class="title"><富山-大阪-东京8日游></strong> 暑期亲子,2天自由,无导游安排自费项目,全程不强迫购物
<div class="info">
<em class="sat">满意度 97%</em>
<span class="price">¥ <strong>9499</strong> 起</span>
</div>
<div class="type">自助旅游</div>
</figcaption>
</figure>
<figure>
<img src="img/tour5.jpg" alt="法瑞意德12日游">
<figcaption>
<strong class="title"><法瑞意德12日游></strong> 4至5星,金色列车,少女峰,部分THE MALL
<div class="info">
<em class="sat">满意度 97%</em>
<span class="price">¥ <strong>9199</strong> 起</span>
</div>
<div class="type">国内短线</div>
</figcaption>
</figure>
<figure>
<img src="img/tour6.jpg" alt="巴厘岛6日半自助游">
<figcaption>
<strong class="title"><巴厘岛6日半自助游></strong> 蓝梦出海,独栋别墅,悦榕庄下午茶,纯玩
<div class="info">
<em class="sat">满意度 95%</em>
<span class="price">¥ <strong>6488</strong> 起</span>
</div>
<div class="type">出境长线</div>
</figcaption>
</figure>
<figure>
<img src="img/tour7.jpg" alt="塞舌尔迪拜9日自助游">
<figcaption>
<strong class="title"><塞舌尔迪拜9日自助游></strong> 一游两国,4晚塞舌尔,2晚迪拜,香港EK往返
<div class="info">
<em class="sat">满意度 100%</em>
<span class="price">¥ <strong>9669</strong> 起</span>
</div>
<div class="type">游轮观光</div>
</figcaption>
</figure>
<figure>
<img src="img/tour8.jpg" alt="花样姐姐土耳其9日或10日游">
<figcaption>
<strong class="title"><花样姐姐土耳其9日或10日游></strong> 最高立减3000!中餐六菜一汤+土耳其当地美食满足您挑剔味蕾
<div class="info">
<em class="sat">满意度 93%</em>
<span class="price">¥ <strong>9999</strong> 起</span>
</div>
<div class="type">出境长线</div>
</figcaption>
</figure>
<figure>
<img src="img/tour9.jpg" alt="大阪-京都-箱根双飞6日游">
<figcaption>
<strong class="title"><大阪-京都-箱根双飞6日游></strong> 盐城直飞,不走回头路,境外无自费,超值之旅
<div class="info">
<em class="sat">满意度 100%</em>
<span class="price">¥ <strong>5284</strong> 起</span>
</div>
<div class="type">国内短线</div>
</figcaption>
</figure>
</div>
<footer id="footer">
<div class="top">
<div class="block left">
<h2>合作伙伴</h2>
<hr>
<ul>
<li>途牛旅游网</li>
<li>驴妈妈旅游网</li>
<li>携程旅游</li>
<li>中国青年旅行社</li>
</ul>
</div>
<div class="block center">
<h2>旅游FAQ</h2>
<hr>
<ul>
<li>旅游合同签订方式?</li>
<li>儿童价是基于什么制定的?</li>
<li>旅游的线路品质怎么界定的?</li>
<li>单房差是什么?</li>
<li>旅游保险有那些种类?</li>
</ul>
</div>
<div class="block right">
<h2>联系方式</h2>
<hr>
<ul>
<li>微博:weibo.com/</li>
<li>邮件:</li>
<li>地址:</li>
</ul>
</div>
</div>
<div class="bottom">Copyright © 2015-2017| 苏ICP 备123456789 号</div>
</footer>
</body>
</html> |
docs/namespaces/default.html | LoganConnor44/kent-beck-tdd | <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title>API Documentation</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/prism.css" rel="stylesheet" media="all"/>
<link href="../css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="../js/html5.js"></script>
<![endif]-->
<script src="../js/jquery-1.11.0.min.js"></script>
<script src="../js/ui/1.10.4/jquery-ui.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/jquery.smooth-scroll.js"></script>
<script src="../js/prism.min.js"></script>
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
<link rel="shortcut icon" href="../images/favicon.ico"/>
<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-ellipsis-vertical"></i>
</a>
<a class="brand" href="../index.html">API Documentation</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown">
<a href="../index.html" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="../namespaces/KentBeckTDD.html">\KentBeckTDD</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../graphs/class.html">
<i class="icon-list-alt"></i> Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">32</span>
</a>
</li>
<li>
<a href="../reports/markers.html">
<i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">0</span>
</a>
</li>
<li>
<a href="../reports/deprecated.html">
<i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="go_to_top">-->
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
<!--</div>-->
</div>
<div id="___" class="container-fluid">
<section class="row-fluid">
<div class="span2 sidebar">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-1950678038"></a>
<a href="../namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-1950678038" class="accordion-body collapse in">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-177691630"></a>
<a href="../namespaces/KentBeckTDD.html" style="margin-left: 30px; padding-left: 0">KentBeckTDD</a>
</div>
<div id="namespace-177691630" class="accordion-body collapse ">
<div class="accordion-inner">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-2023336421"></a>
<a href="../namespaces/KentBeckTDD.Currency.html" style="margin-left: 30px; padding-left: 0">Currency</a>
</div>
<div id="namespace-2023336421" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/KentBeckTDD.Currency.Dollar.html">Dollar</a></li>
<li class="class"><a href="../classes/KentBeckTDD.Currency.Money.html">Money</a></li>
<li class="class"><a href="../classes/KentBeckTDD.Currency.Peso.html">Peso</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle collapsed" data-toggle="collapse" data-target="#namespace-752466347"></a>
<a href="../namespaces/KentBeckTDD.Test.html" style="margin-left: 30px; padding-left: 0">Test</a>
</div>
<div id="namespace-752466347" class="accordion-body collapse ">
<div class="accordion-inner">
<ul>
<li class="class"><a href="../classes/KentBeckTDD.Test.DollarTest.html">DollarTest</a></li>
</ul>
</div>
</div>
</div>
</div>
<ul>
</ul>
</div>
</div>
</div>
</div>
<ul>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="row-fluid">
<div class="span10 offset2">
<div class="row-fluid">
<div class="span8 content namespace">
<nav>
</nav>
<h1><small></small>\</h1>
<h2>Namespaces</h2>
<table class="table table-hover">
<tr>
<td><a href="../namespaces/KentBeckTDD.html">KentBeckTDD</a></td>
</tr>
</table>
</div>
<aside class="span4 detailsbar">
<dl>
<dt>Namespace hierarchy</dt>
<dd class="hierarchy">
<div class="namespace-wrapper">\</div>
</dd>
</dl>
</aside>
</div>
</div>
</section>
<footer class="row-fluid">
<section class="span10 offset2">
<section class="row-fluid">
<section class="span10 offset1">
<section class="row-fluid footer-sections">
<section class="span4">
<h1><i class="icon-code"></i></h1>
<div>
<ul>
<li><a href="../namespaces/KentBeckTDD.html">\KentBeckTDD</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-bar-chart"></i></h1>
<div>
<ul>
<li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-pushpin"></i></h1>
<div>
<ul>
<li><a href="../reports/errors.html">Errors</a></li>
<li><a href="../reports/markers.html">Markers</a></li>
</ul>
</div>
</section>
</section>
</section>
</section>
<section class="row-fluid">
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on June 8th, 2017 at 02:49.
</section>
</section>
</section>
</footer>
</div>
</body>
</html>
|
_site/spring-boot-tomcat-theads/index.html | chenyuejie/chenyuejie.github.io | <!DOCTYPE html>
<html>
<head>
<title>Spring Boot 减少 tomcat 线程开销 – 技 术 迷 思 – design by buzzword</title>
<meta charset="utf-8" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
<meta name="description" content="最近在我的电脑上(mba 11’)实验 spring cloud 相关的项目, 发现在起了几个 spring boot 的实例之后, 电脑风扇就开始狂转, 我只是起服务器, 没有做大量的计算啊? 后来 Debug 看到 Tomcat 竟然开启了4, 500个进程, 看来 spring boot 默认是为线上产品配置的. 把 tomcat 线程减小之后, 风扇就不那么转了, :smiley:
" />
<meta property="og:description" content="最近在我的电脑上(mba 11’)实验 spring cloud 相关的项目, 发现在起了几个 spring boot 的实例之后, 电脑风扇就开始狂转, 我只是起服务器, 没有做大量的计算啊? 后来 Debug 看到 Tomcat 竟然开启了4, 500个进程, 看来 spring boot 默认是为线上产品配置的. 把 tomcat 线程减小之后, 风扇就不那么转了, :smiley:
" />
<meta name="author" content="技 术 迷 思" />
<meta property="og:title" content="Spring Boot 减少 tomcat 线程开销" />
<meta property="twitter:title" content="Spring Boot 减少 tomcat 线程开销" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="alternate" type="application/rss+xml" title="技 术 迷 思 - design by buzzword" href="/feed.xml" />
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<a href="/" class="site-avatar"><img src="/images/walkingascii.gif" /></a>
<div class="site-info">
<h1 class="site-name"><a href="/">技 术 迷 思</a></h1>
<p class="site-description">design by buzzword</p>
</div>
<nav>
<a href="/">Blog</a>
<a href="/about">About</a>
</nav>
</header>
</div>
</div>
<div id="main" role="main" class="container">
<article class="post">
<h1>Spring Boot 减少 tomcat 线程开销</h1>
<div class="entry">
<p>最近在我的电脑上(mba 11’)实验 spring cloud 相关的项目, 发现在起了几个 spring boot 的实例之后, 电脑风扇就开始狂转, 我只是起服务器, 没有做大量的计算啊? 后来 Debug 看到 Tomcat 竟然开启了4, 500个进程, 看来 spring boot 默认是为线上产品配置的. 把 tomcat 线程减小之后, 风扇就不那么转了, :smiley:</p>
<p>解决方法: application.yml 添加</p>
<div class="highlighter-rouge"><pre class="highlight"><code>server:
tomcat:
max-threads: 20
</code></pre>
</div>
</div>
<div class="date">
Written on June 1, 2016
</div>
</article>
</div>
<div class="wrapper-footer">
<div class="container">
<footer class="footer">
<a href="mailto:chenyuejie@gmail.com"><i class="svg-icon email"></i></a>
<a href="https://github.com/chenyuejie"><i class="svg-icon github"></i></a>
<a href="/feed.xml"><i class="svg-icon rss"></i></a>
</footer>
</div>
</div>
</body>
</html>
|
test/files/file.html | hujinglin/includes-loader | <!--# include virtual="./foo/part" -->
<!--# include virtual="./foo/part" -->
<p>html</p> |
javadoc/3.8/org/robolectric/shadows/ShadowMemoryMappedFile.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 (1.8.0_112-google-v7) on Fri Mar 16 11:21:56 PDT 2018 -->
<title>ShadowMemoryMappedFile</title>
<meta name="date" content="2018-03-16">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ShadowMemoryMappedFile";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="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="../../../org/robolectric/shadows/ShadowMediaStore.ShadowImages.ShadowMedia.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../org/robolectric/shadows/ShadowMessage.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/robolectric/shadows/ShadowMemoryMappedFile.html" target="_top">Frames</a></li>
<li><a href="ShadowMemoryMappedFile.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.robolectric.shadows</div>
<h2 title="Class ShadowMemoryMappedFile" class="title">Class ShadowMemoryMappedFile</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.robolectric.shadows.ShadowMemoryMappedFile</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre><a href="../../../org/robolectric/annotation/Implements.html" title="annotation in org.robolectric.annotation">@Implements</a>(<a href="../../../org/robolectric/annotation/Implements.html#value--">value</a>=libcore.io.MemoryMappedFile.class,
<a href="../../../org/robolectric/annotation/Implements.html#isInAndroidSdk--">isInAndroidSdk</a>=false)
public class <span class="typeNameLabel">ShadowMemoryMappedFile</span>
extends java.lang.Object</pre>
<div class="block"><p>This is used by Android to load and inferFromValue time zone information. Robolectric emulates this functionality by proxying to a time zone database file packaged into the android-all jar.</p></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMemoryMappedFile.html#ShadowMemoryMappedFile--">ShadowMemoryMappedFile</a></span>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>libcore.io.BufferIterator</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMemoryMappedFile.html#bigEndianIterator--">bigEndianIterator</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMemoryMappedFile.html#close--">close</a></span>()</code> </td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>libcore.io.BufferIterator</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMemoryMappedFile.html#littleEndianIterator--">littleEndianIterator</a></span>()</code> </td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static libcore.io.MemoryMappedFile</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMemoryMappedFile.html#mmapRO-java.lang.String-">mmapRO</a></span>(java.lang.String path)</code> </td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowMemoryMappedFile.html#size--">size</a></span>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ShadowMemoryMappedFile--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ShadowMemoryMappedFile</h4>
<pre>public ShadowMemoryMappedFile()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="mmapRO-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mmapRO</h4>
<pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>
public static libcore.io.MemoryMappedFile mmapRO(java.lang.String path)
throws java.lang.Throwable</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Throwable</code></dd>
</dl>
</li>
</ul>
<a name="close--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>close</h4>
<pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>
public void close()
throws java.lang.Exception</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.Exception</code></dd>
</dl>
</li>
</ul>
<a name="bigEndianIterator--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>bigEndianIterator</h4>
<pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>
public libcore.io.BufferIterator bigEndianIterator()</pre>
</li>
</ul>
<a name="littleEndianIterator--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>littleEndianIterator</h4>
<pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>
public libcore.io.BufferIterator littleEndianIterator()</pre>
</li>
</ul>
<a name="size--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>size</h4>
<pre><a href="../../../org/robolectric/annotation/Implementation.html" title="annotation in org.robolectric.annotation">@Implementation</a>
public int size()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><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/shadows/ShadowMediaStore.ShadowImages.ShadowMedia.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../org/robolectric/shadows/ShadowMessage.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/robolectric/shadows/ShadowMemoryMappedFile.html" target="_top">Frames</a></li>
<li><a href="ShadowMemoryMappedFile.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
public/css/numberGame.css | teqnickels/browser-games | .game-instructions {
display: flex;
flex-direction: column;
width: 600px;
height: 220px;
margin: 0 auto;
}
.game-container {
display: flex;
flex-direction: column;
width: 600px;
height: 550px;
margin: 0 auto;
}
.button-container {
display: flex;
height: 150px;
text-align:center;
}
.button-container button {
margin: 0 auto;
}
.reset-button {
height: 51px;
width: 101px;
margin: 0 auto;
color: #ffffff;
font-family: 'VT323', monospace;
font-size: 16pt;
margin-bottom: 20px;
background-color: red;
border: none;
border-radius: 10px;
}
.numbers button {
border-radius: 50px;
height: 70px;
width: 70px;
margin-bottom: 20px;
background-color: coral;
border: none;
font-family: 'VT323', monospace;
color: #ffffff;
font-size: 16pt;
}
.on button {
border-radius: 50px;
height: 70px;
width: 70px;
margin-bottom: 20px;
background-color: coral;
border: none;
font-family: 'VT323', monospace;
color: #ffffff;
font-size: 16pt;
box-shadow: 2px 2px #EEF0F2;
}
.numbers button:hover {
border-radius: 50px;
height: 70px;
width: 70px;
background-color: red;
}
.user-input-block {
height: 50px;
width: 600px;
font-family: 'VT323',
monospace;
font-size: 16pt;
margin: 0 auto;
margin-bottom: 20px;
}
.play-button {
height: 50px;
width: 100px;
border-radius: 10px;
background-color: #0BB719;
color: #FFF;
font-family: 'VT323', monospace;
font-size: 16pt;
border: none;
margin-right: 10px;
}
.play-button:hover {
height: 51px;
width: 101px;
background-color: #0CD11C;
box-shadow: 2px 2px #EEF0F2;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.