path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
Hackathon-111/SecurityController/confd-6.6/doc/api/java/com/tailf/navu/class-use/NavuXPathSelectResultSetIterate.html
kimjinyong/i2nsf-framework
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Fri Mar 02 14:52:00 CET 2018 --> <title>Uses of Class com.tailf.navu.NavuXPathSelectResultSetIterate (CONF API Version 6.6)</title> <meta name="date" content="2018-03-02"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.tailf.navu.NavuXPathSelectResultSetIterate (CONF API Version 6.6)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/tailf/navu//class-useNavuXPathSelectResultSetIterate.html" target="_top">Frames</a></li> <li><a href="NavuXPathSelectResultSetIterate.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.tailf.navu.NavuXPathSelectResultSetIterate" class="title">Uses of Class<br>com.tailf.navu.NavuXPathSelectResultSetIterate</h2> </div> <div class="classUseContainer">No usage of com.tailf.navu.NavuXPathSelectResultSetIterate</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/tailf/navu//class-useNavuXPathSelectResultSetIterate.html" target="_top">Frames</a></li> <li><a href="NavuXPathSelectResultSetIterate.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
webapi/webapi-vehicleinfo-ivi-tests/vehicleinfo/LightStatus_attributes.html
qiuzhong/crosswalk-test-suite
<!DOCTYPE html> <!-- Copyright (c) 2014 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: Xu, Kang <[email protected]> --> <meta charset="utf-8"> <title>Vehicle Test: LightStatus - attributes</title> <link rel="author" title="Intel" href="http://www.intel.com"> <link rel="help" href="http://rawgit.com/w3c/automotive-bg/master/data_spec.html"> <script src="../resources/testharness.js"></script> <script src="../resources/testharnessreport.js"></script> <script src="support/support.js"></script> <div id="log"></div> <script> [ ["boolean", "head", ""], ["boolean", "rightTurn", ""], ["boolean", "leftTurn", ""], ["boolean", "brake", ""], ["boolean", "fog", ""], ["boolean", "hazard", ""], ["boolean", "parking", ""], ["boolean", "highBeam", ""], ["boolean", "automaticHeadlights", ""], ["boolean", "dynamicHighBeam", ""], ["object", "zone", "readonly"] ].forEach(function (attr) { var type = attr[0]; var name = attr[1]; var read = attr[2]; async_test(function (t) { assert_true("lightStatus" in vehicle, "the vehicle.lightStatus exists"); var getAvailability = vehicle.lightStatus.availableForRetrieval(name); var setAvailability = vehicle.lightStatus.availableForSetting(name); if (getAvailability === "available") { vehicle.lightStatus.get().then( function (lightStatus) { t.step(function () { assert_true(name in lightStatus, "the LightStatus." + name + " exists"); assert_equals(typeof lightStatus[name], type, "the type of LightStatus." + name); if ( read == "readonly" ) { if (setAvailability === "available") { var zone = lightStatus.zone; vehicle.lightStatus.set({"zone": null}).then( function (veh) { t.step(function () { assert_equals(veh.zone, zone); }); t.done(); }, function (error) { t.step(function () { assert_unreached(error.message); }); t.done(); } ); } else { //Compliance test passes as the feature is not implemented t.done(); } } else { t.done(); } }); }, function (error) { t.step(function () { assert_unreached(error.message); }); t.done(); } ); } else { //Compliance test passes as the feature is not implemented t.done(); } }, "Check if " + read + " LightStatus." + name + " exists and type of " + type); }); </script>
custom/reports/mc/templates/mc/reports/hf_weekly.html
puttarajubr/commcare-hq
{% extends "mc/reports/sectioned_tabular.html" %} {% load i18n %} {% block posttable %} {% if hf_messages %} <h2>{% trans "mc_msgs_title" %}</h2> {% for user_messages in hf_messages %} {% if user_messages.msgs %} <h3>{{ user_messages.username }}</h3> <ul> {% for msg in user_messages.msgs %} <li>{{ msg }}</li> {% endfor %} </ul> {% endif %} {% endfor %} {% endif %} {% endblock %}
third_party/webgl/src/conformance-suites/2.0.0/conformance/glsl/functions/glsl-function-refract.html
endlessm/chromium-browser
<!-- /* ** 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>GLSL refract function test</title> <link rel="stylesheet" href="../../../resources/js-test-style.css"/> <link rel="stylesheet" href="../../../resources/glsl-feature-tests.css"/> <script src="../../../js/js-test-pre.js"></script> <script src="../../../js/webgl-test-utils.js"> </script> <script src="../../../js/glsl-generator.js"> </script> </head> <body> <div id="description"></div> <div id="console"></div> <script> "use strict"; GLSLGenerator.runFeatureTest({ feature: "refract", args: "$(type) I, $(type) N, float eta", baseArgs: "value$(field)", testFunc: "$(func)($(type),$(type),float)", simpleEmu: [ "$(type) $(func)_emu($(args)) {", " float dotNI = dot(N, I);", " float k = 1.0 - eta * eta * (1.0 - dotNI * dotNI);", " if (k < 0.0) {", " return $(type)(0.0);", " }", " return eta * I - (eta * dotNI * sqrt(k)) * N;", "}"].join("\n"), gridRes: 8, tests: [ ["$(output) = vec4(", " $(func)(", " $(input).x * 2.0 - 1.0,", " $(input).y * 2.0 - 1.0,", " $(input).w),", " 0,", " 0,", " 1);"].join("\n"), ["$(output) = vec4(", " $(func)(", " $(input).xy * 2.0 - 1.0,", " $(input).yz * 2.0 - 1.0,", " $(input).w),", " 0, 1);"].join("\n"), ["$(output) = vec4(", " $(func)(", " $(input).xyz * 2.0 - 1.0,", " $(input).yzw * 2.0 - 1.0,", " $(input).w),", " 1);"].join("\n"), ["$(output) = ", " $(func)(", " $(input).xyzw * 2.0 - 1.0,", " $(input).yzwx * 2.0 - 1.0,", " $(input).w);" ].join("\n") ] }); var successfullyParsed = true; </script> </body> </html>
third_party/webgl/src/conformance-suites/2.0.0/conformance2/textures/image_data/tex-3d-rgb5_a1-rgba-unsigned_byte.html
endlessm/chromium-browser
<!-- 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="../../../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_BYTE", testPrologue, "../../../resources/", 2)(); </script> </body> </html>
third_party/webgl/src/conformance-suites/2.0.0/conformance2/glsl3/no-attribute-vertex-shader.html
endlessm/chromium-browser
<!-- /* ** 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. */ --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Test no attribute vertex shaders</title> <link rel="stylesheet" href="../../resources/js-test-style.css"/> <script src="../../js/js-test-pre.js"></script> <script src="../../js/webgl-test-utils.js"></script> </head> <body> <div id="description"></div> <div id="console"></div> <script id="vertex-shader" type="x-shader/x-vertex">#version 300 es void main() { ivec2 xy = ivec2( gl_VertexID % 2, (gl_VertexID / 2 + gl_VertexID / 3) % 2); gl_Position = vec4(vec2(xy) * 2. - 1., 0, 1); } </script> <script id="fshader" type="x-shader/x-fragment">#version 300 es precision mediump float; out vec4 result; void main() { result = vec4(0, 1, 0, 1); } </script> <script> "use strict"; description("Test no attribute shaders work as expected"); var wtu = WebGLTestUtils; var gl = wtu.create3DContext(undefined, undefined, 2); function test() { debug(""); var program = wtu.setupProgram(gl, ["vertex-shader", "fshader"], undefined, undefined, true); if (!program) { testFailed('Program compilation failed'); return; } gl.drawArrays(gl.TRIANGLES, 0, 6); wtu.checkCanvas(gl, [0, 255, 0, 255], "should be green", 0); }; if (!gl) { testFailed("context does not exist"); } else { test(); } var successfullyParsed = true; finishTest(); </script> </body> </html>
pkgs/libs/glib/src/docs/reference/gio/html/GFileEnumerator.html
bamos/parsec-benchmark
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GFileEnumerator</title> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="GIO Reference Manual"> <link rel="up" href="file_ops.html" title="File Operations"> <link rel="prev" href="GFileInfo.html" title="GFileInfo"> <link rel="next" href="gio-GIOError.html" title="GIOError"> <meta name="generator" content="GTK-Doc V1.14 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="GFileInfo.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="file_ops.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">GIO Reference Manual</th> <td><a accesskey="n" href="gio-GIOError.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#GFileEnumerator.synopsis" class="shortcut">Top</a>  |  <a href="#GFileEnumerator.description" class="shortcut">Description</a>  |  <a href="#GFileEnumerator.object-hierarchy" class="shortcut">Object Hierarchy</a>  |  <a href="#GFileEnumerator.properties" class="shortcut">Properties</a> </td></tr> </table> <div class="refentry" title="GFileEnumerator"> <a name="GFileEnumerator"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="GFileEnumerator.top_of_page"></a>GFileEnumerator</span></h2> <p>GFileEnumerator — Enumerated Files Routines</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv" title="Synopsis"> <a name="GFileEnumerator.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> #include &lt;gio/gio.h&gt; <a class="link" href="GFileEnumerator.html#GFileEnumerator-struct" title="GFileEnumerator">GFileEnumerator</a>; <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * <a class="link" href="GFileEnumerator.html#g-file-enumerator-next-file" title="g_file_enumerator_next_file ()">g_file_enumerator_next_file</a> (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileEnumerator.html#g-file-enumerator-close" title="g_file_enumerator_close ()">g_file_enumerator_close</a> (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <span class="returnvalue">void</span> <a class="link" href="GFileEnumerator.html#g-file-enumerator-next-files-async" title="g_file_enumerator_next_files_async ()">g_file_enumerator_next_files_async</a> (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><span class="type">int</span> num_files</code></em>, <em class="parameter"><code><span class="type">int</span> io_priority</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GFileEnumerator.html#g-file-enumerator-next-files-finish" title="g_file_enumerator_next_files_finish ()">g_file_enumerator_next_files_finish</a> (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <span class="returnvalue">void</span> <a class="link" href="GFileEnumerator.html#g-file-enumerator-close-async" title="g_file_enumerator_close_async ()">g_file_enumerator_close_async</a> (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><span class="type">int</span> io_priority</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileEnumerator.html#g-file-enumerator-close-finish" title="g_file_enumerator_close_finish ()">g_file_enumerator_close_finish</a> (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileEnumerator.html#g-file-enumerator-is-closed" title="g_file_enumerator_is_closed ()">g_file_enumerator_is_closed</a> (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>); <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GFileEnumerator.html#g-file-enumerator-has-pending" title="g_file_enumerator_has_pending ()">g_file_enumerator_has_pending</a> (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>); <span class="returnvalue">void</span> <a class="link" href="GFileEnumerator.html#g-file-enumerator-set-pending" title="g_file_enumerator_set_pending ()">g_file_enumerator_set_pending</a> (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> pending</code></em>); <a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * <a class="link" href="GFileEnumerator.html#g-file-enumerator-get-container" title="g_file_enumerator_get_container ()">g_file_enumerator_get_container</a> (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>); </pre> </div> <div class="refsect1" title="Object Hierarchy"> <a name="GFileEnumerator.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> +----GFileEnumerator </pre> </div> <div class="refsect1" title="Properties"> <a name="GFileEnumerator.properties"></a><h2>Properties</h2> <pre class="synopsis"> "<a class="link" href="GFileEnumerator.html#GFileEnumerator--container" title='The "container" property'>container</a>" <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>* : Write / Construct Only </pre> </div> <div class="refsect1" title="Description"> <a name="GFileEnumerator.description"></a><h2>Description</h2> <p> <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> allows you to operate on a set of <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>s, returning a <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> structure for each file enumerated (e.g. <a class="link" href="GFile.html#g-file-enumerate-children" title="g_file_enumerate_children ()"><code class="function">g_file_enumerate_children()</code></a> will return a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> for each of the children within a directory). </p> <p> To get the next file's information from a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>, use <a class="link" href="GFileEnumerator.html#g-file-enumerator-next-file" title="g_file_enumerator_next_file ()"><code class="function">g_file_enumerator_next_file()</code></a> or its asynchronous version, <a class="link" href="GFileEnumerator.html#g-file-enumerator-next-files-async" title="g_file_enumerator_next_files_async ()"><code class="function">g_file_enumerator_next_files_async()</code></a>. Note that the asynchronous version will return a list of <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>s, whereas the synchronous will only return the next file in the enumerator. </p> <p> To close a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>, use <a class="link" href="GFileEnumerator.html#g-file-enumerator-close" title="g_file_enumerator_close ()"><code class="function">g_file_enumerator_close()</code></a>, or its asynchronous version, <a class="link" href="GFileEnumerator.html#g-file-enumerator-close-async" title="g_file_enumerator_close_async ()"><code class="function">g_file_enumerator_close_async()</code></a>. Once a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> is closed, no further actions may be performed on it, and it should be freed with <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. </p> </div> <div class="refsect1" title="Details"> <a name="GFileEnumerator.details"></a><h2>Details</h2> <div class="refsect2" title="GFileEnumerator"> <a name="GFileEnumerator-struct"></a><h3>GFileEnumerator</h3> <pre class="programlisting">typedef struct _GFileEnumerator GFileEnumerator;</pre> <p> A per matched file iterator. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody></tbody> </table></div> </div> <hr> <div class="refsect2" title="g_file_enumerator_next_file ()"> <a name="g-file-enumerator-next-file"></a><h3>g_file_enumerator_next_file ()</h3> <pre class="programlisting"><a class="link" href="GFileInfo.html" title="GFileInfo"><span class="returnvalue">GFileInfo</span></a> * g_file_enumerator_next_file (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Returns information for the next file in the enumerated object. Will block until the information is available. The <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> returned from this function will contain attributes that match the attribute string that was passed when the <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> was created. </p> <p> On error, returns <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and sets <em class="parameter"><code>error</code></em> to the error. If the enumerator is at the end, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> will be returned and <em class="parameter"><code>error</code></em> will be unset. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>enumerator</code></em> :</span></p></td> <td>a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td> <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>location to store the error occuring, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> A <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on error or end of enumerator. Free the returned object with <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when no longer needed. </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2" title="g_file_enumerator_close ()"> <a name="g-file-enumerator-close"></a><h3>g_file_enumerator_close ()</h3> <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_enumerator_close (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Releases all resources used by this enumerator, making the enumerator return <a class="link" href="gio-GIOError.html#G-IO-ERROR-CLOSED:CAPS"><code class="literal">G_IO_ERROR_CLOSED</code></a> on all calls. </p> <p> This will be automatically called when the last reference is dropped, but you might want to call this function to make sure resources are released as early as possible. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>enumerator</code></em> :</span></p></td> <td>a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td> <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>location to store the error occuring, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><span class="type">TRUE</span></a> on success or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><span class="type">FALSE</span></a> on error. </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2" title="g_file_enumerator_next_files_async ()"> <a name="g-file-enumerator-next-files-async"></a><h3>g_file_enumerator_next_files_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_file_enumerator_next_files_async (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><span class="type">int</span> num_files</code></em>, <em class="parameter"><code><span class="type">int</span> io_priority</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p> Request information for a number of files from the enumerator asynchronously. When all i/o for the operation is finished the <em class="parameter"><code>callback</code></em> will be called with the requested information. </p> <p> The callback can be called with less than <em class="parameter"><code>num_files</code></em> files in case of error or at the end of the enumerator. In case of a partial error the callback will be called with any succeeding items and no error, and on the next request the error will be reported. If a request is cancelled the callback will be called with <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a>. </p> <p> During an async request no other sync and async calls are allowed, and will result in <a class="link" href="gio-GIOError.html#G-IO-ERROR-PENDING:CAPS"><code class="literal">G_IO_ERROR_PENDING</code></a> errors. </p> <p> Any outstanding i/o request with higher priority (lower numerical value) will be executed before an outstanding request with lower priority. Default priority is <a href="/usr/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html#G-PRIORITY-DEFAULT:CAPS"><code class="literal">G_PRIORITY_DEFAULT</code></a>. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>enumerator</code></em> :</span></p></td> <td>a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>num_files</code></em> :</span></p></td> <td>the number of file info objects to request </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>io_priority</code></em> :</span></p></td> <td>the io priority of the request. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td> <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> <td>the data to pass to callback function </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2" title="g_file_enumerator_next_files_finish ()"> <a name="g-file-enumerator-next-files-finish"></a><h3>g_file_enumerator_next_files_finish ()</h3> <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * g_file_enumerator_next_files_finish (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Finishes the asynchronous operation started with <a class="link" href="GFileEnumerator.html#g-file-enumerator-next-files-async" title="g_file_enumerator_next_files_async ()"><code class="function">g_file_enumerator_next_files_async()</code></a>. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>enumerator</code></em> :</span></p></td> <td>a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td> <td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occuring, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="GFileInfo.html" title="GFileInfo"><span class="type">GFileInfo</span></a>s. You must free the list with <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> and unref the infos with <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> when you're done with them. </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2" title="g_file_enumerator_close_async ()"> <a name="g-file-enumerator-close-async"></a><h3>g_file_enumerator_close_async ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_file_enumerator_close_async (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><span class="type">int</span> io_priority</code></em>, <em class="parameter"><code><a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> *cancellable</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p> Asynchronously closes the file enumerator. </p> <p> If <em class="parameter"><code>cancellable</code></em> is not <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be returned in <a class="link" href="GFileEnumerator.html#g-file-enumerator-close-finish" title="g_file_enumerator_close_finish ()"><code class="function">g_file_enumerator_close_finish()</code></a>. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>enumerator</code></em> :</span></p></td> <td>a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>io_priority</code></em> :</span></p></td> <td>the <a class="link" href="gio-GIOScheduler.html#io-priority">I/O priority</a> of the request. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td> <td>optional <a class="link" href="GCancellable.html" title="GCancellable"><span class="type">GCancellable</span></a> object, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> <td>a <a class="link" href="GAsyncResult.html#GAsyncReadyCallback" title="GAsyncReadyCallback ()"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> <td>the data to pass to callback function </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2" title="g_file_enumerator_close_finish ()"> <a name="g-file-enumerator-close-finish"></a><h3>g_file_enumerator_close_finish ()</h3> <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_enumerator_close_finish (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a> *result</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> Finishes closing a file enumerator, started from <a class="link" href="GFileEnumerator.html#g-file-enumerator-close-async" title="g_file_enumerator_close_async ()"><code class="function">g_file_enumerator_close_async()</code></a>. </p> <p> If the file enumerator was already closed when <a class="link" href="GFileEnumerator.html#g-file-enumerator-close-async" title="g_file_enumerator_close_async ()"><code class="function">g_file_enumerator_close_async()</code></a> was called, then this function will report <a class="link" href="gio-GIOError.html#G-IO-ERROR-CLOSED:CAPS"><code class="literal">G_IO_ERROR_CLOSED</code></a> in <em class="parameter"><code>error</code></em>, and return <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. If the file enumerator had pending operation when the close operation was started, then this function will report <a class="link" href="gio-GIOError.html#G-IO-ERROR-PENDING:CAPS"><code class="literal">G_IO_ERROR_PENDING</code></a>, and return <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>. If <em class="parameter"><code>cancellable</code></em> was not <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, then the operation may have been cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error <a class="link" href="gio-GIOError.html#G-IO-ERROR-CANCELLED:CAPS"><code class="literal">G_IO_ERROR_CANCELLED</code></a> will be set, and <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> will be returned. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>enumerator</code></em> :</span></p></td> <td>a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td> <td>a <a class="link" href="GAsyncResult.html" title="GAsyncResult"><span class="type">GAsyncResult</span></a>. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> <td>a <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> location to store the error occuring, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the close operation has finished successfully. </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2" title="g_file_enumerator_is_closed ()"> <a name="g-file-enumerator-is-closed"></a><h3>g_file_enumerator_is_closed ()</h3> <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_enumerator_is_closed (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>);</pre> <p> Checks if the file enumerator has been closed. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>enumerator</code></em> :</span></p></td> <td>a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>. </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>enumerator</code></em> is closed. </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2" title="g_file_enumerator_has_pending ()"> <a name="g-file-enumerator-has-pending"></a><h3>g_file_enumerator_has_pending ()</h3> <pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> g_file_enumerator_has_pending (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>);</pre> <p> Checks if the file enumerator has pending operations. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>enumerator</code></em> :</span></p></td> <td>a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>. </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>enumerator</code></em> has pending operations. </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2" title="g_file_enumerator_set_pending ()"> <a name="g-file-enumerator-set-pending"></a><h3>g_file_enumerator_set_pending ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> g_file_enumerator_set_pending (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> pending</code></em>);</pre> <p> Sets the file enumerator as having pending operations. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>enumerator</code></em> :</span></p></td> <td>a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a>. </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>pending</code></em> :</span></p></td> <td>a boolean value. </td> </tr> </tbody> </table></div> </div> <hr> <div class="refsect2" title="g_file_enumerator_get_container ()"> <a name="g-file-enumerator-get-container"></a><h3>g_file_enumerator_get_container ()</h3> <pre class="programlisting"><a class="link" href="GFile.html" title="GFile"><span class="returnvalue">GFile</span></a> * g_file_enumerator_get_container (<em class="parameter"><code><a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> *enumerator</code></em>);</pre> <p> Get the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> container which is being enumerated. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>enumerator</code></em> :</span></p></td> <td>a <a class="link" href="GFileEnumerator.html" title="GFileEnumerator"><span class="type">GFileEnumerator</span></a> </td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> <td> the <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a> which is being enumerated. </td> </tr> </tbody> </table></div> <p class="since">Since 2.18</p> </div> </div> <div class="refsect1" title="Property Details"> <a name="GFileEnumerator.property-details"></a><h2>Property Details</h2> <div class="refsect2" title='The "container" property'> <a name="GFileEnumerator--container"></a><h3>The <code class="literal">"container"</code> property</h3> <pre class="programlisting"> "container" <a class="link" href="GFile.html" title="GFile"><span class="type">GFile</span></a>* : Write / Construct Only</pre> <p>The container that is being enumerated.</p> </div> </div> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.14</div> </body> </html>
1.1.18/partials/Theming/01_introduction.html
angular/code.material.angularjs.org
<div class="doc-content theming"> <p>Material Design is a visual language with specifications for innovative user experiences (UX) and user interface (UI) elements. Themes convey meaning through color, tones, and contrasts, similar to how Layouts convey meaning through keylines and alignments.</p> <p>Theme <a href="https://material.io/archive/guidelines/style/color.html#color-color-palette"><strong>color palettes</strong></a>, alphas, and shadows deliver a consistent tone to your application and a unified feel for all AngularJS Material UI components.</p> <p>Theming allows changing the color of your AngularJS Material application. If you need more custom styling (such as layout changes including padding, margins, etc) you will need to either write CSS rules with custom selectors, or build a custom version of the <code>angular-material.css</code> file using SASS and custom variables.</p> <blockquote> <p><b>Note:</b> The Material Theming system provides the <a ng-href="/api/service/$mdThemingProvider#mdthemingprovider-setnonce-noncevalue"> <code>$mdThemingProvider.setNonce()</code></a> method to meet the requirements of a CSP-policy enabled application.</p> </blockquote> <p><img src="https://cloud.githubusercontent.com/assets/210413/4816236/bf7783dc-5edd-11e4-88ef-1f8b6e87e1d7.png" alt="color palette" style="max-width: 100%;"></p> <h2 id="theming-approach">Theming Approach</h2> <p>AngularJS Material makes it easy to design an app which follows the Material style guide&#39;s suggested design patterns:</p> <blockquote> <p>Limit your selection of colors by choosing three color hues from the primary palette and one accent color from the secondary palette. The accent color may or may not need fallback options.</p> </blockquote> <p>This concept is central to how AngularJS Material approaches theming.</p> <h2 id="important-terms">Important Terms</h2> <h3 id="hues-shades">Hues / Shades</h3> <p>A hue/shade is a single color within a palette.</p> <h3 id="palettes">Palettes</h3> <p>A palette is a collection of hues. By default, AngularJS Material ships with all palettes from the material design spec built in. Valid palettes include:</p> <ul> <li>red</li> <li>pink</li> <li>purple</li> <li>deep-purple</li> <li>indigo</li> <li>blue</li> <li>light-blue</li> <li>cyan</li> <li>teal</li> <li>green</li> <li>light-green</li> <li>lime</li> <li>yellow</li> <li>amber</li> <li>orange</li> <li>deep-orange</li> <li>brown</li> <li>grey</li> <li>blue-grey</li> </ul> <h3 id="color-intentions">Color Intentions</h3> <p>A color intention is a mapping of a palette for a given intention within your application.</p> <p>Valid color intentions in AngularJS Material include:</p> <ul> <li><em>primary</em> - used to represent primary interface elements for a user</li> <li><em>accent</em> - used to represent secondary interface elements for a user</li> <li><em>warn</em> - used to represent interface elements that the user should be careful of</li> </ul> <h3 id="themes">Themes</h3> <p>A theme is a configuration of palettes used for specific color intentions. A theme also specifies a background color palette to be used for the application.</p> </div>
rust-serial/target/doc/libc/unix/bsd/apple/constant._SC_IOV_MAX.html
IllinoisRoboticsInSpace/Arduino_Control
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../../libc/constant._SC_IOV_MAX.html"> </head> <body> <p>Redirecting to <a href="../../../../libc/constant._SC_IOV_MAX.html">../../../../libc/constant._SC_IOV_MAX.html</a>...</p> <script>location.replace("../../../../libc/constant._SC_IOV_MAX.html" + location.search + location.hash);</script> </body> </html>
htdocs/components/foundation/doc/includes/tabs/examples_tabs_intro.html
lexislav/amok-pe2014
<ul class="tabs" data-tab role="tablist"> <li class="tab-title active" role="presentational"><a href="#panel1-1" role="tab" tabindex="0" aria-selected="true" controls="panel1-1">Tab 1</a></li> <li class="tab-title" role="presentational"><a href="#panel1-2" role="tab" tabindex="0" aria-selected="false" controls="panel1-2">Tab 2</a></li> <li class="tab-title" role="presentational"><a href="#panel1-3" role="tab" tabindex="0" aria-selected="false" controls="panel1-3">Tab 3</a></li> <li class="tab-title" role="presentational"><a href="#panel1-4" role="tab" tabindex="0" aria-selected="false" controls="panel1-4">Tab 4</a></li> </ul> <div class="tabs-content"> <section role="tabpanel" aria-hidden="false" class="content active" id="panel1-1"> <p>This is the first panel of the basic tab example. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam, pariatur accusantium magni cumque vel voluptates illum repellendus sed dignissimos magnam! Deleniti, fugit tempore quibusdam molestias iusto asperiores incidunt sint nemo?</p> </section> <section role="tabpanel" aria-hidden="true" class="content" id="panel1-2"> <p>This is the second panel of the basic tab example. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint, deleniti nam eaque sunt excepturi rerum hic labore tempora! Nihil, dolorem blanditiis ipsa veritatis minima dolores consequuntur deserunt sed culpa modi!</p> </section> <section role="tabpanel" aria-hidden="true" class="content" id="panel1-3"> <p>This is the third panel of the basic tab example. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates, in, sunt, dolorem corrupti officia earum veritatis numquam provident exercitationem non impedit laborum dolor at repellat deleniti. Vero nobis quas tempore.</p> </section> <section role="tabpanel" aria-hidden="true" class="content" id="panel1-4"> <p>This is the fourth panel of the basic tab example. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eos, veritatis, a, nisi, repellat fugit animi consectetur voluptas eligendi et iure voluptatibus neque ullam asperiores quae laboriosam praesentium suscipit amet deserunt.</p> </section> </div>
doc/html/q3shared-members.html
liuyanghejerry/qtextended
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.4: List of All Members for Q3Shared</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td> <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td> <td align="right" valign="top" width="230"></td></tr></table><h1 class="title">List of All Members for Q3Shared</h1> <p>This is the complete list of members for <a href="q3shared.html" class="compat">Q3Shared</a>, including inherited members.</p> <ul> <li><div class="fn"/><a href="q3shared.html#Q3Shared">Q3Shared</a> ()</li> <li><div class="fn"/><a href="q3shared.html#count-var">count</a> : uint</li> <li><div class="fn"/><a href="q3shared.html#deref">deref</a> () : bool</li> <li><div class="fn"/><a href="q3shared.html#ref">ref</a> ()</li> </ul> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td width="30%" align="left">Copyright &copy; 2008 Nokia</td> <td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td> <td width="30%" align="right"><div align="right">Qt 4.4.3</div></td> </tr></table></div></address></body> </html>
doc/html/qdbusinterface.html
liuyanghejerry/qtextended
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.4: QDBusInterface Class Reference</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td> <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td> <td align="right" valign="top" width="230"></td></tr></table><h1 class="title">QDBusInterface Class Reference<br /><span class="small-subtitle">[<a href="qtdbus.html">QtDBus</a> module]</span> </h1> <p>The QDBusInterface class is a proxy for interfaces on remote objects. <a href="#details">More...</a></p> <pre> #include &lt;QDBusInterface&gt;</pre><p>Inherits <a href="qdbusabstractinterface.html">QDBusAbstractInterface</a>.</p> <p>This class was introduced in Qt 4.2.</p> <ul> <li><a href="qdbusinterface-members.html">List of all members, including inherited members</a></li> </ul> <a name="public-functions"></a> <h3>Public Functions</h3> <ul> <li><div class="fn"/><b><a href="qdbusinterface.html#QDBusInterface">QDBusInterface</a></b> ( const QString &amp; <i>service</i>, const QString &amp; <i>path</i>, const QString &amp; <i>interface</i> = QString(), const QDBusConnection &amp; <i>connection</i> = QDBusConnection::sessionBus(), QObject * <i>parent</i> = 0 )</li> <li><div class="fn"/><b><a href="qdbusinterface.html#dtor.QDBusInterface">~QDBusInterface</a></b> ()</li> </ul> <ul> <li><div class="fn"/>11 public functions inherited from <a href="qdbusabstractinterface.html#public-functions">QDBusAbstractInterface</a></li> <li><div class="fn"/>29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li> </ul> <h3>Additional Inherited Members</h3> <ul> <li><div class="fn"/>1 property inherited from <a href="qobject.html#properties">QObject</a></li> <li><div class="fn"/>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li> <li><div class="fn"/>1 signal inherited from <a href="qobject.html#signals">QObject</a></li> <li><div class="fn"/>5 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li> <li><div class="fn"/>7 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li> </ul> <a name="details"></a> <hr /> <h2>Detailed Description</h2> <p>The QDBusInterface class is a proxy for interfaces on remote objects.</p> <p>QDBusInterface is a generic accessor class that is used to place calls to remote objects, connect to signals exported by remote objects and get/set the value of remote properties. This class is useful for dynamic access to remote objects: that is, when you do not have a generated code that represents the remote interface.</p> <p>Calls are usually placed by using the <a href="qdbusabstractinterface.html#call">call</a>() function, which constructs the message, sends it over the bus, waits for the reply and decodes the reply. Signals are connected to by using the normal <a href="qobject.html#connect">QObject::connect</a>() function. Finally, properties are accessed using the <a href="qobject.html#property">QObject::property</a>() and <a href="qobject.html#setProperty">QObject::setProperty</a>() functions.</p> <p>The following code snippet demonstrates how to perform a mathematical operation of <tt>&quot;2 + 2&quot;</tt> in a remote application called <tt>com.example.Calculator</tt>, accessed via the session bus.</p> <pre> QDBusInterface remoteApp( &quot;com.example.Calculator&quot;, &quot;/Calculator/Operations&quot;, &quot;org.mathematics.RPNCalculator&quot; ); remoteApp.call( &quot;PushOperand&quot;, 2 ); remoteApp.call( &quot;PushOperand&quot;, 2 ); remoteApp.call( &quot;ExecuteOperation&quot;, &quot;+&quot; ); QDBusReply&lt;int&gt; reply = remoteApp.call( &quot;PopOperand&quot; ); if ( reply.isValid() ) printf( &quot;%d&quot;, reply.value() ); <span class="comment">// prints 4</span></pre> <p>See also <a href="qdbusxml2cpp.html">QtDBus XML compiler (qdbusxml2cpp)</a>.</p> <hr /> <h2>Member Function Documentation</h2> <h3 class="fn"><a name="QDBusInterface"></a>QDBusInterface::QDBusInterface ( const <a href="qstring.html">QString</a> &amp; <i>service</i>, const <a href="qstring.html">QString</a> &amp; <i>path</i>, const <a href="qstring.html">QString</a> &amp; <i>interface</i> = QString(), const <a href="qdbusconnection.html">QDBusConnection</a> &amp; <i>connection</i> = QDBusConnection::sessionBus(), <a href="qobject.html">QObject</a> * <i>parent</i> = 0 )</h3> <p>Creates a dynamic <a href="qdbusinterface.html">QDBusInterface</a> object associated with the interface <i>interface</i> on object at path <i>path</i> on service <i>service</i>, using the given <i>connection</i>. If <i>interface</i> is an empty string, the object created will refer to the merging of all interfaces found in that object.</p> <p><i>parent</i> is passed to the base class constructor.</p> <p>If the remote service <i>service</i> is not present or if an error occurs trying to obtain the description of the remote interface <i>interface</i>, the object created will not be valid (see <a href="qdbusabstractinterface.html#isValid">isValid</a>()).</p> <h3 class="fn"><a name="dtor.QDBusInterface"></a>QDBusInterface::~QDBusInterface ()</h3> <p>Destroy the object interface and frees up any resource used.</p> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td width="30%" align="left">Copyright &copy; 2008 Nokia</td> <td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td> <td width="30%" align="right"><div align="right">Qt 4.4.3</div></td> </tr></table></div></address></body> </html>
sites/all/themes/omega/omega/css/modules/system/system.messages.theme.css
monocromatico/not227
/** * @file * Theme for for system messages. */ /* Message */ .messages { margin: 6px 0; padding: 10px 10px 10px 50px; /* LTR */ background-position: 8px 8px; /* LTR */ background-repeat: no-repeat; border: 1px solid; } .messages ul { margin: 0 0 0 1em; /* LTR */ padding: 0; } .messages li { list-style-image: none; } /* Status Messages */ .messages--status { background-image: url('../../../images/misc/message-24-ok.png?1376059649'); border-color: #be7; } .messages--status, tr.ok { background-color: #f8fff0; } .messages--status, .ok { color: #234600; } /* Warning Messages */ .messages--warning { background-image: url('../../../images/misc/message-24-warning.png?1376059649'); border-color: #ed5; } .messages--warning, tr.warning { background-color: #fffce5; } .messages--warning, .warning { color: #333; } /* Error Messages */ .messages--error { background-image: url('../../../images/misc/message-24-error.png?1376059649'); border-color: #ed541d; } .messages--error, tr.error { background-color: #fef5f1; } .messages--error, .error { color: #333; } .error .error { color: #8c2e0b; }
thirdparty/sources/boost_1_60_0/doc/html/boost/proto/basic_default_domain.html
gwq5210/litlib
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct basic_default_domain</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../proto/reference.html#header.boost.proto.domain_hpp" title="Header &lt;boost/proto/domain.hpp&gt;"> <link rel="prev" href="default_domain.html" title="Struct default_domain"> <link rel="next" href="deduce_domain.html" title="Struct deduce_domain"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td> <td align="center"><a href="../../../../index.html">Home</a></td> <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="default_domain.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.domain_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="deduce_domain.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.proto.basic_default_domain"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct basic_default_domain</span></h2> <p>boost::proto::basic_default_domain &#8212; A domain similiar in purpose to <a class="link" href="default_domain.html" title="Struct default_domain">proto::default_domain</a>, except stating a preference for <a class="link" href="basic_expr.html" title="Struct template basic_expr">proto::basic_expr</a>&lt;&gt; over <a class="link" href="expr.html" title="Struct template expr">proto::expr</a>&lt;&gt;.</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../proto/reference.html#header.boost.proto.domain_hpp" title="Header &lt;boost/proto/domain.hpp&gt;">boost/proto/domain.hpp</a>&gt; </span> <span class="keyword">struct</span> <a class="link" href="basic_default_domain.html" title="Struct basic_default_domain">basic_default_domain</a> <span class="special">:</span> <span class="keyword"></span> <a class="link" href="domain.html" title="Struct template domain">proto::domain</a><span class="special">&lt;</span> <a class="link" href="basic_default_generator.html" title="Struct basic_default_generator">proto::basic_default_generator</a> <span class="special">&gt;</span> <span class="special">{</span> <span class="special">}</span><span class="special">;</span></pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2008 Eric Niebler<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="default_domain.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.domain_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="deduce_domain.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
openephyra-0.1.2/doc/info/ephyra/questionanalysis/class-use/QuestionInterpreter.html
Eric-LeiYang/Openephyra
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_0) on Wed Oct 05 21:20:11 EDT 2011 --> <TITLE> Uses of Class info.ephyra.questionanalysis.QuestionInterpreter </TITLE> <META NAME="date" CONTENT="2011-10-05"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class info.ephyra.questionanalysis.QuestionInterpreter"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../info/ephyra/questionanalysis/QuestionInterpreter.html" title="class in info.ephyra.questionanalysis"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?info/ephyra/questionanalysis//class-useQuestionInterpreter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="QuestionInterpreter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>info.ephyra.questionanalysis.QuestionInterpreter</B></H2> </CENTER> No usage of info.ephyra.questionanalysis.QuestionInterpreter <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../info/ephyra/questionanalysis/QuestionInterpreter.html" title="class in info.ephyra.questionanalysis"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?info/ephyra/questionanalysis//class-useQuestionInterpreter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="QuestionInterpreter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
skin/backend/js/ckfinder/samples/localization.html
srammram/jeevan
<!DOCTYPE html> <!-- Copyright (c) 2007-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://cksource.com/ckfinder/license --> <html> <head> <meta charset="utf-8"> <title>CKFinder 3 Samples</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <!--[if lt IE 9]> <script src="js/html5shiv.min.js"></script> <![endif]--> <link href="css/sample.css" rel="stylesheet"> </head> <body> <header class="header-a"> <div class="grid-container"> <h1 class="header-a-logo grid-width-30"> <a href="index.html"><img src="img/logo.png" alt="CKFinder Logo"></a> </h1> <nav class="navigation-b grid-width-70"> <ul> <li><a href="http://docs.cksource.com/ckfinder3/" class="button-a">Documentation</a></li> </ul> </nav> </div> </header> <main class="grid-container"> <nav class="tree-a tree-a-layout grid-width-30"> <h1>CKFinder Samples</h1> <h2>Website Integration</h2> <ul> <li><a href="widget.html">Widget</a></li> <li><a href="popups.html">Popup</a></li> <li><a href="modals.html">Modal</a></li> <li><a href="full-page.html">Full Page</a></li> </ul> <h2 class="tree-a-no-sub"><a href="ckeditor.html">CKEditor Integration</a></h2> <h2>Skins</h2> <ul> <li><a href="skins-moono.html">Moono</a></li> <li><a href="skins-jquery-mobile.html">jQuery Mobile</a></li> </ul> <h2>User Interface</h2> <ul> <li><a href="user-interface-default.html">Default</a></li> <li><a href="user-interface-compact.html">Compact</a></li> <li><a href="user-interface-mobile.html">Mobile</a></li> <li><a href="user-interface-listview.html">List View</a></li> </ul> <h2 class="tree-a-no-sub tree-a-active"><a href="localization.html">Localization</a></h2> <h2>Other</h2> <ul> <li><a href="other-read-only.html">Read-only Mode</a></li> <li><a href="other-custom-configuration.html">Custom Configuration</a></li> </ul> <h2 class="tree-a-no-sub"><a href="plugin-examples.html">Plugin Examples</a></h2> </nav> <section class="content grid-width-70"> <h1>Localization</h1> <p>CKFinder interface is automatically displayed in the user's language (as set in the browser or operating system settings).</p> <p>The language of the CKFinder UI can also be set manually by using the <a href="http://docs.cksource.com/ckfinder3/#!/api/CKFinder.Config-cfg-language"><code>language</code></a> configuration option.</p> <div class="tip-a" style="padding-top:0.5em;padding-bottom:0.5em"> <h4>Translations Needed!</h4> <p>At the moment many localizations are incomplete. Please feel free to <a href="http://docs.cksource.com/ckfinder3/#!/guide/dev_translations">provide translations for your native language</a>. Your help will be much appreciated!</p> </div> <p>In the example below CKFinder is started in Brazilian Portuguese.</p> <pre class="prettyprint"><code>CKFinder.widget( 'ckfinder-widget', { language: 'pt-br', width: '100%', height: 500 } );</code></pre> <div id="ckfinder-widget"></div> </section> </main> <footer class="footer-a grid-container"> <div class="grid-container"> <p class="grid-width-100"> CKFinder 3 for PHP &ndash; <a href="http://cksource.com/ckfinder">http://cksource.com/ckfinder</a> </p> <p class="grid-width-100"> Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> &ndash; Frederico Knabben. <a href="http://cksource.com/ckfinder/license">All rights reserved</a>. </p> </div> </footer> <nav class="navigation-a"> <div class="grid-container"> <ul class="navigation-a-left grid-width-70"> <li><a href="http://cksource.com/ckfinder">Project Homepage</a></li> <li class="global-is-mobile-hidden"><a href="https://github.com/ckfinder/ckfinder/issues">I found a bug in CKFinder</a></li> <li class="global-is-mobile-hidden"><a class="icon-pos-right icon-navigation-a-github" href="https://github.com/ckfinder/ckfinder-docs-samples">Sample Plugins on GitHub</a></li> </ul> </div> </nav> <script src="js/sf.js"></script> <script src="js/tree-a.js"></script> <script src="../ckfinder.js"></script> <script> CKFinder.widget( 'ckfinder-widget', { language: 'pt-br', width: '100%', height: 500 } ); </script> <script src="//cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script> </body> </html>
uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/kalayata-6_ext.txt.out.dict_6737_inr.html
sanskritiitd/sanskrit
url: http://sanskrit.inria.fr/cgi-bin/SKT/sktreader?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=sa v.rddha.h;topic=;abs=f;allSol=2;mode=p;cpts=<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>Sanskrit Reader Companion</title> <meta name="author" content="G&#233;rard Huet"> <meta property="dc:datecopyrighted" content="2016"> <meta property="dc:rightsholder" content="G&#233;rard Huet"> <meta name="keywords" content="dictionary,sanskrit,heritage,dictionnaire,sanscrit,india,inde,indology,linguistics,panini,digital humanities,cultural heritage,computational linguistics,hypertext lexicon"> <link rel="stylesheet" type="text/css" href="http://sanskrit.inria.fr/DICO/style.css" media="screen,tv"> <link rel="shortcut icon" href="http://sanskrit.inria.fr/IMAGES/favicon.ico"> <script type="text/javascript" src="http://sanskrit.inria.fr/DICO/utf82VH.js"></script> </head> <body class="chamois_back"> <br><h1 class="title">The Sanskrit Reader Companion</h1> <table class="chamois_back" border="0" cellpadding="0%" cellspacing="15pt" width="100%"> <tr><td> <p align="center"> <div class="latin16"><a class="green" href="/cgi-bin/SKT/sktgraph?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=sa%20v.rddha.h;topic=;abs=f;cpts=;mode=g">&#x2713;</a> Show Summary of Solutions </p> Input: <span class="red16">sa v&#7771;ddha&#7717;</span><hr> <br> Sentence: <span class="deva16" lang="sa">&#x0938; &#x0935;&#x0943;&#x0926;&#x094D;&#x0927;&#x0903;</span><br> may be analysed as:</div><br> <hr> <span class="blue">Solution 1 : <a class="green" href="/cgi-bin/SKT/sktparser?t=VH;lex=SH;cache=f;st=t;us=f;cp=t;text=sa%20v.rddha.h;topic=;abs=f;cpts=;mode=p;n=1">&#x2713;</a></span><br> [ <span class="blue" title="0"><b>sa</b></span><table class="light_blue_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ nom. sg. m. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/28.html#tad"><i>tad</i></a>]</span></th></tr></span></th></tr></table>&lang;&rang;] <br> [ <span class="blue" title="2"><b>v&#7771;ddha&#7717;</b></span><table class="deep_sky_back"> <tr><th><span class="latin12"><tr><th><span class="latin12">{ nom. sg. m. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/62.html#v.rddha"><i>v&#7771;ddha</i></a> { pp. }[<a class="navy" href="http://sanskrit.inria.fr/DICO/62.html#v.rdh#1"><i>v&#7771;dh_1</i></a>]]</span></th></tr></span></th></tr></table>&lang;<span class="magenta">&#7717;</span><span class="green">|</span><span class="magenta"></span><span class="blue"> &rarr; </span><span class="red">&#7717;</span>&rang;] <br> <br> <hr> <span class="magenta">1</span><span class="blue"> solution</span><span class="blue"> kept among </span><span class="magenta">1</span><br> <br> <hr> <br> <br> </td></tr></table> <table class="pad60"> <tr><td></td></tr></table> <div class="enpied"> <table class="bandeau"><tr><td> <a href="http://ocaml.org"><img src="http://sanskrit.inria.fr/IMAGES/ocaml.gif" alt="Le chameau Ocaml" height="50"></a> </td><td> <table class="center"> <tr><td> <a href="http://sanskrit.inria.fr/index.fr.html"><b>Top</b></a> | <a href="http://sanskrit.inria.fr/DICO/index.fr.html"><b>Index</b></a> | <a href="http://sanskrit.inria.fr/DICO/index.fr.html#stemmer"><b>Stemmer</b></a> | <a href="http://sanskrit.inria.fr/DICO/grammar.fr.html"><b>Grammar</b></a> | <a href="http://sanskrit.inria.fr/DICO/sandhi.fr.html"><b>Sandhi</b></a> | <a href="http://sanskrit.inria.fr/DICO/reader.fr.html"><b>Reader</b></a> | <a href="http://sanskrit.inria.fr/faq.fr.html"><b>Help</b></a> | <a href="http://sanskrit.inria.fr/portal.fr.html"><b>Portal</b></a> </td></tr><tr><td> &#169; G&#233;rard Huet 1994-2016</td></tr></table></td><td> <a href="http://www.inria.fr/"><img src="http://sanskrit.inria.fr/IMAGES/logo_inria.png" alt="Logo Inria" height="50"></a> <br></td></tr></table></div> </body> </html>
thirdparty/sources/boost_1_60_0/doc/html/boost/units/cgs/erg.html
gwq5210/litlib
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Global erg</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="../../../boost_units/Reference.html#header.boost.units.systems.cgs.energy_hpp" title="Header &lt;boost/units/systems/cgs/energy.hpp&gt;"> <link rel="prev" href="poise.html" title="Global poise"> <link rel="next" href="ergs.html" title="Global ergs"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="poise.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_units/Reference.html#header.boost.units.systems.cgs.energy_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ergs.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry"> <a name="boost.units.cgs.erg"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Global erg</span></h2> <p>boost::units::cgs::erg</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../../boost_units/Reference.html#header.boost.units.systems.cgs.energy_hpp" title="Header &lt;boost/units/systems/cgs/energy.hpp&gt;">boost/units/systems/cgs/energy.hpp</a>&gt; </span><span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">energy</span> erg<span class="special">;</span></pre></div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2008 Matthias Christian Schabel<br>Copyright &#169; 2007-2010 Steven Watanabe<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="poise.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_units/Reference.html#header.boost.units.systems.cgs.energy_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="ergs.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
common/src/web/inputs.html
SeleniumHQ/selenium
<html> <head> <title>inputs</title> </head> <body> <h1>Testing Inputs</h1> <form action="#"> <input name="no_type" value="input with no type" /><br/> <br/> <input name="number_input" type="number" value="42" /><br/> <input name="range_input" type="range" value="42" /><br/> <br/> <input name="email_input" type="email" value="admin@localhost" /><br/> <input name="password_input" type="password" value="qwerty" /><br/> <input name="search_input" type="search" value="search" /><br/> <input name="tel_input" type="tel" value="911" /><br/> <input name="text_input" type="text" value="text input" /><br/> <input name="url_input" type="url" value="https://selenium.dev/" /><br/> <br/> <input name="checkbox_input" type="checkbox" value="Checkbox" checked /><br/> <input name="radio_input" type="radio" value="radio1" checked /><br/> <input name="radio_input" type="radio" value="radio2" /><br/> <br/> <input name="color_input" type="color" value="#00ffff" /><br/> <br/> <input name="date_input" type="date" value="2017-11-22" /><br/> <input name="datetime_input" type="datetime" value="2017-11-22T11:22" /><br/> <input name="datetime_local_input" type="datetime-local" value="2017-11-22T11:22" /><br/> <input name="time_input" type="time" value="11:22" /><br/> <input name="month_input" type="month" value="2017-11" /><br/> <input name="week_input" type="week" value="2017-W47" /><br/> <br/> <input name="button_input" type="button" value="button" />&nbsp; <input name="image_input" type="image" value="image" src="icon.gif" />&nbsp; <input name="reset_input" type="reset" value="reset" />&nbsp; <input name="submit_input" type="submit" value="submit" />&nbsp; <input name="hidden_input" type="hidden" value="hidden" /> </form> </body> </html>
source/api/apidocs-4.6/domain_admin/createAutoScaleVmGroup.html
pdion891/cloudstack-www
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="../includes/main.css" type="text/css"> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <title>Apache CloudStack | The Power Behind Your Cloud</title> </head> <body> <div id="insidetopbg"> <div id="inside_wrapper"> <div class="uppermenu_panel"> <div class="uppermenu_box"></div> </div> <div id="main_master"> <div id="inside_header"> <div class="header_top"> <a class="cloud_logo" href="http://cloudstack.org"></a> <div class="mainemenu_panel"></div> </div> </div> <div id="main_content"> <div class="inside_apileftpanel"> <div class="inside_contentpanel" style="width:930px;"> <div class="api_titlebox"> <div class="api_titlebox_left"> <span> Apache CloudStack v4.6.0 Domain Admin API Reference </span> <p></p> <h1>createAutoScaleVmGroup</h1> <p>Creates and automatically starts a virtual machine based on a service offering, disk offering, and template.</p> </div> <div class="api_titlebox_right"> <a class="api_backbutton" href="../TOC_Domain_Admin.html"></a> </div> </div> <div class="api_tablepanel"> <h2>Request parameters</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td> </tr> <tr> <td style="width:200px;"><strong>lbruleid</strong></td><td style="width:500px;"><strong>the ID of the load balancer rule</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>maxmembers</strong></td><td style="width:500px;"><strong>the maximum number of members in the vmgroup, The number of instances in the vm group will be equal to or less than this number.</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>minmembers</strong></td><td style="width:500px;"><strong>the minimum number of members in the vmgroup, the number of instances in the vm group will be equal to or more than this number.</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>scaledownpolicyids</strong></td><td style="width:500px;"><strong>list of scaledown autoscale policies</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>scaleuppolicyids</strong></td><td style="width:500px;"><strong>list of scaleup autoscale policies</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><strong>vmprofileid</strong></td><td style="width:500px;"><strong>the autoscale profile that contains information about the vms in the vm group.</strong></td><td style="width:180px;"><strong>true</strong></td> </tr> <tr> <td style="width:200px;"><i>fordisplay</i></td><td style="width:500px;"><i>an optional field, whether to the display the group to the end user or not</i></td><td style="width:180px;"><i>false</i></td> </tr> <tr> <td style="width:200px;"><i>interval</i></td><td style="width:500px;"><i>the frequency at which the conditions have to be evaluated</i></td><td style="width:180px;"><i>false</i></td> </tr> </table> </div> <div class="api_tablepanel"> <h2>Response Tags</h2> <table class="apitable"> <tr class="hed"> <td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td> </tr> <tr> <td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the autoscale vm group ID</td> </tr> <tr> <td style="width:200px;"><strong>account</strong></td><td style="width:500px;">the account owning the instance group</td> </tr> <tr> <td style="width:200px;"><strong>domain</strong></td><td style="width:500px;">the domain name of the vm profile</td> </tr> <tr> <td style="width:200px;"><strong>domainid</strong></td><td style="width:500px;">the domain ID of the vm profile</td> </tr> <tr> <td style="width:200px;"><strong>fordisplay</strong></td><td style="width:500px;">is group for display to the regular user</td> </tr> <tr> <td style="width:200px;"><strong>interval</strong></td><td style="width:500px;">the frequency at which the conditions have to be evaluated</td> </tr> <tr> <td style="width:200px;"><strong>lbruleid</strong></td><td style="width:500px;">the load balancer rule ID</td> </tr> <tr> <td style="width:200px;"><strong>maxmembers</strong></td><td style="width:500px;">the maximum number of members in the vmgroup, The number of instances in the vm group will be equal to or less than this number.</td> </tr> <tr> <td style="width:200px;"><strong>minmembers</strong></td><td style="width:500px;">the minimum number of members in the vmgroup, the number of instances in the vm group will be equal to or more than this number.</td> </tr> <tr> <td style="width:200px;"><strong>project</strong></td><td style="width:500px;">the project name of the vm profile</td> </tr> <tr> <td style="width:200px;"><strong>projectid</strong></td><td style="width:500px;">the project id vm profile</td> </tr> <tr> <td style="width:200px;"><strong>scaledownpolicies</strong></td><td style="width:500px;">list of scaledown autoscale policies</td> </tr> <tr> <td style="width:200px;"><strong>scaleuppolicies</strong></td><td style="width:500px;">list of scaleup autoscale policies</td> </tr> <tr> <td style="width:200px;"><strong>state</strong></td><td style="width:500px;">the current state of the AutoScale Vm Group</td> </tr> <tr> <td style="width:200px;"><strong>vmprofileid</strong></td><td style="width:500px;">the autoscale profile that contains information about the vms in the vm group.</td> </tr> </table> </div> </div> </div> </div> </div> <div id="footer"> <div id="footer_mainmaster"> <p>Copyright &copy; 2015 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br> Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> </div> </div> </div> </body> </html>
third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.html
danakj/chromium
<html> <head> <link rel="stylesheet" href="resources/default.css"> </head> <body style="height:2000px;"> <!-- You should see 1 green rectangle in the output and no red. --> <div id="absoluteDiv" style="top:100px; left:100px;" class="absolute green"></div> </body> </html>
scratch-blocks/node_modules/google-closure-library/closure/goog/ui/menu_test_dom.html
isabela-angelo/scratch-tangible-blocks
<!-- Copyright 2017 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. --> <style type="text/css"> .goog-menu { position: absolute; color: #aaa; } .goog-scrollable-menu { max-height:30px; overflow-y:auto; } </style> <p> Here's a menu defined in markup: </p> <div class="goog-menu" id="demoMenu"> <div class="goog-menuitem" id="menuItem1"> Annual Report.pdf </div> <div class="goog-menuitem" id="menuItem2"> Quarterly Update.pdf </div> <div class="goog-menuitem" id="menuItem3"> Enemies List.txt </div> </div> <p> Here's a menu which has been rendered with an explicit content node: </p> <div class="goog-menu" id="complexMenu"> <div style="border:1px solid black;"> <div class="goog-menu-content"> <div class="goog-menuitem" id="complexItem1"> Drizzle </div> <div class="goog-menuitem" id="complexItem2"> Rain </div> <div class="goog-menuitem" id="complexItem3"> Deluge </div> </div> </div> </div> <p> Here's a scrollable menu: </p> <div class="goog-menu goog-scrollable-menu" id="scrollableMenu"> <div class="goog-menuitem" id="scrollableMenuItem1"> Auk </div> <div class="goog-menuitem" id="scrollableMenuItem2"> Bird </div> <div class="goog-menuitem" id="scrollableMenuItem3"> Crow </div> <div class="goog-menuitem" id="scrollableMenuItem4"> Duck </div> <div class="goog-menuitem" id="scrollableMenuItem5"> Emu </div> </div>
third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/support/embedded-doc-abs-pos-non-replaced-icb-vrl-030.html
vadimtk/chrome4sdp
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Embedded HTML document for abs-pos-non-replaced-icb-vrl-030 in 'writing-mode: vertical-rl'</title> <!-- position absolute and 'vertical-rl' - overconstrained values with 'direction: ltr' in initial containing block --> <style type="text/css"> html { direction: ltr; } div { background-color: green; border-left: green none 0px; border-right: green none 0px; height: 100px; left: 60%; margin-left: 0px; margin-right: 0px; position: absolute; right: 40%; top: 0px; width: 20%; -webkit-writing-mode: vertical-rl; } /* " If the values are over-constrained, ignore the value for 'left' (in case the 'direction' property of the containing block is 'rtl') or 'right' (in case 'direction' is 'ltr') and solve for that value. " 10.3.7 Absolutely positioned, non-replaced elements http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width So: 60% : left + 0px : margin-left + 0px : border-left-width + 0px : padding-left + 20% : width + 0px : padding-right + 0px : border-right-width + 0px : margin-right + 40% : right ==================== 500px : width of containing block (width of Initial Containing Block) becomes 300px : left (60% of 500px) + 0px : margin-left + 0px : border-left-width + 0px : padding-left + 100px : width (20% of 500px == 100px) + 0px : padding-right + 0px : border-right-width + 0px : margin-right + ignore and solve : right ==================== 500px : width of containing block (width of Initial Containing Block) so used right offset value must be 100px . */ </style> </head> <body> <div></div> </body> </html>
ajax/libs/tabulator/3.4.3/css/tabulator_midnight.css
joeyparrish/cdnjs
/* Tabulator v3.4.3 (c) Oliver Folkerd */ .tabulator { position: relative; border: 1px solid #333; background-color: #222; overflow: hidden; font-size: 14px; text-align: left; -ms-transform: translatez(0); transform: translatez(0); } .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableHolder .tabulator-table { min-width: 100%; } .tabulator.tabulator-block-select { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .tabulator .tabulator-header { position: relative; box-sizing: border-box; width: 100%; border-bottom: 1px solid #999; background-color: #333; color: #fff; font-weight: bold; white-space: nowrap; overflow: hidden; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; } .tabulator .tabulator-header .tabulator-col { display: inline-block; position: relative; box-sizing: border-box; border-right: 1px solid #aaa; background-color: #333; text-align: left; vertical-align: bottom; overflow: hidden; } .tabulator .tabulator-header .tabulator-col.tabulator-moving { position: absolute; border: 1px solid #999; background: #1a1a1a; pointer-events: none; } .tabulator .tabulator-header .tabulator-col .tabulator-col-content { position: relative; padding: 4px; } .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title { box-sizing: border-box; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: bottom; } .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor { box-sizing: border-box; width: 100%; border: 1px solid #999; padding: 1px; background: #444; color: #fff; } .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow { display: inline-block; position: absolute; top: 9px; right: 8px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #bbb; } .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols { position: relative; display: -ms-flexbox; display: flex; border-top: 1px solid #aaa; overflow: hidden; } .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols .tabulator-col:last-child { margin-right: -1px; } .tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev { display: none; } .tabulator .tabulator-header .tabulator-col.ui-sortable-helper { position: absolute; background-color: #1a1a1a !important; border: 1px solid #aaa; } .tabulator .tabulator-header .tabulator-col .tabulator-header-filter { position: relative; box-sizing: border-box; margin-top: 2px; width: 100%; text-align: center; } .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea { height: auto !important; } .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg { margin-top: 3px; } .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input, .tabulator .tabulator-header .tabulator-col .tabulator-header-filter select { border: 1px solid #999; background: #444; color: #fff; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title { padding-right: 25px; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover { cursor: pointer; background-color: #1a1a1a; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow { border-top: none; border-bottom: 6px solid #bbb; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-arrow { border-top: none; border-bottom: 6px solid #666; } .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-arrow { border-top: 6px solid #666; border-bottom: none; } .tabulator .tabulator-header .tabulator-frozen { display: inline-block; position: absolute; z-index: 10; } .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left { border-right: 2px solid #888; } .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right { border-left: 2px solid #888; } .tabulator .tabulator-header .tabulator-calcs-holder { box-sizing: border-box; min-width: 200%; background: #1a1a1a !important; border-top: 1px solid #888; border-bottom: 1px solid #aaa; overflow: hidden; } .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row { background: #1a1a1a !important; } .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { display: none; } .tabulator .tabulator-header .tabulator-frozen-rows-holder { min-width: 200%; } .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty { display: none; } .tabulator .tabulator-tableHolder { position: relative; width: 100%; white-space: nowrap; overflow: auto; -webkit-overflow-scrolling: touch; } .tabulator .tabulator-tableHolder:focus { outline: none; } .tabulator .tabulator-tableHolder .tabulator-placeholder { position: absolute; box-sizing: border-box; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; top: 0; left: 0; height: 100%; width: 100%; } .tabulator .tabulator-tableHolder .tabulator-placeholder span { display: inline-block; margin: 0 auto; padding: 10px; color: #eee; font-weight: bold; font-size: 20px; } .tabulator .tabulator-tableHolder .tabulator-table { position: relative; display: inline-block; background-color: #666; white-space: nowrap; overflow: visible; color: #fff; } .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs { font-weight: bold; background: #373737 !important; } .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top { border-bottom: 2px solid #888; } .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom { border-top: 2px solid #888; } .tabulator .tabulator-row { position: relative; box-sizing: border-box; min-height: 22px; background-color: #666; } .tabulator .tabulator-row:nth-child(even) { background-color: #444; } .tabulator .tabulator-row.tabulator-selectable:hover { background-color: #999; cursor: pointer; } .tabulator .tabulator-row.tabulator-selected { background-color: #000; } .tabulator .tabulator-row.tabulator-selected:hover { background-color: #888; cursor: pointer; } .tabulator .tabulator-row.tabulator-moving { position: absolute; border-top: 1px solid #888; border-bottom: 1px solid #888; pointer-events: none !important; z-index: 15; } .tabulator .tabulator-row .tabulator-row-resize-handle { position: absolute; right: 0; bottom: 0; left: 0; height: 5px; } .tabulator .tabulator-row .tabulator-row-resize-handle.prev { top: 0; bottom: auto; } .tabulator .tabulator-row .tabulator-row-resize-handle:hover { cursor: ns-resize; } .tabulator .tabulator-row .tabulator-frozen { display: inline-block; position: absolute; background-color: inherit; z-index: 10; } .tabulator .tabulator-row .tabulator-frozen.tabulator-frozen-left { border-right: 2px solid #888; } .tabulator .tabulator-row .tabulator-frozen.tabulator-frozen-right { border-left: 2px solid #888; } .tabulator .tabulator-row .tabulator-cell { display: inline-block; position: relative; box-sizing: border-box; padding: 4px; border-right: 1px solid #888; vertical-align: middle; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .tabulator .tabulator-row .tabulator-cell.tabulator-editing { border: 1px solid #999; padding: 0; } .tabulator .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator .tabulator-row .tabulator-cell.tabulator-editing select { border: 1px; background: transparent; } .tabulator .tabulator-row .tabulator-cell.tabulator-validation-fail { border: 1px solid #dd0000; } .tabulator .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator .tabulator-row .tabulator-cell.tabulator-validation-fail select { border: 1px; background: transparent; color: #dd0000; } .tabulator .tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev { display: none; } .tabulator .tabulator-row .tabulator-cell.tabulator-row-handle { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-align: center; align-items: center; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; } .tabulator .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box { width: 80%; } .tabulator .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar { width: 100%; height: 3px; margin: 2px 10% 0 10%; background: #666; } .tabulator .tabulator-row.tabulator-group { box-sizing: border-box; border-bottom: 1px solid #999; border-right: 1px solid #888; border-top: 1px solid #999; padding: 5px; padding-left: 10px; background: #ccc; font-weight: bold; color: #333; min-width: 100%; } .tabulator .tabulator-row.tabulator-group:hover { cursor: pointer; background-color: rgba(0, 0, 0, 0.1); } .tabulator .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow { margin-right: 10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #666; border-bottom: 0; } .tabulator .tabulator-row.tabulator-group.tabulator-group-level-1 .tabulator-arrow { margin-left: 20px; } .tabulator .tabulator-row.tabulator-group.tabulator-group-level-2 .tabulator-arrow { margin-left: 40px; } .tabulator .tabulator-row.tabulator-group.tabulator-group-level-3 .tabulator-arrow { margin-left: 60px; } .tabulator .tabulator-row.tabulator-group.tabulator-group-level-4 .tabulator-arrow { margin-left: 80px; } .tabulator .tabulator-row.tabulator-group.tabulator-group-level-5 .tabulator-arrow { margin-left: 100px; } .tabulator .tabulator-row.tabulator-group .tabulator-arrow { display: inline-block; width: 0; height: 0; margin-right: 16px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 0; border-left: 6px solid #666; vertical-align: middle; } .tabulator .tabulator-row.tabulator-group span { margin-left: 10px; color: #666; } .tabulator .tabulator-col-resize-handle { position: absolute; right: 0; top: 0; bottom: 0; width: 5px; } .tabulator .tabulator-col-resize-handle.prev { left: 0; right: auto; } .tabulator .tabulator-col-resize-handle:hover { cursor: ew-resize; } .tabulator .tabulator-footer { padding: 5px 10px; border-top: 1px solid #999; background-color: #333; text-align: right; color: #333; font-weight: bold; white-space: nowrap; -ms-user-select: none; user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; } .tabulator .tabulator-footer .tabulator-calcs-holder { box-sizing: border-box; width: calc("100% + 20px"); margin: -5px -10px 5px -10px; text-align: left; background: #262626 !important; border-bottom: 1px solid #888; border-top: 1px solid #888; overflow: hidden; } .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row { background: #262626 !important; color: #fff; } .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle { display: none; } .tabulator .tabulator-footer .tabulator-calcs-holder:only-child { margin-bottom: -5px; border-bottom: none; } .tabulator .tabulator-footer .tabulator-pages { margin: 0 7px; } .tabulator .tabulator-footer .tabulator-page { display: inline-block; margin: 0 2px; border: 1px solid #aaa; border-radius: 3px; padding: 2px 5px; background: rgba(255, 255, 255, 0.2); color: #333; font-family: inherit; font-weight: inherit; font-size: inherit; } .tabulator .tabulator-footer .tabulator-page.active { color: #fff; } .tabulator .tabulator-footer .tabulator-page:disabled { opacity: .5; } .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover { cursor: pointer; background: rgba(0, 0, 0, 0.2); color: #fff; } .tabulator .tablulator-loader { position: absolute; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; top: 0; left: 0; z-index: 100; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.4); text-align: center; } .tabulator .tablulator-loader .tabulator-loader-msg { display: inline-block; margin: 0 auto; padding: 10px 20px; border-radius: 10px; background: #fff; font-weight: bold; font-size: 16px; } .tabulator .tablulator-loader .tabulator-loader-msg.tabulator-loading { border: 4px solid #333; color: #000; } .tabulator .tablulator-loader .tabulator-loader-msg.tabulator-error { border: 4px solid #D00; color: #590000; }
ajax/libs/cropperjs/1.3.1/cropper.css
holtkamp/cdnjs
/*! * Cropper.js v1.3.1 * https://github.com/fengyuanchen/cropperjs * * Copyright (c) 2015-2018 Chen Fengyuan * Released under the MIT license * * Date: 2018-02-28T13:25:02.842Z */ .cropper-container { direction: ltr; font-size: 0; line-height: 0; position: relative; -ms-touch-action: none; touch-action: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .cropper-container img {/*Avoid margin top issue (Occur only when margin-top <= -height) */ display: block; height: 100%; image-orientation: 0deg; max-height: none !important; max-width: none !important; min-height: 0 !important; min-width: 0 !important; width: 100%; } .cropper-wrap-box, .cropper-canvas, .cropper-drag-box, .cropper-crop-box, .cropper-modal { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .cropper-wrap-box, .cropper-canvas { overflow: hidden; } .cropper-drag-box { background-color: #fff; opacity: 0; } .cropper-modal { background-color: #000; opacity: .5; } .cropper-view-box { display: block; height: 100%; outline-color: rgba(51, 153, 255, 0.75); outline: 1px solid #39f; overflow: hidden; width: 100%; } .cropper-dashed { border: 0 dashed #eee; display: block; opacity: .5; position: absolute; } .cropper-dashed.dashed-h { border-bottom-width: 1px; border-top-width: 1px; height: 33.33333%; left: 0; top: 33.33333%; width: 100%; } .cropper-dashed.dashed-v { border-left-width: 1px; border-right-width: 1px; height: 100%; left: 33.33333%; top: 0; width: 33.33333%; } .cropper-center { display: block; height: 0; left: 50%; opacity: .75; position: absolute; top: 50%; width: 0; } .cropper-center:before, .cropper-center:after { background-color: #eee; content: ' '; display: block; position: absolute; } .cropper-center:before { height: 1px; left: -3px; top: 0; width: 7px; } .cropper-center:after { height: 7px; left: 0; top: -3px; width: 1px; } .cropper-face, .cropper-line, .cropper-point { display: block; height: 100%; opacity: .1; position: absolute; width: 100%; } .cropper-face { background-color: #fff; left: 0; top: 0; } .cropper-line { background-color: #39f; } .cropper-line.line-e { cursor: ew-resize; right: -3px; top: 0; width: 5px; } .cropper-line.line-n { cursor: ns-resize; height: 5px; left: 0; top: -3px; } .cropper-line.line-w { cursor: ew-resize; left: -3px; top: 0; width: 5px; } .cropper-line.line-s { bottom: -3px; cursor: ns-resize; height: 5px; left: 0; } .cropper-point { background-color: #39f; height: 5px; opacity: .75; width: 5px; } .cropper-point.point-e { cursor: ew-resize; margin-top: -3px; right: -3px; top: 50%; } .cropper-point.point-n { cursor: ns-resize; left: 50%; margin-left: -3px; top: -3px; } .cropper-point.point-w { cursor: ew-resize; left: -3px; margin-top: -3px; top: 50%; } .cropper-point.point-s { bottom: -3px; cursor: s-resize; left: 50%; margin-left: -3px; } .cropper-point.point-ne { cursor: nesw-resize; right: -3px; top: -3px; } .cropper-point.point-nw { cursor: nwse-resize; left: -3px; top: -3px; } .cropper-point.point-sw { bottom: -3px; cursor: nesw-resize; left: -3px; } .cropper-point.point-se { bottom: -3px; cursor: nwse-resize; height: 20px; opacity: 1; right: -3px; width: 20px; } @media (min-width: 768px) { .cropper-point.point-se { height: 15px; width: 15px; } } @media (min-width: 992px) { .cropper-point.point-se { height: 10px; width: 10px; } } @media (min-width: 1200px) { .cropper-point.point-se { height: 5px; opacity: .75; width: 5px; } } .cropper-point.point-se:before { background-color: #39f; bottom: -50%; content: ' '; display: block; height: 200%; opacity: 0; position: absolute; right: -50%; width: 200%; } .cropper-invisible { opacity: 0; } .cropper-bg { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC'); } .cropper-hide { display: block; height: 0; position: absolute; width: 0; } .cropper-hidden { display: none !important; } .cropper-move { cursor: move; } .cropper-crop { cursor: crosshair; } .cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point { cursor: not-allowed; }
themes/user_dashboard/assets/plugins/jquery-ui-1.10.4/themes/base/minified/jquery.ui.dialog.min.css
guillaume-boutin/learning-builderengine
/*! jQuery UI - v1.10.4 - 2014-01-17 * http://jqueryui.com * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ .ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}
source/widget/UserHome.homework/homework5.html
yangjingjing/xue-project
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>学习中心--交作业--已批改--两份</title> <meta name="description" content=""> <meta name="keywords" content=""> <!-- 这是CSS库文件 --> <!-- <link rel="stylesheet" type="text/css" href="../../lib/foundation/css/foundation.css"> --> <!-- 这是CSS库文件 --> <link href="../../lib/bootstrap/3.3.5-custom/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="http://cdn.bootcss.com/font-awesome/4.4.0/css/font-awesome.min.css"> <!-- 这是当前模块样式文件 --> <link href="homework.css" rel="stylesheet"> </head> <body> <div class="homework-wrapper"> <div class="homework-container"> <!--交作业右侧开始--> <div class="homework-right-all pull-right"></div> <!--交作业右侧结束--> <!--交作业左侧开始--> <div class="homework-left-all"> <div class="homework-header"> <h2> <span class="homework-name pull-left">第三次作业 三角函数</span> <span class="homework-status homework-status-green pull-left">已批改</span> </h2> </div> <!--第一次批改作业开始--> <div class="homework-image-box" id="home_Image1"> <div class="homework-image-area"> <div class="homework-Thumbnails-box pull-left"> <div class="homework-page-btn"><i class="homework-prev_btn homework-prev-active"></i></div> <div class="homework-Thumbnails-img-list" id="Thumbnails"> <ul> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">1</span> <img src="img/small3.png" /> <i></i> </li> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">2</span> <img src="img/small2.png" /><i></i> </li> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">3</span> <img src="img/small3.png" /><i></i> </li> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">4</span> <img src="img/small2.png" /><i></i> </li> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">4</span> <img src="img/small3.png" /><i></i> </li> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">4</span> <img src="img/small2.png" /><i></i> </li> <li><img src="img/small1.png"/><i></i></li> </ul> </div> <div class="homework-page-btn"><i class="homework-next-btn homework-next-active"></i></div> </div> <div class="homework-bigImg-box"> <div class="homework-rightMeun pull-right"> <ul> <li><i class="homework-audio"></i></li> <li><i class="homework-leftRotate-btn"></i></li> <li><i class="homework-rightRotate-btn"></i></li> <li><i class="homework-zoom-btn"></i></li> <li><i class="homework-zoomout-btn"></i></li> </ul> </div> <div id="home_ImageTransform1" class="homework-ImageTransform"> <ul style="display:none"> <li><img src="img/small3.png" /></li> <li><img src="img/small2.png" /></li> <li><img src="img/small3.png" /></li> <li><img src="img/small2.png" /></li> <li><img src="img/small3.png" /></li> <li><img src="img/small2.png" /></li> <!-- <li><img src="img/small1.png" /></li> --> </ul> <!--作业反馈开始--> <div class="homework-Feedback" style="display:block"> <div class="homework-Feedback-cont"> <div class="homework-Feedback-header pull-left"> <img src="img/emote.png" class="homework-likeEmote"> <div class="homework-dialog"> <p class="homework-tipsInfo">完成作业奖励<em>15</em>金币和<em>1500</em>学力。辅导老师额外奖励你<em>150</em>个金币!</p> </div> <div class="homework-scoreArea"> <span class="homework-score" score = "159"></span> <span class="homework-scoreLine"></span> </div> </div> <p class="homework-Feedback-describe"> 32分,满分是50,还是有点偏低。错了一道逻辑推理的题目,和一道零点分段法的题目,这部分要好好再看看课程哦,要学会对题目归纳总结。但是其他题目做得都不错,看得出来暑假还是用心预习了的,字也写得很漂亮,很棒!但是老师还是要小小提醒你一下,看看老师帮你写了多少个解啊,咱们做题的时候一定要规范作答,上了初中,这一点非常重要哦~加油,下一次老师期待你提交上来完美的试卷! </p> <div class="homework-Feedback-video pull-left"> <h3>老师推荐你观看以下视频</h3> <div class="homework-videoInfo pull-left"> <ul> <li><i></i><a href="">三角函数的概念</a></li> <li><i></i><a href="">三角函数的解题技巧</a></li> </ul> </div> </div> </div> </div> <!--作业反馈结束--> </div> </div> </div> <!--评论区域开始--> <div class="homework-comment-box"> <div class="homework-star pull-left"> <span class="pull-left">评价作业批改</span> <div class="homework-star-area pull-left" id="homeworkstarArea1"> <ul class="left"> <li class="on"></li> <li class="on"></li> <li class=""></li> <li class=""></li> <li class=""></li> </ul> <span class="homework-star-score-num">0</span> </div> </div> <textarea class="homework-comment" placeholder="请对老师的作业批改做出评价,谢谢!"></textarea> <div class="homework-submit-box"> <button class="homework-submit-btn pull-right">提交</button> </div> </div> <!--评论区域结束--> </div> <!--第一次批改作业结束--> <!--第二次批改作业开始--> <div class="homework-image-box" id="home_Image2"> <div class="homework-image-area"> <div class="homework-Thumbnails-box pull-left"> <div class="homework-page-btn"><i class="homework-prev_btn homework-prev-active"></i></div> <div class="homework-Thumbnails-img-list" id="Thumbnails"> <ul> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">1</span> <img src="img/small3.png" /> <i></i> </li> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">2</span> <img src="img/small2.png" /><i></i> </li> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">3</span> <img src="img/small3.png" /><i></i> </li> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">4</span> <img src="img/small2.png" /><i></i> </li> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">4</span> <img src="img/small3.png" /><i></i> </li> <li> <span class="homework-MaskLayer"></span> <span class="homework-MaskLayer-num">4</span> <img src="img/small2.png" /><i></i> </li> <li><img src="img/small1.png"/><i></i></li> </ul> </div> <div class="homework-page-btn"><i class="homework-next-btn homework-next-active"></i></div> </div> <div class="homework-bigImg-box"> <div class="homework-rightMeun pull-right"> <ul> <li><i class="homework-audio"></i></li> <li><i class="homework-leftRotate-btn"></i></li> <li><i class="homework-rightRotate-btn"></i></li> <li><i class="homework-zoom-btn"></i></li> <li><i class="homework-zoomout-btn"></i></li> </ul> </div> <div id="home_ImageTransform2" class="homework-ImageTransform"> <ul style="display:none"> <li><img src="img/small3.png" /></li> <li><img src="img/small2.png" /></li> <li><img src="img/small3.png" /></li> <li><img src="img/small2.png" /></li> <li><img src="img/small3.png" /></li> <li><img src="img/small2.png" /></li> <!-- <li><img src="img/small1.png" /></li> --> </ul> <!--作业反馈开始--> <div class="homework-Feedback" style="display:block"> <div class="homework-Feedback-cont"> <div class="homework-Feedback-header pull-left"> <img src="img/emote.png" class="homework-likeEmote"> <div class="homework-dialog">奖励你 <em>15</em> 个金币!</div> <div class="homework-scoreArea"> <span class="homework-score" score = "159"></span> <span class="homework-scoreLine"></span> </div> </div> <p class="homework-Feedback-describe"> 32分,满分是50,还是有点偏低。错了一道逻辑推理的题目,和一道零点分段法的题目,这部分要好好再看看课程哦,要学会对题目归纳总结。但是其他题目做得都不错,看得出来暑假还是用心预习了的,字也写得很漂亮,很棒!但是老师还是要小小提醒你一下,看看老师帮你写了多少个解啊,咱们做题的时候一定要规范作答,上了初中,这一点非常重要哦~加油,下一次老师期待你提交上来完美的试卷! </p> <div class="homework-Feedback-video pull-left"> <h3>老师推荐你观看以下视频</h3> <div class="homework-videoInfo pull-left"> <ul> <li><i></i><a href="">三角函数的概念</a></li> <li><i></i><a href="">三角函数的解题技巧</a></li> </ul> </div> </div> </div> </div> <!--作业反馈结束--> </div> </div> </div> <!--评论区域开始--> <div class="homework-comment-box"> <div class="homework-star pull-left"> <span class="pull-left">评价作业批改</span> <div class="homework-star-area pull-left" id="homeworkstarArea2"> <ul class="left"> <li class="on"></li> <li class="on"></li> <li class=""></li> <li class=""></li> <li class=""></li> </ul> <span class="homework-star-score-num">0</span> </div> </div> <textarea class="homework-comment" placeholder="请对老师的作业批改做出评价,谢谢!"></textarea> <div class="homework-submit-box"> <button class="homework-submit-btn pull-right">提交</button> </div> </div> <!--评论区域结束--> </div> <!--第二次批改作业结束--> </div> <!--交作业左侧结束--> </div> </div> </body> </html> <!-- 这是jquery库文件 --> <script type="text/javascript" src="../../lib/jQuery/2.1.1/jquery.min.js"></script> <!-- 图片旋转js --> <script type="text/javascript" src="homework.ImageSet.min.js"></script> <script type="text/javascript" src="homework.ImageTrans.min.js"></script> <script type="text/javascript" src="homework.js"></script> <script type="text/javascript"> $(function(){ homeWork.imageCtl('.homework-image-box'); //轮播图 $('#home_Image1').imagePage({ bigPic:".homework-ImageTransform",//大图框架 smallPic:".homework-Thumbnails-img-list",//小图框架 prev_btn:".homework-prev_btn",//小图左箭头 next_btn:".homework-next-btn",//小图右箭头 delayTime:400,//切换一张图片时间 order:0,//当前显示的图片(从0开始) ImageTransform:'home_ImageTransform1',//旋转大图框架 zoom:".homework-zoom-btn",//放大按钮 zoomout:".homework-zoomout-btn",//缩小按钮 leftRotate:".homework-leftRotate-btn",//向左旋转按钮 rightRotate:".homework-rightRotate-btn",//向右旋转按钮 min_picnum:4,//小图显示个数 isZoom:true//是否存在旋转缩放 }); $('#home_Image2').imagePage({ bigPic:".homework-ImageTransform",//大图框架 smallPic:".homework-Thumbnails-img-list",//小图框架 prev_btn:".homework-prev_btn",//小图左箭头 next_btn:".homework-next-btn",//小图右箭头 delayTime:400,//切换一张图片时间 order:0,//当前显示的图片(从0开始) ImageTransform:'home_ImageTransform2',//旋转大图框架 zoom:".homework-zoom-btn",//放大按钮 zoomout:".homework-zoomout-btn",//缩小按钮 leftRotate:".homework-leftRotate-btn",//向左旋转按钮 rightRotate:".homework-rightRotate-btn",//向右旋转按钮 min_picnum:4,//小图显示个数 isZoom:true//是否存在旋转缩放 }); //分数处理函数 homeWork.score('.homework-score'); //星星评分 $('#homeworkstarArea1').starScore({ className:"on",//星星选中状态类 scoreNum:".homework-star-score-num"//显示评分分数的类 }) $('#homeworkstarArea2').starScore({ className:"on",//星星选中状态类 scoreNum:".homework-star-score-num"//显示评分分数的类 }) }) </script>
wsgi/static/reeborg/docs/begin_js_en/_build/html/france.html
coursemdetw/2014c2
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>4. Reeborg goes to France &mdash; Learn Javascript with Reeborg</title> <link rel="stylesheet" href="_static/reeborg.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="shortcut icon" href="_static/favicon.ico"/> <link rel="top" title="Learn Javascript with Reeborg" href="index.html" /> <link rel="next" title="5. A token of appreciation" href="tokens1.html" /> <link rel="prev" title="3. Darn bugs!" href="bugs.html" /> <script> // intelligent scrolling of the sidebar content // copied from the sphinx website $(window).scroll(function() { var sb = $('.sphinxsidebarwrapper'); var win = $(window); var sbh = sb.height(); var offset = $('.sphinxsidebar').position()['top']; var wintop = win.scrollTop(); var winbot = wintop + win.innerHeight(); var curtop = sb.position()['top']; var curbot = curtop + sbh; // does sidebar fit in window? if (sbh < win.innerHeight()) { // yes: easy case -- always keep at the top sb.css('top', $u.min([$u.max([0, wintop - offset - 10]), $(document).height() - sbh - 200])); } else { // no: only scroll if top/bottom edge of sidebar is at // top/bottom edge of window if (curtop > wintop && curbot > winbot) { sb.css('top', $u.max([wintop - offset - 10, 0])); } else if (curtop < wintop && curbot < winbot) { sb.css('top', $u.min([winbot - sbh - offset - 20, $(document).height() - sbh - 200])); } } }); </script> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="tokens1.html" title="5. A token of appreciation" accesskey="N">next</a></li> <li class="right" > <a href="bugs.html" title="3. Darn bugs!" accesskey="P">previous</a> |</li> <li><a class="logo" href="../../index_en.html" class="fake_button"> <img class="logo" src="_static/robot_e.png" alt="Logo"/>Reeborg's World </a></li> <li><a href="index.html">Learn Javascript with Reeborg</a></li> </ul> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3>Table Of Contents</h3> <ul> <li><a class="reference internal" href="#">4. Reeborg goes to France</a><ul> <li><a class="reference internal" href="#valid-names">4.1. Valid names</a></li> </ul> </li> </ul> <h4>Previous topic</h4> <p class="topless"><a href="bugs.html" title="previous chapter">3. Darn bugs!</a></p> <h4>Next topic</h4> <p class="topless"><a href="tokens1.html" title="next chapter">5. A token of appreciation</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/france.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="topic"> <p class="topic-title first">Try this!</p> <p>Before reading the rest of this lesson, write a program that makes Reeborg draw a square as illustrated on this image: <img alt="image0" src="_images/square.png" /></p> </div> <div class="admonition hint"> <p class="first admonition-title">Hint</p> <p class="last">If you do not know how to, select world <strong>Alone</strong> and review the commands seen in <a class="reference external" href="home.html">Test driven learning</a></p> </div> <div class="section" id="reeborg-goes-to-france"> <h1>4. Reeborg goes to France<a class="headerlink" href="#reeborg-goes-to-france" title="Permalink to this headline">¶</a></h1> <ul class="simple"> <li><em>Quelque chose à déclarer Monsieur. ... Reeborg?</em></li> <li><tt class="docutils literal"><span class="pre">Je</span> <span class="pre">ne</span> <span class="pre">parle</span> <span class="pre">pas</span> <span class="pre">français</span> <span class="pre">....</span> <span class="pre">I</span> <span class="pre">do</span> <span class="pre">not</span> <span class="pre">speak</span> <span class="pre">French.</span></tt></li> <li><em>Do you have something to declare?</em></li> <li><tt class="docutils literal"><span class="pre">Perhaps</span> <span class="pre">I</span> <span class="pre">should</span> <span class="pre">...</span></tt></li> </ul> <p>Reeborg is known internationally and travels often. It might be useful to teach him words in a different language. For functions, this can be done using the Javascript keyword <tt class="docutils literal"><span class="pre">var</span></tt>. I like to think of <tt class="docutils literal"><span class="pre">var</span></tt> as creating some <tt class="docutils literal"><span class="pre">var</span></tt>iation of the language. However, in programming terms, this is simply known as <strong>declaring</strong> a <tt class="docutils literal"><span class="pre">var</span></tt><strong>iable</strong>.</p> <p>We can do this in either one or two steps.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">On line 1 we define a new word and give it a meaning on line 2. On line 3 we do both steps at once. Notice the absence of parentheses. We can then use the new functions names; the old ones still work as we show on the last line.</p> </div> <div class="highlight-javascript"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>1 2 3 4 5 6 7</pre></div></td><td class="code"><div class="highlight"><pre><span class="kd">var</span> <span class="nx">forward</span><span class="p">;</span> <span class="nx">forward</span> <span class="o">=</span> <span class="nx">move</span><span class="p">;</span> <span class="kd">var</span> <span class="nx">turnLeft</span> <span class="o">=</span> <span class="nx">turn_left</span><span class="p">;</span> <span class="nx">forward</span><span class="p">();</span> <span class="nx">turnLeft</span><span class="p">();</span> <span class="nx">move</span><span class="p">();</span> </pre></div> </td></tr></table></div> <div class="topic"> <p class="topic-title first">Try it!</p> <p>Choose your own names for <tt class="docutils literal"><span class="pre">move</span></tt> and <tt class="docutils literal"><span class="pre">turn_left</span></tt> and use them to make Reeborg draw a square. If your computer has speakers, you might want to add the instruction <tt class="docutils literal"><span class="pre">sound(true)</span></tt> at the very beginning of your program for a bit of added fun.</p> </div> <p>Perhaps you could define your own language for giving instructions to Reeborg?</p> <div class="admonition important"> <p class="first admonition-title">Important</p> <p class="last"><strong>Keywords</strong> are names in a programming language that are assigned some special meaning that will be the same independently of who writes the program. Note how the <tt class="docutils literal"><span class="pre">var</span></tt> keyword above appears in a different colour in the Javascript editor: all Javascript keywords will be identified similarly.</p> </div> <div class="section" id="valid-names"> <h2>4.1. Valid names<a class="headerlink" href="#valid-names" title="Permalink to this headline">¶</a></h2> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">If you have learned some Javascript elsewhere, you have seen that the <tt class="docutils literal"><span class="pre">var</span></tt> keyword is not normally required. If you choose the &#8220;regular&#8221; version of Javascript instead of the <strong>strict</strong> one, you will see that you can avoid using the <tt class="docutils literal"><span class="pre">var</span></tt> keyword. However, this is considered to be a bad practice.</p> </div> <p>For now, limit yourselves with names that start with a letter and contain only letters, numbers or the underscore character &#8220;_&#8221;; a name can <strong>not</strong> have a space in it - which is why many people use the underscore character to create names that look like many words that would be a phrase; thus, instead of <em>turn left</em>, we can write <tt class="docutils literal"><span class="pre">turn_left</span></tt>. An alternative way to write compound names most often used by Javascript programmers is known as camelCase, where the start of a new word is indicated by an uppercase letter. We gave one such example above with <tt class="docutils literal"><span class="pre">turnLeft</span></tt>.</p> </div> </div> </div> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="tokens1.html" title="5. A token of appreciation" >next</a></li> <li class="right" > <a href="bugs.html" title="3. Darn bugs!" >previous</a> |</li> <li><a class="logo" href="../../index_en.html" class="fake_button"> <img class="logo" src="_static/robot_e.png" alt="Logo"/>Reeborg's World </a></li> <li><a href="index.html">Learn Javascript with Reeborg</a></li> </ul> </div> <div class="footer"> &copy; Copyright <a href="mailto:[email protected]">André Roberge </a> - Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2. </div> </body> </html>
pantallaMT v0.95/MT4j/doc/org/mt4j/test/components/visibleComponents/font/package-frame.html
AdalbertoJoseToledoEscalona/catalogo_productos_old_version
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Thu Aug 12 23:36:34 CEST 2010 --> <TITLE> org.mt4j.test.components.visibleComponents.font </TITLE> <META NAME="date" CONTENT="2010-08-12"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../../../org/mt4j/test/components/visibleComponents/font/package-summary.html" target="classFrame">org.mt4j.test.components.visibleComponents.font</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="FontLoadingTest.html" title="class in org.mt4j.test.components.visibleComponents.font" target="classFrame">FontLoadingTest</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
WikipediaMetro/WikipediaMetroTest/about.html
wikimedia/WikisourceMobile
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>About flyout</title> </head> <body> <div id="aboutdiv" data-win-control="WinJS.UI.SettingsFlyout" data-win-options="{settingsCommandId:'about',width:'narrow'}"> <div class="win-header"> <button type="button" onclick="WinJS.UI.SettingsFlyout.show()" class="win-backbutton"></button> <div class="win-label">About Wikipedia</div> <img src="win8-tile-small.png" style="position: absolute; right: 40px"> </div> <div class="win-content"> <a href="https://wikimediafoundation.org/wiki/Privacy_policy">Privacy policy</a> </div> </div> </body> </html>
webclient/[email protected]/mytemplates/popupmove.html
stacksync/web
<html> <head> <title>Select directory</title> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet"> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script> <script src="{{STATIC_URL}}js/jquery.contextmenu.js"></script> <script src="{{STATIC_URL}}js/jquery.tablesorter.js"></script> <script src="{{STATIC_URL}}js/jquery.tablesorter.widgets.js"></script> <script src="{{STATIC_URL}}js/bootstrap-tagsinput.min.js"></script> <script src="{{STATIC_URL}}js/jquery.jgrowl.min.js"></script> <script src="{{STATIC_URL}}js/index.js"></script> </head> <body> <div class="list-group"> {% if base %} <a href="./back" class="list-group-item"><span class="glyphicon glyphicon-arrow-up"></span></a> {% endif %} {% for file in files %} {% if file.is_folder %} {% if forloop.first and not base %} <a href="#" class="list-group-item active"><span class="glyphicon glyphicon-folder-open" ></span> /</a> {% endif %} {% if forloop.first and base %} <a href="#" class="list-group-item active"><span class="glyphicon glyphicon-folder-open" ></span> {{file.name|title}}</a> {% else %} <a href="./{{file.file_id}}" class="list-group-item"><span class="glyphicon glyphicon-folder-close" ></span> {{file.name|title}}</a> {% endif %} {% endif %} {% endfor %} </div> <div class="container"> <button type="button" class="btn btn-default" onClick="move_element()">OK</button> <button type="button" class="btn btn-default" onClick="window.close()">Cancel</button> </div> </body> </html>
components/bpmn/bpmn-explorer-web/src/web/css/style.css
nandika/carbon-business-process
/* * Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. 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. */ /** ADD CUSTOM CSS IN THIS FILE FOR CUSTOMIZATION */ /* _____________________________________________________________________________ TYPOGRAPHY _____________________________________________________________________________ */ /* Regular */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Regular-webfont.eot'); src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg'); font-weight: normal; font-weight: 400; font-style: normal; } /* Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Italic-webfont.eot'); src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg'); font-weight: normal; font-weight: 400; font-style: italic; } /* Light */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Light-webfont.eot'); src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg'); font-weight: 200; font-style: normal; } /* Light Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-LightItalic-webfont.eot'); src: url('../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg'); font-weight: 200; font-style: italic; } /* Semibold */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Semibold-webfont.eot'); src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg'); font-weight: 500; font-style: normal; } /* Semibold Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot'); src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg'); font-weight: 500; font-style: italic; } /* Bold */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Bold-webfont.eot'); src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg'); font-weight: bold; font-weight: 700; font-style: normal; } /* Bold Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-BoldItalic-webfont.eot'); src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg'); font-weight: bold; font-weight: 700; font-style: italic; } /* Extra Bold */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-ExtraBold-webfont.eot'); src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg'); font-weight: 900; font-style: normal; } /* Extra Bold Italic */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot'); src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg'); font-weight: 900; font-style: italic; } body { font-family: "Open Sans"; } p { font-size: 17px; line-height: 24px; } h1 { font-size: 39px; font-weight: 100; line-height: Auto; font-style: normal; } h2 { font-size: 24px; line-height: Auto; font-weight: 400; } h3 { font-size: 16px; line-height: Auto; font-weight: 500; margin: 0px; } h4 { font-size: 20px; line-height: Auto; font-weight: 400; } h5 { font-size: 30px; font-weight: 100; line-height: Auto; font-style: normal; color: #929292; } .font-small { font-size: 12px; } .font-medium { font-size: 14px; } .font-large { font-size: 16px; } .font-extra-large { font-size: 20px !important; } .medium-weight { font-weight: 100; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } .lowercase { text-transform: lowercase; } .light-blue { color: #3a9ecf; } .black { color: #000; } .grey { color: #333; } .light-grey { color: #7c7c7c; } .white { color: #FFF; } .blue { color: #00979c; } .blue:hover { color: #03c5cb; } .bold { font-weight: bold; } .no-underline { text-decoration: none; } .italic { font-style: italic; } .center { text-align: center; } .right { text-align: right; } .left { text-align: left; } .justify { text-align: justify; } .middle { vertical-align: middle; } .top { vertical-align: top; } .middle { vertical-align: middle; } .bottom { vertical-align: bottom; } .rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .opacity { opacity: 0.8; } .circle { background: none repeat scroll 0 0 blue; border-radius: 50%; height: 20px; width: 20px; color: #fff; margin-left: 50px; float: right; } /* _____________________________________________________________________________ BACKGROUND _____________________________________________________________________________ */ .grey-bg { background-color: #f6f4f4; } .light-grey-bg { background-color: #f5f5f5; } .white-bg { background-color: #fff; } .off-white { background-color: #3a9ecf; } .dark-grey { background-color: #2a2a2a; } .blue-bg { background-color: #00979c; } .light-blue-bg { background-color: #00deff; } .light-yellow-bg { background-color: #efd924; } .light-green-bg { background-color: #00d482; } .light-red-bg { background-color: #ff7058; } .dark-red-bg { background-color: #be2d28; } /* _____________________________________________________________________________ Main _____________________________________________________________________________ */ body { background-color: #F9F9F9; } header { background-color: #282828; height: 45px; color: #fff; } .logo-wrapper { padding: 6px 11px 10 14px; float: left; } .logo-wrapper a { color: #fff; font-size: 28px; } .login-wrapper { float: right; background-color: #272727; color: #fff; height: 45px; padding: 10px 5px; } .float-left { float: left; } .float-right { float: right; } .navbar-default { background: #be2d28; border-radius: 0px; border: 0px; } .app-logo { height: 45px; padding: 12px 10px; } .app-logo a img, .app-logo a h2 { float: left; } .app-logo a h2 { margin-left: 10px; } h2.app-title { font-weight: 500; font-size: 17px; margin: 0; padding: 3px 0 0 0; color: #fafafa; text-transform: uppercase; } a.collapsing-h2 h2 { margin: 0 0 20px 0; color: #222222; font-size: 22px; font-weight: 200; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; padding-bottom: 10px; } a.collapsing-h2 { text-decoration: none; } .wr-navbar-inner { padding: 0; } .navbar-collapse { padding-left: 0; } .navbar { min-height: 44px; overflow: visible; } .navbar-default .navbar-nav > li { color: #e4e4e4; text-transform: uppercase; } .navbar-default .navbar-nav > .active > a { height: 45px; } .navbar-default .navbar-nav > li > a { color: #e4e4e4; text-transform: uppercase; } .nav>li>a { padding: 15px 15px; } .navbar-nav>li>a { padding: 5px 10px; line-height: 35px; } .navbar-nav>li>a:hover { padding-top: 5px !important; background-color: #333 !important; } .panel-primary > .panel-heading { background: #C6C6C6 ; border: 0px; border-radius: 0px; color: #333; height: 43px; padding: 7px 0 0 10px; font-size: 20px; } .heading-wrapper { background: #C6C6C6 ; border: 0px; border-radius: 0px; color: #080808; height: 55px; margin-bottom: 10px; width: 100%; } .panel-primary { border: 0px; border-radius: 0px; } .panel { background-color: #282828 width: 99% } .panel-inbox { width: 99% } .table-title,.panel-heading { background: #C6C6C6 ; border: 0px; border-radius: 0px; color: #333; height: 43px; padding: 7px 0 0 10px; font-size: 20px; //float: left; width: 99.9%; } .sub-tab-table-title-icon { padding-right: 5px; font-size: 16; } .sub-tab-dropdown-items > .active > a{ background-color: #9b221e; background-image: none; } .table-title>a { color: #333; } .table-body { padding: 0px; } #attachmentList>.table-body { padding: 0; width: 97.6%; } .table-title-row { background: #f5f5f5; height: 50px; padding-top: 10px; } .table-status-column { background: #ADA8A8; color: #000000; } .table-status-column tr{ color: #000000; font-size: 18px; } .addAttachment{ margin:0px 20px; float:left; background-color: #fff; border: 1px solid #cccccc; width: 97.5%; } .main { height: 440px; } .breadcrumb { width: 98%; overflow: hidden; margin-left: 20px; border-radius: 0; } .barchart-wrapper{ width: 100%; float: left; } .row { margin-right: 0px; margin-left: 0px; } .pagination { border-radius: 0px; height: 50px; float: right; margin-right: 20px; } .pagination>li:first-child>a, .pagination>li:first-child>span { border-radius: 0; } .pagination>li:last-child>a, .pagination>li:last-child>span { border-radius: 0; } footer { bottom: 0; height: 100px; left: 0; position: absolute; width: 100%; } .well { background: #282828 none repeat scroll 0 0; border: 0 none; border-radius: 0; bottom: 0; height: 42px; left: 0; margin-bottom: 0; position: fixed; width: 100%; color: #fff; } .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { color: #f0f0f0; } .nav>li>a:hover, .nav>li>a:focus { text-decoration: none; background-color: #444444; height: 47px !important; } .nav-pills>li>a { border-radius: 0px } .table-row { border-color: #f1f1f1; } .btn-default { background-image: none; border-color: #4f4f4f; text-shadow: none; background-color: #434343; color: #f2f2f2; padding: 10px 15px; min-width: 75px; font-weight: 100; border-radius: 0px; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default { color: #ccc; background-color: #535353; border-color: #434343; text-shadow: none; border-radius: 0px; } .col-centered { float: none; margin: 0 auto; } .wr-login { padding-top: 50px; } .boarder-all { border: 1px solid #d2d2d2; background-color: #fff; padding-bottom: 40px; margin-top: -10px; } .form-control { line-height: normal; width: 100%; /*padding: 15px;*/ font-size: 15px; border: 1px solid #ccc; border-radius: 0; box-shadow: none; color: #555; display: block; } .wr-btn { background: #282828 none repeat scroll 0 0; border: medium none; color: #fff; display: inline-block; font-size: 16px; font-weight: normal; margin-right: 20px; padding: 15px 10px; } .wr-btn:hover { background: #cccccc none repeat scroll 0 0; color: #333; } .boarder-bottom-red { border-bottom: 2px solid #d8371d; } /* ____________________________________________________________________________ padding-margin _____________________________________________________________________________ */ .padding-left { padding-left: 10px; } .padding-right { padding-right: 10px; } .padding-top { padding-top: 10px; } .padding-bottom { padding-bottom: 10px; } .padding { padding: 10px; } .padding-none { padding: 0px; } .padding-left-none { padding-left: 0px; } .padding-left-double { padding-left: 20px; } .padding-right-double { padding-right: 20px; } .padding-top-double { padding-top: 20px; } .padding-bottom-double { padding-bottom: 20px; } .padding-double { padding: 20px; } .padding-top-large { padding-top: 60px; } .padding-bottom-large { padding-bottom: 60px; } .margin-left { margin-left: 10px; } .margin-right { margin-right: 10px; } .margin-top { margin-top: 10px; } .margin-bottom { margin-bottom: 10px; } .margin { margin: 10px; } .margin-top-minus { margin-top: -123px; } .margin-left-double { margin-left: 20px; } .margin-right-double { margin-right: 20px; } .margin-top-double { margin-top: 20px; } .margin-bottom-double { margin-bottom: 20px; } .margin-double { margin: 20px; } .margin-left-none { margin-left: 0px; } .margin-right-none { margin-right: 0px; } .float-left { float: left; } .float-right { float: right; } .clear { clear: both; } .inline-block { display: inline-block; } .relative { position: relative; } .border { border: 2px solid #dddddd; } .border-bottom { border-bottom: 1px solid #efefef; } .border-radius { border-radius: 5px; } .border-top { border-top: 1px solid #ddd; } /* action buttons */ a.cu-btn { color: #fff; text-decoration: none; border: 0px solid #ff0000; padding: 17px 10px 16px 45px; margin: 0 0 0 0px !important; font-weight: 100; display: inline-block; text-transform: uppercase; background-size: 26px 26px; border: 0px solid #ff0000; padding-left: 45px !important; } a.cu-btn:hover { background-color: #1965b2 !important; color: #fafafa !important; } i.cu-btn-exp-col { display: inline-block; height: 27px; background-size: 26px 26px; padding-left: 35px; font-style: normal; } .btn-collapsed { background: url('../images/ico-expanded.png') no-repeat; } .btn-start:focus { background: url('../images/loader.gif') no-repeat top; margin: 0; padding: 0; border-width: 2px; border-color: white; width:60PX; height:30PX; opacity: 1; font-size: 0%; background-position: center; } .fixed-bar-outer { position: relative; } .modal-content { width: 150%; margin-left: -25%; } #diagramScroll { width: 100%; height: 70%; overflow-x: scroll; overflow-y: scroll; } @media (min-width: 768px) { .fixed-bar { position: fixed; } } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #be2d28; border-color: #be2d28; z-index:0; } .pagination > li > a, .pagination > li > span { color: #333; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { outline: none; border-color: #DDD; } .btn-info { background: #be2d28; border-color: #be2d28; border-radius: 0; } .btn-info:hover{ background: #343434; border-color: #343434; border-radius: 0; } .btn-action { background: #343434; border-color: #343434; border-radius: 0; color: #fff; } .btn-action:hover { background: #be2d28; border-color: #be2d28; border-radius: 0; color: #fff; } .btn-xs{background: #be2d28 none repeat scroll 0 0; border-color: #be2d28; font-weight: 300; padding: 5px 15px;} .btn-xs:hover{ background: #343434;border-color: #343434; } .btn-primary {background: #be2d28 none repeat scroll 0 0; border-color: #be2d28; font-weight: 300; padding: 5px 15px; } .btn-sm-activate { background: #1C6C0B; border-color: #0C3703; padding-top: 0; padding-bottom: 0; } .btn-sm-deactivate { background: #be2d28; border-color: #be2d28; padding-top: 0; padding-bottom: 0; } .btn-sm-bold-text { font-weight: bold; } a { color: #6a0400; text-decoration: none; } a:hover { color: #be2d28; text-decoration:none; } span>a{color: #ffffff; padding:10px 10px 16px 10px; height: 45px;} span>a:hover{color: #ffffff; background-color:#be2d28; } .padding-top-icon{padding-top: 8px;} .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { height: 40px; padding-top: 8px;} .nav > li > a:hover, .nav > li > a:focus { height: 40px; padding-top: 8px; transition: all 0.5s ease 0s; } .glyphicon { color: #be2d28; } .glyphicon:hover { color: #434343; } nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #444; color: #fff;} .navbar-nav { margin: -1.5px -11px !important; } .padding-left-none{padding-left: 0 !important;} .lable-wp{margin: 10px 0px; float: left; } .small-col { width: 176px; position: relative; min-height: 1px; /* padding-right: 15px; */ /* padding-left: 15px; */ float: left; } .small-med { width: 100%; position: relative; min-height: 1px; float: left; } hr { border: 1px solid #eee; } .secondry-table { padding: 0px; width: 98%; } .list-group { border-radius: 0px; -webkit-box-shadow:none; box-shadow: none ; border: 0; } .capitalize{text-transform: capitalize} .chartPagination { border-radius: 0px; width: 25px; float: right; margin-right: 5px; background-color: #FFF; text-align: center; cursor:pointer; float:right; } .page-label { font-size: 15px; text-align: center; float:right; margin-top: 4px; } .tabs { position: relative; min-height: 200px; clear: both; margin: 25px 0; } .tab { float: left; } .tab label { background: #eee; padding: 10px; border: 1px solid #ccc; margin-left: -1px; position: relative; left: 1px; width:150px; } .tab [type=radio] { display: none; } .content { position: absolute; top: 28px; left: 0; background: white; right: 0; bottom: 0; padding: 20px; border: 1px solid #ccc; height: 200%; } [type=radio]:checked ~ label { background: #666666; border-bottom: 1px solid white; } [type=radio]:checked ~ label ~ .content { } .process-title,.panel-heading { font-size: 16px; width: 99.9%; color: #ffffff; } #table1 { border: 1px solid black; width: 100%; table-layout:fixed; } #table1 td, #table1 th, #table1 tr { border: 1px solid black; padding: 4px; table-layout:fixed; } #table1 tr:hover{background-color:#f5f5f5} #table1 thead { padding-top: 12px; padding-bottom: 12px; background-color: #4CAF50; color: white; } .footer { z-index: 1; } .table-status-column a { color: #000000; font-size: 18px; } .table-status-column a:hover { color : red; }
web/cgi/alpine/1.0/help/secure.html
nysan/alpine
<HTML> <HEAD> <!-- # $Id: secure.html 1204 2009-02-02 19:54:23Z [email protected] $ # ======================================================================== # Copyright 2006 University of Washington # # Licensed 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 # # ======================================================================== --> <TITLE>Alpine with Session Encryption</TITLE> <STYLE TYPE='TEXT/CSS'> BODY { background-color: #F3F3F3 ; font-family: Arial, sans-serif } </STYLE> </HEAD> <BODY> <DIV STYLE="font-weight: bold; font-size: 16pt ; padding: 12" ALIGN="CENTER"> <IMG SRC="../../images/logo/alpine-w-logo-small.gif" STYLE="float: left; padding-left: 20"> Alpine with Session Encryption </DIV> <DIV STYLE="background-color: white; padding: 24; margin: 20"> Web browser access to email is inherently slower than a desktop email application.&nbsp; And while Alpine is designed to be as efficient as possible, there remain certain performance obstacles that cannot be easily overcome.&nbsp; <p> One obstacle is session encryption (also known as <a href="http://www.washington.edu/computing/web/publishing/ssl.html">Secure Socket Layer</a> or SSL).&nbsp; When session encryption is enabled, all communication between the browser and the Alpine server is scrambled such that an eavesdropper would find it extremely difficult to observe the contents.&nbsp; When disabled, all communication, except for your username and password, between the browser and Alpine server takes place in clear text and is easily observable.&nbsp; <p> While encryption and decryption require some extra computing resources, the heaviest performance cost has to do with default browser behavior.&nbsp; Usually browsers retain a copy of pages and their various elements, such as images, for a time with the intent of avoiding costly network communication next time that page or a page containing the same elements is requested.&nbsp; However, to be extra careful of potentially exposing sensitive information, many browsers default behavior is not to retain copies of elements retrieved over encrypted connections.&nbsp; Thus, Alpine's performance cost has to do with the browser re-requesting common elements on the various Alpine pages.&nbsp; <p> Typically, from a computer connected directly to the campus network (or other high-speed network such as DSL or cable-modem) this performance cost is not noticeable.&nbsp; However, a user on a slower, modem-connected computer can be severely effected.&nbsp; <p> There are two ways to work around this situation.&nbsp; One is to alter the browser's configuration to retain elements on pages served securely.&nbsp; The downside is that this setting often will then apply to all secure pages, not just Alpine.&nbsp; The other work around is to disable session encryption for Alpine.&nbsp; The downside is that communication between the Alpine server and your computer, except for passwords, is visible.&nbsp; <p> The likelihood that the communication will be observed depends on the path the communication takes over the network.&nbsp; For example, while using a computer in a campus lab or laptop connected to a wireless hub, it is not unthinkable that someone on the local network may be watching traffic.&nbsp; In such situations the communication speed is high enough to offset the performance cost, so session encryption is a pretty good idea.&nbsp; Similarly, communication between the Alpine server and a computer connected to a campus modem, is not likely to travel over a publicly accessible network, so malicious eavesdropping is much less likely.&nbsp; Given the slower communication speed and reduced risk of observation, disabling session encryption while connected via modem is reasonable.&nbsp; <p> Alpine knows about the campus modem pools, and will adjust the &quot;Session Encryption&quot; default setting based on whether or not the browser you are using appears to be running on a computer connected to a campus modem pool.&nbsp; Modem pool connections will default to <b>not</b> using session encryption.&nbsp; All other connections will default to using session encryption.&nbsp; That is, a computer on the campus network or connected to a network or dial-in service outside the UW will have its Alpine session encrypted unless you uncheck the box labelled "SSL Session Encryption."&nbsp; If you are on a slow connection and confident that your connection is not likely to travel any hostile path, or otherwise decide the performance benefit outweighs the risk of observation, then unchecking the box may be a reasonable option for you.&nbsp; <p> Please note: Session encryption <i>only</i> ensures that communication between your browser and the Alpine server is secure. It does not mean email messages you send from Alpine are in any way safe from observation or otherwise confidential. </DIV> </BODY> </HTML>
third_party/blink/web_tests/custom-elements/gc.html
nwjs/chromium.src
<!DOCTYPE html> <script src="../resources/gc.js"></script> <script src="../resources/testharness.js"></script> <script src="../resources/testharnessreport.js"></script> <body> <script> 'use strict'; (() => { if (!window.internals) { // Requires observeGC return; } promise_test((t) => { var observation = null; (() => { let f = document.createElement('iframe'); f.srcdoc = 'content'; document.body.appendChild(f); let w = f.contentWindow; var X = new Object; X.a = [f, w, w.customElements, w.document]; X.a.forEach((o) => o.x = X); observation = internals.observeGC(X); f.remove(); })(); return asyncGC().then(() => { assert_true(observation.wasCollected, 'cyclic references between objects and DOM wrappers should ' + 'not leak'); }); }, 'Sanity check ordinary objects are not leaking'); promise_test((t) => { var observation = null; (() => { let f = document.createElement('iframe'); f.srcdoc = 'content'; document.body.appendChild(f); let w = f.contentWindow; class X extends HTMLElement {} X.a = [f, w, w.customElements, w.document]; X.a.forEach((o) => o.x = X); w.customElements.define('a-a', X); observation = internals.observeGC(X); f.remove(); })(); return asyncGC().then(() => { assert_true(observation.wasCollected, 'defining a custom element should not leak its constructor'); }); }, 'Defining custom elements does not leak'); })(); </script>
LayoutTests/ietestcenter/Javascript/15.2.3.6-4-1.html
ondra-novak/blink
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <script src="../../resources/js-test.js"></script> </head> <body> <p id="description"></p> <div id="console"></div> <script src="resources/ie-test-pre.js"></script> <script src="TestCases/15.2.3.6-4-1.js"></script> <script src="resources/ie-test-post.js"></script> </body> </html>
third_party/blink/web_tests/editing/selection/extend/extend_selection_01_rtl_right_lineboundary.html
scheib/chromium
<!doctype html> <script src="../../../resources/testharness.js"></script> <script src="../../../resources/testharnessreport.js"></script> <script src="../../assert_selection.js"></script> <script> selection_test( '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor sit</span> amet</div>', '1-0 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">L|orem <span style="direction: rtl">ipsum dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|L^orem <span style="direction: rtl">ipsum dolor sit</span> amet</div>', '1-1 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lo|rem <span style="direction: rtl">ipsum dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lo^rem <span style="direction: rtl">ipsum dolor sit</span> amet</div>', '1-2 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lor|em <span style="direction: rtl">ipsum dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lor^em <span style="direction: rtl">ipsum dolor sit</span> amet</div>', '1-3 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lore|m <span style="direction: rtl">ipsum dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lore^m <span style="direction: rtl">ipsum dolor sit</span> amet</div>', '1-4 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem| <span style="direction: rtl">ipsum dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem^ <span style="direction: rtl">ipsum dolor sit</span> amet</div>', '1-5 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">|ipsum dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem ^<span style="direction: rtl">ipsum dolor sit</span> amet</div>', '1-6 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">i|psum dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">i^psum dolor sit</span> amet</div>', '1-7 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ip|sum dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ip^sum dolor sit</span> amet</div>', '1-8 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ips|um dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ips^um dolor sit</span> amet</div>', '1-9 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsu|m dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsu^m dolor sit</span> amet</div>', '1-10 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum| dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum^ dolor sit</span> amet</div>', '1-11 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum |dolor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum ^dolor sit</span> amet</div>', '1-12 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum d|olor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum d^olor sit</span> amet</div>', '1-13 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum do|lor sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum do^lor sit</span> amet</div>', '1-14 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dol|or sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dol^or sit</span> amet</div>', '1-15 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolo|r sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolo^r sit</span> amet</div>', '1-16 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolor| sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor^ sit</span> amet</div>', '1-17 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolor |sit</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor ^sit</span> amet</div>', '1-18 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolor s|it</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor s^it</span> amet</div>', '1-19 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolor si|t</span> amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor si^t</span> amet</div>', '1-20 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolor sit</span>| amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor sit^</span> amet</div>', '1-21 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolor sit</span> |amet</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor sit</span> ^amet</div>', '1-22 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolor sit</span> a|met</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor sit</span> a^met</div>', '1-23 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolor sit</span> am|et</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor sit</span> am^et</div>', '1-24 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolor sit</span> ame|t</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor sit</span> ame^t</div>', '1-25 rtl right lineboundary'); selection_test( '<div contenteditable dir="rtl">Lorem <span style="direction: rtl">ipsum dolor sit</span> amet|</div>', selection => selection.modify('extend', 'right', 'lineboundary'), '<div contenteditable dir="rtl">|Lorem <span style="direction: rtl">ipsum dolor sit</span> amet^</div>', '1-26 rtl right lineboundary'); </script>
third_party/blink/web_tests/wpt_internal/geolocation-api/error-service-connection-error.https.html
scheib/chromium
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="resources/testharness-adapter.js"></script> </head> <body> <script type="module"> import {GeolocationMock} from './resources/geolocation-mock.js'; description("Tests Geolocation when the geolocation service connection fails."); let error; const mock = new GeolocationMock(); mock.setGeolocationPermission(true); mock.rejectGeolocationServiceConnections(); navigator.geolocation.getCurrentPosition(function(p) { testFailed('Success callback invoked unexpectedly'); finishJSTest(); }, function(e) { error = e; assert_equals(error.code, error.PERMISSION_DENIED); assert_equals(error.message, 'User denied Geolocation'); finishJSTest(); }); </script> </body> </html>
static/docs/index.html
donholly/node-sonos-http-api
<!DOCTYPE html> <html> <head> <title>Swagger UI</title> <link href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/> <link href='css/reset.css' media='screen' rel='stylesheet' type='text/css'/> <link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/> <link href='css/reset.css' media='print' rel='stylesheet' type='text/css'/> <link href='css/screen.css' media='print' rel='stylesheet' type='text/css'/> <script type="text/javascript" src="lib/shred.bundle.js"></script> <script src='lib/jquery-1.8.0.min.js' type='text/javascript'></script> <script src='lib/jquery.slideto.min.js' type='text/javascript'></script> <script src='lib/jquery.wiggle.min.js' type='text/javascript'></script> <script src='lib/jquery.ba-bbq.min.js' type='text/javascript'></script> <script src='lib/handlebars-1.0.0.js' type='text/javascript'></script> <script src='lib/underscore-min.js' type='text/javascript'></script> <script src='lib/backbone-min.js' type='text/javascript'></script> <script src='lib/swagger.js' type='text/javascript'></script> <script src='swagger-ui.js' type='text/javascript'></script> <script src='lib/highlight.7.3.pack.js' type='text/javascript'></script> <script src='lib/swagger-client.js' type='text/javascript'></script> <script src='spec.js' type='text/javascript'></script> <!-- enabling this will enable oauth2 implicit scope support --> <script src='lib/swagger-oauth.js' type='text/javascript'></script> <script type="text/javascript"> $(function () { window.swaggerUi = new SwaggerUi({ url: "/docs/api-docs", spec: spec, dom_id: "swagger-ui-container", supportedSubmitMethods: ['get', 'post', 'put', 'delete'], onComplete: function(swaggerApi, swaggerUi){ log("Loaded SwaggerUI"); if(typeof initOAuth == "function") { /* initOAuth({ clientId: "your-client-id", realm: "your-realms", appName: "your-app-name" }); */ } $('pre code').each(function(i, e) { hljs.highlightBlock(e) }); }, onFailure: function(data) { log("Unable to Load SwaggerUI"); }, docExpansion: "none" }); $('#input_apiKey').change(function() { var key = $('#input_apiKey')[0].value; log("key: " + key); if(key && key.trim() != "") { log("added key " + key); window.authorizations.add("key", new ApiKeyAuthorization("api_key", key, "query")); } }) // window.authorizations.add("key1", new ApiKeyAuthorization("key1", "the_key_1", "header")); // window.authorizations.add("key2", new ApiKeyAuthorization("key2", "the_key_2", "header")); window.swaggerUi.load(); }); </script> </head> <body class="swagger-section"> <div id='header'> <div class="swagger-ui-wrap"> <a id="logo" href="http://swagger.wordnik.com">swagger</a> <form id='api_selector'> <!--div class='input icon-btn'> <img id="show-pet-store-icon" src="images/pet_store_api.png" title="Show Swagger Petstore Example Apis"> </div> <div class='input icon-btn'> <img id="show-wordnik-dev-icon" src="images/wordnik_api.png" title="Show Wordnik Developer Apis"> </div--> <div class='input'><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"/></div> <!--div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div--> <div class='input'><a id="explore" href="#">Explore</a></div> </form> </div> </div> <div id="message-bar" class="swagger-ui-wrap">&nbsp;</div> <div id="swagger-ui-container" class="swagger-ui-wrap"></div> </body> </html>
examples/webgl_materials_displacementmap.html
Ludobaka/three.js
<!DOCTYPE html> <html lang="en"> <head> <title>three.js webgl - materials - displacement map</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; font-weight: bold; overflow:hidden; } a { color: #ffffff; } #info { position: absolute; top: 0px; width: 100%; color: #ffffff; padding: 5px; font-family:Monospace; font-size:13px; text-align:center; } #vt { display:none } #vt, #vt a { color:orange; } </style> </head> <body> <div id="info"> <a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - (<span id="description">normal + ao + displacement + environment</span>) map demo.<br /> ninja head from <a href="http://developer.amd.com/tools-and-sdks/archive/legacy-cpu-gpu-tools/amd-gpu-meshmapper/" target="_blank" rel="noopener">AMD GPU MeshMapper</a> <div id="vt">displacement mapping requires vertex textures</div> </div> <script src="../build/three.js"></script> <script src="js/controls/OrbitControls.js"></script> <script src="js/loaders/OBJLoader.js"></script> <script src="js/Detector.js"></script> <script src="js/libs/stats.min.js"></script> <script src='js/libs/dat.gui.min.js'></script> <script> if ( ! Detector.webgl ) Detector.addGetWebGLMessage(); var stats; var camera, scene, renderer, controls; var settings = { metalness: 1.0, roughness: 0.4, ambientIntensity: 0.2, aoMapIntensity: 1.0, envMapIntensity: 1.0, displacementScale: 2.436143, // from original model normalScale: 1.0 }; var mesh, material; var pointLight, ambientLight; var mouseX = 0; var mouseY = 0; var windowHalfX = window.innerWidth / 2; var windowHalfY = window.innerHeight / 2; var height = 500; // of camera frustum var r = 0.0; init(); animate(); initGui(); // Init gui function initGui() { var gui = new dat.GUI(); //var gui = gui.addFolder( "Material" ); gui.add( settings, "metalness" ).min( 0 ).max( 1 ).onChange( function( value ) { material.metalness = value; } ); gui.add( settings, "roughness" ).min( 0 ).max( 1 ).onChange( function( value ) { material.roughness = value; } ); gui.add( settings, "aoMapIntensity" ).min( 0 ).max( 1 ).onChange( function( value ) { material.aoMapIntensity = value; } ); gui.add( settings, "ambientIntensity" ).min( 0 ).max( 1 ).onChange( function( value ) { ambientLight.intensity = value; } ); gui.add( settings, "envMapIntensity" ).min( 0 ).max( 3 ).onChange( function( value ) { material.envMapIntensity = value; } ); gui.add( settings, "displacementScale" ).min( 0 ).max( 3.0 ).onChange( function( value ) { material.displacementScale = value; } ); gui.add( settings, "normalScale" ).min( - 1 ).max( 1 ).onChange( function( value ) { material.normalScale.set( 1, - 1 ).multiplyScalar( value ); } ); } function init() { var container = document.createElement( 'div' ); document.body.appendChild( container ); renderer = new THREE.WebGLRenderer(); renderer.setPixelRatio( window.devicePixelRatio ); renderer.setSize( window.innerWidth, window.innerHeight ); container.appendChild( renderer.domElement ); renderer.gammaInput = true; renderer.gammaOutput = true; // scene = new THREE.Scene(); var aspect = window.innerWidth / window.innerHeight; camera = new THREE.OrthographicCamera( - height * aspect, height * aspect, height, - height, 1, 10000 ); camera.position.z = 1500; scene.add( camera ); controls = new THREE.OrbitControls( camera, renderer.domElement ); controls.enableZoom = false; controls.enableDamping = true; // lights ambientLight = new THREE.AmbientLight( 0xffffff, settings.ambientIntensity ); scene.add( ambientLight ); pointLight = new THREE.PointLight( 0xff0000, 0.5 ); pointLight.position.z = 2500; scene.add( pointLight ); var pointLight2 = new THREE.PointLight( 0xff6666, 1 ); camera.add( pointLight2 ); var pointLight3 = new THREE.PointLight( 0x0000ff, 0.5 ); pointLight3.position.x = - 1000; pointLight3.position.z = 1000; scene.add( pointLight3 ); // env map var path = "textures/cube/SwedishRoyalCastle/"; var format = '.jpg'; var urls = [ path + 'px' + format, path + 'nx' + format, path + 'py' + format, path + 'ny' + format, path + 'pz' + format, path + 'nz' + format ]; var reflectionCube = new THREE.CubeTextureLoader().load( urls ); // textures var textureLoader = new THREE.TextureLoader(); var normalMap = textureLoader.load( "models/obj/ninja/normal.jpg" ); var aoMap = textureLoader.load( "models/obj/ninja/ao.jpg" ); var displacementMap = textureLoader.load( "models/obj/ninja/displacement.jpg" ); // material material = new THREE.MeshStandardMaterial( { color: 0x888888, roughness: settings.roughness, metalness: settings.metalness, normalMap: normalMap, normalScale: new THREE.Vector2( 1, - 1 ), // why does the normal map require negation in this case? aoMap: aoMap, aoMapIntensity: 1, displacementMap: displacementMap, displacementScale: settings.displacementScale, displacementBias: - 0.428408, // from original model envMap: reflectionCube, envMapIntensity: settings.envMapIntensity, side: THREE.DoubleSide } ); // var loader = new THREE.OBJLoader(); loader.load( "models/obj/ninja/ninjaHead_Low.obj", function ( group ) { var geometry = group.children[ 0 ].geometry; geometry.attributes.uv2 = geometry.attributes.uv; geometry.center(); mesh = new THREE.Mesh( geometry, material ); mesh.scale.multiplyScalar( 25 ); scene.add( mesh ); } ); // var description = "normal + ao" + ( renderer.capabilities.vertexTextures ? " + displacement + environment" : " + <strike>displacement</strike>" ); document.getElementById( "description" ).innerHTML = description; document.getElementById( "vt" ).style.display = renderer.capabilities.vertexTextures ? "none" : "block"; // stats = new Stats(); container.appendChild( stats.dom ); // window.addEventListener( 'resize', onWindowResize, false ); } function onWindowResize() { var aspect = window.innerWidth / window.innerHeight; camera.left = - height * aspect; camera.right = height * aspect; camera.top = height; camera.bottom = - height; camera.updateProjectionMatrix(); renderer.setSize( window.innerWidth, window.innerHeight ); } // function animate() { requestAnimationFrame( animate ); controls.update(); stats.begin(); render(); stats.end(); } function render() { pointLight.position.x = 2500 * Math.cos( r ); pointLight.position.z = 2500 * Math.sin( r ); r += 0.01; renderer.render( scene, camera ); } </script> </body> </html>
tests/plotters.html
mantyr/dygraphs
<!DOCTYPE html> <html> <head> <title>Plotters demo</title> <script type="text/javascript" src="../dygraph-dev.js"></script> <script type="text/javascript" src="data.js"></script> <style type="text/css"> body { max-width: 750px; } div.chart { width: 640px; height: 320px; } </style> </head> <body> <p>This page demonstrates how to build custom plotters with dygraphs. The <a href="http://dygraphs.com/options.html#plotter">plotter</a> option allows you to write your own drawing logic. This can be used to achieve powerful customization. View source to see how the examples work.</p> <h2>Bar Chart</h2> <p>Here a specialized <a href="http://dygraphs.com/options.html#plotter">plotter</a> is used to draw a bar plot rather than a line plot:</p> <div id="demodiv" class=chart></div> <h2>Candle Chart</h2> <p>Here a specialized <a href="http://dygraphs.com/options.html#plotter">plotter</a> is used to combined four series into a unified "Candle" plot:</p> <div id="candlechart" class=chart></div> <h2>Bar &amp; Line Chart</h2> <p>The <a href="http://dygraphs.com/options.html#plotter">plotter</a> option may be set on a per-series basis to create mixed charts:</p> <div id="barlinechart" class="chart"></div> <h2>Multi-column Bar Chart</h2> <div id="multibar" class="chart"></div> <h2>Mixed Error Bars and Lines</h2> <p>You can tweak the standard plotters list to achieve effects which would be difficult otherwise, e.g. drawing series with only confidence intervals and showing error bars only for some series.</p> <div id="mixed-error" class="chart"></div> <h2>Smooth Lines</h2> <p>See the <a href="smooth-plots.html">smooth-plots demo</a> for an example of a custom plotter which connects points using bezier curves instead of straight lines.</p> <script type="text/javascript"> // Darken a color function darkenColor(colorStr) { // Defined in dygraph-utils.js var color = Dygraph.toRGB_(colorStr); color.r = Math.floor((255 + color.r) / 2); color.g = Math.floor((255 + color.g) / 2); color.b = Math.floor((255 + color.b) / 2); return 'rgb(' + color.r + ',' + color.g + ',' + color.b + ')'; } // This function draws bars for a single series. See // multiColumnBarPlotter below for a plotter which can draw multi-series // bar charts. function barChartPlotter(e) { var ctx = e.drawingContext; var points = e.points; var y_bottom = e.dygraph.toDomYCoord(0); ctx.fillStyle = darkenColor(e.color); // Find the minimum separation between x-values. // This determines the bar width. var min_sep = Infinity; for (var i = 1; i < points.length; i++) { var sep = points[i].canvasx - points[i - 1].canvasx; if (sep < min_sep) min_sep = sep; } var bar_width = Math.floor(2.0 / 3 * min_sep); // Do the actual plotting. for (var i = 0; i < points.length; i++) { var p = points[i]; var center_x = p.canvasx; ctx.fillRect(center_x - bar_width / 2, p.canvasy, bar_width, y_bottom - p.canvasy); ctx.strokeRect(center_x - bar_width / 2, p.canvasy, bar_width, y_bottom - p.canvasy); } } g = new Dygraph( document.getElementById("demodiv"), "Date,Widgets Sold\n" + "2012/07/21,10\n" + "2012/07/22,12\n" + "2012/07/23,9\n" + "2012/07/24,16\n" + "2012/07/25,10\n", { legend: 'always', title: 'Daily Widget Sales', includeZero: true, dateWindow: [ Date.parse("2012/07/20"), Date.parse("2012/07/26") ], animatedZooms: true, plotter: barChartPlotter, axes: { x: { drawGrid: false } } } ); // The Candle chart plotter is adapted from code written by // Zhenlei Cai ([email protected]) // https://github.com/danvk/dygraphs/pull/141/files var BAR_WIDTH = 8; function candlePlotter(e) { // This is the officially endorsed way to plot all the series at once. if (e.seriesIndex !== 0) return; var setCount = e.seriesCount; if (setCount != 4) { throw "Exactly 4 prices each point must be provided for candle chart (open close high low)"; } var prices = []; var price; var sets = e.allSeriesPoints; for (var p = 0 ; p < sets[0].length; p++) { price = { open : sets[0][p].yval, close : sets[1][p].yval, high : sets[2][p].yval, low : sets[3][p].yval, openY : sets[0][p].y, closeY : sets[1][p].y, highY : sets[2][p].y, lowY : sets[3][p].y }; prices.push(price); } var area = e.plotArea; var ctx = e.drawingContext; ctx.strokeStyle = '#202020'; ctx.lineWidth = 0.6; for (p = 0 ; p < prices.length; p++) { ctx.beginPath(); price = prices[p]; var topY = area.h * price.highY + area.y; var bottomY = area.h * price.lowY + area.y; var centerX = area.x + sets[0][p].x * area.w; ctx.moveTo(centerX, topY); ctx.lineTo(centerX, bottomY); ctx.closePath(); ctx.stroke(); var bodyY; if (price.open > price.close) { ctx.fillStyle ='rgba(244,44,44,1.0)'; bodyY = area.h * price.openY + area.y; } else { ctx.fillStyle ='rgba(44,244,44,1.0)'; bodyY = area.h * price.closeY + area.y; } var bodyHeight = area.h * Math.abs(price.openY - price.closeY); ctx.fillRect(centerX - BAR_WIDTH / 2, bodyY, BAR_WIDTH, bodyHeight); } } var candleData = "Date,Open,Close,High,Low\n" + "2011-12-06,392.54,390.95,394.63,389.38\n" + "2011-12-07,389.93,389.09,390.94,386.76\n" + "2011-12-08,391.45,390.66,395.50,390.23\n" + "2011-12-09,392.85,393.62,394.04,391.03\n" + "2011-12-12,391.68,391.84,393.90,389.45\n" + "2011-12-13,393.00,388.81,395.40,387.10\n" + "2011-12-14,386.70,380.19,387.38,377.68\n" + "2011-12-15,383.33,378.94,383.74,378.31\n" + "2011-12-16,380.36,381.02,384.15,379.57\n" + "2011-12-19,382.47,382.21,384.85,380.48\n" + "2011-12-20,387.76,395.95,396.10,387.26\n" + "2011-12-21,396.69,396.45,397.30,392.01\n" + "2011-12-22,397.00,398.55,399.13,396.10\n" + "2011-12-23,399.69,403.33,403.59,399.49\n" + "2011-12-27,403.10,406.53,409.09,403.02\n" + "2011-12-28,406.89,402.64,408.25,401.34\n" + "2011-12-29,403.40,405.12,405.65,400.51\n" + "2011-12-30,403.51,405.00,406.28,403.49\n" + "2012-01-03,409.50,411.23,412.50,409.00\n" + "2012-01-04,410.21,413.44,414.68,409.28\n" + "2012-01-05,414.95,418.03,418.55,412.67\n" + "2012-01-06,419.77,422.40,422.75,419.22\n" + "2012-01-09,425.52,421.73,427.75,421.35\n" + "2012-01-10,425.91,423.24,426.00,421.50\n" + "2012-01-11,422.59,422.55,422.85,419.31\n" + "2012-01-12,422.41,421.39,422.90,418.75\n" + "2012-01-13,419.53,419.81,420.45,418.66\n" + "2012-01-17,424.20,424.70,425.99,422.96\n" + "2012-01-18,426.87,429.11,429.47,426.30\n" + "2012-01-19,430.03,427.75,431.37,426.51\n" + "2012-01-20,427.49,420.30,427.50,419.75\n" + "2012-01-23,422.67,427.41,428.45,422.30\n" + "2012-01-24,425.10,420.41,425.10,419.55\n" + "2012-01-25,454.26,446.66,454.45,443.73\n" + "2012-01-26,448.45,444.63,448.79,443.14\n" + "2012-01-27,444.37,447.28,448.48,443.77\n" + "2012-01-30,445.71,453.01,453.90,445.39\n" + "2012-01-31,455.85,456.48,458.24,453.07\n" + "2012-02-01,458.49,456.19,458.99,455.55\n" + "2012-02-02,455.90,455.12,457.17,453.98\n" + "2012-02-03,457.30,459.68,460.00,455.56\n" + "2012-02-06,458.38,463.97,464.98,458.20\n" + "2012-02-07,465.25,468.83,469.75,464.58\n" + "2012-02-08,470.50,476.68,476.79,469.70\n" + "2012-02-09,480.95,493.17,496.75,480.56\n" + "2012-02-10,491.17,493.42,497.62,488.55\n" + "2012-02-13,499.74,502.60,503.83,497.09\n" + "2012-02-14,504.70,509.46,509.56,502.00\n" ; g2 = new Dygraph( document.getElementById("candlechart"), candleData, { plotter: candlePlotter }); // Bar and Line chart var short_data = data_nolabel(); short_data = short_data.split('\n').slice(0, 20).join('\n'); g3 = new Dygraph( document.getElementById("barlinechart"), short_data, { labels: ['Date', 'A', 'B'], includeZero: true, series: { "A": { strokeWidth: 2 }, "B": { plotter: barChartPlotter } } }); // Multiple column bar chart function multiColumnBarPlotter(e) { // We need to handle all the series simultaneously. if (e.seriesIndex !== 0) return; var g = e.dygraph; var ctx = e.drawingContext; var sets = e.allSeriesPoints; var y_bottom = e.dygraph.toDomYCoord(0); // Find the minimum separation between x-values. // This determines the bar width. var min_sep = Infinity; for (var j = 0; j < sets.length; j++) { var points = sets[j]; for (var i = 1; i < points.length; i++) { var sep = points[i].canvasx - points[i - 1].canvasx; if (sep < min_sep) min_sep = sep; } } var bar_width = Math.floor(2.0 / 3 * min_sep); var fillColors = []; var strokeColors = g.getColors(); for (var i = 0; i < strokeColors.length; i++) { fillColors.push(darkenColor(strokeColors[i])); } for (var j = 0; j < sets.length; j++) { ctx.fillStyle = fillColors[j]; ctx.strokeStyle = strokeColors[j]; for (var i = 0; i < sets[j].length; i++) { var p = sets[j][i]; var center_x = p.canvasx; var x_left = center_x - (bar_width / 2) * (1 - j/(sets.length-1)); ctx.fillRect(x_left, p.canvasy, bar_width/sets.length, y_bottom - p.canvasy); ctx.strokeRect(x_left, p.canvasy, bar_width/sets.length, y_bottom - p.canvasy); } } } g4 = new Dygraph( document.getElementById("multibar"), short_data, { includeZero: true, plotter: multiColumnBarPlotter }); // Mixed Error Bars and Lines g5 = new Dygraph( document.getElementById("mixed-error"), NoisyData(), { errorBars: true, series: { 'A': { plotter: Dygraph.Plotters.errorPlotter }, 'B': { plotter: Dygraph.Plotters.linePlotter, strokePattern: Dygraph.DASHED_LINE } } }); </script> </body> </html>
www/stylesheets/application.css
stibos/appgyver-poc
* { -webkit-user-select: none; /* Disable selection/copy of elements when tapping for a long time */ -webkit-touch-callout: none; /* Disable touch callouts */ } input, textarea { -webkit-user-select: text; /* Allow selection for input elements */ } .content-padded { padding: 10px; }
data/atlarge/n000000000000000/20160117034717/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/option.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="政黨得票數" title="政黨得票數">&nbsp;<b>不分區及僑居國外國民立法委員選舉&nbsp;&nbsp;政黨得票數</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>號次</td> <td>政黨</td> <td>得票數</td> <td>得票率%</td> </tr> <tr class="trT"> <td>01</td> <td>民主進步黨</td> <td class="tdAlignRight">5,370,953</td> <td class="tdAlignRight">44.0598</td> </tr> <tr class="trT"> <td>02</td> <td>親民黨</td> <td class="tdAlignRight">794,838</td> <td class="tdAlignRight">6.5203</td> </tr> <tr class="trT"> <td>03</td> <td>自由台灣黨</td> <td class="tdAlignRight">47,988</td> <td class="tdAlignRight">0.3937</td> </tr> <tr class="trT"> <td>04</td> <td>和平鴿聯盟黨</td> <td class="tdAlignRight">30,617</td> <td class="tdAlignRight">0.2512</td> </tr> <tr class="trT"> <td>05</td> <td>軍公教聯盟黨</td> <td class="tdAlignRight">87,213</td> <td class="tdAlignRight">0.7154</td> </tr> <tr class="trT"> <td>06</td> <td>民國黨</td> <td class="tdAlignRight">197,627</td> <td class="tdAlignRight">1.6212</td> </tr> <tr class="trT"> <td>07</td> <td>信心希望聯盟</td> <td class="tdAlignRight">206,629</td> <td class="tdAlignRight">1.6951</td> </tr> <tr class="trT"> <td>08</td> <td>中華統一促進黨</td> <td class="tdAlignRight">56,347</td> <td class="tdAlignRight">0.4622</td> </tr> <tr class="trT"> <td>09</td> <td>中國國民黨</td> <td class="tdAlignRight">3,280,949</td> <td class="tdAlignRight">26.9148</td> </tr> <tr class="trT"> <td>10</td> <td>台灣團結聯盟</td> <td class="tdAlignRight">305,675</td> <td class="tdAlignRight">2.5076</td> </tr> <tr class="trT"> <td>11</td> <td>時代力量</td> <td class="tdAlignRight">744,315</td> <td class="tdAlignRight">6.1059</td> </tr> <tr class="trT"> <td>12</td> <td>大愛憲改聯盟</td> <td class="tdAlignRight">15,442</td> <td class="tdAlignRight">0.1267</td> </tr> <tr class="trT"> <td>13</td> <td>綠黨社會民主黨聯盟</td> <td class="tdAlignRight">308,106</td> <td class="tdAlignRight">2.5275</td> </tr> <tr class="trT"> <td>14</td> <td>台灣獨立黨</td> <td class="tdAlignRight">27,496</td> <td class="tdAlignRight">0.2256</td> </tr> <tr class="trT"> <td>15</td> <td>無黨團結聯盟</td> <td class="tdAlignRight">77,672</td> <td class="tdAlignRight">0.6372</td> </tr> <tr class="trT"> <td>16</td> <td>新黨</td> <td class="tdAlignRight">510,074</td> <td class="tdAlignRight">4.1843</td> </tr> <tr class="trT"> <td>17</td> <td>健保免費連線</td> <td class="tdAlignRight">51,024</td> <td class="tdAlignRight">0.4186</td> </tr> <tr class="trT"> <td>18</td> <td>樹黨</td> <td class="tdAlignRight">77,174</td> <td class="tdAlignRight">0.6331</td> </tr> <tr class="trFooterT"> <td colspan="7" align="left"><div id="divForArea"></div></td> </tr> <!--<tr class="trFooterT"> <td colspan="4" align="right">投開票所數 已送/應送:&nbsp;15582/15582&nbsp;</td> </tr>--> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>說明:</td> </tr> <tr> <td>得票率計算方式:各政黨得票數/總得票數。</td> </tr> <!--<tr> <td>第2階段得票率計算方式:扣除第一階段得票率未達5%之政黨後,各政黨得票數/達5%之政黨總得票數。</td> </tr>--> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 23:19:15 +0800" title="Sat, 16 Jan 2016 23:19:15 +0800">&nbsp;資料更新時間:01/16&nbsp;23:17:16&nbsp;</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> <script>goSelArea();</script> </body> </html>
toolchain/share/doc/gcc-linaro-arm-linux-gnueabihf/html/gcc/Variable-Attributes.html
vic3t3chn0/Samsung_Wave_Kernel_SD_NAND
<html lang="en"> <head> <title>Variable Attributes - Using the GNU Compiler Collection (GCC)</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Using the GNU Compiler Collection (GCC)"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="up" href="C-Extensions.html#C-Extensions" title="C Extensions"> <link rel="prev" href="Character-Escapes.html#Character-Escapes" title="Character Escapes"> <link rel="next" href="Type-Attributes.html#Type-Attributes" title="Type Attributes"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being ``Funding Free Software'', the Front-Cover Texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the section entitled ``GNU Free Documentation License''. (a) The FSF's Front-Cover Text is: A GNU Manual (b) The FSF's Back-Cover Text is: You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.--> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <a name="Variable-Attributes"></a> <p> Next:&nbsp;<a rel="next" accesskey="n" href="Type-Attributes.html#Type-Attributes">Type Attributes</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Character-Escapes.html#Character-Escapes">Character Escapes</a>, Up:&nbsp;<a rel="up" accesskey="u" href="C-Extensions.html#C-Extensions">C Extensions</a> <hr> </div> <h3 class="section">6.36 Specifying Attributes of Variables</h3> <p><a name="index-attribute-of-variables-2680"></a><a name="index-variable-attributes-2681"></a> The keyword <code>__attribute__</code> allows you to specify special attributes of variables or structure fields. This keyword is followed by an attribute specification inside double parentheses. Some attributes are currently defined generically for variables. Other attributes are defined for variables on particular target systems. Other attributes are available for functions (see <a href="Function-Attributes.html#Function-Attributes">Function Attributes</a>) and for types (see <a href="Type-Attributes.html#Type-Attributes">Type Attributes</a>). Other front ends might define more attributes (see <a href="C_002b_002b-Extensions.html#C_002b_002b-Extensions">Extensions to the C++ Language</a>). <p>You may also specify attributes with &lsquo;<samp><span class="samp">__</span></samp>&rsquo; preceding and following each keyword. This allows you to use them in header files without being concerned about a possible macro of the same name. For example, you may use <code>__aligned__</code> instead of <code>aligned</code>. <p>See <a href="Attribute-Syntax.html#Attribute-Syntax">Attribute Syntax</a>, for details of the exact syntax for using attributes. <a name="index-g_t_0040code_007baligned_007d-attribute-2682"></a> <dl><dt><code>aligned (</code><var>alignment</var><code>)</code><dd>This attribute specifies a minimum alignment for the variable or structure field, measured in bytes. For example, the declaration: <pre class="smallexample"> int x __attribute__ ((aligned (16))) = 0; </pre> <p class="noindent">causes the compiler to allocate the global variable <code>x</code> on a 16-byte boundary. On a 68040, this could be used in conjunction with an <code>asm</code> expression to access the <code>move16</code> instruction which requires 16-byte aligned operands. <p>You can also specify the alignment of structure fields. For example, to create a double-word aligned <code>int</code> pair, you could write: <pre class="smallexample"> struct foo { int x[2] __attribute__ ((aligned (8))); }; </pre> <p class="noindent">This is an alternative to creating a union with a <code>double</code> member that forces the union to be double-word aligned. <p>As in the preceding examples, you can explicitly specify the alignment (in bytes) that you wish the compiler to use for a given variable or structure field. Alternatively, you can leave out the alignment factor and just ask the compiler to align a variable or field to the default alignment for the target architecture you are compiling for. The default alignment is sufficient for all scalar types, but may not be enough for all vector types on a target which supports vector operations. The default alignment is fixed for a particular target ABI. <p>Gcc also provides a target specific macro <code>__BIGGEST_ALIGNMENT__</code>, which is the largest alignment ever used for any data type on the target machine you are compiling for. For example, you could write: <pre class="smallexample"> short array[3] __attribute__ ((aligned (__BIGGEST_ALIGNMENT__))); </pre> <p>The compiler automatically sets the alignment for the declared variable or field to <code>__BIGGEST_ALIGNMENT__</code>. Doing this can often make copy operations more efficient, because the compiler can use whatever instructions copy the biggest chunks of memory when performing copies to or from the variables or fields that you have aligned this way. Note that the value of <code>__BIGGEST_ALIGNMENT__</code> may change depending on command line options. <p>When used on a struct, or struct member, the <code>aligned</code> attribute can only increase the alignment; in order to decrease it, the <code>packed</code> attribute must be specified as well. When used as part of a typedef, the <code>aligned</code> attribute can both increase and decrease alignment, and specifying the <code>packed</code> attribute will generate a warning. <p>Note that the effectiveness of <code>aligned</code> attributes may be limited by inherent limitations in your linker. On many systems, the linker is only able to arrange for variables to be aligned up to a certain maximum alignment. (For some linkers, the maximum supported alignment may be very very small.) If your linker is only able to align variables up to a maximum of 8 byte alignment, then specifying <code>aligned(16)</code> in an <code>__attribute__</code> will still only provide you with 8 byte alignment. See your linker documentation for further information. <p>The <code>aligned</code> attribute can also be used for functions (see <a href="Function-Attributes.html#Function-Attributes">Function Attributes</a>.) <br><dt><code>cleanup (</code><var>cleanup_function</var><code>)</code><dd><a name="index-g_t_0040code_007bcleanup_007d-attribute-2683"></a>The <code>cleanup</code> attribute runs a function when the variable goes out of scope. This attribute can only be applied to auto function scope variables; it may not be applied to parameters or variables with static storage duration. The function must take one parameter, a pointer to a type compatible with the variable. The return value of the function (if any) is ignored. <p>If <samp><span class="option">-fexceptions</span></samp> is enabled, then <var>cleanup_function</var> will be run during the stack unwinding that happens during the processing of the exception. Note that the <code>cleanup</code> attribute does not allow the exception to be caught, only to perform an action. It is undefined what happens if <var>cleanup_function</var> does not return normally. <br><dt><code>common</code><dt><code>nocommon</code><dd><a name="index-g_t_0040code_007bcommon_007d-attribute-2684"></a><a name="index-g_t_0040code_007bnocommon_007d-attribute-2685"></a><a name="index-fcommon-2686"></a><a name="index-fno_002dcommon-2687"></a>The <code>common</code> attribute requests GCC to place a variable in &ldquo;common&rdquo; storage. The <code>nocommon</code> attribute requests the opposite&mdash;to allocate space for it directly. <p>These attributes override the default chosen by the <samp><span class="option">-fno-common</span></samp> and <samp><span class="option">-fcommon</span></samp> flags respectively. <br><dt><code>deprecated</code><dt><code>deprecated (</code><var>msg</var><code>)</code><dd><a name="index-g_t_0040code_007bdeprecated_007d-attribute-2688"></a>The <code>deprecated</code> attribute results in a warning if the variable is used anywhere in the source file. This is useful when identifying variables that are expected to be removed in a future version of a program. The warning also includes the location of the declaration of the deprecated variable, to enable users to easily find further information about why the variable is deprecated, or what they should do instead. Note that the warning only occurs for uses: <pre class="smallexample"> extern int old_var __attribute__ ((deprecated)); extern int old_var; int new_fn () { return old_var; } </pre> <p>results in a warning on line 3 but not line 2. The optional msg argument, which must be a string, will be printed in the warning if present. <p>The <code>deprecated</code> attribute can also be used for functions and types (see <a href="Function-Attributes.html#Function-Attributes">Function Attributes</a>, see <a href="Type-Attributes.html#Type-Attributes">Type Attributes</a>.) <br><dt><code>mode (</code><var>mode</var><code>)</code><dd><a name="index-g_t_0040code_007bmode_007d-attribute-2689"></a>This attribute specifies the data type for the declaration&mdash;whichever type corresponds to the mode <var>mode</var>. This in effect lets you request an integer or floating point type according to its width. <p>You may also specify a mode of &lsquo;<samp><span class="samp">byte</span></samp>&rsquo; or &lsquo;<samp><span class="samp">__byte__</span></samp>&rsquo; to indicate the mode corresponding to a one-byte integer, &lsquo;<samp><span class="samp">word</span></samp>&rsquo; or &lsquo;<samp><span class="samp">__word__</span></samp>&rsquo; for the mode of a one-word integer, and &lsquo;<samp><span class="samp">pointer</span></samp>&rsquo; or &lsquo;<samp><span class="samp">__pointer__</span></samp>&rsquo; for the mode used to represent pointers. <br><dt><code>packed</code><dd><a name="index-g_t_0040code_007bpacked_007d-attribute-2690"></a>The <code>packed</code> attribute specifies that a variable or structure field should have the smallest possible alignment&mdash;one byte for a variable, and one bit for a field, unless you specify a larger value with the <code>aligned</code> attribute. <p>Here is a structure in which the field <code>x</code> is packed, so that it immediately follows <code>a</code>: <pre class="smallexample"> struct foo { char a; int x[2] __attribute__ ((packed)); }; </pre> <p><em>Note:</em> The 4.1, 4.2 and 4.3 series of GCC ignore the <code>packed</code> attribute on bit-fields of type <code>char</code>. This has been fixed in GCC 4.4 but the change can lead to differences in the structure layout. See the documentation of <samp><span class="option">-Wpacked-bitfield-compat</span></samp> for more information. <br><dt><code>section ("</code><var>section-name</var><code>")</code><dd><a name="index-g_t_0040code_007bsection_007d-variable-attribute-2691"></a>Normally, the compiler places the objects it generates in sections like <code>data</code> and <code>bss</code>. Sometimes, however, you need additional sections, or you need certain particular variables to appear in special sections, for example to map to special hardware. The <code>section</code> attribute specifies that a variable (or function) lives in a particular section. For example, this small program uses several specific section names: <pre class="smallexample"> struct duart a __attribute__ ((section ("DUART_A"))) = { 0 }; struct duart b __attribute__ ((section ("DUART_B"))) = { 0 }; char stack[10000] __attribute__ ((section ("STACK"))) = { 0 }; int init_data __attribute__ ((section ("INITDATA"))); main() { /* <span class="roman">Initialize stack pointer</span> */ init_sp (stack + sizeof (stack)); /* <span class="roman">Initialize initialized data</span> */ memcpy (&amp;init_data, &amp;data, &amp;edata - &amp;data); /* <span class="roman">Turn on the serial ports</span> */ init_duart (&amp;a); init_duart (&amp;b); } </pre> <p class="noindent">Use the <code>section</code> attribute with <em>global</em> variables and not <em>local</em> variables, as shown in the example. <p>You may use the <code>section</code> attribute with initialized or uninitialized global variables but the linker requires each object be defined once, with the exception that uninitialized variables tentatively go in the <code>common</code> (or <code>bss</code>) section and can be multiply &ldquo;defined&rdquo;. Using the <code>section</code> attribute will change what section the variable goes into and may cause the linker to issue an error if an uninitialized variable has multiple definitions. You can force a variable to be initialized with the <samp><span class="option">-fno-common</span></samp> flag or the <code>nocommon</code> attribute. <p>Some file formats do not support arbitrary sections so the <code>section</code> attribute is not available on all platforms. If you need to map the entire contents of a module to a particular section, consider using the facilities of the linker instead. <br><dt><code>shared</code><dd><a name="index-g_t_0040code_007bshared_007d-variable-attribute-2692"></a>On Microsoft Windows, in addition to putting variable definitions in a named section, the section can also be shared among all running copies of an executable or DLL. For example, this small program defines shared data by putting it in a named section <code>shared</code> and marking the section shareable: <pre class="smallexample"> int foo __attribute__((section ("shared"), shared)) = 0; int main() { /* <span class="roman">Read and write foo. All running copies see the same value.</span> */ return 0; } </pre> <p class="noindent">You may only use the <code>shared</code> attribute along with <code>section</code> attribute with a fully initialized global definition because of the way linkers work. See <code>section</code> attribute for more information. <p>The <code>shared</code> attribute is only available on Microsoft Windows. <br><dt><code>tls_model ("</code><var>tls_model</var><code>")</code><dd><a name="index-g_t_0040code_007btls_005fmodel_007d-attribute-2693"></a>The <code>tls_model</code> attribute sets thread-local storage model (see <a href="Thread_002dLocal.html#Thread_002dLocal">Thread-Local</a>) of a particular <code>__thread</code> variable, overriding <samp><span class="option">-ftls-model=</span></samp> command-line switch on a per-variable basis. The <var>tls_model</var> argument should be one of <code>global-dynamic</code>, <code>local-dynamic</code>, <code>initial-exec</code> or <code>local-exec</code>. <p>Not all targets support this attribute. <br><dt><code>unused</code><dd>This attribute, attached to a variable, means that the variable is meant to be possibly unused. GCC will not produce a warning for this variable. <br><dt><code>used</code><dd>This attribute, attached to a variable, means that the variable must be emitted even if it appears that the variable is not referenced. <p>When applied to a static data member of a C++ class template, the attribute also means that the member will be instantiated if the class itself is instantiated. <br><dt><code>vector_size (</code><var>bytes</var><code>)</code><dd>This attribute specifies the vector size for the variable, measured in bytes. For example, the declaration: <pre class="smallexample"> int foo __attribute__ ((vector_size (16))); </pre> <p class="noindent">causes the compiler to set the mode for <code>foo</code>, to be 16 bytes, divided into <code>int</code> sized units. Assuming a 32-bit int (a vector of 4 units of 4 bytes), the corresponding mode of <code>foo</code> will be V4SI. <p>This attribute is only applicable to integral and float scalars, although arrays, pointers, and function return values are allowed in conjunction with this construct. <p>Aggregates with this attribute are invalid, even if they are of the same size as a corresponding scalar. For example, the declaration: <pre class="smallexample"> struct S { int a; }; struct S __attribute__ ((vector_size (16))) foo; </pre> <p class="noindent">is invalid even if the size of the structure is the same as the size of the <code>int</code>. <br><dt><code>selectany</code><dd>The <code>selectany</code> attribute causes an initialized global variable to have link-once semantics. When multiple definitions of the variable are encountered by the linker, the first is selected and the remainder are discarded. Following usage by the Microsoft compiler, the linker is told <em>not</em> to warn about size or content differences of the multiple definitions. <p>Although the primary usage of this attribute is for POD types, the attribute can also be applied to global C++ objects that are initialized by a constructor. In this case, the static initialization and destruction code for the object is emitted in each translation defining the object, but the calls to the constructor and destructor are protected by a link-once guard variable. <p>The <code>selectany</code> attribute is only available on Microsoft Windows targets. You can use <code>__declspec (selectany)</code> as a synonym for <code>__attribute__ ((selectany))</code> for compatibility with other compilers. <br><dt><code>weak</code><dd>The <code>weak</code> attribute is described in <a href="Function-Attributes.html#Function-Attributes">Function Attributes</a>. <br><dt><code>dllimport</code><dd>The <code>dllimport</code> attribute is described in <a href="Function-Attributes.html#Function-Attributes">Function Attributes</a>. <br><dt><code>dllexport</code><dd>The <code>dllexport</code> attribute is described in <a href="Function-Attributes.html#Function-Attributes">Function Attributes</a>. </dl> <p><a name="AVR-Variable-Attributes"></a> <h4 class="subsection">6.36.1 AVR Variable Attributes</h4> <dl> <dt><code>progmem</code><dd><a name="index-g_t_0040code_007bprogmem_007d-AVR-variable-attribute-2694"></a>The <code>progmem</code> attribute is used on the AVR to place read-only data in the non-volatile program memory (flash). The <code>progmem</code> attribute accomplishes this by putting respective variables into a section whose name starts with <code>.progmem</code>. <p>This attribute works similar to the <code>section</code> attribute but adds additional checking. Notice that just like the <code>section</code> attribute, <code>progmem</code> affects the location of the data but not how this data is accessed. <p>In order to read data located with the <code>progmem</code> attribute (inline) assembler must be used. <pre class="example"> /* Use custom macros from <a href="http://nongnu.org/avr-libc/user-manual">AVR-LibC</a><!-- /@w --> */ #include &lt;avr/pgmspace.h&gt; /* Locate var in flash memory */ const int var[2] PROGMEM = { 1, 2 }; int read_var (int i) { /* Access var[] by accessor macro from avr/pgmspace.h */ return (int) pgm_read_word (&amp; var[i]); } </pre> <p>AVR is a Harvard architecture processor and data and read-only data normally resides in the data memory (RAM). <p>See also the <a href="AVR-Named-Address-Spaces.html#AVR-Named-Address-Spaces">AVR Named Address Spaces</a> section for an alternate way to locate and access data in flash memory. </dl> <h4 class="subsection">6.36.2 Blackfin Variable Attributes</h4> <p>Three attributes are currently defined for the Blackfin. <dl> <dt><code>l1_data</code><dt><code>l1_data_A</code><dt><code>l1_data_B</code><dd><a name="index-g_t_0040code_007bl1_005fdata_007d-variable-attribute-2695"></a><a name="index-g_t_0040code_007bl1_005fdata_005fA_007d-variable-attribute-2696"></a><a name="index-g_t_0040code_007bl1_005fdata_005fB_007d-variable-attribute-2697"></a>Use these attributes on the Blackfin to place the variable into L1 Data SRAM. Variables with <code>l1_data</code> attribute will be put into the specific section named <code>.l1.data</code>. Those with <code>l1_data_A</code> attribute will be put into the specific section named <code>.l1.data.A</code>. Those with <code>l1_data_B</code> attribute will be put into the specific section named <code>.l1.data.B</code>. <br><dt><code>l2</code><dd><a name="index-g_t_0040code_007bl2_007d-variable-attribute-2698"></a>Use this attribute on the Blackfin to place the variable into L2 SRAM. Variables with <code>l2</code> attribute will be put into the specific section named <code>.l2.data</code>. </dl> <h4 class="subsection">6.36.3 M32R/D Variable Attributes</h4> <p>One attribute is currently defined for the M32R/D. <dl> <dt><code>model (</code><var>model-name</var><code>)</code><dd><a name="index-variable-addressability-on-the-M32R_002fD-2699"></a>Use this attribute on the M32R/D to set the addressability of an object. The identifier <var>model-name</var> is one of <code>small</code>, <code>medium</code>, or <code>large</code>, representing each of the code models. <p>Small model objects live in the lower 16MB of memory (so that their addresses can be loaded with the <code>ld24</code> instruction). <p>Medium and large model objects may live anywhere in the 32-bit address space (the compiler will generate <code>seth/add3</code> instructions to load their addresses). </dl> <p><a name="MeP-Variable-Attributes"></a> <h4 class="subsection">6.36.4 MeP Variable Attributes</h4> <p>The MeP target has a number of addressing modes and busses. The <code>near</code> space spans the standard memory space's first 16 megabytes (24 bits). The <code>far</code> space spans the entire 32-bit memory space. The <code>based</code> space is a 128 byte region in the memory space which is addressed relative to the <code>$tp</code> register. The <code>tiny</code> space is a 65536 byte region relative to the <code>$gp</code> register. In addition to these memory regions, the MeP target has a separate 16-bit control bus which is specified with <code>cb</code> attributes. <dl> <dt><code>based</code><dd>Any variable with the <code>based</code> attribute will be assigned to the <code>.based</code> section, and will be accessed with relative to the <code>$tp</code> register. <br><dt><code>tiny</code><dd>Likewise, the <code>tiny</code> attribute assigned variables to the <code>.tiny</code> section, relative to the <code>$gp</code> register. <br><dt><code>near</code><dd>Variables with the <code>near</code> attribute are assumed to have addresses that fit in a 24-bit addressing mode. This is the default for large variables (<code>-mtiny=4</code> is the default) but this attribute can override <code>-mtiny=</code> for small variables, or override <code>-ml</code>. <br><dt><code>far</code><dd>Variables with the <code>far</code> attribute are addressed using a full 32-bit address. Since this covers the entire memory space, this allows modules to make no assumptions about where variables might be stored. <br><dt><code>io</code><dt><code>io (</code><var>addr</var><code>)</code><dd>Variables with the <code>io</code> attribute are used to address memory-mapped peripherals. If an address is specified, the variable is assigned that address, else it is not assigned an address (it is assumed some other module will assign an address). Example: <pre class="example"> int timer_count __attribute__((io(0x123))); </pre> <br><dt><code>cb</code><dt><code>cb (</code><var>addr</var><code>)</code><dd>Variables with the <code>cb</code> attribute are used to access the control bus, using special instructions. <code>addr</code> indicates the control bus address. Example: <pre class="example"> int cpu_clock __attribute__((cb(0x123))); </pre> </dl> <p><a name="i386-Variable-Attributes"></a> <h4 class="subsection">6.36.5 i386 Variable Attributes</h4> <p>Two attributes are currently defined for i386 configurations: <code>ms_struct</code> and <code>gcc_struct</code> <dl> <dt><code>ms_struct</code><dt><code>gcc_struct</code><dd><a name="index-g_t_0040code_007bms_005fstruct_007d-attribute-2700"></a><a name="index-g_t_0040code_007bgcc_005fstruct_007d-attribute-2701"></a> If <code>packed</code> is used on a structure, or if bit-fields are used it may be that the Microsoft ABI packs them differently than GCC would normally pack them. Particularly when moving packed data between functions compiled with GCC and the native Microsoft compiler (either via function call or as data in a file), it may be necessary to access either format. <p>Currently <samp><span class="option">-m[no-]ms-bitfields</span></samp> is provided for the Microsoft Windows X86 compilers to match the native Microsoft compiler. <p>The Microsoft structure layout algorithm is fairly simple with the exception of the bitfield packing: <p>The padding and alignment of members of structures and whether a bit field can straddle a storage-unit boundary <ol type=1 start=1> <li>Structure members are stored sequentially in the order in which they are declared: the first member has the lowest memory address and the last member the highest. <li>Every data object has an alignment-requirement. The alignment-requirement for all data except structures, unions, and arrays is either the size of the object or the current packing size (specified with either the aligned attribute or the pack pragma), whichever is less. For structures, unions, and arrays, the alignment-requirement is the largest alignment-requirement of its members. Every object is allocated an offset so that: <p>offset % alignment-requirement == 0 <li>Adjacent bit fields are packed into the same 1-, 2-, or 4-byte allocation unit if the integral types are the same size and if the next bit field fits into the current allocation unit without crossing the boundary imposed by the common alignment requirements of the bit fields. </ol> <p>Handling of zero-length bitfields: <p>MSVC interprets zero-length bitfields in the following ways: <ol type=1 start=1> <li>If a zero-length bitfield is inserted between two bitfields that would normally be coalesced, the bitfields will not be coalesced. <p>For example: <pre class="smallexample"> struct { unsigned long bf_1 : 12; unsigned long : 0; unsigned long bf_2 : 12; } t1; </pre> <p>The size of <code>t1</code> would be 8 bytes with the zero-length bitfield. If the zero-length bitfield were removed, <code>t1</code>'s size would be 4 bytes. <li>If a zero-length bitfield is inserted after a bitfield, <code>foo</code>, and the alignment of the zero-length bitfield is greater than the member that follows it, <code>bar</code>, <code>bar</code> will be aligned as the type of the zero-length bitfield. <p>For example: <pre class="smallexample"> struct { char foo : 4; short : 0; char bar; } t2; struct { char foo : 4; short : 0; double bar; } t3; </pre> <p>For <code>t2</code>, <code>bar</code> will be placed at offset 2, rather than offset 1. Accordingly, the size of <code>t2</code> will be 4. For <code>t3</code>, the zero-length bitfield will not affect the alignment of <code>bar</code> or, as a result, the size of the structure. <p>Taking this into account, it is important to note the following: <ol type=1 start=1> <li>If a zero-length bitfield follows a normal bitfield, the type of the zero-length bitfield may affect the alignment of the structure as whole. For example, <code>t2</code> has a size of 4 bytes, since the zero-length bitfield follows a normal bitfield, and is of type short. <li>Even if a zero-length bitfield is not followed by a normal bitfield, it may still affect the alignment of the structure: <pre class="smallexample"> struct { char foo : 6; long : 0; } t4; </pre> <p>Here, <code>t4</code> will take up 4 bytes. </ol> <li>Zero-length bitfields following non-bitfield members are ignored: <pre class="smallexample"> struct { char foo; long : 0; char bar; } t5; </pre> <p>Here, <code>t5</code> will take up 2 bytes. </ol> </dl> <h4 class="subsection">6.36.6 PowerPC Variable Attributes</h4> <p>Three attributes currently are defined for PowerPC configurations: <code>altivec</code>, <code>ms_struct</code> and <code>gcc_struct</code>. <p>For full documentation of the struct attributes please see the documentation in <a href="i386-Variable-Attributes.html#i386-Variable-Attributes">i386 Variable Attributes</a>. <p>For documentation of <code>altivec</code> attribute please see the documentation in <a href="PowerPC-Type-Attributes.html#PowerPC-Type-Attributes">PowerPC Type Attributes</a>. <h4 class="subsection">6.36.7 SPU Variable Attributes</h4> <p>The SPU supports the <code>spu_vector</code> attribute for variables. For documentation of this attribute please see the documentation in <a href="SPU-Type-Attributes.html#SPU-Type-Attributes">SPU Type Attributes</a>. <h4 class="subsection">6.36.8 Xstormy16 Variable Attributes</h4> <p>One attribute is currently defined for xstormy16 configurations: <code>below100</code>. <dl> <dt><code>below100</code><dd><a name="index-g_t_0040code_007bbelow100_007d-attribute-2702"></a> If a variable has the <code>below100</code> attribute (<code>BELOW100</code> is allowed also), GCC will place the variable in the first 0x100 bytes of memory and use special opcodes to access it. Such variables will be placed in either the <code>.bss_below100</code> section or the <code>.data_below100</code> section. </dl> </body></html>
openedx/features/course_experience/static/course_experience/fixtures/welcome-message-fragment.html
edx/edx-platform
<div class="welcome-message"> <div class="dismiss-message"> <button type="button" class="btn-link"> <span class="sr">Dismiss</span> <span class="icon fa fa-times" aria-hidden="true"></span> </button> </div> <div id="welcome-message-content" class="welcome-message-content"> This is a useful welcome message that is too long! This is a useful welcome message that is too long! This is a useful welcome message that is too long! This is a useful welcome message that is too long! This is a useful welcome message that is too long! This is a useful welcome message that is too long! This is a useful welcome message that is too long! This is a useful welcome message that is too long! This is a useful welcome message that is too long! This is a useful welcome message that is too long! This is a useful welcome message that is too long! </div> <button type="button" id="welcome-message-show-more" class="btn btn-primary welcome-message-show-more" aria-live="polite" data-state="more" hidden > Show More </button> </div>
libs/boost/libs/gil/doc/html/g_i_l_0633.html
flingone/frameworks_base_cmds_remoted
<!-- Copyright 2008 Lubomir Bourdev and Hailin Jin Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) --> <!-- Copyright 2005-2007 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://stlab.adobe.com/licenses.html) Some files are held under additional license. Please see "http://stlab.adobe.com/licenses.html" for more information. --> <!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" lang="en" xml:lang="en"> <head> <TITLE>Generic Image Library: view_type Struct Template Reference</TITLE> <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/> <LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/> </head> <body> <table border="0" cellspacing="0" cellpadding="0" style='width: 100%; margin: 0; padding: 0'><tr> <td width="100%" valign="top" style='padding-left: 10px; padding-right: 10px; padding-bottom: 10px'> <div class="qindex"><a class="qindex" href="index.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="../index.html">GIL Home Page</a> </div> <!-- End Header --> <!-- Generated by Doxygen 1.5.6 --> <div class="navpath"><a class="el" href="namespaceboost.html">boost</a>::<b>gil</b>::<a class="el" href="g_i_l_0633.html">view_type</a> </div> <div class="contents"> <h1>view_type Struct Template Reference<br> <small> [<a class="el" href="g_i_l_0220.html">xxx_type</a>]</small> </h1><!-- doxytag: class="boost::gil::view_type" --><code>#include &lt;<a class="el" href="g_i_l_0237.html">metafunctions.hpp</a>&gt;</code> <p> <p> <a href="g_i_l_0632.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> <h3>template&lt;typename T, typename L, bool IsPlanar = false, bool IsStepX = false, bool IsMutable = true&gt;<br> struct boost::gil::view_type&lt; T, L, IsPlanar, IsStepX, IsMutable &gt;</h3> Returns the type of a homogeneous view given the channel type, <a class="el" href="g_i_l_0567.html" title="Represents a color space and ordering of channels in memory.">layout</a>, whether it operates on planar data and whether it has a step horizontally. <table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Types</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="347a131dab275f4acf6a2ddaf2a0482c"></a><!-- doxytag: member="boost::gil::view_type::type" ref="347a131dab275f4acf6a2ddaf2a0482c" args="" --> typedef <a class="el" href="g_i_l_0627.html">type_from_x_iterator</a><br> &lt; typename <a class="el" href="g_i_l_0552.html">iterator_type</a>&lt; T, L, <br> IsPlanar, IsStepX, IsMutable &gt;<br> ::<a class="el" href="g_i_l_0040.html">type</a> &gt;::view_t&nbsp;</td><td class="memItemRight" valign="bottom"><b>type</b></td></tr> </table> <hr>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="g_i_l_0237.html">metafunctions.hpp</a></ul> </div> <hr size="1"><address style="text-align: right;"><small>Generated on Sat May 2 13:50:18 2009 for Generic Image Library by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> </body> </html>
libs/boost/libs/gil/doc/html/g_i_l_0627.html
flingone/frameworks_base_cmds_remoted
<!-- Copyright 2008 Lubomir Bourdev and Hailin Jin Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) --> <!-- Copyright 2005-2007 Adobe Systems Incorporated Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt or a copy at http://stlab.adobe.com/licenses.html) Some files are held under additional license. Please see "http://stlab.adobe.com/licenses.html" for more information. --> <!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" lang="en" xml:lang="en"> <head> <TITLE>Generic Image Library: type_from_x_iterator Struct Template Reference</TITLE> <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/> <LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/> </head> <body> <table border="0" cellspacing="0" cellpadding="0" style='width: 100%; margin: 0; padding: 0'><tr> <td width="100%" valign="top" style='padding-left: 10px; padding-right: 10px; padding-bottom: 10px'> <div class="qindex"><a class="qindex" href="index.html">Modules</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="../index.html">GIL Home Page</a> </div> <!-- End Header --> <!-- Generated by Doxygen 1.5.6 --> <div class="navpath"><a class="el" href="namespaceboost.html">boost</a>::<b>gil</b>::<a class="el" href="g_i_l_0627.html">type_from_x_iterator</a> </div> <div class="contents"> <h1>type_from_x_iterator Struct Template Reference<br> <small> [<a class="el" href="g_i_l_0218.html">Type Factory Metafunctions</a>]</small> </h1><!-- doxytag: class="boost::gil::type_from_x_iterator" --><code>#include &lt;<a class="el" href="g_i_l_0237.html">metafunctions.hpp</a>&gt;</code> <p> <p> <a href="g_i_l_0626.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> <h3>template&lt;typename XIterator&gt;<br> struct boost::gil::type_from_x_iterator&lt; XIterator &gt;</h3> Given a <a class="el" href="g_i_l_0599.html" title="Represents a pixel value (a container of channels). Models: HomogeneousColorBaseValueConcept...">pixel</a> iterator defining access to pixels along a row, returns the types of the corresponding built-in step_iterator, xy_locator, <a class="el" href="g_i_l_0040.html" title="A lightweight object that interprets memory as a 2D array of pixels. Models ImageViewConcept...">image_view</a>. <table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Types</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="dcbb7e52dea76837939f7731d54bf8e9"></a><!-- doxytag: member="boost::gil::type_from_x_iterator::step_iterator_t" ref="dcbb7e52dea76837939f7731d54bf8e9" args="" --> typedef <br> <a class="el" href="g_i_l_0046.html">memory_based_step_iterator</a><br> &lt; XIterator &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>step_iterator_t</b></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1cd44f6cf1bfe9c3436def24a7dd0d94"></a><!-- doxytag: member="boost::gil::type_from_x_iterator::xy_locator_t" ref="1cd44f6cf1bfe9c3436def24a7dd0d94" args="" --> typedef <br> <a class="el" href="g_i_l_0044.html">memory_based_2d_locator</a><br> &lt; <a class="el" href="g_i_l_0046.html">step_iterator_t</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>xy_locator_t</b></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="10d1020b6a6a137051ceb3f0a4efb621"></a><!-- doxytag: member="boost::gil::type_from_x_iterator::view_t" ref="10d1020b6a6a137051ceb3f0a4efb621" args="" --> typedef <a class="el" href="g_i_l_0040.html">image_view</a>&lt; <a class="el" href="g_i_l_0044.html">xy_locator_t</a> &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><b>view_t</b></td></tr> </table> <hr>The documentation for this struct was generated from the following file:<ul> <li><a class="el" href="g_i_l_0237.html">metafunctions.hpp</a></ul> </div> <hr size="1"><address style="text-align: right;"><small>Generated on Sat May 2 13:50:18 2009 for Generic Image Library by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> </body> </html>
third_party/blink/web_tests/media/video-played-reset.html
scheib/chromium
<!DOCTYPE html> <title>Test media element's "played" attribute.</title> <script src="../resources/testharness.js"></script> <script src="../resources/testharnessreport.js"></script> <script src="video-played.js"></script> <video></video> <script> var video; async_test(function(t) { var expectedStartTimes = []; var expectedEndTimes = []; video = document.querySelector("video"); video.oncanplay = t.step_func(function() { video.oncanplay = null; testRanges(expectedStartTimes, expectedEndTimes); // Test playing when there are no ranges. timeRangeCount = currentTimeRange = 0; startPlayingInNewRange(t, expectedStartTimes); }); waitForPauseAndContinue(t, resetToAVideoSource, false, expectedStartTimes, expectedEndTimes); function resetToAVideoSource() { // Test to reset to non empty video source. timeRangeCount = currentTimeRange = 0; expectedStartTimes = []; expectedEndTimes = []; video.src = "content/test.ogv"; video.oncanplay = t.step_func(jumpAndPlayFwd); } function jumpAndPlayFwd() { video.oncanplay = null; testRanges(expectedStartTimes, expectedEndTimes); // Test jumping forward into a new range and play. video.currentTime = (video.duration - 0.5).toFixed(2); currentTimeRange = 1; startPlayingInNewRange(t, expectedStartTimes); waitForPauseAndContinue(t, resetToAnEmptyVideoSource, false, expectedStartTimes, expectedEndTimes); } function resetToAnEmptyVideoSource() { // Test to reset to an empty video source. timeRangeCount = currentTimeRange = 0; expectedStartTimes = []; expectedEndTimes = []; video.src = ""; video.onloadstart = t.step_func_done(testRanges(expectedStartTimes, expectedEndTimes)); } video.src = "content/test.ogv"; }); </script>
trace-viewer/src/tests.html
xhteam/external-chromium-trace
<!DOCTYPE html> <html> <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <head> <title>All Tracing Tests</title> <script> tests = [ 'unittest_test.html', 'overlay_test.html', 'timeline_async_slice_group_test.html', 'timeline_find_control_test.html', 'timeline_slice_group_test.html', 'timeline_stream_importer_test.html', 'timeline_thread_test.html', 'timeline_process_test.html', 'timeline_category_filter_dialog_test.html', 'timeline_counter_test.html', 'timeline_cpu_test.html', 'timeline_filter_test.html', 'timeline_model_test.html', 'linux_perf_importer_test.html', 'linux_perf_android_parser_test.html', 'linux_perf_bus_parser_test.html', 'linux_perf_clock_parser_test.html', 'linux_perf_cpufreq_parser_test.html', 'linux_perf_drm_parser_test.html', 'linux_perf_exynos_parser_test.html', 'linux_perf_gesture_parser_test.html', 'linux_perf_i915_parser_test.html', 'linux_perf_mali_parser_test.html', 'linux_perf_power_parser_test.html', 'linux_perf_sched_parser_test.html', 'linux_perf_workqueue_parser_test.html', 'trace_event_importer_test.html', 'profiling_view_test.html', 'timeline_selection_test.html', 'timeline_test.html', 'timeline_view_test.html', 'timeline_viewport_test.html', 'timeline_analysis_test.html', 'ui_test.html', 'settings_test.html', 'tracks/timeline_async_slice_group_track_test.html', 'tracks/timeline_cpu_track_test.html', 'tracks/timeline_counter_track_test.html', 'tracks/timeline_slice_group_track_test.html', 'tracks/timeline_slice_track_test.html', 'tracks/timeline_thread_track_test.html', 'tracks/timeline_viewport_track_test.html', ]; </script> <style> h1 { font-family: sans-serif; font-size: 18pt; } </style> <script src="base.js"></script> <script> base.require('unittest'); </script> </head> <body> <h1>Trace-Viewer Tests</h3> <div class="unittest">Interactive tests: <a href="interactive_tests.html" class="unittest-error-link">Run manually</a></div> <br> <script> function runTest(runner, testCaseEl, test) { testCaseEl.status = 'RUNNING' var iframe = document.createElement('iframe'); iframe.src = test; iframe.style.position = 'fixed'; iframe.style.visibility = 'hidden'; document.body.appendChild(iframe); iframe.contentWindow.addEventListener('error', function(msg, url, lineNumber) { if (iframe.contentWindow.G_testRunner) return false; if (iframe.contentWindow.errorsCaughtByTestHarness) return false; iframe.contentWindow.errorsCaughtByTestHarness = [ {msg: msg, url: url, lineNumber: lineNumber}]; return false; }); function checkForDone() { if (!iframe.contentWindow) { setTimeout(checkForDone, 100); return; } if (iframe.contentWindow.errorsCaughtByTestHarness && iframe.contentWindow.errorsCaughtByTestHarness.length) { testCaseEl.status = 'FAILED' return; } if (!iframe.contentWindow.G_testRunner) { setTimeout(checkForDone, 100); return; } var runner = iframe.contentWindow.G_testRunner; if (!runner.done) { setTimeout(checkForDone, 100); return; } var stats = runner.computeResultStats(); if (stats.numTestsRun && !stats.numTestsWithErrors) testCaseEl.status = 'PASSED' else testCaseEl.status = 'FAILED' } setTimeout(checkForDone, 0); } function run() { var resultsEl = document.createElement('div'); resultsEl.className = 'unittest'; document.body.appendChild(resultsEl); var numPassed = 0; var numFailures = 0; var runner = { addFailedTest: function() { numFailures++; }, addPassedTest: function() { numPassed++; } }; function begin() { for (var i = 0; i < tests.length; i++) { (function() { var testCaseEl = unittest.createTestCaseDiv_(tests[i], tests[i], true); resultsEl.appendChild(testCaseEl); runTest(runner, testCaseEl, tests[i]); })(); } } begin(); } document.addEventListener('DOMContentLoaded', run); </script> </body> </html>
third_party/blink/web_tests/external/wpt/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.html
scheib/chromium
<!DOCTYPE html> <!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. --> <title>OffscreenCanvas test: 2d.path.arc.zeroradius</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/html/canvas/resources/canvas-tests.js"></script> <h1>2d.path.arc.zeroradius</h1> <p class="desc">arc() with zero radius draws a line to the start point</p> <script> var t = async_test("arc() with zero radius draws a line to the start point"); var t_pass = t.done.bind(t); var t_fail = t.step_func(function(reason) { throw reason; }); t.step(function() { var offscreenCanvas = new OffscreenCanvas(100, 50); var ctx = offscreenCanvas.getContext('2d'); ctx.fillStyle = '#f00' ctx.fillRect(0, 0, 100, 50); ctx.lineWidth = 50; ctx.strokeStyle = '#0f0'; ctx.beginPath(); ctx.moveTo(0, 25); ctx.arc(200, 25, 0, 0, Math.PI, true); ctx.stroke(); _assertPixel(offscreenCanvas, 50,25, 0,255,0,255, "50,25", "0,255,0,255"); t.done(); }); </script>
css/onsenui-core.css
argelius/react-onsenui-kitchensink
/*! onsenui - v2.9.2 - 2018-02-16 */ ons-page, ons-navigator, ons-tabbar, ons-gesture-detector { display: block; touch-action: manipulation; /* Remove click delay */ } ons-navigator, ons-tabbar, ons-splitter, ons-action-sheet, ons-dialog, ons-toast, ons-alert-dialog { position: absolute; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden; touch-action: manipulation; /* Remove click delay */ } ons-toast { pointer-events: none; } ons-toast .toast { pointer-events: auto; } ons-tab { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } ons-page, ons-navigator, ons-tabbar, ons-dialog, ons-alert-dialog, ons-action-sheet, ons-toast { z-index: 2; } ons-fab, ons-speed-dial { z-index: 10001; } ons-toolbar:not([inline]), ons-bottom-toolbar { position: absolute; left: 0; right: 0; z-index: 10000; } ons-toolbar:not([inline]) { top: 0; } ons-bottom-toolbar { bottom: 0; } .page, .page__content, .page--material, .page--material__content { background-color: transparent !important; background: transparent !important; } .page__content { overflow: auto; -webkit-overflow-scrolling: touch; z-index: 0; -ms-touch-action: pan-y; } .page.overflow-visible, .page.overflow-visible .page, .page.overflow-visible .page__content, .page.overflow-visible ons-navigator, .page.overflow-visible ons-splitter { overflow: visible; } .page.overflow-visible .page__content.content-swiping, .page.overflow-visible .page__content.content-swiping .page, .page.overflow-visible .page__content.content-swiping .page__content { overflow: auto; } .page[status-bar-fill] > .page__content { top: 20px; } .page[status-bar-fill] > .toolbar { padding-top: 20px; box-sizing: content-box; } .page[status-bar-fill] > .toolbar:not(.toolbar--transparent) + .page__background, .page[status-bar-fill] > .toolbar:not(.toolbar--cover-content) + .page__background + .page__content { top: 64px; } .page[status-bar-fill] > .toolbar--material:not(.toolbar-transparent) + .page__background, .page[status-bar-fill] > .toolbar--material:not(.toolbar--cover-content) + .page__background + .page__content { top: 76px; } .page[status-bar-fill] > .toolbar.toolbar--transparent + .page__background { top: 0; } ons-tabbar[status-bar-fill] > .tabbar--top__content { top: 71px; } ons-tabbar[status-bar-fill] > .tabbar--top { padding-top: 22px; } ons-tabbar[position="top"] .page[status-bar-fill] > .page__content { top: 0px; } .toolbar + .page__background + .page__content ons-tabbar[status-bar-fill] > .tabbar--top { top: 0px; } .toolbar + .page__background + .page__content ons-tabbar[status-bar-fill] > .tabbar--top__content { top: 49px; } .page__content > .list:not(.list--material):first-child { margin-top: -1px; /* Avoid double border with toolbar */ } .page--wrapper > .page__background { display: none; } ons-action-sheet[disabled], ons-dialog[disabled], ons-alert-dialog[disabled], ons-popover[disabled] { pointer-events: none; opacity: 0.75; } ons-list-item[disabled] { pointer-events: none; } ons-range[disabled] { opacity: 0.3; pointer-events: none; } ons-pull-hook { position: relative; display: block; margin: auto; text-align: center; z-index: 20002; } ons-splitter, ons-splitter-mask, ons-splitter-content, ons-splitter-side { display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; box-sizing: border-box; z-index: 0; } ons-splitter-mask { z-index: 4; background-color: rgba(0, 0, 0, 0.1); display: none; opacity: 0; } ons-splitter-content { z-index: 2; } ons-splitter-side { right: auto; z-index: 2; } ons-splitter-side[side="right"] { right: 0; left: auto; } ons-splitter-side[mode="collapse"] { z-index: 5; left: auto; right: 100%; } ons-splitter-side[side="right"][mode="collapse"] { right: auto; left: 100%; } ons-splitter-side[mode="split"] { z-index: 3; } ons-toolbar-button > ons-icon[icon*="ion-"] { font-size: 26px; } ons-range, ons-select { display: inline-block; } ons-range > input { min-width: 50px; width: 100%; } ons-select > select { width: 100%; } ons-carousel[disabled] { pointer-events: none; opacity: 0.75; } ons-carousel[fullscreen] { height: 100%; } .ons-status-bar-mock { position: absolute; width: 100%; height: 20px; padding: 0 16px 0 6px; box-sizing: border-box; z-index: 30000; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; font-size: 12px; line-height: 20px; font-family: Arial, Helvetica; } .ons-status-bar-mock i { padding: 0 2px; } .ons-status-bar-mock.android { color: white; background-color: #222; font-family: Roboto, Arial, Helvetica; } .ons-status-bar-mock.android ~ * { top: 20px; bottom: 0; position: inherit; width: 100%; } .ons-ios-scroll-fix .page:not(.page--wrapper)[shown] > .page__content { overflow-y: hidden; } .ons-ios-scroll-fix ons-splitter-side > .page:not(.page--wrapper)[shown] > .page__content { overflow-y: auto; } ons-row { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; box-sizing: border-box; } ons-row[vertical-align="top"], ons-row[align="top"] { -webkit-box-align: start; box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; } ons-row[vertical-align="bottom"], ons-row[align="bottom"] { -webkit-box-align: end; box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; } ons-row[vertical-align="center"], ons-row[align="center"] { -webkit-box-align: center; box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; text-align: inherit; } ons-row + ons-row { padding-top: 0; } ons-col { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; display: block; width: 100%; box-sizing: border-box; } ons-col[vertical-align="top"], ons-col[align="top"] { -webkit-align-self: flex-start; -moz-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; } ons-col[vertical-align="bottom"], ons-col[align="bottom"] { -webkit-align-self: flex-end; -moz-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; } ons-col[vertical-align="center"], ons-col[align="center"] { -webkit-align-self: center; -moz-align-self: center; -ms-flex-item-align: center; text-align: inherit; } /* Copyright 2013-2015 ASIAL CORPORATION Licensed 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. */ .ons-icon { display: inline-block; line-height: inherit; font-style: normal; font-weight: normal; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .segment__button .ons-icon { line-height: initial; } :not(ons-toolbar-button):not(ons-action-sheet-button):not(.segment__button) > .ons-icon--ion { line-height: 0.75em; vertical-align: -25%; } .ons-icon[spin] { -webkit-animation: ons-icon-spin 2s infinite linear; -moz-animation: ons-icon-spin 2s infinite linear; animation: ons-icon-spin 2s infinite linear; } @-moz-keyframes ons-icon-spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes ons-icon-spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @keyframes ons-icon-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .ons-icon[rotate="90"] { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); } .ons-icon[rotate="180"] { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); } .ons-icon[rotate="270"] { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); transform: rotate(270deg); } .ons-icon[fixed-width] { width: 1.28571429em; text-align: center; } .ons-icon--lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .ons-icon--2x { font-size: 2em; } .ons-icon--3x { font-size: 3em; } .ons-icon--4x { font-size: 4em; } .ons-icon--5x { font-size: 5em; } ons-input, ons-radio, ons-checkbox, ons-search-input { display: inline-block; position: relative; } ons-input .text-input, ons-search-input .search-input { width: 100%; display: inline-block; } ons-input .text-input__label:not(.text-input--material__label) { display: none; } ons-input:not([float]) .text-input--material__label--active { display: none; } ons-input[disabled], ons-radio[disabled], ons-checkbox[disabled], ons-segment[disabled], ons-search-input[disabled] { opacity: 0.5; pointer-events: none; } ons-input input.text-input--material::-webkit-input-placeholder { color: transparent; } ons-input input.text-input--material::-moz-placeholder { color: transparent; } ons-input input.text-input--material:-ms-input-placeholder { color: transparent; } /* Suppress safe area support for pages in splitter sides */ @media (orientation: landscape) { html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content { padding-right: 0; } html[onsflag-iphonex-landscape] ons-splitter-side[side="right"] .page__content { padding-left: 0; } } /* Support the situation that a progress bar is located just below a toolbar */ @media (orientation: landscape) { html[onsflag-iphonex-landscape] .page__content > ons-progress-bar > .progress-bar { margin-left: -44px; margin-right: -44px; width: calc(100% + 88px); } } /* Lists in .page__content in splitter-sides */ @media (orientation: landscape) { /* Suppress left safe area support for pages in right splitter sides */ html[onsflag-iphonex-landscape] ons-splitter-side[side="right"] .page__content > .list:not(.list--inset) { margin-left: 0; } html[onsflag-iphonex-landscape] ons-splitter-side[side="right"] .page__content > .list:not(.list--inset) > .list-header { padding-left: 15px; } html[onsflag-iphonex-landscape] ons-splitter-side[side="right"] .page__content > .list:not(.list--inset) > .list-item { padding-left: 14px; } /* Suppress right safe area support for pages in left splitter sides */ html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content > .list:not(.list--inset) { margin-right: 0; } html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content > .list:not(.list--inset) > .list-item--chevron:before { right: 16px; } html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content > .list:not(.list--inset) > .list-item > .list-item__center:last-child { padding-right: 6px; } html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content > .list:not(.list--inset) > .list-item > .list-item__right { padding-right: 12px; } html[onsflag-iphonex-landscape] ons-splitter-side[side="left"] .page__content > .list:not(.list--inset) > .list-item > .list-item--chevron__right { padding-right: 30px; } } /* Copyright 2013-2015 ASIAL CORPORATION Licensed 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. */ ons-progress-bar { display: block; } ons-progress-circular { display: inline-block; width: 32px; height: 32px; } ons-progress-circular > svg.progress-circular { width: 100%; height: 100%; } /* Copyright 2013-2015 ASIAL CORPORATION Licensed 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. */ .ripple { display: block; position: absolute; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; } .ripple__background { background: rgba(255, 255, 255, 0.2); position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; pointer-events: none; } .ripple__wave { background: rgba(255, 255, 255, 0.2); width: 0; height: 0; border-radius: 50%; position: absolute; top: 0; left: 0; z-index: 0; pointer-events: none; } /* FIXME */ ons-list-item .ripple__wave, ons-list-item .ripple__background, .button--material--flat .ripple__wave, .button--material--flat .ripple__background { background: rgba(189, 189, 189, 0.3); } .ripple--light-gray__wave, .ripple--light-gray__background { background: rgba(189, 189, 189, 0.3); } /* Copyright 2013-2015 ASIAL CORPORATION Licensed 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. */ .ons-swiper { overflow: hidden; display: block; box-sizing: border-box; } .ons-swiper-target { display: -webkit-box; display: -webkit-flex; display: flex; height: 100%; z-index: 1; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; } .ons-swiper-target--vertical { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; } .ons-swiper-target > * { height: inherit; -webkit-flex-shrink: 0; flex-shrink: 0; box-sizing: border-box; width: 100%; position: relative !important; } .ons-swiper-target.active:not(.swiping) > .page:not([shown]) { visibility: hidden; } .ons-swiper-tabbar .tabbar--material__button:after { display: none; } .ons-swiper-blocker { display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; pointer-events: none }
tools/NUnit-2.6.0.12051/doc/testDecorators.html
CHAOS-Community/Portal.Module.Larmfm
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <!-- Standard Head Part --> <head> <title>NUnit - TestDecorators</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-US"> <meta name="norton-safeweb-site-verification" content="tb6xj01p4hgo5x-8wscsmq633y11-e6nhk-bnb5d987bseanyp6p0uew-pec8j963qlzj32k5x9h3r2q7wh-vmy8bbhek5lnpp5w4p8hocouuq39e09jrkihdtaeknua" /> <link rel="stylesheet" type="text/css" href="nunit.css"> <link rel="shortcut icon" href="favicon.ico"> </head> <!-- End Standard Head Part --> <body> <!-- Standard Header for NUnit.org --> <div id="header"> <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a> <div id="nav"> <a href="http://www.nunit.org">NUnit</a> <a class="active" href="index.html">Documentation</a> </div> </div> <!-- End of Header --> <div id="content"> <h3>TestDecorators (NUnit 2.4)</h3> <h4>Purpose</h4> <p>TestDecorators are able to modify a test after it has been constructed. <h4>Extension Point</h4> <p>Addins use the host to access this extension point by name: <pre> IExtensionPoint testDecorators = host.GetExtensionPoint( "TestDecorators" );</pre> <h4>Interface</h4> <p>The extension object passed to Install must implement the ITestDecorator interface: <pre> public interface ITestDecorator { Test Decorate( Test test, MemberInfo member ); } </pre> <p>The Decorate method may do several things, depending on what it needs to accomplish: <ol> <li>Return test unmodified <li>Modify properties of the test object and return it <li>Replace test with another object, either discarding the original or aggregating it in the new test. </ol> <p>Depending on what the decorator does, it may need to run ahead of other decorators or after them. Decorators should be installed using the Install method overload that takes a priority. The priorities range from 1 to 9 and decorators with lower priority values are installed first. The following standard values are defined for use if desired: <ul> <li>DecoratorPriority.Default = 0 <li>DecoratorPriority.First = 1 <li>DecoratorPriority.Normal = 5 <li>DecoratorPriority.Last = 9 </ul> </div> <!-- Submenu --> <div id="subnav"> <ul> <li><a href="index.html">NUnit 2.6</a></li> <ul> <li><a href="getStarted.html">Getting&nbsp;Started</a></li> <li><a href="writingTests.html">Writing&nbsp;Tests</a></li> <li><a href="runningTests.html">Running&nbsp;Tests</a></li> <li><a href="extensibility.html">Extensibility</a></li> <ul> <li><a href="customConstraints.html">Custom&nbsp;Constraints</a></li> <li><a href="nunitAddins.html">NUnit&nbsp;Addins</a></li> <ul> <li><a href="suiteBuilders.html">SuiteBuilders</a></li> <li><a href="testcaseBuilders.html">TestcaseBuilders</a></li> <li id="current"><a href="testDecorators.html">TestDecorators</a></li> <li><a href="testcaseProviders.html">TestcaseProviders</a></li> <li><a href="datapointProviders.html">DatapointProviders</a></li> <li><a href="eventListeners.html">EventListeners</a></li> </ul> <li><a href="extensionTips.html">Tips&nbsp;for&nbsp;Extenders</a></li> </ul> <li><a href="releaseNotes.html">Release&nbsp;Notes</a></li> <li><a href="samples.html">Samples</a></li> <li><a href="license.html">License</a></li> </ul> <li><a href="vsTestAdapter.html">NUnit&nbsp;Test&nbsp;Adapter&nbsp;0.90</a></li> <ul> <li><a href="vsTestAdapterLicense.html">License</a></li> </ul> <li><a href="&r=2.6.html"></a></li> <li><a href="&r=2.6.html"></a></li> </ul> </div> <!-- End of Submenu --> <!-- Standard Footer for NUnit.org --> <div id="footer"> Copyright &copy; 2012 Charlie Poole. All Rights Reserved. </div> <!-- End of Footer --> </body> </html>
sendmail/help/opt_SendMimeErrors.ru_RU.html
webdev1001/webmin
<header>'Îòñêàêèâàþùèå' ñîîáùåíèÿ â MIME-êîäèðîâêå?</header> Îïðåäåëÿåò, êîãäà 'îòñêàêèâàþùèå' ñîîáùåíèÿ äîëæíû îòñûëàòüñÿ â MIME ôîðìàòå, èëè ïðîñòîì òåêñòîâîì ôîðìàòå. Èñïîëüçóéòå âòîðîé âàðèàíò åñëè ó âàñ ìíîãî ïîëüçîâàòåëåé ðàáîòàþùèõ ñ ïðîãàììàìè-êëèåíòàìè íå óìåþùèìè ðàáîòàòü ñ MIME. <hr>
www/lib/bower_components/angular-google-maps/example/issue-371-polygon-ng-repeat.html
FirstDateApp/FirstDateApp.github.io
<!DOCTYPE html> <html xmlns:ng="http://angularjs.org" id='ng-app' ng-app="angular-google-maps-example"> <head> <meta charset="UTF-8"> <title>angular-google-maps example page</title> <!-- See https://rawgithub.com/ as it returns the correct mimetypes that are requested from github.--> <!-- make IE Happy , http://docs.angularjs.org/guide/ie --> <!--[if lte IE 9]> <script> window.html5 = { 'elements': 'marker window windows markers layer polyline marker-label ng-controller ng-repeat ng-init ng-model ng-hide ng-show' }; </script> <script src="https://rawgithub.com/bestiejs/json3/v3.2.5a/lib/json3.min.js"></script> <script src="https://rawgithub.com/kriskowal/es5-shim/v2.1.0/es5-shim.min.js"></script> <script src="https://rawgithub.com/jwmcpeak/EventShim/master/eventShim.js"></script> <script src="https://rawgithub.com/aFarkas/html5shiv/3.7.0/src/html5shiv.js"></script> <![endif]--> <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,600,300,700' rel='stylesheet' type='text/css'> <link href="assets/stylesheets/example.css" rel="stylesheet" type="text/css"> </head> <body ng-controller="controller"> <!-- You can use either a div having class 'google-map' or the '<ui-gmap-google-map>' element; in the latter case, uncomment the style above to make sure the custom elements gets block display --> <div class="page-title "> <h2 ng-cloak>angular-google-maps example {{version}}</h2> </div> <div class="container"> <div class="row"> <ui-gmap-google-map center="map.center" zoom="map.zoom" options="map.options" draggable="true"> <!--<any ng-init="poly = map.polygons[0]">--> <!-- a Tested Without a repeat and same problem happens --> <ui-gmap-polygon ng-repeat="poly in map.polygons" path='poly.path' fill='poly.fill' stroke='poly.stroke' clickable='poly.clickable' draggable='poly.draggable' editable='poly.editable' visible='poly.visible'> </ui-gmap-polygon> <!--</any>--> </ui-gmap-google-map> </div> </div> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <script src="http://maps.googleapis.com/maps/api/js?libraries=weather,visualization&sensor=false&language=en&v=3.13"></script> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.15/angular.min.js"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js" type="text/javascript"></script> <script src="../dist/angular-google-maps.js"></script> <script src="assets/scripts/mocks/heat-layer.js"></script> <script src="assets/scripts/controllers/issue-371-polygon-ng-repeat.js"></script> <script src="assets/scripts/controllers/templates/info.js"></script> <script src="http://localhost:35729/livereload.js"></script> </body> </html>
qtopiacore/qt/doc/html/itemviews-editabletreemodel-treeitem-cpp.html
liuyanghejerry/qtextended
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Qt 4.4: treeitem.cpp Example File (itemviews/editabletreemodel/treeitem.cpp)</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"><a href="http://www.trolltech.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td> <td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td> <td align="right" valign="top" width="230"></td></tr></table><h1 class="title">treeitem.cpp Example File<br /><span class="small-subtitle">itemviews/editabletreemodel/treeitem.cpp</span> </h1> <pre><span class="comment"> /**************************************************************************** ** ** Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information ([email protected]) ** ** This file is part of the example classes of the Qt Toolkit. ** ** Commercial Usage ** Licensees holding valid Qt Commercial licenses may use this file in ** accordance with the Qt Commercial License Agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and Nokia. ** ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU ** General Public License versions 2.0 or 3.0 as published by the Free ** Software Foundation and appearing in the file LICENSE.GPL included in ** the packaging of this file. Please review the following information ** to ensure GNU General Public Licensing requirements will be met: ** http://www.fsf.org/licensing/licenses/info/GPLv2.html and ** http://www.gnu.org/copyleft/gpl.html. In addition, as a special ** exception, Nokia gives you certain additional rights. These rights ** are described in the Nokia Qt GPL Exception version 1.3, included in ** the file GPL_EXCEPTION.txt in this package. ** ** Qt for Windows(R) Licensees ** As a special exception, Nokia, as the sole copyright holder for Qt ** Designer, grants users of the Qt/Eclipse Integration plug-in the ** right for the Qt/Eclipse Integration to link to functionality ** provided by Qt Designer and its related libraries. ** ** If you are unsure which license is appropriate for your use, please ** contact the sales department at [email protected]. ** ****************************************************************************/</span> <span class="comment"> /* treeitem.cpp A container for items of data supplied by the simple tree model. */</span> #include &lt;QStringList&gt; #include &quot;treeitem.h&quot; TreeItem::TreeItem(const QVector&lt;QVariant&gt; &amp;data, TreeItem *parent) { parentItem = parent; itemData = data; } TreeItem::~TreeItem() { qDeleteAll(childItems); } TreeItem *TreeItem::child(int number) { return childItems.value(number); } int TreeItem::childCount() const { return childItems.count(); } int TreeItem::childNumber() const { if (parentItem) return parentItem-&gt;childItems.indexOf(const_cast&lt;TreeItem*&gt;(this)); return 0; } int TreeItem::columnCount() const { return itemData.count(); } QVariant TreeItem::data(int column) const { return itemData.value(column); } bool TreeItem::insertChildren(int position, int count, int columns) { if (position &lt; 0 || position &gt; childItems.size()) return false; for (int row = 0; row &lt; count; ++row) { QVector&lt;QVariant&gt; data(columns); TreeItem *item = new TreeItem(data, this); childItems.insert(position, item); } return true; } bool TreeItem::insertColumns(int position, int columns) { if (position &lt; 0 || position &gt; itemData.size()) return false; for (int column = 0; column &lt; columns; ++column) itemData.insert(position, QVariant()); foreach (TreeItem *child, childItems) child-&gt;insertColumns(position, columns); return true; } TreeItem *TreeItem::parent() { return parentItem; } bool TreeItem::removeChildren(int position, int count) { if (position &lt; 0 || position + count &gt; childItems.size()) return false; for (int row = 0; row &lt; count; ++row) delete childItems.takeAt(position); return true; } bool TreeItem::removeColumns(int position, int columns) { if (position &lt; 0 || position + columns &gt; itemData.size()) return false; for (int column = 0; column &lt; columns; ++column) itemData.remove(position); foreach (TreeItem *child, childItems) child-&gt;removeColumns(position, columns); return true; } bool TreeItem::setData(int column, const QVariant &amp;value) { if (column &lt; 0 || column &gt;= itemData.size()) return false; itemData[column] = value; return true; }</pre> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td width="30%" align="left">Copyright &copy; 2008 Nokia</td> <td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td> <td width="30%" align="right"><div align="right">Qt 4.4.3</div></td> </tr></table></div></address></body> </html>
src/pexpect-2.3/doc/fdpexpect.html
goofwear/raspberry_pwn
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module fdpexpect</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong>fdpexpect</strong></big></big> (version 2.3)</font></td ><td align=right valign=bottom ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/noah/pexpect/trunk/pexpect/fdpexpect.py">/home/noah/pexpect/trunk/pexpect/fdpexpect.py</a></font></td></tr></table> <p><tt>This&nbsp;is&nbsp;like&nbsp;pexpect,&nbsp;but&nbsp;will&nbsp;work&nbsp;on&nbsp;any&nbsp;file&nbsp;descriptor&nbsp;that&nbsp;you&nbsp;pass&nbsp;it.<br> So&nbsp;you&nbsp;are&nbsp;reponsible&nbsp;for&nbsp;opening&nbsp;and&nbsp;close&nbsp;the&nbsp;file&nbsp;descriptor.<br> &nbsp;<br> $Id:&nbsp;fdpexpect.py&nbsp;505&nbsp;2007-12-26&nbsp;21:33:50Z&nbsp;noah&nbsp;$</tt></p> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#aa55cc"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> <tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="os.html">os</a><br> </td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ee77aa"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> <tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><dl> <dt><font face="helvetica, arial"><a href="pexpect.html#spawn">pexpect.spawn</a>(<a href="__builtin__.html#object">__builtin__.object</a>) </font></dt><dd> <dl> <dt><font face="helvetica, arial"><a href="fdpexpect.html#fdspawn">fdspawn</a> </font></dt></dl> </dd> </dl> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helvetica, arial"><a name="fdspawn">class <strong>fdspawn</strong></a>(<a href="pexpect.html#spawn">pexpect.spawn</a>)</font></td></tr> <tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td> <td colspan=2><tt>This&nbsp;is&nbsp;like&nbsp;pexpect.<a href="pexpect.html#spawn">spawn</a>&nbsp;but&nbsp;allows&nbsp;you&nbsp;to&nbsp;supply&nbsp;your&nbsp;own&nbsp;open&nbsp;file<br> descriptor.&nbsp;For&nbsp;example,&nbsp;you&nbsp;could&nbsp;use&nbsp;it&nbsp;to&nbsp;read&nbsp;through&nbsp;a&nbsp;file&nbsp;looking<br> for&nbsp;patterns,&nbsp;or&nbsp;to&nbsp;control&nbsp;a&nbsp;modem&nbsp;or&nbsp;serial&nbsp;device.<br>&nbsp;</tt></td></tr> <tr><td>&nbsp;</td> <td width="100%"><dl><dt>Method resolution order:</dt> <dd><a href="fdpexpect.html#fdspawn">fdspawn</a></dd> <dd><a href="pexpect.html#spawn">pexpect.spawn</a></dd> <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> </dl> <hr> Methods defined here:<br> <dl><dt><a name="fdspawn-__del__"><strong>__del__</strong></a>(self)</dt></dl> <dl><dt><a name="fdspawn-__init__"><strong>__init__</strong></a>(self, fd, args<font color="#909090">=[]</font>, timeout<font color="#909090">=30</font>, maxread<font color="#909090">=2000</font>, searchwindowsize<font color="#909090">=None</font>, logfile<font color="#909090">=None</font>)</dt><dd><tt>This&nbsp;takes&nbsp;a&nbsp;file&nbsp;descriptor&nbsp;(an&nbsp;int)&nbsp;or&nbsp;an&nbsp;object&nbsp;that&nbsp;support&nbsp;the<br> <a href="#fdspawn-fileno">fileno</a>()&nbsp;method&nbsp;(returning&nbsp;an&nbsp;int).&nbsp;All&nbsp;Python&nbsp;file-like&nbsp;objects<br> support&nbsp;<a href="#fdspawn-fileno">fileno</a>().</tt></dd></dl> <dl><dt><a name="fdspawn-close"><strong>close</strong></a>(self)</dt></dl> <dl><dt><a name="fdspawn-isalive"><strong>isalive</strong></a>(self)</dt><dd><tt>This&nbsp;checks&nbsp;if&nbsp;the&nbsp;file&nbsp;descriptor&nbsp;is&nbsp;still&nbsp;valid.&nbsp;If&nbsp;os.fstat()<br> does&nbsp;not&nbsp;raise&nbsp;an&nbsp;exception&nbsp;then&nbsp;we&nbsp;assume&nbsp;it&nbsp;is&nbsp;alive.</tt></dd></dl> <dl><dt><a name="fdspawn-kill"><strong>kill</strong></a>(self, sig)</dt></dl> <dl><dt><a name="fdspawn-terminate"><strong>terminate</strong></a>(self, force<font color="#909090">=False</font>)</dt></dl> <hr> Methods inherited from <a href="pexpect.html#spawn">pexpect.spawn</a>:<br> <dl><dt><a name="fdspawn-__iter__"><strong>__iter__</strong></a>(self)</dt><dd><tt>This&nbsp;is&nbsp;to&nbsp;support&nbsp;iterators&nbsp;over&nbsp;a&nbsp;file-like&nbsp;object.</tt></dd></dl> <dl><dt><a name="fdspawn-__str__"><strong>__str__</strong></a>(self)</dt><dd><tt>This&nbsp;returns&nbsp;a&nbsp;human-readable&nbsp;string&nbsp;that&nbsp;represents&nbsp;the&nbsp;state&nbsp;of<br> the&nbsp;object.</tt></dd></dl> <dl><dt><a name="fdspawn-compile_pattern_list"><strong>compile_pattern_list</strong></a>(self, patterns)</dt><dd><tt>This&nbsp;compiles&nbsp;a&nbsp;pattern-string&nbsp;or&nbsp;a&nbsp;list&nbsp;of&nbsp;pattern-strings.<br> Patterns&nbsp;must&nbsp;be&nbsp;a&nbsp;StringType,&nbsp;EOF,&nbsp;TIMEOUT,&nbsp;SRE_Pattern,&nbsp;or&nbsp;a&nbsp;list&nbsp;of<br> those.&nbsp;Patterns&nbsp;may&nbsp;also&nbsp;be&nbsp;None&nbsp;which&nbsp;results&nbsp;in&nbsp;an&nbsp;empty&nbsp;list&nbsp;(you<br> might&nbsp;do&nbsp;this&nbsp;if&nbsp;waiting&nbsp;for&nbsp;an&nbsp;EOF&nbsp;or&nbsp;TIMEOUT&nbsp;condition&nbsp;without<br> expecting&nbsp;any&nbsp;pattern).<br> &nbsp;<br> This&nbsp;is&nbsp;used&nbsp;by&nbsp;<a href="#fdspawn-expect">expect</a>()&nbsp;when&nbsp;calling&nbsp;<a href="#fdspawn-expect_list">expect_list</a>().&nbsp;Thus&nbsp;<a href="#fdspawn-expect">expect</a>()&nbsp;is<br> nothing&nbsp;more&nbsp;than::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cpl&nbsp;=&nbsp;<a href="#fdspawn-compile_pattern_list">compile_pattern_list</a>(pl)<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;<a href="#fdspawn-expect_list">expect_list</a>(cpl,&nbsp;timeout)<br> &nbsp;<br> If&nbsp;you&nbsp;are&nbsp;using&nbsp;<a href="#fdspawn-expect">expect</a>()&nbsp;within&nbsp;a&nbsp;loop&nbsp;it&nbsp;may&nbsp;be&nbsp;more<br> efficient&nbsp;to&nbsp;compile&nbsp;the&nbsp;patterns&nbsp;first&nbsp;and&nbsp;then&nbsp;call&nbsp;<a href="#fdspawn-expect_list">expect_list</a>().<br> This&nbsp;avoid&nbsp;calls&nbsp;in&nbsp;a&nbsp;loop&nbsp;to&nbsp;<a href="#fdspawn-compile_pattern_list">compile_pattern_list</a>()::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cpl&nbsp;=&nbsp;<a href="#fdspawn-compile_pattern_list">compile_pattern_list</a>(my_pattern)<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while&nbsp;some_condition:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i&nbsp;=&nbsp;<a href="#fdspawn-expect_list">expect_list</a>(clp,&nbsp;timeout)<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...</tt></dd></dl> <dl><dt><a name="fdspawn-eof"><strong>eof</strong></a>(self)</dt><dd><tt>This&nbsp;returns&nbsp;True&nbsp;if&nbsp;the&nbsp;EOF&nbsp;exception&nbsp;was&nbsp;ever&nbsp;raised.</tt></dd></dl> <dl><dt><a name="fdspawn-expect"><strong>expect</strong></a>(self, pattern, timeout<font color="#909090">=-1</font>, searchwindowsize<font color="#909090">=None</font>)</dt><dd><tt>This&nbsp;seeks&nbsp;through&nbsp;the&nbsp;stream&nbsp;until&nbsp;a&nbsp;pattern&nbsp;is&nbsp;matched.&nbsp;The<br> pattern&nbsp;is&nbsp;overloaded&nbsp;and&nbsp;may&nbsp;take&nbsp;several&nbsp;types.&nbsp;The&nbsp;pattern&nbsp;can&nbsp;be&nbsp;a<br> StringType,&nbsp;EOF,&nbsp;a&nbsp;compiled&nbsp;re,&nbsp;or&nbsp;a&nbsp;list&nbsp;of&nbsp;any&nbsp;of&nbsp;those&nbsp;types.<br> Strings&nbsp;will&nbsp;be&nbsp;compiled&nbsp;to&nbsp;re&nbsp;types.&nbsp;This&nbsp;returns&nbsp;the&nbsp;index&nbsp;into&nbsp;the<br> pattern&nbsp;list.&nbsp;If&nbsp;the&nbsp;pattern&nbsp;was&nbsp;not&nbsp;a&nbsp;list&nbsp;this&nbsp;returns&nbsp;index&nbsp;0&nbsp;on&nbsp;a<br> successful&nbsp;match.&nbsp;This&nbsp;may&nbsp;raise&nbsp;exceptions&nbsp;for&nbsp;EOF&nbsp;or&nbsp;TIMEOUT.&nbsp;To<br> avoid&nbsp;the&nbsp;EOF&nbsp;or&nbsp;TIMEOUT&nbsp;exceptions&nbsp;add&nbsp;EOF&nbsp;or&nbsp;TIMEOUT&nbsp;to&nbsp;the&nbsp;pattern<br> list.&nbsp;That&nbsp;will&nbsp;cause&nbsp;expect&nbsp;to&nbsp;match&nbsp;an&nbsp;EOF&nbsp;or&nbsp;TIMEOUT&nbsp;condition<br> instead&nbsp;of&nbsp;raising&nbsp;an&nbsp;exception.<br> &nbsp;<br> If&nbsp;you&nbsp;pass&nbsp;a&nbsp;list&nbsp;of&nbsp;patterns&nbsp;and&nbsp;more&nbsp;than&nbsp;one&nbsp;matches,&nbsp;the&nbsp;first&nbsp;match<br> in&nbsp;the&nbsp;stream&nbsp;is&nbsp;chosen.&nbsp;If&nbsp;more&nbsp;than&nbsp;one&nbsp;pattern&nbsp;matches&nbsp;at&nbsp;that&nbsp;point,<br> the&nbsp;leftmost&nbsp;in&nbsp;the&nbsp;pattern&nbsp;list&nbsp;is&nbsp;chosen.&nbsp;For&nbsp;example::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;the&nbsp;input&nbsp;is&nbsp;'foobar'<br> &nbsp;&nbsp;&nbsp;&nbsp;index&nbsp;=&nbsp;p.expect&nbsp;(['bar',&nbsp;'foo',&nbsp;'foobar'])<br> &nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;returns&nbsp;1&nbsp;('foo')&nbsp;even&nbsp;though&nbsp;'foobar'&nbsp;is&nbsp;a&nbsp;"better"&nbsp;match<br> &nbsp;<br> Please&nbsp;note,&nbsp;however,&nbsp;that&nbsp;buffering&nbsp;can&nbsp;affect&nbsp;this&nbsp;behavior,&nbsp;since<br> input&nbsp;arrives&nbsp;in&nbsp;unpredictable&nbsp;chunks.&nbsp;For&nbsp;example::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;the&nbsp;input&nbsp;is&nbsp;'foobar'<br> &nbsp;&nbsp;&nbsp;&nbsp;index&nbsp;=&nbsp;p.expect&nbsp;(['foobar',&nbsp;'foo'])<br> &nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;returns&nbsp;0&nbsp;('foobar')&nbsp;if&nbsp;all&nbsp;input&nbsp;is&nbsp;available&nbsp;at&nbsp;once,<br> &nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;but&nbsp;returs&nbsp;1&nbsp;('foo')&nbsp;if&nbsp;parts&nbsp;of&nbsp;the&nbsp;final&nbsp;'bar'&nbsp;arrive&nbsp;late<br> &nbsp;<br> After&nbsp;a&nbsp;match&nbsp;is&nbsp;found&nbsp;the&nbsp;instance&nbsp;attributes&nbsp;'before',&nbsp;'after'&nbsp;and<br> 'match'&nbsp;will&nbsp;be&nbsp;set.&nbsp;You&nbsp;can&nbsp;see&nbsp;all&nbsp;the&nbsp;data&nbsp;read&nbsp;before&nbsp;the&nbsp;match&nbsp;in<br> 'before'.&nbsp;You&nbsp;can&nbsp;see&nbsp;the&nbsp;data&nbsp;that&nbsp;was&nbsp;matched&nbsp;in&nbsp;'after'.&nbsp;The<br> re.MatchObject&nbsp;used&nbsp;in&nbsp;the&nbsp;re&nbsp;match&nbsp;will&nbsp;be&nbsp;in&nbsp;'match'.&nbsp;If&nbsp;an&nbsp;error<br> occurred&nbsp;then&nbsp;'before'&nbsp;will&nbsp;be&nbsp;set&nbsp;to&nbsp;all&nbsp;the&nbsp;data&nbsp;read&nbsp;so&nbsp;far&nbsp;and<br> 'after'&nbsp;and&nbsp;'match'&nbsp;will&nbsp;be&nbsp;None.<br> &nbsp;<br> If&nbsp;timeout&nbsp;is&nbsp;-1&nbsp;then&nbsp;timeout&nbsp;will&nbsp;be&nbsp;set&nbsp;to&nbsp;the&nbsp;self.<strong>timeout</strong>&nbsp;value.<br> &nbsp;<br> A&nbsp;list&nbsp;entry&nbsp;may&nbsp;be&nbsp;EOF&nbsp;or&nbsp;TIMEOUT&nbsp;instead&nbsp;of&nbsp;a&nbsp;string.&nbsp;This&nbsp;will<br> catch&nbsp;these&nbsp;exceptions&nbsp;and&nbsp;return&nbsp;the&nbsp;index&nbsp;of&nbsp;the&nbsp;list&nbsp;entry&nbsp;instead<br> of&nbsp;raising&nbsp;the&nbsp;exception.&nbsp;The&nbsp;attribute&nbsp;'after'&nbsp;will&nbsp;be&nbsp;set&nbsp;to&nbsp;the<br> exception&nbsp;type.&nbsp;The&nbsp;attribute&nbsp;'match'&nbsp;will&nbsp;be&nbsp;None.&nbsp;This&nbsp;allows&nbsp;you&nbsp;to<br> write&nbsp;code&nbsp;like&nbsp;this::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index&nbsp;=&nbsp;p.expect&nbsp;(['good',&nbsp;'bad',&nbsp;pexpect.EOF,&nbsp;pexpect.TIMEOUT])<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;index&nbsp;==&nbsp;0:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do_something()<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elif&nbsp;index&nbsp;==&nbsp;1:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do_something_else()<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elif&nbsp;index&nbsp;==&nbsp;2:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do_some_other_thing()<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elif&nbsp;index&nbsp;==&nbsp;3:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do_something_completely_different()<br> &nbsp;<br> instead&nbsp;of&nbsp;code&nbsp;like&nbsp;this::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;try:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index&nbsp;=&nbsp;p.expect&nbsp;(['good',&nbsp;'bad'])<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;index&nbsp;==&nbsp;0:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do_something()<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;elif&nbsp;index&nbsp;==&nbsp;1:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do_something_else()<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;except&nbsp;EOF:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do_some_other_thing()<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;except&nbsp;TIMEOUT:<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;do_something_completely_different()<br> &nbsp;<br> These&nbsp;two&nbsp;forms&nbsp;are&nbsp;equivalent.&nbsp;It&nbsp;all&nbsp;depends&nbsp;on&nbsp;what&nbsp;you&nbsp;want.&nbsp;You<br> can&nbsp;also&nbsp;just&nbsp;expect&nbsp;the&nbsp;EOF&nbsp;if&nbsp;you&nbsp;are&nbsp;waiting&nbsp;for&nbsp;all&nbsp;output&nbsp;of&nbsp;a<br> child&nbsp;to&nbsp;finish.&nbsp;For&nbsp;example::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p&nbsp;=&nbsp;pexpect.<a href="pexpect.html#spawn">spawn</a>('/bin/ls')<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p.expect&nbsp;(pexpect.EOF)<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print&nbsp;p.before<br> &nbsp;<br> If&nbsp;you&nbsp;are&nbsp;trying&nbsp;to&nbsp;optimize&nbsp;for&nbsp;speed&nbsp;then&nbsp;see&nbsp;<a href="#fdspawn-expect_list">expect_list</a>().</tt></dd></dl> <dl><dt><a name="fdspawn-expect_exact"><strong>expect_exact</strong></a>(self, pattern_list, timeout<font color="#909090">=-1</font>, searchwindowsize<font color="#909090">=-1</font>)</dt><dd><tt>This&nbsp;is&nbsp;similar&nbsp;to&nbsp;<a href="#fdspawn-expect">expect</a>(),&nbsp;but&nbsp;uses&nbsp;plain&nbsp;string&nbsp;matching&nbsp;instead<br> of&nbsp;compiled&nbsp;regular&nbsp;expressions&nbsp;in&nbsp;'pattern_list'.&nbsp;The&nbsp;'pattern_list'<br> may&nbsp;be&nbsp;a&nbsp;string;&nbsp;a&nbsp;list&nbsp;or&nbsp;other&nbsp;sequence&nbsp;of&nbsp;strings;&nbsp;or&nbsp;TIMEOUT&nbsp;and<br> EOF.<br> &nbsp;<br> This&nbsp;call&nbsp;might&nbsp;be&nbsp;faster&nbsp;than&nbsp;<a href="#fdspawn-expect">expect</a>()&nbsp;for&nbsp;two&nbsp;reasons:&nbsp;string<br> searching&nbsp;is&nbsp;faster&nbsp;than&nbsp;RE&nbsp;matching&nbsp;and&nbsp;it&nbsp;is&nbsp;possible&nbsp;to&nbsp;limit&nbsp;the<br> search&nbsp;to&nbsp;just&nbsp;the&nbsp;end&nbsp;of&nbsp;the&nbsp;input&nbsp;buffer.<br> &nbsp;<br> This&nbsp;method&nbsp;is&nbsp;also&nbsp;useful&nbsp;when&nbsp;you&nbsp;don't&nbsp;want&nbsp;to&nbsp;have&nbsp;to&nbsp;worry&nbsp;about<br> escaping&nbsp;regular&nbsp;expression&nbsp;characters&nbsp;that&nbsp;you&nbsp;want&nbsp;to&nbsp;match.</tt></dd></dl> <dl><dt><a name="fdspawn-expect_list"><strong>expect_list</strong></a>(self, pattern_list, timeout<font color="#909090">=-1</font>, searchwindowsize<font color="#909090">=-1</font>)</dt><dd><tt>This&nbsp;takes&nbsp;a&nbsp;list&nbsp;of&nbsp;compiled&nbsp;regular&nbsp;expressions&nbsp;and&nbsp;returns&nbsp;the<br> index&nbsp;into&nbsp;the&nbsp;pattern_list&nbsp;that&nbsp;matched&nbsp;the&nbsp;child&nbsp;output.&nbsp;The&nbsp;list&nbsp;may<br> also&nbsp;contain&nbsp;EOF&nbsp;or&nbsp;TIMEOUT&nbsp;(which&nbsp;are&nbsp;not&nbsp;compiled&nbsp;regular<br> expressions).&nbsp;This&nbsp;method&nbsp;is&nbsp;similar&nbsp;to&nbsp;the&nbsp;<a href="#fdspawn-expect">expect</a>()&nbsp;method&nbsp;except&nbsp;that<br> <a href="#fdspawn-expect_list">expect_list</a>()&nbsp;does&nbsp;not&nbsp;recompile&nbsp;the&nbsp;pattern&nbsp;list&nbsp;on&nbsp;every&nbsp;call.&nbsp;This<br> may&nbsp;help&nbsp;if&nbsp;you&nbsp;are&nbsp;trying&nbsp;to&nbsp;optimize&nbsp;for&nbsp;speed,&nbsp;otherwise&nbsp;just&nbsp;use<br> the&nbsp;<a href="#fdspawn-expect">expect</a>()&nbsp;method.&nbsp;&nbsp;This&nbsp;is&nbsp;called&nbsp;by&nbsp;<a href="#fdspawn-expect">expect</a>().&nbsp;If&nbsp;timeout==-1&nbsp;then<br> the&nbsp;self.<strong>timeout</strong>&nbsp;value&nbsp;is&nbsp;used.&nbsp;If&nbsp;searchwindowsize==-1&nbsp;then&nbsp;the<br> self.<strong>searchwindowsize</strong>&nbsp;value&nbsp;is&nbsp;used.</tt></dd></dl> <dl><dt><a name="fdspawn-expect_loop"><strong>expect_loop</strong></a>(self, searcher, timeout<font color="#909090">=-1</font>, searchwindowsize<font color="#909090">=-1</font>)</dt><dd><tt>This&nbsp;is&nbsp;the&nbsp;common&nbsp;loop&nbsp;used&nbsp;inside&nbsp;expect.&nbsp;The&nbsp;'searcher'&nbsp;should&nbsp;be<br> an&nbsp;instance&nbsp;of&nbsp;searcher_re&nbsp;or&nbsp;searcher_string,&nbsp;which&nbsp;describes&nbsp;how&nbsp;and&nbsp;what<br> to&nbsp;search&nbsp;for&nbsp;in&nbsp;the&nbsp;input.<br> &nbsp;<br> See&nbsp;<a href="#fdspawn-expect">expect</a>()&nbsp;for&nbsp;other&nbsp;arguments,&nbsp;return&nbsp;value&nbsp;and&nbsp;exceptions.</tt></dd></dl> <dl><dt><a name="fdspawn-fileno"><strong>fileno</strong></a>(self)</dt><dd><tt>This&nbsp;returns&nbsp;the&nbsp;file&nbsp;descriptor&nbsp;of&nbsp;the&nbsp;pty&nbsp;for&nbsp;the&nbsp;child.</tt></dd></dl> <dl><dt><a name="fdspawn-flush"><strong>flush</strong></a>(self)</dt><dd><tt>This&nbsp;does&nbsp;nothing.&nbsp;It&nbsp;is&nbsp;here&nbsp;to&nbsp;support&nbsp;the&nbsp;interface&nbsp;for&nbsp;a<br> File-like&nbsp;object.</tt></dd></dl> <dl><dt><a name="fdspawn-getecho"><strong>getecho</strong></a>(self)</dt><dd><tt>This&nbsp;returns&nbsp;the&nbsp;terminal&nbsp;echo&nbsp;mode.&nbsp;This&nbsp;returns&nbsp;True&nbsp;if&nbsp;echo&nbsp;is<br> on&nbsp;or&nbsp;False&nbsp;if&nbsp;echo&nbsp;is&nbsp;off.&nbsp;Child&nbsp;applications&nbsp;that&nbsp;are&nbsp;expecting&nbsp;you<br> to&nbsp;enter&nbsp;a&nbsp;password&nbsp;often&nbsp;set&nbsp;ECHO&nbsp;False.&nbsp;See&nbsp;<a href="#fdspawn-waitnoecho">waitnoecho</a>().</tt></dd></dl> <dl><dt><a name="fdspawn-getwinsize"><strong>getwinsize</strong></a>(self)</dt><dd><tt>This&nbsp;returns&nbsp;the&nbsp;terminal&nbsp;window&nbsp;size&nbsp;of&nbsp;the&nbsp;child&nbsp;tty.&nbsp;The&nbsp;return<br> value&nbsp;is&nbsp;a&nbsp;tuple&nbsp;of&nbsp;(rows,&nbsp;cols).</tt></dd></dl> <dl><dt><a name="fdspawn-interact"><strong>interact</strong></a>(self, escape_character<font color="#909090">='<font color="#c040c0">\x1d</font>'</font>, input_filter<font color="#909090">=None</font>, output_filter<font color="#909090">=None</font>)</dt><dd><tt>This&nbsp;gives&nbsp;control&nbsp;of&nbsp;the&nbsp;child&nbsp;process&nbsp;to&nbsp;the&nbsp;interactive&nbsp;user&nbsp;(the<br> human&nbsp;at&nbsp;the&nbsp;keyboard).&nbsp;Keystrokes&nbsp;are&nbsp;sent&nbsp;to&nbsp;the&nbsp;child&nbsp;process,&nbsp;and<br> the&nbsp;stdout&nbsp;and&nbsp;stderr&nbsp;output&nbsp;of&nbsp;the&nbsp;child&nbsp;process&nbsp;is&nbsp;printed.&nbsp;This<br> simply&nbsp;echos&nbsp;the&nbsp;child&nbsp;stdout&nbsp;and&nbsp;child&nbsp;stderr&nbsp;to&nbsp;the&nbsp;real&nbsp;stdout&nbsp;and<br> it&nbsp;echos&nbsp;the&nbsp;real&nbsp;stdin&nbsp;to&nbsp;the&nbsp;child&nbsp;stdin.&nbsp;When&nbsp;the&nbsp;user&nbsp;types&nbsp;the<br> escape_character&nbsp;this&nbsp;method&nbsp;will&nbsp;stop.&nbsp;The&nbsp;default&nbsp;for<br> escape_character&nbsp;is&nbsp;^].&nbsp;This&nbsp;should&nbsp;not&nbsp;be&nbsp;confused&nbsp;with&nbsp;ASCII&nbsp;27&nbsp;--<br> the&nbsp;ESC&nbsp;character.&nbsp;ASCII&nbsp;29&nbsp;was&nbsp;chosen&nbsp;for&nbsp;historical&nbsp;merit&nbsp;because<br> this&nbsp;is&nbsp;the&nbsp;character&nbsp;used&nbsp;by&nbsp;'telnet'&nbsp;as&nbsp;the&nbsp;escape&nbsp;character.&nbsp;The<br> escape_character&nbsp;will&nbsp;not&nbsp;be&nbsp;sent&nbsp;to&nbsp;the&nbsp;child&nbsp;process.<br> &nbsp;<br> You&nbsp;may&nbsp;pass&nbsp;in&nbsp;optional&nbsp;input&nbsp;and&nbsp;output&nbsp;filter&nbsp;functions.&nbsp;These<br> functions&nbsp;should&nbsp;take&nbsp;a&nbsp;string&nbsp;and&nbsp;return&nbsp;a&nbsp;string.&nbsp;The&nbsp;output_filter<br> will&nbsp;be&nbsp;passed&nbsp;all&nbsp;the&nbsp;output&nbsp;from&nbsp;the&nbsp;child&nbsp;process.&nbsp;The&nbsp;input_filter<br> will&nbsp;be&nbsp;passed&nbsp;all&nbsp;the&nbsp;keyboard&nbsp;input&nbsp;from&nbsp;the&nbsp;user.&nbsp;The&nbsp;input_filter<br> is&nbsp;run&nbsp;BEFORE&nbsp;the&nbsp;check&nbsp;for&nbsp;the&nbsp;escape_character.<br> &nbsp;<br> Note&nbsp;that&nbsp;if&nbsp;you&nbsp;change&nbsp;the&nbsp;window&nbsp;size&nbsp;of&nbsp;the&nbsp;parent&nbsp;the&nbsp;SIGWINCH<br> signal&nbsp;will&nbsp;not&nbsp;be&nbsp;passed&nbsp;through&nbsp;to&nbsp;the&nbsp;child.&nbsp;If&nbsp;you&nbsp;want&nbsp;the&nbsp;child<br> window&nbsp;size&nbsp;to&nbsp;change&nbsp;when&nbsp;the&nbsp;parent's&nbsp;window&nbsp;size&nbsp;changes&nbsp;then&nbsp;do<br> something&nbsp;like&nbsp;the&nbsp;following&nbsp;example::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;import&nbsp;pexpect,&nbsp;struct,&nbsp;fcntl,&nbsp;termios,&nbsp;signal,&nbsp;sys<br> &nbsp;&nbsp;&nbsp;&nbsp;def&nbsp;sigwinch_passthrough&nbsp;(sig,&nbsp;data):<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;s&nbsp;=&nbsp;struct.pack("HHHH",&nbsp;0,&nbsp;0,&nbsp;0,&nbsp;0)<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a&nbsp;=&nbsp;struct.unpack('hhhh',&nbsp;fcntl.ioctl(sys.stdout.<a href="#fdspawn-fileno">fileno</a>(),&nbsp;termios.TIOCGWINSZ&nbsp;,&nbsp;s))<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;global&nbsp;p<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;p.<a href="#fdspawn-setwinsize">setwinsize</a>(a[0],a[1])<br> &nbsp;&nbsp;&nbsp;&nbsp;p&nbsp;=&nbsp;pexpect.<a href="pexpect.html#spawn">spawn</a>('/bin/bash')&nbsp;#&nbsp;Note&nbsp;this&nbsp;is&nbsp;global&nbsp;and&nbsp;used&nbsp;in&nbsp;sigwinch_passthrough.<br> &nbsp;&nbsp;&nbsp;&nbsp;signal.signal(signal.SIGWINCH,&nbsp;sigwinch_passthrough)<br> &nbsp;&nbsp;&nbsp;&nbsp;p.<a href="#fdspawn-interact">interact</a>()</tt></dd></dl> <dl><dt><a name="fdspawn-isatty"><strong>isatty</strong></a>(self)</dt><dd><tt>This&nbsp;returns&nbsp;True&nbsp;if&nbsp;the&nbsp;file&nbsp;descriptor&nbsp;is&nbsp;open&nbsp;and&nbsp;connected&nbsp;to&nbsp;a<br> tty(-like)&nbsp;device,&nbsp;else&nbsp;False.</tt></dd></dl> <dl><dt><a name="fdspawn-next"><strong>next</strong></a>(self)</dt><dd><tt>This&nbsp;is&nbsp;to&nbsp;support&nbsp;iterators&nbsp;over&nbsp;a&nbsp;file-like&nbsp;object.</tt></dd></dl> <dl><dt><a name="fdspawn-read"><strong>read</strong></a>(self, size<font color="#909090">=-1</font>)</dt><dd><tt>This&nbsp;reads&nbsp;at&nbsp;most&nbsp;"size"&nbsp;bytes&nbsp;from&nbsp;the&nbsp;file&nbsp;(less&nbsp;if&nbsp;the&nbsp;read&nbsp;hits<br> EOF&nbsp;before&nbsp;obtaining&nbsp;size&nbsp;bytes).&nbsp;If&nbsp;the&nbsp;size&nbsp;argument&nbsp;is&nbsp;negative&nbsp;or<br> omitted,&nbsp;read&nbsp;all&nbsp;data&nbsp;until&nbsp;EOF&nbsp;is&nbsp;reached.&nbsp;The&nbsp;bytes&nbsp;are&nbsp;returned&nbsp;as<br> a&nbsp;string&nbsp;object.&nbsp;An&nbsp;empty&nbsp;string&nbsp;is&nbsp;returned&nbsp;when&nbsp;EOF&nbsp;is&nbsp;encountered<br> immediately.</tt></dd></dl> <dl><dt><a name="fdspawn-read_nonblocking"><strong>read_nonblocking</strong></a>(self, size<font color="#909090">=1</font>, timeout<font color="#909090">=-1</font>)</dt><dd><tt>This&nbsp;reads&nbsp;at&nbsp;most&nbsp;size&nbsp;characters&nbsp;from&nbsp;the&nbsp;child&nbsp;application.&nbsp;It<br> includes&nbsp;a&nbsp;timeout.&nbsp;If&nbsp;the&nbsp;read&nbsp;does&nbsp;not&nbsp;complete&nbsp;within&nbsp;the&nbsp;timeout<br> period&nbsp;then&nbsp;a&nbsp;TIMEOUT&nbsp;exception&nbsp;is&nbsp;raised.&nbsp;If&nbsp;the&nbsp;end&nbsp;of&nbsp;file&nbsp;is&nbsp;read<br> then&nbsp;an&nbsp;EOF&nbsp;exception&nbsp;will&nbsp;be&nbsp;raised.&nbsp;If&nbsp;a&nbsp;log&nbsp;file&nbsp;was&nbsp;set&nbsp;using<br> <a href="#fdspawn-setlog">setlog</a>()&nbsp;then&nbsp;all&nbsp;data&nbsp;will&nbsp;also&nbsp;be&nbsp;written&nbsp;to&nbsp;the&nbsp;log&nbsp;file.<br> &nbsp;<br> If&nbsp;timeout&nbsp;is&nbsp;None&nbsp;then&nbsp;the&nbsp;read&nbsp;may&nbsp;block&nbsp;indefinitely.&nbsp;If&nbsp;timeout&nbsp;is&nbsp;-1<br> then&nbsp;the&nbsp;self.<strong>timeout</strong>&nbsp;value&nbsp;is&nbsp;used.&nbsp;If&nbsp;timeout&nbsp;is&nbsp;0&nbsp;then&nbsp;the&nbsp;child&nbsp;is<br> polled&nbsp;and&nbsp;if&nbsp;there&nbsp;was&nbsp;no&nbsp;data&nbsp;immediately&nbsp;ready&nbsp;then&nbsp;this&nbsp;will&nbsp;raise<br> a&nbsp;TIMEOUT&nbsp;exception.<br> &nbsp;<br> The&nbsp;timeout&nbsp;refers&nbsp;only&nbsp;to&nbsp;the&nbsp;amount&nbsp;of&nbsp;time&nbsp;to&nbsp;read&nbsp;at&nbsp;least&nbsp;one<br> character.&nbsp;This&nbsp;is&nbsp;not&nbsp;effected&nbsp;by&nbsp;the&nbsp;'size'&nbsp;parameter,&nbsp;so&nbsp;if&nbsp;you&nbsp;call<br> <a href="#fdspawn-read_nonblocking">read_nonblocking</a>(size=100,&nbsp;timeout=30)&nbsp;and&nbsp;only&nbsp;one&nbsp;character&nbsp;is<br> available&nbsp;right&nbsp;away&nbsp;then&nbsp;one&nbsp;character&nbsp;will&nbsp;be&nbsp;returned&nbsp;immediately.<br> It&nbsp;will&nbsp;not&nbsp;wait&nbsp;for&nbsp;30&nbsp;seconds&nbsp;for&nbsp;another&nbsp;99&nbsp;characters&nbsp;to&nbsp;come&nbsp;in.<br> &nbsp;<br> This&nbsp;is&nbsp;a&nbsp;wrapper&nbsp;around&nbsp;os.<a href="#fdspawn-read">read</a>().&nbsp;It&nbsp;uses&nbsp;select.select()&nbsp;to<br> implement&nbsp;the&nbsp;timeout.</tt></dd></dl> <dl><dt><a name="fdspawn-readline"><strong>readline</strong></a>(self, size<font color="#909090">=-1</font>)</dt><dd><tt>This&nbsp;reads&nbsp;and&nbsp;returns&nbsp;one&nbsp;entire&nbsp;line.&nbsp;A&nbsp;trailing&nbsp;newline&nbsp;is&nbsp;kept<br> in&nbsp;the&nbsp;string,&nbsp;but&nbsp;may&nbsp;be&nbsp;absent&nbsp;when&nbsp;a&nbsp;file&nbsp;ends&nbsp;with&nbsp;an&nbsp;incomplete<br> line.&nbsp;Note:&nbsp;This&nbsp;<a href="#fdspawn-readline">readline</a>()&nbsp;looks&nbsp;for&nbsp;a&nbsp;\r\n&nbsp;pair&nbsp;even&nbsp;on&nbsp;UNIX<br> because&nbsp;this&nbsp;is&nbsp;what&nbsp;the&nbsp;pseudo&nbsp;tty&nbsp;device&nbsp;returns.&nbsp;So&nbsp;contrary&nbsp;to&nbsp;what<br> you&nbsp;may&nbsp;expect&nbsp;you&nbsp;will&nbsp;receive&nbsp;the&nbsp;newline&nbsp;as&nbsp;\r\n.&nbsp;An&nbsp;empty&nbsp;string<br> is&nbsp;returned&nbsp;when&nbsp;EOF&nbsp;is&nbsp;hit&nbsp;immediately.&nbsp;Currently,&nbsp;the&nbsp;size&nbsp;argument&nbsp;is<br> mostly&nbsp;ignored,&nbsp;so&nbsp;this&nbsp;behavior&nbsp;is&nbsp;not&nbsp;standard&nbsp;for&nbsp;a&nbsp;file-like<br> object.&nbsp;If&nbsp;size&nbsp;is&nbsp;0&nbsp;then&nbsp;an&nbsp;empty&nbsp;string&nbsp;is&nbsp;returned.</tt></dd></dl> <dl><dt><a name="fdspawn-readlines"><strong>readlines</strong></a>(self, sizehint<font color="#909090">=-1</font>)</dt><dd><tt>This&nbsp;reads&nbsp;until&nbsp;EOF&nbsp;using&nbsp;<a href="#fdspawn-readline">readline</a>()&nbsp;and&nbsp;returns&nbsp;a&nbsp;list&nbsp;containing<br> the&nbsp;lines&nbsp;thus&nbsp;read.&nbsp;The&nbsp;optional&nbsp;"sizehint"&nbsp;argument&nbsp;is&nbsp;ignored.</tt></dd></dl> <dl><dt><a name="fdspawn-send"><strong>send</strong></a>(self, s)</dt><dd><tt>This&nbsp;sends&nbsp;a&nbsp;string&nbsp;to&nbsp;the&nbsp;child&nbsp;process.&nbsp;This&nbsp;returns&nbsp;the&nbsp;number&nbsp;of<br> bytes&nbsp;written.&nbsp;If&nbsp;a&nbsp;log&nbsp;file&nbsp;was&nbsp;set&nbsp;then&nbsp;the&nbsp;data&nbsp;is&nbsp;also&nbsp;written&nbsp;to<br> the&nbsp;log.</tt></dd></dl> <dl><dt><a name="fdspawn-sendcontrol"><strong>sendcontrol</strong></a>(self, char)</dt><dd><tt>This&nbsp;sends&nbsp;a&nbsp;control&nbsp;character&nbsp;to&nbsp;the&nbsp;child&nbsp;such&nbsp;as&nbsp;Ctrl-C&nbsp;or<br> Ctrl-D.&nbsp;For&nbsp;example,&nbsp;to&nbsp;send&nbsp;a&nbsp;Ctrl-G&nbsp;(ASCII&nbsp;7)::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;child.<a href="#fdspawn-sendcontrol">sendcontrol</a>('g')<br> &nbsp;<br> See&nbsp;also,&nbsp;<a href="#fdspawn-sendintr">sendintr</a>()&nbsp;and&nbsp;<a href="#fdspawn-sendeof">sendeof</a>().</tt></dd></dl> <dl><dt><a name="fdspawn-sendeof"><strong>sendeof</strong></a>(self)</dt><dd><tt>This&nbsp;sends&nbsp;an&nbsp;EOF&nbsp;to&nbsp;the&nbsp;child.&nbsp;This&nbsp;sends&nbsp;a&nbsp;character&nbsp;which&nbsp;causes<br> the&nbsp;pending&nbsp;parent&nbsp;output&nbsp;buffer&nbsp;to&nbsp;be&nbsp;sent&nbsp;to&nbsp;the&nbsp;waiting&nbsp;child<br> program&nbsp;without&nbsp;waiting&nbsp;for&nbsp;end-of-line.&nbsp;If&nbsp;it&nbsp;is&nbsp;the&nbsp;first&nbsp;character<br> of&nbsp;the&nbsp;line,&nbsp;the&nbsp;<a href="#fdspawn-read">read</a>()&nbsp;in&nbsp;the&nbsp;user&nbsp;program&nbsp;returns&nbsp;0,&nbsp;which&nbsp;signifies<br> end-of-file.&nbsp;This&nbsp;means&nbsp;to&nbsp;work&nbsp;as&nbsp;expected&nbsp;a&nbsp;<a href="#fdspawn-sendeof">sendeof</a>()&nbsp;has&nbsp;to&nbsp;be<br> called&nbsp;at&nbsp;the&nbsp;beginning&nbsp;of&nbsp;a&nbsp;line.&nbsp;This&nbsp;method&nbsp;does&nbsp;not&nbsp;send&nbsp;a&nbsp;newline.<br> It&nbsp;is&nbsp;the&nbsp;responsibility&nbsp;of&nbsp;the&nbsp;caller&nbsp;to&nbsp;ensure&nbsp;the&nbsp;eof&nbsp;is&nbsp;sent&nbsp;at&nbsp;the<br> beginning&nbsp;of&nbsp;a&nbsp;line.</tt></dd></dl> <dl><dt><a name="fdspawn-sendintr"><strong>sendintr</strong></a>(self)</dt><dd><tt>This&nbsp;sends&nbsp;a&nbsp;SIGINT&nbsp;to&nbsp;the&nbsp;child.&nbsp;It&nbsp;does&nbsp;not&nbsp;require<br> the&nbsp;SIGINT&nbsp;to&nbsp;be&nbsp;the&nbsp;first&nbsp;character&nbsp;on&nbsp;a&nbsp;line.</tt></dd></dl> <dl><dt><a name="fdspawn-sendline"><strong>sendline</strong></a>(self, s<font color="#909090">=''</font>)</dt><dd><tt>This&nbsp;is&nbsp;like&nbsp;<a href="#fdspawn-send">send</a>(),&nbsp;but&nbsp;it&nbsp;adds&nbsp;a&nbsp;line&nbsp;feed&nbsp;(os.linesep).&nbsp;This<br> returns&nbsp;the&nbsp;number&nbsp;of&nbsp;bytes&nbsp;written.</tt></dd></dl> <dl><dt><a name="fdspawn-setecho"><strong>setecho</strong></a>(self, state)</dt><dd><tt>This&nbsp;sets&nbsp;the&nbsp;terminal&nbsp;echo&nbsp;mode&nbsp;on&nbsp;or&nbsp;off.&nbsp;Note&nbsp;that&nbsp;anything&nbsp;the<br> child&nbsp;sent&nbsp;before&nbsp;the&nbsp;echo&nbsp;will&nbsp;be&nbsp;lost,&nbsp;so&nbsp;you&nbsp;should&nbsp;be&nbsp;sure&nbsp;that<br> your&nbsp;input&nbsp;buffer&nbsp;is&nbsp;empty&nbsp;before&nbsp;you&nbsp;call&nbsp;<a href="#fdspawn-setecho">setecho</a>().&nbsp;For&nbsp;example,&nbsp;the<br> following&nbsp;will&nbsp;work&nbsp;as&nbsp;expected::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;p&nbsp;=&nbsp;pexpect.<a href="pexpect.html#spawn">spawn</a>('cat')<br> &nbsp;&nbsp;&nbsp;&nbsp;p.sendline&nbsp;('1234')&nbsp;#&nbsp;We&nbsp;will&nbsp;see&nbsp;this&nbsp;twice&nbsp;(once&nbsp;from&nbsp;tty&nbsp;echo&nbsp;and&nbsp;again&nbsp;from&nbsp;cat).<br> &nbsp;&nbsp;&nbsp;&nbsp;p.expect&nbsp;(['1234'])<br> &nbsp;&nbsp;&nbsp;&nbsp;p.expect&nbsp;(['1234'])<br> &nbsp;&nbsp;&nbsp;&nbsp;p.<a href="#fdspawn-setecho">setecho</a>(False)&nbsp;#&nbsp;Turn&nbsp;off&nbsp;tty&nbsp;echo<br> &nbsp;&nbsp;&nbsp;&nbsp;p.sendline&nbsp;('abcd')&nbsp;#&nbsp;We&nbsp;will&nbsp;set&nbsp;this&nbsp;only&nbsp;once&nbsp;(echoed&nbsp;by&nbsp;cat).<br> &nbsp;&nbsp;&nbsp;&nbsp;p.sendline&nbsp;('wxyz')&nbsp;#&nbsp;We&nbsp;will&nbsp;set&nbsp;this&nbsp;only&nbsp;once&nbsp;(echoed&nbsp;by&nbsp;cat)<br> &nbsp;&nbsp;&nbsp;&nbsp;p.expect&nbsp;(['abcd'])<br> &nbsp;&nbsp;&nbsp;&nbsp;p.expect&nbsp;(['wxyz'])<br> &nbsp;<br> The&nbsp;following&nbsp;WILL&nbsp;NOT&nbsp;WORK&nbsp;because&nbsp;the&nbsp;lines&nbsp;sent&nbsp;before&nbsp;the&nbsp;setecho<br> will&nbsp;be&nbsp;lost::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;p&nbsp;=&nbsp;pexpect.<a href="pexpect.html#spawn">spawn</a>('cat')<br> &nbsp;&nbsp;&nbsp;&nbsp;p.sendline&nbsp;('1234')&nbsp;#&nbsp;We&nbsp;will&nbsp;see&nbsp;this&nbsp;twice&nbsp;(once&nbsp;from&nbsp;tty&nbsp;echo&nbsp;and&nbsp;again&nbsp;from&nbsp;cat).<br> &nbsp;&nbsp;&nbsp;&nbsp;p.<a href="#fdspawn-setecho">setecho</a>(False)&nbsp;#&nbsp;Turn&nbsp;off&nbsp;tty&nbsp;echo<br> &nbsp;&nbsp;&nbsp;&nbsp;p.sendline&nbsp;('abcd')&nbsp;#&nbsp;We&nbsp;will&nbsp;set&nbsp;this&nbsp;only&nbsp;once&nbsp;(echoed&nbsp;by&nbsp;cat).<br> &nbsp;&nbsp;&nbsp;&nbsp;p.sendline&nbsp;('wxyz')&nbsp;#&nbsp;We&nbsp;will&nbsp;set&nbsp;this&nbsp;only&nbsp;once&nbsp;(echoed&nbsp;by&nbsp;cat)<br> &nbsp;&nbsp;&nbsp;&nbsp;p.expect&nbsp;(['1234'])<br> &nbsp;&nbsp;&nbsp;&nbsp;p.expect&nbsp;(['1234'])<br> &nbsp;&nbsp;&nbsp;&nbsp;p.expect&nbsp;(['abcd'])<br> &nbsp;&nbsp;&nbsp;&nbsp;p.expect&nbsp;(['wxyz'])</tt></dd></dl> <dl><dt><a name="fdspawn-setlog"><strong>setlog</strong></a>(self, fileobject)</dt><dd><tt>This&nbsp;method&nbsp;is&nbsp;no&nbsp;longer&nbsp;supported&nbsp;or&nbsp;allowed.</tt></dd></dl> <dl><dt><a name="fdspawn-setmaxread"><strong>setmaxread</strong></a>(self, maxread)</dt><dd><tt>This&nbsp;method&nbsp;is&nbsp;no&nbsp;longer&nbsp;supported&nbsp;or&nbsp;allowed.&nbsp;I&nbsp;don't&nbsp;like&nbsp;getters<br> and&nbsp;setters&nbsp;without&nbsp;a&nbsp;good&nbsp;reason.</tt></dd></dl> <dl><dt><a name="fdspawn-setwinsize"><strong>setwinsize</strong></a>(self, r, c)</dt><dd><tt>This&nbsp;sets&nbsp;the&nbsp;terminal&nbsp;window&nbsp;size&nbsp;of&nbsp;the&nbsp;child&nbsp;tty.&nbsp;This&nbsp;will&nbsp;cause<br> a&nbsp;SIGWINCH&nbsp;signal&nbsp;to&nbsp;be&nbsp;sent&nbsp;to&nbsp;the&nbsp;child.&nbsp;This&nbsp;does&nbsp;not&nbsp;change&nbsp;the<br> physical&nbsp;window&nbsp;size.&nbsp;It&nbsp;changes&nbsp;the&nbsp;size&nbsp;reported&nbsp;to&nbsp;TTY-aware<br> applications&nbsp;like&nbsp;vi&nbsp;or&nbsp;curses&nbsp;--&nbsp;applications&nbsp;that&nbsp;respond&nbsp;to&nbsp;the<br> SIGWINCH&nbsp;signal.</tt></dd></dl> <dl><dt><a name="fdspawn-wait"><strong>wait</strong></a>(self)</dt><dd><tt>This&nbsp;waits&nbsp;until&nbsp;the&nbsp;child&nbsp;exits.&nbsp;This&nbsp;is&nbsp;a&nbsp;blocking&nbsp;call.&nbsp;This&nbsp;will<br> not&nbsp;read&nbsp;any&nbsp;data&nbsp;from&nbsp;the&nbsp;child,&nbsp;so&nbsp;this&nbsp;will&nbsp;block&nbsp;forever&nbsp;if&nbsp;the<br> child&nbsp;has&nbsp;unread&nbsp;output&nbsp;and&nbsp;has&nbsp;terminated.&nbsp;In&nbsp;other&nbsp;words,&nbsp;the&nbsp;child<br> may&nbsp;have&nbsp;printed&nbsp;output&nbsp;then&nbsp;called&nbsp;exit();&nbsp;but,&nbsp;technically,&nbsp;the&nbsp;child<br> is&nbsp;still&nbsp;alive&nbsp;until&nbsp;its&nbsp;output&nbsp;is&nbsp;read.</tt></dd></dl> <dl><dt><a name="fdspawn-waitnoecho"><strong>waitnoecho</strong></a>(self, timeout<font color="#909090">=-1</font>)</dt><dd><tt>This&nbsp;waits&nbsp;until&nbsp;the&nbsp;terminal&nbsp;ECHO&nbsp;flag&nbsp;is&nbsp;set&nbsp;False.&nbsp;This&nbsp;returns<br> True&nbsp;if&nbsp;the&nbsp;echo&nbsp;mode&nbsp;is&nbsp;off.&nbsp;This&nbsp;returns&nbsp;False&nbsp;if&nbsp;the&nbsp;ECHO&nbsp;flag&nbsp;was<br> not&nbsp;set&nbsp;False&nbsp;before&nbsp;the&nbsp;timeout.&nbsp;This&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;detect&nbsp;when&nbsp;the<br> child&nbsp;is&nbsp;waiting&nbsp;for&nbsp;a&nbsp;password.&nbsp;Usually&nbsp;a&nbsp;child&nbsp;application&nbsp;will&nbsp;turn<br> off&nbsp;echo&nbsp;mode&nbsp;when&nbsp;it&nbsp;is&nbsp;waiting&nbsp;for&nbsp;the&nbsp;user&nbsp;to&nbsp;enter&nbsp;a&nbsp;password.&nbsp;For<br> example,&nbsp;instead&nbsp;of&nbsp;expecting&nbsp;the&nbsp;"password:"&nbsp;prompt&nbsp;you&nbsp;can&nbsp;wait&nbsp;for<br> the&nbsp;child&nbsp;to&nbsp;set&nbsp;ECHO&nbsp;off::<br> &nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;p&nbsp;=&nbsp;pexpect.<a href="pexpect.html#spawn">spawn</a>&nbsp;('ssh&nbsp;[email protected]')<br> &nbsp;&nbsp;&nbsp;&nbsp;p.<a href="#fdspawn-waitnoecho">waitnoecho</a>()<br> &nbsp;&nbsp;&nbsp;&nbsp;p.<a href="#fdspawn-sendline">sendline</a>(mypassword)<br> &nbsp;<br> If&nbsp;timeout&nbsp;is&nbsp;None&nbsp;then&nbsp;this&nbsp;method&nbsp;to&nbsp;block&nbsp;forever&nbsp;until&nbsp;ECHO&nbsp;flag&nbsp;is<br> False.</tt></dd></dl> <dl><dt><a name="fdspawn-write"><strong>write</strong></a>(self, s)</dt><dd><tt>This&nbsp;is&nbsp;similar&nbsp;to&nbsp;<a href="#fdspawn-send">send</a>()&nbsp;except&nbsp;that&nbsp;there&nbsp;is&nbsp;no&nbsp;return&nbsp;value.</tt></dd></dl> <dl><dt><a name="fdspawn-writelines"><strong>writelines</strong></a>(self, sequence)</dt><dd><tt>This&nbsp;calls&nbsp;<a href="#fdspawn-write">write</a>()&nbsp;for&nbsp;each&nbsp;element&nbsp;in&nbsp;the&nbsp;sequence.&nbsp;The&nbsp;sequence<br> can&nbsp;be&nbsp;any&nbsp;iterable&nbsp;object&nbsp;producing&nbsp;strings,&nbsp;typically&nbsp;a&nbsp;list&nbsp;of<br> strings.&nbsp;This&nbsp;does&nbsp;not&nbsp;add&nbsp;line&nbsp;separators&nbsp;There&nbsp;is&nbsp;no&nbsp;return&nbsp;value.</tt></dd></dl> <hr> Data descriptors inherited from <a href="pexpect.html#spawn">pexpect.spawn</a>:<br> <dl><dt><strong>__dict__</strong></dt> <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd> </dl> <dl><dt><strong>__weakref__</strong></dt> <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd> </dl> </td></tr></table></td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#55aa55"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> <tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><strong>__all__</strong> = ['fdspawn']<br> <strong>__revision__</strong> = '$Revision: 399 $'<br> <strong>__version__</strong> = '2.3'</td></tr></table> </body></html>
venv/bin/libs/icl/doc/html/boost/icl/interval_bound_ty_id677183.html
NixaSoftware/CVis
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Struct template interval_bound_type&lt;right_open_interval&lt; DomainT, Compare &gt;&gt;</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.74.0"> <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.Icl"> <link rel="up" href="../../header/boost/icl/right_open_interval_hpp.html" title="Header &lt;boost/icl/right_open_interval.hpp&gt;"> <link rel="prev" href="interval_traits_i_id677096.html" title="Struct template interval_traits&lt;icl::right_open_interval&lt; DomainT, Compare &gt;&gt;"> <link rel="next" href="type_to_string_ic_id677228.html" title="Struct template type_to_string&lt;icl::right_open_interval&lt; DomainT, Compare &gt;&gt;"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td> <td align="center"><a href="../../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="interval_traits_i_id677096.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/icl/right_open_interval_hpp.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="type_to_string_ic_id677228.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="refentry" lang="en"> <a name="boost.icl.interval_bound_ty_id677183"></a><div class="titlepage"></div> <div class="refnamediv"> <h2><span class="refentrytitle">Struct template interval_bound_type&lt;right_open_interval&lt; DomainT, Compare &gt;&gt;</span></h2> <p>boost::icl::interval_bound_type&lt;right_open_interval&lt; DomainT, Compare &gt;&gt;</p> </div> <h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2> <div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: &lt;<a class="link" href="../../header/boost/icl/right_open_interval_hpp.html" title="Header &lt;boost/icl/right_open_interval.hpp&gt;">boost/icl/right_open_interval.hpp</a>&gt; </span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span> <span class="identifier">ICL_COMPARE</span> Compare<span class="special">&gt;</span> <span class="keyword">struct</span> <a class="link" href="interval_bound_ty_id677183.html" title="Struct template interval_bound_type&lt;right_open_interval&lt; DomainT, Compare &gt;&gt;">interval_bound_type</a><span class="special">&lt;</span><span class="identifier">right_open_interval</span><span class="special">&lt;</span> <span class="identifier">DomainT</span><span class="special">,</span> <span class="identifier">Compare</span> <span class="special">&gt;</span><span class="special">&gt;</span> <span class="special">{</span> <span class="comment">// types</span> <span class="keyword">typedef</span> <span class="identifier">interval_bound_type</span> <a name="boost.icl.interval_bound_ty_id677183.type"></a><span class="identifier">type</span><span class="special">;</span> <span class="comment">// <a class="link" href="interval_bound_ty_id677183.html#id677209-bb">public member functions</a></span> <a class="link" href="interval_bound_ty_id677183.html#id677211-bb"><span class="identifier">BOOST_STATIC_CONSTANT</span></a><span class="special">(</span><span class="identifier">bound_type</span><span class="special">,</span> <span class="identifier">value</span> <span class="special">=</span> <span class="identifier">interval_bounds</span><span class="special">::</span><span class="identifier">static_right_open</span><span class="special">)</span><span class="special">;</span> <span class="special">}</span><span class="special">;</span></pre></div> <div class="refsect1" lang="en"> <a name="id1304300"></a><h2>Description</h2> <div class="refsect2" lang="en"> <a name="id1304304"></a><h3> <a name="id677209-bb"></a><code class="computeroutput">interval_bound_type</code> public member functions</h3> <div class="orderedlist"><ol type="1"><li><pre class="literallayout"> <a name="id677211-bb"></a><span class="identifier">BOOST_STATIC_CONSTANT</span><span class="special">(</span><span class="identifier">bound_type</span><span class="special">,</span> <span class="identifier">value</span> <span class="special">=</span> <span class="identifier">interval_bounds</span><span class="special">::</span><span class="identifier">static_right_open</span><span class="special">)</span><span class="special">;</span></pre></li></ol></div> </div> </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2007 -2010 Joachim Faulhaber<br>Copyright &#169; 1999 -2006 Cortex Software GmbH<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="interval_traits_i_id677096.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../header/boost/icl/right_open_interval_hpp.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="type_to_string_ic_id677228.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
third_party/google-closure-library/closure/goog/editor/plugin_test.html
chromium/chromium
<!DOCTYPE html><!-- DO NOT EDIT. This file auto-generated by generate_closure_unit_tests.js --><!-- Copyright 2017 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. --><html><head><meta charset="UTF-8"> <script src="../base.js"></script> <script>goog.require('goog.editor.PluginTest');</script> <title>Closure Unit Tests - goog.editor.PluginTest</title></head><body></body></html>
vendor/assets/javascripts/docs/examples/example-example21/index-production.html
bdipaola/DiplomacyScoring
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example21-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.6/angular.min.js"></script> <script src="script.js"></script> </head> <body ng-app="docsIsoFnBindExample"> <div ng-controller="Controller"> {{message}} <my-dialog ng-hide="dialogIsHidden" on-close="hideDialog(message)"> Check out the contents, {{name}}! </my-dialog> </div> </body> </html>
python/plugins/sextante/taudem/help/help.css
bstroebl/QGIS
h1 { color: darkblue; font-size: 1.4em;} h2 { color: darkblue; font-size: 1.2em; } table { border: 1px solid darkblue; margin: 20px} div.author { font-style: italic; font-size: small; } div.description { text-indent:50px; text-align:justify; margin: 20px; } dt { font-weight: bold; background-color: lightgrey; border-bottom: 1px solid grey; } dd { font-style: normal; float: center; } div.type { font-weight: normal; font-style: italic; float: right;} div.constraints{ font-style: italic; }
docs/api/class_peta_poco_1_1_result_column_attribute.html
mixerp/mixerp
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.10"/> <title>PetaPoco.ResultColumnAttribute Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="mixerp.png"/></td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.10 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Packages</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('class_peta_poco_1_1_result_column_attribute.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="class_peta_poco_1_1_result_column_attribute-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">PetaPoco.ResultColumnAttribute Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for PetaPoco.ResultColumnAttribute:</div> <div class="dyncontent"> <div class="center"> <img src="class_peta_poco_1_1_result_column_attribute.png" usemap="#PetaPoco.ResultColumnAttribute_map" alt=""/> <map id="PetaPoco.ResultColumnAttribute_map" name="PetaPoco.ResultColumnAttribute_map"> <area href="class_peta_poco_1_1_column_attribute.html" alt="PetaPoco.ColumnAttribute" shape="rect" coords="0,56,193,80"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a35d152397905868744a3228904658e12"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a35d152397905868744a3228904658e12"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>ResultColumnAttribute</b> (string name)</td></tr> <tr class="separator:a35d152397905868744a3228904658e12"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_class_peta_poco_1_1_column_attribute"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_class_peta_poco_1_1_column_attribute')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="class_peta_poco_1_1_column_attribute.html">PetaPoco.ColumnAttribute</a></td></tr> <tr class="memitem:a876add4aa88a5aac021256ac0eee88fc inherit pub_methods_class_peta_poco_1_1_column_attribute"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a876add4aa88a5aac021256ac0eee88fc"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>ColumnAttribute</b> (string name)</td></tr> <tr class="separator:a876add4aa88a5aac021256ac0eee88fc inherit pub_methods_class_peta_poco_1_1_column_attribute"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a> Additional Inherited Members</h2></td></tr> <tr class="inherit_header properties_class_peta_poco_1_1_column_attribute"><td colspan="2" onclick="javascript:toggleInherit('properties_class_peta_poco_1_1_column_attribute')"><img src="closed.png" alt="-"/>&#160;Properties inherited from <a class="el" href="class_peta_poco_1_1_column_attribute.html">PetaPoco.ColumnAttribute</a></td></tr> <tr class="memitem:af5514a9049092bc364927d996f03047c inherit properties_class_peta_poco_1_1_column_attribute"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af5514a9049092bc364927d996f03047c"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>Name</b><code> [get, set]</code></td></tr> <tr class="separator:af5514a9049092bc364927d996f03047c inherit properties_class_peta_poco_1_1_column_attribute"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <hr/>The documentation for this class was generated from the following file:<ul> <li>C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/Logic/PetaPoco/PetaPoco/Models/PetaPoco.cs</li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="namespace_peta_poco.html">PetaPoco</a></li><li class="navelem"><a class="el" href="class_peta_poco_1_1_result_column_attribute.html">ResultColumnAttribute</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li> </ul> </div> </body> </html>
pandas/tests/io/formats/data/html/index_unnamed_multi_columns_none.html
GuessWhoSamFoo/pandas
<table border="1" class="dataframe"> <tbody> <tr> <th rowspan="2" valign="top">a</th> <th>b</th> <td>0</td> <td>0</td> </tr> <tr> <th>c</th> <td>0</td> <td>0</td> </tr> </tbody> </table>
adsl-client/help/mss.nl.html
rcuvgd/Webmin22.01.2016
<header>Beperk pakket grote?</header> Deze optie kan worden gebruikt om de maximum pakket grote te beperken die over uw ADSL verbinding verzonden word. Indien u een interne LAN verbinding heeft die is verbonden met internet via ADSL moet u de grote instellen op 1412, om problemen te voorkomen met extreem grote pakketten over uw netwerk. <p> <hr>
public/first/license/form.html
urandu/county-tourism-application-kenya-
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Mobile first web app theme | first</title> <meta name="description" content="mobile first, app, web app, responsive, admin dashboard, flat, flat ui"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link rel="stylesheet" type="text/css" href="../app-css.v1.css"> <!--[if lt IE 9]> <script src="js/respond.min.js"></script> <script src="js/html5.js"></script> <script src="js/excanvas.js"></script> <![endif]--> </head> <body> <!-- header --> <header id="header" class="navbar navbar-sm bg bg-black"><a href="#" class="btn btn-link pull-right" data-toggle="class:bg-inverse" data-target="html"><i class="icon-lightbulb icon-large text-default"></i></a> <a class="navbar-brand" href="#">first</a> </header> <!-- header end --> <section id="content"> <div class="row-fluid"> <div class="span4 offset4"> <div class="text-center m-b-large"> <h1 class="h text-white">404</h1> </div> <div class="list-group m-b-small"> <a href="default.html" class="list-group-item"> <i class="icon-chevron-right"></i> <i class="icon-home"></i> Goto homepage </a> <a href="form.html" class="list-group-item"> <i class="icon-chevron-right"></i> <i class="icon-question"></i> Send us a tip </a> <a href="#" class="list-group-item"> <i class="icon-chevron-right"></i> <span class="badge">021-215-584</span> <i class="icon-phone"></i> Call us </a> </div> </div> </div> </section> <!-- footer --> <footer id="footer"> <div class="text-center padder clearfix"> <p> <small>&copy; first 2013, Mobile first web app framework base on Bootstrap</small> <br><br><a href="#" class="btn btn-mini btn-circle btn-white"><i class="icon-twitter"></i></a> <a href="#" class="btn btn-mini btn-circle btn-white"><i class="icon-facebook"></i></a> <a href="#" class="btn btn-mini btn-circle btn-white"><i class="icon-google-plus"></i></a> </p> </div> </footer> <!-- / footer --><!-- Bootstrap --><!-- app --> <script src="../app-js.v1.js"></script> </body> </html>
public/docs/_examples/structural-directives/ts/app/structural-directives.component.html
naomiblack/angular.io
<!-- #docplaster --> <!-- #docregion --> <h1>Structural Directives</h1> <!-- #docregion structural-directives --> <!-- #docregion asterisk --> <div *ngIf="hero">{{hero}}</div> <div *ngFor="let hero of heroes">{{hero}}</div> <!-- #enddocregion asterisk --> <!-- #docregion ngSwitch --> <div [ngSwitch]="status"> <template [ngSwitchCase]="'in-mission'">In Mission</template> <template [ngSwitchCase]="'ready'">Ready</template> <template ngSwitchDefault>Unknown</template> </div> <!-- #enddocregion ngSwitch --> <!-- #enddocregion structural-directives --> <hr> <button (click)="condition = !condition" [style.background] = "condition ? 'orangered': 'lightgreen'" > Set 'condition' to {{condition ? 'False': 'True'}} </button> <!-- #docregion ngIf --> <p *ngIf="condition"> condition is true and ngIf is true. </p> <p *ngIf="!condition"> condition is false and ngIf is false. </p> <!-- #enddocregion ngIf --> <!-- #docregion myUnless--> <p *myUnless="condition"> condition is false and myUnless is true. </p> <p *myUnless="!condition"> condition is true and myUnless is false. </p> <!-- #enddocregion myUnless--> <hr> <!-- #docregion message-log --> <div><!-- Visibility --> <button (click)="isVisible = !isVisible">show | hide</button> <heavy-loader [style.display]="isVisible ? 'inline' : 'none'" [logs]="logs"></heavy-loader> </div> <div><!-- NgIf --> <button (click)="condition = !condition">if | !if</button> <heavy-loader *ngIf="condition" [logs]="logs"></heavy-loader> </div> <h4>heavy-loader log:</h4> <div *ngFor="let message of logs">{{message}}</div> <!-- #enddocregion message-log --> <hr> <!-- #docregion template-tag --> <p> Hip! </p> <template> <p> Hip! </p> </template> <p> Hooray! </p> <!-- #enddocregion template-tag --> <hr> <!-- #docregion ngIf-template --> <!-- Examples (A) and (B) are the same --> <!-- (A) *ngIf paragraph --> <p *ngIf="condition"> Our heroes are true! </p> <!-- (B) [ngIf] with template --> <template [ngIf]="condition"> <p> Our heroes are true! </p> </template> <!-- #enddocregion ngIf-template --> <hr> <!-- #docregion ngFor-template --> <!-- Examples (A) and (B) are the same --> <!-- (A) *ngFor div --> <div *ngFor="let hero of heroes">{{ hero }}</div> <!-- (B) ngFor with template --> <template ngFor let-hero [ngForOf]="heroes"> <div>{{ hero }}</div> </template> <!-- #enddocregion ngFor-template --> <!-- #enddocregion -->
tests/test-ext/form-tester-2.html
pablogrela/webshim
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Webshims Lib Test Suite</title> <script> var submitter = (window.opener || window.parent).submitterTest; if(submitter){ submitter(window.name, window.location.search, 2); } </script> </head> <body> </body> </html>
target/doc/libc/unix/notbsd/type.rlim64_t.html
ssgrn/Rust-Matrix-Computations
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../libc/type.rlim64_t.html"> </head> <body> <p>Redirecting to <a href="../../../libc/type.rlim64_t.html">../../../libc/type.rlim64_t.html</a>...</p> <script>location.replace("../../../libc/type.rlim64_t.html" + location.search + location.hash);</script> </body> </html>
vendors/lumx/modules/flexbox/demo/flexbox.html
skimia/js-stack
<!-- Sidebar --> <ng-include src="'/includes/sidebar/sidebar-css.html'"></ng-include> <div class="main-section"> <h3 class="main-section__title">Flexbox</h3> <div class="main-section__content"> <div class="example"> <div class="example__content"> <ng-include src="'/includes/modules/flexbox/includes/example.html'"></ng-include> </div> <!-- Example --> <div class="example__code" hljs include="'/includes/modules/flexbox/includes/example.html'" language="html"> <!-- /Example --> </div> </div> </div>
node_modules/openlayers/examples/layer-clipping-webgl.html
tuwien-geoweb-2015/g01-block4
--- template: example.html title: Layer WebGL clipping example shortdesc: Layer WebGL clipping example. docs: > This example shows how to use the <code>precompose</code> and <code>postcompose</code> rendering hooks to clip layers using WebGL. tags: "clipping, webgl, openstreetmap" --- <div class="row-fluid"> <div class="span12"> <div id="map" class="map"></div> </div> </div> <div id="no-webgl" class="alert alert-danger" style="display: none"> This example requires a browser that supports <a href="http://get.webgl.org/">WebGL</a>. </div>
country/cldr/lkt_US/country.html
geosub/country-list
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Country List</title></head><body><select name="country"><option value="DE">Iyášiča Makȟóčhe</option><option value="JP">Kisúŋla Makȟóčhe</option><option value="US">Mílahaŋska Tȟamákȟočhe</option><option value="CN">Pȟečhókaŋhaŋska Makȟóčhe</option><option value="MX">Spayóla Makȟóčhe</option><option value="ES">Spayólaȟče Makȟóčhe</option><option value="CA">Uŋčíyapi Makȟóčhe</option></select></body></html>
wp-content/themes/repro/css/uncompressed/960.css
davemuir/bulletin
/* 960 Grid System ~ Core CSS. Learn more ~ http://960.gs/ Licensed under GPL and MIT. */ /* `Containers ----------------------------------------------------------------------------------------------------*/ .container_12, .container_16 { margin-left: auto; margin-right: auto; width: 960px; } /* `Grid >> Global ----------------------------------------------------------------------------------------------------*/ .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 { display: inline; float: left; margin-left: 10px; margin-right: 10px; } .push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11, .push_12, .pull_12, .push_13, .pull_13, .push_14, .pull_14, .push_15, .pull_15 { position: relative; } .container_12 .grid_3, .container_16 .grid_4 { width: 220px; } .container_12 .grid_6, .container_16 .grid_8 { width: 460px; } .container_12 .grid_9, .container_16 .grid_12 { width: 700px; } .container_12 .grid_12, .container_16 .grid_16 { width: 940px; } /* `Grid >> Children (Alpha ~ First, Omega ~ Last) ----------------------------------------------------------------------------------------------------*/ .alpha { margin-left: 0; } .omega { margin-right: 0; } /* `Grid >> 12 Columns ----------------------------------------------------------------------------------------------------*/ .container_12 .grid_1 { width: 60px; } .container_12 .grid_2 { width: 140px; } .container_12 .grid_4 { width: 300px; } .container_12 .grid_5 { width: 380px; } .container_12 .grid_7 { width: 540px; } .container_12 .grid_8 { width: 620px; } .container_12 .grid_10 { width: 780px; } .container_12 .grid_11 { width: 860px; } /* `Grid >> 16 Columns ----------------------------------------------------------------------------------------------------*/ .container_16 .grid_1 { width: 40px; } .container_16 .grid_2 { width: 100px; } .container_16 .grid_3 { width: 160px; } .container_16 .grid_5 { width: 280px; } .container_16 .grid_6 { width: 340px; } .container_16 .grid_7 { width: 400px; } .container_16 .grid_9 { width: 520px; } .container_16 .grid_10 { width: 580px; } .container_16 .grid_11 { width: 640px; } .container_16 .grid_13 { width: 760px; } .container_16 .grid_14 { width: 820px; } .container_16 .grid_15 { width: 880px; } /* `Prefix Extra Space >> Global ----------------------------------------------------------------------------------------------------*/ .container_12 .prefix_3, .container_16 .prefix_4 { padding-left: 240px; } .container_12 .prefix_6, .container_16 .prefix_8 { padding-left: 480px; } .container_12 .prefix_9, .container_16 .prefix_12 { padding-left: 720px; } /* `Prefix Extra Space >> 12 Columns ----------------------------------------------------------------------------------------------------*/ .container_12 .prefix_1 { padding-left: 80px; } .container_12 .prefix_2 { padding-left: 160px; } .container_12 .prefix_4 { padding-left: 320px; } .container_12 .prefix_5 { padding-left: 400px; } .container_12 .prefix_7 { padding-left: 560px; } .container_12 .prefix_8 { padding-left: 640px; } .container_12 .prefix_10 { padding-left: 800px; } .container_12 .prefix_11 { padding-left: 880px; } /* `Prefix Extra Space >> 16 Columns ----------------------------------------------------------------------------------------------------*/ .container_16 .prefix_1 { padding-left: 60px; } .container_16 .prefix_2 { padding-left: 120px; } .container_16 .prefix_3 { padding-left: 180px; } .container_16 .prefix_5 { padding-left: 300px; } .container_16 .prefix_6 { padding-left: 360px; } .container_16 .prefix_7 { padding-left: 420px; } .container_16 .prefix_9 { padding-left: 540px; } .container_16 .prefix_10 { padding-left: 600px; } .container_16 .prefix_11 { padding-left: 660px; } .container_16 .prefix_13 { padding-left: 780px; } .container_16 .prefix_14 { padding-left: 840px; } .container_16 .prefix_15 { padding-left: 900px; } /* `Suffix Extra Space >> Global ----------------------------------------------------------------------------------------------------*/ .container_12 .suffix_3, .container_16 .suffix_4 { padding-right: 240px; } .container_12 .suffix_6, .container_16 .suffix_8 { padding-right: 480px; } .container_12 .suffix_9, .container_16 .suffix_12 { padding-right: 720px; } /* `Suffix Extra Space >> 12 Columns ----------------------------------------------------------------------------------------------------*/ .container_12 .suffix_1 { padding-right: 80px; } .container_12 .suffix_2 { padding-right: 160px; } .container_12 .suffix_4 { padding-right: 320px; } .container_12 .suffix_5 { padding-right: 400px; } .container_12 .suffix_7 { padding-right: 560px; } .container_12 .suffix_8 { padding-right: 640px; } .container_12 .suffix_10 { padding-right: 800px; } .container_12 .suffix_11 { padding-right: 880px; } /* `Suffix Extra Space >> 16 Columns ----------------------------------------------------------------------------------------------------*/ .container_16 .suffix_1 { padding-right: 60px; } .container_16 .suffix_2 { padding-right: 120px; } .container_16 .suffix_3 { padding-right: 180px; } .container_16 .suffix_5 { padding-right: 300px; } .container_16 .suffix_6 { padding-right: 360px; } .container_16 .suffix_7 { padding-right: 420px; } .container_16 .suffix_9 { padding-right: 540px; } .container_16 .suffix_10 { padding-right: 600px; } .container_16 .suffix_11 { padding-right: 660px; } .container_16 .suffix_13 { padding-right: 780px; } .container_16 .suffix_14 { padding-right: 840px; } .container_16 .suffix_15 { padding-right: 900px; } /* `Push Space >> Global ----------------------------------------------------------------------------------------------------*/ .container_12 .push_3, .container_16 .push_4 { left: 240px; } .container_12 .push_6, .container_16 .push_8 { left: 480px; } .container_12 .push_9, .container_16 .push_12 { left: 720px; } /* `Push Space >> 12 Columns ----------------------------------------------------------------------------------------------------*/ .container_12 .push_1 { left: 80px; } .container_12 .push_2 { left: 160px; } .container_12 .push_4 { left: 320px; } .container_12 .push_5 { left: 400px; } .container_12 .push_7 { left: 560px; } .container_12 .push_8 { left: 640px; } .container_12 .push_10 { left: 800px; } .container_12 .push_11 { left: 880px; } /* `Push Space >> 16 Columns ----------------------------------------------------------------------------------------------------*/ .container_16 .push_1 { left: 60px; } .container_16 .push_2 { left: 120px; } .container_16 .push_3 { left: 180px; } .container_16 .push_5 { left: 300px; } .container_16 .push_6 { left: 360px; } .container_16 .push_7 { left: 420px; } .container_16 .push_9 { left: 540px; } .container_16 .push_10 { left: 600px; } .container_16 .push_11 { left: 660px; } .container_16 .push_13 { left: 780px; } .container_16 .push_14 { left: 840px; } .container_16 .push_15 { left: 900px; } /* `Pull Space >> Global ----------------------------------------------------------------------------------------------------*/ .container_12 .pull_3, .container_16 .pull_4 { left: -240px; } .container_12 .pull_6, .container_16 .pull_8 { left: -480px; } .container_12 .pull_9, .container_16 .pull_12 { left: -720px; } /* `Pull Space >> 12 Columns ----------------------------------------------------------------------------------------------------*/ .container_12 .pull_1 { left: -80px; } .container_12 .pull_2 { left: -160px; } .container_12 .pull_4 { left: -320px; } .container_12 .pull_5 { left: -400px; } .container_12 .pull_7 { left: -560px; } .container_12 .pull_8 { left: -640px; } .container_12 .pull_10 { left: -800px; } .container_12 .pull_11 { left: -880px; } /* `Pull Space >> 16 Columns ----------------------------------------------------------------------------------------------------*/ .container_16 .pull_1 { left: -60px; } .container_16 .pull_2 { left: -120px; } .container_16 .pull_3 { left: -180px; } .container_16 .pull_5 { left: -300px; } .container_16 .pull_6 { left: -360px; } .container_16 .pull_7 { left: -420px; } .container_16 .pull_9 { left: -540px; } .container_16 .pull_10 { left: -600px; } .container_16 .pull_11 { left: -660px; } .container_16 .pull_13 { left: -780px; } .container_16 .pull_14 { left: -840px; } .container_16 .pull_15 { left: -900px; } /* `Clear Floated Elements ----------------------------------------------------------------------------------------------------*/ /* http://sonspring.com/journal/clearing-floats */ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } /* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */ .clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; } /* The following zoom:1 rule is specifically for IE6 + IE7. Move to separate stylesheet if invalid CSS is a problem. */ * html .clearfix, *:first-child+html .clearfix { zoom: 1; }
web/static/DataTables-1.10.0/extensions/AutoFill/examples/simple.html
SpecialForce3331/sldap
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0"> <title>AutoFill example - Basic initialisation</title> <link rel="stylesheet" type="text/css" href="../../../media/css/jquery.dataTables.css"> <link rel="stylesheet" type="text/css" href="../css/dataTables.autoFill.css"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/syntax/shCore.css"> <link rel="stylesheet" type="text/css" href="../../../examples/resources/demo.css"> <style type="text/css" class="init"> </style> <script type="text/javascript" language="javascript" src="../../../media/js/jquery.js"></script> <script type="text/javascript" language="javascript" src="../../../media/js/jquery.dataTables.js"></script> <script type="text/javascript" language="javascript" src="../js/dataTables.autoFill.js"></script> <script type="text/javascript" language="javascript" src="../../../examples/resources/syntax/shCore.js"></script> <script type="text/javascript" language="javascript" src="../../../examples/resources/demo.js"></script> <script type="text/javascript" language="javascript" class="init"> $(document).ready(function() { var table = $('#example').DataTable(); new $.fn.dataTable.AutoFill( table ); } ); </script> </head> <body class="dt-example"> <div class="container"> <section> <h1>AutoFill example <span>Basic initialisation</span></h1> <div class="info"> <p>AutoFill gives an Excel like option to a DataTable to click and drag over multiple cells, filling in information over the selected cells and incrementing numbers as needed.</p> <p>AutoFill is initialised using the <code>$.fn.dataTable.AutoFill</code> function as shown in the example below. It requires one parameter, the DataTable instance that AutoFill is to operate on, and optionally a second configuration parameter, which is shown in the other AutoFill examples.</p> </div> <table id="example" class="display" cellspacing="0" width="100%"> <thead> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </thead> <tfoot> <tr> <th>Name</th> <th>Position</th> <th>Office</th> <th>Age</th> <th>Start date</th> <th>Salary</th> </tr> </tfoot> <tbody> <tr> <td>Tiger Nixon</td> <td>System Architect</td> <td>Edinburgh</td> <td>61</td> <td>2011/04/25</td> <td>$320,800</td> </tr> <tr> <td>Garrett Winters</td> <td>Accountant</td> <td>Tokyo</td> <td>63</td> <td>2011/07/25</td> <td>$170,750</td> </tr> <tr> <td>Ashton Cox</td> <td>Junior Technical Author</td> <td>San Francisco</td> <td>66</td> <td>2009/01/12</td> <td>$86,000</td> </tr> <tr> <td>Cedric Kelly</td> <td>Senior Javascript Developer</td> <td>Edinburgh</td> <td>22</td> <td>2012/03/29</td> <td>$433,060</td> </tr> <tr> <td>Airi Satou</td> <td>Accountant</td> <td>Tokyo</td> <td>33</td> <td>2008/11/28</td> <td>$162,700</td> </tr> <tr> <td>Brielle Williamson</td> <td>Integration Specialist</td> <td>New York</td> <td>61</td> <td>2012/12/02</td> <td>$372,000</td> </tr> <tr> <td>Herrod Chandler</td> <td>Sales Assistant</td> <td>San Francisco</td> <td>59</td> <td>2012/08/06</td> <td>$137,500</td> </tr> <tr> <td>Rhona Davidson</td> <td>Integration Specialist</td> <td>Tokyo</td> <td>55</td> <td>2010/10/14</td> <td>$327,900</td> </tr> <tr> <td>Colleen Hurst</td> <td>Javascript Developer</td> <td>San Francisco</td> <td>39</td> <td>2009/09/15</td> <td>$205,500</td> </tr> <tr> <td>Sonya Frost</td> <td>Software Engineer</td> <td>Edinburgh</td> <td>23</td> <td>2008/12/13</td> <td>$103,600</td> </tr> <tr> <td>Jena Gaines</td> <td>Office Manager</td> <td>London</td> <td>30</td> <td>2008/12/19</td> <td>$90,560</td> </tr> <tr> <td>Quinn Flynn</td> <td>Support Lead</td> <td>Edinburgh</td> <td>22</td> <td>2013/03/03</td> <td>$342,000</td> </tr> <tr> <td>Charde Marshall</td> <td>Regional Director</td> <td>San Francisco</td> <td>36</td> <td>2008/10/16</td> <td>$470,600</td> </tr> <tr> <td>Haley Kennedy</td> <td>Senior Marketing Designer</td> <td>London</td> <td>43</td> <td>2012/12/18</td> <td>$313,500</td> </tr> <tr> <td>Tatyana Fitzpatrick</td> <td>Regional Director</td> <td>London</td> <td>19</td> <td>2010/03/17</td> <td>$385,750</td> </tr> <tr> <td>Michael Silva</td> <td>Marketing Designer</td> <td>London</td> <td>66</td> <td>2012/11/27</td> <td>$198,500</td> </tr> <tr> <td>Paul Byrd</td> <td>Chief Financial Officer (CFO)</td> <td>New York</td> <td>64</td> <td>2010/06/09</td> <td>$725,000</td> </tr> <tr> <td>Gloria Little</td> <td>Systems Administrator</td> <td>New York</td> <td>59</td> <td>2009/04/10</td> <td>$237,500</td> </tr> <tr> <td>Bradley Greer</td> <td>Software Engineer</td> <td>London</td> <td>41</td> <td>2012/10/13</td> <td>$132,000</td> </tr> <tr> <td>Dai Rios</td> <td>Personnel Lead</td> <td>Edinburgh</td> <td>35</td> <td>2012/09/26</td> <td>$217,500</td> </tr> <tr> <td>Jenette Caldwell</td> <td>Development Lead</td> <td>New York</td> <td>30</td> <td>2011/09/03</td> <td>$345,000</td> </tr> <tr> <td>Yuri Berry</td> <td>Chief Marketing Officer (CMO)</td> <td>New York</td> <td>40</td> <td>2009/06/25</td> <td>$675,000</td> </tr> <tr> <td>Caesar Vance</td> <td>Pre-Sales Support</td> <td>New York</td> <td>21</td> <td>2011/12/12</td> <td>$106,450</td> </tr> <tr> <td>Doris Wilder</td> <td>Sales Assistant</td> <td>Sidney</td> <td>23</td> <td>2010/09/20</td> <td>$85,600</td> </tr> <tr> <td>Angelica Ramos</td> <td>Chief Executive Officer (CEO)</td> <td>London</td> <td>47</td> <td>2009/10/09</td> <td>$1,200,000</td> </tr> <tr> <td>Gavin Joyce</td> <td>Developer</td> <td>Edinburgh</td> <td>42</td> <td>2010/12/22</td> <td>$92,575</td> </tr> <tr> <td>Jennifer Chang</td> <td>Regional Director</td> <td>Singapore</td> <td>28</td> <td>2010/11/14</td> <td>$357,650</td> </tr> <tr> <td>Brenden Wagner</td> <td>Software Engineer</td> <td>San Francisco</td> <td>28</td> <td>2011/06/07</td> <td>$206,850</td> </tr> <tr> <td>Fiona Green</td> <td>Chief Operating Officer (COO)</td> <td>San Francisco</td> <td>48</td> <td>2010/03/11</td> <td>$850,000</td> </tr> <tr> <td>Shou Itou</td> <td>Regional Marketing</td> <td>Tokyo</td> <td>20</td> <td>2011/08/14</td> <td>$163,000</td> </tr> <tr> <td>Michelle House</td> <td>Integration Specialist</td> <td>Sidney</td> <td>37</td> <td>2011/06/02</td> <td>$95,400</td> </tr> <tr> <td>Suki Burks</td> <td>Developer</td> <td>London</td> <td>53</td> <td>2009/10/22</td> <td>$114,500</td> </tr> <tr> <td>Prescott Bartlett</td> <td>Technical Author</td> <td>London</td> <td>27</td> <td>2011/05/07</td> <td>$145,000</td> </tr> <tr> <td>Gavin Cortez</td> <td>Team Leader</td> <td>San Francisco</td> <td>22</td> <td>2008/10/26</td> <td>$235,500</td> </tr> <tr> <td>Martena Mccray</td> <td>Post-Sales support</td> <td>Edinburgh</td> <td>46</td> <td>2011/03/09</td> <td>$324,050</td> </tr> <tr> <td>Unity Butler</td> <td>Marketing Designer</td> <td>San Francisco</td> <td>47</td> <td>2009/12/09</td> <td>$85,675</td> </tr> <tr> <td>Howard Hatfield</td> <td>Office Manager</td> <td>San Francisco</td> <td>51</td> <td>2008/12/16</td> <td>$164,500</td> </tr> <tr> <td>Hope Fuentes</td> <td>Secretary</td> <td>San Francisco</td> <td>41</td> <td>2010/02/12</td> <td>$109,850</td> </tr> <tr> <td>Vivian Harrell</td> <td>Financial Controller</td> <td>San Francisco</td> <td>62</td> <td>2009/02/14</td> <td>$452,500</td> </tr> <tr> <td>Timothy Mooney</td> <td>Office Manager</td> <td>London</td> <td>37</td> <td>2008/12/11</td> <td>$136,200</td> </tr> <tr> <td>Jackson Bradshaw</td> <td>Director</td> <td>New York</td> <td>65</td> <td>2008/09/26</td> <td>$645,750</td> </tr> <tr> <td>Olivia Liang</td> <td>Support Engineer</td> <td>Singapore</td> <td>64</td> <td>2011/02/03</td> <td>$234,500</td> </tr> <tr> <td>Bruno Nash</td> <td>Software Engineer</td> <td>London</td> <td>38</td> <td>2011/05/03</td> <td>$163,500</td> </tr> <tr> <td>Sakura Yamamoto</td> <td>Support Engineer</td> <td>Tokyo</td> <td>37</td> <td>2009/08/19</td> <td>$139,575</td> </tr> <tr> <td>Thor Walton</td> <td>Developer</td> <td>New York</td> <td>61</td> <td>2013/08/11</td> <td>$98,540</td> </tr> <tr> <td>Finn Camacho</td> <td>Support Engineer</td> <td>San Francisco</td> <td>47</td> <td>2009/07/07</td> <td>$87,500</td> </tr> <tr> <td>Serge Baldwin</td> <td>Data Coordinator</td> <td>Singapore</td> <td>64</td> <td>2012/04/09</td> <td>$138,575</td> </tr> <tr> <td>Zenaida Frank</td> <td>Software Engineer</td> <td>New York</td> <td>63</td> <td>2010/01/04</td> <td>$125,250</td> </tr> <tr> <td>Zorita Serrano</td> <td>Software Engineer</td> <td>San Francisco</td> <td>56</td> <td>2012/06/01</td> <td>$115,000</td> </tr> <tr> <td>Jennifer Acosta</td> <td>Junior Javascript Developer</td> <td>Edinburgh</td> <td>43</td> <td>2013/02/01</td> <td>$75,650</td> </tr> <tr> <td>Cara Stevens</td> <td>Sales Assistant</td> <td>New York</td> <td>46</td> <td>2011/12/06</td> <td>$145,600</td> </tr> <tr> <td>Hermione Butler</td> <td>Regional Director</td> <td>London</td> <td>47</td> <td>2011/03/21</td> <td>$356,250</td> </tr> <tr> <td>Lael Greer</td> <td>Systems Administrator</td> <td>London</td> <td>21</td> <td>2009/02/27</td> <td>$103,500</td> </tr> <tr> <td>Jonas Alexander</td> <td>Developer</td> <td>San Francisco</td> <td>30</td> <td>2010/07/14</td> <td>$86,500</td> </tr> <tr> <td>Shad Decker</td> <td>Regional Director</td> <td>Edinburgh</td> <td>51</td> <td>2008/11/13</td> <td>$183,000</td> </tr> <tr> <td>Michael Bruce</td> <td>Javascript Developer</td> <td>Singapore</td> <td>29</td> <td>2011/06/27</td> <td>$183,000</td> </tr> <tr> <td>Donna Snider</td> <td>Customer Support</td> <td>New York</td> <td>27</td> <td>2011/01/25</td> <td>$112,000</td> </tr> </tbody> </table> <ul class="tabs"> <li class="active">Javascript</li> <li>HTML</li> <li>CSS</li> <li>Ajax</li> <li>Server-side script</li> </ul> <div class="tabs"> <div class="js"> <p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline brush: js;">$(document).ready(function() { var table = $('#example').DataTable(); new $.fn.dataTable.AutoFill( table ); } );</code> <p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p> <ul> <li><a href="../../../media/js/jquery.js">../../../media/js/jquery.js</a></li> <li><a href= "../../../media/js/jquery.dataTables.js">../../../media/js/jquery.dataTables.js</a></li> <li><a href="../js/dataTables.autoFill.js">../js/dataTables.autoFill.js</a></li> </ul> </div> <div class="table"> <p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p> </div> <div class="css"> <div> <p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The additional CSS used is shown below:</p><code class="multiline brush: js;"></code> </div> <p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p> <ul> <li><a href= "../../../media/css/jquery.dataTables.css">../../../media/css/jquery.dataTables.css</a></li> <li><a href="../css/dataTables.autoFill.css">../css/dataTables.autoFill.css</a></li> </ul> </div> <div class="ajax"> <p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is loaded.</p> </div> <div class="php"> <p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables documentation</a>.</p> </div> </div> </section> </div> <section> <div class="footer"> <div class="gradient"></div> <div class="liner"> <h2>Other examples</h2> <div class="toc"> <div class="toc-group"> <h3><a href="index.html">Examples</a></h3> <ul class="toc active"> <li class="active"><a href="./simple.html">Basic initialisation</a></li> <li><a href="columns.html">Column options</a></li> <li><a href="scrolling.html">Scrolling DataTable</a></li> <li><a href="fill-both.html">Horizontal and vertical fill</a></li> <li><a href="fill-horizontal.html">Horizontal fill</a></li> <li><a href="complete-callback.html">Complete callback</a></li> <li><a href="step-callback.html">Step callback</a></li> </ul> </div> </div> <div class="epilogue"> <p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br> Additionally, there are a wide range of <a href="http://www.datatables.net/extras">extras</a> and <a href="http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p> <p class="copyright">DataTables designed and created by <a href= "http://www.sprymedia.co.uk">SpryMedia Ltd</a> &#169; 2007-2014<br> DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p> </div> </div> </div> </section> </body> </html>
doc/index-files/index-8.html
xiazhu/graphbuilder
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Thu Nov 08 03:57:20 PST 2012 --> <TITLE> H-Index </TITLE> <META NAME="date" CONTENT="2012-11-08"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="H-Index"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="index-7.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-8.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-8.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <A HREF="index-23.html">Z</A> <HR> <A NAME="_H_"><!-- --></A><H2> <B>H</B></H2> <DL> <DT><A HREF="../com/intel/hadoop/graphbuilder/graph/Edge.html#hashCode()"><B>hashCode()</B></A> - Method in class com.intel.hadoop.graphbuilder.graph.<A HREF="../com/intel/hadoop/graphbuilder/graph/Edge.html" title="class in com.intel.hadoop.graphbuilder.graph">Edge</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/graph/Vertex.html#hashCode()"><B>hashCode()</B></A> - Method in class com.intel.hadoop.graphbuilder.graph.<A HREF="../com/intel/hadoop/graphbuilder/graph/Vertex.html" title="class in com.intel.hadoop.graphbuilder.graph">Vertex</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/partition/mapreduce/keyvalue/IngressKeyType.html#hashCode()"><B>hashCode()</B></A> - Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.<A HREF="../com/intel/hadoop/graphbuilder/partition/mapreduce/keyvalue/IngressKeyType.html" title="class in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue">IngressKeyType</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/types/DoubleType.html#hashCode()"><B>hashCode()</B></A> - Method in class com.intel.hadoop.graphbuilder.types.<A HREF="../com/intel/hadoop/graphbuilder/types/DoubleType.html" title="class in com.intel.hadoop.graphbuilder.types">DoubleType</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/types/FloatType.html#hashCode()"><B>hashCode()</B></A> - Method in class com.intel.hadoop.graphbuilder.types.<A HREF="../com/intel/hadoop/graphbuilder/types/FloatType.html" title="class in com.intel.hadoop.graphbuilder.types">FloatType</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/types/IntType.html#hashCode()"><B>hashCode()</B></A> - Method in class com.intel.hadoop.graphbuilder.types.<A HREF="../com/intel/hadoop/graphbuilder/types/IntType.html" title="class in com.intel.hadoop.graphbuilder.types">IntType</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/types/LongType.html#hashCode()"><B>hashCode()</B></A> - Method in class com.intel.hadoop.graphbuilder.types.<A HREF="../com/intel/hadoop/graphbuilder/types/LongType.html" title="class in com.intel.hadoop.graphbuilder.types">LongType</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/types/StringType.html#hashCode()"><B>hashCode()</B></A> - Method in class com.intel.hadoop.graphbuilder.types.<A HREF="../com/intel/hadoop/graphbuilder/types/StringType.html" title="class in com.intel.hadoop.graphbuilder.types">StringType</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/util/Pair.html#hashCode()"><B>hashCode()</B></A> - Method in class com.intel.hadoop.graphbuilder.util.<A HREF="../com/intel/hadoop/graphbuilder/util/Pair.html" title="class in com.intel.hadoop.graphbuilder.util">Pair</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/HashIdMapper.html" title="class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce"><B>HashIdMapper</B></A> - Class in <A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/package-summary.html">com.intel.hadoop.graphbuilder.idnormalize.mapreduce</A><DD>This mapper class maps an (vid, vdata) pair into (lvid, (vid, vdata)) pair.<DT><A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/HashIdMapper.html#HashIdMapper()"><B>HashIdMapper()</B></A> - Constructor for class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.<A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/HashIdMapper.html" title="class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce">HashIdMapper</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/test/idnormalize/HashIdMapReduceTest.html" title="class in com.intel.hadoop.graphbuilder.test.idnormalize"><B>HashIdMapReduceTest</B></A> - Class in <A HREF="../com/intel/hadoop/graphbuilder/test/idnormalize/package-summary.html">com.intel.hadoop.graphbuilder.test.idnormalize</A><DD>A runnable HashId Mapreduce taking arguments from commandline.<DT><A HREF="../com/intel/hadoop/graphbuilder/test/idnormalize/HashIdMapReduceTest.html#HashIdMapReduceTest()"><B>HashIdMapReduceTest()</B></A> - Constructor for class com.intel.hadoop.graphbuilder.test.idnormalize.<A HREF="../com/intel/hadoop/graphbuilder/test/idnormalize/HashIdMapReduceTest.html" title="class in com.intel.hadoop.graphbuilder.test.idnormalize">HashIdMapReduceTest</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/HashIdMR.html" title="class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce"><B>HashIdMR</B></A> - Class in <A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/package-summary.html">com.intel.hadoop.graphbuilder.idnormalize.mapreduce</A><DD>This MapReduce class maps a list of unique vertex into 2 parts of output: A dictionary from rawId to newId, and a new vertex data file using newId.<DT><A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/HashIdMR.html#HashIdMR(com.intel.hadoop.graphbuilder.parser.GraphParser, com.intel.hadoop.graphbuilder.parser.FieldParser, com.intel.hadoop.graphbuilder.parser.FieldParser)"><B>HashIdMR(GraphParser, FieldParser, FieldParser)</B></A> - Constructor for class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.<A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/HashIdMR.html" title="class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce">HashIdMR</A> <DD>Create the MapReduce Job with GraphParser, and vertex FieldParsers. <DT><A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/HashIdReducer.html" title="class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce"><B>HashIdReducer</B></A> - Class in <A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/package-summary.html">com.intel.hadoop.graphbuilder.idnormalize.mapreduce</A><DD>Reducer class reduce the (baseid, List<(vid, vdata)>) into a dictionary (lvid, vid), and a new vertex data file (lvid, vdata), where lvid = baseid + vid.index * splitsize; Because the splitsize is fixed for all mapper using option <code>mapred.line.input.format.linespermap</code> in the <code>JobConf</code>, this guarantee all vids are mapped into [0, ..., |V|-1].<DT><A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/HashIdReducer.html#HashIdReducer()"><B>HashIdReducer()</B></A> - Constructor for class com.intel.hadoop.graphbuilder.idnormalize.mapreduce.<A HREF="../com/intel/hadoop/graphbuilder/idnormalize/mapreduce/HashIdReducer.html" title="class in com.intel.hadoop.graphbuilder.idnormalize.mapreduce">HashIdReducer</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/util/HashUtil.html#hashpair(java.lang.Object, java.lang.Object)"><B>hashpair(Object, Object)</B></A> - Static method in class com.intel.hadoop.graphbuilder.util.<A HREF="../com/intel/hadoop/graphbuilder/util/HashUtil.html" title="class in com.intel.hadoop.graphbuilder.util">HashUtil</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/util/HashUtil.html" title="class in com.intel.hadoop.graphbuilder.util"><B>HashUtil</B></A> - Class in <A HREF="../com/intel/hadoop/graphbuilder/util/package-summary.html">com.intel.hadoop.graphbuilder.util</A><DD>Implementation of a hash combine from boost.<DT><A HREF="../com/intel/hadoop/graphbuilder/util/HashUtil.html#HashUtil()"><B>HashUtil()</B></A> - Constructor for class com.intel.hadoop.graphbuilder.util.<A HREF="../com/intel/hadoop/graphbuilder/util/HashUtil.html" title="class in com.intel.hadoop.graphbuilder.util">HashUtil</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/graph/glgraph/EdgeList.EdgeIterator.html#hasNext()"><B>hasNext()</B></A> - Method in class com.intel.hadoop.graphbuilder.graph.glgraph.<A HREF="../com/intel/hadoop/graphbuilder/graph/glgraph/EdgeList.EdgeIterator.html" title="class in com.intel.hadoop.graphbuilder.graph.glgraph">EdgeList.EdgeIterator</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/preprocess/mapreduce/keyvalue/PairListIterator.html#hasNext()"><B>hasNext()</B></A> - Method in class com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue.<A HREF="../com/intel/hadoop/graphbuilder/preprocess/mapreduce/keyvalue/PairListIterator.html" title="class in com.intel.hadoop.graphbuilder.preprocess.mapreduce.keyvalue">PairListIterator</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/partition/mapreduce/keyvalue/CombinedVrecordValueType.html#hasVdata()"><B>hasVdata()</B></A> - Method in class com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue.<A HREF="../com/intel/hadoop/graphbuilder/partition/mapreduce/keyvalue/CombinedVrecordValueType.html" title="class in com.intel.hadoop.graphbuilder.partition.mapreduce.keyvalue">CombinedVrecordValueType</A> <DD>&nbsp; <DT><A HREF="../com/intel/hadoop/graphbuilder/test/experimental/javassist/Foo.html#hello()"><B>hello()</B></A> - Method in class com.intel.hadoop.graphbuilder.test.experimental.javassist.<A HREF="../com/intel/hadoop/graphbuilder/test/experimental/javassist/Foo.html" title="class in com.intel.hadoop.graphbuilder.test.experimental.javassist">Foo</A> <DD>&nbsp; </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="index-7.html"><B>PREV LETTER</B></A>&nbsp; &nbsp;<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html?index-filesindex-8.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="index-8.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <A HREF="index-23.html">Z</A> <HR> </BODY> </HTML>
share/doc/api/src-html/org/apache/hadoop/yarn/client/api/async/NMClientAsync.html
ZhangXFeng/hadoop
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>Source code</title> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> </head> <body> <div class="sourceContainer"> <pre><span class="sourceLineNo">001</span>/**<a name="line.1"></a> <span class="sourceLineNo">002</span> * Licensed to the Apache Software Foundation (ASF) under one<a name="line.2"></a> <span class="sourceLineNo">003</span> * or more contributor license agreements. See the NOTICE file<a name="line.3"></a> <span class="sourceLineNo">004</span> * distributed with this work for additional information<a name="line.4"></a> <span class="sourceLineNo">005</span> * regarding copyright ownership. The ASF licenses this file<a name="line.5"></a> <span class="sourceLineNo">006</span> * to you under the Apache License, Version 2.0 (the<a name="line.6"></a> <span class="sourceLineNo">007</span> * "License"); you may not use this file except in compliance<a name="line.7"></a> <span class="sourceLineNo">008</span> * with the License. You may obtain a copy of the License at<a name="line.8"></a> <span class="sourceLineNo">009</span> *<a name="line.9"></a> <span class="sourceLineNo">010</span> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.10"></a> <span class="sourceLineNo">011</span> *<a name="line.11"></a> <span class="sourceLineNo">012</span> * Unless required by applicable law or agreed to in writing, software<a name="line.12"></a> <span class="sourceLineNo">013</span> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.13"></a> <span class="sourceLineNo">014</span> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.14"></a> <span class="sourceLineNo">015</span> * See the License for the specific language governing permissions and<a name="line.15"></a> <span class="sourceLineNo">016</span> * limitations under the License.<a name="line.16"></a> <span class="sourceLineNo">017</span> */<a name="line.17"></a> <span class="sourceLineNo">018</span><a name="line.18"></a> <span class="sourceLineNo">019</span>package org.apache.hadoop.yarn.client.api.async;<a name="line.19"></a> <span class="sourceLineNo">020</span><a name="line.20"></a> <span class="sourceLineNo">021</span>import java.nio.ByteBuffer;<a name="line.21"></a> <span class="sourceLineNo">022</span>import java.util.Map;<a name="line.22"></a> <span class="sourceLineNo">023</span>import java.util.concurrent.ConcurrentMap;<a name="line.23"></a> <span class="sourceLineNo">024</span><a name="line.24"></a> <span class="sourceLineNo">025</span>import org.apache.hadoop.classification.InterfaceAudience.Private;<a name="line.25"></a> <span class="sourceLineNo">026</span>import org.apache.hadoop.classification.InterfaceAudience.Public;<a name="line.26"></a> <span class="sourceLineNo">027</span>import org.apache.hadoop.classification.InterfaceStability.Stable;<a name="line.27"></a> <span class="sourceLineNo">028</span>import org.apache.hadoop.service.AbstractService;<a name="line.28"></a> <span class="sourceLineNo">029</span>import org.apache.hadoop.yarn.api.records.Container;<a name="line.29"></a> <span class="sourceLineNo">030</span>import org.apache.hadoop.yarn.api.records.ContainerId;<a name="line.30"></a> <span class="sourceLineNo">031</span>import org.apache.hadoop.yarn.api.records.ContainerLaunchContext;<a name="line.31"></a> <span class="sourceLineNo">032</span>import org.apache.hadoop.yarn.api.records.ContainerStatus;<a name="line.32"></a> <span class="sourceLineNo">033</span>import org.apache.hadoop.yarn.api.records.NodeId;<a name="line.33"></a> <span class="sourceLineNo">034</span>import org.apache.hadoop.yarn.api.records.Token;<a name="line.34"></a> <span class="sourceLineNo">035</span>import org.apache.hadoop.yarn.client.api.NMClient;<a name="line.35"></a> <span class="sourceLineNo">036</span>import org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl;<a name="line.36"></a> <span class="sourceLineNo">037</span>import org.apache.hadoop.yarn.client.api.impl.NMClientImpl;<a name="line.37"></a> <span class="sourceLineNo">038</span>import org.apache.hadoop.yarn.conf.YarnConfiguration;<a name="line.38"></a> <span class="sourceLineNo">039</span><a name="line.39"></a> <span class="sourceLineNo">040</span>import com.google.common.annotations.VisibleForTesting;<a name="line.40"></a> <span class="sourceLineNo">041</span><a name="line.41"></a> <span class="sourceLineNo">042</span>/**<a name="line.42"></a> <span class="sourceLineNo">043</span> * &lt;code&gt;NMClientAsync&lt;/code&gt; handles communication with all the NodeManagers<a name="line.43"></a> <span class="sourceLineNo">044</span> * and provides asynchronous updates on getting responses from them. It<a name="line.44"></a> <span class="sourceLineNo">045</span> * maintains a thread pool to communicate with individual NMs where a number of<a name="line.45"></a> <span class="sourceLineNo">046</span> * worker threads process requests to NMs by using {@link NMClientImpl}. The max<a name="line.46"></a> <span class="sourceLineNo">047</span> * size of the thread pool is configurable through<a name="line.47"></a> <span class="sourceLineNo">048</span> * {@link YarnConfiguration#NM_CLIENT_ASYNC_THREAD_POOL_MAX_SIZE}.<a name="line.48"></a> <span class="sourceLineNo">049</span> *<a name="line.49"></a> <span class="sourceLineNo">050</span> * It should be used in conjunction with a CallbackHandler. For example<a name="line.50"></a> <span class="sourceLineNo">051</span> *<a name="line.51"></a> <span class="sourceLineNo">052</span> * &lt;pre&gt;<a name="line.52"></a> <span class="sourceLineNo">053</span> * {@code<a name="line.53"></a> <span class="sourceLineNo">054</span> * class MyCallbackHandler implements NMClientAsync.CallbackHandler {<a name="line.54"></a> <span class="sourceLineNo">055</span> * public void onContainerStarted(ContainerId containerId,<a name="line.55"></a> <span class="sourceLineNo">056</span> * Map&lt;String, ByteBuffer&gt; allServiceResponse) {<a name="line.56"></a> <span class="sourceLineNo">057</span> * [post process after the container is started, process the response]<a name="line.57"></a> <span class="sourceLineNo">058</span> * }<a name="line.58"></a> <span class="sourceLineNo">059</span> *<a name="line.59"></a> <span class="sourceLineNo">060</span> * public void onContainerStatusReceived(ContainerId containerId,<a name="line.60"></a> <span class="sourceLineNo">061</span> * ContainerStatus containerStatus) {<a name="line.61"></a> <span class="sourceLineNo">062</span> * [make use of the status of the container]<a name="line.62"></a> <span class="sourceLineNo">063</span> * }<a name="line.63"></a> <span class="sourceLineNo">064</span> *<a name="line.64"></a> <span class="sourceLineNo">065</span> * public void onContainerStopped(ContainerId containerId) {<a name="line.65"></a> <span class="sourceLineNo">066</span> * [post process after the container is stopped]<a name="line.66"></a> <span class="sourceLineNo">067</span> * }<a name="line.67"></a> <span class="sourceLineNo">068</span> *<a name="line.68"></a> <span class="sourceLineNo">069</span> * public void onStartContainerError(<a name="line.69"></a> <span class="sourceLineNo">070</span> * ContainerId containerId, Throwable t) {<a name="line.70"></a> <span class="sourceLineNo">071</span> * [handle the raised exception]<a name="line.71"></a> <span class="sourceLineNo">072</span> * }<a name="line.72"></a> <span class="sourceLineNo">073</span> *<a name="line.73"></a> <span class="sourceLineNo">074</span> * public void onGetContainerStatusError(<a name="line.74"></a> <span class="sourceLineNo">075</span> * ContainerId containerId, Throwable t) {<a name="line.75"></a> <span class="sourceLineNo">076</span> * [handle the raised exception]<a name="line.76"></a> <span class="sourceLineNo">077</span> * }<a name="line.77"></a> <span class="sourceLineNo">078</span> *<a name="line.78"></a> <span class="sourceLineNo">079</span> * public void onStopContainerError(<a name="line.79"></a> <span class="sourceLineNo">080</span> * ContainerId containerId, Throwable t) {<a name="line.80"></a> <span class="sourceLineNo">081</span> * [handle the raised exception]<a name="line.81"></a> <span class="sourceLineNo">082</span> * }<a name="line.82"></a> <span class="sourceLineNo">083</span> * }<a name="line.83"></a> <span class="sourceLineNo">084</span> * }<a name="line.84"></a> <span class="sourceLineNo">085</span> * &lt;/pre&gt;<a name="line.85"></a> <span class="sourceLineNo">086</span> *<a name="line.86"></a> <span class="sourceLineNo">087</span> * The client's life-cycle should be managed like the following:<a name="line.87"></a> <span class="sourceLineNo">088</span> *<a name="line.88"></a> <span class="sourceLineNo">089</span> * &lt;pre&gt;<a name="line.89"></a> <span class="sourceLineNo">090</span> * {@code<a name="line.90"></a> <span class="sourceLineNo">091</span> * NMClientAsync asyncClient = <a name="line.91"></a> <span class="sourceLineNo">092</span> * NMClientAsync.createNMClientAsync(new MyCallbackhandler());<a name="line.92"></a> <span class="sourceLineNo">093</span> * asyncClient.init(conf);<a name="line.93"></a> <span class="sourceLineNo">094</span> * asyncClient.start();<a name="line.94"></a> <span class="sourceLineNo">095</span> * asyncClient.startContainer(container, containerLaunchContext);<a name="line.95"></a> <span class="sourceLineNo">096</span> * [... wait for container being started]<a name="line.96"></a> <span class="sourceLineNo">097</span> * asyncClient.getContainerStatus(container.getId(), container.getNodeId(),<a name="line.97"></a> <span class="sourceLineNo">098</span> * container.getContainerToken());<a name="line.98"></a> <span class="sourceLineNo">099</span> * [... handle the status in the callback instance]<a name="line.99"></a> <span class="sourceLineNo">100</span> * asyncClient.stopContainer(container.getId(), container.getNodeId(),<a name="line.100"></a> <span class="sourceLineNo">101</span> * container.getContainerToken());<a name="line.101"></a> <span class="sourceLineNo">102</span> * [... wait for container being stopped]<a name="line.102"></a> <span class="sourceLineNo">103</span> * asyncClient.stop();<a name="line.103"></a> <span class="sourceLineNo">104</span> * }<a name="line.104"></a> <span class="sourceLineNo">105</span> * &lt;/pre&gt;<a name="line.105"></a> <span class="sourceLineNo">106</span> */<a name="line.106"></a> <span class="sourceLineNo">107</span>@Public<a name="line.107"></a> <span class="sourceLineNo">108</span>@Stable<a name="line.108"></a> <span class="sourceLineNo">109</span>public abstract class NMClientAsync extends AbstractService {<a name="line.109"></a> <span class="sourceLineNo">110</span><a name="line.110"></a> <span class="sourceLineNo">111</span> protected NMClient client;<a name="line.111"></a> <span class="sourceLineNo">112</span> protected CallbackHandler callbackHandler;<a name="line.112"></a> <span class="sourceLineNo">113</span><a name="line.113"></a> <span class="sourceLineNo">114</span> public static NMClientAsync createNMClientAsync(<a name="line.114"></a> <span class="sourceLineNo">115</span> CallbackHandler callbackHandler) {<a name="line.115"></a> <span class="sourceLineNo">116</span> return new NMClientAsyncImpl(callbackHandler);<a name="line.116"></a> <span class="sourceLineNo">117</span> }<a name="line.117"></a> <span class="sourceLineNo">118</span> <a name="line.118"></a> <span class="sourceLineNo">119</span> protected NMClientAsync(CallbackHandler callbackHandler) {<a name="line.119"></a> <span class="sourceLineNo">120</span> this (NMClientAsync.class.getName(), callbackHandler);<a name="line.120"></a> <span class="sourceLineNo">121</span> }<a name="line.121"></a> <span class="sourceLineNo">122</span><a name="line.122"></a> <span class="sourceLineNo">123</span> protected NMClientAsync(String name, CallbackHandler callbackHandler) {<a name="line.123"></a> <span class="sourceLineNo">124</span> this (name, new NMClientImpl(), callbackHandler);<a name="line.124"></a> <span class="sourceLineNo">125</span> }<a name="line.125"></a> <span class="sourceLineNo">126</span><a name="line.126"></a> <span class="sourceLineNo">127</span> @Private<a name="line.127"></a> <span class="sourceLineNo">128</span> @VisibleForTesting<a name="line.128"></a> <span class="sourceLineNo">129</span> protected NMClientAsync(String name, NMClient client,<a name="line.129"></a> <span class="sourceLineNo">130</span> CallbackHandler callbackHandler) {<a name="line.130"></a> <span class="sourceLineNo">131</span> super(name);<a name="line.131"></a> <span class="sourceLineNo">132</span> this.setClient(client);<a name="line.132"></a> <span class="sourceLineNo">133</span> this.setCallbackHandler(callbackHandler);<a name="line.133"></a> <span class="sourceLineNo">134</span> }<a name="line.134"></a> <span class="sourceLineNo">135</span><a name="line.135"></a> <span class="sourceLineNo">136</span> public abstract void startContainerAsync(<a name="line.136"></a> <span class="sourceLineNo">137</span> Container container, ContainerLaunchContext containerLaunchContext);<a name="line.137"></a> <span class="sourceLineNo">138</span><a name="line.138"></a> <span class="sourceLineNo">139</span> public abstract void stopContainerAsync(<a name="line.139"></a> <span class="sourceLineNo">140</span> ContainerId containerId, NodeId nodeId);<a name="line.140"></a> <span class="sourceLineNo">141</span><a name="line.141"></a> <span class="sourceLineNo">142</span> public abstract void getContainerStatusAsync(<a name="line.142"></a> <span class="sourceLineNo">143</span> ContainerId containerId, NodeId nodeId);<a name="line.143"></a> <span class="sourceLineNo">144</span> <a name="line.144"></a> <span class="sourceLineNo">145</span> public NMClient getClient() {<a name="line.145"></a> <span class="sourceLineNo">146</span> return client;<a name="line.146"></a> <span class="sourceLineNo">147</span> }<a name="line.147"></a> <span class="sourceLineNo">148</span><a name="line.148"></a> <span class="sourceLineNo">149</span> public void setClient(NMClient client) {<a name="line.149"></a> <span class="sourceLineNo">150</span> this.client = client;<a name="line.150"></a> <span class="sourceLineNo">151</span> }<a name="line.151"></a> <span class="sourceLineNo">152</span><a name="line.152"></a> <span class="sourceLineNo">153</span> public CallbackHandler getCallbackHandler() {<a name="line.153"></a> <span class="sourceLineNo">154</span> return callbackHandler;<a name="line.154"></a> <span class="sourceLineNo">155</span> }<a name="line.155"></a> <span class="sourceLineNo">156</span><a name="line.156"></a> <span class="sourceLineNo">157</span> public void setCallbackHandler(CallbackHandler callbackHandler) {<a name="line.157"></a> <span class="sourceLineNo">158</span> this.callbackHandler = callbackHandler;<a name="line.158"></a> <span class="sourceLineNo">159</span> }<a name="line.159"></a> <span class="sourceLineNo">160</span><a name="line.160"></a> <span class="sourceLineNo">161</span> /**<a name="line.161"></a> <span class="sourceLineNo">162</span> * &lt;p&gt;<a name="line.162"></a> <span class="sourceLineNo">163</span> * The callback interface needs to be implemented by {@link NMClientAsync}<a name="line.163"></a> <span class="sourceLineNo">164</span> * users. The APIs are called when responses from &lt;code&gt;NodeManager&lt;/code&gt; are<a name="line.164"></a> <span class="sourceLineNo">165</span> * available.<a name="line.165"></a> <span class="sourceLineNo">166</span> * &lt;/p&gt;<a name="line.166"></a> <span class="sourceLineNo">167</span> *<a name="line.167"></a> <span class="sourceLineNo">168</span> * &lt;p&gt;<a name="line.168"></a> <span class="sourceLineNo">169</span> * Once a callback happens, the users can chose to act on it in blocking or<a name="line.169"></a> <span class="sourceLineNo">170</span> * non-blocking manner. If the action on callback is done in a blocking<a name="line.170"></a> <span class="sourceLineNo">171</span> * manner, some of the threads performing requests on NodeManagers may get<a name="line.171"></a> <span class="sourceLineNo">172</span> * blocked depending on how many threads in the pool are busy.<a name="line.172"></a> <span class="sourceLineNo">173</span> * &lt;/p&gt;<a name="line.173"></a> <span class="sourceLineNo">174</span> *<a name="line.174"></a> <span class="sourceLineNo">175</span> * &lt;p&gt;<a name="line.175"></a> <span class="sourceLineNo">176</span> * The implementation of the callback function should not throw the<a name="line.176"></a> <span class="sourceLineNo">177</span> * unexpected exception. Otherwise, {@link NMClientAsync} will just<a name="line.177"></a> <span class="sourceLineNo">178</span> * catch, log and then ignore it.<a name="line.178"></a> <span class="sourceLineNo">179</span> * &lt;/p&gt;<a name="line.179"></a> <span class="sourceLineNo">180</span> */<a name="line.180"></a> <span class="sourceLineNo">181</span> public static interface CallbackHandler {<a name="line.181"></a> <span class="sourceLineNo">182</span> /**<a name="line.182"></a> <span class="sourceLineNo">183</span> * The API is called when &lt;code&gt;NodeManager&lt;/code&gt; responds to indicate its<a name="line.183"></a> <span class="sourceLineNo">184</span> * acceptance of the starting container request<a name="line.184"></a> <span class="sourceLineNo">185</span> * @param containerId the Id of the container<a name="line.185"></a> <span class="sourceLineNo">186</span> * @param allServiceResponse a Map between the auxiliary service names and<a name="line.186"></a> <span class="sourceLineNo">187</span> * their outputs<a name="line.187"></a> <span class="sourceLineNo">188</span> */<a name="line.188"></a> <span class="sourceLineNo">189</span> void onContainerStarted(ContainerId containerId,<a name="line.189"></a> <span class="sourceLineNo">190</span> Map&lt;String, ByteBuffer&gt; allServiceResponse);<a name="line.190"></a> <span class="sourceLineNo">191</span><a name="line.191"></a> <span class="sourceLineNo">192</span> /**<a name="line.192"></a> <span class="sourceLineNo">193</span> * The API is called when &lt;code&gt;NodeManager&lt;/code&gt; responds with the status<a name="line.193"></a> <span class="sourceLineNo">194</span> * of the container<a name="line.194"></a> <span class="sourceLineNo">195</span> * @param containerId the Id of the container<a name="line.195"></a> <span class="sourceLineNo">196</span> * @param containerStatus the status of the container<a name="line.196"></a> <span class="sourceLineNo">197</span> */<a name="line.197"></a> <span class="sourceLineNo">198</span> void onContainerStatusReceived(ContainerId containerId,<a name="line.198"></a> <span class="sourceLineNo">199</span> ContainerStatus containerStatus);<a name="line.199"></a> <span class="sourceLineNo">200</span><a name="line.200"></a> <span class="sourceLineNo">201</span> /**<a name="line.201"></a> <span class="sourceLineNo">202</span> * The API is called when &lt;code&gt;NodeManager&lt;/code&gt; responds to indicate the<a name="line.202"></a> <span class="sourceLineNo">203</span> * container is stopped.<a name="line.203"></a> <span class="sourceLineNo">204</span> * @param containerId the Id of the container<a name="line.204"></a> <span class="sourceLineNo">205</span> */<a name="line.205"></a> <span class="sourceLineNo">206</span> void onContainerStopped(ContainerId containerId);<a name="line.206"></a> <span class="sourceLineNo">207</span><a name="line.207"></a> <span class="sourceLineNo">208</span> /**<a name="line.208"></a> <span class="sourceLineNo">209</span> * The API is called when an exception is raised in the process of<a name="line.209"></a> <span class="sourceLineNo">210</span> * starting a container<a name="line.210"></a> <span class="sourceLineNo">211</span> *<a name="line.211"></a> <span class="sourceLineNo">212</span> * @param containerId the Id of the container<a name="line.212"></a> <span class="sourceLineNo">213</span> * @param t the raised exception<a name="line.213"></a> <span class="sourceLineNo">214</span> */<a name="line.214"></a> <span class="sourceLineNo">215</span> void onStartContainerError(ContainerId containerId, Throwable t);<a name="line.215"></a> <span class="sourceLineNo">216</span><a name="line.216"></a> <span class="sourceLineNo">217</span> /**<a name="line.217"></a> <span class="sourceLineNo">218</span> * The API is called when an exception is raised in the process of<a name="line.218"></a> <span class="sourceLineNo">219</span> * querying the status of a container<a name="line.219"></a> <span class="sourceLineNo">220</span> *<a name="line.220"></a> <span class="sourceLineNo">221</span> * @param containerId the Id of the container<a name="line.221"></a> <span class="sourceLineNo">222</span> * @param t the raised exception<a name="line.222"></a> <span class="sourceLineNo">223</span> */<a name="line.223"></a> <span class="sourceLineNo">224</span> void onGetContainerStatusError(ContainerId containerId, Throwable t);<a name="line.224"></a> <span class="sourceLineNo">225</span><a name="line.225"></a> <span class="sourceLineNo">226</span> /**<a name="line.226"></a> <span class="sourceLineNo">227</span> * The API is called when an exception is raised in the process of<a name="line.227"></a> <span class="sourceLineNo">228</span> * stopping a container<a name="line.228"></a> <span class="sourceLineNo">229</span> *<a name="line.229"></a> <span class="sourceLineNo">230</span> * @param containerId the Id of the container<a name="line.230"></a> <span class="sourceLineNo">231</span> * @param t the raised exception<a name="line.231"></a> <span class="sourceLineNo">232</span> */<a name="line.232"></a> <span class="sourceLineNo">233</span> void onStopContainerError(ContainerId containerId, Throwable t);<a name="line.233"></a> <span class="sourceLineNo">234</span><a name="line.234"></a> <span class="sourceLineNo">235</span> }<a name="line.235"></a> <span class="sourceLineNo">236</span><a name="line.236"></a> <span class="sourceLineNo">237</span>}<a name="line.237"></a> </pre> </div> </body> </html>
third_party/web_platform_tests/html/browsers/history/the-history-interface/history_replacestate.html
youtube/cobalt
<!DOCTYPE HTML> <html> <head> <title>history_replaceState</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> </head> <body> <div id="log"></div> <script> test(function () { window.history.replaceState(1, document.title, '?x=1'); var second; second = window.history.state; assert_equals(second, 1, "history state"); }, "history replaceState"); </script> </body> </html>
third_party/blink/web_tests/external/wpt/html/editing/dnd/datastore/datatransfer-types.html
scheib/chromium
<!DOCTYPE html> <meta charset="utf-8"> <title>DataTransfer types attribute test</title> <link rel="help" href="https://html.spec.whatwg.org/multipage/interaction.html#the-datatransfer-interface"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script> test(() => { const dt = new DataTransfer(); assert_true(Object.isFrozen(dt.types), "types must be a FrozenArray<>"); assert_true(Array.isArray(dt.types), "A FrozenArray<> must be an Array"); assert_equals(dt.types.length, 0, "types must be originally empty"); assert_equals(dt.types, dt.types, "types must return the same object when the data store item list has not changed"); const dt2 = new DataTransfer(); assert_not_equals(dt2.types, dt.types, "Different DataTransfer objects must return different FrozenArrays"); }, "type's state on DataTransfer creation"); test(() => { const dt = new DataTransfer(); dt.setData("text/plain", "foo"); let old_types = dt.types; assert_equals(old_types, dt.types); // Clearing the data store via DataTransferItemList changes // DataTransfer's data store, so types will return a new FrozenArray. dt.items.clear(); assert_not_equals(old_types, dt.types); // Clearing an empty list does not change it. old_types = dt.types; dt.items.clear(); assert_equals(old_types, dt.types); // Removing a non-existent item from the data store does not change it. dt.setData("text/plain", "foo"); old_types = dt.types; dt.items.remove(42); assert_equals(old_types, dt.types); // Removing a valid item from the data store changes it. dt.items.remove(0); assert_equals(dt.items.length, 0); assert_not_equals(old_types, dt.types); // Adding a new item to the list changes it, types will return a new // FrozenArray. old_types = dt.types; dt.items.add("foo", "text/plain"); assert_equals(dt.items.length, 1); assert_not_equals(old_types, dt.types); // Failing to add a new item via DataTransferItemList does not // change the underlying data store. old_types = dt.types; assert_throws_dom("NotSupportedError", () => { dt.items.add("bar", "text/plain"); }, "Adding an item whose type is already present throws an exception"); assert_equals(dt.items.length, 1); assert_equals(old_types, dt.types); }, "Relationship between types and items"); test(() => { const dt = new DataTransfer(); dt.setData("text/plain", "foo"); let old_types = dt.types; assert_equals(old_types, dt.types); // Replacing the text/plain item causes the underlying data store item list // to change, so types will return a new FrozenArray. dt.setData("text/plain", "bar"); assert_equals(dt.types.length, 1); assert_not_equals(old_types, dt.types); old_types = dt.types; // Adding a new item causes the underlying data store item list to change, so // types will return a new FrozenArray. dt.setData("text/uri-list", "baz quux"); assert_equals(dt.types.length, 2); assert_not_equals(old_types, dt.types); // Removing the text/uri-list item causes the underlying data store item list // to change, so even though the item list only has a text/plain item, types // will return a new FrozenArray that does not match |old_types|. dt.clearData("text/uri-list"); assert_equals(dt.types.length, 1); assert_not_equals(old_types, dt.types); old_types = dt.types; // This clearData() call did not change the underlying item list, so types is // still the same as |old_types|. dt.clearData("text/uri-list"); assert_equals(dt.types.length, 1); assert_equals(old_types, dt.types); dt.clearData(); old_types = dt.types; // Clearing an already empty list does not change the underlying item list, // so types is stil the same as |old_types|. dt.clearData(); assert_equals(old_types, dt.types); }, "type's identity"); test(() => { const dt = new DataTransfer(); const types = dt.types; dt.types = 42; assert_equals(dt.types, types); }, "Verify type is a read-only attribute"); test(() => { const dt = new DataTransfer(); assert_array_equals(dt.types, []); // The added File is respected dt.items.add(new File(["abc"], "test.txt")); assert_array_equals(dt.types, ["Files"]); // "Files" is always last even after setting data dt.setData("text/plain", "test"); assert_array_equals(dt.types, ["text/plain", "Files"]); // Removing the File changes types dt.items.remove(0); assert_array_equals(dt.types, ["text/plain"]); // Adding back a File as the second item works correctly. dt.items.add(new File(["abc"], "test.txt")); assert_array_equals(dt.types, ["text/plain", "Files"]); }, "DataTransfer containing files"); </script>
documentation/doctools/tags/0.4/sphinx/templates/web/admin/manage_users.html
creasyw/IMTAphy
{% extends "admin/layout.html" %} {% block admin_body %} <h1>Manage Users</h1> <p> All uses with "master" privileges can give and revoke permissions from this page. You cannot change the passwords of other users and remove your own user or "master" privilege. Privileges are separated by commas &mdash; optional whitespace is ignored. </p> <p><strong>Privileges</strong></p> <ul> <li><tt>master</tt> &mdash; user can create and edit user accounts.</li> <li><tt>frozenpassword</tt> &mdash; user cannot change his password.</li> </ul> <form action="" method="post"> {% if ask_confirmation %} <div class="dialog"> <h2>Confirm</h2> <div class="text"> {% trans amount=to_delete|length %} Do you really want to delete the user? {% pluralize %} Do you really want to delete {{ amount }} users? {% endtrans %} </div> <div class="buttons"> <input type="hidden" name="update" value="yes"> <input type="submit" name="confirmed" value="Yes"> <input type="submit" name="aborted" value="No"> </div> </div> {% endif %} {% if generated_user and generated_password %} <div class="dialog"> <h2>User Generated</h2> <div class="text"> The user <strong>{{ generated_user|e }}</strong> was generated successfully with the password <strong>{{ generated_password|e }}</strong>. </div> </div> {% endif %} {% if user_exists %} <div class="dialog"> <h2>Username in User</h2> <div class="text"> The username {{ user_exists|e }} is in use. Select a different one. </div> </div> {% endif %} {% if self_destruction %} <div class="dialog"> <h2>Error</h2> <div class="text"> You can't delete your own user or remove your own master privileges. </div> </div> {% endif %} {% if add_user_mode %} <div class="dialog detail_form"> <h2>Add User</h2> <div class="text"> Username <input type="text" size="24" name="username" value="{{ form.username|e(true) }}"> </div> <div class="buttons"> <input type="submit" name="add_user" value="Add"> <input type="submit" name="aborted" value="Cancel"> </div> </div> {% endif %} <table class="mapping"> <tr> <th>Username</th> <th>Privileges</th> <th class="actions">Delete</th> </tr> {%- for user, privileges in users|dictsort %} <tr> <td class="username">{{ user|e }}</td> <td class="groups"><input type="text" name="privileges-{{ user|e }}" value="{{ privileges|join(', ') }}"></td> <td class="actions"><input type="checkbox" name="delete" value="{{ user|e }}"{% if user in to_delete %} checked{% endif %}></td> </tr> {%- endfor %} </table> <div class="actions"> <input type="submit" name="update" value="Update"> <input type="submit" name="add_user" value="Add User"> <input type="submit" name="cancel" value="Cancel"> </div> </form> {% endblock %}
tools/darwin/depends/samba/samba-3.6.6/docs/htmldocs/manpages/testparm.1.html
zarboz/XBMC-PVR-mac
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>testparm</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="testparm"><a name="testparm.1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>testparm &#8212; check an smb.conf configuration file for internal correctness</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">testparm</code> [-s] [-h] [-v] [-t &lt;encoding&gt;] {config filename} [hostname hostIP]</p></div></div><div class="refsect1" title="DESCRIPTION"><a name="id266841"></a><h2>DESCRIPTION</h2><p>This tool is part of the <a class="citerefentry" href="samba.7.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(7)</span></a> suite.</p><p><code class="literal">testparm</code> is a very simple test program to check an <a class="citerefentry" href="smbd.8.html"><span class="citerefentry"><span class="refentrytitle">smbd</span>(8)</span></a> configuration file for internal correctness. If this program reports no problems, you can use the configuration file with confidence that <code class="literal">smbd </code> will successfully load the configuration file.</p><p>Note that this is <span class="emphasis"><em>NOT</em></span> a guarantee that the services specified in the configuration file will be available or will operate as expected. </p><p>If the optional host name and host IP address are specified on the command line, this test program will run through the service entries reporting whether the specified host has access to each service. </p><p>If <code class="literal">testparm</code> finds an error in the <code class="filename"> smb.conf</code> file it returns an exit code of 1 to the calling program, else it returns an exit code of 0. This allows shell scripts to test the output from <code class="literal">testparm</code>.</p></div><div class="refsect1" title="OPTIONS"><a name="id265713"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">-s</span></dt><dd><p>Without this option, <code class="literal">testparm</code> will prompt for a carriage return after printing the service names and before dumping the service definitions.</p></dd><dt><span class="term">-h|--help</span></dt><dd><p>Print a summary of command line options. </p></dd><dt><span class="term">-V|--version</span></dt><dd><p>Prints the program version number. </p></dd><dt><span class="term">-v</span></dt><dd><p>If this option is specified, testparm will also output all options that were not used in <a class="citerefentry" href="smb.conf.5.html"><span class="citerefentry"><span class="refentrytitle">smb.conf</span>(5)</span></a> and are thus set to their defaults.</p></dd><dt><span class="term">-t encoding</span></dt><dd><p> Output data in specified encoding. </p></dd><dt><span class="term">--parameter-name parametername</span></dt><dd><p> Dumps the named parameter. If no section-name is set the view is limited by default to the global section. It is also possible to dump a parametrical option. Therefore the option has to be separated by a colon from the parametername. </p></dd><dt><span class="term">--section-name sectionname</span></dt><dd><p> Dumps the named section. </p></dd><dt><span class="term">configfilename</span></dt><dd><p>This is the name of the configuration file to check. If this parameter is not present then the default <a class="citerefentry" href="smb.conf.5.html"><span class="citerefentry"><span class="refentrytitle">smb.conf</span>(5)</span></a> file will be checked. </p></dd><dt><span class="term">hostname</span></dt><dd><p>If this parameter and the following are specified, then <code class="literal">testparm</code> will examine the <em class="parameter"><code>hosts allow</code></em> and <em class="parameter"><code>hosts deny</code></em> parameters in the <a class="citerefentry" href="smb.conf.5.html"><span class="citerefentry"><span class="refentrytitle">smb.conf</span>(5)</span></a> file to determine if the hostname with this IP address would be allowed access to the <code class="literal">smbd</code> server. If this parameter is supplied, the hostIP parameter must also be supplied.</p></dd><dt><span class="term">hostIP</span></dt><dd><p>This is the IP address of the host specified in the previous parameter. This address must be supplied if the hostname parameter is supplied. </p></dd></dl></div></div><div class="refsect1" title="FILES"><a name="id265900"></a><h2>FILES</h2><div class="variablelist"><dl><dt><span class="term"><a class="citerefentry" href="smb.conf.5.html"><span class="citerefentry"><span class="refentrytitle">smb.conf</span>(5)</span></a></span></dt><dd><p>This is usually the name of the configuration file used by <a class="citerefentry" href="smbd.8.html"><span class="citerefentry"><span class="refentrytitle">smbd</span>(8)</span></a>. </p></dd></dl></div></div><div class="refsect1" title="DIAGNOSTICS"><a name="id265934"></a><h2>DIAGNOSTICS</h2><p>The program will issue a message saying whether the configuration file loaded OK or not. This message may be preceded by errors and warnings if the file did not load. If the file was loaded OK, the program then dumps all known service details to stdout. </p></div><div class="refsect1" title="VERSION"><a name="id265946"></a><h2>VERSION</h2><p>This man page is correct for version 3 of the Samba suite.</p></div><div class="refsect1" title="SEE ALSO"><a name="id265956"></a><h2>SEE ALSO</h2><p><a class="citerefentry" href="smb.conf.5.html"><span class="citerefentry"><span class="refentrytitle">smb.conf</span>(5)</span></a>, <a class="citerefentry" href="smbd.8.html"><span class="citerefentry"><span class="refentrytitle">smbd</span>(8)</span></a></p></div><div class="refsect1" title="AUTHOR"><a name="id265981"></a><h2>AUTHOR</h2><p>The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.</p><p>The original Samba man pages were written by Karl Auer. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at <a class="ulink" href="ftp://ftp.icce.rug.nl/pub/unix/" target="_top"> ftp://ftp.icce.rug.nl/pub/unix/</a>) and updated for the Samba 2.0 release by Jeremy Allison. The conversion to DocBook for Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy.</p></div></div></body></html>
kyotocabinet/doc/api/classkyotocabinet_1_1PlantDB-members.html
sapo/kyoto
<!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"/> <title>Kyoto Cabinet: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Kyoto Cabinet </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacekyotocabinet.html">kyotocabinet</a> </li> <li class="navelem"><a class="el" href="classkyotocabinet_1_1PlantDB.html">PlantDB</a> </li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <div class="title">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt; Member List</div> </div> </div><!--header--> <div class="contents"> This is the complete list of members for <a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a21b949bdd3a0b8fbb9b40ba1f7e3e825">accept</a>(const char *kbuf, size_t ksiz, Visitor *visitor, bool writable=true)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a6f6065674099e65c6243fdd1ffbc518b">accept_bulk</a>(const std::vector&lt; std::string &gt; &amp;keys, Visitor *visitor, bool writable=true)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a330568e1a92d74bfbc38682cd8604462">add</a>(const char *kbuf, size_t ksiz, const char *vbuf, size_t vsiz)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#ae917d6aa4cba62bd808121fddb4035b0">add</a>(const std::string &amp;key, const std::string &amp;value)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a23e776e5bd1e3c5caa0f62edffb87a54">append</a>(const char *kbuf, size_t ksiz, const char *vbuf, size_t vsiz)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aed0ebc961e906fe7fb534f917b4a9f8f">append</a>(const std::string &amp;key, const std::string &amp;value)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a7e3ad76e45dab99b13901d93a38262ce">begin_transaction</a>(bool hard=false)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a079d7249a694c9f3a434aa374b8b9f37">begin_transaction_try</a>(bool hard=false)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a4cc551a65eed27a7905c50aac95f43db">cas</a>(const char *kbuf, size_t ksiz, const char *ovbuf, size_t ovsiz, const char *nvbuf, size_t nvsiz)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a98f785851e346ce32049d70cdac36f51">cas</a>(const std::string &amp;key, const std::string &amp;ovalue, const std::string &amp;nvalue)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#af884c82d9281ec9631d4ebcc32e4f5cd">check</a>(const char *kbuf, size_t ksiz)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a493f9a3b16aa84dd13c4bb842e709471">check</a>(const std::string &amp;key)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a61809e5bd2610e1a06698aeb68817d64">clear</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a6661d84682336411eac6b38baf16c64d">close</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a258665509711eb2952544ebee55ed861">copy</a>(const std::string &amp;dest, ProgressChecker *checker=NULL)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a31f43901e55fe473abdfbd0251c259a0">count</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a93f1873138591d62a508c0cfef53d7ba">cursor</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ad7834fcf21b765e8398e98c614566806">defrag</a>(int64_t step=0)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a15e2b3b12551cd055ec652250780147d">dump_snapshot</a>(std::ostream *dest, ProgressChecker *checker=NULL)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a39186bb54797a65ca3b642b157a4b7f0">dump_snapshot</a>(const std::string &amp;dest, ProgressChecker *checker=NULL)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#aaac800d0e99039e4c4ebc910733b431d">end_transaction</a>(bool commit=true)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ad261c3aee01e0add954c633f2d67e57c">error</a>() const </td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a9899e452d058237e3da51ddd907b7a36a372c26f534fafa4d3513ddcf51f0b1bc">FFATAL</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a9899e452d058237e3da51ddd907b7a36">Flag</a> enum name</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#aa1fabb709560f368e86975eeddd8593b">flags</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a9899e452d058237e3da51ddd907b7a36a281b85581665f2087a3aa7e0d03b9fd5">FOPEN</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a04721eb5a61876244bbc5c08e0a34c61">get</a>(const char *kbuf, size_t ksiz, size_t *sp)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#ad997b0824b30d20fefcfb7e4f8fbd96c">get</a>(const std::string &amp;key, std::string *value)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#abad0525bdccdcab5b587846a69ff0fe3">get</a>(const char *kbuf, size_t ksiz, char *vbuf, size_t max)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#ae713d1703e4af21c3470517108b795c9">get_bulk</a>(const std::vector&lt; std::string &gt; &amp;keys, std::map&lt; std::string, std::string &gt; *recs, bool atomic=true)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a8f8d475dcb1cfb0210a7a40c1367b286">increment</a>(const char *kbuf, size_t ksiz, int64_t num, int64_t orig=0)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a290283ef8e4c021c285b08bab9c0fe78">increment</a>(const std::string &amp;key, int64_t num, int64_t orig=0)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a9ba95893fc9ddfdedc515157101371c2">increment_double</a>(const char *kbuf, size_t ksiz, double num, double orig=0)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a7e37a41ef1611c5712d31cfd4450552c">increment_double</a>(const std::string &amp;key, double num, double orig)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#abd20793d6349fdc38a6cb5c7d85af8de">iterate</a>(Visitor *visitor, bool writable=true, ProgressChecker *checker=NULL)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a0845ad7a308380fc2ad9b8e70f593f3e">load_snapshot</a>(std::istream *src, ProgressChecker *checker=NULL)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aef62097d8ad0f443db61fd46ef8afb0f">load_snapshot</a>(const std::string &amp;src, ProgressChecker *checker=NULL)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a46f313acb3516a1c6212bbb5dc296408">log</a>(const char *file, int32_t line, const char *func, Logger::Kind kind, const char *message)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a527d26987a22676c4c5766bca6076c9d">kyotocabinet::BasicDB::log</a>(const char *file, int32_t line, const char *func, Logger::Kind kind, const char *message)=0</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a61bb905975c5bb2e9d3d890e65cf664dac6952961b46d7d1e71df632e45d80a93">OAUTOSYNC</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a61bb905975c5bb2e9d3d890e65cf664da648178f135de06196ff0a59b6d50ffc0">OAUTOTRAN</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a9fc52545ca3b3622ff07c2ee2a7a6af9">occupy</a>(bool writable=true, FileProcessor *proc=NULL)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a61bb905975c5bb2e9d3d890e65cf664dafddaf6558a2c6e43223eb5c6f0d0e240">OCREATE</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a61bb905975c5bb2e9d3d890e65cf664da3d1f28662fd5f8c91749aa57cc6f4732">ONOLOCK</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a61bb905975c5bb2e9d3d890e65cf664da4d79a8f0bc49849b0b434fb4fda4836a">ONOREPAIR</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a2a64a9265776c9a64aa6a38ce9445fa6">opaque</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a9bd13f6a03519f525aee2b3c9ccf8674">open</a>(const std::string &amp;path, uint32_t mode=OWRITER|OCREATE)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a61bb905975c5bb2e9d3d890e65cf664d">OpenMode</a> enum name</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a2dac0630d591ea79ebd49f49b0cd363a">Option</a> enum name</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a61bb905975c5bb2e9d3d890e65cf664daac1e035a2264effff6af2f74af4fcf2d">OREADER</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a61bb905975c5bb2e9d3d890e65cf664da84636e0600e10a014e61abcb53c11d39">OTRUNCATE</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a61bb905975c5bb2e9d3d890e65cf664da12f4827b918598179bf05c0797127687">OTRYLOCK</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a61bb905975c5bb2e9d3d890e65cf664daed0e4bf55347835f8a1c277487767485">OWRITER</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ac73484d4225d2e3f888c2c4af43cfc25">path</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a51b8c31552639993a9efaf53f5b74606">PlantDB</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [explicit]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#aed5f381acc0fb8e1c5274c714fd6c2f8">rcomp</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a98b9a0b2337e16b79a22a97d4d96d04c">remove</a>(const char *kbuf, size_t ksiz)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#ac6b7b1fdab9e9288c8ff918bef8bf0b3">remove</a>(const std::string &amp;key)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa6662986e037fedc913b7aab42133dfa">remove_bulk</a>(const std::vector&lt; std::string &gt; &amp;keys, bool atomic=true)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#ac1b65f395e4be9e9ef14973f564e3a48">replace</a>(const char *kbuf, size_t ksiz, const char *vbuf, size_t vsiz)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a42fce9d48b8a3744b05fc61636fab2b1">replace</a>(const std::string &amp;key, const std::string &amp;value)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ac375b62b78297a36224605077001139f">report</a>(const char *file, int32_t line, const char *func, Logger::Kind kind, const char *format,...)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ade083f4ce74cba28627a8bd997d299e6">report_binary</a>(const char *file, int32_t line, const char *func, Logger::Kind kind, const char *name, const char *buf, size_t size)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#af5ac443334908fba3ada2f19de12c2d5">report_valist</a>(const char *file, int32_t line, const char *func, Logger::Kind kind, const char *format, va_list ap)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ac5b582f1dd74b76163773390e1680d75">scan_parallel</a>(Visitor *visitor, size_t thnum, ProgressChecker *checker=NULL)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a54a148f11bf3ae4038bcb4b7483f7e1b">seize</a>(const char *kbuf, size_t ksiz, size_t *sp)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a71f2abc5f91ccdedb495f547bcaded51">seize</a>(const std::string &amp;key, std::string *value)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#ace1d7f4a0d37c2d4e61b102bc0d0f725">set</a>(const char *kbuf, size_t ksiz, const char *vbuf, size_t vsiz)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aceb9eb24d4664b0dc0f2734da66511c4">set</a>(const std::string &amp;key, const std::string &amp;value)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a0a76b8f56d3abd00b511a77ea32fc7f2">set_bulk</a>(const std::map&lt; std::string, std::string &gt; &amp;recs, bool atomic=true)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a73aec7dc352ec9fa444eca7643443090">set_error</a>(const char *file, int32_t line, const char *func, Error::Code code, const char *message)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#abc68ab08f3f42a52cbae54ae093fad7b">kyotocabinet::BasicDB::set_error</a>(const char *file, int32_t line, const char *func, Error::Code code, const char *message)=0</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a3def0d36c043569c2995ef1454581af0">size</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a1eecb3071cfc5e407c58ae47514fda38">status</a>(std::map&lt; std::string, std::string &gt; *strmap)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a897d968c5d8c59ef65baa760eeb3bf49">synchronize</a>(bool hard=false, FileProcessor *proc=NULL, ProgressChecker *checker=NULL)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a725afdfed6deaa967e9d56de86a2522f">synchronize_opaque</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a2dac0630d591ea79ebd49f49b0cd363aa1a67ed01dba834e8101146850ec49395">TCOMPRESS</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a2dac0630d591ea79ebd49f49b0cd363aa4890259d239a9cf8bb0e4725740eb7a1">TLINEAR</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ac5017ce9d1abf69c59b6b7630f33430b">trigger_meta</a>(MetaTrigger::Kind kind, const char *message)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [protected]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a2dac0630d591ea79ebd49f49b0cd363aa23d2cc96a4683a7933cb10a374be1b48">TSMALL</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a2ab55750ee54517bbb906605d87608e8">tune_alignment</a>(int8_t apow)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#add148164ce7d221d9d21b80a1cb22301">tune_buckets</a>(int64_t bnum)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a30e939d45db87ed9fcd9665cdb330252">tune_comparator</a>(Comparator *rcomp)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#abf6d0d41498e61f5cad079ee1d2f4e64">tune_compressor</a>(Compressor *comp)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a88594067f983d1f0c9447b125b67cd4f">tune_defrag</a>(int64_t dfunit)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ab3c7b8ef2fabf8decb7873a6440a7c10">tune_fbp</a>(int8_t fpow)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ab3d62373c720573e45ee5efa35db63f6">tune_logger</a>(Logger *logger, uint32_t kinds=Logger::WARN|Logger::ERROR)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a73739d232b4ca2691b00e56be23f4139">tune_map</a>(int64_t msiz)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a63fb7a569888346bbcfcab2f66e5f77e">tune_meta_trigger</a>(MetaTrigger *trigger)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a574c85f66445ba88d65bd978b63703cc">kyotocabinet::BasicDB::tune_meta_trigger</a>(MetaTrigger *trigger)=0</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ac7162f152923ec6320b3296a51b5e6c7">tune_options</a>(int8_t opts)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a3ecf251b8c769850ad476c1b4c37e2bb">tune_page</a>(int32_t psiz)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#ad5dc924b200aa4654816f8f34db60d84">tune_page_cache</a>(int64_t pccap)</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7f">Type</a> enum name</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7fa281bc81f91b8b3fc39796f386be1f3fc">TYPECACHE</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#afd766e0016301f256108e8dd8d316a9c">typecname</a>(uint32_t type)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7fa7a7e544979edd72ae4b53c5f5312a639">TYPEDIR</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7fa5fb8e5c5be4f7a2a051de911e0cc41c8">TYPEFOREST</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7fac885d5d2e2d3417476d606f9ddff28d4">TYPEGRASS</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7facc621efd9dc349487c9bf139735a1547">TYPEHASH</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7fada9cc0cd600e803427cc15ab9ce61c06">TYPEMISC</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7fa21e357867392861a412ed7d982e9913b">TYPEPHASH</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7fa257fa7af7461025c3c47f98c6be5d9b5">TYPEPTREE</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7fafe6b2d8395fdf7a6cfeaaccf95d9c3dc">TYPESTASH</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a7e8fd41ca7b1e3292a98030313999a31">typestring</a>(uint32_t type)</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [static]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7fa6c90439771c8d514da8c4f1e779c420a">TYPETEXT</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7faf19657f41cdf16badd67d79889fef93d">TYPETREE</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#aa1db8f4472965b12b6648728bcd44c7fa5be3e804fc9e1c8770b0bc37ce75afe9">TYPEVOID</a> enum value</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1BasicDB.html#a36c9b5eaaef06891a83b98911adfd712">~BasicDB</a>()</td><td><a class="el" href="classkyotocabinet_1_1BasicDB.html">kyotocabinet::BasicDB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1DB.html#ae0a7edd6583da1d55195168c0d93acb3">~DB</a>()</td><td><a class="el" href="classkyotocabinet_1_1DB.html">kyotocabinet::DB</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classkyotocabinet_1_1PlantDB.html#a581534674acefaf79ccfb64c01257b6c">~PlantDB</a>()</td><td><a class="el" href="classkyotocabinet_1_1PlantDB.html">kyotocabinet::PlantDB&lt; BASEDB, DBTYPE &gt;</a></td><td><code> [virtual]</code></td></tr> </table></div><!-- contents --> <hr class="footer"/><address class="footer"><small> Generated on Fri May 25 2012 01:21:36 for Kyoto Cabinet by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.6.1 </small></address> </body> </html>
third_party/WebKit/LayoutTests/inspector/sass/test-ast-scss-1.html
js0701/chromium-crosswalk
<html> <head> <script src="../../http/tests/inspector/inspector-test.js"></script> <script src="../../http/tests/inspector/elements-test.js"></script> <script src="./sass-test.js"></script> <style> pre { font-family: monospace; } </style> <script> function test() { InspectorTest.evaluateInPage("getSASS()", onSASS); function onSASS(result) { InspectorTest.parseSCSS("", result.value) .then(InspectorTest.dumpAST) .then(InspectorTest.validateASTRanges) .catch(console.error.bind(console)) .then(InspectorTest.completeTest); } } function getSASS() { return document.querySelector(".snippet").textContent; } </script> </head> <body onload="runTest()"> <p> Verifies SCSS AST in case of simple nesting and CSS properties. </p> <pre class="snippet"> div { /* display: flex; */ color: $my-color; background-color: blue; /* position: absolute; */ .className { padding: 10px 0 0 10px; /* font-family: "Times New Roman"; */ background-image: url(assets/no-image-set.png); #test::before { margin: 10px 10px; content: "test me"; /* border: 1px solid black; */ } } } </pre> </body> </html>
model/cached/qunit.html
thomblake/canjs
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="../bower_components/qunit/qunit/qunit.css"/> <title>store QUnit Test</title> </head> <body> <h1 id="qunit-header">store Test Suite</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <div id="test-content"></div> <ol id="qunit-tests"></ol> <div id="qunit-test-area"></div> <script type="text/javascript" src="../../lib/steal/steal.js"></script> <script type="text/javascript" src="../bower_components/qunit/qunit/qunit.js"></script> <script type="text/javascript"> QUnit.config.autostart = false; steal("can/model/cached").then("can/test", "can/util/fixture", "can/model/cached/cached_test.js", function() { QUnit.start(); }); </script> </body> </html>
wp-content/themes/sparkling/inc/css/bootstrap.css
rik6167/k9capers
/*! * Bootstrap v3.2.0 (http://getbootstrap.com) * Copyright 2011-2014 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { margin: .67em 0; font-size: 2em; } mark { color: #000; background: #ff0; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } @media print { * { color: #000 !important; text-shadow: none !important; background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } select { background: #fff !important; } .navbar { display: none; } .table td, .table th { background-color: #fff !important; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\2a"; } .glyphicon-plus:before { content: "\2b"; } .glyphicon-euro:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #428bca; text-decoration: none; } a:hover, a:focus { color: #2a6496; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 21px; } } small, .small { font-size: 85%; } mark, .mark { padding: .2em; background-color: #fcf8e3; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777; } .text-primary { color: #428bca; } a.text-primary:hover { color: #3071a9; } .text-success { color: #3c763d; } a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover { color: #843534; } .bg-primary { color: #fff; background-color: #428bca; } a.bg-primary:hover { background-color: #3071a9; } .bg-success { background-color: #dff0d8; } a.bg-success:hover { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover { background-color: #e4b9b9; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; margin-left: -5px; list-style: none; } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } blockquote:before, blockquote:after { content: ""; } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); } kbd kbd { padding: 0; font-size: 100%; -webkit-box-shadow: none; box-shadow: none; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { margin-right: -15px; margin-left: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class*="col-"] { position: static; display: table-column; float: none; } table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 34px; line-height: 1.42857143 \0; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg { line-height: 46px; } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; } .input-sm, .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm, select.form-group-sm .form-control { height: 30px; line-height: 30px; } textarea.input-sm, textarea.form-group-sm .form-control, select[multiple].input-sm, select[multiple].form-group-sm .form-control { height: auto; } .input-lg, .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-lg, select.form-group-lg .form-control { height: 46px; line-height: 46px; } textarea.input-lg, textarea.form-group-lg .form-control, select[multiple].input-lg, select[multiple].form-group-lg .form-control { height: auto; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 25px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.3px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #428bca; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #3071a9; border-color: #285e8e; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } .btn-primary .badge { color: #428bca; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: normal; color: #428bca; border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height .35s ease; -o-transition: height .35s ease; transition: height .35s ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; background-color: #428bca; outline: 0; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-left { right: auto; left: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px solid; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { right: auto; left: 0; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: 0; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 4px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; z-index: -1; filter: alpha(opacity=0); opacity: 0; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eee; } .nav > li.disabled > a { color: #777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eee; border-color: #428bca; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { border-color: #eee #eee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 4px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #428bca; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { margin-bottom: 5px; text-align: center; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width: 768px) { .navbar { border-radius: 4px; } } @media (min-width: 768px) { .navbar-header { float: left; } } .navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-right: 0; padding-left: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } } @media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; margin-right: -15px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: #e7e7e7; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #777; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #969696; } .navbar-inverse .navbar-nav > li > a { color: #777; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background-color: #080808; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #777; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #777; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; } .breadcrumb > .active { color: #777; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #428bca; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #2a6496; background-color: #eee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #fff; cursor: default; background-color: #428bca; border-color: #428bca; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777; cursor: not-allowed; background-color: #fff; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #428bca; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; background-color: #fff; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding: 30px; margin-bottom: 30px; color: inherit; background-color: #eee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron { border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-right: auto; margin-left: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #428bca; } .thumbnail .caption { padding: 9px; color: #333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar[aria-valuenow="0"] { min-width: 30px; color: #777; background-color: transparent; background-image: none; -webkit-box-shadow: none; box-shadow: none; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .media, .media-body { overflow: hidden; zoom: 1; } .media, .media .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media-object { display: block; } .media-heading { margin: 0 0 5px; } .media > .pull-left { margin-right: 10px; } .media > .pull-right { margin-left: 10px; } .media-list { padding-left: 0; list-style: none; } .list-group { padding-left: 0; margin-bottom: 20px; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } a.list-group-item { color: #555; } a.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, a.list-group-item:focus { color: #555; text-decoration: none; background-color: #f5f5f5; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { color: #777; cursor: not-allowed; background-color: #eee; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #428bca; border-color: #428bca; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #e1edf7; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { margin-bottom: 0; border: 0; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #428bca; } .panel-primary > .panel-heading { color: #fff; background-color: #428bca; border-color: #428bca; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #428bca; } .panel-primary > .panel-heading .badge { color: #428bca; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #428bca; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive.embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive.embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5; } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0; } .modal-open { overflow: hidden; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0); } .modal.in .modal-dialog { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; } .modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; } .modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-size: 12px; line-height: 1.4; visibility: visible; filter: alpha(opacity=0); opacity: 0; } .tooltip.in { filter: alpha(opacity=90); opacity: .9; } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { right: 5px; bottom: 0; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; text-align: left; white-space: normal; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { content: ""; border-width: 10px; } .popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, .25); border-bottom-width: 0; } .popover.top > .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, .25); border-left-width: 0; } .popover.right > .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; } .popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, .25); } .popover.bottom > .arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, .25); } .popover.left > .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; } .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner > .item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); filter: alpha(opacity=50); opacity: .5; } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; } .carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; } .carousel-control:hover, .carousel-control:focus { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after { display: table; content: " "; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after { clear: both; } .center-block { display: block; margin-right: auto; margin-left: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /*# sourceMappingURL=bootstrap.css.map */
tests/wpt/web-platform-tests/web-animations/animation-effect-timing/iterationStart.html
raviflipsyde/servo
<!DOCTYPE html> <meta charset=utf-8> <title>iterationStart tests</title> <link rel="help" href="https://w3c.github.io/web-animations/#dom-animationeffecttiming-iterationstart"> <link rel="author" title="Daisuke Akatsuka" href="mailto:[email protected]"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="../testcommon.js"></script> <body> <div id="log"></div> <script> 'use strict'; test(function(t) { var div = createDiv(t); var anim = div.animate({ opacity: [ 0, 1 ] }, { iterationStart: 0.2, iterations: 1, fill: 'both', duration: 100, delay: 1 }); anim.effect.timing.iterationStart = 2.5; assert_equals(anim.effect.getComputedTiming().progress, 0.5); assert_equals(anim.effect.getComputedTiming().currentIteration, 2); }, 'Test that changing the iterationStart affects computed timing ' + 'when backwards-filling'); test(function(t) { var div = createDiv(t); var anim = div.animate({ opacity: [ 0, 1 ] }, { iterationStart: 0.2, iterations: 1, fill: 'both', duration: 100, delay: 0 }); anim.effect.timing.iterationStart = 2.5; assert_equals(anim.effect.getComputedTiming().progress, 0.5); assert_equals(anim.effect.getComputedTiming().currentIteration, 2); }, 'Test that changing the iterationStart affects computed timing ' + 'during the active phase'); test(function(t) { var div = createDiv(t); var anim = div.animate({ opacity: [ 0, 1 ] }, { iterationStart: 0.2, iterations: 1, fill: 'both', duration: 100, delay: 0 }); anim.finish(); anim.effect.timing.iterationStart = 2.5; assert_equals(anim.effect.getComputedTiming().progress, 0.5); assert_equals(anim.effect.getComputedTiming().currentIteration, 3); }, 'Test that changing the iterationStart affects computed timing ' + 'when forwards-filling'); test(function(t) { var div = createDiv(t); var anim = div.animate({ opacity: [ 0, 1 ] }, 100); assert_throws({ name: 'TypeError' }, function() { anim.effect.timing.iterationStart = -1; }); assert_throws({ name: 'TypeError' }, function() { div.animate({ opacity: [ 0, 1 ] }, { iterationStart: -1 }); }); }, 'Test invalid iterationStart value'); </script> </body>
vendor/packages/translate-toolkit/translate/doc/user/toolkit-xliff2oo.html
dbbhattacharya/kitsune
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title></title> <link rel="stylesheet" media="screen" type="text/css" href="./style.css" /> <link rel="stylesheet" media="screen" type="text/css" href="./design.css" /> <link rel="stylesheet" media="print" type="text/css" href="./print.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <a href=.>start</a></br> <div class="noteredirect">This page has been moved, the new location is <a href="/opt/sf/software/offline-doku-0.1.1/toolkit/oo2po" class="wikilink1" title="toolkit:oo2po">oo2po</a>.</div></body> </html>
Documentation/Documentation/Building Your Site/Installed Modules/Message Centre/Settings/Setting Messaging Template Settings.html
SCullman/Dnn.Platform
<?xml version="1.0" encoding="utf-8"?> <html xmlns:MadCap="http://www.madcapsoftware.com/Schemas/MadCap.xsd" MadCap:lastBlockDepth="4" MadCap:lastHeight="340" MadCap:lastWidth="1676"> <head> </head> <body> <h1>Setting Messaging Template Settings</h1> <p>How to create a custom template to be used for messages sent from this instance of the Messaging module.</p> <ol> <li value="1"> <MadCap:snippetText src="../../../../../../Resources/Snippets/Module Settings.flsnp" /> </li> <li value="2">Select the<b> Messaging Settings</b> tab. </li> <li value="3">In the&#160;<b>Template</b>&#160;text box, enter a custom template. Replacement tokens and HTML formatting are allowed.</li> <li value="4"> Click the <b>OK</b> button to confirm. </li> </ol> <p> Related Topics: </p> <ul> <li value="1"> <MadCap:xref href="../../../../Using Common Tools/Replacement Tokens/List of Replacement Tokens.html">See "List of Replacement Tokens"</MadCap:xref> </li> </ul> </body> </html>
public/libs/angular-material/modules/js/progressLinear/progressLinear.css
romulus3799/pyramid
/*! * AngularJS Material Design * https://github.com/angular/material * @license MIT * v1.1.5 */ md-progress-linear { display: block; position: relative; width: 100%; height: 5px; padding-top: 0 !important; margin-bottom: 0 !important; } md-progress-linear._md-progress-linear-disabled { visibility: hidden; } md-progress-linear .md-container { display: block; position: relative; overflow: hidden; width: 100%; height: 5px; -webkit-transform: translate(0, 0) scale(1, 1); transform: translate(0, 0) scale(1, 1); } md-progress-linear .md-container .md-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; height: 5px; } md-progress-linear .md-container .md-dashed:before { content: ""; display: none; position: absolute; margin-top: 0; height: 5px; width: 100%; background-color: transparent; background-size: 10px 10px !important; background-position: 0px -23px; } md-progress-linear .md-container .md-bar1, md-progress-linear .md-container .md-bar2 { -webkit-transition: -webkit-transform 0.2s linear; transition: -webkit-transform 0.2s linear; transition: transform 0.2s linear; transition: transform 0.2s linear, -webkit-transform 0.2s linear; } md-progress-linear .md-container.md-mode-query .md-bar1 { display: none; } md-progress-linear .md-container.md-mode-query .md-bar2 { -webkit-transition: all 0.2s linear; transition: all 0.2s linear; -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1); animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1); } md-progress-linear .md-container.md-mode-determinate .md-bar1 { display: none; } md-progress-linear .md-container.md-mode-indeterminate .md-bar1 { -webkit-animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite; animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite; } md-progress-linear .md-container.md-mode-indeterminate .md-bar2 { -webkit-animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite; animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite; } md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container { -webkit-animation: none; animation: none; } md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1 { -webkit-animation-name: none; animation-name: none; } md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 { -webkit-animation-name: none; animation-name: none; } md-progress-linear .md-container.md-mode-buffer { background-color: transparent !important; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; } md-progress-linear .md-container.md-mode-buffer .md-dashed:before { display: block; -webkit-animation: buffer 3s infinite linear; animation: buffer 3s infinite linear; } @-webkit-keyframes query { 0% { opacity: 1; -webkit-transform: translateX(35%) scale(0.3, 1); transform: translateX(35%) scale(0.3, 1); } 100% { opacity: 0; -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } } @keyframes query { 0% { opacity: 1; -webkit-transform: translateX(35%) scale(0.3, 1); transform: translateX(35%) scale(0.3, 1); } 100% { opacity: 0; -webkit-transform: translateX(-50%) scale(0, 1); transform: translateX(-50%) scale(0, 1); } } @-webkit-keyframes buffer { 0% { opacity: 1; background-position: 0px -23px; } 50% { opacity: 0; } 100% { opacity: 1; background-position: -200px -23px; } } @keyframes buffer { 0% { opacity: 1; background-position: 0px -23px; } 50% { opacity: 0; } 100% { opacity: 1; background-position: -200px -23px; } } @-webkit-keyframes md-progress-linear-indeterminate-scale-1 { 0% { -webkit-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 36.6% { -webkit-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); } 69.15% { -webkit-transform: scaleX(0.83); transform: scaleX(0.83); -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); } 100% { -webkit-transform: scaleX(0.1); transform: scaleX(0.1); } } @keyframes md-progress-linear-indeterminate-scale-1 { 0% { -webkit-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-animation-timing-function: linear; animation-timing-function: linear; } 36.6% { -webkit-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); } 69.15% { -webkit-transform: scaleX(0.83); transform: scaleX(0.83); -webkit-animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); } 100% { -webkit-transform: scaleX(0.1); transform: scaleX(0.1); } } @-webkit-keyframes md-progress-linear-indeterminate-1 { 0% { left: -105.16667%; -webkit-animation-timing-function: linear; animation-timing-function: linear; } 20% { left: -105.16667%; -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); } 69.15% { left: 21.5%; -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); } 100% { left: 95.44444%; } } @keyframes md-progress-linear-indeterminate-1 { 0% { left: -105.16667%; -webkit-animation-timing-function: linear; animation-timing-function: linear; } 20% { left: -105.16667%; -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); } 69.15% { left: 21.5%; -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); } 100% { left: 95.44444%; } } @-webkit-keyframes md-progress-linear-indeterminate-scale-2 { 0% { -webkit-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); } 19.15% { -webkit-transform: scaleX(0.57); transform: scaleX(0.57); -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); } 44.15% { -webkit-transform: scaleX(0.91); transform: scaleX(0.91); -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); } 100% { -webkit-transform: scaleX(0.1); transform: scaleX(0.1); } } @keyframes md-progress-linear-indeterminate-scale-2 { 0% { -webkit-transform: scaleX(0.1); transform: scaleX(0.1); -webkit-animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); } 19.15% { -webkit-transform: scaleX(0.57); transform: scaleX(0.57); -webkit-animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); } 44.15% { -webkit-transform: scaleX(0.91); transform: scaleX(0.91); -webkit-animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); } 100% { -webkit-transform: scaleX(0.1); transform: scaleX(0.1); } } @-webkit-keyframes md-progress-linear-indeterminate-2 { 0% { left: -54.88889%; -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); } 25% { left: -17.25%; -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); } 48.35% { left: 29.5%; -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); } 100% { left: 117.38889%; } } @keyframes md-progress-linear-indeterminate-2 { 0% { left: -54.88889%; -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); } 25% { left: -17.25%; -webkit-animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); } 48.35% { left: 29.5%; -webkit-animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); } 100% { left: 117.38889%; } }
src/olympia/editors/templates/editors/themes/includes/logs_filter_deleted.html
andymckay/addons-server
<div id="log-filter" class="log-filter-outside"> <form action="{{ url('editors.themes.deleted') }}" method="get"> <div class="date_range"> {{ form.start.label_tag() }} {{ form.start }} {{ form.end.label_tag() }} {{ form.end }} {{ form.search.label_tag() }} {{ form.search }} {# L10n: "Filter" is a button label (verb) #} <button type="submit">{{ _('Filter') }}</button> </div> </form> </div>
sites/all/themes/prolifik/css/prolifik-form.css
mikeusry/shsuites
/* Navin: Form */ textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] { background: #fcfcfc; } input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active { background: #fff; } button, textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] { border: 1px solid #ccc; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #626262; z-index: 1; } button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active { -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; -khtml-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #489ec8; } .node-links ul li a, .comment-links ul li a, button, input[type="reset"], input[type="submit"], input[type="button"] { background: rgb(250,250,250); /* Old browsers */ background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ border: 1px solid #dcdcdc; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #424242; letter-spacing: 0; font-family: "Helvetica Neue", "Helvetica", "Arial"; font-size: 0.8em; padding: 5px 15px; text-shadow: none; text-transform: uppercase; } .node-links ul li a:hover, .comment-links ul li a:hover, .form-actions input:hover { background: rgb(242,242,242); /* Old browsers */ background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(242,242,242,1) 0%,rgba(221,221,221,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */ } .node-links ul li a:active, .comment-links ul li a:active, .form-actions input:active { background: rgb(221,221,221); /* Old browsers */ background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(221,221,221,1) 0%,rgba(242,242,242,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */ } #region-sidebar-second textarea, #region-sidebar-second select, #region-sidebar-second input[type="date"], #region-sidebar-second input[type="datetime"], #region-sidebar-second input[type="datetime-local"], #region-sidebar-second input[type="email"], #region-sidebar-second input[type="month"], #region-sidebar-second input[type="number"], #region-sidebar-second input[type="password"], #region-sidebar-second input[type="search"], #region-sidebar-second input[type="tel"], #region-sidebar-second input[type="text"], #region-sidebar-second input[type="time"], #region-sidebar-second input[type="url"], input[type="week"] { width: 100%; }
ajax/libs/oojs-ui/0.19.4/oojs-ui-mediawiki-icons-content.css
him2him2/cdnjs
/*! * OOjs UI v0.19.4 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2017 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2017-02-28T23:19:44Z */ /* stylelint-disable selector-no-vendor-prefix, at-rule-no-unknown */ /* stylelint-enable selector-no-vendor-prefix, at-rule-no-unknown */ .oo-ui-icon-article { background-image: url('themes/mediawiki/images/icons/article-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/article-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/article-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/article-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-article { background-image: url('themes/mediawiki/images/icons/article-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/article-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/article-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/article-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-article { background-image: url('themes/mediawiki/images/icons/article-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/article-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/article-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/article-ltr-progressive.png'); } .oo-ui-icon-articles { background-image: url('themes/mediawiki/images/icons/articles-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articles-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articles-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articles-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-articles { background-image: url('themes/mediawiki/images/icons/articles-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articles-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articles-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articles-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-articles { background-image: url('themes/mediawiki/images/icons/articles-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articles-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articles-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articles-ltr-progressive.png'); } .oo-ui-icon-articleCheck { background-image: url('themes/mediawiki/images/icons/articleCheck-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleCheck-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleCheck-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articleCheck-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-articleCheck { background-image: url('themes/mediawiki/images/icons/articleCheck-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleCheck-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleCheck-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articleCheck-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-articleCheck { background-image: url('themes/mediawiki/images/icons/articleCheck-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleCheck-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleCheck-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articleCheck-ltr-progressive.png'); } .oo-ui-icon-articleSearch { background-image: url('themes/mediawiki/images/icons/articleSearch-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleSearch-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleSearch-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articleSearch-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-articleSearch { background-image: url('themes/mediawiki/images/icons/articleSearch-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleSearch-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleSearch-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articleSearch-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-articleSearch { background-image: url('themes/mediawiki/images/icons/articleSearch-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleSearch-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleSearch-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articleSearch-ltr-progressive.png'); } .oo-ui-icon-articleRedirect { background-image: url('themes/mediawiki/images/icons/articleRedirect-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleRedirect-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleRedirect-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articleRedirect-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-articleRedirect { background-image: url('themes/mediawiki/images/icons/articleRedirect-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleRedirect-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleRedirect-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articleRedirect-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-articleRedirect { background-image: url('themes/mediawiki/images/icons/articleRedirect-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleRedirect-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/articleRedirect-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/articleRedirect-ltr-progressive.png'); } .oo-ui-icon-book { background-image: url('themes/mediawiki/images/icons/book-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/book-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/book-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/book-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-book { background-image: url('themes/mediawiki/images/icons/book-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/book-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/book-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/book-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-book { background-image: url('themes/mediawiki/images/icons/book-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/book-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/book-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/book-ltr-progressive.png'); } .oo-ui-icon-citeArticle { background-image: url('themes/mediawiki/images/icons/citeArticle-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/citeArticle-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/citeArticle-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/citeArticle-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-citeArticle { background-image: url('themes/mediawiki/images/icons/citeArticle-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/citeArticle-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/citeArticle-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/citeArticle-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-citeArticle { background-image: url('themes/mediawiki/images/icons/citeArticle-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/citeArticle-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/citeArticle-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/citeArticle-ltr-progressive.png'); } .oo-ui-icon-die { background-image: url('themes/mediawiki/images/icons/die-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/die-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/die-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/die-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-die { background-image: url('themes/mediawiki/images/icons/die-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/die-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/die-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/die-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-die { background-image: url('themes/mediawiki/images/icons/die-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/die-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/die-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/die-ltr-progressive.png'); } .oo-ui-icon-download { background-image: url('themes/mediawiki/images/icons/download-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/download-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/download-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/download-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-download { background-image: url('themes/mediawiki/images/icons/download-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/download-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/download-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/download-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-download { background-image: url('themes/mediawiki/images/icons/download-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/download-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/download-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/download-ltr-progressive.png'); } .oo-ui-icon-folderPlaceholder { background-image: url('themes/mediawiki/images/icons/folderPlaceholder-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/folderPlaceholder-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/folderPlaceholder-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/folderPlaceholder-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-folderPlaceholder { background-image: url('themes/mediawiki/images/icons/folderPlaceholder-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/folderPlaceholder-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/folderPlaceholder-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/folderPlaceholder-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-folderPlaceholder { background-image: url('themes/mediawiki/images/icons/folderPlaceholder-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/folderPlaceholder-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/folderPlaceholder-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/folderPlaceholder-ltr-progressive.png'); } .oo-ui-icon-journal { background-image: url('themes/mediawiki/images/icons/journal-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/journal-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/journal-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/journal-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-journal { background-image: url('themes/mediawiki/images/icons/journal-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/journal-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/journal-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/journal-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-journal { background-image: url('themes/mediawiki/images/icons/journal-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/journal-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/journal-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/journal-ltr-progressive.png'); } .oo-ui-icon-newspaper { background-image: url('themes/mediawiki/images/icons/newspaper-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/newspaper-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/newspaper-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/newspaper-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-newspaper { background-image: url('themes/mediawiki/images/icons/newspaper-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/newspaper-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/newspaper-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/newspaper-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-newspaper { background-image: url('themes/mediawiki/images/icons/newspaper-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/newspaper-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/newspaper-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/newspaper-ltr-progressive.png'); } .oo-ui-icon-upload { background-image: url('themes/mediawiki/images/icons/upload-ltr.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/upload-ltr.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/upload-ltr.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/upload-ltr.png'); } .oo-ui-image-invert.oo-ui-icon-upload { background-image: url('themes/mediawiki/images/icons/upload-ltr-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/upload-ltr-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/upload-ltr-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/upload-ltr-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-upload { background-image: url('themes/mediawiki/images/icons/upload-ltr-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/upload-ltr-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/mediawiki/images/icons/upload-ltr-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/mediawiki/images/icons/upload-ltr-progressive.png'); }
wp-content/themes/sahifa/css/ilightbox/dark-skin/skin.css
dmoknt/dm.news
.ilightbox-overlay.dark { background: #000; } .ilightbox-loader.dark { -webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px; box-shadow: black 0px 0px 85px, black 0px 0px 85px; } .ilightbox-loader.dark div { background: #000 url('preloader.gif') no-repeat center; } .ilightbox-holder.dark { padding: 5px; background: #000; -webkit-box-shadow: 0 0 15px hsla(0,0%,0%,.8); box-shadow: 0 0 15px hsla(0,0%,0%,.8); } .ilightbox-holder.dark .ilightbox-container .ilightbox-caption { background: url('caption-bg.png'); color: #FFF; text-shadow: 0 1px black; } .ilightbox-holder.dark .ilightbox-container .ilightbox-social { background: url('caption-bg.png'); -webkit-border-radius: 2px; border-radius: 2px; } .ilightbox-holder.dark .ilightbox-alert { background: url('alert.png') no-repeat center top; color: #555; } /* Style toolbar */ .ilightbox-toolbar.dark { top: 11px; left: 10px; } .ilightbox-toolbar.dark a { width: 25px; height: 23px; background: black url('buttons.png') no-repeat 7px 6px; } .ilightbox-toolbar.dark a.disabled { opacity: 0.2; filter: alpha(opacity=20); cursor: default; background-color: #000 !important; } .ilightbox-toolbar.dark a:first-of-type { -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .ilightbox-toolbar.dark a:last-of-type { -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .ilightbox-toolbar.dark a.ilightbox-close:hover { background-position: -32px 6px; } .ilightbox-toolbar.dark a.ilightbox-fullscreen { background-position: 6px -33px; right: 35px; } .ilightbox-toolbar.dark a.ilightbox-fullscreen:hover { background-position: -31px -33px; } .ilightbox-toolbar.dark a.ilightbox-play { background-position: 8px -57px; } .ilightbox-toolbar.dark a.ilightbox-play:hover { background-position: -32px -57px; } .ilightbox-toolbar.dark a.ilightbox-pause { background-position: 8px -83px; } .ilightbox-toolbar.dark a.ilightbox-pause:hover { background-position: -32px -83px; } .isMobile .ilightbox-toolbar.dark { background: #000; top: auto; bottom: 0; left: 0; width: 100%; height: 40px; text-align: center; -webkit-box-shadow: 0 0 25px rgba(0,0,0,.8); box-shadow: 0 0 25px rgba(0,0,0,.8); } .isMobile .ilightbox-toolbar.dark a { display: inline-block; float: none; width: 50px; height: 40px; background-size: 50%; background-position: 50% !important; } .isMobile .ilightbox-toolbar.dark a:hover { background-color: #111; } .isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen { background-image: url('fullscreen-icon-64.png'); background-image/*\**/: url('fullscreen-icon-ie.png')\9; /* IE7-8 */ } .isMobile .ilightbox-toolbar.dark a.ilightbox-close { background-image: url('x-mark-icon-64.png'); background-image/*\**/: url('x-mark-icon-ie.png')\9; /* IE7-8 */ } .isMobile .ilightbox-toolbar.dark a.ilightbox-next-button { background-image: url('arrow-next-icon-64.png'); background-image/*\**/: url('arrow-next-icon-ie.png')\9; /* IE7-8 */ background-position: 52% 50%; } .isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button { background-image: url('arrow-prev-icon-64.png'); background-image/*\**/: url('arrow-prev-icon-ie.png')\9; /* IE7-8 */ background-position: 48% 50%; } .isMobile .ilightbox-toolbar.dark a.ilightbox-play { background-image: url('play-icon-64.png'); background-image/*\**/: url('play-icon-ie.png')\9; /* IE7-8 */ } .isMobile .ilightbox-toolbar.dark a.ilightbox-pause { background-image: url('pause-icon-64.png'); background-image/*\**/: url('pause-icon-ie.png')\9; /* IE7-8 */ } .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title { font-size: 18px; padding: 10px 8px; padding-right: 60px; color: #FFF; } .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar { left: auto; top: 5px; right: 5px; } .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a { -webkit-border-radius: 0; border-radius: 0; float: right; } .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type { -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type { -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* Style thumbnails */ .ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img { box-shadow: 0 0 6px rgba(0, 0, 0, .9); } .ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video { background: url('thumb-overlay-play.png') no-repeat center; } /* Configure arrow buttons */ .ilightbox-button.dark.disabled { opacity: 0.1; filter: alpha(opacity=10); /* IE7-8 */ cursor: default; background-color: #000 !important; } .ilightbox-button.dark span { display: block; width: 100%; height: 100%; } .ilightbox-button.dark { bottom: 0; right: 0; left: 0; left/*\**/: 45%\9; /* IE7-8 */ right/*\**/: auto\9; /* IE7-8 */ width: 95px; height: 75px; margin: auto; background: url('arrow-next-vertical-icon-64.png') no-repeat 50% 65%; background-color: #000; -webkit-border-radius: 0; border-radius: 0; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; } .ilightbox-button.ilightbox-button.dark:hover { background-color: #111; } .ilightbox-button.ilightbox-prev-button.dark { top: 0; bottom: auto; background-image: url('arrow-prev-vertical-icon-64.png'); background-position: 50% 35%; -webkit-border-radius: 0; border-radius: 0; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .ilightbox-button.dark.horizontal { right: 0; left: auto; top: 0; bottom: 0; top/*\**/: 41%\9; /* IE7-8 */ bottom/*\**/: auto\9; /* IE7-8 */ width: 75px; height: 95px; background-image: url('arrow-next-icon-64.png'); background-position: 65% 50%; -webkit-border-radius: 0; border-radius: 0; -webkit-border-bottom-left-radius: 5px; -webkit-border-top-left-radius: 5px; border-bottom-left-radius: 5px; border-top-left-radius: 5px; } .ilightbox-button.ilightbox-prev-button.dark.horizontal { right: auto; left: 0; background-image: url('arrow-prev-icon-64.png'); background-position: 35% 50%; -webkit-border-radius: 0; border-radius: 0; -webkit-border-bottom-right-radius: 5px; -webkit-border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-top-right-radius: 5px; }
shiffman/74_clock/index.html
lpetkov/p5
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.6/p5.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.6/addons/p5.dom.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.6/addons/p5.sound.min.js"></script> </head> <body> <script type='text/javascript' id="__bs_script__">//<![CDATA[ document.write("<script async src='/browser-sync/browser-sync-client.2.10.1.js'><\/script>".replace("HOST", location.hostname)); //]]></script> <div id="sketch"></div> <script src="assets/js/sketch.js"></script> </body> </html>
test/diff_fis3_smarty/product_code/hao123_fis3_smarty/home/widget/rate/ltr/ltr.css
femxd/fxd
.mod-rate{ padding-top: 15px; } .mod-rate .mod-side{ margin-bottom: 10px; padding: 0 19px 0 10px; height: 250px; overflow: hidden; position:relative; font-size: 12px; } /* .mod-rate select{ font-size: 12px; } */ .mod-rate label{ text-align: right; width: 41px; padding-right: 5px; display: inline-block; font-size: 12px; } .rate-result{ text-align: center; padding: 10px 0 15px; } .rate-table{ width: 100%; border: 1px solid #e2e5e6; background: #fff; font-size: 12px; margin-bottom: 5px; table-layout: fixed; } .rate-table-title{ height: 24px; line-height: 24px; border-bottom: 1px solid #e2e5e6; font-weight: 600; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: left; } .rate-icon{ margin: 0 3px -4px 5px; display: inline-block; width: 24px; height: 16px; } .rate-icon-usd{ background: url(../img/usd.png?__sprite) no-repeat; } .rate-icon-kwd{ background: url(../img/kwd.png?__sprite) no-repeat; } .rate-icon-eur{ background: url(../img/eur.png?__sprite) no-repeat; } .rate-icon-gbp{ background: url(../img/gbp.png?__sprite) no-repeat; } .rate-icon-sar{ background: url(../img/sar.png?__sprite) no-repeat; } .rate-table td{ height: 23px; line-height: 23px; border-bottom: 1px solid #e2e5e6; text-align: center; width: 50%; } .rate-from2to, .rate-to2from{ color: #fff; } .rate-from2to{ background: #f8999a; } .rate-to2from{ background: #89d6bc; } .rate-f0{ font-size: 0; } .rate-ovh{ overflow: hidden; } .rate-input{ margin-bottom: 10px; font-size: 0; position: relative; } .rate-amount-wrapper{ display: inline-block; border: 1px solid #d9d9d9; padding: 5px 5px; background: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /*width: 148px;*/ } .rate-input-s{ padding-right: 25px; width: 160px; } .rate-amount{ border: 0; width: 147px; font-size: 12px; ime-mode: disabled; padding-right: 1px; } .rate-input-s .rate-amount{ width: 127px; } .rate-placeholder{ font-size: 12px; position: absolute; right: 5px; background: #fff; top: 7px; top: 6px\9; line-height: 12px; color: #ccc; } .rate-amount{ text-align: right; } .rate-amount::-ms-clear{ display: none; } .mod-rate .rate-input-error{ border: 1px solid #f00; }
src/deps/db/docs/api_reference/C/reptransport.html
mxrrow/zaicoin
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>DB_ENV-&gt;rep_set_transport()</title> <link rel="stylesheet" href="apiReference.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB C API Reference" /> <link rel="up" href="rep.html" title="Chapter 10.  Replication Methods" /> <link rel="prev" href="repset_timeout.html" title="DB_ENV-&gt;rep_set_timeout()" /> <link rel="next" href="repstart.html" title="DB_ENV-&gt;rep_start()" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">DB_ENV-&gt;rep_set_transport()</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="repset_timeout.html">Prev</a> </td> <th width="60%" align="center">Chapter 10.  Replication Methods </th> <td width="20%" align="right"> <a accesskey="n" href="repstart.html">Next</a></td> </tr> </table> <hr /> </div> <div class="sect1" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h2 class="title" style="clear: both"><a id="reptransport"></a>DB_ENV-&gt;rep_set_transport()</h2> </div> </div> </div> <pre class="programlisting">#include &lt;db.h&gt; int DB_ENV-&gt;rep_set_transport(DB_ENV *env, int envid, int (*send)(DB_ENV *dbenv, const DBT *control, const DBT *rec, const DB_LSN *lsnp, int envid, u_int32_t flags)); </pre> <p> The <code class="methodname">DB_ENV-&gt;rep_set_transport()</code> method initializes the communication infrastructure for a database environment participating in a replicated application. </p> <p> The <code class="methodname">DB_ENV-&gt;rep_set_transport()</code> method is not called by most replication applications. It should only be called by Base API applications implementing their own network transport layer, explicitly holding replication group elections and handling replication messages outside of the Replication Manager framework. </p> <p> The <code class="methodname">DB_ENV-&gt;rep_set_transport()</code> method configures operations performed using the specified <a class="link" href="env.html" title="Chapter 5.  The DB_ENV Handle">DB_ENV</a> handle, not all operations performed on the underlying database environment. </p> <p> The <code class="methodname">DB_ENV-&gt;rep_set_transport()</code> method may be called at any time during the life of the application. </p> <p> The <code class="methodname">DB_ENV-&gt;rep_set_transport()</code> <span> <span> method returns a non-zero error value on failure and 0 on success. </span> </span> </p> <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"> <h3 class="title">Note</h3> <p> Berkeley DB is not re-entrant. The callback function for this method should not attempt to make library calls (for example, to release locks or close open handles). Re-entering Berkeley DB is not guaranteed to work correctly, and the results are undefined. </p> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="id1699872"></a>Parameters</h3> </div> </div> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="id1700182"></a>envid</h4> </div> </div> </div> <p> The <span class="bold"><strong>envid</strong></span> parameter is the local environment's ID. It must be a non-negative integer and uniquely identify this Berkeley DB database environment (see <a href="../../programmer_reference/rep_id.html" class="olink">Replication environment IDs</a> for more information). </p> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="id1700185"></a>send</h4> </div> </div> </div> <p> The <span class="bold"><strong>send</strong></span> callback function is used to transmit data using the replication application's communication infrastructure. The parameters to <span class="bold"><strong>send</strong></span> are as follows: </p> <div class="itemizedlist"> <ul type="disc"> <li> <p> <code class="literal">dbenv</code> </p> <p> The <span class="bold"><strong>dbenv</strong></span> parameter is the enclosing database environment handle. </p> </li> <li> <p> <code class="literal">control</code> </p> <p> The <span class="bold"><strong>control</strong></span> parameter is the first of the two data elements to be transmitted by the <span class="bold"><strong>send</strong></span> function. </p> </li> <li> <p> <code class="literal">rec</code> </p> <p> The <span class="bold"><strong>rec</strong></span> parameter is the second of the two data elements to be transmitted by the <span class="bold"><strong>send</strong></span> function. </p> </li> <li> <p> <code class="literal">lsnp</code> </p> <p> If the type of message to be sent has an LSN associated with it, then the <span class="bold"><strong>lsnp</strong></span> parameter contains the LSN of the record being sent. This LSN can be used to determine that certain records have been processed successfully by clients. </p> </li> <li> <p> <code class="literal">envid</code> </p> <p> The <span class="bold"><strong>envid</strong></span> parameter is a positive integer identifier that specifies the replication environment to which the message should be sent (see <a href="../../programmer_reference/rep_id.html" class="olink">Replication environment IDs</a> for more information). </p> <p><a id="transport_DB_EID_BROADCAST"></a> The special identifier <code class="literal">DB_EID_BROADCAST</code> indicates that a message should be broadcast to every environment in the replication group. The application may use a true broadcast protocol or may send the message in sequence to each machine with which it is in communication. In both cases, the sending site should not be asked to process the message. </p> <p> The special identifier <a href="../../programmer_reference/rep_id.html#rep_id.DB_EID_INVALID" class="olink">DB_EID_INVALID</a> indicates an invalid environment ID. This may be used to initialize values that are subsequently checked for validity. </p> </li> <li> <p> <code class="literal">flags</code> </p> <p> The <span class="bold"><strong>flags</strong></span> parameter must be set to 0 or by bitwise inclusively <span class="bold"><strong>OR</strong></span>'ing together one or more of the following values: </p> <div class="itemizedlist"> <ul type="circle"> <li> <p><a id="transport_DB_REP_ANYWHERE"></a> <code class="literal">DB_REP_ANYWHERE</code> </p> <p> The message is a client request that can be satisfied by another client as well as by the master. </p> </li> <li> <p><a id="transport_DB_REP_NOBUFFER"></a> <code class="literal">DB_REP_NOBUFFER</code> </p> <p> The record being sent should be transmitted immediately and not buffered or delayed. </p> </li> <li> <p><a id="transport_DB_REP_PERMANENT"></a> <code class="literal">DB_REP_PERMANENT</code> </p> <p> The record being sent is critical for maintaining database integrity (for example, the message includes a transaction commit). The application should take appropriate action to enforce the reliability guarantees it has chosen, such as waiting for acknowledgement from one or more clients. </p> </li> <li> <p><a id="transport_DB_REP_REREQUEST"></a> <code class="literal">DB_REP_REREQUEST</code> </p> <p> The message is a client request that has already been made and to which no response was received. </p> </li> </ul> </div> </li> </ul> </div> <p> It may sometimes be useful to pass application-specific data to the send function; see <a href="../../programmer_reference/env_faq.html" class="olink">Environment FAQ</a> for a discussion on how to do this. </p> <p> The <span class="bold"><strong>send</strong></span> function must return 0 on success and non-zero on failure. If the send function fails, the message being sent is necessary to maintain database integrity, and the local log is not configured for synchronous flushing, the local log will be flushed; otherwise, any error from the <span class="bold"><strong>send</strong></span> function will be ignored. </p> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="id1700556"></a>Errors</h3> </div> </div> </div> <p> The <code class="methodname">DB_ENV-&gt;rep_set_transport()</code> <span> <span> method may fail and return one of the following non-zero errors: </span> </span> </p> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="id1700302"></a>EINVAL</h4> </div> </div> </div> <p> The method is called from a Replication Manager application; or an invalid flag value or parameter was specified. </p> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="id1700529"></a>Class</h3> </div> </div> </div> <p> <a class="link" href="env.html" title="Chapter 5.  The DB_ENV Handle">DB_ENV</a> </p> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="id1700156"></a>See Also</h3> </div> </div> </div> <p> <a class="xref" href="rep.html#replist" title="Replication and Related Methods">Replication and Related Methods</a> </p> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="repset_timeout.html">Prev</a> </td> <td width="20%" align="center"> <a accesskey="u" href="rep.html">Up</a> </td> <td width="40%" align="right"> <a accesskey="n" href="repstart.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">DB_ENV-&gt;rep_set_timeout() </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> <td width="40%" align="right" valign="top"> DB_ENV-&gt;rep_start()</td> </tr> </table> </div> </body> </html>
src/deps/db/docs/api_reference/STL/stlDbstlElemTraitscompare.html
mxrrow/zaicoin
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>compare</title> <link rel="stylesheet" href="apiReference.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" /> <link rel="up" href="DbstlElemTraits.html" title="Chapter 26.  DbstlElemTraits" /> <link rel="prev" href="stlDbstlElemTraitslt.html" title="lt" /> <link rel="next" href="stlDbstlElemTraitslength.html" title="length" /> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center"> compare </th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="stlDbstlElemTraitslt.html">Prev</a> </td> <th width="60%" align="center">Chapter 26.  DbstlElemTraits </th> <td width="20%" align="right"> <a accesskey="n" href="stlDbstlElemTraitslength.html">Next</a></td> </tr> </table> <hr /> </div> <div class="sect1" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h2 class="title" style="clear: both"><a id="stlDbstlElemTraitscompare"></a> compare </h2> </div> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="func_details"></a> Function Details</h3> </div> </div> </div> <pre class="programlisting"> static int compare(const T *seq1, const T *seq2,     size_t cnt) </pre> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"></div> <p>Sequence comparison. </p> <p>Compares the first cnt number of elements in the two sequences seq1 and seq2, returns negative/0/positive if seq1 is less/equal/greater than seq2. </p> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="id1571306"></a> Group: Interface compatible with std::string's char_traits.</h3> </div> </div> </div> <p>Following are char_traits funcitons, which make this class char_traits compatiable, so that it can be used in std::basic_string template, and be manipulated by the c++ stl algorithms. </p> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="id1571885"></a> Class</h3> </div> </div> </div> <p> <a class="link" href="DbstlElemTraits.html" title="Chapter 26.  DbstlElemTraits"> DbstlElemTraits</a> </p> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="stlDbstlElemTraitslt.html">Prev</a> </td> <td width="20%" align="center"> <a accesskey="u" href="DbstlElemTraits.html">Up</a> </td> <td width="40%" align="right"> <a accesskey="n" href="stlDbstlElemTraitslength.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top"> lt  </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> <td width="40%" align="right" valign="top">  length </td> </tr> </table> </div> </body> </html>
xworker_explorer/xworker/webroot/js/jquery-easyui/1.3.3/themes/metro/tabs.css
x-meta/xworker
.tabs-container { overflow: hidden; } .tabs-header { border-width: 1px; border-style: solid; border-bottom-width: 0; position: relative; padding: 0; padding-top: 2px; overflow: hidden; } .tabs-header-plain { border: 0; background: transparent; } .tabs-scroller-left, .tabs-scroller-right { position: absolute; top: auto; bottom: 0; width: 18px; height: 28px !important; height: 30px; font-size: 1px; display: none; cursor: pointer; border-width: 1px; border-style: solid; } .tabs-scroller-left { left: 0; } .tabs-scroller-right { right: 0; } .tabs-header-plain .tabs-scroller-left, .tabs-header-plain .tabs-scroller-right { height: 25px !important; height: 27px; } .tabs-tool { position: absolute; bottom: 0; padding: 1px; overflow: hidden; border-width: 1px; border-style: solid; } .tabs-header-plain .tabs-tool { padding: 0 1px; } .tabs-wrap { position: relative; left: 0; overflow: hidden; width: 100%; margin: 0; padding: 0; } .tabs-scrolling { margin-left: 18px; margin-right: 18px; } .tabs-disabled { opacity: 0.3; filter: alpha(opacity=30); } .tabs { list-style-type: none; height: 26px; margin: 0px; padding: 0px; padding-left: 4px; width: 5000px; border-style: solid; border-width: 0 0 1px 0; } .tabs li { float: left; display: inline-block; margin: 0 4px -1px 0; padding: 0; position: relative; border: 0; } .tabs li a.tabs-inner { display: inline-block; text-decoration: none; margin: 0; padding: 0 10px; height: 25px; line-height: 25px; text-align: center; white-space: nowrap; border-width: 1px; border-style: solid; -moz-border-radius: 0px 0px 0 0; -webkit-border-radius: 0px 0px 0 0; border-radius: 0px 0px 0 0; } .tabs li.tabs-selected a.tabs-inner { font-weight: bold; outline: none; } .tabs li.tabs-selected a:hover.tabs-inner { cursor: default; pointer: default; } .tabs li a.tabs-close, .tabs-p-tool { position: absolute; font-size: 1px; display: block; height: 12px; padding: 0; top: 50%; margin-top: -6px; overflow: hidden; } .tabs li a.tabs-close { width: 12px; right: 5px; opacity: 0.6; filter: alpha(opacity=60); } .tabs-p-tool { right: 16px; } .tabs-p-tool a { display: inline-block; font-size: 1px; width: 12px; height: 12px; margin: 0; opacity: 0.6; filter: alpha(opacity=60); } .tabs li a:hover.tabs-close, .tabs-p-tool a:hover { opacity: 1; filter: alpha(opacity=100); cursor: hand; cursor: pointer; } .tabs-with-icon { padding-left: 18px; } .tabs-icon { position: absolute; width: 16px; height: 16px; left: 10px; top: 50%; margin-top: -8px; } .tabs-title { font-size: 12px; } .tabs-closable { padding-right: 8px; } .tabs-panels { margin: 0px; padding: 0px; border-width: 1px; border-style: solid; border-top-width: 0; overflow: hidden; } .tabs-header-bottom { border-width: 0 1px 1px 1px; padding: 0 0 2px 0; } .tabs-header-bottom .tabs { border-width: 1px 0 0 0; } .tabs-header-bottom .tabs li { margin: -1px 4px 0 0; } .tabs-header-bottom .tabs li a.tabs-inner { -moz-border-radius: 0 0 0px 0px; -webkit-border-radius: 0 0 0px 0px; border-radius: 0 0 0px 0px; } .tabs-header-bottom .tabs-tool { top: 0; } .tabs-header-bottom .tabs-scroller-left, .tabs-header-bottom .tabs-scroller-right { top: 0; bottom: auto; } .tabs-panels-top { border-width: 1px 1px 0 1px; } .tabs-header-left { float: left; border-width: 1px 0 1px 1px; padding: 0; } .tabs-header-right { float: right; border-width: 1px 1px 1px 0; padding: 0; } .tabs-header-left .tabs-wrap, .tabs-header-right .tabs-wrap { height: 100%; } .tabs-header-left .tabs { height: 100%; padding: 4px 0 0 4px; border-width: 0 1px 0 0; } .tabs-header-right .tabs { height: 100%; padding: 4px 4px 0 0; border-width: 0 0 0 1px; } .tabs-header-left .tabs li, .tabs-header-right .tabs li { display: block; width: 100%; position: relative; } .tabs-header-left .tabs li { left: auto; right: 0; margin: 0 -1px 4px 0; float: right; } .tabs-header-right .tabs li { left: 0; right: auto; margin: 0 0 4px -1px; float: left; } .tabs-header-left .tabs li a.tabs-inner { display: block; text-align: left; -moz-border-radius: 0px 0 0 0px; -webkit-border-radius: 0px 0 0 0px; border-radius: 0px 0 0 0px; } .tabs-header-right .tabs li a.tabs-inner { display: block; text-align: left; -moz-border-radius: 0 0px 0px 0; -webkit-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0; } .tabs-panels-right { float: right; border-width: 1px 1px 1px 0; } .tabs-panels-left { float: left; border-width: 1px 0 1px 1px; } .tabs-header-noborder, .tabs-panels-noborder { border: 0px; } .tabs-header-plain { border: 0px; background: transparent; } .tabs-scroller-left { background: #ffffff url('images/tabs_icons.png') no-repeat 1px center; } .tabs-scroller-right { background: #ffffff url('images/tabs_icons.png') no-repeat -15px center; } .tabs li a.tabs-close { background: url('images/tabs_icons.png') no-repeat -34px center; } .tabs li a.tabs-inner:hover { background: #E6E6E6; color: #444; filter: none; } .tabs li.tabs-selected a.tabs-inner { background-color: #fff; color: #777; } .tabs li a.tabs-inner { color: #777; background-color: #ffffff; } .tabs-header, .tabs-tool { background-color: #ffffff; } .tabs-header-plain { background: transparent; } .tabs-header, .tabs-scroller-left, .tabs-scroller-right, .tabs-tool, .tabs, .tabs-panels, .tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner, .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner, .tabs-header-left .tabs li.tabs-selected a.tabs-inner, .tabs-header-right .tabs li.tabs-selected a.tabs-inner { border-color: #ddd; } .tabs-p-tool a:hover, .tabs li a:hover.tabs-close, .tabs-scroller-over { background-color: #E6E6E6; } .tabs li.tabs-selected a.tabs-inner { border-bottom: 1px solid #fff; } .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner { border-top: 1px solid #fff; } .tabs-header-left .tabs li.tabs-selected a.tabs-inner { border-right: 1px solid #fff; } .tabs-header-right .tabs li.tabs-selected a.tabs-inner { border-left: 1px solid #fff; }
search/typedefs_5.html
utilForever/CubbyFlow
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.13"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="typedefs_5.js"></script> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div id="SRResults"></div> <script type="text/javascript"><!-- createResults(); --></script> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/package.html
axDev-JDK/jaxws
<!-- Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 only, as published by the Free Software Foundation. Oracle designates this particular file as subject to the "Classpath" exception as provided by Oracle in the LICENSE file that accompanied this code. This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details (a copy is included in the LICENSE file that accompanied this code). You should have received a copy of the GNU General Public License version 2 along with this work; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA or visit www.oracle.com if you need additional information or have any questions. --> <html> <body> Implementation of the com.sun.xml.internal.bind.j2s.model package. </body> </html>
web/styles/yaml/print/print_103_draft.css
thisismeonmounteverest/rox
@charset "UTF-8"; /** * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework * * (en) print stylesheet * (de) Druck-Stylesheet * * @copyright Copyright 2005-2009, Dirk Jesse * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/), * YAML-C (http://www.yaml.de/en/license/license-conditions.html) * @link http://www.yaml.de * @package yaml * @version 3.1 * @revision $Revision: 343 $ * @lastmodified $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $ */ /* import print base styles | Basisformatierung für Drucklayout einbinden */ @import url(../core/print_base.css); @media print { /** * @section column selection * (en) individually switch on/off any content column for printing * (de) (De)aktivierung der Contentspalten für den Ausdruck * * @see http://www.yaml.de/en/documentation/css-components/layout-for-print-media.html */ #col1, #col1_content {float:none; width: 100%; margin: 0; padding: 0; border: 0; } #col2 { display:none; } #col3, #col3_content { width: 100%; margin:0; padding: 0; border:0; } /* Optional Column Labels | Optionale Spaltenauszeichnung #col1_content:before { content:" [ left | middle | right column ]"; } #col3_content:before { content:" [ left | middle | right column ]"; } */ /*------------------------------------------------------------------------------------------------------*/ /* (en) optional output of acronyms and abbreviations*/ /* (de) optionale Ausgabe von Auszeichnung von Abkürzungen */ /* abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; } */ /*------------------------------------------------------------------------------------------------------*/ /* (en) optional URL output of hyperlinks in print layout */ /* (de) optionale Ausgabe der URLs von Hyperlinks */ /* a[href]:after { content:" <URL: "attr(href)">"; color:#444; background:inherit; font-style:italic; } */ }
chromium/src/chrome/browser/resources/chromeos/login/screen_container.css
espadrine/opera
/* Copyright 2013 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #outer-container { -webkit-box-align: center; -webkit-box-pack: center; -webkit-perspective: 600px; bottom: 48px; /* Leave space for the header bar */ display: -webkit-box; left: 0; position: absolute; right: 0; top: 0; } #inner-container { border-radius: 2px; padding: 0; position: relative; } #inner-container.animation { overflow: hidden; } /* Screens that have a border and background. */ #oobe.autolaunch #inner-container, #oobe.connect #inner-container, #oobe.enrollment #inner-container, #oobe.eula #inner-container, #oobe.gaia-signin #inner-container, #oobe.kiosk-enable #inner-container, #oobe.oauth-enrollment #inner-container, #oobe.reset #inner-container, #oobe.update #inner-container, #oobe.user-image #inner-container, #oobe.managed-user-creation-dialog #inner-container, #oobe.managed-user-creation #inner-container, #oobe.password-changed #inner-container, #oobe.terms-of-service #inner-container, #oobe.wrong-hwid #inner-container { background: -webkit-linear-gradient(rgba(255,255,255,0.99), rgba(255,255,255,0.95)); box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15); } #oobe.error-message #inner-container, #oobe.tpm-error-message #inner-container { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15); } /* Only play this animation when 'down' class is removed. */ .oobe-display #inner-container:not(.down) { -webkit-transition: -webkit-transform 200ms ease-in-out; } .oobe-display #inner-container.down { -webkit-transform: translateY(50px) rotateX(-2.5deg); } #step-logo { -webkit-margin-start: 17px; display: -webkit-box; position: absolute; top: 15px; } #progress-dots { -webkit-box-pack: center; -webkit-margin-before: 15px; display: -webkit-box; } /* Hidden for the duration of initial transition. */ .oobe-display #progress-dots.down { visibility: hidden; } .progdot { -webkit-margin-end: 12px; background: white; height: 10px; opacity: 0.4; width: 10px; } .progdot-active { opacity: 0.5; } #account-picker-dot, #autolaunch-dot, #enrollment-dot, #kiosk-enable-dot, #oauth-enrollment-dot, #reset-dot, #error-message-dot, #tpm-error-message-dot, #password-changed-dot, #managed-user-creation-dot, #managed-user-creation-dialog-dot, #terms-of-service-dot, #wrong-hwid-dot { display: none; } #oobe.connect #connect-dot, #oobe.enrollment #gaia-signin-dot, #oobe.enrollment #signin-dot, #oobe.eula #eula-dot, #oobe.gaia-signin #gaia-signin-dot, #oobe.oauth-enrollment #gaia-signin-dot, #oobe.oauth-enrollment #signin-dot, #oobe.signin #signin-dot, #oobe.update #update-dot, #oobe.user-image #user-image-dot { opacity: 1; } body.login-display #inner-container { height: 262px; padding: 0; width: 1100px; } body.login-display #progress-dots { display: none; } html[build=chrome] #header-sections { -webkit-margin-start: -48px; } html[build=chromium] #header-sections { -webkit-margin-start: 5px; } .header-section { color: rgb(119, 120, 123); /* Should matching text color of the logo. */ display: none; font-size: 23px; line-height: 31px; text-transform: lowercase; width: 20em; } .header-section::before { /* Divider in header between product name and title, * like "[Product name] > [step header]". */ content: '\00A0\203A\00A0\00A0'; }
third_party/blink/web_tests/external/wpt/html/semantics/forms/the-button-element/button-labels.html
scheib/chromium
<!DOCTYPE HTML> <html> <head> <title>Forms</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> </head> <body> <p> <h3>button_labels</h3> </p> <hr> <div id="log"></div> <form method="post" enctype="application/x-www-form-urlencoded" action="" id="input_form"> <p><label>Full name:<label>(name)<button id='button_id1'>button1</button><small>Format: First Last</small></label></label></p> <p><label>Age: <button id='button_id2'>button2</button></label></p> </form> <script> test(function() { var button1 = document.getElementById("button_id1"); var button2 = document.getElementById("button_id2"); assert_true(button1.labels instanceof NodeList, "button1.labels is NodeList"); assert_equals(button1.labels.length, 2, "button1.labels.length"); assert_true(button2.labels instanceof NodeList, "button2.labels is NodeList"); assert_equals(button2.labels.length, 1, "button2.labels.length"); }); </script> </body> </html>
python/edu/resources/tips/GoToAction.html
MichaelNedzelsky/intellij-community
<html> <head> <link rel="stylesheet" type="text/css" href="../../../python/resources/tips/css/tips.css"> </head> <body> <p>To quickly find a menu command or toolbar action, you do not need to look through the menus. Just press <span class="shortcut">&shortcut:GotoAction;</span> (<span class="control">Help | Find Action</span> on the main menu) and start typing the name of the action. Choose the desired action from the suggestion list.</p> </body> </html>