path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
testing/osx/embossed.css
bwinton/svg-magic
.embossed .icon-toolbar { fill: rebeccapurple; }
gleam/gl/constant.NEAREST.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `NEAREST` constant in crate `gleam`."> <meta name="keywords" content="rust, rustlang, rust-lang, NEAREST"> <title>gleam::gl::NEAREST - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>gleam</a>::<wbr><a href='index.html'>gl</a></p><script>window.sidebarCurrent = {name: 'NEAREST', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>gleam</a>::<wbr><a href='index.html'>gl</a>::<wbr><a class='constant' href=''>NEAREST</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-917' class='srclink' href='../../src/gleam/home/servo/buildbot/slave/doc/build/target/debug/build/gleam-8cc6d4d4d5b87928/out/gl_bindings.rs.html#357' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const NEAREST: <a class='type' href='../../gleam/gl/types/type.GLenum.html' title='gleam::gl::types::GLenum'>GLenum</a><code> = </code><code>9728</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "gleam"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
tests/wpt/web-platform-tests/upgrade-insecure-requests/gen/srcdoc-inherit.meta/upgrade/fetch/cross-https.downgrade.https.html
UK992/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec upgrade-insecure-requests/` --> <html> <head> <title>Upgrade-Insecure-Requests: With upgrade-insecure-request</title> <meta charset='utf-8'> <meta name="description" content="With upgrade-insecure-request"> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="https://w3c.github.io/webappsec-upgrade-insecure-requests/"> <meta name="assert" content="Upgrade-Insecure-Requests: Expects allowed for fetch to cross-https origin and downgrade redirection from https context."> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/security-features/resources/common.sub.js"></script> <script src="../../../../generic/test-case.sub.js"></script> </head> <body> <script> TestCase( { "expectation": "allowed", "origin": "cross-https", "redirection": "downgrade", "source_context_list": [ { "policyDeliveries": [], "sourceContextType": "srcdoc" } ], "source_scheme": "https", "subresource": "fetch", "subresource_policy_deliveries": [] }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
tests/wpt/web-platform-tests/referrer-policy/gen/srcdoc.meta/unsafe-url/fetch/same-https.keep-origin.http.html
UK992/servo
<!DOCTYPE html> <!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec referrer-policy/` --> <html> <head> <title>Referrer-Policy: Referrer Policy is set to 'unsafe-url'</title> <meta charset='utf-8'> <meta name="description" content="Check that all sub-resources get the stripped referrer URL."> <link rel="author" title="Kristijan Burnik" href="burnik@chromium.org"> <link rel="help" href="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-unsafe-url"> <meta name="assert" content="Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context."> <meta name="referrer" content="no-referrer"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/common/security-features/resources/common.sub.js"></script> <script src="../../../../generic/test-case.sub.js"></script> </head> <body> <script> TestCase( { "expectation": "stripped-referrer", "origin": "same-https", "redirection": "keep-origin", "source_context_list": [ { "policyDeliveries": [ { "deliveryType": "meta", "key": "referrerPolicy", "value": "unsafe-url" } ], "sourceContextType": "srcdoc" } ], "source_scheme": "http", "subresource": "fetch", "subresource_policy_deliveries": [] }, document.querySelector("meta[name=assert]").content, new SanityChecker() ).start(); </script> <div id="log"></div> </body> </html>
azure/azure/fn.AzDrawTargetPopClip.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `AzDrawTargetPopClip` fn in crate `azure`."> <meta name="keywords" content="rust, rustlang, rust-lang, AzDrawTargetPopClip"> <title>azure::azure::AzDrawTargetPopClip - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>azure</a>::<wbr><a href='index.html'>azure</a></p><script>window.sidebarCurrent = {name: 'AzDrawTargetPopClip', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>azure</a>::<wbr><a href='index.html'>azure</a>::<wbr><a class='fn' href=''>AzDrawTargetPopClip</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-2376' class='srclink' href='../../src/azure/azure.rs.html#502' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe extern fn AzDrawTargetPopClip(aDrawTarget: <a class='type' href='../../azure/azure/type.AzDrawTargetRef.html' title='azure::azure::AzDrawTargetRef'>AzDrawTargetRef</a>)</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "azure"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
libc/unix/linux/constant.FLUSHO.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `FLUSHO` constant in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, FLUSHO"> <title>libc::unix::linux::FLUSHO - Rust</title> <link rel="stylesheet" type="text/css" href="../../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>unix</a>::<wbr><a href='index.html'>linux</a></p><script>window.sidebarCurrent = {name: 'FLUSHO', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../../index.html'>libc</a>::<wbr><a href='../index.html'>unix</a>::<wbr><a href='index.html'>linux</a>::<wbr><a class='constant' href=''>FLUSHO</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-3033' class='srclink' href='../../../src/libc/unix/notbsd/linux/other/mod.rs.html#382' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const FLUSHO: <a class='type' href='../../../libc/unix/notbsd/type.tcflag_t.html' title='libc::unix::notbsd::tcflag_t'>tcflag_t</a><code> = </code><code>4096</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../../"; window.currentCrate = "libc"; window.playgroundUrl = ""; </script> <script src="../../../jquery.js"></script> <script src="../../../main.js"></script> <script defer src="../../../search-index.js"></script> </body> </html>
x11/xrender/fn.XRenderFreeGlyphSet.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `XRenderFreeGlyphSet` fn in crate `x11`."> <meta name="keywords" content="rust, rustlang, rust-lang, XRenderFreeGlyphSet"> <title>x11::xrender::XRenderFreeGlyphSet - Rust</title> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xrender</a></p><script>window.sidebarCurrent = {name: 'XRenderFreeGlyphSet', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xrender</a>::<wbr><a class='fn' href=''>XRenderFreeGlyphSet</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-16739' class='srclink' href='../../src/x11/link.rs.html#14' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub unsafe extern fn XRenderFreeGlyphSet(_2: <a class='primitive' href='../../std/primitive.pointer.html'>*mut </a><a class='type' href='../../x11/xlib/type.Display.html' title='x11::xlib::Display'>Display</a>, _1: <a class='type' href='../../std/os/raw/type.c_ulong.html' title='std::os::raw::c_ulong'>c_ulong</a>)</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "x11"; window.playgroundUrl = ""; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
libc/unix/other/b64/constant.PTRACE_GETREGS.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `PTRACE_GETREGS` constant in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, PTRACE_GETREGS"> <title>libc::unix::other::b64::PTRACE_GETREGS - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../../../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../../../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>unix</a>::<wbr><a href='../index.html'>other</a>::<wbr><a href='index.html'>b64</a></p><script>window.sidebarCurrent = {name: 'PTRACE_GETREGS', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>unix</a>::<wbr><a href='../index.html'>other</a>::<wbr><a href='index.html'>b64</a>::<wbr><a class='constant' href=''>PTRACE_GETREGS</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-3341' class='srclink' href='../../../../src/libc/unix/notbsd/linux/other/b64/x86_64.rs.html#122' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const PTRACE_GETREGS: <a class='type' href='../../../../libc/type.c_uint.html' title='libc::c_uint'>c_uint</a><code> = </code><code>12</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../../../"; window.currentCrate = "libc"; window.playgroundUrl = ""; </script> <script src="../../../../jquery.js"></script> <script src="../../../../main.js"></script> <script defer src="../../../../search-index.js"></script> </body> </html>
gif/enum.Block.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `Block` enum in crate `gif`."> <meta name="keywords" content="rust, rustlang, rust-lang, Block"> <title>gif::Block - Rust</title> <link rel="stylesheet" type="text/css" href="../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='index.html'>gif</a></p><script>window.sidebarCurrent = {name: 'Block', ty: 'enum', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content enum"> <h1 class='fqn'><span class='in-band'>Enum <a href='index.html'>gif</a>::<wbr><a class='enum' href=''>Block</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-88' class='srclink' href='../src/gif/common.rs.html#35-42' title='goto source code'>[src]</a></span></h1> <pre class='rust enum'>pub enum Block { Image, Extension, Trailer, }</pre><div class='docblock'><p>Known GIF block types</p> </div><h2 class='variants'>Variants</h2> <span id='variant.Image' class='variant'><code>Image</code></span><div class='docblock'><p>Image block.</p> </div><span id='variant.Extension' class='variant'><code>Extension</code></span><div class='docblock'><p>Extension block.</p> </div><span id='variant.Trailer' class='variant'><code>Trailer</code></span><div class='docblock'><p>Image trailer.</p> </div><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class='enum' href='../gif/enum.Block.html' title='gif::Block'>Block</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-95' class='srclink' href='../src/gif/common.rs.html#44-54' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.from_u8' class='method'><code>fn <a href='#method.from_u8' class='fnname'>from_u8</a>(n: <a class='primitive' href='../std/primitive.u8.html'>u8</a>) -&gt; <a class='enum' href='../core/option/enum.Option.html' title='core::option::Option'>Option</a>&lt;<a class='enum' href='../gif/enum.Block.html' title='gif::Block'>Block</a>&gt;</code></h4> <div class='docblock'><p>Converts <code>u8</code> to <code>Option&lt;Self&gt;</code></p> </div></div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='enum' href='../gif/enum.Block.html' title='gif::Block'>Block</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-77' class='srclink' href='../src/gif/common.rs.html#33' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.clone' class='method'><code>fn <a href='../core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&amp;self) -&gt; <a class='enum' href='../gif/enum.Block.html' title='gif::Block'>Block</a></code></h4> <div class='docblock'><p>Returns a copy of the value. <a href="../core/clone/trait.Clone.html#tymethod.clone">Read more</a></p> </div><h4 id='method.clone_from' class='method'><code>fn <a href='../core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&amp;mut self, source: &amp;Self)</code><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div></h4> <div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="../core/clone/trait.Clone.html#method.clone_from">Read more</a></p> </div></div><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../core/marker/trait.Copy.html' title='core::marker::Copy'>Copy</a> for <a class='enum' href='../gif/enum.Block.html' title='gif::Block'>Block</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-80' class='srclink' href='../src/gif/common.rs.html#33' title='goto source code'>[src]</a></span></h3> <div class='impl-items'></div><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../core/fmt/trait.Debug.html' title='core::fmt::Debug'>Debug</a> for <a class='enum' href='../gif/enum.Block.html' title='gif::Block'>Block</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-81' class='srclink' href='../src/gif/common.rs.html#33' title='goto source code'>[src]</a></span></h3> <div class='impl-items'><h4 id='method.fmt' class='method'><code>fn <a href='../core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&amp;self, __arg_0: &amp;mut <a class='struct' href='../core/fmt/struct.Formatter.html' title='core::fmt::Formatter'>Formatter</a>) -&gt; <a class='type' href='../core/fmt/type.Result.html' title='core::fmt::Result'>Result</a></code></h4> <div class='docblock'><p>Formats the value using the given formatter.</p> </div></div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "gif"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
servo/script/dom/bindings/codegen/Bindings/DOMPointReadOnlyBinding/trait.DOMPointReadOnlyMethods.html
susaing/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `DOMPointReadOnlyMethods` trait in crate `servo`."> <meta name="keywords" content="rust, rustlang, rust-lang, DOMPointReadOnlyMethods"> <title>servo::script::dom::bindings::codegen::Bindings::DOMPointReadOnlyBinding::DOMPointReadOnlyMethods - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <section class="sidebar"> <p class='location'><a href='../../../../../../index.html'>servo</a>::<wbr><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>DOMPointReadOnlyBinding</a></p><script>window.sidebarCurrent = {name: 'DOMPointReadOnlyMethods', ty: 'trait', relpath: ''};</script><script defer src="sidebar-items.js"></script> </section> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content trait"> <h1 class='fqn'><span class='in-band'>Trait <a href='../../../../../../index.html'>servo</a>::<wbr><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>DOMPointReadOnlyBinding</a>::<wbr><a class='trait' href=''>DOMPointReadOnlyMethods</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-153475' class='srclink' href='../../../../../../../export/script/dom/bindings/codegen/Bindings/DOMPointReadOnlyBinding/trait.DOMPointReadOnlyMethods.html?gotosrc=153475' title='goto source code'>[src]</a></span></h1> <pre class='rust trait'>pub trait DOMPointReadOnlyMethods { fn <a href='#tymethod.X' class='fnname'>X</a>(&amp;self) -&gt; <a href='../../../../../../../std/primitive.f64.html'>f64</a>; fn <a href='#tymethod.Y' class='fnname'>Y</a>(&amp;self) -&gt; <a href='../../../../../../../std/primitive.f64.html'>f64</a>; fn <a href='#tymethod.Z' class='fnname'>Z</a>(&amp;self) -&gt; <a href='../../../../../../../std/primitive.f64.html'>f64</a>; fn <a href='#tymethod.W' class='fnname'>W</a>(&amp;self) -&gt; <a href='../../../../../../../std/primitive.f64.html'>f64</a>; }</pre> <h2 id='required-methods'>Required Methods</h2> <div class='methods'> <h3 id='tymethod.X' class='method stab '><code>fn <a href='#tymethod.X' class='fnname'>X</a>(&amp;self) -&gt; <a href='../../../../../../../std/primitive.f64.html'>f64</a></code></h3><h3 id='tymethod.Y' class='method stab '><code>fn <a href='#tymethod.Y' class='fnname'>Y</a>(&amp;self) -&gt; <a href='../../../../../../../std/primitive.f64.html'>f64</a></code></h3><h3 id='tymethod.Z' class='method stab '><code>fn <a href='#tymethod.Z' class='fnname'>Z</a>(&amp;self) -&gt; <a href='../../../../../../../std/primitive.f64.html'>f64</a></code></h3><h3 id='tymethod.W' class='method stab '><code>fn <a href='#tymethod.W' class='fnname'>W</a>(&amp;self) -&gt; <a href='../../../../../../../std/primitive.f64.html'>f64</a></code></h3></div> <h2 id='implementors'>Implementors</h2> <ul class='item-list' id='implementors-list'> <li><code>impl <a class='trait' href='../../../../../../../servo/script/dom/bindings/codegen/Bindings/DOMPointReadOnlyBinding/trait.DOMPointReadOnlyMethods.html' title='servo::script::dom::bindings::codegen::Bindings::DOMPointReadOnlyBinding::DOMPointReadOnlyMethods'>DOMPointReadOnlyMethods</a> for <a class='struct' href='../../../../../../../servo/script/dom/dompointreadonly/struct.DOMPointReadOnly.html' title='servo::script::dom::dompointreadonly::DOMPointReadOnly'>DOMPointReadOnly</a></code></li> </ul><script type="text/javascript" async src="../../../../../../../implementors/export/script/dom/bindings/codegen/Bindings/DOMPointReadOnlyBinding/trait.DOMPointReadOnlyMethods.js"> </script></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <div id="help" class="hidden"> <div> <div class="shortcuts"> <h1>Keyboard Shortcuts</h1> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> </dl> </div> <div class="infos"> <h1>Search Tricks</h1> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code>) </p> </div> </div> </div> <script> window.rootPath = "../../../../../../../"; window.currentCrate = "servo"; window.playgroundUrl = ""; </script> <script src="../../../../../../../jquery.js"></script> <script src="../../../../../../../main.js"></script> <script async src="../../../../../../../search-index.js"></script> </body> </html>
script/dom/bindings/codegen/Bindings/CSSStyleDeclarationBinding/constant.right_setterinfo.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `right_setterinfo` constant in crate `script`."> <meta name="keywords" content="rust, rustlang, rust-lang, right_setterinfo"> <title>script::dom::bindings::codegen::Bindings::CSSStyleDeclarationBinding::right_setterinfo - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>CSSStyleDeclarationBinding</a></p><script>window.sidebarCurrent = {name: 'right_setterinfo', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='../../../../../index.html'>script</a>::<wbr><a href='../../../../index.html'>dom</a>::<wbr><a href='../../../index.html'>bindings</a>::<wbr><a href='../../index.html'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>CSSStyleDeclarationBinding</a>::<wbr><a class='constant' href=''>right_setterinfo</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-15002' class='srclink' href='../../../../../../src/script/home/servo/buildbot/slave/doc/build/target/debug/build/script-4d3bb93218cab884/out/Bindings/CSSStyleDeclarationBinding.rs.html#17830-17847' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>const right_setterinfo: <a class='struct' href='../../../../../../js/jsapi/struct.JSJitInfo.html' title='js::jsapi::JSJitInfo'>JSJitInfo</a><code> = </code><code>JSJitInfo{call: set_right as *const os::raw::c_void, protoID: PrototypeList::ID::CSSStyleDeclaration as u16, depth: 0, _bitfield_1: JSJitInfo::new_bitfield_1(JSJitInfo_OpType::Setter as u8, JSJitInfo_AliasSet::AliasEverything as u8, JSValueType::JSVAL_TYPE_UNDEFINED as u8, false, false, false, false, false, false, 0 as u16),}</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../../../../../"; window.currentCrate = "script"; window.playgroundUrl = ""; </script> <script src="../../../../../../jquery.js"></script> <script src="../../../../../../main.js"></script> <script defer src="../../../../../../search-index.js"></script> </body> </html>
libc/constant.LOG_LOCAL7.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `LOG_LOCAL7` constant in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, LOG_LOCAL7"> <title>libc::LOG_LOCAL7 - Rust</title> <link rel="stylesheet" type="text/css" href="../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'LOG_LOCAL7', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='index.html'>libc</a>::<wbr><a class='constant' href=''>LOG_LOCAL7</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-424' class='srclink' href='../src/libc/unix/mod.rs.html#173' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const LOG_LOCAL7: <a class='type' href='../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>23 &lt;&lt; 3</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "libc"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
script/dom/bindings/conversions/fn.jsid_to_str.html
servo/doc.servo.org
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `jsid_to_str` fn in crate `script`."> <meta name="keywords" content="rust, rustlang, rust-lang, jsid_to_str"> <title>script::dom::bindings::conversions::jsid_to_str - Rust</title> <link rel="stylesheet" type="text/css" href="../../../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../../../main.css"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../../../index.html'>script</a>::<wbr><a href='../../index.html'>dom</a>::<wbr><a href='../index.html'>bindings</a>::<wbr><a href='index.html'>conversions</a></p><script>window.sidebarCurrent = {name: 'jsid_to_str', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content fn"> <h1 class='fqn'><span class='in-band'>Function <a href='../../../index.html'>script</a>::<wbr><a href='../../index.html'>dom</a>::<wbr><a href='../index.html'>bindings</a>::<wbr><a href='index.html'>conversions</a>::<wbr><a class='fn' href=''>jsid_to_str</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-1579' class='srclink' href='../../../../src/script/dom/bindings/conversions.rs.html#113-118' title='goto source code'>[src]</a></span></h1> <pre class='rust fn'>pub fn jsid_to_str(cx: <a class='primitive' href='../../../../std/primitive.pointer.html'>*mut </a><a class='enum' href='../../../../js/jsapi/enum.JSContext.html' title='js::jsapi::JSContext'>JSContext</a>, id: <a class='type' href='../../../../js/jsapi/type.HandleId.html' title='js::jsapi::HandleId'>HandleId</a>) -&gt; <a class='struct' href='../../../../script/dom/bindings/str/struct.DOMString.html' title='script::dom::bindings::str::DOMString'>DOMString</a></pre><div class='docblock'><p>Convert the given <code>jsid</code> to a <code>DOMString</code>. Fails if the <code>jsid</code> is not a string, or if the string does not contain valid UTF-16.</p> </div></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../../../"; window.currentCrate = "script"; window.playgroundUrl = ""; </script> <script src="../../../../jquery.js"></script> <script src="../../../../main.js"></script> <script defer src="../../../../search-index.js"></script> </body> </html>
ceaWeb/indices/a00222.html
jacintodavila/catalogoelectronicoautonomo
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/transitional.dtd"> <html><head> <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="estilos.css" /> <title> Indice de Crisafulli Trimarchi, Francisco Antonio, como autor(a) en EDUCERE</title> </head><body> <div id="container"> <div id="pageHeader"> </div> <div id="pageContehome"> <center><big><a href="../index.html">Indices EDUCERE</a><br></big></center> <entry> <number> 222 </number> <results> <authors> "Crisafulli Trimarchi, Francisco Antonio" </authors> <results> <div></div> <h2 align="center">La frase: Crisafulli Trimarchi, Francisco Antonio</h2> <h3 align="center">Produjo 1 resultados</h3> <table align="center" border="1" width="100%"> <tr><th>Relevancia</th><th>Archivo (URL implicito)</th><th>Tama�o (en Bytes)</th></tr> <tr><td>1000</td><td><a href=".%2fpdfs%2fv17n58%2fpdf%2fart11.pdf">art11.pdf</a></td><td><em>748033</em></td></tr> </table> </results> </entry> </div> <div id="footer"><p>EDUCERE. La Revista Venezolana de Educación Escuela de Educación. <br/> Facultad de Humanidades y Educación Universidad de Los Andes,<br/> Mérida - Venezuela<br/> <br/> <br/> </p> </div> </div> </body> </html>
blog/di-shi-yi-zhou.html
40423247/2016fallcadp_hw
<!DOCTYPE html> <html lang="en" > <head> <title>第十一週 - 40423247 課程網誌 (虎尾科大MDE)</title> <!-- Using the latest rendering mode for IE --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style type="text/css"> /*some stuff for output/input prompts*/ div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}div.cell.selected{border-radius:4px;border:thin #ababab solid} div.cell.edit_mode{border-radius:4px;border:thin #008000 solid} div.cell{width:100%;padding:5px 5px 5px 0;margin:0;outline:none} div.prompt{min-width:11ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em} @media (max-width:480px){div.prompt{text-align:left}}div.inner_cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;line-height:1.21429em} div.prompt:empty{padding-top:0;padding-bottom:0} div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;} div.inner_cell{width:90%;} div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} div.input_prompt{color:navy;border-top:1px solid transparent;} div.output_wrapper{margin-top:5px;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;} div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);-moz-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);} div.output_collapsed{margin:0px;padding:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;} div.out_prompt_overlay{height:100%;padding:0px 0.4em;position:absolute;border-radius:4px;} div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000000;-moz-box-shadow:inset 0 0 1px #000000;box-shadow:inset 0 0 1px #000000;background:rgba(240, 240, 240, 0.5);} div.output_prompt{color:darkred;} a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;} h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible;} /* end stuff for output/input prompts*/ .highlight-ipynb .hll { background-color: #ffffcc } .highlight-ipynb { background: #f8f8f8; } .highlight-ipynb .c { color: #408080; font-style: italic } /* Comment */ .highlight-ipynb .err { border: 1px solid #FF0000 } /* Error */ .highlight-ipynb .k { color: #008000; font-weight: bold } /* Keyword */ .highlight-ipynb .o { color: #666666 } /* Operator */ .highlight-ipynb .cm { color: #408080; font-style: italic } /* Comment.Multiline */ .highlight-ipynb .cp { color: #BC7A00 } /* Comment.Preproc */ .highlight-ipynb .c1 { color: #408080; font-style: italic } /* Comment.Single */ .highlight-ipynb .cs { color: #408080; font-style: italic } /* Comment.Special */ .highlight-ipynb .gd { color: #A00000 } /* Generic.Deleted */ .highlight-ipynb .ge { font-style: italic } /* Generic.Emph */ .highlight-ipynb .gr { color: #FF0000 } /* Generic.Error */ .highlight-ipynb .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight-ipynb .gi { color: #00A000 } /* Generic.Inserted */ .highlight-ipynb .go { color: #888888 } /* Generic.Output */ .highlight-ipynb .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ .highlight-ipynb .gs { font-weight: bold } /* Generic.Strong */ .highlight-ipynb .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight-ipynb .gt { color: #0044DD } /* Generic.Traceback */ .highlight-ipynb .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ .highlight-ipynb .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ .highlight-ipynb .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ .highlight-ipynb .kp { color: #008000 } /* Keyword.Pseudo */ .highlight-ipynb .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ .highlight-ipynb .kt { color: #B00040 } /* Keyword.Type */ .highlight-ipynb .m { color: #666666 } /* Literal.Number */ .highlight-ipynb .s { color: #BA2121 } /* Literal.String */ .highlight-ipynb .na { color: #7D9029 } /* Name.Attribute */ .highlight-ipynb .nb { color: #008000 } /* Name.Builtin */ .highlight-ipynb .nc { color: #0000FF; font-weight: bold } /* Name.Class */ .highlight-ipynb .no { color: #880000 } /* Name.Constant */ .highlight-ipynb .nd { color: #AA22FF } /* Name.Decorator */ .highlight-ipynb .ni { color: #999999; font-weight: bold } /* Name.Entity */ .highlight-ipynb .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ .highlight-ipynb .nf { color: #0000FF } /* Name.Function */ .highlight-ipynb .nl { color: #A0A000 } /* Name.Label */ .highlight-ipynb .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ .highlight-ipynb .nt { color: #008000; font-weight: bold } /* Name.Tag */ .highlight-ipynb .nv { color: #19177C } /* Name.Variable */ .highlight-ipynb .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ .highlight-ipynb .w { color: #bbbbbb } /* Text.Whitespace */ .highlight-ipynb .mf { color: #666666 } /* Literal.Number.Float */ .highlight-ipynb .mh { color: #666666 } /* Literal.Number.Hex */ .highlight-ipynb .mi { color: #666666 } /* Literal.Number.Integer */ .highlight-ipynb .mo { color: #666666 } /* Literal.Number.Oct */ .highlight-ipynb .sb { color: #BA2121 } /* Literal.String.Backtick */ .highlight-ipynb .sc { color: #BA2121 } /* Literal.String.Char */ .highlight-ipynb .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ .highlight-ipynb .s2 { color: #BA2121 } /* Literal.String.Double */ .highlight-ipynb .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ .highlight-ipynb .sh { color: #BA2121 } /* Literal.String.Heredoc */ .highlight-ipynb .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ .highlight-ipynb .sx { color: #008000 } /* Literal.String.Other */ .highlight-ipynb .sr { color: #BB6688 } /* Literal.String.Regex */ .highlight-ipynb .s1 { color: #BA2121 } /* Literal.String.Single */ .highlight-ipynb .ss { color: #19177C } /* Literal.String.Symbol */ .highlight-ipynb .bp { color: #008000 } /* Name.Builtin.Pseudo */ .highlight-ipynb .vc { color: #19177C } /* Name.Variable.Class */ .highlight-ipynb .vg { color: #19177C } /* Name.Variable.Global */ .highlight-ipynb .vi { color: #19177C } /* Name.Variable.Instance */ .highlight-ipynb .il { color: #666666 } /* Literal.Number.Integer.Long */ </style> <style type="text/css"> /* Overrides of notebook CSS for static HTML export */ div.entry-content { overflow: visible; padding: 8px; } .input_area { padding: 0.2em; } a.heading-anchor { white-space: normal; } .rendered_html code { font-size: .8em; } pre.ipynb { color: black; background: #f7f7f7; border: none; box-shadow: none; margin-bottom: 0; padding: 0; margin: 0px; font-size: 13px; } /* remove the prompt div from text cells */ div.text_cell .prompt { display: none; } /* remove horizontal padding from text cells, */ /* so it aligns with outer body text */ div.text_cell_render { padding: 0.5em 0em; } img.anim_icon{padding:0; border:0; vertical-align:middle; -webkit-box-shadow:none; -box-shadow:none} </style> <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script> <script type="text/javascript"> init_mathjax = function() { if (window.MathJax) { // MathJax loaded MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] }, displayAlign: 'left', // Change this to 'center' to center equations. "HTML-CSS": { styles: {'.MathJax_Display': {"margin": 0}} } }); MathJax.Hub.Queue(["Typeset",MathJax.Hub]); } } init_mathjax(); </script> <link rel="canonical" href="./di-shi-yi-zhou.html"> <meta name="author" content="40423247" /> <meta name="keywords" content="虎尾科技大學36週年校慶" /> <meta name="description" content="校慶" /> <meta property="og:site_name" content="40423247 課程網誌 (虎尾科大MDE)" /> <meta property="og:type" content="article"/> <meta property="og:title" content="第十一週"/> <meta property="og:url" content="./di-shi-yi-zhou.html"/> <meta property="og:description" content="校慶"/> <meta property="article:published_time" content="2016-11-25" /> <meta property="article:section" content="Misc" /> <meta property="article:tag" content="虎尾科技大學36週年校慶" /> <meta property="article:author" content="40423247" /> <!-- Bootstrap --> <link rel="stylesheet" href="./theme/css/bootstrap.united.min.css" type="text/css"/> <link href="./theme/css/font-awesome.min.css" rel="stylesheet"> <link href="./theme/css/pygments/monokai.css" rel="stylesheet"> <link href="./theme/tipuesearch/tipuesearch.css" rel="stylesheet"> <link rel="stylesheet" href="./theme/css/style.css" type="text/css"/> <link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="40423247 課程網誌 (虎尾科大MDE) ATOM Feed"/> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shCore.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJScript.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJava.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPython.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushSql.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushXml.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPhp.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCpp.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCss.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCSharp.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushBash.js"></script> <script type='text/javascript'> (function(){ var corecss = document.createElement('link'); var themecss = document.createElement('link'); var corecssurl = "http://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shCore.css"; if ( corecss.setAttribute ) { corecss.setAttribute( "rel", "stylesheet" ); corecss.setAttribute( "type", "text/css" ); corecss.setAttribute( "href", corecssurl ); } else { corecss.rel = "stylesheet"; corecss.href = corecssurl; } document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") ); var themecssurl = "http://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shThemeDefault.css?ver=3.0.9b"; if ( themecss.setAttribute ) { themecss.setAttribute( "rel", "stylesheet" ); themecss.setAttribute( "type", "text/css" ); themecss.setAttribute( "href", themecssurl ); } else { themecss.rel = "stylesheet"; themecss.href = themecssurl; } //document.getElementById("syntaxhighlighteranchor").appendChild(themecss); document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") ); })(); SyntaxHighlighter.config.strings.expandSource = '+ expand source'; SyntaxHighlighter.config.strings.help = '?'; SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n'; SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: '; SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: '; SyntaxHighlighter.defaults['pad-line-numbers'] = false; SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); </script> </head> <body> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="./" class="navbar-brand"> 40423247 課程網誌 (虎尾科大MDE) </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li><a href="./pages/about/"> About </a></li> <li class="active"> <a href="./category/misc.html">Misc</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li><span> <form class="navbar-search" action="./search.html"> <input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input" required> </form></span> </li> <li><a href="./archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li> </ul> </div> <!-- /.navbar-collapse --> </div> </div> <!-- /.navbar --> <!-- Banner --> <!-- End Banner --> <div class="container"> <div class="row"> <div class="col-sm-9"> <section id="content"> <article> <header class="page-header"> <h1> <a href="./di-shi-yi-zhou.html" rel="bookmark" title="Permalink to 第十一週"> 第十一週 </a> </h1> </header> <div class="entry-content"> <div class="panel"> <div class="panel-body"> <footer class="post-info"> <span class="label label-default">Date</span> <span class="published"> <i class="fa fa-calendar"></i><time datetime="2016-11-25T22:00:00+08:00"> 週五 25 十一月 2016</time> </span> <span class="label label-default">By</span> <a href="./author/40423247.html"><i class="fa fa-user"></i> 40423247</a> <span class="label label-default">Tags</span> <a href="./tag/hu-wei-ke-ji-da-xue-36zhou-nian-xiao-qing.html">虎尾科技大學36週年校慶</a> </footer><!-- /.post-info --> </div> </div> <p>校慶</p> <p>虎尾科技大學36週年校慶<p> <p>心得<p> 36週年校慶,玩得很開心。 </div> <!-- /.entry-content --> </article> </section> </div> <div class="col-sm-3" id="sidebar"> <aside> <section class="well well-sm"> <ul class="list-group list-group-flush"> <li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4> <ul class="list-group" id="recentposts"> <li class="list-group-item"> <a href="./2016-fallke-cheng-zong-jie.html"> 2016 Fall課程總結 </a> </li> <li class="list-group-item"> <a href="./ying-pian-zong-zheng-li.html"> 影片總整理 </a> </li> <li class="list-group-item"> <a href="./di-shi-qi-zhou.html"> 第十七週 </a> </li> <li class="list-group-item"> <a href="./di-shi-liu-zhou.html"> 第十六週 </a> </li> <li class="list-group-item"> <a href="./di-shi-wu-zhou.html"> 第十五週 </a> </li> </ul> </li> <li class="list-group-item"><a href="./categories.html"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Categories</span></h4></a> <ul class="list-group" id="categories"> <li class="list-group-item"> <a href="./category/misc.html"> <i class="fa fa-folder-open fa-lg"></i> Misc </a> </li> </ul> </li> <li class="list-group-item"><a href="./tags.html"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a> <ul class="list-group list-inline tagcloud" id="tags"> </ul> </li> <li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4> <ul class="list-group" id="links"> <li class="list-group-item"> <a href="http://getpelican.com/" target="_blank"> Pelican </a> </li> <li class="list-group-item"> <a href="https://github.com/DandyDev/pelican-bootstrap3/" target="_blank"> pelican-bootstrap3 </a> </li> <li class="list-group-item"> <a href="https://github.com/getpelican/pelican-plugins" target="_blank"> pelican-plugins </a> </li> <li class="list-group-item"> <a href="https://github.com/Tipue/Tipue-Search" target="_blank"> Tipue search </a> </li> </ul> </li> </ul> </section> </aside> </div> </div> </div> <footer> <div class="container"> <hr> <div class="row"> <div class="col-xs-10">&copy; 2017 KMOL &middot; Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>, <a href="http://docs.getpelican.com/" target="_blank">Pelican</a>, <a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div> <div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div> </div> </div> </footer> <script src="./theme/js/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="./theme/js/bootstrap.min.js"></script> <!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) --> <script src="./theme/js/respond.min.js"></script> </body> </html>
assets/lib/icomoon/style.css
facundoq/vonsim
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?8ri1sb'); src: url('fonts/icomoon.eot?8ri1sb#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?8ri1sb') format('truetype'), url('fonts/icomoon.woff?8ri1sb') format('woff'), url('fonts/icomoon.svg?8ri1sb#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-file-binary:before { content: "\e900"; } .icon-calculator:before { content: "\e940"; }
tools/cayenne-3.1.1/doc/api/org/apache/cayenne/di/class-use/MapBuilder.html
swordlordcodingcrew/gozer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_77) on Fri Apr 29 18:10:11 MSK 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.cayenne.di.MapBuilder (Cayenne Documentation 3.1.1 API)</title> <meta name="date" content="2016-04-29"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.cayenne.di.MapBuilder (Cayenne Documentation 3.1.1 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="interface in org.apache.cayenne.di">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-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?org/apache/cayenne/di/class-use/MapBuilder.html" target="_top">Frames</a></li> <li><a href="MapBuilder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;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 Interface org.apache.cayenne.di.MapBuilder" class="title">Uses of Interface<br>org.apache.cayenne.di.MapBuilder</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="interface in org.apache.cayenne.di">MapBuilder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.cayenne.di">org.apache.cayenne.di</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.cayenne.di"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="interface in org.apache.cayenne.di">MapBuilder</a> in <a href="../../../../../org/apache/cayenne/di/package-summary.html">org.apache.cayenne.di</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../org/apache/cayenne/di/package-summary.html">org.apache.cayenne.di</a> that return <a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="interface in org.apache.cayenne.di">MapBuilder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="interface in org.apache.cayenne.di">MapBuilder</a>&lt;T&gt;</code></td> <td class="colLast"><span class="typeNameLabel">Binder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/di/Binder.html#bindMap-java.lang.String-">bindMap</a></span>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;bindingName)</code> <div class="block">Starts a binding of a java.util.Map<String, ?> distinguished by its binding name.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="interface in org.apache.cayenne.di">MapBuilder</a>&lt;<a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="type parameter in MapBuilder">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">MapBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/di/MapBuilder.html#put-java.lang.String-java.lang.Class-">put</a></span>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="type parameter in MapBuilder">T</a>&gt;&nbsp;interfaceType)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="interface in org.apache.cayenne.di">MapBuilder</a>&lt;<a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="type parameter in MapBuilder">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">MapBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/di/MapBuilder.html#put-java.lang.String-T-">put</a></span>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key, <a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="type parameter in MapBuilder">T</a>&nbsp;value)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="interface in org.apache.cayenne.di">MapBuilder</a>&lt;<a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="type parameter in MapBuilder">T</a>&gt;</code></td> <td class="colLast"><span class="typeNameLabel">MapBuilder.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/di/MapBuilder.html#putAll-java.util.Map-">putAll</a></span>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="type parameter in MapBuilder">T</a>&gt;&nbsp;map)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cayenne/di/MapBuilder.html" title="interface in org.apache.cayenne.di">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-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?org/apache/cayenne/di/class-use/MapBuilder.html" target="_top">Frames</a></li> <li><a href="MapBuilder.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All rights reserved.</small></p> </body> </html>
_source/_attachments/2006-11-28-pearljamjpg.html
creativecommons/www2015
--- layout: attachment title: pearljam.jpg date: 2006-11-28 17:16:10.000000000 -05:00 categories: [] tags: [] status: inherit type: attachment published: false meta: _wp_attached_file: /web/a3/www/wp-content/uploads/2006/11/pearljam.jpg _wp_attachment_metadata: a:4:{s:5:"width";i:180;s:6:"height";i:118;s:14:"hwstring_small";s:23:"height='83' width='128'";s:4:"file";s:51:"/web/a3/www/wp-content/uploads/2006/11/pearljam.jpg";} author: login: alex email: webmaster+alex@creativecommons.org display_name: Alex Roberts first_name: Alex last_name: Roberts ---
_source/_posts/2009-12-17-2010-digital-media-and-learning-competition.html
creativecommons/www2015
--- layout: post title: 2010 Digital Media and Learning Competition date: 2009-12-17 08:38:37.000000000 -05:00 categories: - ccLearn - Weblog tags: - CC BY-NC-SA - competition - digital media - Digital Media and Learning Competition - Educate to Innovate - HASTAC - John D. and Catherine T. MacArthur Foundation - MacArthur Foundation - SJ2.0 - Student Journalism 2.0 - white house status: publish type: post published: true meta: _edit_last: '44' author: login: janepark email: janepark@creativecommons.org display_name: Jane Park first_name: Jane last_name: Park --- <p>HASTAC's third annual Digital Media and Learning Competition launched yesterday, an initiative supported by the MacArthur Foundation. <a href="http://creativecommons.org/weblog/entry/9023">Last year</a>'s theme was participatory learning, and CC Learn was awarded a grant for <a href="http://sj.creativecommons.org/">Student Journalism 2.0</a>---a pilot initiative "engaging high school students in understanding the legal and technical issues intrinsic to new and evolving journalistic practices." The pilot, by the way, is in full swing, and we are entering our second semester after the holidays. Check out <a href="http://sj.creativecommons.org/">sj.creativecommons.org</a> for updates.</p> <p>This year's DMLC theme is "<strong>Competition is Reimagining Learning</strong> and there are two types of awards: 21st Century Learning Lab Designers and Game Changers." From the announcement,</p> <blockquote><p>"Aligned with National Lab Day as part of the White House's <a href="http://www.whitehouse.gov/issues/education/educate-innovate">Educate to Innovate</a> Initiative, the 21st Century Learning Lab Designer awards will range from $30,000-$200,000. Awards will be made for learning environments and digital media-based experiences that allow young people to grapple with social challenges through activities based on the social nature, contexts, and ideas of science, technology, engineering and math."</p></blockquote> <p>For more or to apply, see <a href="http://dmlcompetition.net/">dmlcompetition.net</a>. The winning products and/or programs in the 21st Century Learning Lab Designers category will be licensed <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA</a> or be available as Open Source. </p>
Ephesoft_Community_Release_4.0.2.0/javadocs/com/ephesoft/gxt/rv/shared/DocFieldComparator.html
ungerik/ephesoft
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Fri Jul 10 16:42:51 IST 2015 --> <title>DocFieldComparator</title> <meta name="date" content="2015-07-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="DocFieldComparator"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/DocFieldComparator.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/ephesoft/gxt/rv/shared/ArrayUtils.html" title="class in com.ephesoft.gxt.rv.shared"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/ephesoft/gxt/rv/shared/DocFieldComparator.html" target="_top">Frames</a></li> <li><a href="DocFieldComparator.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.ephesoft.gxt.rv.shared</div> <h2 title="Class DocFieldComparator" class="title">Class DocFieldComparator</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.ephesoft.gxt.rv.shared.DocFieldComparator</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>com.google.gwt.user.client.rpc.IsSerializable, java.util.Comparator&lt;<a href="../../../../../com/ephesoft/dcma/batch/schema/DocField.html" title="class in com.ephesoft.dcma.batch.schema">DocField</a>&gt;</dd> </dl> <hr> <br> <pre>public class <span class="strong">DocFieldComparator</span> extends java.lang.Object implements java.util.Comparator&lt;<a href="../../../../../com/ephesoft/dcma/batch/schema/DocField.html" title="class in com.ephesoft.dcma.batch.schema">DocField</a>&gt;, com.google.gwt.user.client.rpc.IsSerializable</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../com/ephesoft/gxt/rv/shared/DocFieldComparator.html#DocFieldComparator()">DocFieldComparator</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../com/ephesoft/gxt/rv/shared/DocFieldComparator.html#compare(com.ephesoft.dcma.batch.schema.DocField,%20com.ephesoft.dcma.batch.schema.DocField)">compare</a></strong>(<a href="../../../../../com/ephesoft/dcma/batch/schema/DocField.html" title="class in com.ephesoft.dcma.batch.schema">DocField</a>&nbsp;firstField, <a href="../../../../../com/ephesoft/dcma/batch/schema/DocField.html" title="class in com.ephesoft.dcma.batch.schema">DocField</a>&nbsp;secondField)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.util.Comparator"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;java.util.Comparator</h3> <code>equals</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="DocFieldComparator()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>DocFieldComparator</h4> <pre>public&nbsp;DocFieldComparator()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="compare(com.ephesoft.dcma.batch.schema.DocField, com.ephesoft.dcma.batch.schema.DocField)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>compare</h4> <pre>public&nbsp;int&nbsp;compare(<a href="../../../../../com/ephesoft/dcma/batch/schema/DocField.html" title="class in com.ephesoft.dcma.batch.schema">DocField</a>&nbsp;firstField, <a href="../../../../../com/ephesoft/dcma/batch/schema/DocField.html" title="class in com.ephesoft.dcma.batch.schema">DocField</a>&nbsp;secondField)</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>compare</code>&nbsp;in interface&nbsp;<code>java.util.Comparator&lt;<a href="../../../../../com/ephesoft/dcma/batch/schema/DocField.html" title="class in com.ephesoft.dcma.batch.schema">DocField</a>&gt;</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/DocFieldComparator.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../com/ephesoft/gxt/rv/shared/ArrayUtils.html" title="class in com.ephesoft.gxt.rv.shared"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/ephesoft/gxt/rv/shared/DocFieldComparator.html" target="_top">Frames</a></li> <li><a href="DocFieldComparator.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
web/admin/recommendations.html
heliumpigs/snowball
<!-- Copyright 2009 Yusuf Simonson This file is part of Snowball. Snowball is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Snowball is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with Snowball. If not, see <http://www.gnu.org/licenses/>. --> {% include header.html %} <p> URI: <input id="nodeURI" type="text" /> return: <select id="return"> <option>all recommendations</option> <option>to a specific node</option> </select> <div id="toNodeURIContainer"></div> <div class="right"> <a href="javascript:getRecommendations()" class="button">query &raquo;</a> </div> </p> <p id="recommendationsResults"></p> {% include footer.html %}
templates/web/barriosenaccion/footer.html
opencorato/barriosenaccion
</div><!-- .content role=main --> </div><!-- .container --> <footer> <div class="row"> <div class="col-xs-6 col-sm-6 col-md-6 col-lg-6"> <ul id="entidades pull-left"> <li> <a id="ciudadviva-logo" href="http://www.ciudadviva.cl/"><img src="/cobrands/barriosenaccion/images/logo_ciudada_viva.png" alt="Ciudada Viva"></a></li> <li> <a id="FCI-logo" href="http://ciudadanointeligente.org/"><img src="/cobrands/barriosenaccion/images/logo_FCI.png" alt="Fundación Ciudadano Inteligente"></a> </li> <li> <a id="secretaria-logo" href="http://www.seguridadpublica.gov.cl/"><img src="/cobrands/barriosenaccion/images/logo_subsecretaria.png" alt="Subsecretaría de Prevención del Delito"></a> </li> </ul> </div> <div class="col-xs-6 col-sm-6 col-md-6 col-lg-6"> <ul class="contacto pull-right"> <li><a href="mailto:info@ciudadviva.cl" title="E-mail" title="E-mail"><img src="/cobrands/barriosenaccion/images/ico_mail.png" alt="E-mail"></a></li> <li><a href="https://www.facebook.com/plataformabarriosenaccion" target="_blank" title="Facebook"><img src="/cobrands/barriosenaccion/images/ico_facebook.png" alt="Facebook"></a></li> <li><a href="https://instagram.com/barriosenaccion/" title="Instagram"><img src="/cobrands/barriosenaccion/images/ico_instagram.png" alt="Instagram"></a></li> <li><a href="https://twitter.com/barriosenaccion" title="Twitter"><img src="/cobrands/barriosenaccion/images/ico_twitter.png" alt="@barriosenaccion"></a></li> </ul> </div> </div> </footer> [% TRY %][% PROCESS 'footer_extra.html' %][% CATCH file %][% END %] </body> </html>
django_fixmystreet/fixmystreet/static/maintenance.html
IMIO/django-fixmystreet
<!DOCTYPE html> <html> <head> <title>Fix My Street Brussels</title> <!--[if lt IE 9]> <script src="/static/lib/html5shiv.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="/static/lib/bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="/static/lib/bootstrap/css/bootstrap-responsive.min.css" /> <link rel="stylesheet" type="text/css" href="/static/css/fms.css" /> <link rel="Shortcut Icon" type="image/x-icon" href="/static/images/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> h1{ font-size: 18.5px; } center{ margin-top:40px; } footer .cirb-cibg img { margin-top: 25px; } </style> </head> <body> <div class="container"> <header> <img id="banner" src="/static/images/logo_fixmystreet.png" alt="Fix My Street"> </header> <section id="content" class="container"> <center> <h1>Pour des raisons de maintenance, le site est indisponible.</h1> <h1>Door een onderhoud is de website niet bereikbaar.</h1> </center> </section> <footer> <div class="clearfloat"></div> <div class="row"> <div class="span4"> <a href="http://www.bruxelles.irisnet.be/" target="_blank"><img src="/static/images/region-de-bruxelles-capitale-brussels-hoofdstedelijk-gewest.png"></a> </div> <div class="span4 a-propos"> <!--a href="/fr/conditions-d-utilisation/" target="_blank">Conditions d'utilisation</a--> <!--a href="/fr/a-propos/">A propos de Fix My Street</a--> </div> <div class="span4 cirb-cibg"> <a href="http://www.cirb.irisnet.be" target="_blank"><img src="/static/images/created-and-hosted-by-cirb-cibg.png"></a> </div> </div> </footer> </div> </body> </html>
smlouvy/2018/12/31/dodatekkokspraha/index.html
pirati-web/smlouvy.pirati.cz
--- "layout": contract "datum podpisu": 2018-12-31 "datum účinnosti": 2018-12-31 "datum ukončení": 0000-00-00 "title": "Dodatek ke smlouvě Krajského koordinátora KS Praha" "použité smluvní typy": - Dodatek "předmět": "Změna termínu provedení (1.3.2018 - 31.11.2018) " "stav": splněna "náklady": 35000 "místo uložení": Archiv strany "smluvní strany": - "jméno": "Michal Jokeš " "sídlo": Praha "IČ": 05676142 "soubory": - "podepsaná verze": michaljokesdodatek.pdf ---
_source/_attachments/2013-01-11-kembrewmcleodjpg.html
creativecommons/www2015
--- layout: attachment title: kembrewmcleod.jpg date: 2013-01-11 01:01:01.000000000 -05:00 categories: [] tags: [] status: inherit type: attachment published: false meta: _wp_attachment_metadata: a:0:{} author: login: mike email: ml@creativecommons.org display_name: Mike Linksvayer first_name: Mike last_name: Linksvayer ---
src/Ladb/CoreBundle/Resources/assets/css/leaflet/leaflet.css
lairdubois/lairdubois
/* required styles */ .leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-map-pane svg, .leaflet-map-pane canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer { position: absolute; left: 0; top: 0; } .leaflet-container { overflow: hidden; -ms-touch-action: none; touch-action: none; } .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow { -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-user-drag: none; } /* Safari renders non-retina tile on retina better with this, but Chrome is worse */ .leaflet-safari .leaflet-tile { image-rendering: -webkit-optimize-contrast; } /* hack that prevents hw layers "stretching" when loading new tiles */ .leaflet-safari .leaflet-tile-container { width: 1600px; height: 1600px; -webkit-transform-origin: 0 0; } .leaflet-marker-icon, .leaflet-marker-shadow { display: block; } /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */ .leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer { max-width: none !important; } .leaflet-tile { filter: inherit; visibility: hidden; } .leaflet-tile-loaded { visibility: inherit; } .leaflet-zoom-box { width: 0; height: 0; -moz-box-sizing: border-box; box-sizing: border-box; z-index: 800; } /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */ .leaflet-overlay-pane svg { -moz-user-select: none; } .leaflet-pane { z-index: 400; } .leaflet-tile-pane { z-index: 200; } .leaflet-overlay-pane { z-index: 400; } .leaflet-shadow-pane { z-index: 500; } .leaflet-marker-pane { z-index: 600; } .leaflet-popup-pane { z-index: 700; } .leaflet-map-pane canvas { z-index: 100; } .leaflet-map-pane svg { z-index: 200; } .leaflet-vml-shape { width: 1px; height: 1px; } .lvml { behavior: url(#default#VML); display: inline-block; position: absolute; } /* control positioning */ .leaflet-control { position: relative; z-index: 800; pointer-events: auto; } .leaflet-top, .leaflet-bottom { position: absolute; z-index: 1000; pointer-events: none; } .leaflet-top { top: 0; } .leaflet-right { right: 0; } .leaflet-bottom { bottom: 0; } .leaflet-left { left: 0; } .leaflet-control { float: left; clear: both; } .leaflet-right .leaflet-control { float: right; } .leaflet-top .leaflet-control { margin-top: 10px; } .leaflet-bottom .leaflet-control { margin-bottom: 10px; } .leaflet-left .leaflet-control { margin-left: 10px; } .leaflet-right .leaflet-control { margin-right: 10px; } /* zoom and fade animations */ .leaflet-fade-anim .leaflet-tile { will-change: opacity; } .leaflet-fade-anim .leaflet-popup { opacity: 0; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .leaflet-fade-anim .leaflet-map-pane .leaflet-popup { opacity: 1; } .leaflet-zoom-animated { -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; } .leaflet-zoom-anim .leaflet-zoom-animated { will-change: transform; } .leaflet-zoom-anim .leaflet-zoom-animated { -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1); -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1); -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1); transition: transform 0.25s cubic-bezier(0,0,0.25,1); } .leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; } .leaflet-zoom-anim .leaflet-zoom-hide { visibility: hidden; } /* cursors */ .leaflet-interactive { cursor: pointer; } .leaflet-grab { cursor: -webkit-grab; cursor: -moz-grab; } .leaflet-crosshair, .leaflet-crosshair .leaflet-interactive { cursor: crosshair; } .leaflet-popup-pane, .leaflet-control { cursor: auto; } .leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; } /* marker & overlays interactivity */ .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container { pointer-events: none; } .leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive { pointer-events: auto; } /* visual tweaks */ .leaflet-container { background: #ddd; outline: 0; } .leaflet-container a { color: #0078A8; } .leaflet-container a.leaflet-active { outline: 2px solid orange; } .leaflet-zoom-box { border: 2px dotted #38f; background: rgba(255,255,255,0.5); } /* general typography */ .leaflet-container { font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; } /* general toolbar styles */ .leaflet-bar { box-shadow: 0 1px 5px rgba(0,0,0,0.65); border-radius: 4px; } .leaflet-bar a, .leaflet-bar a:hover { background-color: #fff; border-bottom: 1px solid #ccc; width: 26px; height: 26px; line-height: 26px; display: block; text-align: center; text-decoration: none; color: black; } .leaflet-bar a, .leaflet-control-layers-toggle { background-position: 50% 50%; background-repeat: no-repeat; display: block; } .leaflet-bar a:hover { background-color: #f4f4f4; } .leaflet-bar a:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .leaflet-bar a:last-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-bottom: none; } .leaflet-bar a.leaflet-disabled { cursor: default; background-color: #f4f4f4; color: #bbb; } .leaflet-touch .leaflet-bar a { width: 30px; height: 30px; line-height: 30px; } /* zoom control */ .leaflet-control-zoom-in, .leaflet-control-zoom-out { font: bold 18px 'Lucida Console', Monaco, monospace; text-indent: 1px; } .leaflet-control-zoom-out { font-size: 20px; } .leaflet-touch .leaflet-control-zoom-in { font-size: 22px; } .leaflet-touch .leaflet-control-zoom-out { font-size: 24px; } /* layers control */ .leaflet-control-layers { box-shadow: 0 1px 5px rgba(0,0,0,0.4); background: #fff; border-radius: 5px; } .leaflet-control-layers-toggle { background-image: url(images/layers.png); width: 36px; height: 36px; } .leaflet-retina .leaflet-control-layers-toggle { background-image: url(images/layers-2x.png); background-size: 26px 26px; } .leaflet-touch .leaflet-control-layers-toggle { width: 44px; height: 44px; } .leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle { display: none; } .leaflet-control-layers-expanded .leaflet-control-layers-list { display: block; position: relative; } .leaflet-control-layers-expanded { padding: 6px 10px 6px 6px; color: #333; background: #fff; } .leaflet-control-layers-scrollbar { overflow-y: scroll; padding-right: 5px; } .leaflet-control-layers-selector { margin-top: 2px; position: relative; top: 1px; } .leaflet-control-layers label { display: block; } .leaflet-control-layers-separator { height: 0; border-top: 1px solid #ddd; margin: 5px -10px 5px -6px; } /* attribution and scale controls */ .leaflet-container .leaflet-control-attribution { background: #fff; background: rgba(255, 255, 255, 0.7); margin: 0; } .leaflet-control-attribution, .leaflet-control-scale-line { padding: 0 5px; color: #333; } .leaflet-control-attribution a { text-decoration: none; } .leaflet-control-attribution a:hover { text-decoration: underline; } .leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale { font-size: 11px; } .leaflet-left .leaflet-control-scale { margin-left: 5px; } .leaflet-bottom .leaflet-control-scale { margin-bottom: 5px; } .leaflet-control-scale-line { border: 2px solid #777; border-top: none; line-height: 1.1; padding: 2px 5px 1px; font-size: 11px; white-space: nowrap; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; background: rgba(255, 255, 255, 0.5); } .leaflet-control-scale-line:not(:first-child) { border-top: 2px solid #777; border-bottom: none; margin-top: -2px; } .leaflet-control-scale-line:not(:first-child):not(:last-child) { border-bottom: 2px solid #777; } .leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar { box-shadow: none; } .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar { border: 2px solid rgba(0,0,0,0.2); background-clip: padding-box; } /* popup */ .leaflet-popup { position: absolute; text-align: center; } .leaflet-popup-content-wrapper { /*padding: 1px;*/ text-align: left; /*border-radius: 12px;*/ } .leaflet-popup-content { /*margin: 13px 19px;*/ line-height: 1.4; } .leaflet-popup-content p { margin: 18px 0; } .leaflet-popup-tip-container { margin: 0 auto; width: 40px; height: 20px; position: relative; overflow: hidden; } .leaflet-popup-tip { width: 17px; height: 17px; padding: 1px; margin: -10px auto 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .leaflet-popup-content-wrapper, .leaflet-popup-tip { background: white; color: #333; box-shadow: 0 3px 14px rgba(0,0,0,0.4); } .leaflet-container a.leaflet-popup-close-button { position: absolute; top: 0; right: 0; padding: 4px 4px 0 0; border: none; text-align: center; width: 18px; height: 14px; font: 16px/14px Tahoma, Verdana, sans-serif; color: #c3c3c3; text-decoration: none; font-weight: bold; background: transparent; } .leaflet-container a.leaflet-popup-close-button:hover { color: #999; } .leaflet-popup-scrolled { overflow: auto; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; } .leaflet-oldie .leaflet-popup-content-wrapper { zoom: 1; } .leaflet-oldie .leaflet-popup-tip { width: 24px; margin: 0 auto; -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); } .leaflet-oldie .leaflet-popup-tip-container { margin-top: -1px; } .leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip { border: 1px solid #999; } /* div icon */ .leaflet-div-icon { background: #fff; border: 1px solid #666; }
app/src/main/assets/Book1/chapter1.html
electricbookworks/bettercare-learning-station-app
<!doctype html> <html> <head> <title>Bettercare: 1. Failure to breathe at birth and resuscitation</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta charset="UTF-8"> <!-- Links and scripts for the Bettercare Learning Station app --> <link type="text/css" rel="stylesheet" href="./../BookResources/style.css"> <link type="text/css" rel="stylesheet" href="./../BookResources/animate.css"> <link type="text/css" rel="stylesheet" href="./../BookResources/fonts.css"> <link type="text/css" rel="stylesheet" href="./../BookResources/screen.css"> <script src="./../BookResources/js/jquery.min.js"></script> <script src="./../BookResources/js/paging.min.js"></script> <!-- End links and scripts for the Bettercare Learning Station app --> </head> <body> <div id="wrapper"> <div class="chapter"> <p class="chapter-number">1</p> <h1 id="failure-to-breathe-at-birth-and-resuscitation">Failure to breathe at birth and resuscitation</h1> <p>Before you begin, please take the corresponding test to assess your knowledge of the subject matter. You should redo the test after you’ve worked through the unit, to evaluate what you have learned.</p> <p><a href="http://qurio.co/c/9NMFF" class="button non-printing">Take the quiz</a></p> <h2 id="objectives">Objectives</h2> <p>When you have completed this unit you should be able to:</p> <ul> <li>Define failure to breathe well at birth.</li> <li>Appreciate the importance of poor breathing at birth.</li> <li>List which infants are likely to need resuscitation at birth.</li> <li>Prepare for resuscitation.</li> <li>Resuscitate an infant.</li> <li>Prevent meconium aspiration.</li> <li>List the dangers of hypoxia.</li> <li>Diagnose and manage neonatal encephalopathy.</li> </ul> <h2 id="assessing-the-infant-at-birth">Assessing the infant at birth</h2> <h3 id="do-all-newborn-infants-breathe-well-at-birth">1-1 Do all newborn infants breathe well at birth?</h3> <p>No. Newborn infants normally start to breathe well without assistance and often cry immediately after birth. By 1 minute after delivery most infants are breathing well or crying. If an infant fails to establish adequate, sustained respiration after delivery (gasps only or does not breathe at all) the infant is said to have failed to breathe well at birth. About 10% of all newborn infants fail to breathe well and require some assistance to start breathing well after birth.</p> <blockquote> <p>Infants should cry or breathe well after delivery.</p> </blockquote> <p>Failure to breathe well will result in hypoxia if the infant is not rapidly resuscitated. Therefore failure to breathe well is an important cause of neonatal death if not managed correctly.</p> <dl> <dt>Note</dt> <dd>The word ‘asphyxia’ causes an enormous amount of confusion as it is used by paediatricians to indicate that the infant does not breathe well after delivery (i.e. ‘neonatal asphyxia’). However it is also used by obstetricians to indicate fetal hypoxia (i.e. ‘intrapartum or birth asphyxia’). Therefore the word asphyxia should be avoided as it is of very little help and is difficult to define. It is best to simply state the nature of the problem (i.e. fetal hypoxia or failure to breathe well at birth) so that everyone understands.</dd> </dl> <h3 id="what-is-hypoxia">1-2 What is hypoxia?</h3> <p>Hypoxia is defined as <em>too little oxygen in the cells of the body.</em> Hypoxia may occur in the fetus or the newborn infant. If the placenta fails to provide the fetus with enough oxygen, hypoxia will result and cause fetal distress. Similarly, with failure to breathe well after delivery the infant will develop hypoxia if not correctly managed. As a result of hypoxia, before or after delivery, the heart rate falls, central cyanosis develops and the infant becomes hypotonic (floppy) and unresponsive. Most fetal hypoxia occurs during labour (i.e. intrapartum hypoxia).</p> <blockquote> <p>Hypoxia is defined as too little oxygen in the cells of the body.</p> </blockquote> <dl> <dt>Note</dt> <dd>Note that the definitions of failure to breathe well and hypoxia are not the same. However, fetal hypoxia may result in poor breathing at birth while poor breathing will result in hypoxia if the infant is not rapidly resuscitated. Many infants with fetal hypoxia during labour still manage to cry well at birth and, therefore, do not have poor breathing. Hypoxaemia means too little oxygen in the blood. It is sometimes used instead of hypoxia.</dd> </dl> <h3 id="what-is-the-apgar-score">1-3 What is the Apgar score?</h3> <p>The Apgar score is a method of assessing an infant’s clinical condition after delivery. The Apgar score is based on 5 vital signs:</p> <ol> <li>Heart rate</li> <li>Respiratory effort</li> <li>Presence or absence of central and peripheral cyanosis</li> <li>Muscle tone</li> <li>Response to stimulation</li> </ol> <p>Each vital sign is given a score of 0 or 1 or 2. A vital sign score of 2 is normal, a score of 1 is mildly abnormal and a score of 0 is severely abnormal. The individual vital sign scores are then totalled to give the Apgar score out of 10. The best possible Apgar score is 10 and the worst 0. An infant with a score of 0 shows no sign of life.</p> <p>Normally the Apgar score is from 7 to 10. Infants with a score between 4 and 6 have moderate depression of their vital signs while infants with a score of 0 to 3 have severely depressed vital signs and are at great risk of dying unless actively resuscitated.</p> <p>Due to the presence of peripheral cyanosis in most infants at delivery, it is unusual for a normal infant to score 10 at 1 minute. By 5 minutes most infants will have a score of 10. If the Apgar score is guessed, and not correctly assessed, too high a score is usually given. This is a common error in Apgar scoring.</p> <blockquote> <p>A normal Apgar score is 7 or higher.</p> </blockquote> <dl> <dt>Note</dt> <dd>The Apgar score is named after the late Dr Virginia Apgar, an anaesthetist from the USA, who described the scoring method in 1953.</dd> </dl> <h3 id="when-should-you-determine-the-apgar-score">1-4 When should you determine the Apgar score?</h3> <p>The Apgar score should be performed on all infants at 1 minute after complete delivery to record the infant’s clinical condition after birth. If the 1 minute Apgar score is below 7, then the Apgar score should be repeated at 5 minutes to document the success or failure of the resuscitation efforts. If the 5 minute Apgar score is still low, it should be repeated every 5 minutes until a normal Apgar score of 7 or more is achieved. In many hospitals, the Apgar score is often routinely repeated at 5 minutes even if the 1 minute score was normal. This is not necessary and the infant should rather be handed to the mother. Apgar scoring is an important way to document the infant’s clinical condition and the response to resuscitation in the hospital or clinical records.</p> <p>If an infant does not breathe well after being dried, it is important to start resuscitation immediately and not wait for the 1 minute Apgar score</p> <blockquote> <p>All infants should receive an Apgar score at 1 minute to document the infant’s clinical condition after delivery.</p> </blockquote> <h3 id="what-causes-a-low-apgar-score">1-5 What causes a low Apgar score?</h3> <p>There are many causes of a low Apgar score. These include:</p> <ol> <li>Fetal distress due to hypoxia before delivery (especially during labour)</li> <li>Maternal general anaesthesia or recent analgesia (e.g. morphine)</li> <li>Preterm infant</li> <li>Difficult or traumatic delivery</li> <li>Excessive suctioning of the pharynx after delivery</li> <li>Severe respiratory distress</li> </ol> <p>Fetal distress due to hypoxia during labour is only one of the many causes of failure to breathe well at birth.</p> <p>It is important to always try and find the cause of a low 1 minute Apgar score. If the Apgar score remains low at 5 minutes, despite good resuscitation efforts, the infant probably had fetal hypoxia before birth.</p> <blockquote> <p>Intrapartum hypoxia is the most important cause of failure to breathe well at birth.</p> </blockquote> <dl> <dt>Note</dt> <dd>A base deficit of 10 or more in a sample of umbilical artery blood strongly suggests that the infant has had significant hypoxia before delivery. This is very useful information in any delivery following a diagnosis of fetal distress. It is also very useful in infants who need resuscitation after delivery.</dd> </dl> <h2 id="neonatal-resuscitation">Neonatal resuscitation</h2> <h3 id="what-is-neonatal-resuscitation">1-6 What is neonatal resuscitation?</h3> <p>Resuscitation is a series of actions taken to establish normal breathing, heart rate, colour, tone and activity in a newborn infant with depressed vital signs (i.e. a low Apgar score).</p> <h3 id="which-infants-need-resuscitation">1-7 Which infants need resuscitation?</h3> <p>All infants who do not breathe well after delivery need immediate resuscitation. Therefore, it is important to formally asses an infant’s breathing after delivery. Any infant who stops breathing or has depressed vital signs at any time after delivery or in the nursery also requires resuscitation.</p> <blockquote> <p>All infants who do not breathe well at birth must be resuscitated.</p> </blockquote> <h3 id="can-you-anticipate-who-will-need-resuscitation-at-birth">1-8 Can you anticipate who will need resuscitation at birth?</h3> <p>The following clinical situations often lead to the delivery of an infant who does not breathe well:</p> <ol> <li>Signs of fetal distress during labour (baseline bradycardia or late decelerations)</li> <li>Delivery before 37 weeks of gestation</li> <li>Abnormal presentation of the fetus (e.g. breech)</li> <li>Difficult or traumatic delivery (e.g. forceps delivery)</li> <li>General anaesthesia or recent analgesia (pethidine or morphine within the last 4 hours)</li> </ol> <p>Remember that any infant can be born with failure to breathe well without prior warning. It is essential, therefore, to be prepared to resuscitate any newborn infant. Everyone who delivers an infant must be able to perform resuscitation.</p> <blockquote> <p>Any infant can fail to breathe well without warning signs during labour.</p> </blockquote> <h3 id="what-equipment-do-you-need-for-basic-infant-resuscitation">1-9 What equipment do you need for basic infant resuscitation?</h3> <p>It is essential that you have all the equipment needed for basic infant resuscitation. The equipment must be in good working order and immediately available. The equipment must be checked daily.</p> <p>A warm, well-lit corner of the delivery room should be available for resuscitation. A heat source, such as an overhead radiant warmer, is needed to keep the infant warm. Avoid draughts. A good light, such as an angle poise lamp, is required so that the infant can be closely observed during resuscitation. A firm, level working area is needed. A thin foam matress with a plastic covering can be easily cleaned.</p> <p>The following essential equipment must be available in all hospitals and clinics where infants are delivered:</p> <ol> <li><strong>Suction apparatus</strong>: An electric or wall vacuum suction apparatus is ideal but the vacuum pressure should not exceed 200 cm water (i.e. 20 kPa or 200 mbar). Soft F10 end hole suction catheters are needed. Smaller catheters (F5 and F6) with side holes are of limited use as they block easily. They can be used for an orogastric tube or for umbilical vein catheterisation. A suction bulb can also be used to remove secretions from the infant’s mouth and nose.</li> <li><strong>Oxygen</strong>: Whenever possible a cylinder or wall source of 100% oxygen or an oxygen concentrator should be available. However, most infants can be resuscitated in room air only without oxygen. A flow meter is needed and an air-oxygen blender is very useful. A pulse oximeter (saturation monitor) is very helpful to identify infants who are hypoxic.</li> <li><strong>Ventilation bag and mask</strong>: A neonatal self-inflating ventilation bag and mask (e.g. Laerdal) must be available to provide ventilation. A reservoir attached to the ventilation bag is needed if high concentrations of oxygen are required. Correct size face masks with a cushioned rim are important.</li> <li><strong>Endotracheal tubes</strong>: 2.5 mm, 3.0 mm and 3.5 mm straight tubes must be available. Introducers are also needed. Cuffed endotracheal or shouldered tubes must not be used in newborn infants.</li> <li><strong>Laryngoscope</strong>: A laryngoscope with a small, straight blade (size 0 and 1 blades). Spare batteries and bulbs must be kept with the laryngoscope. This is the only expensive piece of equipment that is essential for all hospitals and clinics where deliveries are done.</li> <li><strong>Naloxone</strong>: Ampoules of naloxone (Narcan). Syringes and needles will be needed to administer the drug.</li> <li><strong>Adrenaline</strong> 1:1000 and normal saline ampoules.</li> <li><strong>Wall clock or wrist watch</strong>: Needed to note the time at birth and time the Apgar scoring.</li> <li><strong>Disposable gloves</strong>. Always wear gloves when delivering or resuscitating an infant.</li> <li>Stethoscope.</li> </ol> <blockquote> <p>All resuscitation equipment must be available and checked every day.</p> </blockquote> <dl> <dt>Note</dt> <dd>Ampoules of 4% sodium bicarbonate as well as equipment to start an intravenous infusion are useful for advanced resuscitation.</dd> </dl> <h3 id="how-should-you-stimulate-respiration-immediately-after-birth">1-10 How should you stimulate respiration immediately after birth?</h3> <p>Immediately after birth all infants must be thoroughly dried in a warm towel and then placed in a second warm, dry towel before they are clinically assessed. This prevents rapid heat loss due to evaporation, even in a warm room. Dry the infant’s head, body, arms and legs and wipe any blood or maternal faeces off the face,Handling and rubbing the newborn infant with a dry towel is usually all that is needed to stimulate the onset of breathing. Most infants can be dried on the mother’s abdomen. There is no need to smack newborn infants to get them to breathe. Never shake an infant. If the infant does not cry or breathe well in response to drying and stimulation, the umbilical cord must be cut and clamped immediately and the infant must be moved to the resuscitation area.</p> <blockquote> <p>Dry to stimulate breathing in all infants immediately after delivery.</p> </blockquote> <p>Infants who are active and breathe well can stay with their mother. It is best to delay clamping their umbilical cord for 2 to 3 minutes if the infant does not need resuscitation. Then the infant should be placed in the kangaroo mother care position to keep warm. Infants who breathe well should <em>not</em> be routinely suctioned as this is not necessary and suctioning sometimes causes apnoea. Infants born by caesarean section also need not be routinely suctioned. However, the infant’s mouth can be wiped with a clean towel if there are excessive secretions.</p> <blockquote> <p>It is not necessary to routinely suction the mouth and nose of infants after delivery.</p> </blockquote> <h3 id="how-do-you-resuscitate-an-infant">1-11 How do you resuscitate an infant?</h3> <p>If the infant fails to respond to the stimulation of drying, then the infant must be actively resuscitated. The most experienced person, irrespective of rank, should resuscitate the infant. However, all staff who conduct deliveries must be able to resuscitate infants. It is very helpful to have an assistant during resuscitation. Stand at the head of the infant where it is easier to carry out the steps needed in resuscitation.</p> <p>There are 4 main steps in the basic resuscitation of a newborn infant. They can be easily remembered by thinking of the first 4 letters of the alphabet, i.e. ‘ABCD’: Airway – Breathing – Circulation – Drugs. Therefore the steps in neonatal resuscitation are:</p> <ol> <li><strong>Airway</strong>: Open the airway.</li> <li><strong>Breathing</strong>: Start the infant breathing by providing adequate ventilation.</li> <li><strong>Circulation</strong>: Obtain a good heart rate and circulation with chest compressions.</li> <li><strong>Drugs</strong>: Give adrenaline to stimulate the heart and naloxone to reverse pethidine and morphine.</li> </ol> <h3 id="how-should-you-open-the-airway">1-12 How should you open the airway?</h3> <ol> <li><strong>Position the head correctly</strong> by placing the infant on his back and then putting the infant’s head in the neutral position with the neck slightly extended. Do not flex or overextend the neck. It is important to position the head correctly to open the airway before starting mask ventilation.</li> <li><strong>Gently clear the throat</strong>. The infant may be unable to breathe because the airway is blocked by meconium or blood. Therefore, gently suction the back of the mouth and throat with a soft end-hole F10 catheter. Excessive suctioning, especially if too deep in the region of the vocal cords, may result in apnoea and bradycardia by stimulating the vagal nerve. This can be prevented by holding the catheter 5 cm from the tip when suctioning the infant’s throat. Do not suction the nose before suctioning the mouth or throat as this often causes the infant to gasp and inhale mucus and blood. Never hold an infant upside down to clear secretions. Suctioning clear liquor from the airways is probably not needed. Remember to keep the infant warm. Opening the airway will often allow the infant to start breathing. Gently rubbing the infant’s back may help stimulate breathing.</li> </ol> <p>If opening the airway fails to start breathing, the infant needs ventilation. Do not waste time by giving oxygen, without also applying ventilation, if the infant does not breathe.</p> <p>If an infant fails to breathe well after birth, ventilation should be started as soon as possible but preferably within one minute (‘The golden minute’). The Apgar score should be determined at 1 to assess the infant’s clinical condition.</p> <p>Infants needing ventilation include:</p> <ol> <li>Any infant who is not breathing at all, is breathing poorly or gasping</li> <li>Any infant who has central cyanosis</li> <li>Any infant who has a heart rate below 100 per minute</li> </ol> <blockquote> <p>Ventilation is indicated if the infant does not breathe well.</p> </blockquote> <p>Most infants who breathe well will be centrally pink with a good heart rate. Free-flow mask oxygen alone, without ventilation, is only indicated in the few infants who breathe well with a good heart rate but remain centrally cyanosed. Even in infants who are warm and breathe well, peripheral cyanosis may take up to 10 minutes to resolve.</p> <h3 id="how-can-you-start-the-infant-breathing-by-providing-adequate-ventilation">1-13 How can you start the infant breathing by providing adequate ventilation?</h3> <ol> <li><strong>Mask ventilation</strong>: If the infant fails to breathe adequately despite opening the airway, some form of artificial ventilation (breathing) is required. Almost all infants (90%) who do not breathe on their own can be adequately ventilated with a bag and mask. The mask must be held firmly over the infant’s nose and mouth but not over the eyes. Make sure the head is in the correct position and the airway is open. <strong>It is very important to position and hold the mask correctly. Do not simply press the mask onto the face.</strong></li> <li>Even if breathing is not started, most infants can be kept alive with face mask ventilation until help arrives. Intubation and ventilation are only needed if adequate chest movement cannot be achieved with correct mask ventilation. Good bag and mask ventilation is the most important step in resuscitation of an infant. Ventilate the infant at about 40 breaths per minute. If mask ventilation is needed for more than a few minutes, it is useful to pass a F8 orogastric tube to prevent abdominal distension.</li> <li><strong>Intubation and ventilation</strong>: An alternate method of ventilation is via an endotracheal tube. Although it is usually not needed, all staff who frequently deliver infants should learn this simple technique. Infants who fail to respond to mask ventilation must be intubated. Ventilate the infant at a rate of about 40 breaths a minute. Make sure that the infant’s chest moves well with each breath and that good air entry is heard over sides of the chest. Abdominal distension or air entry heard over the abdomen suggests that the oesophagus has been intubated in error. Mouth-to-mouth ventilation and direct mouth suction should be avoided unless it is an emergency, as the infant’s mother may be HIV positive.</li> </ol> <blockquote> <p>Most infants can be adequately ventilated with a bag and mask in room air.</p> </blockquote> <p>Ventilation is usually given with room air. However sometimes it is necessary to give supplementary oxygen until good breathing efforts and heart rate are established. Set the flow meter at 5 litres per minute. Added oxygen can usually be stopped once the infant is centrally pink and the heart rate normal. It is very useful to have a blender and pulse oximeter so that the amount of oxygen can be monitored and controlled.</p> <p>Remember that a self-inflating bag and mask will not deliver oxygen unless the bag is squeezed. A reservoir is needed to ventilate an infant with 100% oxygen.</p> <blockquote> <p>Adequate ventilation is the most important step in newborn resuscitation.</p> </blockquote> <p>Once adequate ventilation has been given for one minute, the infant’s breathing, colour and heart rate must be assessed. Stop ventilation once the infant is pink and breathing well with a heart rate above 100 beats per second. If the heart rate remains below 60 beats per minute in spite of effective ventilation for one minute seconds, chest compressions are needed. A good heart rate is the best indicator of adequate ventilation.</p> <blockquote> <p>A good heart rate is the best indicator of adequate ventilation.</p> </blockquote> <dl> <dt>Note</dt> <dd>The question of using room air or oxygen in neonatal resuscitation is being hotly debated as additional oxygen may increase the risk of neonatal encephalopathy. Many experts agree that room air should be used unless good ventilation for one minute does not correct the bradycardia and central cyanosis.</dd> </dl> <h3 id="how-should-you-obtain-a-good-heart-rate-with-chest-compressions">1-14 How should you obtain a good heart rate with chest compressions?</h3> <p>Apply chest compressions (external cardiac massage) at a rate of about 90 times a minute. Usually three chest compressions are followed by one ventilation (a breath). One or both hands can be used to give chest compressions.</p> <blockquote> <p>Chest compressions are indicated if the heart rate is less than 60 beats per minute after one minute of adequate ventilation.</p> </blockquote> <p>Once both effective ventilation and chest compressions have been given for one minute, again assess the infant’s breathing, colour and heart rate. When the heart rate reaches above 60 beats per minute, chest compressions can be stopped and the heart rate carefully monitored. If the heart rate has not increased above 60 beats per minute, give adrenaline (epinephrine) to stimulate the heart.</p> <h3 id="how-should-you-give-adrenaline-to-stimulate-the-heart">1-15 How should you give adrenaline to stimulate the heart?</h3> <p>Adrenaline 1:10 000 should be given intravenously, usually into the umbilical vein. Adrenaline stimulates the myocardium and increases the heart rate. 1 ml of adrenaline 1:1000 must first be diluted with 9 ml normal saline to give a 1:10 000 solution. One ml of the diluted solution can then be given to term infants and 0.5 ml to preterm infants (recommended dose is 0.25 ml/kg of diluted adrenaline). Adrenaline is important if the heart rate remains slow or if no heart beat can be detected. The dose can be repeated every 3 to 5 minutes if the heart rate does not increase to above 60 beats per minute. Do not give adrenaline subcutaneously or by intramuscular injection.</p> <blockquote> <p>Adrenaline is indicated if the heart rate is less than 60 beats per minute after one minute of chest compressions.</p> </blockquote> <dl> <dt>Note</dt> <dd>1:1000 adrenaline gives 1 mg/ml. Therefore 1 ml of 1:10 000 adrenaline gives 0.1 mg while 0.5 ml gives 0.0 5mg. A dose of 0.25 ml/kg of 1:10 000 adrenaline gives 0.025 mg/kg. It has been suggested that 0.5 ml/kg may be given via an endotracheal tube if it is not possible to access an intravenous route.</dd> </dl> <p>If the infant has a good heart rate and is centrally pink, but still does not breathe, consider giving naloxone (Narcan) if the mother has received an opiate analgesic (pethidine or morphine) in the 4 hours before delivery.</p> <h3 id="how-can-you-give-naloxone-to-reverse-pethidine-or-morphine">1-16 How can you give naloxone to reverse pethidine or morphine?</h3> <p>If the mother has received either pethidine or morphine during the 4 hour period before delivery, the infant’s poor breathing may be due to narcotic depression. If so, the depressing effect of the maternal analgesia on the infant’s respiration can be rapidly reversed with naloxone (1 ml ampoule contains 0.4 mg naloxone). Naloxone 0.1 mg/kg (i.e. 0.25 ml/kg) can be given by intramuscular injection into the anterolateral aspect of the thigh. Naloxone will not help resuscitate an infant if the mother has not received an opiate analgesic during labour, or has only received a general anaesthetic, barbiturates or other sedatives. Naloxone is not a general respiratory stimulant. Never give naloxone before providing adequate ventilation.</p> <blockquote> <p>Naloxone must only be used after adequate ventilation has been provided.</p> </blockquote> <dl> <dt>Note</dt> <dd>Naloxone acts more rapidly but the action is shorter if injected directly into the umbilical vein. It should not be given down the endotracheal tube. Intramuscular naloxone may take a few minutes to reverse the effects of opiates but acts for a longer time. Flumazenil (Anexate) will reverse the depressant effect of benzodiazepines such as diazepam (Valium). <p>With experience and further training, additional medication (e.g. dopamine) can be given to support the blood pressure and circulation if the above steps fail to resuscitate the infant:</p> <ul> <li>If the infant remains shocked with poor peripheral perfusion despite all other attempts at resuscitation, a plasma volume expander such as normal saline, Ringer’s lactate, stabilised human serum, Haemaccel or Plasmolyte B can be given intravenously via an umbilical vein catheter. The required volume is usually 10 ml/kg over 10 minutes. If needed this can be repeated once unless there has been severe blood loss.</li> <li>An injection of 4 ml/kg of 4% sodium bicarbonate into the umbilical vein to correct acidosis and stimulate the cardiorespiratory system has occasionally been used. Sodium bicarbonate should only be given once adequate ventilation has been achieved. An 8% solution must never be used as it is extremely hypertonic. Never give sodium bicarbonate down the endotracheal tube. Ideally, sodium bicarbonate should only be given after confirming a severe metabolic acidosis.</li> <li>Only give extra glucose intravenously if the blood glucose concentration is low when measured with a reagent strip. Do not routinely give glucose during resuscitation. Usually a 10% glucose solution is adequate to correct any hypoglycaemia.</li> </ul> </dd> </dl> <h3 id="how-can-you-assess-whether-resuscitation-is-successful">1-17 How can you assess whether resuscitation is successful?</h3> <p>The 4 steps in resuscitation are followed step by step until the 3 most important vital signs of the Apgar score have returned to normal:</p> <ol> <li><strong>A pulse rate above 100 beats per minute</strong>. Easily assessed by palpating the base of the umbilical cord or listening to the chest with a stethoscope. A good heart rate is the best indicator of adequate ventilation during resuscitation. It is useful to count the number of heart beats in 15 seconds and then multiply by 4 to give beats per minute.</li> <li><strong>A good cry or good breathing efforts</strong> (not just gasping). This assures adequate breathing. A good cry usually indicates that the infant has been successfully resuscitated.</li> <li><strong>A pink tongue</strong>. This indicates a good oxygen supply to the brain. Do not rely on the colour of the lips or buccal mucosa.</li> </ol> <h3 id="when-is-further-resuscitation-hopeless">1-18 When is further resuscitation hopeless?</h3> <p>Every effort should be made to resuscitate all infants that show any sign of life at delivery unless the infant’s gestational age, weight or severe birth defects indicate a very poor chance of survival. The Apgar scores at 1 and 5 minutes are not a good indicator of the likelihood of hypoxic brain damage or the possibility of an unsuccessful resuscitation. If the Apgar score remains low after 5 minutes, efforts at resuscitation must be continued. It is important to keep repeating the Apgar score every 5 minutes until the score is normal or resuscitation is abandoned.</p> <p>If the infant has not started to breathe, or only gives occasional gasps by 20 minutes, the chance of death or brain damage is extremely high. The exception is when the infant is sedated by maternal drugs. It is preferable if an experienced person decides when to abandon further attempts at resuscitation. Resuscitation can also be stopped if there are no signs of life (no heart beat) after 10 minutes.</p> <dl> <dt>Note</dt> <dd>Some people claim that resuscitating infants with failure to breathe is contra-indicated as they survive with brain damage. Research has indicated that this claim is not correct as many infants that do not breathe at birth, that are aggressively resuscitated and survive, recover completely.</dd> </dl> <h3 id="what-post-resuscitation-care-is-needed">1-19 What post-resuscitation care is needed?</h3> <p>Infants that start breathing as soon as mask and bag ventilation is provided can be observed with their mothers. However infants who require more prolonged ventilation must be carefully observed in the newborn nursery for at least 4 hours after delivery. Their temperature, pulse and respiratory rate, colour and activity should be recorded and their blood glucose concentration checked. Keep these infants warm and provide fluid and energy either intravenously or orally. Usually these infants are observed in a closed incubator. Do not bath the infant until the infant has fully recovered.</p> <p>If the infant has signs of respiratory difficulty, or is centrally cyanosed in room air after resuscitation, it is essential to provide oxygen while the infant is being moved to the nursery. Some infants may even require ventilation during transport.</p> <p>Careful notes must be made describing the infant’s condition at birth, the resuscitation needed and the probable cause of the failure to breathe well at birth.</p> <h2 id="preventing-meconium-aspiration">Preventing meconium aspiration</h2> <h3 id="does-the-meconium-stained-infant-need-special-care">1-20 Does the meconium-stained infant need special care?</h3> <p>Yes. All infants that have meconium-stained amniotic fluid (liquor) need special care to reduce the risk of severe meconium aspiration after delivery. Whenever possible all these at-risk infants should be identified before delivery, especially infants with thick meconium in the amniotic fluid.</p> <dl> <dt>Note</dt> <dd>Good intrapartum care will help to prevent fetal distress and meconium-stained liquor.</dd> </dl> <h3 id="why-does-the-meconium-stained-infant-need-special-care">1-21 Why does the meconium-stained infant need special care?</h3> <p>As a result of hypoxia before delivery, the fetus may pass meconium. Some hypoxic fetuses will also make gasping movements which can suck meconium into the upper airways together with amniotic fluid. Fortunately most of the meconium is unable to reach the fluid-filled alveoli of the fetus. Only after delivery, when the infant inhales air, does meconium enter the small airways and alveoli.</p> <p>Meconium contains enzymes from the fetal pancreas that can cause severe lung damage and even death if inhaled into the alveoli after delivery. Meconium also obstructs the airways. This results in respiratory distress due to meconium inhalation.</p> <dl> <dt>Note</dt> <dd>Meconium often burns the infant’s skin and digests away the infant’s eyelashes! Therefore, imagine the damage meconium can cause to the delicate lining of the bronchi and alveoli.</dd> </dl> <h3 id="how-can-you-reduce-the-risk-of-meconium-aspiration-during-delivery">1-22 How can you reduce the risk of meconium aspiration during delivery?</h3> <p>Many cases of meconium aspiration syndrome can be prevented with the correct care of the infant during delivery. A suction apparatus and a F10 end-hole catheter must be ready at the bedside. If possible, the person conducting the delivery should have an assistant to suction the infant’s mouth when the head delivers.</p> <p>After delivery of the head, the shoulders should be held back and the mother asked to pant to prevent delivery of the trunk. The infant’s face is then turned toward the assistant so that the mouth and pharynx can be well suctioned. Only when no more meconium can be cleared, should the infant be completely delivered. The same process should be followed if a meconium-stained infant is delivered by casarean section. Suctioning should not take more than 30 seconds.</p> <p>Some infants develop apnoea and bradycardia as a result of the suctioning and, therefore, may need mask ventilation for a few minutes after delivery.</p> <blockquote> <p>Meconium-stained infants must be suctioned before delivery of the shoulders.</p> </blockquote> <dl> <dt>Note</dt> <dd>A recent study in countries where severe meconium aspiration is uncommon suggests that suctioning meconium-stained infants at delivery is not needed. However, these findings probably do not apply to services where monitoring in labour is poor, intrapartum hypoxia is an important cause of neonatal death, ccaesarean section rates are low and severe meconium aspiration syndrome is common. A meconium aspirator, which attaches between the endotracheal tube and bag, is very useful.</dd> </dl> <h3 id="how-can-you-reduce-the-risk-of-meconium-aspiration-after-delivery">1-23 How can you reduce the risk of meconium aspiration after delivery?</h3> <p>No further suctioning is needed if the infant was well suctioned during delivery. If not, suction the mouth and pharynx well before drying the infant and stimulating breathing. The mouth can be wiped with a towel and meconium can be removed from the skin during routine drying.</p> <p>If a meconium-covered infant needs resuscitation, it is better to intubate the infant immediately to clear the airways. Once intubated, direct suction can be applied to the endotracheal tube. Withdraw the endotracheal tube slowly while applying suction. Repeat intubation and suction until no more meconium is obtained. This aggressive method of suctioning is very successful in preventing severe meconium aspiration. The pharynx can also be suctioned under direct vision using a laryngoscope, before ventilation is started. Do not use bag and mask ventilation before adequately suctioning meconium-stained infants as this can blow meconium from the pharynx into the lungs.</p> <blockquote> <p>Meconium-stained infants who require resuscitation need suctioning before starting ventilation.</p> </blockquote> <h3 id="what-care-should-you-give-to-meconium-stained-infants-in-the-nursery">1-24 What care should you give to meconium-stained infants in the nursery?</h3> <ol> <li>All heavily meconium-stained infants should be observed in the nursery for a few hours after delivery as they may show signs of hypoxic damage or meconium aspiration syndrome. Most meconium-stained infants have swallowed meconium before delivery. Meconium is a very irritant substance and causes meconium gastritis. This may result in repeated vomits of meconium-stained mucus.</li> <li>Infants with lightly meconium-stained amniotic fluid who appear well after delivery can be kept with their mothers.</li> </ol> <p>Meconium gastritis may be prevented by washing out the stomach with normal saline or 2% sodium bicarbonate (mix 4% sodium bicarbonate with an equal volume of sterile water). Five ml of normal saline or 2% sodium bicarbonate is repeated injected into the stomach via a nasogastric tube and then aspirated until the gastric aspirate is clear. Only heavily meconium-stained infants should have a stomach washout on arrival in the nursery. This should be followed by a feed of colostrum. Routine stomach washouts in all preterm infants or infants born by caesarean section are not needed. A stomach washout is also not needed if there is only lightly meconium-stained amniotic fluid.</p> <p>Meconium-stained infants do not need to be washed or bathed immediately after delivery.</p> <dl> <dt>Note</dt> <dd>Colostrum contains phagocytic cells that ingest any meconium that remains in the stomach. This reduces the chance of further vomiting.</dd> </dl> <blockquote> <p>A stomach washout is only needed if the infant is covered with thick meconium.</p> </blockquote> <h2 id="neonatal-encephalopathy">Neonatal encephalopathy</h2> <h3 id="what-is-the-danger-of-hypoxia-before-or-after-delivery">1-25 What is the danger of hypoxia before or after delivery?</h3> <p>If the cells of the fetus or newborn infant do not receive enough oxygen, many organs may be damaged. This may result in either:</p> <ol> <li>Transient damage which will recover completely after delivery</li> <li>Permanent damage that will not recover fully after birth</li> <li>Death of the fetus or newborn infant</li> </ol> <h3 id="what-organs-are-commonly-damaged-by-hypoxia">1-26 What organs are commonly damaged by hypoxia?</h3> <ol> <li>The <strong>brain</strong> needs a lot of oxygen and, therefore, is very sensitive to hypoxia either before or after delivery.</li> <li>The <strong>kidneys</strong> may be damaged, resulting in haematuria, proteinuria and decreased urine output for the first few days after delivery. Occasionally renal failure may result.</li> <li>The <strong>heart</strong> may be damaged causing heart failure. This presents with hepatomegaly, respiratory distress and poor peripheral perfusion.</li> <li>The <strong>gut</strong> may be damaged causing necrotising enterocolitis.</li> <li>The <strong>lungs</strong> may be damaged resulting in respiratory distress with pulmonary artery spasm (persistent pulmonary hypertension).</li> </ol> <dl> <dt>Note</dt> <dd>At the onset of hypoxia, blood is shunted away from the kidneys, gut and lungs to protect the brain and heart. This may cause ischaemic damage to these organs. The increased blood flow to the brain may cause intraventricular haemorrhage in preterm infants. With severe, prolonged hypoxia, cardiac output eventually falls and as a result the brain and myocardium may also suffer ischaemic damage.</dd> </dl> <blockquote> <p>Fetal hypoxia may cause brain damage.</p> </blockquote> <h3 id="what-damage-is-done-to-the-brain-by-hypoxia">1-27 What damage is done to the brain by hypoxia?</h3> <p>Different types of brain damage can occur depending on the gestational age of the fetus and the severity of the hypoxia:</p> <ol> <li>In term infants and infants near to term, hypoxia and ischaemia of the brain during labour presents in the first 72 hours as <strong>neonatal encephalopathy</strong> (hypoxic ischaemic encephalopathy). This is common especially where monitoring and care of the fetus during labour is poor.</li> <li>In preterm infants, hypoxia before delivery may damage small blood vessels around the ventricles of the brain causing an intraventricular haemorrhage. The bleeding can damage the surrounding brain. An intraventricular haemorrhage usually presents within the first 2 days after delivery. A mild haemorrhage is usually asymptomatic but a severe haemorrhage causes apnoea, shock and death. The clinical diagnosis of intraventricular haemorrhage can be confirmed with ultrasonography of the brain.</li> <li>Hypoxia may cause decreased blood flow which results in <strong>infarction</strong> (death) of part of the brain. In preterm infants this usually causes spastic diplegia (spastic weakness of both legs). In term infants hypoxia usually causes convulsions, mental retardation and cerebral palsy.</li> <li>Hypoxia may also cause blindness, deafness or learning and behaviour problems at school.</li> </ol> <h3 id="what-are-the-clinical-signs-of-neonatal-encephalopathy">1-28 What are the clinical signs of neonatal encephalopathy?</h3> <ol> <li>Altered level of consciousness. Either depressed level of consciousness with poor feeding, or staring with increased irritability.</li> <li>Altered tone. Either increased tone or decreased tone (hypotonia).</li> <li>Poor feeding or abnormal breathing with apnoea.</li> <li>Fits (convulsions) or abnormal movements.</li> <li>Abnormal reflexes e.g. no or poor Moro reflex.</li> </ol> <p>Most infants with neonatal encephalopathy behave abnormally in the first 12 hours after delivery. Most, but not all, cases of neonatal encephalopathy are due to intrapartum hypoxia (hypoxia during labour or just before delivery). Hypoglycaemia, meningitis and brain haemorrhage can also give neonatal encephalopathy.</p> <dl> <dt>Note</dt> <dd>A number of scoring methods (e.g. the Thompson score) are available to assess the severity of neonatal encephalopathy on a daily basis for the first two weeks of life. This can help to predict the outcome. Infants with a normal score on day 7 will probably recover completely.</dd> </dl> <blockquote> <p>Neonatal encephalopathy presents with abnormal neurological signs soon after birth.</p> </blockquote> <h3 id="what-are-the-results-of-neonatal-encephalopathy">1-29 What are the results of neonatal encephalopathy?</h3> <ol> <li>The encephalopathy may recover completely and the child develops normally. This is common with mild encephalopathy when the infant appears normal by 7 days of age.</li> <li>The encephalopathy may recover slowly and the child survives but has permanent brain damage with cerebral palsy or mental disability or both. This is often seen when the signs of neonatal encephalopathy have not disappeared by 7 days of life.</li> <li>The encephalopathy may get worse and the infant dies during the first few days.</li> </ol> <h3 id="what-is-the-management-of-an-infant-with-neonatal-encephalopathy">1-30 What is the management of an infant with neonatal encephalopathy?</h3> <p>Prevent severe hypoxia, if possible, by good monitoring and care in labour. Once the hypoxic and ischaemic brain damage is done, there is little that can repair this.</p> <ol> <li>Infants with neonatal encephalopathy should be given general supportive care to prevent hypoglycaemia or further hypoxia. If possible they should be referred to a level 2 or 3 hospital.</li> <li>It is very important that they do not become too hot as this may make the brain damage worse. Their abdominal skin temperature should not be allowed to increase above 35.5 °C and axillary temperature above 36 °C.</li> <li>Fluid intake is usually restricted to 60 ml/kg daily for the first 3 days to help prevent cerebral oedema.</li> <li>Fits are controlled with 20 mg/kg intravenous phenobarbitone.</li> <li>Ventilation may be needed.</li> <li>Monitor the vital signs and look out for hypoxic damage to other organs.</li> <li>Survivors must be followed up for signs of neurodevelopmental delay or cerebral palsy.</li> </ol> <dl> <dt>Note</dt> <dd>Recent exciting studies show that the extent of brain damage in infants with moderate encephalopathy can be reduced if the infants are cooled for the first 72 hours after delivery. This procedure promises some hope to many of these infants.</dd> </dl> <h2 id="case-study-1">Case study 1</h2> <p>After a normal pregnancy, an infant is born by elective caesarian section under general anaesthesia. Immediately after delivery the infant is dried and placed under an overhead radiant warmer. He is not breathing and resuscitation is started. At 1 minute after birth the infant has a heart rate of 80 beats per minute, gives irregular gasps, has blue hands and feet but a pink tongue, has some muscle tone but does not respond when dried. Resuscitation is started and at 5 minutes the infant has a heart rate of 120 beats per minute and is breathing well. The tongue is pink but the hands and feet are still blue. The infant moves actively and cries well.</p> <h3 id="what-is-the-infants-apgar-score-at-1-minute">1. What is the infant’s Apgar score at 1 minute?</h3> <p>The Apgar score at 1 minute is 4: heart rate=1, respiration=1, colour=1, tone=1, response=0.</p> <h3 id="why-does-this-infant-require-resuscitation">2. Why does this infant require resuscitation?</h3> <p>Because he is not breathing well after being dried. The diagnosis of failure to breathe well is supported by the low Apgar score at 1 minute.</p> <h3 id="what-is-the-probable-cause-of-the-failure-to-breathe">3. What is the probable cause of the failure to breathe?</h3> <p>The general anaesthetic. Both the intravenous drugs and the anaesthetic gases cross the placenta and may sedate the fetus. These sedated infants usually respond rapidly to resuscitation.</p> <h3 id="what-is-the-most-important-step-in-resuscitating-this-infant">4. What is the most important step in resuscitating this infant?</h3> <p>If respiration cannot be stimulated by drying the infant, then ventilation must be started. Most infants can be adequately ventilated with a bag and mask. If good chest movement cannot be obtained with mask ventilation, the infant must be intubated and ventilated.</p> <h3 id="what-is-this-infants-apgar-score-at-5-minutes">5. What is this infant’s Apgar score at 5 minutes?</h3> <p>The Apgar score at 5 minutes is 9: heart rate=2, breathing=2, colour=1, tone=2, response=2. This indicates that the infant has responded well to resuscitation. Blue hands and feet (peripheral cyanosis) at 5 minutes are common.</p> <h3 id="why-is-this-infant-very-unlikely-to-have-suffered-brain-damage-due-to-hypoxia">6. Why is this infant very unlikely to have suffered brain damage due to hypoxia?</h3> <p>Because there is no history of fetal distress to indicate that this infant had been hypoxic before delivery. The rapid response to resuscitation also suggests that there was not fetal hypoxia. There is also no good reason why the fetus should be hypoxic as the mother has had an elective caesarean section and was not in labour. Most fetal hypoxia occurs during labour.</p> <h3 id="what-should-be-the-management-of-this-infant-after-resuscitation">7. What should be the management of this infant after resuscitation?</h3> <p>The infant should be kept warm and be transferred to the nursery for observation for a few hours.</p> <h2 id="case-study-2">Case study 2</h2> <p>After fetal distress has been diagnosed, an infant is delivered by a difficult vacuum extraction. At delivery the infant is covered with thick meconium. The infant starts to gasp. Only then are the mouth and pharynx suctioned for the first time. The Apgar score at 1 minute is 3. The infant is given face mask oxygen and by 5 minutes the Apgar score is 6. By 15 minutes the infant is active and crying well. It is decided to bath the infant and give a stomach washout in the labour ward before transferring both mother and infant to the postnatal ward.</p> <h3 id="what-are-the-probable-causes-of-gasping-and-the-low-1-minute-apgar-score-">1. What are the probable causes of gasping and the low 1 minute Apgar score ?</h3> <p>Hypoxia resulting in fetal distress, as indicated by the passage of meconium before delivery. The difficult delivery by vacuum extractionprobably resulted in failure to breathe well and a low Apgar score, while inhaled meconium may have blocked the airway.</p> <h3 id="what-mistake-was-made-with-the-management-of-this-infant">2. What mistake was made with the management of this infant?</h3> <p>The infant’s mouth and pharynx should have been well suctioned <em>before</em> the shoulders were delivered. This will usually prevent severe meco­nium aspiration as the airway is cleared of meconium before the infant starts to breathe.</p> <h3 id="what-size-catheter-would-you-have-used-to-suction-this-infants-mouth-and-pharynx">3. What size catheter would you have used to suction this infant’s mouth and pharynx?</h3> <p>A large catheter (F10) must be used as a small catheter will block with meconium. The catheter should have a hole at the end and not just at the side.</p> <h3 id="should-this-infant-be-given-a-bath-and-stomach-washout-in-the-labour-ward-after-it-starts-to-breathe-spontaneously">4. Should this infant be given a bath and stomach washout in the labour ward after it starts to breathe spontaneously?</h3> <p>No. A bath should not be done until the infant has been stable for a number of hours in the nursery. As there was thick meconium, the infant should be given a stomach washout with normal saline or 2% sodium bicarbonate in the nursery followed by a breastfeed.</p> <h3 id="what-2-complications-is-this-infant-at-high-risk-of">5. What 2 complications is this infant at high risk of?</h3> <p>This infant may develop meconium aspiration syndrome as meconium was probably inhaled into the lungs after birth. The infant may also suffer brain damage or damage to other organs due to hypoxia causing fetal distress during labour.</p> <h3 id="what-does-an-apgar-score-of-6-at-5-minutes-suggest">6. What does an Apgar score of 6 at 5 minutes suggest?</h3> <p>It suggests that the infant has not been correctly resuscitated. This infant needed intubation and suctioning followed by ventilation, and not just face mask oxygen.</p> <h2 id="case-study-3">Case study 3</h2> <p>A woman with an abruptio placentae delivers at 32 weeks. Before delivery the fetal heart rate was only 80 beats per minute. The infant appeared dead at birth but was intubated and ventilated. Chest compressions were also given, and the heart rate remained slow after ventilation was started. The 1 minute Apgar score was 2. Despite further efforts at resuscitation, the Apgar score at 5, 10, 15 and 20 minutes remained 2.</p> <h3 id="what-is-the-probable-cause-of-the-infants-poor-condition-at-birth">1. What is the probable cause of the infant’s poor condition at birth?</h3> <p>Fetal distress caused by fetal hypoxia. Abruptio placentae (placental separation before delivery) is a common cause of severe hypoxia and fetal distress.</p> <h3 id="why-is-it-possible-to-successfully-resuscitate-some-infants-that-appear-dead-at-birth">2. Why is it possible to successfully resuscitate some infants that appear dead at birth?</h3> <p>If a fetal heart is heard just before delivery but the infant appears dead at birth, the duration of cardiac arrest has only been a few minutes. With ventilation and chest compressions, it is possible to resuscitate some of these infants. Many of the survivors do not suffer brain damage.</p> <h3 id="what-is-the-significance-of-the-low-apgar-scores-at-5-10-15-and-20-minutes">3. What is the significance of the low Apgar scores at 5, 10, 15 and 20 minutes?</h3> <p>Prolonged failure to respond well to resuscitation suggests that the infant will die due to severe hypoxic damage to the brain and heart.</p> <h3 id="which-5-organs-are-likely-to-be-damaged-by-severe-hypoxia">4. Which 5 organs are likely to be damaged by severe hypoxia?</h3> <p>The brain, heart, kidneys, gut and lungs.</p> <h3 id="what-is-neonatal-encephalopathy">5. What is neonatal encephalopathy?</h3> <p>Abnormal neurological behaviour of a newborn infant within hours of birth. The important features of neonatal encephalopathy are altered level of consciousness, abnormal muscle tone, poor feeding and breathing, depressed reflexes and convulsions. Neonatal encephalopathy is usually due to intrapartum hypoxia.</p> <h3 id="when-should-attempts-at-resuscitation-be-stopped">6. When should attempts at resuscitation be stopped?</h3> <p>If there is no heart beat after 10 minutes or no attempt at breathing after 20 minutes.</p> <h2 id="case-study-4">Case study 4</h2> <p>After a normal labour and delivery at term, an infant cries well at birth. No maternal analgesia was needed and the amniotic fluid was not meconium stained. The infant is well suctioned after delivery as this is the routine practice in the clinic. Immediately after suctioning the infant stops breathing and becomes cyanosed. The 1 minute Apgar score is not done. The medical officer tries unsuccessfully for 5 minutes to intubate the infant. When an intramuscular injection of naloxone fails to stimulate respiration, further attempts at resuscitation are abandoned. The infant is centrally cyanosed, has a heart rate of 50 beats per minute and starts to gasp at 5 minutes. Face mask oxygen was given and eventually the infant cried weakly. No one at the clinic had been trained in basic neonatal resuscitation.</p> <h3 id="what-was-the-first-mistake-that-was-made-in-managing-this-infant">1. What was the first mistake that was made in managing this infant?</h3> <p>The infant’s mouth and throat should not have been suctioned as there was no clinical indication. The infant breathed well after delivery and was not meconium stained. Normal infants must not be routinely suctioned. Suctioning clear liquor from the mouth and throat before starting ventilation is probably not needed. The 1 minute Apgar score should have been done to document the infant’s clinical condition at this time.</p> <h3 id="why-did-the-infant-stop-breathing-and-become-cyanosed">2. Why did the infant stop breathing and become cyanosed?</h3> <p>Excessive, deep suctioning often causes apnoea. This is why routine suctioning has been stopped.</p> <h3 id="how-should-this-infant-have-been-resuscitated">3. How should this infant have been resuscitated?</h3> <p>The head and neck should have been correctly positioned to open the airway. Then bag and mask ventilation should have been given. With this basic resuscitation, the infant would almost certainly have started to breathe normally and cry. The infant became more and more hypoxic while attempts were made to intubate the trachea. The Apgar should also have been done at 5 minutes and every 5 minutes thereafter to record the condition of the infant during the resuscitation attempt.</p> <h3 id="what-is-the-value-of-giving-naloxone-to-infants-who-breathe-poorly-at-birth">4. What is the value of giving naloxone to infants who breathe poorly at birth?</h3> <p>Naloxone is useful in reversing respiratory depression in the newborn infant if the mother had received pethidine or morphine during the 4 hours before delivery. There was no indication for giving naloxone in this infant as the mother had not received any analgesia. Naloxonen is not a respiratory stimulant.</p> <h3 id="should-attempts-at-resuscitation-have-been-abandoned-before-5-minutes">5. Should attempts at resuscitation have been abandoned before 5 minutes?</h3> <p>No. Attempts should be continued for at least 20 minutes. An urgent telephone call to the referral hospital could have provided the correct advice needed. Some infants with poor breathing at birth will eventually start gasping spontaneously even if the correct resuscitation is not given. However, during the period of inadequate resuscitation the infant becomes progressively more hypoxic. This can result in brain damage.</p> <h3 id="who-should-be-trained-to-give-basic-resuscitation-to-newborn-infants">6. Who should be trained to give basic resuscitation to newborn infants?</h3> <p>All the medical and nursing staff who deliver infants. Often it cannot be predicted during labour which infants will not breathe well and need resuscitation. Clinics and hospitals should not deliver infants if they are not able to provide good resuscitation.</p> <h3 id="should-this-infant-have-received-chest-compressions">7. Should this infant have received chest compressions?</h3> <p>Only if the heart rate remained below 60 per minute after 60 seconds of effective ventilation. With early bag and mask ventilation the heart rate would almost certainly have increased and the cyanosis disappeared.</p> <p>See Figure 1-1, the important steps in basic newborn resuscitation.</p> <figure> <img src="images/nc-fig-1-1.svg" alt="Figure 1-1: The important steps in basic newborn resuscitation." /> <figcaption>Figure 1-1: The important steps in basic newborn resuscitation.</figcaption> </figure> </div><!--.chapter--> </div><!--#wrapper--> </body> </html>
openassessment/templates/openassessmentblock/response/oa_response_team_already_submitted.html
edx/edx-ora2
{% extends "openassessmentblock/response/oa_response.html" %} {% load i18n %} {% load tz %} {% block list_item %} <li id="openassessment__response__{{ xblock_id }}" class="openassessment__steps__step step--response has--error is--showing ui-slidable__container" tabindex="-1"> {% endblock %} {% block title %} <span class="step__status"> <span id="oa_step_status_response" class="step__status__value"> <span class="icon fa fa-exclamation-triangle" aria-hidden="true"></span> <span class="copy">{% trans "Error" %}</span> </span> </span> {% endblock %} {% block body %} <div class="ui-slidable__content" aria-labelledby="oa_response_{{ xblock_id }}" id="oa_response_{{ xblock_id }}_content"> <div class="wrapper--step__content"> <div class="step__message message message--incomplete"> <h5 class="message__title">{% trans "Status" %}</h5> <div class="message__content"> <p> {% blocktrans %} You joined Team {{ team_name }} after they submitted a response for this assignment and you will not receive a grade for their response. You have also not previously submitted a response to this assignment with another team. Please contact course staff to discuss your options for this assignment. {% endblocktrans %} </p> </div> </div> </div> </div> {% endblock %}
ImproveMyCity_Project/javadoc/index-files/index-8.html
MKLab-ITI/ImproveMyCity-Mobile
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_15) on Tue Apr 21 15:27:08 EEST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>H-Index</title> <meta name="date" content="2015-04-21"> <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="H-Index"; } //--> </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>Package</li> <li>Class</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-7.html">Prev Letter</a></li> <li><a href="index-9.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-8.html" target="_top">Frames</a></li> <li><a href="index-8.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="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a href="index-20.html">_</a>&nbsp;<a name="_H_"> <!-- --> </a> <h2 class="title">H</h2> <dl> <dt><span class="strong"><a href="../com/mk4droid/IMC_Activities/Fragment_Map.html#handlerBroadcastRefresh">handlerBroadcastRefresh</a></span> - Variable in class com.mk4droid.IMC_Activities.<a href="../com/mk4droid/IMC_Activities/Fragment_Map.html" title="class in com.mk4droid.IMC_Activities">Fragment_Map</a></dt> <dd> <div class="block">Handler for refreshing data</div> </dd> <dt><span class="strong"><a href="../com/mk4droid/IMC_Activities/Fragment_Map.html#handlerMarkersUPD">handlerMarkersUPD</a></span> - Variable in class com.mk4droid.IMC_Activities.<a href="../com/mk4droid/IMC_Activities/Fragment_Map.html" title="class in com.mk4droid.IMC_Activities">Fragment_Map</a></dt> <dd> <div class="block">Handler for updating Markers</div> </dd> <dt><span class="strong"><a href="../com/mk4droid/IMC_Services/Service_Location.html#handlerToast">handlerToast</a></span> - Static variable in class com.mk4droid.IMC_Services.<a href="../com/mk4droid/IMC_Services/Service_Location.html" title="class in com.mk4droid.IMC_Services">Service_Location</a></dt> <dd> <div class="block">Handler for showing debug messages on Screen</div> </dd> <dt><span class="strong"><a href="../com/mk4droid/IMC_Services/Service_Data.html#HasInternet">HasInternet</a></span> - Static variable in class com.mk4droid.IMC_Services.<a href="../com/mk4droid/IMC_Services/Service_Data.html" title="class in com.mk4droid.IMC_Services">Service_Data</a></dt> <dd> <div class="block">Provides information about connectivity to internet</div> </dd> <dt><span class="strong"><a href="../com/mk4droid/IMC_Core/FilterCateg_ExpandableListAdapter.html#hasStableIds()">hasStableIds()</a></span> - Method in class com.mk4droid.IMC_Core.<a href="../com/mk4droid/IMC_Core/FilterCateg_ExpandableListAdapter.html" title="class in com.mk4droid.IMC_Core">FilterCateg_ExpandableListAdapter</a></dt> <dd>&nbsp;</dd> </dl> <a href="index-1.html">A</a>&nbsp;<a href="index-2.html">B</a>&nbsp;<a href="index-3.html">C</a>&nbsp;<a href="index-4.html">D</a>&nbsp;<a href="index-5.html">E</a>&nbsp;<a href="index-6.html">F</a>&nbsp;<a href="index-7.html">G</a>&nbsp;<a href="index-8.html">H</a>&nbsp;<a href="index-9.html">I</a>&nbsp;<a href="index-10.html">L</a>&nbsp;<a href="index-11.html">M</a>&nbsp;<a href="index-12.html">N</a>&nbsp;<a href="index-13.html">O</a>&nbsp;<a href="index-14.html">P</a>&nbsp;<a href="index-15.html">R</a>&nbsp;<a href="index-16.html">S</a>&nbsp;<a href="index-17.html">T</a>&nbsp;<a href="index-18.html">U</a>&nbsp;<a href="index-19.html">V</a>&nbsp;<a href="index-20.html">_</a>&nbsp;</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>Package</li> <li>Class</li> <li><a href="../overview-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li class="navBarCell1Rev">Index</li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="index-7.html">Prev Letter</a></li> <li><a href="index-9.html">Next Letter</a></li> </ul> <ul class="navList"> <li><a href="../index.html?index-filesindex-8.html" target="_top">Frames</a></li> <li><a href="index-8.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>
rules/rgaa3-2016/src/test/resources/testcases/rgaa32016/Rgaa32016Rule130603/Rgaa32016.Test.13.06.03-3NMI-01.html
Tanaguru/Tanaguru
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Rgaa32016 Test.13.6.3 NMI 01</title> </head> <body> <div> <h1>Rgaa32016 Test.13.6.3 NMI 01</h1> <div class="test-detail" lang="fr"> Dans chaque page Web, chaque fichier en téléchargement via un lien ou un formulaire a-t-il, si nécessaire, des informations relatives à sa langue (hors cas particuliers) ? </div> <div class="testcase"> <a href="my-link.odt">Office Document</a> </div> <div class="test-explanation"> NMI : The page has a link with extension that corresponds to a downloadable document. </div> </div> </body> </html>
static/blog/40123202-cdw11-bao-gao.html
ll22145683/cdw11_2
<!DOCTYPE html> <html lang="en" > <head> <title>40123202 cdw11 報告 - CDW11 網頁 (虎尾科大MDE)</title> <!-- Using the latest rendering mode for IE --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style type="text/css"> /*some stuff for output/input prompts*/ div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}div.cell.selected{border-radius:4px;border:thin #ababab solid} div.cell.edit_mode{border-radius:4px;border:thin #008000 solid} div.cell{width:100%;padding:5px 5px 5px 0;margin:0;outline:none} div.prompt{min-width:11ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em} @media (max-width:480px){div.prompt{text-align:left}}div.inner_cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;line-height:1.21429em} div.prompt:empty{padding-top:0;padding-bottom:0} div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;} div.inner_cell{width:90%;} div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} div.input_prompt{color:navy;border-top:1px solid transparent;} div.output_wrapper{margin-top:5px;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;} div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);-moz-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);} div.output_collapsed{margin:0px;padding:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;} div.out_prompt_overlay{height:100%;padding:0px 0.4em;position:absolute;border-radius:4px;} div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000000;-moz-box-shadow:inset 0 0 1px #000000;box-shadow:inset 0 0 1px #000000;background:rgba(240, 240, 240, 0.5);} div.output_prompt{color:darkred;} a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;} h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible;} /* end stuff for output/input prompts*/ .highlight-ipynb .hll { background-color: #ffffcc } .highlight-ipynb { background: #f8f8f8; } .highlight-ipynb .c { color: #408080; font-style: italic } /* Comment */ .highlight-ipynb .err { border: 1px solid #FF0000 } /* Error */ .highlight-ipynb .k { color: #008000; font-weight: bold } /* Keyword */ .highlight-ipynb .o { color: #666666 } /* Operator */ .highlight-ipynb .cm { color: #408080; font-style: italic } /* Comment.Multiline */ .highlight-ipynb .cp { color: #BC7A00 } /* Comment.Preproc */ .highlight-ipynb .c1 { color: #408080; font-style: italic } /* Comment.Single */ .highlight-ipynb .cs { color: #408080; font-style: italic } /* Comment.Special */ .highlight-ipynb .gd { color: #A00000 } /* Generic.Deleted */ .highlight-ipynb .ge { font-style: italic } /* Generic.Emph */ .highlight-ipynb .gr { color: #FF0000 } /* Generic.Error */ .highlight-ipynb .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight-ipynb .gi { color: #00A000 } /* Generic.Inserted */ .highlight-ipynb .go { color: #888888 } /* Generic.Output */ .highlight-ipynb .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ .highlight-ipynb .gs { font-weight: bold } /* Generic.Strong */ .highlight-ipynb .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight-ipynb .gt { color: #0044DD } /* Generic.Traceback */ .highlight-ipynb .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ .highlight-ipynb .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ .highlight-ipynb .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ .highlight-ipynb .kp { color: #008000 } /* Keyword.Pseudo */ .highlight-ipynb .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ .highlight-ipynb .kt { color: #B00040 } /* Keyword.Type */ .highlight-ipynb .m { color: #666666 } /* Literal.Number */ .highlight-ipynb .s { color: #BA2121 } /* Literal.String */ .highlight-ipynb .na { color: #7D9029 } /* Name.Attribute */ .highlight-ipynb .nb { color: #008000 } /* Name.Builtin */ .highlight-ipynb .nc { color: #0000FF; font-weight: bold } /* Name.Class */ .highlight-ipynb .no { color: #880000 } /* Name.Constant */ .highlight-ipynb .nd { color: #AA22FF } /* Name.Decorator */ .highlight-ipynb .ni { color: #999999; font-weight: bold } /* Name.Entity */ .highlight-ipynb .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ .highlight-ipynb .nf { color: #0000FF } /* Name.Function */ .highlight-ipynb .nl { color: #A0A000 } /* Name.Label */ .highlight-ipynb .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ .highlight-ipynb .nt { color: #008000; font-weight: bold } /* Name.Tag */ .highlight-ipynb .nv { color: #19177C } /* Name.Variable */ .highlight-ipynb .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ .highlight-ipynb .w { color: #bbbbbb } /* Text.Whitespace */ .highlight-ipynb .mf { color: #666666 } /* Literal.Number.Float */ .highlight-ipynb .mh { color: #666666 } /* Literal.Number.Hex */ .highlight-ipynb .mi { color: #666666 } /* Literal.Number.Integer */ .highlight-ipynb .mo { color: #666666 } /* Literal.Number.Oct */ .highlight-ipynb .sb { color: #BA2121 } /* Literal.String.Backtick */ .highlight-ipynb .sc { color: #BA2121 } /* Literal.String.Char */ .highlight-ipynb .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ .highlight-ipynb .s2 { color: #BA2121 } /* Literal.String.Double */ .highlight-ipynb .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ .highlight-ipynb .sh { color: #BA2121 } /* Literal.String.Heredoc */ .highlight-ipynb .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ .highlight-ipynb .sx { color: #008000 } /* Literal.String.Other */ .highlight-ipynb .sr { color: #BB6688 } /* Literal.String.Regex */ .highlight-ipynb .s1 { color: #BA2121 } /* Literal.String.Single */ .highlight-ipynb .ss { color: #19177C } /* Literal.String.Symbol */ .highlight-ipynb .bp { color: #008000 } /* Name.Builtin.Pseudo */ .highlight-ipynb .vc { color: #19177C } /* Name.Variable.Class */ .highlight-ipynb .vg { color: #19177C } /* Name.Variable.Global */ .highlight-ipynb .vi { color: #19177C } /* Name.Variable.Instance */ .highlight-ipynb .il { color: #666666 } /* Literal.Number.Integer.Long */ </style> <style type="text/css"> /* Overrides of notebook CSS for static HTML export */ div.entry-content { overflow: visible; padding: 8px; } .input_area { padding: 0.2em; } a.heading-anchor { white-space: normal; } .rendered_html code { font-size: .8em; } pre.ipynb { color: black; background: #f7f7f7; border: none; box-shadow: none; margin-bottom: 0; padding: 0; margin: 0px; font-size: 13px; } /* remove the prompt div from text cells */ div.text_cell .prompt { display: none; } /* remove horizontal padding from text cells, */ /* so it aligns with outer body text */ div.text_cell_render { padding: 0.5em 0em; } img.anim_icon{padding:0; border:0; vertical-align:middle; -webkit-box-shadow:none; -box-shadow:none} </style> <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script> <script type="text/javascript"> init_mathjax = function() { if (window.MathJax) { // MathJax loaded MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] }, displayAlign: 'left', // Change this to 'center' to center equations. "HTML-CSS": { styles: {'.MathJax_Display': {"margin": 0}} } }); MathJax.Hub.Queue(["Typeset",MathJax.Hub]); } } init_mathjax(); </script> <link rel="canonical" href="./40123202-cdw11-bao-gao.html"> <meta name="author" content="40123202" /> <meta name="keywords" content="40123202,cdw11" /> <meta name="description" content="啟動 cdw11 協同專案" /> <meta property="og:site_name" content="CDW11 網頁 (虎尾科大MDE)" /> <meta property="og:type" content="article"/> <meta property="og:title" content="40123202 cdw11 報告"/> <meta property="og:url" content="./40123202-cdw11-bao-gao.html"/> <meta property="og:description" content="啟動 cdw11 協同專案"/> <meta property="article:published_time" content="2016-06-23" /> <meta property="article:section" content="bg2" /> <meta property="article:tag" content="40123202" /> <meta property="article:tag" content="cdw11" /> <meta property="article:author" content="40123202" /> <!-- Bootstrap --> <link rel="stylesheet" href="./theme/css/bootstrap.united.min.css" type="text/css"/> <link href="./theme/css/font-awesome.min.css" rel="stylesheet"> <link href="./theme/css/pygments/monokai.css" rel="stylesheet"> <link href="./theme/tipuesearch/tipuesearch.css" rel="stylesheet"> <link rel="stylesheet" href="./theme/css/style.css" type="text/css"/> <link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="CDW11 網頁 (虎尾科大MDE) ATOM Feed"/> <script type="text/javascript" src="http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/shCore.js"></script> <script type="text/javascript" src="http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/shBrushJScript.js"></script> <script type="text/javascript" src="http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/shBrushJava.js"></script> <script type="text/javascript" src="http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/shBrushPython.js"></script> <script type="text/javascript" src="http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/shBrushSql.js"></script> <script type="text/javascript" src="http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/shBrushXml.js"></script> <script type="text/javascript" src="http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/shBrushPhp.js"></script> <script type="text/javascript" src="http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/shBrushCpp.js"></script> <script type="text/javascript" src="http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/shBrushCss.js"></script> <script type="text/javascript" src="http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/shBrushCSharp.js"></script> <script type='text/javascript'> (function(){ var corecss = document.createElement('link'); var themecss = document.createElement('link'); var corecssurl = "http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/css/shCore.css"; if ( corecss.setAttribute ) { corecss.setAttribute( "rel", "stylesheet" ); corecss.setAttribute( "type", "text/css" ); corecss.setAttribute( "href", corecssurl ); } else { corecss.rel = "stylesheet"; corecss.href = corecssurl; } document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") ); var themecssurl = "http://cad-lab.github.io/cadlab_data/files/syntaxhighlighter/css/shThemeDefault.css?ver=3.0.9b"; if ( themecss.setAttribute ) { themecss.setAttribute( "rel", "stylesheet" ); themecss.setAttribute( "type", "text/css" ); themecss.setAttribute( "href", themecssurl ); } else { themecss.rel = "stylesheet"; themecss.href = themecssurl; } //document.getElementById("syntaxhighlighteranchor").appendChild(themecss); document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") ); })(); SyntaxHighlighter.config.strings.expandSource = '+ expand source'; SyntaxHighlighter.config.strings.help = '?'; SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n'; SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: '; SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: '; SyntaxHighlighter.defaults['pad-line-numbers'] = false; SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); </script> </head> <body> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="./" class="navbar-brand"> CDW11 網頁 (虎尾科大MDE) </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li > <a href="./category/ag1.html">Ag1</a> </li> <li > <a href="./category/ag10.html">Ag10</a> </li> <li > <a href="./category/ag1_40223153.html">Ag1_40223153</a> </li> <li > <a href="./category/ag1_402231530.html">Ag1_402231530</a> </li> <li > <a href="./category/ag4.html">Ag4</a> </li> <li > <a href="./category/ag7.html">Ag7</a> </li> <li > <a href="./category/ag8.html">Ag8</a> </li> <li > <a href="./category/bg1.html">Bg1</a> </li> <li > <a href="./category/bg10.html">Bg10</a> </li> <li > <a href="./category/bg101.html">Bg101</a> </li> <li > <a href="./category/bg11.html">Bg11</a> </li> <li class="active"> <a href="./category/bg2.html">Bg2</a> </li> <li > <a href="./category/bg3.html">Bg3</a> </li> <li > <a href="./category/bg4.html">Bg4</a> </li> <li > <a href="./category/bg5.html">Bg5</a> </li> <li > <a href="./category/bg7.html">Bg7</a> </li> <li > <a href="./category/bg8.html">Bg8</a> </li> <li > <a href="./category/bg9.html">Bg9</a> </li> <li > <a href="./category/g3.html">G3</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li><span> <form class="navbar-search" action="./search.html"> <input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input" required> </form></span> </li> <li><a href="./archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li> </ul> </div> <!-- /.navbar-collapse --> </div> </div> <!-- /.navbar --> <!-- Banner --> <!-- End Banner --> <div class="container"> <div class="row"> <div class="col-sm-9"> <section id="content"> <article> <header class="page-header"> <h1> <a href="./40123202-cdw11-bao-gao.html" rel="bookmark" title="Permalink to 40123202 cdw11 報告"> 40123202 cdw11 報告 </a> </h1> </header> <div class="entry-content"> <div class="panel"> <div class="panel-body"> <footer class="post-info"> <span class="label label-default">Date</span> <span class="published"> <i class="fa fa-calendar"></i><time datetime="2016-06-23T08:32:22.224721+08:00"> 週四 23 六月 2016</time> </span> <span class="label label-default">By</span> <a href="./author/40123202.html"><i class="fa fa-user"></i> 40123202</a> <span class="label label-default">Tags</span> <a href="./tag/40123202.html">40123202</a> / <a href="./tag/cdw11.html">cdw11</a> </footer><!-- /.post-info --> </div> </div> <p>啟動 cdw11 協同專案</p> <p>pelican 網誌位置: <a href="http://cdw11-ag100.rhcloud.com/static/">http://cdw11-ag100.rhcloud.com/static/</a></p> <p>分組程式: <a href="http://cdw11-ag100.rhcloud.com/option">http://cdw11-ag100.rhcloud.com/option</a></p> <p>fileuploadform: <a href="http://cdw11-ag100.rhcloud.com/fileuploadform">http://cdw11-ag100.rhcloud.com/fileuploadform</a></p> <p>imageuploadform: <a href="http://cdw11-ag100.rhcloud.com/imageuploadform">http://cdw11-ag100.rhcloud.com/imageuploadform</a></p> <p>請各組在 CDW11 下課前完成下列3個圖形的零件組合繪圖:</p> <p><img src="http://cdw11-ag100.rhcloud.com/images/cdw11_4a.png" width="100%" /></p> <p><img src="http://cdw11-ag100.rhcloud.com/images/cdw11_badc.png" width="100%" /></p> <p><img src="http://cdw11-ag100.rhcloud.com/images/cdw11_abcd.png" width="100%" /></p> </div> <!-- /.entry-content --> </article> </section> </div> <div class="col-sm-3" id="sidebar"> <aside> <section class="well well-sm"> <ul class="list-group list-group-flush"> <li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4> <ul class="list-group" id="recentposts"> <li class="list-group-item"> <a href="./40323216-cdw18bao-gao.html"> 40323216 cdw18報告 </a> </li> <li class="list-group-item"> <a href="./40323250-cdw11bao-gao.html"> 40323250 cdw11報告 </a> </li> <li class="list-group-item"> <a href="./40323231-cdw11bao-gao.html"> 40323231 cdw11報告 </a> </li> <li class="list-group-item"> <a href="./40323218-cdw11-bao-gao.html"> 40323218 cdw11 報告 </a> </li> <li class="list-group-item"> <a href="./40323230-w11nei-rong.html"> 40323230 W11內容 </a> </li> </ul> </li> <li class="list-group-item"><a href="./categories.html"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Categories</span></h4></a> <ul class="list-group" id="categories"> <li class="list-group-item"> <a href="./category/ag1.html"> <i class="fa fa-folder-open fa-lg"></i> ag1 </a> </li> <li class="list-group-item"> <a href="./category/ag10.html"> <i class="fa fa-folder-open fa-lg"></i> ag10 </a> </li> <li class="list-group-item"> <a href="./category/ag1_40223153.html"> <i class="fa fa-folder-open fa-lg"></i> ag1_40223153 </a> </li> <li class="list-group-item"> <a href="./category/ag1_402231530.html"> <i class="fa fa-folder-open fa-lg"></i> ag1_402231530 </a> </li> <li class="list-group-item"> <a href="./category/ag4.html"> <i class="fa fa-folder-open fa-lg"></i> ag4 </a> </li> <li class="list-group-item"> <a href="./category/ag7.html"> <i class="fa fa-folder-open fa-lg"></i> ag7 </a> </li> <li class="list-group-item"> <a href="./category/ag8.html"> <i class="fa fa-folder-open fa-lg"></i> ag8 </a> </li> <li class="list-group-item"> <a href="./category/bg1.html"> <i class="fa fa-folder-open fa-lg"></i> bg1 </a> </li> <li class="list-group-item"> <a href="./category/bg10.html"> <i class="fa fa-folder-open fa-lg"></i> bg10 </a> </li> <li class="list-group-item"> <a href="./category/bg101.html"> <i class="fa fa-folder-open fa-lg"></i> bg101 </a> </li> <li class="list-group-item"> <a href="./category/bg11.html"> <i class="fa fa-folder-open fa-lg"></i> bg11 </a> </li> <li class="list-group-item"> <a href="./category/bg2.html"> <i class="fa fa-folder-open fa-lg"></i> bg2 </a> </li> <li class="list-group-item"> <a href="./category/bg3.html"> <i class="fa fa-folder-open fa-lg"></i> bg3 </a> </li> <li class="list-group-item"> <a href="./category/bg4.html"> <i class="fa fa-folder-open fa-lg"></i> bg4 </a> </li> <li class="list-group-item"> <a href="./category/bg5.html"> <i class="fa fa-folder-open fa-lg"></i> bg5 </a> </li> <li class="list-group-item"> <a href="./category/bg7.html"> <i class="fa fa-folder-open fa-lg"></i> bg7 </a> </li> <li class="list-group-item"> <a href="./category/bg8.html"> <i class="fa fa-folder-open fa-lg"></i> bg8 </a> </li> <li class="list-group-item"> <a href="./category/bg9.html"> <i class="fa fa-folder-open fa-lg"></i> bg9 </a> </li> <li class="list-group-item"> <a href="./category/g3.html"> <i class="fa fa-folder-open fa-lg"></i> g3 </a> </li> </ul> </li> <li class="list-group-item"><a href="./tags.html"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a> <ul class="list-group list-inline tagcloud" id="tags"> </ul> </li> <li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4> <ul class="list-group" id="links"> <li class="list-group-item"> <a href="http://getpelican.com/" target="_blank"> Pelican </a> </li> <li class="list-group-item"> <a href="https://github.com/DandyDev/pelican-bootstrap3/" target="_blank"> pelican-bootstrap3 </a> </li> <li class="list-group-item"> <a href="https://github.com/getpelican/pelican-plugins" target="_blank"> pelican-plugins </a> </li> <li class="list-group-item"> <a href="https://github.com/Tipue/Tipue-Search" target="_blank"> Tipue search </a> </li> </ul> </li> </ul> </section> </aside> </div> </div> </div> <footer> <div class="container"> <hr> <div class="row"> <div class="col-xs-10">&copy; 2016 kmol &middot; Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>, <a href="http://docs.getpelican.com/" target="_blank">Pelican</a>, <a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div> <div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div> </div> </div> </footer> <script src="./theme/js/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="./theme/js/bootstrap.min.js"></script> <!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) --> <script src="./theme/js/respond.min.js"></script> </body> </html>
web/fb-share/programa/en/30.html
joker-x/programa-podemos-2015
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>PODEMOS. Introduction to Investigation: A National Programme</title> <meta property="og:title" content="PODEMOS: Introduction to Investigation: A National Programme" /> <meta property="og:description" content="We will promote science as a vocation, encouraging talented young students to embark on a scientific career. To this end, we will put in place an Introduction to Investigation National Programme aimed at students who have shown special talent during the last years of their undergraduate studies, to offer them the opportunity to get to know and start developing research projects. We will establish collaborative agreements with national centres of excellence, enlisting the help and support of the staff working in them. This programme will apply specific inclusion and gender equality criteria to promote greater integration of women in the research field" /> <meta property="og:image" content="http://lasonrisadeunpais.es/wp-content/plugins/programa/data/meta-programa.png" /> </head> <body> <script type="text/javascript"> var url_base = '/en/programa/?medida=30'; window.location = url_base; </script> <h1>Introduction to Investigation: A National Programme</h1> <div> <p>We will promote science as a vocation, encouraging talented young students to embark on a scientific career. To this end, we will put in place an Introduction to Investigation National Programme aimed at students who have shown special talent during the last years of their undergraduate studies, to offer them the opportunity to get to know and start developing research projects. We will establish collaborative agreements with national centres of excellence, enlisting the help and support of the staff working in them. This programme will apply specific inclusion and gender equality criteria to promote greater integration of women in the research field</p> </div> </body> </html>
public/assets/themes/aoac/stylesheets/og/dashboard.css
fengoffice/fengoffice
.endSeparatorDiv { border-bottom:#CCC solid 1px; padding-bottom:8px; margin-bottom:8px; } .dashWorkspace { padding-bottom: 4px; border-bottom: 1px solid #AAA; width: 100%; color: #666; margin-bottom: 10px; padding-top:10px; } .dashWorkspace .name{ font-size: 200%; font-weight: bolder; } .dashWorkspace .description{ } .dashActions .dashAction { margin: 0px 5px; } .dashActions .viewAsList { text-align: right; } .ico-grid { background: transparent url(../../images/16x16/all_16_16_vertical.png) no-repeat scroll 0 -100px !important; } .dashActions .viewAsList img { height: 16px; padding-left:20px; padding-top: 5px; background: transparent url(../../images/16x16/all_16_16_vertical.png) no-repeat scroll 0 -100px !important; cursor: pointer; vertical-align: middle; } .dashHeader { padding:2px 10px; border-bottom: 1px solid; } .dashHeader .dashTitle { font-size: 120%; font-weight: bolder; border-bottom: 0px solid; } .dashSubtitle { font-weight: bolder; padding-top: 10px; padding-bottom: 2px; border-bottom: 1px solid #AAA; } .dashAltRow { background-color:#ECEFF7; } /*---------------------------------------- Messages ----------------------------------------*/ .dashMessages .dashHeader{ color: rgb(101,82,5); background-color: rgb(246,214,78); border-color: rgb(201,163,10); border-bottom: none ; } .dashMessages .coViewBody { background: #FFF2BF; color: rgb(101,82,5); } .dashMessages .dashAltRow { /* background-color:#FAEBC9 !important;*/ background-color:#ECEFF7 !important;; } .dashMessages .internalLink { color: rgb(101,82,5); } /*---------------------------------------- Comments ----------------------------------------*/ .dashComments .dashHeader{ color: rgb(90,82,101); background-color: rgb(210, 196, 252); border-color: rgb(210, 196, 252); /* border-color: rgb(180,163,201);*/ } .dashComments .coViewBody { background: #FFFFFFF; color: rgb(90,82,101); } .dashComments .dashAltRow { /*background-color: #EFE0FF !important;*/ background-color: #ECEFF7 !important; } .dashComments .internalLink { color: rgb(90,82,101); } .dashComments .previewText { color: rgb(136, 136, 136); } /*---------------------------------------- Late tasks and milestones ----------------------------------------*/ .dashLate .dashHeader{ color: white; background-color: #DD4444; border-color: #CC1111; } .dashLate .dashAltRow { background-color:#FBEFEF; } /*---------------------------------------- Pending tasks ----------------------------------------*/ .dashPendingTasks .dashHeader{ color: white; background-color: #717FA1; border-color: #596480; } /*---------------------------------------- Calendar ----------------------------------------*/ .dashCalendar .dashHeader { color: white; background-color: #717FA1; border-color: #596480; } /*---------------------------------------- Getting Started ----------------------------------------*/ .dashGettingStarted .dashHeader { color: white; background-color: #717FA1; border-color: #596480; } /*---------------------------------------- Documents ----------------------------------------*/ .dashDocuments .dashHeader{ color: white; background-color: #717FA1; border-color: #596480; } .dashDocuments .dashAltRow { background-color: #ECEFF7 !important; } /*---------------------------------------- Tasks in progress ----------------------------------------*/ .dashTasksInProgress .dashHeader{ color: white; background-color: #F68D4D; border-color: #DB7D45; padding-left:34px; background-image: url(../../images/16x16/time.png) !important; background-repeat:no-repeat; background-position: 8px 4px; } /*---------------------------------------- Unread emails ----------------------------------------*/ .dashUnreadEmails .dashAltRow { background-color: #ECEFF7 !important; } .dashUnreadEmails .dashHeader{ color: white; background-color: #7789EE; border-color: #7789EE; /*border-color: #98A8FF;*/ } /*---------------------------------------- Charts ----------------------------------------*/ .dashChart .dashHeader{ color: white; background-color: #717FA1; border-color: #596480; } /*---------------------------------------- Workspace Info ----------------------------------------*/ .dashInfo .dashHeader{ color: white; background-color: #9583BF; border-color: #69598F; } /*---------------------------------------- Activity ----------------------------------------*/ .dashActivity .dashAltRow { background-color:#E1E9FF; } .dashActivity .dashHeader{ color: white; background-color: #496AB9; border-color: #496AB9; } .dashActivity .avatar{ border: 0px none; height: 26px; width: 26px; padding: 3px; } .dashActivity .groupTitle{ font-size: 150%; border-bottom: 1px solid graytext; vertical-align: middle; height: 25px; font-weight: bold; color: navy; } /* completed tasks */ .completed-tasks.widget .task-row { margin-top: 10px; overflow: hidden; text-overflow: ellipsis; } /*---------------------------------------- Generic widgets ----------------------------------------*/ .dashboard-container { padding: 15px; background-color: #FFFFFF; border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; box-shadow: 0 0 3px 0 #CCCCCC inset; margin: 5px; min-width: 900px; } .dashboard-container.view-container { /*width: 80%;*/ margin: 20px 125px; } .dashboard-container .section-top { padding-right: 15px; } .widget-calendar .widget-body { padding: 0; border: none; } .widget { margin:5px 5px 15px 5px; -moz-box-shadow: 1px 3px 7px #CCCCCC; box-shadow: 1px 3px 7px #CCCCCC; -webkit-box-shadow: 1px 3px 7px #CCCCCC; width: 100%; float: left; border-radius: 0 0 6px 6px; } .widget p { padding-left: 5px; } .view-container .widget h2 { padding: 15px 0 5px; margin-bottom: 0px; border-bottom: 1px solid #CCC; font-size: 16px; font-weigth: bold; color: #666; } .widget h2.first { padding-top: 10px; } .widget h3 { padding: 2px 3px 0; margin-bottom: 5px; font-size: 12px; text-decoration: none; font-weigth: bold; } .widget-header { cursor: pointer; height: 30px; background: #496AB9; color: #FFFFFF; font-size: 20px; padding: 10px 30px; border-radius: 3px 3px 0 0; /* white-space: nowrap;*/ /* background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.25)), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.25)); background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .25) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, .25) 75%, rgba(0, 0, 0, .25)), -webkit-linear-gradient(45deg, rgba(0, 0, 0, .25) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, .25) 75%, rgba(0, 0, 0, .25)); */ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05)), linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05)); background-position: 0 0pt, 2px 2px; background-size: 4px 4px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; } .widget-header .widget-title { overflow:hidden; float: left; text-overflow: ellipsis; white-space: nowrap; height: 100%; padding-top: 5px; } .widget-header .dash-expander { margin-top: 5px; } .widget-header .view-all-container { padding: 5px 35px; float:right; } .widget-header .view-all-container a { color: inherit; font-size: 15px; font-weight: normal; text-decoration: underline; } .widget-body { background: #FFFFFF ; padding: 10px 30px; border: 1px solid #DDDDDD; border-top: none; border-radius: 0 0 3px 3px; overflow: hidden; } .widget .widget-body .separator { border-top: 1px solid #DDDDDD; margin: 5px 0; } .widget dt, .widget dd { margin: 0; padding: 2px 0; } .widget dt { float: left; margin-right: 0.3em; color: #003562 ; } .widget li, .widget dt { margin-left: 10px ; } .widget li { margin-right: 10px; } .widget .dimension-relation { float: left ; margin: 0 20px 20px 0 ; } .widget-activity .widget-header { color: white; background-color: #437691; border-color: #437691; } .widget-active-context-info .widget-header { color: white; background-color: #42A489; border-color: #42A489; } .widget-activity .date-container{ text-align: right; margin-bottom: 5px; } .widget-active-context-info .widget-body tr.cp-info td { padding: 2px 6px 2px 0; width:160px; } /*---------------------------------------- Persons widget ----------------------------------------*/ .widget-persons { float: left; width: 100%; } .widget-persons ul li.alt-row { background-color: #DFE8F6; } .widget-persons ul li div.contact-picture { float: left; padding: 5px; font-size: 12px; color: #666666; text-align: center; width: 70px; } .widget-persons ul li div.contact-picture img { max-width: 60px; max-height: 60px; } .contact-picture-container img { max-height: 55px; } .contact-picture-container.medium-size img { max-height: 40px; max-width: 40px; } .contact-picture-container.small img { max-height: 30px; } .widget-persons ul li a.person { font-size: 13px; font-weight: bold; } /* .widget-persons ul li div.email{ font-size: 11px; }*/ .widget-persons ul li div.contact-info { padding-top: 10px; float:left; margin-left: 10px; } .widget-persons .widget-header { color: white; background-color: #884F7A; border-color: #884F7A; } .widget-persons .field.email input[type=email], .widget-persons .field.name input[type=text] { width: 300px; } .widget-persons .access-data { padding: 0; } .widget-persons div.person-list-separator { margin-top: 10px; border-top: 1px solid #ddd; } .widget-persons .add-person-form h2 { padding-top: 10px; border: 0px none; font-size: 130%; color: #333; } .widget-body .view-all-container { text-align: right; margin-top: 15px; } .widget-body.loading { background: #f0f0f0 url(../../extjs/images/default/grid/loading.gif) center center no-repeat ; } .late-objects-widget .field.name, .late-objects-widget .field.assigned, .late-objects-widget .field.due, .late-objects-widget button.submit-task, .late-objects-widget a.task-more-details { float: left; margin-right: 20px; } .late-objects-widget a.task-more-details { margin-top: 2px; margin-right: 10px; } .dimension-path { color: #FF0000; } .widget-body .co-row { padding: 2px 0 2px 22px ; } .widget-messages .message-row { padding: 0 0 0 22px; background-position: 0 2px !important; margin: 10px 0 0; overflow: hidden; text-overflow: ellipsis; } .widget-body .date-container { font-size:12px; } .widget-messages ul { /* margin-top: 10px;*/ } .message-row .dashAltRow { background-color: #63625F !important; } .no-obj-widget-msg { font-size: 18px; margin: 10px 5px; } .widget-comments .comment-row { overflow: hidden; text-overflow: ellipsis; padding-bottom: 10px; } .widget-comments .comment-text { font-size: 13px; color: #333333; } .widget-comments .contact-picture-container{ float: left; max-height: 55px; } .widget-comments .comment-text-container{ text-overflow: ellipsis; overflow: hidden; } .widget-comments .comment-info-container{ line-height: 20px; margin-left: 50px; } .widget-comments .date-container{ text-align: right; width: 180px; } .widget-comments .datecomment-breadcrumb-container{ max-width: 160px; } .widget-comments .comment-breadcrumb-container{ width: 100%; display: inline-block; line-height: 25px; overflow: hidden; text-overflow: ellipsis; vertical-align: middle; } .widget-comments .comment-info-table{ table-layout: fixed; width: 100%; } .widget-comments .comment-object{ overflow: hidden; text-overflow: ellipsis; min-width: 100px; white-space: nowrap; } .widget-emails .email-row { margin-top: 10px; padding: 0 0 0px 22px; overflow: hidden; text-overflow: ellipsis; /*background-position: 0 center !important;*/ } .widget-documents .document-row { margin: 5px 0; } .widget-body li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .widget-body .widget-table td { padding-top: 7px; } .widget-active-context-info .widget-body .info-content-item { display: inline } .x-btn-text.link-ico { height: inherit; } .x-btn-text.link-ico.ico-company { padding: 1px 0 0px 18px; } .widget.no-padding .widget-body { padding: 0px; border: 0px; } .widget.no-padding .widget-header { border-bottom: 0px; } .widget.no-padding .adminMainBlock table.bordered { border: 0px; border-bottom: 1px solid #d7e5f5; } .widget.no-padding .btn-container, .widget.no-padding .info-message { margin: 10px; } .widget.no-padding td.item-name, .widget.no-padding th.item-name { padding-left: 10px; } .widget-header { font-weight: bold; } .color-1 { background: #B5ECDE !important; color: #555 !important; } .color-2 { background: #53B99F !important; color: #eee !important; } .color-3 { background: #CBF19F !important; color: #555 !important; } .color-4 { background: #8DC947 !important; color: #eee !important; } .color-5 { background: #63A2D3 !important; color: #555 !important; } .color-6 { background: #1B76BC !important; color: #eee !important; } .color-7 { background: #BAD0ED !important; color: #555 !important; } .color-8 { background: #5C85BA !important; color: #eee !important; } .color-9 { background: #EA9AB9 !important; color: #555 !important; } .color-10 { background: #C04474 !important; color: #eee !important; } .color-11 { background: #FCC0CB !important; color: #555 !important; } .color-12 { background: #F36D85 !important; color: #eee !important; } .color-13 { background: #BCB6E7 !important; color: #555 !important; } .color-14 { background: #665CB1 !important; color: #eee !important; } .color-15 { background: #925FC8 !important; color: #555 !important; } .color-16 { background: #611BAD !important; color: #eee !important; } .color-17 { background: #FFC56E !important; color: #555 !important; } .color-18 { background: #FFA216 !important; color: #eee !important; } .color-19 { background: #FFDE6E !important; color: #555 !important; } .color-20 { background: #FFCA16 !important; color: #eee !important; } .color-21 { background: #FFBAA8 !important; color: #555 !important; } .color-22 { background: #DE6D4F !important; color: #eee !important; } .color-23 { background: #DDDCDC !important; color: #555 !important; } .color-24 { background: #808080 !important; color: #eee !important; } .color-25 { background: #B1B0B1 !important; color: #555 !important; } .color-26 { background: #4E4E4E !important; color: #eee !important; } /* widget header left border */ .widget-header.color-1 { border-left: 4px solid #53B99F; } .widget-header.color-2 { border-left: 4px solid #53B99F; } .widget-header.color-3 { border-left: 4px solid #8DC947; } .widget-header.color-4 { border-left: 4px solid #8DC947; } .widget-header.color-5 { border-left: 4px solid #1B76BC; } .widget-header.color-6 { border-left: 4px solid #1B76BC; } .widget-header.color-7 { border-left: 4px solid #5C85BA; } .widget-header.color-8 { border-left: 4px solid #5C85BA; } .widget-header.color-9 { border-left: 4px solid #C04474; } .widget-header.color-10 { border-left: 4px solid #C04474; } .widget-header.color-11 { border-left: 4px solid #F36D85; } .widget-header.color-12 { border-left: 4px solid #F36D85; } .widget-header.color-13 { border-left: 4px solid #665CB1; } .widget-header.color-14 { border-left: 4px solid #665CB1; } .widget-header.color-15 { border-left: 4px solid #611BAD; } .widget-header.color-16 { border-left: 4px solid #611BAD; } .widget-header.color-17 { border-left: 4px solid #FFA216; } .widget-header.color-18 { border-left: 4px solid #FFA216; } .widget-header.color-19 { border-left: 4px solid #FFCA16; } .widget-header.color-20 { border-left: 4px solid #FFCA16; } .widget-header.color-21 { border-left: 4px solid #DE6D4F; } .widget-header.color-22 { border-left: 4px solid #DE6D4F; } .widget-header.color-23 { border-left: 4px solid #808080; } .widget-header.color-24 { border-left: 4px solid #808080; } .widget-header.color-25 { border-left: 4px solid #4E4E4E; } .widget-header.color-26 { border-left: 4px solid #4E4E4E; }
lms/templates/dashboard/_dashboard_course_listing.html
EDUlib/edx-platform
<%page args="course_overview, enrollment, entitlement, entitlement_session, course_card_index, is_unfulfilled_entitlement, is_fulfilled_entitlement, entitlement_available_sessions, entitlement_expiration_date, entitlement_expired_at, show_courseware_link, cert_status, can_refund_entitlement, can_unenroll, credit_status, show_email_settings, course_mode_info, is_paid_course, verification_status, course_requirements, dashboard_index, share_settings, related_programs, display_course_modes_on_dashboard, show_consent_link, enterprise_customer_name, resume_button_url, partner_managed_enrollment" expression_filter="h"/> <%! import datetime import six from django.conf import settings from django.utils.http import urlencode, urlquote_plus from django.utils.translation import ugettext as _ from django.utils.translation import ungettext from django.urls import reverse from common.djangoapps.course_modes.models import CourseMode from common.djangoapps.course_modes.helpers import enrollment_mode_display from lms.djangoapps.verify_student.services import IDVerificationService from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_string from openedx.core.djangolib.markup import HTML, Text from openedx.features.course_experience import course_home_url_name from common.djangoapps.student.helpers import ( VERIFY_STATUS_NEED_TO_VERIFY, VERIFY_STATUS_SUBMITTED, VERIFY_STATUS_RESUBMITTED, VERIFY_STATUS_APPROVED, VERIFY_STATUS_MISSED_DEADLINE, VERIFY_STATUS_NEED_TO_REVERIFY, DISABLE_UNENROLL_CERT_STATES, ) from common.djangoapps.util.course import get_link_for_about_page, get_encoded_course_sharing_utm_params from lms.djangoapps.experiments.utils import UPSELL_TRACKING_FLAG %> <% reverify_link = IDVerificationService.get_verify_location() cert_name_short = course_overview.cert_name_short if cert_name_short == "": cert_name_short = settings.CERT_NAME_SHORT cert_name_long = course_overview.cert_name_long if cert_name_long == "": cert_name_long = settings.CERT_NAME_LONG is_course_expired = hasattr(show_courseware_link, 'error_code') and show_courseware_link.error_code == 'audit_expired' %> <%namespace name='static' file='../static_content.html'/> <li class="course-item"> % if display_course_modes_on_dashboard: <% course_verified_certs = enrollment_mode_display( enrollment.mode, verification_status.get('status'), course_overview.id ) %> <% mode_class = course_verified_certs.get('display_mode', '') if mode_class: mode_class = ' ' + mode_class ; %> % else: <% mode_class = '' %> % endif <div class="course-container" % if getattr(course_overview, 'language'): lang="${course_overview.language}" % endif > <article class="course${mode_class}" aria-labelledby="course-title-${enrollment.course_id}" id="course-card-${course_card_index}"> <% course_target = reverse(course_home_url_name(course_overview.id), args=[six.text_type(course_overview.id)]) %> <section class="details" aria-labelledby="details-heading-${enrollment.course_id}"> <h2 class="hd hd-2 sr" id="details-heading-${enrollment.course_id}">${_('Course details')}</h2> <div class="wrapper-course-image" aria-hidden="true"> % if show_courseware_link and not is_unfulfilled_entitlement: % if not is_course_expired: <a href="${course_target}" data-course-key="${enrollment.course_id}" class="cover course-target-link" tabindex="-1"> <img src="${course_overview.image_urls['small']}" class="course-image" alt="${_('{course_number} {course_name} Home Page').format(course_number=course_overview.number, course_name=course_overview.display_name_with_default)}" /> </a> % else: <a class="fade-cover"> <img src="${course_overview.image_urls['small']}" class="course-image" alt="${_('{course_number} {course_name} Cover Image').format(course_number=course_overview.number, course_name=course_overview.display_name_with_default)}" /> </a> % endif % else: <a class="cover"> <img src="${course_overview.image_urls['small']}" class="course-image" alt="${_('{course_number} {course_name} Cover Image').format(course_number=course_overview.number, course_name=course_overview.display_name_with_default)}" /> </a> % endif % if display_course_modes_on_dashboard and course_verified_certs.get('display_mode') != 'audit': <span class="sts-enrollment" title="${course_verified_certs.get('enrollment_title')}"> <span class="label">${_("Enrolled as: ")}</span> % if course_verified_certs.get('show_image'): <img class="deco-graphic" src="${static.url('images/verified-ribbon.png')}" alt="${course_verified_certs.get('image_alt')}" /> % endif <div class="sts-enrollment-value">${course_verified_certs.get('enrollment_value')}</div> </span> % endif </div> <div class="wrapper-course-details"> <h3 class="course-title" id="course-title-${enrollment.course_id}"> % if show_courseware_link and not is_unfulfilled_entitlement: % if not is_course_expired: <a data-course-key="${enrollment.course_id}" href="${course_target}" class="course-target-link">${course_overview.display_name_with_default}</a> % else: <a class="disable-look" data-course-key="${enrollment.course_id}">${course_overview.display_name_with_default}</a> % endif % else: <span>${course_overview.display_name_with_default}</span> % endif </h3> <div class="wrapper-course-info-actions"> <div class="wrapper-course-info-row"> <div class="course-info"> <span class="info-university">${course_overview.display_org_with_default} - </span> <span class="info-course-id">${course_overview.display_number_with_default}</span> <% enrollment_date = course_overview.self_paced and enrollment and enrollment.created if course_overview.start_date_is_still_default: container_string = _("Coming Soon") course_date = None else: format = 'shortDate' dashboard_start_display = course_overview.dashboard_start_display if course_overview.has_ended(): container_string = _("Ended - {date}") course_date = course_overview.end elif course_overview.has_started(): container_string = _("Started - {date}") if enrollment_date and isinstance(dashboard_start_display, datetime.datetime): course_date = max(enrollment_date, dashboard_start_display) else: course_date = enrollment_date or dashboard_start_display elif course_overview.starts_within(days=5): container_string = _("Starts - {date}") course_date = dashboard_start_display format = 'defaultFormat' else: ## hasn't started yet container_string = _("Starts - {date}") course_date = dashboard_start_display endif endif %> <span class="info-date-block-container"> % if not is_unfulfilled_entitlement and is_course_expired: <span class="info-date-block" data-course-key="${enrollment.course_id}"> ${show_courseware_link.user_message} <span class="sr"> &nbsp;${_('for {course_display_name}').format(course_display_name=course_overview.display_name_with_default)} </span> </span> % elif is_unfulfilled_entitlement: <span class="info-date-block" aria-live="polite"> <span class="icon fa fa-warning" aria-hidden="true"></span> % if not entitlement_expired_at: % if entitlement_expiration_date: ${_('You must select a session by {expiration_date} to access the course.').format(expiration_date=entitlement_expiration_date)} % else: ${_('You must select a session to access the course.')} % endif % endif </span> % else: % if isinstance(course_date, six.string_types): <span class="info-date-block">${container_string.format(date=course_date)}</span> % elif course_date is not None: <span class="info-date-block localized-datetime" data-language="${user_language}" data-timezone="${user_timezone}" data-datetime="${course_date.strftime('%Y-%m-%dT%H:%M:%S%z')}" data-format=${format} data-string="${container_string}"></span> % endif % endif % if entitlement: % if not entitlement_expired_at: <button class="change-session btn-link ${'hidden' if is_unfulfilled_entitlement else ''}">${_('Change or Leave Session')}</button> % endif % endif </span> % if entitlement and not is_unfulfilled_entitlement and entitlement_expiration_date: <div class="info-expires-at"> <span class="msg-icon fa fa-warning" aria-hidden="true"></span> % if entitlement_expired_at: ${_('You can no longer change sessions.')} % else: ${_('You can change sessions until {entitlement_expiration_date}.').format(entitlement_expiration_date=entitlement_expiration_date)} % endif </div> % endif </div> <div class="wrapper-course-actions"> <div class="course-actions"> % if show_courseware_link or course_overview.has_social_sharing_url() or course_overview.has_marketing_url(): % if share_settings: <% share_url = get_link_for_about_page(course_overview) encoded_utm_parameters = get_encoded_course_sharing_utm_params() share_window_name = 'shareWindow' share_window_config = 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=640, height=480' %> % if share_settings.get('DASHBOARD_FACEBOOK', False): <% facebook_share_url = u"{url}?{utm_params}".format(url=share_url, utm_params=encoded_utm_parameters['facebook']) share_text = _("I'm taking {course_name} online with {facebook_brand}. Check it out!").format(course_name=course_overview.display_name_with_default, facebook_brand=share_settings.get('FACEBOOK_BRAND', 'edX.org')) query_params = urlencode((('u', facebook_share_url), ('quote', share_text),)) facebook_url = 'https://www.facebook.com/sharer/sharer.php?{query}'.format(query=query_params) share_msg = _("Share {course_name} on Facebook").format(course_name=course_overview.display_name_with_default) %> <a data-tooltip="${_('Share on Facebook')}" data-trigger="focus hover" class="action action-facebook" href="${facebook_url}" rel="noopener" target="_blank" title="${_('Share on Facebook')}" data-course-id="${course_overview.id}" onclick="var popupWindow = window.open('${facebook_url}', '${share_window_name}', '${share_window_config}'); popupWindow.opener = null; return false;"> <span class="sr">${share_msg}</span> <span class="fa fa-facebook" aria-hidden="true"></span> </a> % endif % if share_settings.get('DASHBOARD_TWITTER', False): <% twitter_share_url = u"{url}?{utm_params}".format(url=share_url, utm_params=encoded_utm_parameters['twitter']) default_share_text = _("I'm taking {course_name} online with {twitter_brand}. Check it out!").format(course_name=course_overview.display_name_with_default, twitter_brand=share_settings.get('TWITTER_BRAND', '@edxonline')) share_text = urlquote_plus(share_settings.get('DASHBOARD_TWITTER_TEXT', default_share_text)) twitter_url = u'https://twitter.com/intent/tweet?text=' + share_text + u'%20' + urlquote_plus(twitter_share_url) share_msg = _("Share {course_name} on Twitter").format(course_name=course_overview.display_name_with_default) %> <a data-tooltip="${_('Share on Twitter')}" data-trigger="focus hover" class="action action-twitter" href="${twitter_url}" rel="noopener" target="_blank" title="${_('Share on Twitter')}" data-course-id="${course_overview.id}" onclick="var popupWindow = window.open('${twitter_url}', '${share_window_name}', '${share_window_config}'); popupWindow.opener = null; return false;"> <span class="sr">${share_msg}</span> <span class="fa fa-twitter" aria-hidden="true"></span> </a> % endif % endif % endif ## We should only show the gear dropdown if the user is able to refund/unenroll from their entitlement ## and/or if they have selected a course run and email_settings are enabled ## as these are the only actions currently available % if entitlement and (can_refund_entitlement or show_email_settings): <%include file='_dashboard_entitlement_actions.html' args='course_overview=course_overview,entitlement=entitlement,dashboard_index=dashboard_index, can_refund_entitlement=can_refund_entitlement, show_email_settings=show_email_settings'/> % elif not entitlement: <div class="wrapper-action-more" data-course-key="${enrollment.course_id}"> <button type="button" class="action action-more" id="actions-dropdown-link-${dashboard_index}" aria-haspopup="true" aria-expanded="false" aria-controls="actions-dropdown-${dashboard_index}" data-course-number="${course_overview.number}" data-course-name="${course_overview.display_name_with_default}" data-dashboard-index="${dashboard_index}"> <span class="sr">${_('Course options for')}</span> <span class="sr">&nbsp; ${course_overview.display_name_with_default} </span> <span class="fa fa-cog" aria-hidden="true"></span> </button> <div class="actions-dropdown" id="actions-dropdown-${dashboard_index}" tabindex="-1"> <ul class="actions-dropdown-list" id="actions-dropdown-list-${dashboard_index}" aria-label="${_('Available Actions')}" role="menu"> % if can_unenroll: <li class="actions-item" id="actions-item-unenroll-${dashboard_index}" role="menuitem"> <% course_refund_url = reverse('course_run_refund_status', args=[six.text_type(course_overview.id)]) %> <a href="#unenroll-modal" class="action action-unenroll" rel="leanModal" data-course-id="${course_overview.id}" data-course-number="${course_overview.number}" data-course-name="${course_overview.display_name_with_default}" data-dashboard-index="${dashboard_index}" data-course-refund-url="${course_refund_url}" data-course-is-paid-course="${is_paid_course}" data-course-cert-name-long="${cert_name_long}" data-course-enrollment-mode="${enrollment.mode}"> ${_('Unenroll')} </a> </li> % elif partner_managed_enrollment: <li class="actions-item" id="actions-item-enrolled-by-partner-${dashboard_index}" role="menuitem"> <a class="action action-message action-unenroll-managed-enrollment"> ${_('You are enrolled by your institution and you should reach out to your institution to drop this course.')} </a> </li> % endif <li class="actions-item" id="actions-item-email-settings-${dashboard_index}" role="menuitem"> % if show_email_settings: <a href="#email-settings-modal" class="action action-email-settings" rel="leanModal" data-course-id="${course_overview.id}" data-course-number="${course_overview.number}" data-dashboard-index="${dashboard_index}" data-optout="${course_overview.id in course_optouts}">${_('Email Settings')}</a> % endif </li> </ul> </div> </div> % endif </div> </div> </div> <div class="continue-button"> % if (show_courseware_link or is_unfulfilled_entitlement) and not is_course_expired: % if course_overview.has_ended(): % if not is_unfulfilled_entitlement: <a href="${course_target}" class="enter-course archived course-target-link" data-course-key="${enrollment.course_id}">${_('View Archived Course')}<span class="sr">&nbsp;${course_overview.display_name_with_default}</span></a> % endif % else: <%include file="_dashboard_course_resume.html" args="resume_button_url=resume_button_url, course_overview=course_overview, enrollment=enrollment, is_unfulfilled_entitlement=is_unfulfilled_entitlement, course_target=course_target, related_programs=related_programs"/> % endif % endif </div> </div> </div> </section> <footer class="wrapper-messages-primary"> <div class="messages-list"> % if entitlement and not entitlement_expired_at: <div class="course-entitlement-selection-container ${'' if is_unfulfilled_entitlement else 'hidden'}"></div> <%static:webpack entry="EntitlementFactory"> EntitlementFactory({ el: '${ '#course-card-' + str(course_card_index) + ' .course-entitlement-selection-container' | n, js_escaped_string }', triggerOpenBtn: '${ '#course-card-' + str(course_card_index) + ' .change-session' | n, js_escaped_string }', courseCardMessages: '${ '#course-card-' + str(course_card_index) + ' .messages-list > .message' | n, js_escaped_string }', courseTitleLink: '${ '#course-card-' + str(course_card_index) + ' .course-title a' | n, js_escaped_string }', courseImageLink: '${ '#course-card-' + str(course_card_index) + ' .wrapper-course-image > a' | n, js_escaped_string }', dateDisplayField: '${ '#course-card-' + str(course_card_index) + ' .info-date-block' | n, js_escaped_string }', policyMsg: '${ '#course-card-' + str(course_card_index) + ' .info-expires-at' | n, js_escaped_string }', enterCourseBtn: '${ '#course-card-' + str(course_card_index) + ' .enter-course' | n, js_escaped_string }', availableSessions: '${ entitlement_available_sessions | n, dump_js_escaped_json }', entitlementUUID: '${ entitlement.course_uuid | n, js_escaped_string }', currentSessionId: '${ entitlement_session.course_id if entitlement_session else "" | n, js_escaped_string }', enrollUrl: '${ reverse('entitlements_api:v1:enrollments', args=[str(entitlement.uuid)]) | n, js_escaped_string }', courseHomeUrl: '${ course_target | n, js_escaped_string }', expiredAt: '${ entitlement.expired_at_datetime | n, js_escaped_string }', daysUntilExpiration: '${ entitlement.get_days_until_expiration() | n, js_escaped_string }' }); </%static:webpack> %endif % if related_programs: <div class="message message-related-programs is-shown"> <span class="related-programs-preface" tabindex="0">${_('Related Programs')}:</span> <ul> % for program in related_programs: <li> <span class="category-icon ${program['type'].lower()}-icon" aria-hidden="true"></span> <span><a href="${program['detail_url']}">${u'{title} {type}'.format(title=program['title'], type=program['type'])}</a></span> </li> % endfor </ul> </div> % endif % if cert_status: <%include file='_dashboard_certificate_information.html' args='cert_status=cert_status,course_overview=course_overview, enrollment=enrollment, reverify_link=reverify_link'/> % endif % if credit_status is not None: <%include file="_dashboard_credit_info.html" args="credit_status=credit_status"/> % endif % if show_consent_link: <%include file="_dashboard_show_consent.html" args="course_overview=course_overview, course_target=course_target, enrollment=enrollment, enterprise_customer_name=enterprise_customer_name"/> %endif % if verification_status.get('should_display') and verification_status.get('status') in [VERIFY_STATUS_NEED_TO_VERIFY, VERIFY_STATUS_SUBMITTED, VERIFY_STATUS_RESUBMITTED, VERIFY_STATUS_APPROVED, VERIFY_STATUS_NEED_TO_REVERIFY]: <div class="message message-status wrapper-message-primary is-shown"> % if verification_status['status'] == VERIFY_STATUS_NEED_TO_VERIFY: <div class="verification-reminder"> % if verification_status['days_until_deadline'] is not None: <h4 class="message-title">${_('Verification not yet complete.')}</h4> <p class="message-copy">${ungettext( 'You only have {days} day left to verify for this course.', 'You only have {days} days left to verify for this course.', verification_status['days_until_deadline'] ).format(days=verification_status['days_until_deadline'])}</p> % else: <h4 class="message-title">${_('Almost there!')}</h4> <p class="message-copy">${_('You still need to verify for this course.')}</p> % endif </div> <div class="verification-cta"> <a href="${IDVerificationService.get_verify_location(course_overview.id)}" class="btn" data-course-id="${course_overview.id}">${_('Verify Now')}</a> </div> % elif verification_status['status'] == VERIFY_STATUS_SUBMITTED: <h4 class="message-title">${_('You have submitted your verification information.')}</h4> <p class="message-copy">${_('You will see a message on your dashboard when the verification process is complete (usually within 5-7 days).')}</p> % elif verification_status['status'] == VERIFY_STATUS_RESUBMITTED: <h4 class="message-title">${_('Your current verification will expire soon!')}</h4> <p class="message-copy">${_('You have submitted your reverification information. You will see a message on your dashboard when the verification process is complete (usually within 5-7 days).')}</p> % elif verification_status['status'] == VERIFY_STATUS_APPROVED: <h4 class="message-title">${_('You have successfully verified your ID with edX')}</h4> % if verification_status.get('verification_good_until') is not None: <p class="message-copy">${_('Your current verification is effective until {date}.').format(date=verification_status['verification_good_until'])} % endif % elif verification_status['status'] == VERIFY_STATUS_NEED_TO_REVERIFY: <h4 class="message-title">${_('Your current verification will expire soon.')}</h4> ## Translators: start_link and end_link will be replaced with HTML tags; ## please do not translate these. <p class="message-copy">${Text(_('Your current verification will expire in {days} days. {start_link}Re-verify your identity now{end_link} using a webcam and a government-issued photo ID.')).format( start_link=HTML('<a href="{href}">').format(href=IDVerificationService.get_verify_location()), end_link=HTML('</a>'), days=settings.VERIFY_STUDENT.get("EXPIRING_SOON_WINDOW") )} </p> % endif </div> % endif % if course_mode_info and course_mode_info['show_upsell'] and not entitlement: <div class="message message-upsell has-actions is-shown"> <div class="wrapper-extended"> <p class="message-copy" align="auto"> <b class="message-copy-bold"> ${_("Pursue a {cert_name_long} to highlight the knowledge and skills you gain in this course.").format(cert_name_long=cert_name_long)} </b><br> ${Text(_("It's official. It's easily shareable. " "It's a proven motivator to complete the course. {line_break}" "{link_start}Learn more about the verified {cert_name_long}{link_end}.")).format( line_break=HTML('<br>'), link_start=HTML('<a href="{}" class="verified-info" data-course-key="{}">').format( marketing_link('WHAT_IS_VERIFIED_CERT'), enrollment.course_id ), link_end=HTML('</a>'), cert_name_long=cert_name_long )} </p> <div class="action-upgrade-container"> % if use_ecommerce_payment_flow and course_mode_info['verified_sku']: <a class="action action-upgrade track_course_dashboard_green_button" href="${ecommerce_payment_page}?sku=${course_mode_info['verified_sku']}"> % else: <a class="action action-upgrade track_course_dashboard_green_button" href="${IDVerificationService.get_verify_location(course_id=course_overview.id)}" data-course-id="${course_overview.id}" data-user="${user.username}"> % endif <span class="action-upgrade-icon" aria-hidden="true"></span> <span class="wrapper-copy"> <span class="copy" id="upgrade-to-verified">${_("Upgrade to Verified")}</span> <span class="sr">&nbsp;${_(course_overview.display_name_with_default)}</span> </span> </a> </div> </div> </div> % endif % if course_requirements: ## Multiple pre-requisite courses are not supported on frontend that's why we are pulling first element <% prc_target = reverse('about_course', args=[six.text_type(course_requirements['courses'][0]['key'])]) %> <div class="prerequisites"> <p class="tip"> ${Text(_("You must successfully complete {link_start}{prc_display}{link_end} before you begin this course.")).format( link_start=HTML('<a href="{}">').format(prc_target), link_end=HTML('</a>'), prc_display=course_requirements['courses'][0]['display'], )} </p> </div> % endif </div> </footer> </article> </div> </li> % if share_settings.get('DASHBOARD_FACEBOOK', False) and share_settings.get('DASHBOARD_TWITTER', False): <%static:require_module_async module_name="js/course_sharing/course_sharing_events" class_name="CourseSharingEvents"> CourseSharingEvents("${course_overview.id | n, js_escaped_string}"); </%static:require_module_async> %endif <%static:require_module_async module_name="js/dateutil_factory" class_name="DateUtilFactory"> DateUtilFactory.transform(iterationKey=".localized-datetime"); </%static:require_module_async> % if UPSELL_TRACKING_FLAG.is_enabled(): <%static:require_module_async module_name="js/commerce/track_ecommerce_events" class_name="TrackECommerceEvents"> if (window.loadedECommerceEvents === undefined) { window.loadedECommerceEvents = true; TrackECommerceEvents.trackUpsellClick($(".track_course_dashboard_green_button"), 'course_dashboard_green', { pageName: "course_dashboard", linkType: "button", linkCategory: "green_upgrade" }); } </%static:require_module_async> %endif
static/css/ctlibre.css
dellsystem/ctlibre.com
*{padding:0;margin:0;} a{text-decoration:none;} img{border:0;} .sans-serif{font-family:Montserrat,Arial,sans-serif;} .serif{font-family:Lora, Georgia, serif;} body{font-size:15px;font-family:Lora, Georgia, serif;background:#1a1a1a;} #content{background:#fff;} .wrapper{width:900px;margin:0 auto;} #article .content a{color:#aa0000;}#article .content a:hover{text-decoration:underline;} #article .content .caption{text-align:center;font-style:italic;padding-top:0;} #article .content h2{text-transform:uppercase;text-align:center;margin-top:20px;font-size:1.9em;} #article .content h3{text-align:center;font-weight:normal;color:#aaaaaa;margin-bottom:20px;font-size:1.4em;} #article .content h4{font-size:1.2em;} #article .content blockquote{color:#777777;padding:20px;border-left:5px solid #dddddd;} #article .content ul,#article .content ol{margin-left:1.0em;} #article .content .footnote{font-size:0.7em;}#article .content .footnote ol li+li{padding-top:10px;} .drop-caps>p:first-child:first-letter{float:left;font-size:5.0em;line-height:0.7em;padding-top:0.1em;padding-right:0.1em;padding-left:3px;} #footer{font-family:Montserrat,Arial,sans-serif;clear:both;background:#1a1a1a;width:100%;font-size:1.2em;}#footer ul{list-style-type:none;float:right;}#footer ul li{float:left;padding:40px 20px;vertical-align:middle;}#footer ul li:last-child{padding-right:50px;} #footer a{color:#dddddd;}#footer a:hover{color:#fff;} #header{height:100px;padding:0 30px;background:#1a1a1a;box-shadow:0 1px 50px rgba(0, 0, 0, 0.7);position:relative;z-index:2;} #logo{float:left;padding:20px 0;} #menu{font-family:Montserrat,Arial,sans-serif;float:right;list-style-type:none;padding-top:40px;}#menu li{float:left;padding:0 10px;}#menu li a{text-decoration:none;color:#dddddd;text-transform:uppercase;font-weight:bold;}#menu li a:hover{color:#fff;} #menu li:first-child{padding-left:0;} #menu li:last-child{padding-right:0;} .headline{font-family:Montserrat,Arial,sans-serif;text-transform:uppercase;font-weight:bold;} #masthead{position:relative;height:500px;overflow:hidden;}#masthead a:hover img{opacity:1.0;} #masthead .photo{position:absolute;width:100%;} #masthead .photo img{width:100%;opacity:0.85;} #masthead .title-wrapper{position:absolute;top:0;width:100%;background:rgba(0, 0, 0, 0.4);box-sizing:border-box;height:500px;} #masthead .title{position:relative;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);color:#fff;left:50%;width:1000px;margin-left:-500px;text-align:center;}#masthead .title h1{font-family:Montserrat,Arial,sans-serif;text-transform:uppercase;font-size:3.0em;} #masthead .title .byline{margin-top:20px;border-top:1px solid #fff;padding-top:20px;font-style:italic;font-size:1.2em;}#masthead .title .byline a{color:white;}#masthead .title .byline a:hover{text-decoration:underline;} #masthead .graphic-source{font-weight:bold;position:absolute;right:10px;bottom:10px;}#masthead .graphic-source a{color:rgba(255, 255, 255, 0.7);}#masthead .graphic-source a:hover{text-decoration:underline;} #masthead .block-wrapper{position:absolute;bottom:0;left:0;right:0;} #masthead .block{box-sizing:border-box;padding:30px;background:rgba(0, 0, 0, 0.5);color:#fff;}#masthead .block .headline{font-size:2.2em;} #masthead .block .byline{font-family:Lora, Georgia, serif;font-style:italic;margin:10px 0;} #masthead .block .description{font-size:1.3em;} .row{clear:both;} .row+.row .span4{padding-top:20px;} .row .span4{float:left;width:33.333%;position:relative;}.row .span4:hover .overlay{display:block !important;} .row .span4 a{text-decoration:none;} .row .span4 .photo{position:relative;}.row .span4 .photo .overlay{display:none;font-family:Montserrat,Arial,sans-serif;background:rgba(0, 0, 0, 0.4);position:absolute;top:0;bottom:5px;left:0;right:0;color:#fff;text-transform:uppercase;}.row .span4 .photo .overlay .text{position:absolute;top:50%;margin-top:-25px;width:100%;text-align:center;} .row .span4 .photo .overlay .date{font-size:1.5em;font-weight:bold;} .row .span4 .photo .overlay .category{font-size:1.2em;} .row .span4 .photo img{width:100%;opacity:0.85;} .row .span4 .info{padding:0 30px;color:#444444;font-size:1.2em;}.row .span4 .info .headline{margin-top:15px;font-size:1.0em;} .row .span4 .info .byline{margin-bottom:15px;font-style:italic;font-size:0.9em;} .row .span4:first-child{margin-left:0;} .row .span4:last-child{margin-right:0;} #article{width:900px;margin:0 auto;}#article .description{font-size:1.8em;text-align:center;font-style:italic;border-bottom:1px double #aaaaaa;padding:100px 0;} #article .content{padding:100px 0;font-size:1.3em;line-height:1.5;}#article .content p,#article .content ul{padding:30px 0;}#article .content p:first-child,#article .content ul:first-child{padding-top:0;} #article .content p:last-child,#article .content ul:last-child{padding-bottom:0;} #article .content p img,#article .content ul img{width:100%;} #article .content p+p{padding-top:0;} .pagination{clear:both;padding-top:20px;text-align:center;font-size:1.2em;} .pagination-placeholder{clear:both;} #change-language{border:0;padding:8px;margin-top:-4px;background:#444444;color:#fff;cursor:pointer;}#change-language:hover{background:#777777;} #archives-link{clear:both;text-align:center;font-family:Montserrat,Arial,sans-serif;text-transform:uppercase;font-size:1.7em;font-weight:bold;padding:40px 0;}#archives-link a{color:#444444;}#archives-link a:hover{color:#1a1a1a;} #masthead-photos>div{float:left;text-align:center;width:333px;} #masthead-photos img{display:block;} #masthead-photos span{display:block;padding:15px 0;} #masthead-photos h2{font-family:Montserrat,Arial,sans-serif;margin-top:0;margin-bottom:20px;} .clear{clear:both;} .footnote{margin-top:70px;}.footnote ol{margin-top:100px;}
doc/app/classes/AddressesHelper.html
sabcio/stizun
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Module: AddressesHelper</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Module</strong></td> <td class="class-name-in-header">AddressesHelper</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../files/app/helpers/addresses_helper_rb.html"> app/helpers/addresses_helper.rb </a> <br /> </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> </div> </div> <!-- if includes --> <div id="section"> <!-- if method_list --> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
ckanext/gobar_theme/templates/package/snippets/search_filters.html
pabloariel01/ckanctes
<div class="filters-container col-md-4"> <div class="hidden-md hidden-lg hide-filters-button"> <i class="icon-chevron-left"></i> </div> {{ h.snippet('package/snippets/search_facets_groups.html', title=c.facet_titles['groups'], name='groups') }} {{ h.snippet('package/snippets/search_facets.html', title=c.facet_titles['organization'], name='organization') }} {{ h.snippet('package/snippets/search_facets.html', title=c.facet_titles['tags'], name='tags') }} <a class="close no-text hide-filters"><i class="icon-remove-sign"></i><span class="text">close</span></a> </div>
var/httpd/htdocs/skins/Agent/default/css/Core.Tooltip.css
otrs-xx/otrs
/** * @project OTRS (http://www.otrs.org) - Agent Frontend * @version $Revision$ * @copyright OTRS AG * @license AGPL (http://www.gnu.org/licenses/agpl.txt) */ /** * @package Skin "Default" * @section Tooltips */ @media screen,projection,tv,handheld { div.TooltipContainer { position: absolute; z-index: 3000; display: none; } div.Tooltip { width: 244px; } div.Tooltip.TongueLeft { margin-left: -37px; } /* RTL intentionally the same */ .RTL div.Tooltip.TongueLeft { } div.Tooltip.TongueRight { margin-left: -202px; } /* RTL intentionally the same */ .RTL div.Tooltip.TongueRight { } div.Tooltip > div.Tongue { height: 20px; } div.Tooltip > div.Content { padding: 5px 10px 15px 10px; } div.Tooltip.TongueLeft > div.Content { background: transparent url(../img/bubble_tongueleft.png) no-repeat bottom center; } div.Tooltip.TongueLeft > div.Tongue { background: transparent url(../img/bubble_tongueleft.png) no-repeat top center; } div.Tooltip.TongueRight > div.Content { background: transparent url(../img/bubble_tongueright.png) no-repeat bottom center; } div.Tooltip.TongueRight > div.Tongue { background: transparent url(../img/bubble_tongueright.png) no-repeat top center; } } /* end @media */
report/html/com/rapidminer/gui/properties/tablepanel/cells/implementations/pkg-summary.html
cm-is-dog/rapidminer-studio-core
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../../../style.css'); @import url('../../../../../../../tree.css'); </style> <script src="../../../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../../../cloud.js" type="text/javascript"></script> <title>rapidminer-studio-core 转换结果 </title> </head> <body > <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://www.atlassian.com/clover" title="Open Atlassian Clover home page"><span class="aui-header-logo-device">Clover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online Clover documentation" target="_blank" href="https://confluence.atlassian.com/display/CLOVER/Clover+Documentation+Home"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </div> <div class="aui-page-header-main" > <h1> rapidminer-studio-core 转换结果 </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../../../" data-package-name="com.rapidminer.gui.properties.tablepanel.cells.implementations"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../../../dashboard.html">Project Clover database 星期二 九月 5 2017 16:40:29 CST</a></li> </ol> <h1 class="aui-h2-clover"> Package com.rapidminer.gui.properties.tablepanel.cells.implementations </h1> <div class="aui-tabs horizontal-tabs"> <ul class="tabs-menu"> <li class="menu-item active-tab"> <a href="pkg-summary.html"><strong>Application code</strong></a> </li> <li class="menu-item "> <a href="top-risks.html"><strong>Top risks</strong></a> </li> <li class="menu-item "> <a href="quick-wins.html"><strong>Quick wins</strong></a> </li> </ul> <div class="tabs-pane active-pane" id="tabs-first"> <div>&#160;</div> <div class="dashboard-widget"> <header class="dashboard-widget-header"> <h3>Code metrics</h3> </header> <div class="dashboard-widget-content"> <div id="td-header-stats" class="aui-item" style="display: "> <div style="display: table"> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of branches in this package">Branches:</label></div> <div class="stats-box-value">0</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of statements in this package">Statements:</label></div> <div class="stats-box-value">0</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of methods in this package">Methods:</label></div> <div class="stats-box-value">0</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of classes in this package">Classes:</label></div> <div class="stats-box-value">6</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of files in this package">Files:</label></div> <div class="stats-box-value">6</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of lines of code in this package">LOC:</label></div> <div class="stats-box-value">933</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of non-comment lines of code in this package">NCLOC:</label></div> <div class="stats-box-value">516</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Cyclomatic complexity is the number of paths in this package">Total complexity:</label></div> <div class="stats-box-value">0</div> </div> <div class="stats-box"> <div class="stats-box-label"> <label title="Complexity density is the complexity divided by the number of statements in this package">Complexity density:</label> </div> <div class="stats-box-value">-</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Number of statements per method.">Statements/Method:</label></div> <div class="stats-box-value">-</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Number of methods per class.">Methods/Class:</label></div> <div class="stats-box-value">0</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Complexity divided by the number of methods in this package">Average method complexity:</label></div> <div class="stats-box-value">-</div> </div> </div> <div class="subtle"> <small><strong>100%</strong> of code in this package is excluded from these metrics.</small> <label class="aui-button aui-button-subtle" onclick="toggleStats('td-header-stats', 'td-filtered-header-stats');" title="Include or exclude filtered elements from these statistics.">Remove Filter</label> </div> </div> <div id="td-filtered-header-stats" class="aui-item" style="display: none"> <div style="display: table"> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of branches in this package">Branches:</label></div> <div class="stats-box-value">62</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of statements in this package">Statements:</label></div> <div class="stats-box-value">211</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of methods in this package">Methods:</label></div> <div class="stats-box-value">29</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of classes in this package">Classes:</label></div> <div class="stats-box-value">6</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of files in this package">Files:</label></div> <div class="stats-box-value">6</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of lines of code in this package">LOC:</label></div> <div class="stats-box-value">933</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Total number of non-comment lines of code in this package">NCLOC:</label></div> <div class="stats-box-value">516</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Cyclomatic complexity is the number of paths in this package">Total complexity:</label></div> <div class="stats-box-value">74</div> </div> <div class="stats-box"> <div class="stats-box-label"> <label title="Complexity density is the complexity divided by the number of statements in this package">Complexity density:</label> </div> <div class="stats-box-value">0.35</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Number of statements per method.">Statements/Method:</label></div> <div class="stats-box-value">7.28</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Number of methods per class.">Methods/Class:</label></div> <div class="stats-box-value">4.83</div> </div> <div class="stats-box"> <div class="stats-box-label"><label title="Complexity divided by the number of methods in this package">Average method complexity:</label></div> <div class="stats-box-value">2.55</div> </div> </div> <div class="subtle"> <small>These metrics include <strong class='bold'>100%</strong> of code marked as filtered.</small> <label class="aui-button aui-button-subtle" onclick="toggleStats('td-filtered-header-stats', 'td-header-stats');" title="Include or exclude filtered elements from these statistics.">Apply Filter</label> </div> </div> </div> </div> <div class="aui-message aui-message-warning"> <p class="title"> <strong>Evaluation License</strong> </p> <p> This report was generated with an evaluation server license. <a href="http://www.atlassian.com/software/clover">Purchase Clover</a> or <a href="http://confluence.atlassian.com/x/JAgQCQ">configure your license.</a> </p> </div> <table id="packageSummaryTable" class="aui"> <thead> <tr> <th width="30%">Package</th> <th colspan="1"> <label >Files</label> </th> <th colspan="1"> <label title="The average number of paths per method.">Average Method Complexity</label> </th> <th colspan="2"> <label title="The amount of code that was hit at least once during testing.">TOTAL Coverage</label> </th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.rapidminer.gui.properties.tablepanel.cells.implementations</span> com.rapidminer.gui.properties.tablepanel.cells.implementations </td> <td class=" " align="right"> <span class="sortValue">6.0</span> 6 </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> - </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> <div style="display: table; width: 100%"> <div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell"> <div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table id="packageClassesTable" class="aui aui-table-sortable"> <thead> <tr> <th width="30%">Class</th> <th colspan="1"> <label > Methods </label> </th> <th colspan="1"> <label title="The average number of paths per method."> Average Method Complexity </label> </th> <th colspan="2"> <label title="The amount of code that was hit at least once during testing."> TOTAL Coverage </label> </th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">CellTypeCheckBoxImpl</span> <a href="CellTypeCheckBoxImpl.html" title="CellTypeCheckBoxImpl">CellTypeCheckBoxImpl</a> </td> <td class=" " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> - </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> <div style="display: table; width: 100%"> <div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell"> <div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">CellTypeComboBoxImpl</span> <a href="CellTypeComboBoxImpl.html" title="CellTypeComboBoxImpl">CellTypeComboBoxImpl</a> </td> <td class=" " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> - </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> <div style="display: table; width: 100%"> <div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell"> <div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">CellTypeDateImpl</span> <a href="CellTypeDateImpl.html" title="CellTypeDateImpl">CellTypeDateImpl</a> </td> <td class=" " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> - </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> <div style="display: table; width: 100%"> <div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell"> <div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">CellTypeImplHelper</span> <a href="CellTypeImplHelper.html" title="CellTypeImplHelper">CellTypeImplHelper</a> </td> <td class=" " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> - </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> <div style="display: table; width: 100%"> <div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell"> <div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">CellTypeRegexImpl</span> <a href="CellTypeRegexImpl.html" title="CellTypeRegexImpl">CellTypeRegexImpl</a> </td> <td class=" " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> - </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> <div style="display: table; width: 100%"> <div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell"> <div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div> </td> </tr> <tr> <td> <span class="sortValue">CellTypeTextFieldDefaultImpl</span> <a href="CellTypeTextFieldDefaultImpl.html" title="CellTypeTextFieldDefaultImpl">CellTypeTextFieldDefaultImpl</a> </td> <td class=" " align="right"> <span class="sortValue">0.0</span> 0 </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> - </td> <td class=" " align="right"> <span class="sortValue">-1.0</span> <div style="display: table; width: 100%"> <div class="barGraphValue"><span class="sortValue">-1.0</span> - </div><div style="display: table-cell"> <div title="Empty" class="barEmpty" style="min-width:200px;"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- tabs-pane active-pane --> </div> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://www.atlassian.com/software/clover">Atlassian Clover</a> v 4.1.2 on 星期二 九月 5 2017 17:24:16 CST using coverage data from 星期四 一月 1 1970 08:00:00 CST. </li> </ul> <ul> <li>Clover Evaluation License registered to Clover Plugin. You have 29 day(s) before your license expires.</li> </ul> <div id="footer-logo"> <a target="_blank" href="http://www.atlassian.com/"> Atlassian </a> </div> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
webapp/app/views/messages/costRejected.scala.html
kcoolsae/Degage
@* costRejected.scala.html * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Copyright Ⓒ 2014-2015 Universiteit Gent * * This file is part of the Degage Web Application * * Corresponding author (see also AUTHORS.txt) * * Kris Coolsaet * Department of Applied Mathematics, Computer Science and Statistics * Ghent University * Krijgslaan 281-S9 * B-9000 GENT Belgium * * The Degage Web Application is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * The Degage Web Application is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with the Degage Web Application (file LICENSE.txt in the * distribution). If not, see http://www.gnu.org/licenses/. *@ @(user: UserHeader, carName: String, costDescription: String, amount: String, date: String, category: String, comment: String) @* Kost niet goedgekeurd *@ <p>Beste @user.getFirstName,</p> <p>Onderstaande autokost konden wij helaas <b>niet</b> goedgekeuren:</p> <ul> <li><b>Auto:</b> @carName</li> <li><b>Type:</b> @category</li> <li><b>Toelichting:</b> @costDescription</li> <li><b>Bedrag:</b> @amount</li> <li><b>Datum:</b> @date</li> </ul> <p>om de volgende reden:</p> <hr /> @comment <hr />
docs/api_reference/CXX/repsync.html
zheguang/BerkeleyDB
<?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>DbEnv::rep_sync()</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 11.  Replication Methods" /> <link rel="prev" href="repstat_print.html" title="DbEnv::rep_stat_print()" /> <link rel="next" href="repmgr_channel.html" title="DbEnv::repmgr_channel()" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> <p>Library Version 12.1.6.1</p> </div> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">DbEnv::rep_sync()</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="repstat_print.html">Prev</a> </td> <th width="60%" align="center">Chapter 11.  Replication Methods </th> <td width="20%" align="right"> <a accesskey="n" href="repmgr_channel.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="repsync"></a>DbEnv::rep_sync()</h2> </div> </div> </div> <pre class="programlisting">#include &lt;db_cxx.h&gt; int DbEnv::rep_sync(u_int32_t flags);</pre> <p> The <code class="methodname">DbEnv::rep_sync()</code> method forces master synchronization to begin for this client. This method is the other half of setting the <a class="link" href="repconfig.html#config_DB_REP_CONF_DELAYCLIENT">DB_REP_CONF_DELAYCLIENT</a> flag via the <a class="xref" href="repconfig.html" title="DbEnv::rep_set_config()">DbEnv::rep_set_config()</a> method. </p> <p> If an application has configured delayed master synchronization, the application must synchronize explicitly (otherwise the client will remain out-of-date and will ignore all database changes forwarded from the replication group master). The <code class="methodname">DbEnv::rep_sync()</code> method may be called any time after the client application learns that the new master has been established (by receiving a <a class="link" href="envevent_notify.html#event_notify_DB_EVENT_REP_NEWMASTER">DB_EVENT_REP_NEWMASTER</a> event notification). </p> <p> Before calling this method, the enclosing database environment must already have been opened by calling the <a class="xref" href="envopen.html" title="DbEnv::open()">DbEnv::open()</a> method and must already have been configured to send replication messages by calling the <a class="xref" href="reptransport.html" title="DbEnv::rep_set_transport()">DbEnv::rep_set_transport()</a> method. </p> <p> The <code class="methodname">DbEnv::rep_sync()</code> <span> <span> method either returns a non-zero error value or throws an exception that encapsulates a non-zero error value on failure, and returns 0 on success. </span> </span> </p> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="idp63027536"></a>Parameters</h3> </div> </div> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="idp63022344"></a>flags</h4> </div> </div> </div> <p> The <span class="bold"><strong>flags</strong></span> parameter is currently unused, and must be set to 0. </p> </div> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="idp62974304"></a>Errors</h3> </div> </div> </div> <p> The <code class="methodname">DbEnv::rep_sync()</code> <span> <span> method may fail and throw a <a class="link" href="dbexception.html" title="Chapter 6. The DbException Class">DbException</a> exception, encapsulating one of the following non-zero errors, or 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="idp63043488"></a>DB_REP_JOIN_FAILURE</h4> </div> </div> </div> <p> If master synchronization requires an internal initialization but automatic internal initializations have been disabled by setting the <a class="link" href="repconfig.html#config_DB_REP_CONF_AUTOINIT">DB_REP_CONF_AUTOINIT</a> flag to <code class="literal">0</code>. </p> </div> <div class="sect3" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h4 class="title"><a id="idp63041472"></a>EINVAL</h4> </div> </div> </div> <p> If the database environment was not already configured to communicate with a replication group by a call to <a class="xref" href="reptransport.html" title="DbEnv::rep_set_transport()">DbEnv::rep_set_transport()</a>; the database environment was not already opened; or if 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="idp63035712"></a>Class</h3> </div> </div> </div> <p> <a class="link" href="env.html" title="Chapter 5.  The DbEnv Handle">DbEnv</a> </p> </div> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h3 class="title"><a id="idp63036312"></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="repstat_print.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="repmgr_channel.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">DbEnv::rep_stat_print() </td> <td width="20%" align="center"> <a accesskey="h" href="index.html">Home</a> </td> <td width="40%" align="right" valign="top"> DbEnv::repmgr_channel()</td> </tr> </table> </div> </body> </html>
taitale/src/main/webapp/ariane/test/js/taitale.samples/svg/rabbit.html
echinopsii/net.echinopsii.ariane.community.core.mapping
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css" media="screen"> #rsr { border: solid 3px #333; background: #dddddd; height: 800px; max-height: 800px; width: 100%; max-width: 100%; overflow: hidden; } </style> <script data-main="../../../js/taitale.samples/svg/rabbit.js" src="../../require/require.js"></script> <title>RabbitMQ</title> </head> <body> <div id="rsr"/> </body> </html>
ckanext/dados_cmporto_pt/templates/package/snippets/read_table_resolucao_espacial.html
ParadigmaXis/dadosabertos_cmporto_pt
<p> {% for item in value %} {{ item.get('tipo') }}: {{ item.get('valor')|int }}<br/> {% endfor %} </p>
ckanext/spatialingestor/templates/package/resource_edit_base.html
gvonness/ckanext-spatialingestor
{% ckan_extends %} {% block content_primary_nav %} {{ super() }} {% if 'spatialingestor' in g.plugins and h.spatialingestor_is_spatially_ingestible_resource(res) %} {{ h.build_nav_icon('resource_spatialingest', _('Spatial Ingest'), resource_id=res.id) }} {% endif %} {% endblock %}
sop_calcs/templates/wiz.html
dazult/EPA-2012-Residential-Exposure-SOPs
{% load i18n %} <!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> {% include "baseheader.html"%} {{ wizard.form.media }} </head> <body> <div style="background:#2d2d2d;"> <div class="container footerdiv"> </div> </div> <div style="background:#f2f2f2;"> <div class="container contentdiv"> <div class="row"> <div class="span12"> <h3>{{ wizard.form.title }} (Step {{ wizard.steps.step1 }} of {{ wizard.steps.count }})</h3> <form action="" method="post">{% csrf_token %} {% if wizard.steps.prev %} <button class="btn" name="wizard_goto_step" type="submit" value="{{ wizard.steps.first }}">{% trans "First Step" %}</button> <button class="btn" name="wizard_goto_step" type="submit" value="{{ wizard.steps.prev }}">{% trans "Previous Step" %}</button> {% endif %} {% if wizard.steps.next %} <input class="btn" type="submit" value="{% trans "Next Step" %}"/> {% else %} <input class="btn" type="submit" value="{% trans "Get Results!" %}"/> {% endif %} <br /> <table class="table table-striped"> {{ wizard.management_form }} {% if wizard.form.forms %} {{ wizard.form.management_form }} {% for form in wizard.form.forms %} {{ form }} {% endfor %} {% else %} {{ wizard.form }} {% endif %} </table> {% if wizard.steps.prev %} <button class="btn" name="wizard_goto_step" type="submit" value="{{ wizard.steps.first }}">{% trans "First Step" %}</button> <button class="btn" name="wizard_goto_step" type="submit" value="{{ wizard.steps.prev }}">{% trans "Previous Step" %}</button> {% endif %} {% if wizard.steps.next %} <input class="btn" type="submit" value="{% trans "Next Step" %}"/> {% else %} <br /> <input class="btn" type="submit" value="{% trans "Get Results!" %}"/> {% endif %} </form> </div> </div> </div> </div> {% include "basefooter.html" %} <!-- Javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> </body> </html> {% block content %} {% endblock %}
client/src/app/+about/about-instance/about-instance.component.html
Chocobozzz/PeerTube
<div class="row"> <div class="col-md-12 col-xl-6"> <div class="about-instance-title"> <h1 i18n class="title">About {{ instanceName }}</h1> <a routerLink="/about/contact" i18n *ngIf="isContactFormEnabled" class="contact-admin">Contact us</a> </div> <div class="instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0"> <span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span> <span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span> </div> <div class="short-description"> <div class="block short-description">{{ shortDescription }}</div> <div i18n *ngIf="isNSFW" class="block dedicated-to-nsfw">This instance is dedicated to sensitive/NSFW content.</div> </div> <div class="anchor" id="administrators-and-sustainability"></div> <a *ngIf="html.administrator || html.maintenanceLifetime || html.businessModel" class="anchor-link" routerLink="/about/instance" fragment="administrators-and-sustainability" #anchorLink (click)="onClickCopyLink(anchorLink)" > <h2 i18n class="middle-title"> ADMINISTRATORS & SUSTAINABILITY </h2> </a> <div class="block administrator" *ngIf="html.administrator"> <div class="anchor" id="administrators"></div> <a class="anchor-link" routerLink="/about/instance" fragment="administrators" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h3 i18n class="section-title">Who we are</h3> </a> <div [innerHTML]="html.administrator"></div> </div> <div class="block creation-reason" *ngIf="html.creationReason"> <div class="anchor" id="creation-reason"></div> <a class="anchor-link" routerLink="/about/instance" fragment="creation-reason" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h3 i18n class="section-title">Why we created this instance</h3> </a> <div [innerHTML]="html.creationReason"></div> </div> <div class="block maintenance-lifetime" *ngIf="html.maintenanceLifetime"> <div class="anchor" id="maintenance-lifetime"></div> <a class="anchor-link" routerLink="/about/instance" fragment="maintenance-lifetime" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h3 i18n class="section-title">How long we plan to maintain this instance</h3> </a> <div [innerHTML]="html.maintenanceLifetime"></div> </div> <div class="block business-model" *ngIf="html.businessModel"> <div class="anchor" id="business-model"></div> <a class="anchor-link" routerLink="/about/instance" fragment="business-model" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h3 i18n class="section-title">How we will pay for keeping our instance running</h3> </a> <div [innerHTML]="html.businessModel"></div> </div> <div class="anchor" id="information"></div> <a *ngIf="descriptionContent" class="anchor-link" routerLink="/about/instance" fragment="information" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h2 i18n class="middle-title"> INFORMATION </h2> </a> <div class="block description"> <div class="anchor" id="description"></div> <a class="anchor-link" routerLink="/about/instance" fragment="description" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h3 i18n class="section-title">Description</h3> </a> <my-custom-markup-container [content]="descriptionContent"></my-custom-markup-container> </div> <div myPluginSelector pluginSelectorId="about-instance-moderation"> <div class="anchor" id="moderation"></div> <a *ngIf="html.moderationInformation || html.codeOfConduct || html.terms" class="anchor-link" routerLink="/about/instance" fragment="moderation" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h2 i18n class="middle-title"> MODERATION </h2> </a> <div class="block moderation-information" *ngIf="html.moderationInformation"> <div class="anchor" id="moderation-information"></div> <a class="anchor-link" routerLink="/about/instance" fragment="moderation-information" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h3 i18n class="section-title">Moderation information</h3> </a> <div [innerHTML]="html.moderationInformation"></div> </div> <div class="block code-of-conduct" *ngIf="html.codeOfConduct"> <div class="anchor" id="code-of-conduct"></div> <a class="anchor-link" routerLink="/about/instance" fragment="code-of-conduct" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h3 i18n class="section-title">Code of conduct</h3> </a> <div [innerHTML]="html.codeOfConduct"></div> </div> <div class="block terms"> <div class="anchor" id="terms"></div> <a class="anchor-link" routerLink="/about/instance" fragment="terms" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h3 i18n class="section-title">Terms</h3> </a> <div [innerHTML]="html.terms"></div> </div> </div> <div myPluginSelector pluginSelectorId="about-instance-other-information"> <div class="anchor" id="other-information"></div> <a *ngIf="html.hardwareInformation" class="anchor-link" routerLink="/about/instance" fragment="other-information" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h2 i18n class="middle-title"> OTHER INFORMATION </h2> </a> <div class="block hardware-information" *ngIf="html.hardwareInformation"> <div class="anchor" id="hardware-information"></div> <a class="anchor-link" routerLink="/about/instance" fragment="hardware-information" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h3 i18n class="section-title">Hardware information</h3> </a> <div [innerHTML]="html.hardwareInformation"></div> </div> </div> </div> <div class="col-md-12 col-xl-6" myPluginSelector pluginSelectorId="about-instance-features"> <h2 class="sr-only" i18n>FEATURES</h2> <my-instance-features-table></my-instance-features-table> </div> <div class="col" myPluginSelector pluginSelectorId="about-instance-statistics"> <div class="anchor" id="statistics"></div> <a class="anchor-link" routerLink="/about/instance" fragment="statistics" #anchorLink (click)="onClickCopyLink(anchorLink)"> <h2 i18n class="middle-title">STATISTICS</h2> </a> <my-instance-statistics></my-instance-statistics> </div> </div> <my-contact-admin-modal #contactAdminModal></my-contact-admin-modal>
projects/dental/app/views/main2.scala.html
shigeshige/tools
@(title: String)(content: Html) <!DOCTYPE html> <html> <head> <title>@title</title> <link rel="stylesheet" type="text/css" media="screen" href='@routes.Assets.at("stylesheets/bootstrap.min.css")'> <link rel="stylesheet" media="screen" href='@routes.Assets.at("stylesheets/main.css")'> <link rel="shortcut icon" type="image/png" href='@routes.Assets.at("images/favicon.png")'> <script src='@routes.Assets.at("javascripts/jquery-2.0.3.min.js")' type="text/javascript"></script> <script src='@routes.Assets.at("javascripts/bootstrap.min.js")' type="text/javascript"></script> </head> <body> <div class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="/">Dental Project</a> </div> </div> </div> <div class="container"> <div class="side-content"> <ul> <li><a href="/account">ユーザ一覧</a></li> <li><a href="/customer">顧客一覧</a></li> </ul> </div> <div class="main-content">@content</div> </div> </body> </html>
unifispot/templates/base.html
Spotipo/spotipo
{%from 'macros.html' import modal_form,flash_message,render_wifisite with context%} <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{% block title %} {% endblock %}</title> {% block globalCSS %} <!-- Bootstrap --> <link href="{{ url_for('static', filename='bootstrap/dist/css/bootstrap.min.css') }}" rel="stylesheet"> <!-- Font Awesome --> <link href="{{ url_for('static', filename='font-awesome/css/font-awesome.min.css') }}" rel="stylesheet"> <!-- NProgress --> <link href="{{ url_for('static', filename='nprogress/nprogress.css') }}" rel="stylesheet"> <!-- PNotify --> <link href="{{ url_for('static', filename='pnotify/dist/pnotify.css') }}" rel="stylesheet"> <link href="{{ url_for('static', filename='pnotify/dist/pnotify.buttons.css') }}" rel="stylesheet"> <link href="{{ url_for('static', filename='pnotify/dist/pnotify.nonblock.css') }}" rel="stylesheet"> <!-- Custom Theme Style --> <link href="{{ url_for('static', filename='gentellela/css/custom.min.css') }}" rel="stylesheet"> {% endblock %} </head> {% block customCSS %} {%endblock%} {%block bodyClass %} <body> {% endblock %} {% block contentBlock %} {%endblock%} {% block globalJS %} <!-- jQuery --> <script src="{{ url_for('static', filename='jquery/dist/jquery.min.js') }}"></script> <!-- Bootstrap --> <script src="{{ url_for('static', filename='bootstrap/dist/js/bootstrap.min.js') }}"></script> <!-- FastClick --> <script src="{{ url_for('static', filename='fastclick/lib/fastclick.js') }}"></script> <!-- NProgress --> <script src="{{ url_for('static', filename='nprogress/nprogress.js') }}"></script> <!-- PNotify --> <script src="{{ url_for('static', filename='pnotify/dist/pnotify.js') }}"></script> <script src="{{ url_for('static', filename='pnotify/dist/pnotify.buttons.js') }}"></script> <script src="{{ url_for('static', filename='pnotify/dist/pnotify.nonblock.js') }}"></script> <!-- Custom Theme Scripts --> <script src="{{ url_for('static', filename='gentellela/js/custom.min.js') }}"></script> <script src="{{ url_for('static', filename='custom/js/notifications.js') }}"></script> <script src="{{ url_for('static', filename='custom/js/modalform.js') }}"></script> {%endblock%} {% block js_block %} <!-- PNotify --> {%endblock%} </body> </html>
doc/com/gildorymrp/api/plugin/equipment/class-use/WeaponType.html
Gildorym/GildorymAPI
<!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_51) on Sat Aug 17 18:08:46 BST 2013 --> <TITLE> Uses of Class com.gildorymrp.api.plugin.equipment.WeaponType </TITLE> <META NAME="date" CONTENT="2013-08-17"> <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 com.gildorymrp.api.plugin.equipment.WeaponType"; } } </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="../../../../../../com/gildorymrp/api/plugin/equipment/WeaponType.html" title="enum in com.gildorymrp.api.plugin.equipment"><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?com/gildorymrp/api/plugin/equipment//class-useWeaponType.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="WeaponType.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>com.gildorymrp.api.plugin.equipment.WeaponType</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/WeaponType.html" title="enum in com.gildorymrp.api.plugin.equipment">WeaponType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.gildorymrp.api.plugin.equipment"><B>com.gildorymrp.api.plugin.equipment</B></A></TD> <TD>Contains interfaces for use in equipment plugins&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.gildorymrp.api.plugin.equipment"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/WeaponType.html" title="enum in com.gildorymrp.api.plugin.equipment">WeaponType</A> in <A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/package-summary.html">com.gildorymrp.api.plugin.equipment</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/package-summary.html">com.gildorymrp.api.plugin.equipment</A> that return <A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/WeaponType.html" title="enum in com.gildorymrp.api.plugin.equipment">WeaponType</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/WeaponType.html" title="enum in com.gildorymrp.api.plugin.equipment">WeaponType</A>[]</CODE></FONT></TD> <TD><CODE><B>DnDMaterial.</B><B><A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/DnDMaterial.html#getWeaponTypes()">getWeaponTypes</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the types of weapon this material is (weapons only)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/WeaponType.html" title="enum in com.gildorymrp.api.plugin.equipment">WeaponType</A></CODE></FONT></TD> <TD><CODE><B>WeaponType.</B><B><A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/WeaponType.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/WeaponType.html" title="enum in com.gildorymrp.api.plugin.equipment">WeaponType</A>[]</CODE></FONT></TD> <TD><CODE><B>WeaponType.</B><B><A HREF="../../../../../../com/gildorymrp/api/plugin/equipment/WeaponType.html#values()">values</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in the order they are declared.</TD> </TR> </TABLE> &nbsp; <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="../../../../../../com/gildorymrp/api/plugin/equipment/WeaponType.html" title="enum in com.gildorymrp.api.plugin.equipment"><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?com/gildorymrp/api/plugin/equipment//class-useWeaponType.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="WeaponType.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>
blog/archives.html
40423122/2016fallcadp_hw
<!DOCTYPE html> <html lang="en" > <head> <title>Archives - 2016Fall 電腦輔助設計實習 (虎尾科大MDE)</title> <!-- Using the latest rendering mode for IE --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style type="text/css"> /*some stuff for output/input prompts*/ div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}div.cell.selected{border-radius:4px;border:thin #ababab solid} div.cell.edit_mode{border-radius:4px;border:thin #008000 solid} div.cell{width:100%;padding:5px 5px 5px 0;margin:0;outline:none} div.prompt{min-width:11ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em} @media (max-width:480px){div.prompt{text-align:left}}div.inner_cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;line-height:1.21429em} div.prompt:empty{padding-top:0;padding-bottom:0} div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;} div.inner_cell{width:90%;} div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;} div.input_prompt{color:navy;border-top:1px solid transparent;} div.output_wrapper{margin-top:5px;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;} div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);-moz-box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);} div.output_collapsed{margin:0px;padding:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;width:100%;} div.out_prompt_overlay{height:100%;padding:0px 0.4em;position:absolute;border-radius:4px;} div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000000;-moz-box-shadow:inset 0 0 1px #000000;box-shadow:inset 0 0 1px #000000;background:rgba(240, 240, 240, 0.5);} div.output_prompt{color:darkred;} a.anchor-link:link{text-decoration:none;padding:0px 20px;visibility:hidden;} h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible;} /* end stuff for output/input prompts*/ .highlight-ipynb .hll { background-color: #ffffcc } .highlight-ipynb { background: #f8f8f8; } .highlight-ipynb .c { color: #408080; font-style: italic } /* Comment */ .highlight-ipynb .err { border: 1px solid #FF0000 } /* Error */ .highlight-ipynb .k { color: #008000; font-weight: bold } /* Keyword */ .highlight-ipynb .o { color: #666666 } /* Operator */ .highlight-ipynb .cm { color: #408080; font-style: italic } /* Comment.Multiline */ .highlight-ipynb .cp { color: #BC7A00 } /* Comment.Preproc */ .highlight-ipynb .c1 { color: #408080; font-style: italic } /* Comment.Single */ .highlight-ipynb .cs { color: #408080; font-style: italic } /* Comment.Special */ .highlight-ipynb .gd { color: #A00000 } /* Generic.Deleted */ .highlight-ipynb .ge { font-style: italic } /* Generic.Emph */ .highlight-ipynb .gr { color: #FF0000 } /* Generic.Error */ .highlight-ipynb .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight-ipynb .gi { color: #00A000 } /* Generic.Inserted */ .highlight-ipynb .go { color: #888888 } /* Generic.Output */ .highlight-ipynb .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ .highlight-ipynb .gs { font-weight: bold } /* Generic.Strong */ .highlight-ipynb .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .highlight-ipynb .gt { color: #0044DD } /* Generic.Traceback */ .highlight-ipynb .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ .highlight-ipynb .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ .highlight-ipynb .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ .highlight-ipynb .kp { color: #008000 } /* Keyword.Pseudo */ .highlight-ipynb .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ .highlight-ipynb .kt { color: #B00040 } /* Keyword.Type */ .highlight-ipynb .m { color: #666666 } /* Literal.Number */ .highlight-ipynb .s { color: #BA2121 } /* Literal.String */ .highlight-ipynb .na { color: #7D9029 } /* Name.Attribute */ .highlight-ipynb .nb { color: #008000 } /* Name.Builtin */ .highlight-ipynb .nc { color: #0000FF; font-weight: bold } /* Name.Class */ .highlight-ipynb .no { color: #880000 } /* Name.Constant */ .highlight-ipynb .nd { color: #AA22FF } /* Name.Decorator */ .highlight-ipynb .ni { color: #999999; font-weight: bold } /* Name.Entity */ .highlight-ipynb .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ .highlight-ipynb .nf { color: #0000FF } /* Name.Function */ .highlight-ipynb .nl { color: #A0A000 } /* Name.Label */ .highlight-ipynb .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ .highlight-ipynb .nt { color: #008000; font-weight: bold } /* Name.Tag */ .highlight-ipynb .nv { color: #19177C } /* Name.Variable */ .highlight-ipynb .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ .highlight-ipynb .w { color: #bbbbbb } /* Text.Whitespace */ .highlight-ipynb .mf { color: #666666 } /* Literal.Number.Float */ .highlight-ipynb .mh { color: #666666 } /* Literal.Number.Hex */ .highlight-ipynb .mi { color: #666666 } /* Literal.Number.Integer */ .highlight-ipynb .mo { color: #666666 } /* Literal.Number.Oct */ .highlight-ipynb .sb { color: #BA2121 } /* Literal.String.Backtick */ .highlight-ipynb .sc { color: #BA2121 } /* Literal.String.Char */ .highlight-ipynb .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ .highlight-ipynb .s2 { color: #BA2121 } /* Literal.String.Double */ .highlight-ipynb .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ .highlight-ipynb .sh { color: #BA2121 } /* Literal.String.Heredoc */ .highlight-ipynb .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ .highlight-ipynb .sx { color: #008000 } /* Literal.String.Other */ .highlight-ipynb .sr { color: #BB6688 } /* Literal.String.Regex */ .highlight-ipynb .s1 { color: #BA2121 } /* Literal.String.Single */ .highlight-ipynb .ss { color: #19177C } /* Literal.String.Symbol */ .highlight-ipynb .bp { color: #008000 } /* Name.Builtin.Pseudo */ .highlight-ipynb .vc { color: #19177C } /* Name.Variable.Class */ .highlight-ipynb .vg { color: #19177C } /* Name.Variable.Global */ .highlight-ipynb .vi { color: #19177C } /* Name.Variable.Instance */ .highlight-ipynb .il { color: #666666 } /* Literal.Number.Integer.Long */ </style> <style type="text/css"> /* Overrides of notebook CSS for static HTML export */ div.entry-content { overflow: visible; padding: 8px; } .input_area { padding: 0.2em; } a.heading-anchor { white-space: normal; } .rendered_html code { font-size: .8em; } pre.ipynb { color: black; background: #f7f7f7; border: none; box-shadow: none; margin-bottom: 0; padding: 0; margin: 0px; font-size: 13px; } /* remove the prompt div from text cells */ div.text_cell .prompt { display: none; } /* remove horizontal padding from text cells, */ /* so it aligns with outer body text */ div.text_cell_render { padding: 0.5em 0em; } img.anim_icon{padding:0; border:0; vertical-align:middle; -webkit-box-shadow:none; -box-shadow:none} </style> <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"></script> <script type="text/javascript"> init_mathjax = function() { if (window.MathJax) { // MathJax loaded MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ] }, displayAlign: 'left', // Change this to 'center' to center equations. "HTML-CSS": { styles: {'.MathJax_Display': {"margin": 0}} } }); MathJax.Hub.Queue(["Typeset",MathJax.Hub]); } } init_mathjax(); </script> <meta name="author" content="40423122" /> <!-- Open Graph tags --> <meta property="og:site_name" content="2016Fall 電腦輔助設計實習 (虎尾科大MDE)" /> <meta property="og:type" content="website"/> <meta property="og:title" content="2016Fall 電腦輔助設計實習 (虎尾科大MDE)"/> <meta property="og:url" content="."/> <meta property="og:description" content="2016Fall 電腦輔助設計實習 (虎尾科大MDE)"/> <!-- Bootstrap --> <link rel="stylesheet" href="./theme/css/bootstrap.united.min.css" type="text/css"/> <link href="./theme/css/font-awesome.min.css" rel="stylesheet"> <link href="./theme/css/pygments/monokai.css" rel="stylesheet"> <link href="./theme/tipuesearch/tipuesearch.css" rel="stylesheet"> <link rel="stylesheet" href="./theme/css/style.css" type="text/css"/> <link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="2016Fall 電腦輔助設計實習 (虎尾科大MDE) ATOM Feed"/> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shCore.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJScript.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJava.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPython.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushSql.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushXml.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPhp.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCpp.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCss.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCSharp.js"></script> <script type="text/javascript" src="http://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushBash.js"></script> <script type='text/javascript'> (function(){ var corecss = document.createElement('link'); var themecss = document.createElement('link'); var corecssurl = "http://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shCore.css"; if ( corecss.setAttribute ) { corecss.setAttribute( "rel", "stylesheet" ); corecss.setAttribute( "type", "text/css" ); corecss.setAttribute( "href", corecssurl ); } else { corecss.rel = "stylesheet"; corecss.href = corecssurl; } document.getElementsByTagName("head")[0].insertBefore( corecss, document.getElementById("syntaxhighlighteranchor") ); var themecssurl = "http://chiamingyen.github.io/kmolab_data/files/syntaxhighlighter/css/shThemeDefault.css?ver=3.0.9b"; if ( themecss.setAttribute ) { themecss.setAttribute( "rel", "stylesheet" ); themecss.setAttribute( "type", "text/css" ); themecss.setAttribute( "href", themecssurl ); } else { themecss.rel = "stylesheet"; themecss.href = themecssurl; } //document.getElementById("syntaxhighlighteranchor").appendChild(themecss); document.getElementsByTagName("head")[0].insertBefore( themecss, document.getElementById("syntaxhighlighteranchor") ); })(); SyntaxHighlighter.config.strings.expandSource = '+ expand source'; SyntaxHighlighter.config.strings.help = '?'; SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n'; SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: '; SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: '; SyntaxHighlighter.defaults['pad-line-numbers'] = false; SyntaxHighlighter.defaults['toolbar'] = false; SyntaxHighlighter.all(); </script> </head> <body> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="./" class="navbar-brand"> 2016Fall 電腦輔助設計實習 (虎尾科大MDE) </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li><a href="./pages/about/"> About </a></li> <li > <a href="./category/hw.html">Hw</a> </li> <li > <a href="./category/misc.html">Misc</a> </li> <li > <a href="./category/onshape-hw.html">Onshape hw</a> </li> <li > <a href="./category/shang-ke-bi-ji.html">上課筆記</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li><span> <form class="navbar-search" action="./search.html"> <input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input" required> </form></span> </li> <li><a href="./archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li> </ul> </div> <!-- /.navbar-collapse --> </div> </div> <!-- /.navbar --> <!-- Banner --> <!-- End Banner --> <div class="container"> <div class="row"> <div class="col-sm-9"> <section id="content"> <h1>Archives for 2016Fall 電腦輔助設計實習 (虎尾科大MDE)</h1> <div id="archives"> <p> <span class="categories-timestamp"><time datetime="2017-01-12T12:08:00+08:00">週四 12 一月 2017</time></span> <a href="./40423122-0112-dian-nao-fu-zhu-she-ji-ke-cheng-zong-jie.html">40423122 01/12 電腦輔助設計課程總結</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-12-27T12:08:00+08:00">週二 27 十二月 2016</time></span> <a href="./40423122-1227-onshape-3dlie-yin-ji-zuo-ye.html">40423122 12/27 onshape 3D列印機作業</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-12-27T12:08:00+08:00">週二 27 十二月 2016</time></span> <a href="./40423122-1231-onshape-lian-gan-zu-zhuang-ying-pian.html">40423122 12/31 onshape 連桿組裝影片</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-12-20T12:08:00+08:00">週二 20 十二月 2016</time></span> <a href="./40423122-1220zuo-ye.html">40423122 12/20作業</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-12-08T12:08:00+08:00">週四 08 十二月 2016</time></span> <a href="./40423122-onshapefen-zu-zuo-ye.html">40423122 onshape分組作業</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-12-01T11:00:00+08:00">週四 01 十二月 2016</time></span> <a href="./40423122-121zuo-ye.html">40423122 12/1作業</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-11-24T11:00:00+08:00">週四 24 十一月 2016</time></span> <a href="./40423122-1124zuo-ye.html">40423122 11/24作業</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-11-17T11:00:00+08:00">週四 17 十一月 2016</time></span> <a href="./40423122-si-lian-gan-ji-gou.html">40423122 四連桿機構</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-10-27T12:00:00+08:00">週四 27 十月 2016</time></span> <a href="./2016fall-w7-si-lian-gan-ji-gou-mo-ni.html">2016Fall w7 四連桿機構模擬</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-10-27T11:00:00+08:00">週四 27 十月 2016</time></span> <a href="./40423122-1027zuo-ye.html">40423122 10/27作業</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-10-22T12:00:00+08:00">週六 22 十月 2016</time></span> <a href="./2016fall-cheng-shi-lian-xi-ti.html">2016Fall 程式練習題</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-10-06T11:00:00+08:00">週四 06 十月 2016</time></span> <a href="./40423122-929zuo-ye.html">40423122 9/29作業</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-09-29T11:00:00+08:00">週四 29 九月 2016</time></span> <a href="./40423122-shang-ke-bi-ji.html">40423122 上課筆記</a> </p> <p> <span class="categories-timestamp"><time datetime="2016-09-02T12:00:00+08:00">週五 02 九月 2016</time></span> <a href="./2016fall-ji-jie-she-ji-zhu-ti-jiao-xue.html">2016Fall 機械設計主題教學</a> </p> </div> </section> </div> <div class="col-sm-3" id="sidebar"> <aside> <section class="well well-sm"> <ul class="list-group list-group-flush"> <li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Recent Posts</span></h4> <ul class="list-group" id="recentposts"> <li class="list-group-item"> <a href="./40423122-0112-dian-nao-fu-zhu-she-ji-ke-cheng-zong-jie.html"> 40423122 01/12 電腦輔助設計課程總結 </a> </li> <li class="list-group-item"> <a href="./40423122-1227-onshape-3dlie-yin-ji-zuo-ye.html"> 40423122 12/27 onshape 3D列印機作業 </a> </li> <li class="list-group-item"> <a href="./40423122-1231-onshape-lian-gan-zu-zhuang-ying-pian.html"> 40423122 12/31 onshape 連桿組裝影片 </a> </li> <li class="list-group-item"> <a href="./40423122-1220zuo-ye.html"> 40423122 12/20作業 </a> </li> <li class="list-group-item"> <a href="./40423122-onshapefen-zu-zuo-ye.html"> 40423122 onshape分組作業 </a> </li> </ul> </li> <li class="list-group-item"><a href="./categories.html"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Categories</span></h4></a> <ul class="list-group" id="categories"> <li class="list-group-item"> <a href="./category/hw.html"> <i class="fa fa-folder-open fa-lg"></i> HW </a> </li> <li class="list-group-item"> <a href="./category/misc.html"> <i class="fa fa-folder-open fa-lg"></i> Misc </a> </li> <li class="list-group-item"> <a href="./category/onshape-hw.html"> <i class="fa fa-folder-open fa-lg"></i> onshape HW </a> </li> <li class="list-group-item"> <a href="./category/shang-ke-bi-ji.html"> <i class="fa fa-folder-open fa-lg"></i> 上課筆記 </a> </li> </ul> </li> <li class="list-group-item"><a href="./tags.html"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a> <ul class="list-group list-inline tagcloud" id="tags"> </ul> </li> <li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">Links</span></h4> <ul class="list-group" id="links"> <li class="list-group-item"> <a href="http://getpelican.com/" target="_blank"> Pelican </a> </li> <li class="list-group-item"> <a href="https://github.com/DandyDev/pelican-bootstrap3/" target="_blank"> pelican-bootstrap3 </a> </li> <li class="list-group-item"> <a href="https://github.com/getpelican/pelican-plugins" target="_blank"> pelican-plugins </a> </li> <li class="list-group-item"> <a href="https://github.com/Tipue/Tipue-Search" target="_blank"> Tipue search </a> </li> </ul> </li> </ul> </section> </aside> </div> </div> </div> <footer> <div class="container"> <hr> <div class="row"> <div class="col-xs-10">&copy; 2017 40423122 &middot; Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>, <a href="http://docs.getpelican.com/" target="_blank">Pelican</a>, <a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div> <div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div> </div> </div> </footer> <script src="./theme/js/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="./theme/js/bootstrap.min.js"></script> <!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) --> <script src="./theme/js/respond.min.js"></script> </body> </html>
web/fb-share/programa/en/57.html
joker-x/programa-podemos-2015
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>PODEMOS. Creating an independent public European rating agency</title> <meta property="og:title" content="PODEMOS: Creating an independent public European rating agency" /> <meta property="og:description" content="We will support the creation of an independent and public European rating agency. This will reduce the chances of rating companies continuing to provide asymmetric information and sending the wrong incentives to private and public investors, thus putting the macroeconomic balance at risk" /> <meta property="og:image" content="http://lasonrisadeunpais.es/wp-content/plugins/programa/data/meta-programa.png" /> </head> <body> <script type="text/javascript"> var url_base = '/en/programa/?medida=57'; window.location = url_base; </script> <h1>Creating an independent public European rating agency</h1> <div> <p>We will support the creation of an independent and public European rating agency. This will reduce the chances of rating companies continuing to provide asymmetric information and sending the wrong incentives to private and public investors, thus putting the macroeconomic balance at risk</p> </div> </body> </html>
public/flash/featuredvideos/docs/de/alex_uhlmann/animationpackage/animation/Parallel_doc.html
dmgarland/hyperactive
<HTML> <HEAD> <TITLE>Parallel Documentation</TITLE> <STYLE><!-- HR.small{height:1px; width:100%; background:#E7BFA3; border: 0px;} HR.big{height:4px; width:100%; background:#E7BFA3; border: 0px;} A:hover{text-decoration: underline} A{text-decoration: none; color: #993333} code{font-family:monospace; font-size: 12px; color: #666666;} .methodAttributesTitle{font-size: 12px; font-weight: bold; color: #7B779C} .ToC{font-size: 12px; font-weight: bold; color: #993333} .methodTitle{font-size: 14px; font-weight: bold; color: #993333} .groupTitle{font-size: 18px; font-weight: bold; color: #993333} .sectionTitle{font-size: 22px; font-weight: bold; color: #993333} .majorTitle{font-size: 32px; font-weight: bold; color: #993333; padding-bottom:100px;} .methodsDiv{margin-left:40px;} .footer{font-size: 11px; color: #666666;} body{font-family: arial,sans-serif; font-size: 12px;} //--></STYLE> </HEAD> <BODY bgColor='white'> <P class='majorTitle'>Parallel Documentation</P> <P><B>Author:</B> Alex Uhlmann<BR> <B>Last Modified:</B> 09/24/05 19:15:32<HR class='big'> <P class='sectionTitle'>Summary</P> <P class='ToC'>Parallel class:</P> <div class='methodsDiv'><a href='#classinfo'>- description</a></div> <P class='ToC'>Parallel Properties:</P><div class='methodsDiv'> <a href='#duration'>- duration</a><br> <a href='#easing'>- easing</a><br> <a href='#callback'>- callback</a><br> </div><br> <P class='ToC'>Parallel Methods:</P><div class='methodsDiv'> <a href='#animate'>- animate</a><br> <a href='#goto'>- goto</a><br> <a href='#animationStyle'>- animationStyle</a><br> <a href='#addChild'>- addChild</a><br> <a href='#removeChild'>- removeChild</a><br> <a href='#accept'>- accept</a><br> <a href='#getChildren'>- getChildren</a><br> <a href='#roundResult'>- roundResult</a><br> <a href='#forceEnd'>- forceEnd</a><br> <a href='#getOptimizationMode'>- getOptimizationMode</a><br> <a href='#setOptimizationMode'>- setOptimizationMode</a><br> <a href='#getTweenMode'>- getTweenMode</a><br> <a href='#setTweenMode'>- setTweenMode</a><br> <a href='#getDurationMode'>- getDurationMode</a><br> <a href='#setDurationMode'>- setDurationMode</a><br> <a href='#stop'>- stop</a><br> <a href='#pause'>- pause</a><br> <a href='#resume'>- resume</a><br> <a href='#lock'>- lock</a><br> <a href='#unlock'>- unlock</a><br> <a href='#isTweening'>- isTweening</a><br> <a href='#getStartValue'>- getStartValue</a><br> <a href='#getEndValue'>- getEndValue</a><br> <a href='#getCurrentValue'>- getCurrentValue</a><br> <a href='#getCurrentPercentage'>- getCurrentPercentage</a><br> <a href='#getDurationElapsed'>- getDurationElapsed</a><br> <a href='#getDurationRemaining'>- getDurationRemaining</a><br> <a href='#addEventListener'>- addEventListener</a><br> <a href='#removeEventListener'>- removeEventListener</a><br> <a href='#removeAllEventListeners'>- removeAllEventListeners</a><br> <a href='#eventListenerExists'>- eventListenerExists</a><br> <a href='#getID'>- getID</a><br> <a href='#toString'>- toString</a><br> </div><br> <HR class='big'> <P class='sectionTitle'><A name='classinfo'></A>Parallel <I>class</I></P> <P> <span class='methodTitle'>version:</span> Documentation not provided.</P> <P class="methodTitle">description:</P> <P>Parallel allows you to animate the classes of de.alex_uhlmann.animationpackage.animation synchronously in a uniform manner. Parallel uses the composite design pattern. [GoF] <p> Example 1: <a href="Parallel_01.html">(Example .swf)</a> Animate different animations at the same time back and forth. <pre><blockquote> var myMoveOnQuadCurve:MoveOnQuadCurve = new MoveOnQuadCurve(mc,100,100,300,300,500,100); var myScale:Scale = new Scale(mc,50,50); var myRotation:Rotation = new Rotation(mc,360); var myColorTransform:ColorTransform = new ColorTransform(mc,0xff0000,50); var myParallel:Parallel = new Parallel(); myParallel.addChild(myMoveOnQuadCurve); myParallel.addChild(myScale); myParallel.addChild(myRotation); myParallel.addChild(myColorTransform); myParallel.animationStyle(2000,Circ.easeInOut,"onCallback"); myParallel.animate(0,100); myListener.onCallback = function(source) { source.callback = "onCallback2"; source.animate(100,0); } myListener.onCallback2 = function(source) { source.callback = "onCallback"; source.animate(0,100); } </pre></blockquote> <p> </P> <P class="methodTitle">usage:</P> <tt>var myParallel:Parallel = new Parallel();</tt> <HR class='small'> <P class='groupTitle'><A name='properties'></A>Parallel Properties:</P> <div class='methodsDiv' > <P class='methodTitle'><A name='duration'></A><u> duration</u></P> <P> (Number) Duration of animation in milliseconds or frames. Default is milliseconds.</P> <P class='methodTitle'><A name='easing'></A><u> easing</u></P> <P> (Object) Easing equation in Robert Penner style. Default equation is Linear.easeNone. www.robertpenner.com/easing/</P> <P class='methodTitle'><A name='callback'></A><u> callback</u></P> <P> (String) Function to invoke after animation. See AnimationCore class. </P> </div> <HR class='small'> <P class='groupTitle'><A name='methods'></A>Parallel Methods:</P> <div class='methodsDiv' > <P class='methodTitle'><A name='animate'></A><u> animate</u></P> <P><span class='methodAttributesTitle'>description: </span> animates the contents of the composite. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myParallel.animate(start, end);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>start (Number) start value. Percentage.</li> <li>end (Number) end value. Percentage.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> void </P> <P class='methodTitle'><A name='goto'></A><u> goto</u></P> <P><span class='methodAttributesTitle'>description: </span> jumps to a specific step of the animation and stays there. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myInstance.goto(percentage);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>percentage (Number) Percentage value of the animation.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> void </P> <P class='methodTitle'><A name='animationStyle'></A><u> animationStyle</u></P> <P><span class='methodAttributesTitle'>description: </span> set the animation style properties for your animation. Notice that if your easing equation supports additional parameters you can send those parameters with the easing parameter in animationStyle. You have to send an Array as easing parameter. The first element has to be the easing equation in Robert Penner style. The following parameters can be your additional parameters. i.e.: <blockquote><pre> var myRotation:Rotation = new Rotation(mc); myRotation.animationStyle(2000,[Back.easeOut,4]); myRotation.run(360); </pre></blockquote> See also "Customizable easing equations" in readme for more information. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myParallel.animationStyle(duration);</pre> <pre>myParallel.animationStyle(duration, callback);</pre> <pre>myParallel.animationStyle(duration, easing, callback);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>duration (Number) Duration of animation(s) in milliseconds or frames. Default is milliseconds.</li> <li>easing (Object) Easing equation in Robert Penner style. Default equation is Linear.easeNone. www.robertpenner.com/easing/</li> <li>callback (String) Function to invoke after animation(s). See APCore class.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='addChild'></A><u> addChild</u></P> <P><span class='methodAttributesTitle'>description: </span> adds a primitive or composite to the composite instance of Parallel See class description. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myParallel.addChild(component);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>component (IAnimatable) Must be compatible to IAnimatable.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> IAnimatable class that was added. </P> <P class='methodTitle'><A name='removeChild'></A><u> removeChild</u></P> <P><span class='methodAttributesTitle'>description: </span> removes a primitive or composite from the composite instance of Parallel See class description. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myParallel.removeChild(component);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>component (IAnimatable) Must be compatiblee to IAnimatable. </li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='accept'></A><u> accept</u></P> <P><span class='methodAttributesTitle'>description: </span> Allow a visitor to visit its elements. See Visitor design pattern [GoF]. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myInstance.accept(visitor);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>visitor (IVisitor) Must be compatible to de.alex_uhlmann.animationpackage.utility.IVisitor. </li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='getChildren'></A><u> getChildren</u></P> <P><span class='methodAttributesTitle'>description: </span> returns an Array of all children of the sequence. Could contain other Sequences. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.getChildren();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Array </P> <P class='methodTitle'><A name='roundResult'></A><u> roundResult</u></P> <P><span class='methodAttributesTitle'>description: </span> rounds animation results to integers. (might be usefull for animating pixelfonts). Default is false. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myInstance.roundResult(rounded);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>rounded (Boolean) <code>true</code> rounds the result. Animates with integers. Less accuracy. <code>false</code> animates with floating point numbers.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='forceEnd'></A><u> forceEnd</u></P> <P><span class='methodAttributesTitle'>description: </span> Flash does not guaranteed that time-based tweening will reach the end value(s) of your animation. By default AnimationPackage guarantees that the end value(s) will be reached. The forceEnd method allows you to disable this guarantee and only accept the values from your easing equation. In certain situations this can lead to a smoother ending of the animation. Notice that in frame-based tweening the end value(s) will always be reached. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myInstance.forceEnd(forceEndVal);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>forceEndVal (Boolean) <code>true</code> or <code>false</code>.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='getOptimizationMode'></A><u> getOptimizationMode</u></P> <P><span class='methodAttributesTitle'>description: </span> returns the optimization mode. See setOptimizationMode for more information. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>getOptimizationMode();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Boolean </P> <P class='methodTitle'><A name='setOptimizationMode'></A><u> setOptimizationMode</u></P> <P><span class='methodAttributesTitle'>description: </span> Allows to explicitly remove parts of the animation that don't change during the animation. This can add additional performance to your animation. Note that setting this method to true has side effects. If all start and end values match, the animation won't start and will immediatly invoke an onEnd event. The order of values returned by getStartValue(s), getCurrentValue(s), getEndValue(s) and the value property of the eventObject returned by EventDispatcher might change if you set this method to true. You can still retrieve the parts of the animation that are actually animated if you access the Animator instance of your animation class via myAnimator. Ask <code>myInstance.myAnimator.setter</code> to retrieve all currently animated parts of the animation. See Animator documentation. Of cource, if you know your input values you would probably look at them.<p> Note that the AnimationCore class offers a static setOptimizationModes method (note the last "s" at the end) that allows you to remove parts of 'all' your animations that don't change during the animation. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myInstance.setOptimizationMode(optimize);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>optimize (Boolean)</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='getTweenMode'></A><u> getTweenMode</u></P> <P><span class='methodAttributesTitle'>description: </span> returns the current tween mode used by the instance. Please check with AnimationCore.setTweenModes for more information. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>getTweenMode();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> String that specifies the tween mode. Either AnimationCore.INTERVAL or AnimationCore.FRAMES. </P> <P class='methodTitle'><A name='setTweenMode'></A><u> setTweenMode</u></P> <P><span class='methodAttributesTitle'>description: </span> sets the current tween mode used by the instance. Please check with AnimationCore.setTweenModes for more information. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>setTweenMode(t);</tt> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>t (String) Either AnimationCore.INTERVAL for time-based tweening or AnimationCore.FRAMES for frame-based tweening.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> <code>true</code> if setting tween mode was successful, <code>false</code> if not successful. </P> <P class='methodTitle'><A name='getDurationMode'></A><u> getDurationMode</u></P> <P><span class='methodAttributesTitle'>description: </span> returns the current duration mode used by the instance. Please check with AnimationCore.setTweenModes for more information. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>getDurationMode();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> String that specifies the duration mode. Either AnimationCore.MS or AnimationCore.FRAMES. </P> <P class='methodTitle'><A name='setDurationMode'></A><u> setDurationMode</u></P> <P><span class='methodAttributesTitle'>description: </span> sets the current duration mode used by the instance. Please check with AnimationCore.setTweenModes for more information. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>setDurationMode(d);</tt> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>d (String) Either AnimationCore.MS for milliseconds or AnimationCore.FRAMES.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> <code>true</code> if setting duration mode was successful, <code>false</code> if not successful. </P> <P class='methodTitle'><A name='stop'></A><u> stop</u></P> <P><span class='methodAttributesTitle'>description: </span> stops the animation if not locked.. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.stop();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> <code>true</code> if instance was successfully stopped. <code>false</code> if instance could not be stopped, because it was locked. </P> <P class='methodTitle'><A name='pause'></A><u> pause</u></P> <P><span class='methodAttributesTitle'>description: </span> pauses the animation if not locked. Call resume() to continue animation. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.pause();</tt> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>duration (Number) optional property. Number of milliseconds or frames to pause before continuing animation.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> <code>true</code> if instance was successfully paused. <code>false</code> if instance could not be paused, because it was locked. </P> <P class='methodTitle'><A name='resume'></A><u> resume</u></P> <P><span class='methodAttributesTitle'>description: </span> continues the animation if not locked. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.resume();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> <code>true</code> if instance was successfully resumed. <code>false</code> if instance could not be resumed, because it was locked. </P> <P class='methodTitle'><A name='lock'></A><u> lock</u></P> <P><span class='methodAttributesTitle'>description: </span> locks the animation to prevent pausing, resuming and stopping. Default is unlocked. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.lock();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='unlock'></A><u> unlock</u></P> <P><span class='methodAttributesTitle'>description: </span> unlocks the animation to allow pausing, resuming and stopping. Default is unlocked. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.unlock();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='isTweening'></A><u> isTweening</u></P> <P><span class='methodAttributesTitle'>description: </span> checks if the instance is currently animated. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.isTweening();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> <code>true</code> if instance is tweening, <code>false</code> if instance is not tweening. </P> <P class='methodTitle'><A name='getStartValue'></A><u> getStartValue</u></P> <P><span class='methodAttributesTitle'>description: </span> returns the original, starting value of the current tween. Percentage. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.getStartValue();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Number </P> <P class='methodTitle'><A name='getEndValue'></A><u> getEndValue</u></P> <P><span class='methodAttributesTitle'>description: </span> returns the targeted value of the current tween. Percentage. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.getEndValue();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Number </P> <P class='methodTitle'><A name='getCurrentValue'></A><u> getCurrentValue</u></P> <P><span class='methodAttributesTitle'>description: </span> returns the current value of the current tween. Percentage. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.getCurrentValue();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Number </P> <P class='methodTitle'><A name='getCurrentPercentage'></A><u> getCurrentPercentage</u></P> <P><span class='methodAttributesTitle'>description: </span> returns the current state of the animation in percentage. Especially usefull in combination with goto(). </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.getCurrentPercentage();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Number </P> <P class='methodTitle'><A name='getDurationElapsed'></A><u> getDurationElapsed</u></P> <P><span class='methodAttributesTitle'>description: </span> returns the elapsed time or frames since the current tween started tweening. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.getDurationElapsed();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Number </P> <P class='methodTitle'><A name='getDurationRemaining'></A><u> getDurationRemaining</u></P> <P><span class='methodAttributesTitle'>description: </span> returns the remaining time or frames since the current tween started tweening. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.getDurationRemaining();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Number </P> <P class='methodTitle'><A name='addEventListener'></A><u> addEventListener</u></P> <P><span class='methodAttributesTitle'>description: </span> Subscribe to a predefined event. The following standard EventDispatcher events are broadcasted<p> <b>onStart</b>, broadcasted when animation starts.<br> <b>onEnd</b>, broadcasted when animation ends.<p> The even object returned, contains the following properties:<p> <b>type</b> (String) event broadcasted.<br> <b>target</b> (Object) event source.<br> </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myParallel.addEventListener(event, listener);</pre> <pre>myParallel.addEventListener(event, listener, handler);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>event (String) Event to subscribe listener to. GDispatcher specific feature allows to subscribe to all events from an event source if the string "ALL" is passed. </li> <li>listener (Object) The listener object to subscribe to the specified event.</li> <li>handler (String) Optional. GDispatcher specific feature. The name of a function to call. This function will be called within the scope of the object specified in the second parameter.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='removeEventListener'></A><u> removeEventListener</u></P> <P><span class='methodAttributesTitle'>description: </span> Removes a listener from a subscribed event. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myParallel.removeEventListener(event, listener);</pre> <pre>myParallel.removeEventListener(event, listener, handler);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>event (String) Event to remove subscribed listener from. GDispatcher specific feature allows to remove subscribtion to all events if the string "ALL" is passed. Works only if listener has been subscribed via the "ALL" string in addEventListener.</li> <li>listener (Object) The listener object to unsubscribe from the specified event.</li> <li>handler (String) Optional. GDispatcher specific feature. Only needed if the listener has been subscribed with a handler function.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='removeAllEventListeners'></A><u> removeAllEventListeners</u></P> <P><span class='methodAttributesTitle'>description: </span> GDispatcher specific feature. Removes all listeners for a specific event, or for all events. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myParallel.removeAllEventListeners();</pre> <pre>myParallel.removeAllEventListeners(event);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>event (String) Event to remove all subscribed listeners from. If not specified, all listeners to any event will be removed.</li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> Void.</P> <P class='methodTitle'><A name='eventListenerExists'></A><u> eventListenerExists</u></P> <P><span class='methodAttributesTitle'>description: </span> GDispatcher specific feature. Checks if a listener is already subscribed to a certain event. </P> <P><span class='methodAttributesTitle'>usage:</span> <pre>myParallel.eventListenerExists(event, listener);</pre> <pre>myParallel.eventListenerExists(event, listener, handler);</pre> </P> <P> <span class='methodAttributesTitle'>parameters:</span><ul> <li>event (String) Event to check subscription.</li> <li>listener (Object) The listener object to check subscription.</li> <li>handler (String) The handler function to check subscription. </li> </ul></P> <P><span class='methodAttributesTitle'>returns:</span> <code>true</code> if event exists on listener. <code>false</code> if event doesn't exist on listener. </P> <P class='methodTitle'><A name='getID'></A><u> getID</u></P> <P><span class='methodAttributesTitle'>description: </span> returns a unique ID of the instance. Usefull for associative arrays. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.getID();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> Number </P> <P class='methodTitle'><A name='toString'></A><u> toString</u></P> <P><span class='methodAttributesTitle'>description: </span> returns the name of the class. </P> <P><span class='methodAttributesTitle'>usage:</span> <tt>myInstance.toString();</tt> </P> <P><span class='methodAttributesTitle'>returns:</span> String </P> </div> <BR> <BR> <HR class='big'> <span class="footer">generated with <A href='http://blog.klaustrofobik.org/' target='_blank'>AS2docGenerator beta 0.5.3</A></span> </BODY> </HTML>
catalogue/templates/catalogue/lesson/box-icons.html
fnp/edumed
{% load static from staticfiles %} {% if object.requires_internet %} <div class="box-icon"><img src="{% static 'img/icons/internet_black.png' %}" title="Wymaga dostępu do Internetu" alt="Wymaga dostępu do Internetu" ><br>Internet</div> {% else %} <div class="box-icon"><img src="{% static 'img/icons/nointernet_black.png' %}" title="Nie wymaga dostępu do Internetu" alt="Nie wymaga dostępu do Internetu" ><br>Bez Internetu</div> {% endif %} {% if publisher %} <div class="box-icon"><img src="{{ publisher.logo.url }}" title="{{ publisher.name }}" alt="{{ publisher.name }}" ></div> {% endif %}
crislib/libscapi/lib/boost_1_64_0/libs/hana/doc/html/structboost_1_1hana_1_1integral__constant-members.html
cris-iisc/mpc-primitives
<!-- Copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML header for doxygen 1.8.9.1--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>Boost.Hana: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); // Copyright Louis Dionne 2013-2017 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) MathJax.Hub.Config({ "HTML-CSS": { linebreaks: { automatic: true, width: "75% container" } } }); </script><script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <!-- Additional javascript for drawing charts. --> <script type="text/javascript" src="highcharts.js"></script> <script type="text/javascript" src="highcharts-data.js"></script> <script type="text/javascript" src="highcharts-exporting.js"></script> <script type="text/javascript" src="chart.js"></script> <script type="text/javascript" src="hana.js"></script> </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="Boost.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Boost.Hana &#160;<span id="projectnumber">1.1.0</span> </div> <div id="projectbrief">Your standard library for metaprogramming</div> </td> <td> <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> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> </div><!-- 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('structboost_1_1hana_1_1integral__constant.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="headertitle"> <div class="title">boost::hana::integral_constant&lt; T, v &gt; Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#adeaf00ee03ae0daf97d60d5258bd3703">bool_</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#aa301b96de91d665fdc846bde4659b0d3">bool_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a08598ceb1797047d8938049b0cad6ccc">char_</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#aca22320011be96155645b79fe53dd8c2">char_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a84a8b7c3f824b4f0421d6a834601a0c4">false_</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#aec1a5deaa7bcdf7c07c2da4af8959454">false_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#ab4891bf3aec7c15fa2d91c8fbacf4563">int_</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a8669179fa3d068951014b3be07a7d673">int_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a8e52c0f4a65a852dc88f97259a05ff17">integral_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#aa7bf152c582934a70baa1d6c2bc758ba">llong</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a81c86537a0d36b8788cba2188314febc">llong_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a41f541c4b34b1972d0e84bf10f7908e1">long_</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#ab7e3b17ac89121823916ebd7c6f96235">long_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a7d9f9e5adeb222e676ee02d6f28198ee">operator!</a>(X &amp;&amp;x)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a0cae3af55edb3eb05bfa184bda633f7d">operator!=</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a1c078fd00db48686ca9e0aa17f47344e">operator&quot;&quot;_c</a>()</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#ad2fabb33632e115e96d0b7474670e6a1">operator%</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a47d2d5df22fc559270029d5eabaae61a">operator&amp;&amp;</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a673f1d9212ae61e8cee093af002bc110">operator*</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a077af435df78fdb178f98b109c8c4297">operator+</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a51facf9760bb93d63efdca06dcf859ad">operator-</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a6be175332d55b7bfcf1afc33856d9b7d">operator-</a>(X &amp;&amp;x)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#ab8b66ff58605e53149aad7eca0922ad7">operator/</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#ada078dcf9e68b8e9a82b33c75dde8457">operator&lt;</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a53817979990da799e659b2576799a79a">operator&lt;=</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a27607958295e6da8a0ba602a2db468f1">operator==</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#aedd11fddefddbbbb87d3b24c7117528f">operator&gt;</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#aa3f0436b623de5208767751e1e9f7e59">operator&gt;=</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a883a869b5e96e32744ebf75d63c763ae">operator||</a>(X &amp;&amp;x, Y &amp;&amp;y)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">friend</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a217459eb4ffdd9580b5d8e1bf36d7ac4">short_</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#aaf48189e927611ea460974ba01beb2c7">short_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#ac49b8fd71a0ef9229511bd7d6cc0f150">size_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a022e29dcd19f546f3ac35254f11e56de">size_t</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a2d4bda4a9114a5e803a91def599fae76">times</a>(F &amp;&amp;f)</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#ae0cf9368270efc7fdd2aeec497644892">true_</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a96c109b048f822be0ca7578c93694405">true_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a5071dd223185718f85da1db48fb95d80">uint</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a79f45e3c2411db1d36127c1341673ffb">uint_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a112e62e2d698846ca9e3940eb15333d3">ullong</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a186b6fdf81c9be08f42576cafd63b38d">ullong_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#aedb2b03831973b4b54c5d0abce1af63c">ulong</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a65df6bbd2d90432bdcdc709cdbca9921">ulong_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#a69a1bcadc259af364eb87d634c76c12e">ushort_</a> typedef</td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> <tr><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html#ace7c983d1ffed3a1ff10b5287d2c6ddd">ushort_c</a></td><td class="entry"><a class="el" href="structboost_1_1hana_1_1integral__constant.html">boost::hana::integral_constant&lt; T, v &gt;</a></td><td class="entry"><span class="mlabel">related</span></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- Copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML footer for doxygen 1.8.9.1--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> </ul> </div> </body> </html>
web/fb-share/programa/en/143.html
joker-x/programa-podemos-2015
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>PODEMOS. Emotional intelligence</title> <meta property="og:title" content="PODEMOS: Emotional intelligence" /> <meta property="og:description" content="We will incorporate the subject of Emotional Intelligence into Compulsory Secondary Education (ESO) as well as a strategy of teacher training which will allow the incorporation of the tools of cognitive psychology, psycho-analysis and other branches of psychology into classroom teaching strategies." /> <meta property="og:image" content="http://lasonrisadeunpais.es/wp-content/plugins/programa/data/meta-programa.png" /> </head> <body> <script type="text/javascript"> var url_base = '/en/programa/?medida=143'; window.location = url_base; </script> <h1>Emotional intelligence</h1> <div> <p>We will incorporate the subject of Emotional Intelligence into Compulsory Secondary Education (ESO) as well as a strategy of teacher training which will allow the incorporation of the tools of cognitive psychology, psycho-analysis and other branches of psychology into classroom teaching strategies.</p> </div> </body> </html>
Source/public/components/mainPage/mainPage.html
lightchpa/blog
<h1>{{$ctrl.title}}</h1> <p>Welcome to {{$ctrl.title}}</p>
public/50x.html
scalableminds/webknossos
<!doctype html> <title>webKnossos maintenance</title> <style> body { text-align: center; padding: 150px 30px; } h1 { font-size: 50px; } body { font: 20px Helvetica, Arial, sans-serif; color: #333; } article { display: block; text-align: left; max-width: 700px; margin: 0 auto; } a { color: #dc8100; text-decoration: none; } a:hover { color: #333; text-decoration: none; } </style> <article> <p style="position: relative;"> <a href="http://thecatapi.com"> <img src="http://thecatapi.com/api/images/get?format=src&type=gif" alt="" style="width: 100%; max-width: 500px;"> </a> </p> <h1>We're updating webKnossos!</h1> <p>Hang tight, we'll be back in a few moments. Sorry for the inconvenience.</p> <p style="font-size: 13px;">If the issue persists for more than a few minutes, feel free to <a href="mailto:webknossos@scm.io">contact us</a>.</p> </article>
practica30/ejercicio6.html
DavidLDM/LND2017
<!DOCTYPE html> <html> <body> <script> var fin = false; var amigos = []; var amigo2; do { amigo2 = prompt("Introduce los nombres:"); if (amigo2 == "fin") { break; } else { amigos.push(amigo2); } } while (fin != true); for (var value of amigos) { document.write("" + value + "<br>"); } </script> </body> </html>
web/fb-share/programa/ast/190.html
podemos-info/programa-electoral-podemos-26j
<!DOCTYPE html> <html lang="ast"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Podemos - Llei Integral contra la Trata de Persones</title> <meta property="og:title" content="Podemos - Llei Integral contra la Trata de Persones" /> <meta property="og:description" content="Vamos reafirmar el papel central de les víctimes como suxetos de derechos, y vamos actuar de forma coordinada (ente les autoridaes estatales, autonómiques y locales) pa la protección, identificación y detección de les persones víctimes de trata. Reforzar la protección, con periodos de restablecimientu y reflexón garantizada, y prohibir la deportación o l&#39;encierre nun Centru d&#39;Internamientu d&#39;Estranxeros (CIE). Esaniciar la responsabilidá penal de les víctimes de trata que s&#39;atopen en situación irregular por non collaborar coles autoridaes. Formar profesionales del ámbitu xurídicu, implicaos na tramitación de visaos y solicitúes d&#39;asilu, miembros de los Cuerpos y Fuerces de Seguridá del Estáu y inspectores de trabayu con una perspectiva psicosocial. Crear mecanismos d&#39;atención integral a les víctimes con un enfoque integrador, trescultural, de protección efectiva nel casu de denuncia y más allá del xuiciu. Garantizar el derechu al asilu polos diversu tipos de trata, según la concesión automática de los permisos de residencies temporales." /> <meta property="og:image" content="http://lasonrisadeunpais.es/wp-content/plugins/programa/data/meta-programa.png" /> <meta property="og:image:type" content="image/png" /> <meta property="og:image:width" content="600" /> <meta property="og:image:height" content="315" /> </head> <body> <script type="text/javascript"> var url_base = '/ast/programa/?medida=190'; window.location = url_base; </script> <img src="http://lasonrisadeunpais.es/wp-content/plugins/programa/data/meta-programa.png" alt="Programa PODEMOS" /> <h1>Llei Integral contra la Trata de Persones</h1> <div> <p>Vamos reafirmar el papel central de les víctimes como suxetos de derechos, y vamos actuar de forma coordinada (ente les autoridaes estatales, autonómiques y locales) pa la protección, identificación y detección de les persones víctimes de trata.</p> <p>Reforzar la protección, con periodos de restablecimientu y reflexón garantizada, y prohibir la deportación o l&#39;encierre nun Centru d&#39;Internamientu d&#39;Estranxeros (CIE). Esaniciar la responsabilidá penal de les víctimes de trata que s&#39;atopen en situación irregular por non collaborar coles autoridaes.</p> <p>Formar profesionales del ámbitu xurídicu, implicaos na tramitación de visaos y solicitúes d&#39;asilu, miembros de los Cuerpos y Fuerces de Seguridá del </p> <p>Estáu y inspectores de trabayu con una perspectiva psicosocial.</p> <p>Crear mecanismos d&#39;atención integral a les víctimes con un enfoque integrador, trescultural, de protección efectiva nel casu de denuncia y más allá del xuiciu. Garantizar el derechu al asilu polos diversu tipos de trata, según la concesión automática de los permisos de residencies temporales.</p> </div> </body> </html>
crislib/libscapi/lib/boost_1_64_0/libs/hana/doc/html/fwd_2concept_2monad__plus_8hpp.html
cris-iisc/mpc-primitives
<!-- Copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML header for doxygen 1.8.9.1--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>Boost.Hana: boost/hana/fwd/concept/monad_plus.hpp File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ extensions: ["tex2jax.js"], jax: ["input/TeX","output/HTML-CSS"], }); // Copyright Louis Dionne 2013-2017 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) MathJax.Hub.Config({ "HTML-CSS": { linebreaks: { automatic: true, width: "75% container" } } }); </script><script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <!-- Additional javascript for drawing charts. --> <script type="text/javascript" src="highcharts.js"></script> <script type="text/javascript" src="highcharts-data.js"></script> <script type="text/javascript" src="highcharts-exporting.js"></script> <script type="text/javascript" src="chart.js"></script> <script type="text/javascript" src="hana.js"></script> </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="Boost.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Boost.Hana &#160;<span id="projectnumber">1.1.0</span> </div> <div id="projectbrief">Your standard library for metaprogramming</div> </td> <td> <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> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> </div><!-- 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('fwd_2concept_2monad__plus_8hpp.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="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">monad_plus.hpp File Reference</div> </div> </div><!--header--> <div class="contents"> <p>Forward declares <code>boost::hana::MonadPlus</code>. <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceboost"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost.html">boost</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:namespaceboost_1_1hana"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1hana.html">boost::hana</a></td></tr> <tr class="memdesc:namespaceboost_1_1hana"><td class="mdescLeft">&#160;</td><td class="mdescRight">Namespace containing everything in the library. <br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Forward declares <code>boost::hana::MonadPlus</code>. </p> <dl class="section copyright"><dt>Copyright</dt><dd>Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at <a href="http://boost.org/LICENSE_1_0.txt">http://boost.org/LICENSE_1_0.txt</a>) </dd></dl> </div></div><!-- contents --> </div><!-- doc-content --> <!-- Copyright Louis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) --> <!-- boost-no-inspect --> <!-- HTML footer for doxygen 1.8.9.1--> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_1878a3f4746a95c6aad317458cc7ef80.html">boost</a></li><li class="navelem"><a class="el" href="dir_daf74c896eae580804ddb7810f485dad.html">hana</a></li><li class="navelem"><a class="el" href="dir_cc4d96287a8e6ea2980c75f79e8c5cd4.html">fwd</a></li><li class="navelem"><a class="el" href="dir_9c824c28346f35ae3c8d4f56bd6b4593.html">concept</a></li><li class="navelem"><a class="el" href="fwd_2concept_2monad__plus_8hpp.html">monad_plus.hpp</a></li> </ul> </div> </body> </html>
crislib/libscapi/lib/boost_1_64_0/libs/math/doc/html/math_toolkit/internals/test_data.html
cris-iisc/mpc-primitives
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Graphing, Profiling, and Generating Test Data for Special Functions</title> <link rel="stylesheet" href="../../math.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../index.html" title="Math Toolkit 2.5.2"> <link rel="up" href="../internals.html" title="Internal tools"> <link rel="prev" href="error_test.html" title="Relative Error and Testing"> <link rel="next" href="../../using_udt.html" title="Chapter&#160;14.&#160;Use with User-Defined Floating-Point Types - Boost.Multiprecision and others"> </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="error_test.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals.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="../../using_udt.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h3 class="title"> <a name="math_toolkit.internals.test_data"></a><a class="link" href="test_data.html" title="Graphing, Profiling, and Generating Test Data for Special Functions">Graphing, Profiling, and Generating Test Data for Special Functions</a> </h3></div></div></div> <p> The class <code class="computeroutput"><span class="identifier">test_data</span></code> and associated helper functions are designed so that in just a few lines of code you should be able to: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Profile a continued fraction, or infinite series for convergence and accuracy. </li> <li class="listitem"> Generate csv data from a special function that can be imported into your favorite graphing program (or spreadsheet) for further analysis. </li> <li class="listitem"> Generate high precision test data. </li> </ul></div> <h5> <a name="math_toolkit.internals.test_data.h0"></a> <span class="phrase"><a name="math_toolkit.internals.test_data.synopsis"></a></span><a class="link" href="test_data.html#math_toolkit.internals.test_data.synopsis">Synopsis</a> </h5> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">test_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> </pre> <div class="important"><table border="0" summary="Important"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Important]" src="../../../../../../doc/src/images/important.png"></td> <th align="left">Important</th> </tr> <tr><td align="left" valign="top"><p> This is a non-core Boost.Math header that is predominantly used for internal maintenance of the library: as a result the library is located under <code class="computeroutput"><span class="identifier">libs</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">include_private</span></code> and you will need to add that directory to your include path in order to use this feature. </p></td></tr> </table></div> <pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">math</span><span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">tools</span><span class="special">{</span> <span class="keyword">enum</span> <span class="identifier">parameter_type</span> <span class="special">{</span> <span class="identifier">random_in_range</span> <span class="special">=</span> <span class="number">0</span><span class="special">,</span> <span class="identifier">periodic_in_range</span> <span class="special">=</span> <span class="number">1</span><span class="special">,</span> <span class="identifier">power_series</span> <span class="special">=</span> <span class="number">2</span><span class="special">,</span> <span class="identifier">dummy_param</span> <span class="special">=</span> <span class="number">0x80</span><span class="special">,</span> <span class="special">};</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">parameter_info</span><span class="special">;</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">make_random_param</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">start_range</span><span class="special">,</span> <span class="identifier">T</span> <span class="identifier">end_range</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">n_points</span><span class="special">);</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">make_periodic_param</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">start_range</span><span class="special">,</span> <span class="identifier">T</span> <span class="identifier">end_range</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">n_points</span><span class="special">);</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">make_power_param</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">basis</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">start_exponent</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">end_exponent</span><span class="special">);</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">get_user_parameter_info</span><span class="special">(</span><span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">info</span><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span> <span class="identifier">param_name</span><span class="special">);</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="keyword">class</span> <span class="identifier">test_data</span> <span class="special">{</span> <span class="keyword">public</span><span class="special">:</span> <span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">row_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="identifier">row_type</span> <span class="identifier">value_type</span><span class="special">;</span> <span class="keyword">private</span><span class="special">:</span> <span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">set</span><span class="special">&lt;</span><span class="identifier">row_type</span><span class="special">&gt;</span> <span class="identifier">container_type</span><span class="special">;</span> <span class="keyword">public</span><span class="special">:</span> <span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">container_type</span><span class="special">::</span><span class="identifier">reference</span> <span class="identifier">reference</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">container_type</span><span class="special">::</span><span class="identifier">const_reference</span> <span class="identifier">const_reference</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">container_type</span><span class="special">::</span><span class="identifier">iterator</span> <span class="identifier">iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">container_type</span><span class="special">::</span><span class="identifier">const_iterator</span> <span class="identifier">const_iterator</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">container_type</span><span class="special">::</span><span class="identifier">difference_type</span> <span class="identifier">difference_type</span><span class="special">;</span> <span class="keyword">typedef</span> <span class="keyword">typename</span> <span class="identifier">container_type</span><span class="special">::</span><span class="identifier">size_type</span> <span class="identifier">size_type</span><span class="special">;</span> <span class="comment">// creation:</span> <span class="identifier">test_data</span><span class="special">(){}</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">F</span><span class="special">&gt;</span> <span class="identifier">test_data</span><span class="special">(</span><span class="identifier">F</span> <span class="identifier">func</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">arg1</span><span class="special">);</span> <span class="comment">// insertion:</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">F</span><span class="special">&gt;</span> <span class="identifier">test_data</span><span class="special">&amp;</span> <span class="identifier">insert</span><span class="special">(</span><span class="identifier">F</span> <span class="identifier">func</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">arg1</span><span class="special">);</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">F</span><span class="special">&gt;</span> <span class="identifier">test_data</span><span class="special">&amp;</span> <span class="identifier">insert</span><span class="special">(</span><span class="identifier">F</span> <span class="identifier">func</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">arg1</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">arg2</span><span class="special">);</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">F</span><span class="special">&gt;</span> <span class="identifier">test_data</span><span class="special">&amp;</span> <span class="identifier">insert</span><span class="special">(</span><span class="identifier">F</span> <span class="identifier">func</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">arg1</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">arg2</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">arg3</span><span class="special">);</span> <span class="keyword">void</span> <span class="identifier">clear</span><span class="special">();</span> <span class="comment">// access:</span> <span class="identifier">iterator</span> <span class="identifier">begin</span><span class="special">();</span> <span class="identifier">iterator</span> <span class="identifier">end</span><span class="special">();</span> <span class="identifier">const_iterator</span> <span class="identifier">begin</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span> <span class="identifier">const_iterator</span> <span class="identifier">end</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span><span class="keyword">const</span> <span class="identifier">test_data</span><span class="special">&amp;</span> <span class="identifier">d</span><span class="special">)</span><span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span><span class="keyword">const</span> <span class="identifier">test_data</span><span class="special">&amp;</span> <span class="identifier">d</span><span class="special">)</span><span class="keyword">const</span><span class="special">;</span> <span class="keyword">void</span> <span class="identifier">swap</span><span class="special">(</span><span class="identifier">test_data</span><span class="special">&amp;</span> <span class="identifier">other</span><span class="special">);</span> <span class="identifier">size_type</span> <span class="identifier">size</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span> <span class="identifier">size_type</span> <span class="identifier">max_size</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <span class="identifier">empty</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <span class="keyword">operator</span> <span class="special">&lt;</span> <span class="special">(</span><span class="keyword">const</span> <span class="identifier">test_data</span><span class="special">&amp;</span> <span class="identifier">dat</span><span class="special">)</span><span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <span class="keyword">operator</span> <span class="special">&lt;=</span> <span class="special">(</span><span class="keyword">const</span> <span class="identifier">test_data</span><span class="special">&amp;</span> <span class="identifier">dat</span><span class="special">)</span><span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <span class="keyword">operator</span> <span class="special">&gt;</span> <span class="special">(</span><span class="keyword">const</span> <span class="identifier">test_data</span><span class="special">&amp;</span> <span class="identifier">dat</span><span class="special">)</span><span class="keyword">const</span><span class="special">;</span> <span class="keyword">bool</span> <span class="keyword">operator</span> <span class="special">&gt;=</span> <span class="special">(</span><span class="keyword">const</span> <span class="identifier">test_data</span><span class="special">&amp;</span> <span class="identifier">dat</span><span class="special">)</span><span class="keyword">const</span><span class="special">;</span> <span class="special">};</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">charT</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">traits</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span><span class="identifier">charT</span><span class="special">,</span> <span class="identifier">traits</span><span class="special">&gt;&amp;</span> <span class="identifier">write_csv</span><span class="special">(</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span><span class="identifier">charT</span><span class="special">,</span> <span class="identifier">traits</span><span class="special">&gt;&amp;</span> <span class="identifier">os</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">test_data</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">data</span><span class="special">);</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">charT</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">traits</span><span class="special">,</span> <span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span><span class="identifier">charT</span><span class="special">,</span> <span class="identifier">traits</span><span class="special">&gt;&amp;</span> <span class="identifier">write_csv</span><span class="special">(</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span><span class="special">&lt;</span><span class="identifier">charT</span><span class="special">,</span> <span class="identifier">traits</span><span class="special">&gt;&amp;</span> <span class="identifier">os</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">test_data</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">data</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">charT</span><span class="special">*</span> <span class="identifier">separator</span><span class="special">);</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span><span class="special">&amp;</span> <span class="identifier">write_code</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span><span class="special">&amp;</span> <span class="identifier">os</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">test_data</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">data</span><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span> <span class="identifier">name</span><span class="special">);</span> <span class="special">}}}</span> <span class="comment">// namespaces</span> </pre> <h5> <a name="math_toolkit.internals.test_data.h1"></a> <span class="phrase"><a name="math_toolkit.internals.test_data.description"></a></span><a class="link" href="test_data.html#math_toolkit.internals.test_data.description">Description</a> </h5> <p> This tool is best illustrated with the following series of examples. </p> <p> The functionality of test_data is split into the following parts: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> A functor that implements the function for which data is being generated: this is the bit you have to write. </li> <li class="listitem"> One of more parameters that are to be passed to the functor, these are described in fairly abstract terms: give me N points distributed like <span class="emphasis"><em>this</em></span> etc. </li> <li class="listitem"> The class test_data, that takes the functor and descriptions of the parameters and computes how ever many output points have been requested, these are stored in a sorted container. </li> <li class="listitem"> Routines to iterate over the test_data container and output the data in either csv format, or as C++ source code (as a table using Boost.Array). </li> </ul></div> <h6> <a name="math_toolkit.internals.test_data.h2"></a> <span class="phrase"><a name="math_toolkit.internals.test_data.example_1_output_data_for_graph_"></a></span><a class="link" href="test_data.html#math_toolkit.internals.test_data.example_1_output_data_for_graph_">Example 1: Output Data for Graph Plotting</a> </h6> <p> For example, lets say we want to graph the lgamma function between -3 and 100, one could do this like so: </p> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">test_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">special_functions</span><span class="special">/</span><span class="identifier">gamma</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span> <span class="special">{</span> <span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">tools</span><span class="special">;</span> <span class="comment">// create an object to hold the data:</span> <span class="identifier">test_data</span><span class="special">&lt;</span><span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">data</span><span class="special">;</span> <span class="comment">// insert 500 points at uniform intervals between just after -3 and 100:</span> <span class="keyword">double</span> <span class="special">(*</span><span class="identifier">pf</span><span class="special">)(</span><span class="keyword">double</span><span class="special">)</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">lgamma</span><span class="special">;</span> <span class="identifier">data</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span><span class="identifier">pf</span><span class="special">,</span> <span class="identifier">make_periodic_param</span><span class="special">(-</span><span class="number">3.0</span> <span class="special">+</span> <span class="number">0.00001</span><span class="special">,</span> <span class="number">100.0</span><span class="special">,</span> <span class="number">500</span><span class="special">));</span> <span class="comment">// print out in csv format:</span> <span class="identifier">write_csv</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span><span class="special">,</span> <span class="identifier">data</span><span class="special">,</span> <span class="string">", "</span><span class="special">);</span> <span class="keyword">return</span> <span class="number">0</span><span class="special">;</span> <span class="special">}</span> </pre> <p> Which, when plotted, results in: </p> <p> <span class="inlinemediaobject"><img src="../../../graphs/lgamma.svg" align="middle"></span> </p> <h6> <a name="math_toolkit.internals.test_data.h3"></a> <span class="phrase"><a name="math_toolkit.internals.test_data.example_2_creating_test_data"></a></span><a class="link" href="test_data.html#math_toolkit.internals.test_data.example_2_creating_test_data">Example 2: Creating Test Data</a> </h6> <p> As a second example, let's suppose we want to create highly accurate test data for a special function. Since many special functions have two or more independent parameters, it's very hard to effectively cover all of the possible parameter space without generating gigabytes of data at great computational expense. A second best approach is to provide the tools by which a user (or the library maintainer) can quickly generate more data on demand to probe the function over a particular domain of interest. </p> <p> In this example we'll generate test data for the beta function using <a href="http://shoup.net/ntl/doc/RR.txt" target="_top">NTL::RR</a> at 1000 bit precision. Rather than call our generic version of the beta function, we'll implement a deliberately naive version of the beta function using lgamma, and rely on the high precision of the data type used to get results accurate to at least 128-bit precision. In this way our test data is independent of whatever clever tricks we may wish to use inside the our beta function. </p> <p> To start with then, here's the function object that creates the test data: </p> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">ntl</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">special_functions</span><span class="special">/</span><span class="identifier">gamma</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">test_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">fstream</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">test_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">tools</span><span class="special">;</span> <span class="keyword">struct</span> <span class="identifier">beta_data_generator</span> <span class="special">{</span> <span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span> <span class="keyword">operator</span><span class="special">()(</span><span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span> <span class="identifier">a</span><span class="special">,</span> <span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span> <span class="identifier">b</span><span class="special">)</span> <span class="special">{</span> <span class="comment">//</span> <span class="comment">// If we throw a domain error then test_data will</span> <span class="comment">// ignore this input point. We'll use this to filter</span> <span class="comment">// out all cases where a &lt; b since the beta function</span> <span class="comment">// is symmetrical in a and b:</span> <span class="comment">//</span> <span class="keyword">if</span><span class="special">(</span><span class="identifier">a</span> <span class="special">&lt;</span> <span class="identifier">b</span><span class="special">)</span> <span class="keyword">throw</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">domain_error</span><span class="special">(</span><span class="string">""</span><span class="special">);</span> <span class="comment">// very naively calculate spots with lgamma:</span> <span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span> <span class="identifier">g1</span><span class="special">,</span> <span class="identifier">g2</span><span class="special">,</span> <span class="identifier">g3</span><span class="special">;</span> <span class="keyword">int</span> <span class="identifier">s1</span><span class="special">,</span> <span class="identifier">s2</span><span class="special">,</span> <span class="identifier">s3</span><span class="special">;</span> <span class="identifier">g1</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">lgamma</span><span class="special">(</span><span class="identifier">a</span><span class="special">,</span> <span class="special">&amp;</span><span class="identifier">s1</span><span class="special">);</span> <span class="identifier">g2</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">lgamma</span><span class="special">(</span><span class="identifier">b</span><span class="special">,</span> <span class="special">&amp;</span><span class="identifier">s2</span><span class="special">);</span> <span class="identifier">g3</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">lgamma</span><span class="special">(</span><span class="identifier">a</span><span class="special">+</span><span class="identifier">b</span><span class="special">,</span> <span class="special">&amp;</span><span class="identifier">s3</span><span class="special">);</span> <span class="identifier">g1</span> <span class="special">+=</span> <span class="identifier">g2</span> <span class="special">-</span> <span class="identifier">g3</span><span class="special">;</span> <span class="identifier">g1</span> <span class="special">=</span> <span class="identifier">exp</span><span class="special">(</span><span class="identifier">g1</span><span class="special">);</span> <span class="identifier">g1</span> <span class="special">*=</span> <span class="identifier">s1</span> <span class="special">*</span> <span class="identifier">s2</span> <span class="special">*</span> <span class="identifier">s3</span><span class="special">;</span> <span class="keyword">return</span> <span class="identifier">g1</span><span class="special">;</span> <span class="special">}</span> <span class="special">};</span> </pre> <p> To create the data, we'll need to input the domains for a and b for which the function will be tested: the function <code class="computeroutput"><span class="identifier">get_user_parameter_info</span></code> is designed for just that purpose. The start of main will look something like: </p> <pre class="programlisting"><span class="comment">// Set the precision on RR:</span> <span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span><span class="special">::</span><span class="identifier">SetPrecision</span><span class="special">(</span><span class="number">1000</span><span class="special">);</span> <span class="comment">// bits.</span> <span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span><span class="special">::</span><span class="identifier">SetOutputPrecision</span><span class="special">(</span><span class="number">40</span><span class="special">);</span> <span class="comment">// decimal digits.</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span><span class="special">&gt;</span> <span class="identifier">arg1</span><span class="special">,</span> <span class="identifier">arg2</span><span class="special">;</span> <span class="identifier">test_data</span><span class="special">&lt;</span><span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span><span class="special">&gt;</span> <span class="identifier">data</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"Welcome.\n"</span> <span class="string">"This program will generate spot tests for the beta function:\n"</span> <span class="string">" beta(a, b)\n\n"</span><span class="special">;</span> <span class="keyword">bool</span> <span class="identifier">cont</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <span class="identifier">line</span><span class="special">;</span> <span class="keyword">do</span><span class="special">{</span> <span class="comment">// prompt the user for the domain of a and b to test:</span> <span class="identifier">get_user_parameter_info</span><span class="special">(</span><span class="identifier">arg1</span><span class="special">,</span> <span class="string">"a"</span><span class="special">);</span> <span class="identifier">get_user_parameter_info</span><span class="special">(</span><span class="identifier">arg2</span><span class="special">,</span> <span class="string">"b"</span><span class="special">);</span> <span class="comment">// create the data:</span> <span class="identifier">data</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span><span class="identifier">beta_data_generator</span><span class="special">(),</span> <span class="identifier">arg1</span><span class="special">,</span> <span class="identifier">arg2</span><span class="special">);</span> <span class="comment">// see if the user want's any more domains tested:</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"Any more data [y/n]?"</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">getline</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">cin</span><span class="special">,</span> <span class="identifier">line</span><span class="special">);</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">algorithm</span><span class="special">::</span><span class="identifier">trim</span><span class="special">(</span><span class="identifier">line</span><span class="special">);</span> <span class="identifier">cont</span> <span class="special">=</span> <span class="special">(</span><span class="identifier">line</span> <span class="special">==</span> <span class="string">"y"</span><span class="special">);</span> <span class="special">}</span><span class="keyword">while</span><span class="special">(</span><span class="identifier">cont</span><span class="special">);</span> </pre> <div class="caution"><table border="0" summary="Caution"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../../../../doc/src/images/caution.png"></td> <th align="left">Caution</th> </tr> <tr><td align="left" valign="top"><p> At this point one potential stumbling block should be mentioned: test_data&lt;&gt;::insert will create a matrix of test data when there are two or more parameters, so if we have two parameters and we're asked for a thousand points on each, that's a <span class="emphasis"><em>million test points in total</em></span>. Don't say you weren't warned! </p></td></tr> </table></div> <p> There's just one final step now, and that's to write the test data to file: </p> <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span> <span class="special">&lt;&lt;</span> <span class="string">"Enter name of test data file [default=beta_data.ipp]"</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">getline</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">cin</span><span class="special">,</span> <span class="identifier">line</span><span class="special">);</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">algorithm</span><span class="special">::</span><span class="identifier">trim</span><span class="special">(</span><span class="identifier">line</span><span class="special">);</span> <span class="keyword">if</span><span class="special">(</span><span class="identifier">line</span> <span class="special">==</span> <span class="string">""</span><span class="special">)</span> <span class="identifier">line</span> <span class="special">=</span> <span class="string">"beta_data.ipp"</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">ofstream</span> <span class="identifier">ofs</span><span class="special">(</span><span class="identifier">line</span><span class="special">.</span><span class="identifier">c_str</span><span class="special">());</span> <span class="identifier">write_code</span><span class="special">(</span><span class="identifier">ofs</span><span class="special">,</span> <span class="identifier">data</span><span class="special">,</span> <span class="string">"beta_data"</span><span class="special">);</span> </pre> <p> The format of the test data looks something like: </p> <pre class="programlisting"><span class="preprocessor">#define</span> <span class="identifier">SC_</span><span class="special">(</span><span class="identifier">x</span><span class="special">)</span> <span class="keyword">static_cast</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;(</span><span class="identifier">BOOST_JOIN</span><span class="special">(</span><span class="identifier">x</span><span class="special">,</span> <span class="identifier">L</span><span class="special">))</span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">,</span> <span class="number">3</span><span class="special">&gt;,</span> <span class="number">1830</span><span class="special">&gt;</span> <span class="identifier">beta_med_data</span> <span class="special">=</span> <span class="special">{</span> <span class="identifier">SC_</span><span class="special">(</span><span class="number">0.4883005917072296142578125</span><span class="special">),</span> <span class="identifier">SC_</span><span class="special">(</span><span class="number">0.4883005917072296142578125</span><span class="special">),</span> <span class="identifier">SC_</span><span class="special">(</span><span class="number">3.245912809500479157065104747353807392371</span><span class="special">),</span> <span class="identifier">SC_</span><span class="special">(</span><span class="number">3.5808107852935791015625</span><span class="special">),</span> <span class="identifier">SC_</span><span class="special">(</span><span class="number">0.4883005917072296142578125</span><span class="special">),</span> <span class="identifier">SC_</span><span class="special">(</span><span class="number">1.007653173802923954909901438393379243537</span><span class="special">),</span> <span class="comment">/* ... lots of rows skipped */</span> <span class="special">};</span> </pre> <p> The first two values in each row are the input parameters that were passed to our functor and the last value is the return value from the functor. Had our functor returned a <a class="link" href="tuples.html" title="Tuples">boost::math::tuple</a> rather than a value, then we would have had one entry for each element in the tuple in addition to the input parameters. </p> <p> The first #define serves two purposes: </p> <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> It reduces the file sizes considerably: all those <code class="computeroutput"><span class="keyword">static_cast</span></code>'s add up to a lot of bytes otherwise (they are needed to suppress compiler warnings when <code class="computeroutput"><span class="identifier">T</span></code> is narrower than a <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code>). </li> <li class="listitem"> It provides a useful customisation point: for example if we were testing a user-defined type that has more precision than a <code class="computeroutput"><span class="keyword">long</span> <span class="keyword">double</span></code> we could change it to: </li> </ul></div> <p> <code class="literal">#define SC_(x) lexical_cast&lt;T&gt;(BOOST_STRINGIZE(x))</code> </p> <p> in order to ensure that no truncation of the values occurs prior to conversion to <code class="computeroutput"><span class="identifier">T</span></code>. Note that this isn't used by default as it's rather hard on the compiler when the table is large. </p> <h6> <a name="math_toolkit.internals.test_data.h4"></a> <span class="phrase"><a name="math_toolkit.internals.test_data.example_3_profiling_a_continued_"></a></span><a class="link" href="test_data.html#math_toolkit.internals.test_data.example_3_profiling_a_continued_">Example 3: Profiling a Continued Fraction for Convergence and Accuracy</a> </h6> <p> Alternatively, lets say we want to profile a continued fraction for convergence and error. As an example, we'll use the continued fraction for the upper incomplete gamma function, the following function object returns the next a<sub>N </sub> and b<sub>N </sub> of the continued fraction each time it's invoked: </p> <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">upper_incomplete_gamma_fract</span> <span class="special">{</span> <span class="keyword">private</span><span class="special">:</span> <span class="identifier">T</span> <span class="identifier">z</span><span class="special">,</span> <span class="identifier">a</span><span class="special">;</span> <span class="keyword">int</span> <span class="identifier">k</span><span class="special">;</span> <span class="keyword">public</span><span class="special">:</span> <span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">,</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">result_type</span><span class="special">;</span> <span class="identifier">upper_incomplete_gamma_fract</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">a1</span><span class="special">,</span> <span class="identifier">T</span> <span class="identifier">z1</span><span class="special">)</span> <span class="special">:</span> <span class="identifier">z</span><span class="special">(</span><span class="identifier">z1</span><span class="special">-</span><span class="identifier">a1</span><span class="special">+</span><span class="number">1</span><span class="special">),</span> <span class="identifier">a</span><span class="special">(</span><span class="identifier">a1</span><span class="special">),</span> <span class="identifier">k</span><span class="special">(</span><span class="number">0</span><span class="special">)</span> <span class="special">{</span> <span class="special">}</span> <span class="identifier">result_type</span> <span class="keyword">operator</span><span class="special">()()</span> <span class="special">{</span> <span class="special">++</span><span class="identifier">k</span><span class="special">;</span> <span class="identifier">z</span> <span class="special">+=</span> <span class="number">2</span><span class="special">;</span> <span class="keyword">return</span> <span class="identifier">result_type</span><span class="special">(</span><span class="identifier">k</span> <span class="special">*</span> <span class="special">(</span><span class="identifier">a</span> <span class="special">-</span> <span class="identifier">k</span><span class="special">),</span> <span class="identifier">z</span><span class="special">);</span> <span class="special">}</span> <span class="special">};</span> </pre> <p> We want to measure both the relative error, and the rate of convergence of this fraction, so we'll write a functor that returns both as a <a class="link" href="tuples.html" title="Tuples">boost::math::tuple</a>: class test_data will unpack the tuple for us, and create one column of data for each element in the tuple (in addition to the input parameters): </p> <pre class="programlisting"><span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">test_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">test</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">special_functions</span><span class="special">/</span><span class="identifier">gamma</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">ntl</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="preprocessor">#include</span> <span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">tools</span><span class="special">/</span><span class="identifier">tuple</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">profile_gamma_fraction</span> <span class="special">{</span> <span class="keyword">typedef</span> <a class="link" href="tuples.html" title="Tuples">boost::math::tuple</a><span class="special">&lt;</span><span class="identifier">T</span><span class="special">,</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">result_type</span><span class="special">;</span> <span class="identifier">result_type</span> <span class="keyword">operator</span><span class="special">()(</span><span class="identifier">T</span> <span class="identifier">val</span><span class="special">)</span> <span class="special">{</span> <span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">tools</span><span class="special">;</span> <span class="comment">// estimate the true value, using arbitary precision</span> <span class="comment">// arithmetic and NTL::RR:</span> <span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span> <span class="identifier">rval</span><span class="special">(</span><span class="identifier">val</span><span class="special">);</span> <span class="identifier">upper_incomplete_gamma_fract</span><span class="special">&lt;</span><span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span><span class="special">&gt;</span> <span class="identifier">f1</span><span class="special">(</span><span class="identifier">rval</span><span class="special">,</span> <span class="identifier">rval</span><span class="special">);</span> <span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span> <span class="identifier">true_val</span> <span class="special">=</span> <span class="identifier">continued_fraction_a</span><span class="special">(</span><span class="identifier">f1</span><span class="special">,</span> <span class="number">1000</span><span class="special">);</span> <span class="comment">//</span> <span class="comment">// Now get the aproximation at double precision, along with the number of</span> <span class="comment">// iterations required:</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">uintmax_t</span> <span class="identifier">iters</span> <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">uintmax_t</span><span class="special">&gt;::</span><span class="identifier">max</span><span class="special">();</span> <span class="identifier">upper_incomplete_gamma_fract</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">f2</span><span class="special">(</span><span class="identifier">val</span><span class="special">,</span> <span class="identifier">val</span><span class="special">);</span> <span class="identifier">T</span> <span class="identifier">found_val</span> <span class="special">=</span> <span class="identifier">continued_fraction_a</span><span class="special">(</span><span class="identifier">f2</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">digits</span><span class="special">,</span> <span class="identifier">iters</span><span class="special">);</span> <span class="comment">//</span> <span class="comment">// Work out the relative error, as measured in units of epsilon:</span> <span class="identifier">T</span> <span class="identifier">err</span> <span class="special">=</span> <span class="identifier">real_cast</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;(</span><span class="identifier">relative_error</span><span class="special">(</span><span class="identifier">true_val</span><span class="special">,</span> <span class="identifier">NTL</span><span class="special">::</span><span class="identifier">RR</span><span class="special">(</span><span class="identifier">found_val</span><span class="special">))</span> <span class="special">/</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;::</span><span class="identifier">epsilon</span><span class="special">());</span> <span class="comment">//</span> <span class="comment">// now just return the results as a tuple:</span> <span class="keyword">return</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">make_tuple</span><span class="special">(</span><span class="identifier">err</span><span class="special">,</span> <span class="identifier">iters</span><span class="special">);</span> <span class="special">}</span> <span class="special">};</span> </pre> <p> Feeding that functor into test_data allows rapid output of csv data, for whatever type <code class="computeroutput"><span class="identifier">T</span></code> we may be interested in: </p> <pre class="programlisting"><span class="keyword">int</span> <span class="identifier">main</span><span class="special">()</span> <span class="special">{</span> <span class="keyword">using</span> <span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">tools</span><span class="special">;</span> <span class="comment">// create an object to hold the data:</span> <span class="identifier">test_data</span><span class="special">&lt;</span><span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">data</span><span class="special">;</span> <span class="comment">// insert 500 points at uniform intervals between just after 0 and 100:</span> <span class="identifier">data</span><span class="special">.</span><span class="identifier">insert</span><span class="special">(</span><span class="identifier">profile_gamma_fraction</span><span class="special">&lt;</span><span class="keyword">double</span><span class="special">&gt;(),</span> <span class="identifier">make_periodic_param</span><span class="special">(</span><span class="number">0.01</span><span class="special">,</span> <span class="number">100.0</span><span class="special">,</span> <span class="number">100</span><span class="special">));</span> <span class="comment">// print out in csv format:</span> <span class="identifier">write_csv</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">cout</span><span class="special">,</span> <span class="identifier">data</span><span class="special">,</span> <span class="string">", "</span><span class="special">);</span> <span class="keyword">return</span> <span class="number">0</span><span class="special">;</span> <span class="special">}</span> </pre> <p> This time there's no need to plot a graph, the first few rows are: </p> <pre class="programlisting"><span class="identifier">a</span> <span class="keyword">and</span> <span class="identifier">z</span><span class="special">,</span> <span class="identifier">Error</span><span class="special">/</span><span class="identifier">epsilon</span><span class="special">,</span> <span class="identifier">Iterations</span> <span class="identifier">required</span> <span class="number">0.01</span><span class="special">,</span> <span class="number">9723.14</span><span class="special">,</span> <span class="number">4726</span> <span class="number">1.0099</span><span class="special">,</span> <span class="number">9.54818</span><span class="special">,</span> <span class="number">87</span> <span class="number">2.0098</span><span class="special">,</span> <span class="number">3.84777</span><span class="special">,</span> <span class="number">40</span> <span class="number">3.0097</span><span class="special">,</span> <span class="number">0.728358</span><span class="special">,</span> <span class="number">25</span> <span class="number">4.0096</span><span class="special">,</span> <span class="number">2.39712</span><span class="special">,</span> <span class="number">21</span> <span class="number">5.0095</span><span class="special">,</span> <span class="number">0.233263</span><span class="special">,</span> <span class="number">16</span> </pre> <p> So it's pretty clear that this fraction shouldn't be used for small values of a and z. </p> <h5> <a name="math_toolkit.internals.test_data.h5"></a> <span class="phrase"><a name="math_toolkit.internals.test_data.reference"></a></span><a class="link" href="test_data.html#math_toolkit.internals.test_data.reference">reference</a> </h5> <p> Most of this tool has been described already in the examples above, we'll just add the following notes on the non-member functions: </p> <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">make_random_param</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">start_range</span><span class="special">,</span> <span class="identifier">T</span> <span class="identifier">end_range</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">n_points</span><span class="special">);</span> </pre> <p> Tells class test_data to test <span class="emphasis"><em>n_points</em></span> random values in the range [start_range,end_range]. </p> <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">make_periodic_param</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">start_range</span><span class="special">,</span> <span class="identifier">T</span> <span class="identifier">end_range</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">n_points</span><span class="special">);</span> </pre> <p> Tells class test_data to test <span class="emphasis"><em>n_points</em></span> evenly spaced values in the range [start_range,end_range]. </p> <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <span class="identifier">make_power_param</span><span class="special">(</span><span class="identifier">T</span> <span class="identifier">basis</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">start_exponent</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">end_exponent</span><span class="special">);</span> </pre> <p> Tells class test_data to test points of the form <span class="emphasis"><em>basis + R * 2<sup>expon</sup></em></span> for each <span class="emphasis"><em>expon</em></span> in the range [start_exponent, end_exponent], and <span class="emphasis"><em>R</em></span> a random number in [0.5, 1]. </p> <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">T</span><span class="special">&gt;</span> <span class="keyword">bool</span> <span class="identifier">get_user_parameter_info</span><span class="special">(</span><span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;&amp;</span> <span class="identifier">info</span><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span><span class="special">*</span> <span class="identifier">param_name</span><span class="special">);</span> </pre> <p> Prompts the user for the parameter range and form to use. </p> <p> Finally, if we don't want the parameter to be included in the output, we can tell test_data by setting it a "dummy parameter": </p> <pre class="programlisting"><span class="identifier">parameter_info</span><span class="special">&lt;</span><span class="keyword">double</span><span class="special">&gt;</span> <span class="identifier">p</span> <span class="special">=</span> <span class="identifier">make_random_param</span><span class="special">(</span><span class="number">2.0</span><span class="special">,</span> <span class="number">5.0</span><span class="special">,</span> <span class="number">10</span><span class="special">);</span> <span class="identifier">p</span><span class="special">.</span><span class="identifier">type</span> <span class="special">|=</span> <span class="identifier">dummy_param</span><span class="special">;</span> </pre> <p> This is useful when the functor used transforms the parameter in some way before passing it to the function under test, usually the functor will then return both the transformed input and the result in a tuple, so there's no need for the original pseudo-parameter to be included in program output. </p> </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; 2006-2010, 2012-2014 Nikhar Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Johan R&#229;de, Gautam Sewani, Benjamin Sobotta, Thijs van den Berg, Daryle Walker and Xiaogang Zhang<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="error_test.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../internals.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="../../using_udt.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
crislib/libscapi/lib/boost_1_64_0/doc/html/boost_asio/reference/basic_stream_socket/implementation_type.html
cris-iisc/mpc-primitives
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_stream_socket::implementation_type</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../basic_stream_socket.html" title="basic_stream_socket"> <link rel="prev" href="implementation.html" title="basic_stream_socket::implementation"> <link rel="next" href="io_control.html" title="basic_stream_socket::io_control"> </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="implementation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="io_control.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.basic_stream_socket.implementation_type"></a><a class="link" href="implementation_type.html" title="basic_stream_socket::implementation_type">basic_stream_socket::implementation_type</a> </h4></div></div></div> <p> <span class="emphasis"><em>Inherited from basic_io_object.</em></span> </p> <p> <a class="indexterm" name="idp127130992"></a> The underlying implementation type of I/O object. </p> <pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">service_type</span><span class="special">::</span><span class="identifier">implementation_type</span> <span class="identifier">implementation_type</span><span class="special">;</span> </pre> <h6> <a name="boost_asio.reference.basic_stream_socket.implementation_type.h0"></a> <span class="phrase"><a name="boost_asio.reference.basic_stream_socket.implementation_type.requirements"></a></span><a class="link" href="implementation_type.html#boost_asio.reference.basic_stream_socket.implementation_type.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/basic_stream_socket.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code> </p> </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-2017 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="implementation.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_stream_socket.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="io_control.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
jcommune-view/jcommune-web-view/src/main/webapp/resources/css/app/application.css
NCNecros/jcommune
/* this attributes when window in normal mode. 980 it's magic number. minimaze mode before 979 pixels */ @media (min-width: 980px) { body { padding-top: 50px; /*60px to make the container go all the way to the bottom of the topbar */ } .nav-collapse.collapse { display: inline; } } /*common body (application.css, bootstrap-responsive.css)*/ body { background-color: rgb(247, 247, 247); background-image: url("../../images/fabric-plaid.png"); } .table td { vertical-align: middle; } .status-img-small { height: 24px; width: 24px } .dropdown > a.lang-toggle { padding: 0; margin: 6px 2px 0px 15px; } ul.lang-menu li img { vertical-align: middle; } #branch-header { line-height: 3.2em; overflow: hidden; word-wrap: break-word; } #branch-header h2 { float: left; } #branch-header #right-block { float: right; overflow: hidden; } #branch-header #right-block a { font-weight: bold; padding-left: 2px; color: rgb(85, 85, 85); } #recent-topics-header { line-height: 3.2em; overflow: hidden; } #recent-topics-header #right-block { float: right; overflow: hidden; } #recent-topics-header #right-block a { font-weight: bold; padding-left: 2px; color: rgb(85, 85, 85); } .span7 #right-block { float: right; overflow: hidden; } .span7 #right-block a { font-weight: bold; padding-left: 2px; color: rgb(85, 85, 85); } #mark-all-viewed { font-weight: bold; padding-right: 20px } #underlist-block { overflow: auto; width: 100%; } .container footer { display: block; margin-top: 45px; padding: 35px 0px 36px; border-top: 1px solid rgb(229, 229, 229); } .icon-palette { background-image: url("../../images/palette-icon.png"); background-position: center; } .icon-strike { background-image: url("../../images/strike-icon.png"); background-position: center; padding-top: 2px; } .icon-underline { background-image: url("../../images/underline-icon.png"); background-position: center; padding-top: 2px; } .icon-add-row { background-image: url("../../images/insert-row-icon.png"); background-position: center; } .icon-link { background-image: url("../../images/link-icon.png"); background-position: center; } .icon-code { background-image: url("../../images/code-icon.png"); background-position: center; padding-top: 1px; } .icon-icq { background-image: url("../../images/iconOfUserContact/icq.png"); background-position: center; height: 16px; width: 16px; } .icon-skype { background-image: url("../../images/iconOfUserContact/skype.png"); background-position: center; height: 16px; width: 16px; } .icon-mail { background-image: url("../../images/iconOfUserContact/mail.png"); background-position: center; height: 16px; width: 16px; } .icon-quote { background-image: url("../../images/quote-icon.png"); background-position: center; } .icon-online { background-image: url("../../images/online-icon.png"); background-position: center; vertical-align: baseline; margin-right: 2px; } .icon-offline { background-image: url("../../images/offline-icon.png"); background-position: center; vertical-align: baseline; margin-right: 2px; } #topics-table { word-wrap: break-word; } #topics-table td { padding-top: 4px; padding-bottom: 6px; } #topics-table th { vertical-align: middle; } #topics-table .status-col { padding: 0px; width: 32px; max-width: 32px; min-width: 32px; } #topics-table .status-col-small { padding: 0px; width: 24px; max-width: 24px; min-width: 24px; } #topics-table .author-col a { font-size: 11px; } #topics-table .posted-in-col a { font-size: 11px; } #topics-table .topics-posts { font-size: 11px; } #topics-table .posts-views { font-size: 11px; } #topics-table .created-by { font-size: 11px; } #topics-table .created-by a { color: #000; } #topics-table .latest-by { font-size: 10px; width: 100px; } #topics-table .latest-by p { margin: 0; white-space: nowrap; font-size: 10px; } #topics-table .branch-title { font-weight: bold; line-height: 18px; font-size: 14px; } #topics-table .title-col{ word-wrap: break-word; } .wraptocenter { display: table-cell; text-align: center; vertical-align: middle; width: 105px; height: 105px; } .wraptocenter * { vertical-align: middle; } .wraptocenter span { display: inline-block; height: 100%; width: 1px; } .pm-text-box { margin-top: 10px; height: 350px; padding: 8px; background-color: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); box-shadow: 0pt 1px 2px rgba(0, 0, 0, 0.024) inset; border-radius: 3px; overflow-y: scroll; } @media (max-width: 479px) { #topics-table .latest-by { display: none; } } #top-line-links-drop-down { display: none; } @media (max-width: 979px) { #topics-table .author-col { display: none; } #topics-table .posted-in-col { display: none; } .created-by:not(.tooltip){ font-style: italic; font-size: 12px; } .posts-td-small_2{ max-width: 40px; } #top-line-links-drop-down { display: block; } .external-links-container { display: none; } } @media (max-width:250px) { .posts-views-small_2 { display: none; } } @media (min-width: 980px) { #topics-table .author-col { display: table-cell; } #topics-table .posted-in-col { display: table-cell; width:30%; word-wrap: break-word; word-break: break-all; white-space: normal; } #topics-table .posts-views { display: table-cell; } #topics-table .posts-views-small { display: table-cell; text-align: center; font-size: 11px; } #topics-table .posts-td-small { word-wrap: break-word; word-break: break-all; white-space: normal; } } .post { width: 100%; text-align: left; padding: 0px; margin: 0px; } .post, .pm-text-box, #topicDto, #postDto, #privateMessageDto { -webkit-tab-size: 4 !important; -moz-tab-size: 4 !important; -o-tab-size: 4 !important; tab-size: 4 !important; } .post table td { padding: 6px; } .post table .top-buttons, .post table .post-date { padding: 3px; line-height: 13px; } .post-header > .post-date{ display: block; } .post table .top-buttons { text-align: right; border-left: 0px; } .post table .userinfo { vertical-align: top; width: 20%; } .post table .userinfo p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; -ms-text-overflow: ellipsis; -moz-box-sizing: border-box; } /* attr to bootrap tooltip*/ .post table .userinfo p a { max-width: 175px; } .post table .userinfo div { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .signature-conatiner { white-space: normal; text-align: left; } .cursor-pointer { cursor: pointer !important; } .right-aligned { float: right; } .left-aligned { float: left; } .cleared { clear: both; } @media (max-width: 479px) { .pagination a { padding: 0px 7px; } } .shrink-to-fit { width: 1px; white-space: nowrap; } div.anchor { position: relative; z-index: -1000; top: -50px; left: -100px; visibility: hidden; width: 1px; line-height: 0; } .modal .close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal .modal-header { background-color: rgb(245, 245, 245) } #signin-modal-dialog #signin-submit-button { clear: left; width: 100%; height: 32px; font-size: 13px; } #signin-modal-dialog div.control-group { margin: 0 0 0 25px; } #signin-modal-dialog #rememberme-area { margin: 0px 10px 0px 25px; } .rememberme-lbl:hover { cursor: hand; cursor: pointer; } #signup-modal-dialog .help-block { margin: 0px 5px; } #signup-modal-dialog input { margin-bottom: 0px; } #signup-modal-dialog .controls { margin-bottom: 7px; margin-left: 20px; } /*align captcha image with buttons on line, registration page/modal*/ .captcha-images img { vertical-align: middle; } .captcha-images { margin-bottom: 7px } /*union of registration page and modal captcha refresh button style*/ .btn-captcha-refresh { background: none; border: none; box-shadow: none; } div.signup { margin-top: 10px; margin-left: 25px; margin-right: 5px; } #page-signin-submit-button { clear: left; width: 220px; height: 32px; font-size: 13px; } #login-form .form-actions { padding-left: 0px; } .btn-block { display: block; width: 100%; padding-right: 0px; padding-left: 0px; -moz-box-sizing: border-box; } .captcha-img:hover, .captcha-refresh:hover { cursor: hand; cursor: pointer; } .post-update-mark { color: rgba(0, 0, 0, 0.6); font-size: 10px; font-style: italic; float: right; margin-right: 5px } .review-container, #add-comment-form { background-color: #FBF9EA; border: 1px solid #E2E1D5; border-radius: 5px 5px 5px 5px; color: black; padding: 5px; margin: 5px; white-space: normal; overflow: hidden; } .review-container-content { width: 100%; resize: vertical; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } .review-container-controls-ok { min-width: 100px; } .review-container-controls-cancel { min-width: 100px; margin-left: 10px; } .review-avatar-img { width: 50px; height: 50px; } .review-content { margin-left: 60px; } .review-header { font-style: italic; } .review-group { background-color: #A0C0F0; border-radius: 5px 5px 5px 5px; padding: 1px 0; } .review-group-buttons { padding: 0 0 4px 5px; } .keymaps-caption { color: rgba(0, 0, 0, 0.6); font-size: 10px; font-style: italic; } .topic-draft-counter { color: rgba(0, 0, 0, 0.6); font-size: 10px; font-style: italic; } .cursor-hand { cursor: hand; cursor: pointer; } *:focus { outline: none; } .modal-body table { width: 100%; } .modal-body .link-url { visibility: hidden; width: 0px; max-width: 0px; white-space: nowrap; } .modal-body .link-hint { display: none; } .modal-body .link-title { width: 300px; max-width: 300px; } .modal-body .icon-pencil { max-width: 20px; min-width: 20px; margin-right: 10px; } .modal-body .icon-trash { max-width: 20px; min-width: 20px; } .external-links-container { padding-left: 10px; padding-right: 10px; } #externalLinks .tooltip { white-space:pre-wrap; max-width:200px; } .external-links-bar { margin-bottom: 10px; } #mainLinksEditor .modal-body { max-height: 200px; overflow-y: auto; overflow-x: hidden; line-height: 30px; } #pluginErrorDialog #errorArea { width: 100%; height: 350px; background-color: #e6a394; border: none; outline: none; cursor: default; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; } #pluginErrorDialog { background-color: #e6a394; width: 70%; } #pluginErrorDialog .modal-header, #pluginErrorDialog .modal-footer { background-color: #e6a394; border-color: rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 0px 0px; } #pluginErrorDialog .modal-header { cursor: move; } .modal-body .help-block { line-height: 15px !important; } #externalLinks a { color: #000000; font-size: 14px; } #externalLinks span:not(:last-child):after { content: " | "; } .remove-links { max-width: 180px; } .hide-element { display: none !important; } .banner-textarea { padding: 0 !important; margin: 0 !important; } .sapeLinks { min-height: 10px; padding: 5px; margin-bottom: 25px; max-height: 100px; overflow: hidden; text-align: justify; background-color: rgb(247, 247, 247); background-image: url("../../images/solid.png"); } #move-topic-editor { min-width: 600px; max-height: 400px; overflow: hidden !important; } .padding-top-profile { padding-top: 5px; } .topline-links { padding-left: 15px; font-weight: bold; color: #999999; } .sape-div { text-align: right; margin-top: 7px; } .dialog-info { font-size: 10px; color: gray; width: 100%; } .dialog-input { width: 99%; } .dialog-color-picker { margin-left: 35px; height: 25px; width: 25px; border: solid 2px #666; background-color: rgb(0, 0, 0); } .dialog-message { padding: 5px; text-align: center; } .pool-result { width: 100%; text-align: center; } .icon-password-exclamation { margin-left: -20px; } .modal-tooltip-caps-lock .tooltip-arrow { margin-left: 8px !important; } .btn-group .tooltip { white-space: nowrap; } .btn:hover{ background-position: 0px -25px; } .btn-group .btn:last-of-type { -webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; } .btn-group .btn.large:last-of-type { -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; border-bottom-right-radius: 6px; } .btn-with-dropdown .tooltip { display: inline-block; width: -moz-max-content; /*firefox*/ width: -webkit-max-content; max-width: 500px; white-space: pre-wrap; } .thumbnail-logo { max-height: 34px; max-width: 31px; padding: 10px 10px 10px 10px; } .forum-logo { height: 31px; width: 34px; } .logo-container { float: left; display: block; padding: 5px 12px 0px 0px; line-height: 1; } .space-left-small:before { content: " "; } .space-left-small-nf:not(:first-child):before { content: " "; } .space-left-small-m { margin-left: 3px; } .space-left-medium { margin-left: 4px; } .margin-left-small { margin-left: 3px; } .margin-left-small-nf:not(:first-child) { margin-left: 3px; } .margin-left-big { margin-left: 5px; } .margin-right-big { margin-right: 5px; } .space-left-medium-nf:not(:first-of-type) { margin-left: 4px; } .space-left-big-nf:not(:first-of-type) { margin-left: 7px; } div.add-branch-button { border-style: dashed; border-color: #D8D7D7; -moz-border-radius: 10px; border-radius: 10px; background-color: #E7E6E6; padding: 7px; font-size: larger; color: gray; border-width: 2px; } div.add-branch-button:hover { background-color: #eeeeee; cursor: pointer; } .help-inline._error { color: #b94a48; } .word-wrap { font-family: Tahoma,Calibri,Verdana,Geneva,sans-serif; } .post-content-body { overflow: auto; line-height: 16px; font-size: 13px; text-align: left; vertical-align: top; } .post-content-body ul { margin: 0 0 0 18px !important; } .permission-type { padding: 7px 10px; width: 100px; font-weight: bold; margin-top: 5px; } .permission-allowed { color: #292; } .permission-restricted { color: #922; } .permissions-list { margin: 0px; padding: 0px; } .edit-permission { padding: 2px 10px; font-weight: bold; margin-top: 5px; } .permissions-list li { border: 2px solid #D8D7D7; background-color: rgb(235, 235, 235); list-style: none; margin-right: 20px; margin-top: 5px; padding: 5px 10px; -moz-border-radius: 10px; border-radius: 5px; display: inline-block; } .permissions-container { margin-left: 120px; margin-right: 120px; padding: 0px; } .permissions-branch-header { overflow: hidden; margin: 20px 0px; } .edit-permissions-button a { color: rgb(128, 128, 128); text-decoration: none; } #moderators-group-name { padding: 0px 15px; } .panel { margin-bottom: 15px; background-color: #ffffff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 5px; } .panel-body:after { clear: both; } .panel-heading { padding: 5px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title > a { color: inherit; } .panel-primary { border-color: rgb(163, 163, 163); } .panel-primary > .panel-heading { color: #000000; font-weight: bold; background-color: rgb(200, 200, 200); border-color: rgb(163, 163, 163); } a.mentioned-user { color: inherit; font-weight: bold; } .two-list-selector-controls { width: 40px; display: inline-block; margin: 160px 0px 160px 8px; } .two-list-selector { height: 400px; } .list-container { width: 235px; height: 400px; margin: 0px; border: 2px solid rgb(128, 128, 128); border-radius: 5px; } .group-list-caption-container { height: 32px; padding-top: 5px; border-bottom: solid 2px rgb(128, 128, 128); } .group-list { height: 360px; overflow-x: hidden; overflow-y: scroll; } .group-container { white-space: nowrap; width: 100%; } .group-container-highlighted { background: lightskyblue; } div[id^='list-item'] .tooltip { white-space: pre-wrap; max-width: 255px; } .group-list-caption-container, .group-list { width: 235px; margin: 0px; } .list-container input{ margin: 5px; } .list-container input[type="checkbox"] + label { display:inline-block; margin:-1px 4px 0 0; vertical-align:middle; } .list-container label{ width: 190px; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; } .group-caption { font-weight: bold; font-size: 120%; } pre.prettyprint { margin: 6px; } .two-list-selector-control { padding: 2px 0px; } .text_errorpage { max-width: 420px; display: inline-block; } .linear_transitions { transition:all .2s linear; -o-transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; } .image_errorpage { padding-left: 420px; } @media (max-width: 639px) { .image_errorpage { display: none; } } #lang-selector-toggle-li .tooltip { white-space: pre-wrap; max-width: 71px; } #lang-selector-toggle-li .tooltip .tooltip-inner { word-wrap: normal; } .full-width { width: 100%; } .plugin-checkbox { /* This style uses to select all plugin activating checkboxes from plugins list page*/ } .plugin-popup { position: absolute; left: 50%; padding: 0.7em 1em; font-size: 15px; margin-right: 10%; } .badge { display: inline-block; padding: 2px 4px; font-size: 11.844px; font-weight: bold; line-height: 14px; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); white-space: nowrap; vertical-align: baseline; background-color: #999999; } .badge { padding-right: 9px; padding-left: 9px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; } .label-inverse, .badge-inverse { background-color: #444444; } .new-topic-buttons { float: left; display: inline-block; margin-bottom: 10px; } .brand { max-width: 30%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } @media (max-width: 979px) { .brand { max-width: 70%; } } @media (max-width: 480px) { .brand { max-width: 50%; } } .custom-selected-item, .custom-selected-item a{ color: #ffffff !important; text-decoration: none !important; outline: 0 !important; background-color: #428bca !important; background-image: none !important; border: none !important; font-weight: normal !important; } .suggestion-list { font-size: 13px !important; line-height: 1.2em !important; } .grid-table { margin-top: 5px; margin-bottom: 5px; color: #000 } .grid-table td { border-top: 0; border-bottom: 1px solid #ddd;; } .grid-row { background-color: #ffffff !important; }
m.layouts/xenon_hs/_setting.html
vinecgp/cgpBeauty
<!--// CSS 파일 로딩 --> <load target="css/xeicon.min.css" /> <load target="css/jquery.mmenu.all.css" /> <load cond="$layout_info->css_load != 'developer'" target="css/main.min.css" /> <load cond="$layout_info->css_load == 'developer'" target="css/main.css" /> <!--// JS 파일 로딩 --> <load cond="$layout_info->mmenu_drag_open == 'true'" target="js/hammer.min.js" /> <load target="js/jquery.mmenu.min.all.js" /> <!--// 초기화 --> {@ $ly = $layout_info;} <block cond="!$ly->mmenu_classes_themes">{@ $ly->mmenu_classes_themes = 'mm-white';}</block> <block cond="!$ly->mmenu_classes_effect">{@ $ly->mmenu_classes_effect = '';}</block> <block cond="!$ly->mmenu_zposition">{@ $ly->mmenu_zposition = 'front';}</block> <block cond="!$ly->mmenu_position">{@ $ly->mmenu_position = 'left';}</block> <block cond="!$ly->mmenu_slidingSubmenus">{@ $ly->mmenu_slidingSubmenus = 'true';}</block> <block cond="!$ly->mmenu_drag_open">{@ $ly->mmenu_drag_open = 'true';}</block> <block cond="!$ly->mmenu_footer">{@ $ly->mmenu_footer = 'false';}</block> <block cond="!$ly->content_xewiget">{@ $ly->content_xewiget = 'true';}</block> <block cond="!$ly->mmenu_counters">{@ $ly->mmenu_counters = 'true';}</block> <!--// mmenu 설정, 충돌 문제로 jQuery 사용 --> <script> jQuery(document).ready(function() { jQuery('#menu').mmenu({ 'classes': '{$ly->mmenu_classes_themes} {$ly->mmenu_classes_effect}', 'slidingSubmenus': {$ly->mmenu_slidingSubmenus}, 'counters': {$ly->mmenu_counters}, 'offCanvas': { 'zposition': '{$ly->mmenu_zposition}', 'position': '{$ly->mmenu_position}' } <!--@if($ly->mmenu_drag_open == 'true')--> <!--// 드래그 오픈 설정--> ,'dragOpen': { 'open': true, 'pageNode': '.layout' } <!--@end--> <!--@if($ly->mmenu_footer == 'true')--> <!--// 푸터 설정--> ,'footer': { 'add': true, 'content': '{$ly->mmenu_footer_text}' } <!--@end--> }).on('opened.mm', function() { jQuery('.lines-button').removeClass('arrow'); jQuery('.lines-button').addClass('close'); }).on('closed.mm', function() { jQuery('.lines-button').removeClass('close'); }); jQuery('.userArea').appendTo(jQuery('#menu')); jQuery('.searchButton').on('click', function() { jQuery('.lines-button').addClass('arrow'); jQuery('#menuBtnA').attr('href','#close'); jQuery('.logo').add('.searchButton').hide(); jQuery('.searchInput > input').width(jQuery('.headerBar').width()-110); jQuery('.searchForm').show(); jQuery('.searchInput > input').focus(); return false; }); jQuery('a').on('click', function() { if(jQuery(this).attr('href') == '#close') { jQuery('.lines-button').removeClass('arrow'); jQuery('#menuBtnA').attr('href','#menu'); jQuery('.searchForm').hide(); jQuery('.logo').add('.searchButton').show(); return false; } }); }); </script> <!--// 커스텀 설정 --> <style> <!--@if($ly->content_style == 'xewiget')--> <!--// XE 기본 위젯 가공 --> .layout{background-color:#ebebeb !important}.layout>.contentArea {padding:5px}.layout>.contentArea>.bd>.xe-widget-wrapper{padding:5px;box-sizing:border-box}.layout>.contentArea>.bd>.xe-widget-wrapper>div{border-radius:3px;border:1px solid #ddd;background-color:#fff;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1)} <!--@elseif($ly->content_style == 'page')--> <!--// 기본 페이지 및 게시판 가공 --> .layout{background-color:#ebebeb !important}.layout>.contentArea {padding:5px;margin:10px;border-radius:3px;border:1px solid #DDD;background-color:#FFF;box-shadow:0 1px 3px rgba(0, 0, 0, 0.1)} <!--@end--> <!--@if($ly->member_background_type == 'image')--> <!--//유저 영역 배경 --> .userArea{background-image:url({$ly->member_background_image})} <!--@elseif($ly->member_background_type == 'color')--> <!--//유저 영역 색상 --> .userArea{background-image:none;background-color:{$ly->member_background_image}} <!--@end--> </style>
doc/html/designer-customwidgetplugin-customwidgetplugin-h.html
kobolabs/qt-everywhere-opensource-src-4.6.2
<?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.6: customwidgetplugin.h Example File (designer/customwidgetplugin/customwidgetplugin.h)</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://qt.nokia.com/"><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="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td></tr></table><h1 class="title">customwidgetplugin.h Example File<br /><span class="small-subtitle">designer/customwidgetplugin/customwidgetplugin.h</span> </h1> <pre><span class="comment"> /**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** 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 Lesser General Public License Usage ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License version 2.1 as published by the Free Software ** Foundation and appearing in the file LICENSE.LGPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU Lesser General Public License version 2.1 requirements ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Nokia gives you certain additional ** rights. These rights are described in the Nokia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU ** General Public License version 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 the GNU General Public License version 3.0 requirements will be ** met: http://www.gnu.org/copyleft/gpl.html. ** ** If you have questions regarding the use of this file, please contact ** Nokia at qt-info@nokia.com. ** $QT_END_LICENSE$ ** ****************************************************************************/</span> #ifndef CUSTOMWIDGETPLUGIN_H #define CUSTOMWIDGETPLUGIN_H #include &lt;QDesignerCustomWidgetInterface&gt; class AnalogClockPlugin : public QObject, public QDesignerCustomWidgetInterface { Q_OBJECT Q_INTERFACES(QDesignerCustomWidgetInterface) public: AnalogClockPlugin(QObject *parent = 0); bool isContainer() const; bool isInitialized() const; QIcon icon() const; QString domXml() const; QString group() const; QString includeFile() const; QString name() const; QString toolTip() const; QString whatsThis() const; QWidget *createWidget(QWidget *parent); void initialize(QDesignerFormEditorInterface *core); private: bool initialized; }; #endif</pre> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td width="40%" align="left">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td> <td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td> <td width="40%" align="right"><div align="right">Qt 4.6.2</div></td> </tr></table></div></address></body> </html>
html-docs/contents/b124f68e2ada12772596cd303668ef49.html
jiangbo212/netty-init
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!-- <script src="http://use.edgefonts.net/source-sans-pro;source-code-pro.js"></script> --> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic|Source+Code+Pro:300,400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../assets/css/bootstrap.css"> <link rel="stylesheet" href="../assets/css/jquery.bonsai.css"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/icons.css"> <script type="text/javascript" src="../assets/js/jquery-2.1.0.min.js"></script> <script type="text/javascript" src="../assets/js/bootstrap.js"></script> <script type="text/javascript" src="../assets/js/jquery.bonsai.js"></script> <!-- <script type="text/javascript" src="../assets/js/main.js"></script> --> </head> <body> <div> <!-- Name Title --> <h1>(unnamed)</h1> <!-- Type and Stereotype --> <section style="margin-top: .5em;"> <span class="alert alert-info"> <span class="node-icon _icon-UMLParameter"></span> UMLParameter </span> </section> <!-- Path --> <section style="margin-top: 10px"> <span class="label label-info"><a href='cf9c8b720f3815adeccaf3ef6e48c6c4.html'><span class='node-icon _icon-Project'></span>Untitled</a></span> <span>::</span> <span class="label label-info"><a href='6550300e57d7fc770bd2e9afbcdb3ecb.html'><span class='node-icon _icon-UMLModel'></span>JavaReverse</a></span> <span>::</span> <span class="label label-info"><a href='7ff2d96ca3eb7f62f48c1a30b3c7c990.html'><span class='node-icon _icon-UMLPackage'></span>net</a></span> <span>::</span> <span class="label label-info"><a href='7adc4be4f2e4859086f068fc27512d85.html'><span class='node-icon _icon-UMLPackage'></span>gleamynode</a></span> <span>::</span> <span class="label label-info"><a href='bb15307bdbbaf31bfef4f71be74150ae.html'><span class='node-icon _icon-UMLPackage'></span>netty</a></span> <span>::</span> <span class="label label-info"><a href='7b76f92b4b514580a4bcf746956f6d64.html'><span class='node-icon _icon-UMLPackage'></span>handler</a></span> <span>::</span> <span class="label label-info"><a href='f4ff7d19df693e81f51ef48c77403ab0.html'><span class='node-icon _icon-UMLPackage'></span>ssl</a></span> <span>::</span> <span class="label label-info"><a href='26ed8e4c8e33915b126df76cfc9661ce.html'><span class='node-icon _icon-UMLClass'></span>SslHandler</a></span> <span>::</span> <span class="label label-info"><a href='47fe46e0a66e7271954c74541cbabbd3.html'><span class='node-icon _icon-UMLOperation'></span>decode</a></span> <span>::</span> <span class="label label-info"><a href='b124f68e2ada12772596cd303668ef49.html'><span class='node-icon _icon-UMLParameter'></span>(Parameter)</a></span> </section> <!-- Diagram --> <!-- Description --> <section> <h3>Description</h3> <div> <span class="label label-info">none</span> </div> </section> <!-- Specification --> <!-- Directed Relationship --> <!-- Undirected Relationship --> <!-- Classifier --> <!-- Interface --> <!-- Component --> <!-- Node --> <!-- Actor --> <!-- Use Case --> <!-- Template Parameters --> <!-- Literals --> <!-- Attributes --> <!-- Operations --> <!-- Receptions --> <!-- Extension Points --> <!-- Parameters --> <!-- Diagrams --> <!-- Behavior --> <!-- Action --> <!-- Interaction --> <!-- CombinedFragment --> <!-- Activity --> <!-- State Machine --> <!-- State Machine --> <!-- State --> <!-- Vertex --> <!-- Transition --> <!-- Properties --> <section> <h3>Properties</h3> <table class="table table-striped table-bordered"> <tr> <th width="50%">Name</th> <th width="50%">Value</th> </tr> <tr> <td>name</td> <td></td> </tr> <tr> <td>stereotype</td> <td><span class='label label-info'>null</span></td> </tr> <tr> <td>visibility</td> <td>public</td> </tr> <tr> <td>isStatic</td> <td><span class='label label-info'>false</span></td> </tr> <tr> <td>isLeaf</td> <td><span class='label label-info'>false</span></td> </tr> <tr> <td>type</td> <td><a href='52af50a5b0f2ed4d23d445d13bc072ee.html'><span class='node-icon _icon-UMLClass'></span>Object</a></td> </tr> <tr> <td>multiplicity</td> <td></td> </tr> <tr> <td>isReadOnly</td> <td><span class='label label-info'>false</span></td> </tr> <tr> <td>isOrdered</td> <td><span class='label label-info'>false</span></td> </tr> <tr> <td>isUnique</td> <td><span class='label label-info'>false</span></td> </tr> <tr> <td>defaultValue</td> <td></td> </tr> <tr> <td>direction</td> <td>return</td> </tr> </table> </section> <!-- Tags --> <!-- Constraints, Dependencies, Dependants --> <!-- Relationships --> <!-- Owned Elements --> </div> </body> </html>
src/chat.css
GNOME/gnome-chat
.chat-sidebar:dir(ltr) { border-width: 0 1px 0 0; border-style: solid; border-color: @borders; } .chat-sidebar:dir(rtl) { border-width: 0 0 0 1px; border-style: solid; border-color: @borders; } .chat-status-area, .chat-main-input-area { border-width: 1px 0 0 0; } .chat-left-header-bar:dir(ltr) { border-right-width: 1px; } .chat-left-header-bar:dir(rtl) { border-left-width: 1px; } .chat-left-header-bar:dir(ltr), .chat-right-header-bar:dir(rtl) { border-top-right-radius: 0; } .chat-right-header-bar:dir(ltr), .chat-left-header-bar:dir(rtl) { border-top-left-radius: 0; }
web/public/css/ringside.css
jkinner/ringside
<?php include_once('ringside/web/config/RingsideStyleConfig.php');?> /* * Ringside color scheme: * Bright orange: #f93 * Dark orange: #c63 * Creamsicle: #fbecd8 * Dark gray: #999 * Light gray: #ccc * Almost black: #222 */ @import url("web.css"); /* basic structure and style of global elements */ @import url("tags.css"); /* styles for all fb:tags */ @import url("apps.css"); /* styles for all apps */
doc/html/qdockwidget.html
kobolabs/qt-everywhere-opensource-src-4.6.2
<?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"> <!-- qdockwidget.cpp --> <head> <title>Qt 4.6: QDockWidget Class Reference</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body> <a name="//apple_ref/cpp/cl//QDockWidget"></a> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><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="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td></tr></table><h1 class="title">QDockWidget Class Reference<br /><span class="small-subtitle">[<a href="qtgui.html">QtGui</a> module]</span> </h1> <p>The QDockWidget class provides a widget that can be docked inside a <a href="qmainwindow.html">QMainWindow</a> or floated as a top-level window on the desktop. <a href="#details">More...</a></p> <pre> #include &lt;QDockWidget&gt;</pre><p>Inherits <a href="qwidget.html">QWidget</a>.</p> <ul> <li><a href="qdockwidget-members.html">List of all members, including inherited members</a></li> </ul> <hr /> <a name="public-types"></a> <h2>Public Types</h2> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#DockWidgetFeature-enum">DockWidgetFeature</a></b> { DockWidgetClosable, DockWidgetMovable, DockWidgetFloatable, DockWidgetVerticalTitleBar, AllDockWidgetFeatures, NoDockWidgetFeatures }</td></tr> <tr><td class="memItemLeft" align="right" valign="top">flags </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#DockWidgetFeature-enum">DockWidgetFeatures</a></b></td></tr> </table> <hr /> <a name="properties"></a> <h2>Properties</h2> <ul> <li><div class="fn"><b><a href="qdockwidget.html#allowedAreas-prop">allowedAreas</a></b> : Qt::DockWidgetAreas</div></li> <li><div class="fn"><b><a href="qdockwidget.html#features-prop">features</a></b> : DockWidgetFeatures</div></li> <li><div class="fn"><b><a href="qdockwidget.html#floating-prop">floating</a></b> : bool</div></li> <li><div class="fn"><b><a href="qdockwidget.html#windowTitle-prop">windowTitle</a></b> : QString</div></li> </ul> <ul> <li><div bar="2" class="fn"></div>58 properties inherited from <a href="qwidget.html#properties">QWidget</a></li> <li><div bar="2" class="fn"></div>1 property inherited from <a href="qobject.html#properties">QObject</a></li> </ul> <hr /> <a name="public-functions"></a> <h2>Public Functions</h2> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#QDockWidget">QDockWidget</a></b> ( const QString &amp; <i>title</i>, QWidget * <i>parent</i> = 0, Qt::WindowFlags <i>flags</i> = 0 )</td></tr> <tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#QDockWidget-2">QDockWidget</a></b> ( QWidget * <i>parent</i> = 0, Qt::WindowFlags <i>flags</i> = 0 )</td></tr> <tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#dtor.QDockWidget">~QDockWidget</a></b> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">Qt::DockWidgetAreas </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#allowedAreas-prop">allowedAreas</a></b> () const</td></tr> <tr><td class="memItemLeft" align="right" valign="top">DockWidgetFeatures </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#features-prop">features</a></b> () const</td></tr> <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#isAreaAllowed">isAreaAllowed</a></b> ( Qt::DockWidgetArea <i>area</i> ) const</td></tr> <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#floating-prop">isFloating</a></b> () const</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#allowedAreas-prop">setAllowedAreas</a></b> ( Qt::DockWidgetAreas <i>areas</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#features-prop">setFeatures</a></b> ( DockWidgetFeatures <i>features</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#floating-prop">setFloating</a></b> ( bool <i>floating</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#setTitleBarWidget">setTitleBarWidget</a></b> ( QWidget * <i>widget</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#setWidget">setWidget</a></b> ( QWidget * <i>widget</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">QWidget * </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#titleBarWidget">titleBarWidget</a></b> () const</td></tr> <tr><td class="memItemLeft" align="right" valign="top">QAction * </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#toggleViewAction">toggleViewAction</a></b> () const</td></tr> <tr><td class="memItemLeft" align="right" valign="top">QWidget * </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#widget">widget</a></b> () const</td></tr> </table> <ul> <li><div bar="2" class="fn"></div>217 public functions inherited from <a href="qwidget.html#public-functions">QWidget</a></li> <li><div bar="2" class="fn"></div>29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li> <li><div bar="2" class="fn"></div>13 public functions inherited from <a href="qpaintdevice.html#public-functions">QPaintDevice</a></li> </ul> <hr /> <a name="signals"></a> <h2>Signals</h2> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#allowedAreasChanged">allowedAreasChanged</a></b> ( Qt::DockWidgetAreas <i>allowedAreas</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#dockLocationChanged">dockLocationChanged</a></b> ( Qt::DockWidgetArea <i>area</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#featuresChanged">featuresChanged</a></b> ( QDockWidget::DockWidgetFeatures <i>features</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#topLevelChanged">topLevelChanged</a></b> ( bool <i>topLevel</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#visibilityChanged">visibilityChanged</a></b> ( bool <i>visible</i> )</td></tr> </table> <ul> <li><div bar="2" class="fn"></div>1 signal inherited from <a href="qwidget.html#signals">QWidget</a></li> <li><div bar="2" class="fn"></div>1 signal inherited from <a href="qobject.html#signals">QObject</a></li> </ul> <hr /> <a name="protected-functions"></a> <h2>Protected Functions</h2> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#initStyleOption">initStyleOption</a></b> ( QStyleOptionDockWidget * <i>option</i> ) const</td></tr> </table> <hr /> <a name="reimplemented-protected-functions"></a> <h2>Reimplemented Protected Functions</h2> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#changeEvent">changeEvent</a></b> ( QEvent * <i>event</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#closeEvent">closeEvent</a></b> ( QCloseEvent * <i>event</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#event">event</a></b> ( QEvent * <i>event</i> )</td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#paintEvent">paintEvent</a></b> ( QPaintEvent * <i>event</i> )</td></tr> </table> <ul> <li><div bar="2" class="fn"></div>37 protected functions inherited from <a href="qwidget.html#protected-functions">QWidget</a></li> <li><div bar="2" class="fn"></div>7 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li> <li><div bar="2" class="fn"></div>1 protected function inherited from <a href="qpaintdevice.html#protected-functions">QPaintDevice</a></li> </ul> <h3>Additional Inherited Members</h3> <ul> <li><div class="fn"></div>19 public slots inherited from <a href="qwidget.html#public-slots">QWidget</a></li> <li><div class="fn"></div>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li> <li><div class="fn"></div>4 static public members inherited from <a href="qwidget.html#static-public-members">QWidget</a></li> <li><div class="fn"></div>5 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li> <li><div class="fn"></div>1 protected slot inherited from <a href="qwidget.html#protected-slots">QWidget</a></li> </ul> <a name="details"></a> <hr /> <h2>Detailed Description</h2> <p>The QDockWidget class provides a widget that can be docked inside a <a href="qmainwindow.html">QMainWindow</a> or floated as a top-level window on the desktop.</p> <p>QDockWidget provides the concept of dock widgets, also know as tool palettes or utility windows. Dock windows are secondary windows placed in the <i>dock widget area</i> around the <a href="qmainwindow.html#centralWidget">central widget</a> in a <a href="qmainwindow.html">QMainWindow</a>.</p> <p align="center"><img src="images/mainwindow-docks.png" /></p><p>Dock windows can be moved inside their current area, moved into new areas and floated (e.g&#x2e;, undocked) by the end-user. The QDockWidget API allows the programmer to restrict the dock widgets ability to move, float and close, as well as the areas in which they can be placed.</p> <a name="appearance"></a> <h3>Appearance</h3> <p>A QDockWidget consists of a title bar and the content area. The title bar displays the dock widgets <a href="qwidget.html#windowTitle-prop">window title</a>, a <i>float</i> button and a <i>close</i> button. Depending on the state of the QDockWidget, the <i>float</i> and <i>close</i> buttons may be either disabled or not shown at all.</p> <p>The visual appearance of the title bar and buttons is dependent on the <a href="qstyle.html">style</a> in use.</p> <p>A QDockWidget acts as a wrapper for its child widget, set with <a href="qdockwidget.html#setWidget">setWidget</a>(). Custom size hints, minimum and maximum sizes and size policies should be implemented in the child widget. QDockWidget will respect them, adjusting its own constraints to include the frame and title. Size constraints should not be set on the QDockWidget itself, because they change depending on whether it is docked; a docked QDockWidget has no frame and a smaller title bar.</p> <p>See also <a href="qmainwindow.html">QMainWindow</a> and <a href="mainwindows-dockwidgets.html">Dock Widgets Example</a>.</p> <hr /> <h2>Member Type Documentation</h2> <a name="//apple_ref/cpp/tag/QDockWidget/DockWidgetFeature"></a> <a name="//apple_ref/cpp/econst/QDockWidget/DockWidgetClosable"></a> <a name="//apple_ref/cpp/econst/QDockWidget/DockWidgetMovable"></a> <a name="//apple_ref/cpp/econst/QDockWidget/DockWidgetFloatable"></a> <a name="//apple_ref/cpp/econst/QDockWidget/DockWidgetVerticalTitleBar"></a> <a name="//apple_ref/cpp/econst/QDockWidget/AllDockWidgetFeatures"></a> <a name="//apple_ref/cpp/econst/QDockWidget/NoDockWidgetFeatures"></a> <a name="//apple_ref/cpp/econst/QDockWidget/DockWidgetFeatureMask"></a> <a name="//apple_ref/cpp/econst/QDockWidget/Reserved"></a> <a name="//apple_ref/cpp/tdef/QDockWidget/DockWidgetFeatures"></a> <h3 class="flags"><a name="DockWidgetFeature-enum"></a>enum QDockWidget::DockWidgetFeature<br />flags QDockWidget::DockWidgetFeatures</h3> <p><table class="valuelist" border="1" cellpadding="2" cellspacing="1" width="100%"> <tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr> <tr><td valign="top"><tt>QDockWidget::DockWidgetClosable</tt></td><td align="center" valign="top"><tt>0x01</tt></td><td valign="top">The dock widget can be closed. On some systems the dock widget always has a close button when it's floating (for example on MacOS 10.5).</td></tr> <tr><td valign="top"><tt>QDockWidget::DockWidgetMovable</tt></td><td align="center" valign="top"><tt>0x02</tt></td><td valign="top">The dock widget can be moved between docks by the user.</td></tr> <tr><td valign="top"><tt>QDockWidget::DockWidgetFloatable</tt></td><td align="center" valign="top"><tt>0x04</tt></td><td valign="top">The dock widget can be detached from the main window, and floated as an independent window.</td></tr> <tr><td valign="top"><tt>QDockWidget::DockWidgetVerticalTitleBar</tt></td><td align="center" valign="top"><tt>0x08</tt></td><td valign="top">The dock widget displays a vertical title bar on its left side. This can be used to increase the amount of vertical space in a <a href="qmainwindow.html">QMainWindow</a>.</td></tr> <tr><td valign="top"><tt>QDockWidget::AllDockWidgetFeatures</tt></td><td align="center" valign="top"><tt>DockWidgetClosable | DockWidgetMovable | DockWidgetFloatable</tt></td><td valign="top">(Deprecated) The dock widget can be closed, moved, and floated. Since new features might be added in future releases, the look and behavior of dock widgets might change if you use this flag. Please specify individual flags instead.</td></tr> <tr><td valign="top"><tt>QDockWidget::NoDockWidgetFeatures</tt></td><td align="center" valign="top"><tt>0x00</tt></td><td valign="top">The dock widget cannot be closed, moved, or floated.</td></tr> </table></p> <p>The DockWidgetFeatures type is a typedef for <a href="qflags.html">QFlags</a>&lt;DockWidgetFeature&gt;. It stores an OR combination of DockWidgetFeature values.</p> <hr /> <h2>Property Documentation</h2> <a name="//apple_ref/cpp/instm/QDockWidget/allowedAreas"></a> <a name="//apple_ref/cpp/instm/QDockWidget/setAllowedAreas"></a> <a name="//apple_ref/cpp/instm/QDockWidget/allowedAreasChanged"></a> <h3 class="fn"><a name="allowedAreas-prop"></a>allowedAreas : <a href="qt.html#DockWidgetArea-enum">Qt::DockWidgetAreas</a></h3> <p>This property holds areas where the dock widget may be placed.</p> <p>The default is <a href="qt.html#DockWidgetArea-enum">Qt::AllDockWidgetAreas</a>.</p> <p><b>Access functions:</b></p> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top">Qt::DockWidgetAreas </td><td class="memItemRight" valign="bottom"><b>allowedAreas</b> () const</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b>setAllowedAreas</b> ( Qt::DockWidgetAreas <i>areas</i> )</td></tr> </table> <p><b>Notifier signal:</b></p> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#allowedAreasChanged">allowedAreasChanged</a></b> ( Qt::DockWidgetAreas <i>allowedAreas</i> )</td></tr> </table> <p>See also <a href="qt.html#DockWidgetArea-enum">Qt::DockWidgetArea</a>.</p> <a name="//apple_ref/cpp/instm/QDockWidget/features"></a> <a name="//apple_ref/cpp/instm/QDockWidget/setFeatures"></a> <a name="//apple_ref/cpp/instm/QDockWidget/featuresChanged"></a> <h3 class="fn"><a name="features-prop"></a>features : <a href="qdockwidget.html#DockWidgetFeature-enum">DockWidgetFeatures</a></h3> <p>This property holds whether the dock widget is movable, closable, and floatable.</p> <p>By default, this property is set to a combination of <a href="qdockwidget.html#DockWidgetFeature-enum">DockWidgetClosable</a>, <a href="qdockwidget.html#DockWidgetFeature-enum">DockWidgetMovable</a> and <a href="qdockwidget.html#DockWidgetFeature-enum">DockWidgetFloatable</a>.</p> <p><b>Access functions:</b></p> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top">DockWidgetFeatures </td><td class="memItemRight" valign="bottom"><b>features</b> () const</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b>setFeatures</b> ( DockWidgetFeatures <i>features</i> )</td></tr> </table> <p><b>Notifier signal:</b></p> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qdockwidget.html#featuresChanged">featuresChanged</a></b> ( QDockWidget::DockWidgetFeatures <i>features</i> )</td></tr> </table> <p>See also <a href="qdockwidget.html#DockWidgetFeature-enum">DockWidgetFeature</a>.</p> <a name="//apple_ref/cpp/instm/QDockWidget/isFloating"></a> <a name="//apple_ref/cpp/instm/QDockWidget/setFloating"></a> <h3 class="fn"><a name="floating-prop"></a>floating : bool</h3> <p>This property holds whether the dock widget is floating.</p> <p>A floating dock widget is presented to the user as an independent window &quot;on top&quot; of its parent <a href="qmainwindow.html">QMainWindow</a>, instead of being docked in the <a href="qmainwindow.html">QMainWindow</a>.</p> <p>By default, this property is true.</p> <p><b>Access functions:</b></p> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b>isFloating</b> () const</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b>setFloating</b> ( bool <i>floating</i> )</td></tr> </table> <p>See also <a href="qwidget.html#isWindow">isWindow</a>().</p> <a name="//apple_ref/cpp/instm/QWidget/windowTitle"></a> <a name="//apple_ref/cpp/instm/QWidget/setWindowTitle"></a> <h3 class="fn"><a name="windowTitle-prop"></a>windowTitle : <a href="qstring.html">QString</a></h3> <p>This property holds the dock widget title (caption).</p> <p>By default, this property contains an empty string.</p> <p><b>Access functions:</b></p> <table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr><td class="memItemLeft" align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><b><a href="qwidget.html#windowTitle-prop">windowTitle</a></b> () const</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qwidget.html#windowTitle-prop">setWindowTitle</a></b> ( const QString &amp; )</td></tr> </table> <hr /> <h2>Member Function Documentation</h2> <a name="//apple_ref/cpp/instm/QDockWidget/QDockWidget"></a> <h3 class="fn"><a name="QDockWidget"></a>QDockWidget::QDockWidget ( const <a href="qstring.html">QString</a> &amp; <i>title</i>, <a href="qwidget.html">QWidget</a> * <i>parent</i> = 0, <a href="qt.html#WindowType-enum">Qt::WindowFlags</a> <i>flags</i> = 0 )</h3> <p>Constructs a <a href="qdockwidget.html">QDockWidget</a> with parent <i>parent</i> and window flags <i>flags</i>. The dock widget will be placed in the left dock widget area.</p> <p>The window title is set to <i>title</i>. This title is used when the <a href="qdockwidget.html">QDockWidget</a> is docked and undocked. It is also used in the context menu provided by <a href="qmainwindow.html">QMainWindow</a>.</p> <p>See also <a href="qwidget.html#windowTitle-prop">setWindowTitle</a>().</p> <h3 class="fn"><a name="QDockWidget-2"></a>QDockWidget::QDockWidget ( <a href="qwidget.html">QWidget</a> * <i>parent</i> = 0, <a href="qt.html#WindowType-enum">Qt::WindowFlags</a> <i>flags</i> = 0 )</h3> <p>Constructs a <a href="qdockwidget.html">QDockWidget</a> with parent <i>parent</i> and window flags <i>flags</i>. The dock widget will be placed in the left dock widget area.</p> <a name="//apple_ref/cpp/instm/QDockWidget/~QDockWidget"></a> <h3 class="fn"><a name="dtor.QDockWidget"></a>QDockWidget::~QDockWidget ()</h3> <p>Destroys the dock widget.</p> <a name="//apple_ref/cpp/instm/QDockWidget/allowedAreasChanged"></a> <h3 class="fn"><a name="allowedAreasChanged"></a>void QDockWidget::allowedAreasChanged ( <a href="qt.html#DockWidgetArea-enum">Qt::DockWidgetAreas</a> <i>allowedAreas</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3> <p>This signal is emitted when the <a href="qdockwidget.html#allowedAreas-prop">allowedAreas</a> property changes. The <i>allowedAreas</i> parameter gives the new value of the property.</p> <a name="//apple_ref/cpp/instm/QDockWidget/changeEvent"></a> <h3 class="fn"><a name="changeEvent"></a>void QDockWidget::changeEvent ( <a href="qevent.html">QEvent</a> * <i>event</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#changeEvent">QWidget::changeEvent</a>().</p> <a name="//apple_ref/cpp/instm/QDockWidget/closeEvent"></a> <h3 class="fn"><a name="closeEvent"></a>void QDockWidget::closeEvent ( <a href="qcloseevent.html">QCloseEvent</a> * <i>event</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#closeEvent">QWidget::closeEvent</a>().</p> <a name="//apple_ref/cpp/instm/QDockWidget/dockLocationChanged"></a> <h3 class="fn"><a name="dockLocationChanged"></a>void QDockWidget::dockLocationChanged ( <a href="qt.html#DockWidgetArea-enum">Qt::DockWidgetArea</a> <i>area</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3> <p>This signal is emitted when the dock widget is moved to another dock <i>area</i>, or is moved to a different location in its current dock area. This happens when the dock widget is moved programmatically or is dragged to a new location by the user.</p> <p>This function was introduced in Qt 4.3.</p> <a name="//apple_ref/cpp/instm/QDockWidget/event"></a> <h3 class="fn"><a name="event"></a>bool QDockWidget::event ( <a href="qevent.html">QEvent</a> * <i>event</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qobject.html#event">QObject::event</a>().</p> <a name="//apple_ref/cpp/instm/QDockWidget/featuresChanged"></a> <h3 class="fn"><a name="featuresChanged"></a>void QDockWidget::featuresChanged ( <a href="qdockwidget.html#DockWidgetFeature-enum">QDockWidget::DockWidgetFeatures</a> <i>features</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3> <p>This signal is emitted when the <a href="qdockwidget.html#features-prop">features</a> property changes. The <i>features</i> parameter gives the new value of the property.</p> <a name="//apple_ref/cpp/instm/QDockWidget/initStyleOption"></a> <h3 class="fn"><a name="initStyleOption"></a>void QDockWidget::initStyleOption ( <a href="qstyleoptiondockwidget.html">QStyleOptionDockWidget</a> * <i>option</i> ) const&nbsp;&nbsp;<tt> [protected]</tt></h3> <p>Initialize <i>option</i> with the values from this <a href="qdockwidget.html">QDockWidget</a>. This method is useful for subclasses when they need a <a href="qstyleoptiondockwidget.html">QStyleOptionDockWidget</a>, but don't want to fill in all the information themselves.</p> <p>See also <a href="qstyleoption.html#initFrom">QStyleOption::initFrom</a>().</p> <a name="//apple_ref/cpp/instm/QDockWidget/isAreaAllowed"></a> <h3 class="fn"><a name="isAreaAllowed"></a>bool QDockWidget::isAreaAllowed ( <a href="qt.html#DockWidgetArea-enum">Qt::DockWidgetArea</a> <i>area</i> ) const</h3> <p>Returns true if this dock widget can be placed in the given <i>area</i>; otherwise returns false.</p> <a name="//apple_ref/cpp/instm/QDockWidget/paintEvent"></a> <h3 class="fn"><a name="paintEvent"></a>void QDockWidget::paintEvent ( <a href="qpaintevent.html">QPaintEvent</a> * <i>event</i> )&nbsp;&nbsp;<tt> [virtual protected]</tt></h3> <p>Reimplemented from <a href="qwidget.html#paintEvent">QWidget::paintEvent</a>().</p> <a name="//apple_ref/cpp/instm/QDockWidget/setTitleBarWidget"></a> <h3 class="fn"><a name="setTitleBarWidget"></a>void QDockWidget::setTitleBarWidget ( <a href="qwidget.html">QWidget</a> * <i>widget</i> )</h3> <p>Sets an arbitrary <i>widget</i> as the dock widget's title bar. If <i>widget</i> is 0, the title bar widget is removed, but not deleted.</p> <p>If a title bar widget is set, <a href="qdockwidget.html">QDockWidget</a> will not use native window decorations when it is floated.</p> <p>Here are some tips for implementing custom title bars:</p> <ul> <li>Mouse events that are not explicitly handled by the title bar widget must be ignored by calling <a href="qevent.html#ignore">QMouseEvent::ignore</a>(). These events then propagate to the <a href="qdockwidget.html">QDockWidget</a> parent, which handles them in the usual manner, moving when the title bar is dragged, docking and undocking when it is double-clicked, etc.</li> <li>When <a href="qdockwidget.html#DockWidgetFeature-enum">DockWidgetVerticalTitleBar</a> is set on <a href="qdockwidget.html">QDockWidget</a>, the title bar widget is repositioned accordingly. In <a href="qwidget.html#resizeEvent">resizeEvent</a>(), the title bar should check what orientation it should assume:<pre> QDockWidget *dockWidget = qobject_cast&lt;QDockWidget*&gt;(parentWidget()); if (dockWidget-&gt;features() &amp; QDockWidget::DockWidgetVerticalTitleBar) { <span class="comment">// I need to be vertical</span> } else { <span class="comment">// I need to be horizontal</span> }</pre> </li> <li>The title bar widget must have a valid <a href="qwidget.html#sizeHint-prop">QWidget::sizeHint</a>() and <a href="qwidget.html#minimumSizeHint-prop">QWidget::minimumSizeHint</a>(). These functions should take into account the current orientation of the title bar.</li> </ul> <p>Using qobject_cast as shown above, the title bar widget has full access to its parent <a href="qdockwidget.html">QDockWidget</a>. Hence it can perform such operations as docking and hiding in response to user actions.</p> <p>This function was introduced in Qt 4.3.</p> <p>See also <a href="qdockwidget.html#titleBarWidget">titleBarWidget</a>() and <a href="qdockwidget.html#DockWidgetFeature-enum">DockWidgetVerticalTitleBar</a>.</p> <a name="//apple_ref/cpp/instm/QDockWidget/setWidget"></a> <h3 class="fn"><a name="setWidget"></a>void QDockWidget::setWidget ( <a href="qwidget.html">QWidget</a> * <i>widget</i> )</h3> <p>Sets the widget for the dock widget to <i>widget</i>.</p> <p>If the dock widget is visible when <i>widget</i> is added, you must <a href="qwidget.html#show">show()</a> it explicitly.</p> <p>Note that you must add the layout of the <i>widget</i> before you call this function; if not, the <i>widget</i> will not be visible.</p> <p>See also <a href="qdockwidget.html#widget">widget</a>().</p> <a name="//apple_ref/cpp/instm/QDockWidget/titleBarWidget"></a> <h3 class="fn"><a name="titleBarWidget"></a><a href="qwidget.html">QWidget</a> * QDockWidget::titleBarWidget () const</h3> <p>Returns the custom title bar widget set on the <a href="qdockwidget.html">QDockWidget</a>, or 0 if no custom title bar has been set.</p> <p>This function was introduced in Qt 4.3.</p> <p>See also <a href="qdockwidget.html#setTitleBarWidget">setTitleBarWidget</a>().</p> <a name="//apple_ref/cpp/instm/QDockWidget/toggleViewAction"></a> <h3 class="fn"><a name="toggleViewAction"></a><a href="qaction.html">QAction</a> * QDockWidget::toggleViewAction () const</h3> <p>Returns a checkable action that can be used to show or close this dock widget.</p> <p>The action's text is set to the dock widget's window title.</p> <p>See also <a href="qaction.html#text-prop">QAction::text</a> and <a href="qwidget.html#windowTitle-prop">QWidget::windowTitle</a>.</p> <a name="//apple_ref/cpp/instm/QDockWidget/topLevelChanged"></a> <h3 class="fn"><a name="topLevelChanged"></a>void QDockWidget::topLevelChanged ( bool <i>topLevel</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3> <p>This signal is emitted when the <a href="qdockwidget.html#floating-prop">floating</a> property changes. The <i>topLevel</i> parameter is true if the dock widget is now floating; otherwise it is false.</p> <p>See also <a href="qwidget.html#isWindow">isWindow</a>().</p> <a name="//apple_ref/cpp/instm/QDockWidget/visibilityChanged"></a> <h3 class="fn"><a name="visibilityChanged"></a>void QDockWidget::visibilityChanged ( bool <i>visible</i> )&nbsp;&nbsp;<tt> [signal]</tt></h3> <p>This signal is emitted when the dock widget becomes <i>visible</i> (or invisible). This happens when the widget is hidden or shown, as well as when it is docked in a tabbed dock area and its tab becomes selected or unselected.</p> <p>This function was introduced in Qt 4.3.</p> <a name="//apple_ref/cpp/instm/QDockWidget/widget"></a> <h3 class="fn"><a name="widget"></a><a href="qwidget.html">QWidget</a> * QDockWidget::widget () const</h3> <p>Returns the widget for the dock widget. This function returns zero if the widget has not been set.</p> <p>See also <a href="qdockwidget.html#setWidget">setWidget</a>().</p> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td width="40%" align="left">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td> <td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td> <td width="40%" align="right"><div align="right">Qt 4.6.2</div></td> </tr></table></div></address></body> </html>
web/apidoc/html/class_g_classes_1_1_g_incremental_learner.html
litaoshao/waffles
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>GClasses: GClasses::GIncrementalLearner Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </script> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.7.3 --> <div id="top"> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">GClasses</div> </td> </tr> </tbody> </table> </div> <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> </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> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> initNavTree('class_g_classes_1_1_g_incremental_learner.html',''); </script> <div id="doc-content"> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pro-methods">Protected Member Functions</a> </div> <div class="headertitle"> <h1>GClasses::GIncrementalLearner Class Reference</h1> </div> </div> <div class="contents"> <!-- doxytag: class="GClasses::GIncrementalLearner" --><!-- doxytag: inherits="GClasses::GSupervisedLearner" --> <p>This is the base class of supervised learning algorithms that can learn one row at a time. <a href="#_details">More...</a></p> <p><code>#include &lt;GLearner.h&gt;</code></p> <div class="dynheader"> Inheritance diagram for GClasses::GIncrementalLearner:</div> <div class="dyncontent"> <div class="center"> <img src="class_g_classes_1_1_g_incremental_learner.png" usemap="#GClasses::GIncrementalLearner_map" alt=""/> <map id="GClasses::GIncrementalLearner_map" name="GClasses::GIncrementalLearner_map"> <area href="class_g_classes_1_1_g_supervised_learner.html" alt="GClasses::GSupervisedLearner" shape="rect" coords="400,56,590,80"/> <area href="class_g_classes_1_1_g_transducer.html" alt="GClasses::GTransducer" shape="rect" coords="400,0,590,24"/> <area href="class_g_classes_1_1_g_instance_table.html" alt="GClasses::GInstanceTable" shape="rect" coords="0,168,190,192"/> <area href="class_g_classes_1_1_g_k_n_n.html" alt="GClasses::GKNN" shape="rect" coords="200,168,390,192"/> <area href="class_g_classes_1_1_g_naive_bayes.html" alt="GClasses::GNaiveBayes" shape="rect" coords="400,168,590,192"/> <area href="class_g_classes_1_1_g_naive_instance.html" alt="GClasses::GNaiveInstance" shape="rect" coords="600,168,790,192"/> <area href="class_g_classes_1_1_g_neural_net.html" alt="GClasses::GNeuralNet" shape="rect" coords="800,168,990,192"/> </map> </div></div> <p><a href="class_g_classes_1_1_g_incremental_learner-members.html">List of all members.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html#a17260bab27eba4cb8e816220092f7284">GIncrementalLearner</a> (<a class="el" href="class_g_classes_1_1_g_rand.html">GRand</a> &amp;rand)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">General-purpose constructor. <a href="#a17260bab27eba4cb8e816220092f7284"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html#a363041b1652a08fee1df89cd8a0d7094">GIncrementalLearner</a> (<a class="el" href="class_g_classes_1_1_g_dom_node.html">GDomNode</a> *pNode, <a class="el" href="class_g_classes_1_1_g_learner_loader.html">GLearnerLoader</a> &amp;ll)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Deserialization constructor. <a href="#a363041b1652a08fee1df89cd8a0d7094"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html#a0dff4748e54b88978319f8ef01669044">~GIncrementalLearner</a> ()</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor. <a href="#a0dff4748e54b88978319f8ef01669044"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html#ac8c8e7874c87333a077b7ed7c7fa9015">isFilter</a> ()</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Only the GFilter class should return true to this method. <a href="#ac8c8e7874c87333a077b7ed7c7fa9015"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html#a83151d491b3016b3c05a71a13736209e">canTrainIncrementally</a> ()</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns true. <a href="#a83151d491b3016b3c05a71a13736209e"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html#aca947ee587191dc7285b49573a72f9c8">beginIncrementalLearning</a> (<a class="el" href="class_g_classes_1_1smart__ptr.html">sp_relation</a> &amp;pFeatureRel, <a class="el" href="class_g_classes_1_1smart__ptr.html">sp_relation</a> &amp;pLabelRel)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">You must call this method before you call trainIncremental. Unlike "train", this method does not automatically set up any filters (even if you have automatic filter setup enabled). Rather, it assumes that you have already set up any filters that you wish to use. Behavior is undefined if you change the filters (by calling setFeatureFilter or setLabelFilter, or by changing the filters themselves) after this method is called. <a href="#aca947ee587191dc7285b49573a72f9c8"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html#a1a473df785fec5d64a7370fff24ba406">trainIncremental</a> (const double *pIn, const double *pOut)</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Pass a single input row and the corresponding label to incrementally train this model. <a href="#a1a473df785fec5d64a7370fff24ba406"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html#a25ddbd1ac0eb49543f8a752585082c50">trainSparse</a> (<a class="el" href="class_g_classes_1_1_g_sparse_matrix.html">GSparseMatrix</a> &amp;features, <a class="el" href="class_g_classes_1_1_g_matrix.html">GMatrix</a> &amp;labels)=0</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Train using a sparse feature matrix. (A Typical implementation of this method will first call beginIncrementalLearning, then it will iterate over all of the feature rows, and for each row it will convert the sparse row to a dense row, call trainIncremental using the dense row, then discard the dense row and proceed to the next row.) <a href="#a25ddbd1ac0eb49543f8a752585082c50"></a><br/></td></tr> <tr><td colspan="2"><h2><a name="pro-methods"></a> Protected Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html#a310f8acb279c2acc45999ae2acc32989">beginIncrementalLearningInner</a> (<a class="el" href="class_g_classes_1_1smart__ptr.html">sp_relation</a> &amp;pFeatureRel, <a class="el" href="class_g_classes_1_1smart__ptr.html">sp_relation</a> &amp;pLabelRel)=0</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Prepare the model for incremental learning. <a href="#a310f8acb279c2acc45999ae2acc32989"></a><br/></td></tr> <tr><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html#a451f36cd03629d77e43244f051fe31ef">trainIncrementalInner</a> (const double *pIn, const double *pOut)=0</td></tr> <tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Refine the model with the specified pattern. <a href="#a451f36cd03629d77e43244f051fe31ef"></a><br/></td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <div class="textblock"><p>This is the base class of supervised learning algorithms that can learn one row at a time. </p> </div><hr/><h2>Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="a17260bab27eba4cb8e816220092f7284"></a><!-- doxytag: member="GClasses::GIncrementalLearner::GIncrementalLearner" ref="a17260bab27eba4cb8e816220092f7284" args="(GRand &amp;rand)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">GClasses::GIncrementalLearner::GIncrementalLearner </td> <td>(</td> <td class="paramtype"><a class="el" href="class_g_classes_1_1_g_rand.html">GRand</a> &amp;&#160;</td> <td class="paramname"><em>rand</em></td><td>)</td> <td><code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <p>General-purpose constructor. </p> </div> </div> <a class="anchor" id="a363041b1652a08fee1df89cd8a0d7094"></a><!-- doxytag: member="GClasses::GIncrementalLearner::GIncrementalLearner" ref="a363041b1652a08fee1df89cd8a0d7094" args="(GDomNode *pNode, GLearnerLoader &amp;ll)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">GClasses::GIncrementalLearner::GIncrementalLearner </td> <td>(</td> <td class="paramtype"><a class="el" href="class_g_classes_1_1_g_dom_node.html">GDomNode</a> *&#160;</td> <td class="paramname"><em>pNode</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="class_g_classes_1_1_g_learner_loader.html">GLearnerLoader</a> &amp;&#160;</td> <td class="paramname"><em>ll</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Deserialization constructor. </p> </div> </div> <a class="anchor" id="a0dff4748e54b88978319f8ef01669044"></a><!-- doxytag: member="GClasses::GIncrementalLearner::~GIncrementalLearner" ref="a0dff4748e54b88978319f8ef01669044" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">virtual GClasses::GIncrementalLearner::~GIncrementalLearner </td> <td>(</td> <td class="paramname"></td><td>)</td> <td><code> [inline, virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Destructor. </p> </div> </div> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="aca947ee587191dc7285b49573a72f9c8"></a><!-- doxytag: member="GClasses::GIncrementalLearner::beginIncrementalLearning" ref="aca947ee587191dc7285b49573a72f9c8" args="(sp_relation &amp;pFeatureRel, sp_relation &amp;pLabelRel)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void GClasses::GIncrementalLearner::beginIncrementalLearning </td> <td>(</td> <td class="paramtype"><a class="el" href="class_g_classes_1_1smart__ptr.html">sp_relation</a> &amp;&#160;</td> <td class="paramname"><em>pFeatureRel</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="class_g_classes_1_1smart__ptr.html">sp_relation</a> &amp;&#160;</td> <td class="paramname"><em>pLabelRel</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <p>You must call this method before you call trainIncremental. Unlike "train", this method does not automatically set up any filters (even if you have automatic filter setup enabled). Rather, it assumes that you have already set up any filters that you wish to use. Behavior is undefined if you change the filters (by calling setFeatureFilter or setLabelFilter, or by changing the filters themselves) after this method is called. </p> </div> </div> <a class="anchor" id="a310f8acb279c2acc45999ae2acc32989"></a><!-- doxytag: member="GClasses::GIncrementalLearner::beginIncrementalLearningInner" ref="a310f8acb279c2acc45999ae2acc32989" args="(sp_relation &amp;pFeatureRel, sp_relation &amp;pLabelRel)=0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">virtual void GClasses::GIncrementalLearner::beginIncrementalLearningInner </td> <td>(</td> <td class="paramtype"><a class="el" href="class_g_classes_1_1smart__ptr.html">sp_relation</a> &amp;&#160;</td> <td class="paramname"><em>pFeatureRel</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="class_g_classes_1_1smart__ptr.html">sp_relation</a> &amp;&#160;</td> <td class="paramname"><em>pLabelRel</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [protected, pure virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Prepare the model for incremental learning. </p> <p>Implemented in <a class="el" href="class_g_classes_1_1_g_k_n_n.html#a2e11b0a8d52d91caf5f2dec4ddb572d3">GClasses::GKNN</a>, <a class="el" href="class_g_classes_1_1_g_instance_table.html#a609c7b6aa487c7ee2f06dec4c21d0baa">GClasses::GInstanceTable</a>, <a class="el" href="class_g_classes_1_1_g_naive_bayes.html#a2488db7fdce2b1186ea32f1e4f820b94">GClasses::GNaiveBayes</a>, <a class="el" href="class_g_classes_1_1_g_naive_instance.html#a6d97bf978d161539ccb7011e3242b198">GClasses::GNaiveInstance</a>, and <a class="el" href="class_g_classes_1_1_g_neural_net.html#ac0f655fd9a14b02e23df3148d32844c3">GClasses::GNeuralNet</a>.</p> </div> </div> <a class="anchor" id="a83151d491b3016b3c05a71a13736209e"></a><!-- doxytag: member="GClasses::GIncrementalLearner::canTrainIncrementally" ref="a83151d491b3016b3c05a71a13736209e" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">virtual bool GClasses::GIncrementalLearner::canTrainIncrementally </td> <td>(</td> <td class="paramname"></td><td>)</td> <td><code> [inline, virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Returns true. </p> <p>Reimplemented from <a class="el" href="class_g_classes_1_1_g_transducer.html#aa57bff4886e0fd85f946e8f627798a0b">GClasses::GTransducer</a>.</p> </div> </div> <a class="anchor" id="ac8c8e7874c87333a077b7ed7c7fa9015"></a><!-- doxytag: member="GClasses::GIncrementalLearner::isFilter" ref="ac8c8e7874c87333a077b7ed7c7fa9015" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">virtual bool GClasses::GIncrementalLearner::isFilter </td> <td>(</td> <td class="paramname"></td><td>)</td> <td><code> [inline, virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Only the GFilter class should return true to this method. </p> </div> </div> <a class="anchor" id="a1a473df785fec5d64a7370fff24ba406"></a><!-- doxytag: member="GClasses::GIncrementalLearner::trainIncremental" ref="a1a473df785fec5d64a7370fff24ba406" args="(const double *pIn, const double *pOut)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void GClasses::GIncrementalLearner::trainIncremental </td> <td>(</td> <td class="paramtype">const double *&#160;</td> <td class="paramname"><em>pIn</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const double *&#160;</td> <td class="paramname"><em>pOut</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <p>Pass a single input row and the corresponding label to incrementally train this model. </p> </div> </div> <a class="anchor" id="a451f36cd03629d77e43244f051fe31ef"></a><!-- doxytag: member="GClasses::GIncrementalLearner::trainIncrementalInner" ref="a451f36cd03629d77e43244f051fe31ef" args="(const double *pIn, const double *pOut)=0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">virtual void GClasses::GIncrementalLearner::trainIncrementalInner </td> <td>(</td> <td class="paramtype">const double *&#160;</td> <td class="paramname"><em>pIn</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const double *&#160;</td> <td class="paramname"><em>pOut</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [protected, pure virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Refine the model with the specified pattern. </p> <p>Implemented in <a class="el" href="class_g_classes_1_1_g_k_n_n.html#a6ca2c4bc48e81df41f2b2fb9d9f63c27">GClasses::GKNN</a>, <a class="el" href="class_g_classes_1_1_g_instance_table.html#ac8d4727383956cb58eb057b17791d686">GClasses::GInstanceTable</a>, <a class="el" href="class_g_classes_1_1_g_naive_bayes.html#adc4707eac3bfd8642f23ba5b076d3946">GClasses::GNaiveBayes</a>, <a class="el" href="class_g_classes_1_1_g_naive_instance.html#a78cc496c446072a3cbee6698efb1453c">GClasses::GNaiveInstance</a>, and <a class="el" href="class_g_classes_1_1_g_neural_net.html#ad49ec97940b66ab5b6d190dda97f7395">GClasses::GNeuralNet</a>.</p> </div> </div> <a class="anchor" id="a25ddbd1ac0eb49543f8a752585082c50"></a><!-- doxytag: member="GClasses::GIncrementalLearner::trainSparse" ref="a25ddbd1ac0eb49543f8a752585082c50" args="(GSparseMatrix &amp;features, GMatrix &amp;labels)=0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">virtual void GClasses::GIncrementalLearner::trainSparse </td> <td>(</td> <td class="paramtype"><a class="el" href="class_g_classes_1_1_g_sparse_matrix.html">GSparseMatrix</a> &amp;&#160;</td> <td class="paramname"><em>features</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="class_g_classes_1_1_g_matrix.html">GMatrix</a> &amp;&#160;</td> <td class="paramname"><em>labels</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td><code> [pure virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p>Train using a sparse feature matrix. (A Typical implementation of this method will first call beginIncrementalLearning, then it will iterate over all of the feature rows, and for each row it will convert the sparse row to a dense row, call trainIncremental using the dense row, then discard the dense row and proceed to the next row.) </p> <p>Implemented in <a class="el" href="class_g_classes_1_1_g_k_n_n.html#a02612db7a3c65f9c0bded8f7ab3d8f6f">GClasses::GKNN</a>, <a class="el" href="class_g_classes_1_1_g_instance_table.html#a7f71b33bdbe2e727fb82176e8ccfab31">GClasses::GInstanceTable</a>, <a class="el" href="class_g_classes_1_1_g_naive_bayes.html#a00e6379173fa88323bf90da3e61acdf6">GClasses::GNaiveBayes</a>, <a class="el" href="class_g_classes_1_1_g_naive_instance.html#ab776f7dfebf27325aaa91bf440f96118">GClasses::GNaiveInstance</a>, and <a class="el" href="class_g_classes_1_1_g_neural_net.html#a3c726ba4f3a5924dd0cf4130b27529d9">GClasses::GNeuralNet</a>.</p> </div> </div> </div> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespace_g_classes.html">GClasses</a> </li> <li class="navelem"><a class="el" href="class_g_classes_1_1_g_incremental_learner.html">GIncrementalLearner</a> </li> <li class="footer">Generated on Mon Dec 5 2011 14:19:01 for GClasses by&#160; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </li> </ul> </div> </body> </html>
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/boot/model/relational/AuxiliaryDatabaseObject.Expandable.html
1fechner/FeatureExtractor
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Wed Feb 10 11:30:29 CST 2016 --> <title>AuxiliaryDatabaseObject.Expandable (Hibernate JavaDocs)</title> <meta name="date" content="2016-02-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="AuxiliaryDatabaseObject.Expandable (Hibernate JavaDocs)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AuxiliaryDatabaseObject.Expandable.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/hibernate/boot/model/relational/AuxiliaryDatabaseObject.html" title="interface in org.hibernate.boot.model.relational"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/hibernate/boot/model/relational/Database.html" title="class in org.hibernate.boot.model.relational"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/hibernate/boot/model/relational/AuxiliaryDatabaseObject.Expandable.html" target="_top">Frames</a></li> <li><a href="AuxiliaryDatabaseObject.Expandable.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.hibernate.boot.model.relational</div> <h2 title="Interface AuxiliaryDatabaseObject.Expandable" class="title">Interface AuxiliaryDatabaseObject.Expandable</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../../org/hibernate/boot/model/relational/AbstractAuxiliaryDatabaseObject.html" title="class in org.hibernate.boot.model.relational">AbstractAuxiliaryDatabaseObject</a>, <a href="../../../../../org/hibernate/boot/model/relational/NamedAuxiliaryDatabaseObject.html" title="class in org.hibernate.boot.model.relational">NamedAuxiliaryDatabaseObject</a>, <a href="../../../../../org/hibernate/boot/model/relational/SimpleAuxiliaryDatabaseObject.html" title="class in org.hibernate.boot.model.relational">SimpleAuxiliaryDatabaseObject</a></dd> </dl> <dl> <dt>Enclosing interface:</dt> <dd><a href="../../../../../org/hibernate/boot/model/relational/AuxiliaryDatabaseObject.html" title="interface in org.hibernate.boot.model.relational">AuxiliaryDatabaseObject</a></dd> </dl> <hr> <br> <pre>public static interface <span class="typeNameLabel">AuxiliaryDatabaseObject.Expandable</span></pre> <div class="block">Additional, optional interface for AuxiliaryDatabaseObject that want to allow expansion of allowable dialects via mapping.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/hibernate/boot/model/relational/AuxiliaryDatabaseObject.Expandable.html#addDialectScope-java.lang.String-">addDialectScope</a></span>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dialectName)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="addDialectScope-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>addDialectScope</h4> <pre>void&nbsp;addDialectScope(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dialectName)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AuxiliaryDatabaseObject.Expandable.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/hibernate/boot/model/relational/AuxiliaryDatabaseObject.html" title="interface in org.hibernate.boot.model.relational"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../org/hibernate/boot/model/relational/Database.html" title="class in org.hibernate.boot.model.relational"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/hibernate/boot/model/relational/AuxiliaryDatabaseObject.Expandable.html" target="_top">Frames</a></li> <li><a href="AuxiliaryDatabaseObject.Expandable.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2001-2016 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p> </body> </html>
3rdparty/jmx-1.2.1-ri/doc/api/javax/management/modelmbean/class-use/ModelMBeanNotificationBroadcaster.html
cacheonix/cacheonix-core
<!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.4.2) on Tue Jul 15 17:22:47 MEST 2003 --> <TITLE> Uses of Interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster (Java Management Extensions 1.2.1 API Specification) </TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title = "Uses of Interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster (Java Management Extensions 1.2.1 API Specification)"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= 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=3 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="../../../../javax/management/modelmbean/ModelMBeanNotificationBroadcaster.html" title="interface in javax.management.modelmbean"><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-all.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" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ModelMBeanNotificationBroadcaster.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 Interface<br>javax.management.modelmbean.ModelMBeanNotificationBroadcaster</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Packages that use <A HREF="../../../../javax/management/modelmbean/ModelMBeanNotificationBroadcaster.html" title="interface in javax.management.modelmbean">ModelMBeanNotificationBroadcaster</A></FONT> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#javax.management.modelmbean"><B>javax.management.modelmbean</B></A></TD> <TD>Provides the definition of the <B>ModelMBean classes</B>.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="javax.management.modelmbean"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> Uses of <A HREF="../../../../javax/management/modelmbean/ModelMBeanNotificationBroadcaster.html" title="interface in javax.management.modelmbean">ModelMBeanNotificationBroadcaster</A> in <A HREF="../../../../javax/management/modelmbean/package-summary.html">javax.management.modelmbean</A></FONT> </TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Subinterfaces of <A HREF="../../../../javax/management/modelmbean/ModelMBeanNotificationBroadcaster.html" title="interface in javax.management.modelmbean">ModelMBeanNotificationBroadcaster</A> in <A HREF="../../../../javax/management/modelmbean/package-summary.html">javax.management.modelmbean</A></FONT> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;interface</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../javax/management/modelmbean/ModelMBean.html" title="interface in javax.management.modelmbean">ModelMBean</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This interface must be implemented by the ModelMBeans. </TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TD COLSPAN=2>Classes in <A HREF="../../../../javax/management/modelmbean/package-summary.html">javax.management.modelmbean</A> that implement <A HREF="../../../../javax/management/modelmbean/ModelMBeanNotificationBroadcaster.html" title="interface in javax.management.modelmbean">ModelMBeanNotificationBroadcaster</A></FONT> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../javax/management/modelmbean/RequiredModelMBean.html" title="class in javax.management.modelmbean">RequiredModelMBean</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class is the implementation of a ModelMBean. </TD> </TR> </TABLE> &nbsp; <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=3 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="../../../../javax/management/modelmbean/ModelMBeanNotificationBroadcaster.html" title="interface in javax.management.modelmbean"><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-all.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> <b>Maintenance Release</b> <br> <font size="-1">jmx-1.2.1-b14 2003.07.15_17:22:05_MEST</font></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" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ModelMBeanNotificationBroadcaster.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> <font size="-1">Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.</font> </BODY> </HTML>
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/boot/spi/AttributeConverterDescriptor.html
1fechner/FeatureExtractor
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Wed Feb 10 11:30:29 CST 2016 --> <title>AttributeConverterDescriptor (Hibernate JavaDocs)</title> <meta name="date" content="2016-02-10"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="AttributeConverterDescriptor (Hibernate JavaDocs)"; } } catch(err) { } //--> var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AttributeConverterDescriptor.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/hibernate/boot/spi/AttributeConverterAutoApplyHandler.html" title="interface in org.hibernate.boot.spi"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/hibernate/boot/spi/BasicTypeRegistration.html" title="class in org.hibernate.boot.spi"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/hibernate/boot/spi/AttributeConverterDescriptor.html" target="_top">Frames</a></li> <li><a href="AttributeConverterDescriptor.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.hibernate.boot.spi</div> <h2 title="Interface AttributeConverterDescriptor" class="title">Interface AttributeConverterDescriptor</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../org/hibernate/boot/internal/AttributeConverterDescriptorImpl.html" title="class in org.hibernate.boot.internal">AttributeConverterDescriptorImpl</a>, <a href="../../../../org/hibernate/boot/internal/AttributeConverterDescriptorNonAutoApplicableImpl.html" title="class in org.hibernate.boot.internal">AttributeConverterDescriptorNonAutoApplicableImpl</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">AttributeConverterDescriptor</span></pre> <div class="block">Internal descriptor for an AttributeConverter implementation.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://download.oracle.com/javaee/6/api/javax/persistence/AttributeConverter.html?is-external=true" title="class or interface in javax.persistence">AttributeConverter</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/hibernate/boot/spi/AttributeConverterDescriptor.html#getAttributeConverter--">getAttributeConverter</a></span>()</code>&nbsp;</td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/hibernate/boot/spi/AttributeConverterDescriptor.html#getDomainType--">getDomainType</a></span>()</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/hibernate/boot/spi/AttributeConverterDescriptor.html#getJdbcType--">getJdbcType</a></span>()</code>&nbsp;</td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/hibernate/boot/spi/AttributeConverterDescriptor.html#shouldAutoApplyToAttribute-org.hibernate.annotations.common.reflection.XProperty-org.hibernate.boot.spi.MetadataBuildingContext-">shouldAutoApplyToAttribute</a></span>(org.hibernate.annotations.common.reflection.XProperty&nbsp;xProperty, <a href="../../../../org/hibernate/boot/spi/MetadataBuildingContext.html" title="interface in org.hibernate.boot.spi">MetadataBuildingContext</a>&nbsp;context)</code>&nbsp;</td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/hibernate/boot/spi/AttributeConverterDescriptor.html#shouldAutoApplyToCollectionElement-org.hibernate.annotations.common.reflection.XProperty-org.hibernate.boot.spi.MetadataBuildingContext-">shouldAutoApplyToCollectionElement</a></span>(org.hibernate.annotations.common.reflection.XProperty&nbsp;xProperty, <a href="../../../../org/hibernate/boot/spi/MetadataBuildingContext.html" title="interface in org.hibernate.boot.spi">MetadataBuildingContext</a>&nbsp;context)</code>&nbsp;</td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/hibernate/boot/spi/AttributeConverterDescriptor.html#shouldAutoApplyToMapKey-org.hibernate.annotations.common.reflection.XProperty-org.hibernate.boot.spi.MetadataBuildingContext-">shouldAutoApplyToMapKey</a></span>(org.hibernate.annotations.common.reflection.XProperty&nbsp;xProperty, <a href="../../../../org/hibernate/boot/spi/MetadataBuildingContext.html" title="interface in org.hibernate.boot.spi">MetadataBuildingContext</a>&nbsp;context)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getAttributeConverter--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAttributeConverter</h4> <pre><a href="http://download.oracle.com/javaee/6/api/javax/persistence/AttributeConverter.html?is-external=true" title="class or interface in javax.persistence">AttributeConverter</a>&nbsp;getAttributeConverter()</pre> </li> </ul> <a name="getDomainType--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDomainType</h4> <pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;getDomainType()</pre> </li> </ul> <a name="getJdbcType--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getJdbcType</h4> <pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;getJdbcType()</pre> </li> </ul> <a name="shouldAutoApplyToAttribute-org.hibernate.annotations.common.reflection.XProperty-org.hibernate.boot.spi.MetadataBuildingContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>shouldAutoApplyToAttribute</h4> <pre>boolean&nbsp;shouldAutoApplyToAttribute(org.hibernate.annotations.common.reflection.XProperty&nbsp;xProperty, <a href="../../../../org/hibernate/boot/spi/MetadataBuildingContext.html" title="interface in org.hibernate.boot.spi">MetadataBuildingContext</a>&nbsp;context)</pre> </li> </ul> <a name="shouldAutoApplyToCollectionElement-org.hibernate.annotations.common.reflection.XProperty-org.hibernate.boot.spi.MetadataBuildingContext-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>shouldAutoApplyToCollectionElement</h4> <pre>boolean&nbsp;shouldAutoApplyToCollectionElement(org.hibernate.annotations.common.reflection.XProperty&nbsp;xProperty, <a href="../../../../org/hibernate/boot/spi/MetadataBuildingContext.html" title="interface in org.hibernate.boot.spi">MetadataBuildingContext</a>&nbsp;context)</pre> </li> </ul> <a name="shouldAutoApplyToMapKey-org.hibernate.annotations.common.reflection.XProperty-org.hibernate.boot.spi.MetadataBuildingContext-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>shouldAutoApplyToMapKey</h4> <pre>boolean&nbsp;shouldAutoApplyToMapKey(org.hibernate.annotations.common.reflection.XProperty&nbsp;xProperty, <a href="../../../../org/hibernate/boot/spi/MetadataBuildingContext.html" title="interface in org.hibernate.boot.spi">MetadataBuildingContext</a>&nbsp;context)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/AttributeConverterDescriptor.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/hibernate/boot/spi/AttributeConverterAutoApplyHandler.html" title="interface in org.hibernate.boot.spi"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../org/hibernate/boot/spi/BasicTypeRegistration.html" title="class in org.hibernate.boot.spi"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/hibernate/boot/spi/AttributeConverterDescriptor.html" target="_top">Frames</a></li> <li><a href="AttributeConverterDescriptor.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2001-2016 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p> </body> </html>
doc/javacode/html/classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats-members.html
yyhpys/ccnx-trace-interest
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Content-Centric Networking in Java: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.6 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</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> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> </div> <div class="contents"> <h1>org.ccnx.ccn.impl.CCNStats Member List</h1>This is the complete list of members for <a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html">org.ccnx.ccn.impl.CCNStats</a>, including all inherited members.<p><table> <tr class="memlist"><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html#9426b2ac9c44a739775b83ad4041772c">clearCounters</a>()</td><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html">org.ccnx.ccn.impl.CCNStats</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html#06aba65f9c54938b73c37c28aecbb54a">getCounter</a>(String name)</td><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html">org.ccnx.ccn.impl.CCNStats</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html#e3e8edf89778dca86b4e5b7d3587d55a">getCounterNames</a>()</td><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html">org.ccnx.ccn.impl.CCNStats</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html#3dd43dfe58643490bcd0a65df687014d">getCounterUnits</a>(String name)</td><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html">org.ccnx.ccn.impl.CCNStats</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html#89f43ef95b02cc51b57724448f7068f1">setEnabled</a>(boolean enabled)</td><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html">org.ccnx.ccn.impl.CCNStats</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html#f3831b945faa9846334ad02bc2e832e8">toString</a>()</td><td><a class="el" href="classorg_1_1ccnx_1_1ccn_1_1impl_1_1_c_c_n_stats.html">org.ccnx.ccn.impl.CCNStats</a></td><td><code> [pure virtual]</code></td></tr> </table></div> <hr size="1"><address style="text-align: right;"><small>Generated on Wed Sep 14 12:44:25 2011 for Content-Centric Networking in Java 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>
csound/html/examples/vlinseg.csd.html
gogins/gogins.github.io
<html> <head> <title>Minimal Example using Csound for WebAssembly</title> <script src="csound.js"></script> </head> <body> <script> var handleMessage = function(message) { var messages_textarea = document.getElementById("console"); var existing = messages_textarea.value; messages_textarea.value = existing + '\n' + message; messages_textarea.scrollTop = messages_textarea.scrollHeight; } var moduleDidLoad = function() { document.getElementById('console').value += 'moduleDidLoad was called; Csound functions may now be called.'; console.warn = handleMessage; } var onPlayClick = function() { var csd = document.getElementById('csd').value; csound.compileCsdText(csd); csound.start(); csound.perform(); } var onPlayStop = function() { csound.stop(); } </script> <h1>vlinseg</h1> <p> This example will play if your Web browser is a desktop version of Google Chrome with WebAssembly enabled. You can edit and replay the code. At this time, most but not all examples will run in WebAssembly. </p> <p> <input type="button" value="Play" onclick="onPlayClick()"/> <input type="button" value="Stop" onclick="onPlayStop()"/> <p> <textarea id="csd" style="width: 100%; height: 50%;font-size:12px;"><CsoundSynthesizer> <CsOptions> -odac -B441 -b441 </CsOptions> <CsInstruments> sr=44100 ksmps=10 nchnls=2 gilen init 32 gitable1 ftgen 0, 0, gilen, 10, 1 gitable2 ftgen 0, 0, gilen, 10, 1 gitable3 ftgen 0, 0, gilen, -7, 30, gilen, 35 gitable4 ftgen 0, 0, gilen, -7, 400, gilen, 450 gitable5 ftgen 0, 0, gilen, -7, 5000, gilen, 5500 instr 1 vcopy gitable2, gitable1, gilen turnoff endin instr 2 vlinseg gitable2, 16, gitable3, 2, gitable4, 2, gitable5 endin instr 3 kcount init 0 if kcount < 16 then kval table kcount, gitable2 printk 0,kval kcount = kcount +1 else turnoff endif endin </CsInstruments> <CsScore> i1 0 1 s i2 0 10 i3 0 1 i3 1 1 i3 1.5 1 i3 2 1 i3 2.5 1 i3 3 1 i3 3.5 1 i3 4 1 i3 4.5 1 </CsScore> </CsoundSynthesizer> </textarea> <h3>Csound Messages</h3> <textarea id="console" readonly style="width: 100%; height: 25%;font-size:12px;"> </textarea> </body> </html>
sdk/dox/html/classCProbeSetQuantificationDataCOM.html
einon/affymetrix-power-tools
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Affymetrix Power Tools: CProbeSetQuantificationDataCOM Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.7.1 --> <div class="navigation" id="top"> <div class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> <div class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> </div> <div class="headertitle"> <h1>CProbeSetQuantificationDataCOM Class Reference</h1> </div> </div> <div class="contents"> <!-- doxytag: class="CProbeSetQuantificationDataCOM" --> <p><a href="classCProbeSetQuantificationDataCOM-members.html">List of all members.</a></p> <table class="memberdecls"> <tr><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aac7980000f0390d96e346bbbfec6ab6e"></a><!-- doxytag: member="CProbeSetQuantificationDataCOM::InterfaceSupportsErrorInfo" ref="aac7980000f0390d96e346bbbfec6ab6e" args="(REFIID riid)" --> STDMETHOD()&nbsp;</td><td class="memItemRight" valign="bottom"><b>InterfaceSupportsErrorInfo</b> (REFIID riid)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae2666a52687d3bde14846079db28a68f"></a><!-- doxytag: member="CProbeSetQuantificationDataCOM::FinalConstruct" ref="ae2666a52687d3bde14846079db28a68f" args="()" --> HRESULT&nbsp;</td><td class="memItemRight" valign="bottom"><b>FinalConstruct</b> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4a55c1c6022fddc3411e57fd69c1230c"></a><!-- doxytag: member="CProbeSetQuantificationDataCOM::FinalRelease" ref="a4a55c1c6022fddc3411e57fd69c1230c" args="()" --> void&nbsp;</td><td class="memItemRight" valign="bottom"><b>FinalRelease</b> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2e702acda457b0aa5028434e66173b6f"></a><!-- doxytag: member="CProbeSetQuantificationDataCOM::Data" ref="a2e702acda457b0aa5028434e66173b6f" args="()" --> <a class="el" href="structaffymetrix__calvin__data_1_1__ProbeSetQuantificationData.html">affymetrix_calvin_data::ProbeSetQuantificationData</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><b>Data</b> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa8cbfdf7b3b89cdfd13322f0a57fd272"></a><!-- doxytag: member="CProbeSetQuantificationDataCOM::get_name" ref="aa8cbfdf7b3b89cdfd13322f0a57fd272" args="(BSTR *pVal)" --> STDMETHOD()&nbsp;</td><td class="memItemRight" valign="bottom"><b>get_name</b> (BSTR *pVal)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abe7d41f6baac62e4b0b33c3fea997c5e"></a><!-- doxytag: member="CProbeSetQuantificationDataCOM::get_quantification" ref="abe7d41f6baac62e4b0b33c3fea997c5e" args="(float *pVal)" --> STDMETHOD()&nbsp;</td><td class="memItemRight" valign="bottom"><b>get_quantification</b> (float *pVal)</td></tr> <tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6ed62a1a3cef8dd67b31915e8d4983be"></a><!-- doxytag: member="CProbeSetQuantificationDataCOM::get_identifier" ref="a6ed62a1a3cef8dd67b31915e8d4983be" args="(int *pVal)" --> STDMETHOD()&nbsp;</td><td class="memItemRight" valign="bottom"><b>get_identifier</b> (int *pVal)</td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <p>Definition at line <a class="el" href="ProbeSetQuantificationDataCOM_8h_source.html#l00029">29</a> of file <a class="el" href="ProbeSetQuantificationDataCOM_8h_source.html">ProbeSetQuantificationDataCOM.h</a>.</p> <hr/>The documentation for this class was generated from the following files:<ul> <li>calvin_files/fusion/com/<a class="el" href="ProbeSetQuantificationDataCOM_8h_source.html">ProbeSetQuantificationDataCOM.h</a></li> <li>calvin_files/fusion/com/<a class="el" href="ProbeSetQuantificationDataCOM_8cpp_source.html">ProbeSetQuantificationDataCOM.cpp</a></li> </ul> </div> <hr class="footer"/><address class="footer"><small>Generated on Fri Mar 20 2015 18:03:42 for Affymetrix Power Tools by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address> </body> </html>
docs/api/sdljava/x/swig/SDL_Surface.html
MyOwnClone/sdljava-osx-port
<!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.5.0_01) on Sun Feb 20 17:14:10 EST 2005 --> <TITLE> SDL_Surface (sdljava api) </TITLE> <META NAME="keywords" CONTENT="sdljava.x.swig.SDL_Surface class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="SDL_Surface (sdljava api)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SDL_Surface.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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-all.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;<A HREF="../../../sdljava/x/swig/SDL_ResizeEvent.html" title="class in sdljava.x.swig"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../sdljava/x/swig/SDL_SysWMEvent.html" title="class in sdljava.x.swig"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?sdljava/x/swig/SDL_Surface.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SDL_Surface.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> sdljava.x.swig</FONT> <BR> Class SDL_Surface</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>sdljava.x.swig.SDL_Surface</B> </PRE> <HR> <DL> <DT><PRE>public class <B>SDL_Surface</B><DT>extends java.lang.Object</DL> </PRE> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#swigCMemOwn">swigCMemOwn</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>private &nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#swigCPtr">swigCPtr</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#SDL_Surface()">SDL_Surface</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected </CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#SDL_Surface(long, boolean)">SDL_Surface</A></B>(long&nbsp;cPtr, boolean&nbsp;cMemoryOwn)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#delete()">delete</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#finalize()">finalize</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../sdljava/x/swig/SDL_Rect.html" title="class in sdljava.x.swig">SDL_Rect</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getClip_rect()">getClip_rect</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected static&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getCPtr(sdljava.x.swig.SDL_Surface)">getCPtr</A></B>(<A HREF="../../../sdljava/x/swig/SDL_Surface.html" title="class in sdljava.x.swig">SDL_Surface</A>&nbsp;obj)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getFlags()">getFlags</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getFormat_version()">getFormat_version</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../sdljava/x/swig/SDL_PixelFormat.html" title="class in sdljava.x.swig">SDL_PixelFormat</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getFormat()">getFormat</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getH()">getH</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../sdljava/x/swig/SWIGTYPE_p_private_hwdata.html" title="class in sdljava.x.swig">SWIGTYPE_p_private_hwdata</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getHwdata()">getHwdata</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getLocked()">getLocked</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../sdljava/x/swig/SWIGTYPE_p_SDL_BlitMap.html" title="class in sdljava.x.swig">SWIGTYPE_p_SDL_BlitMap</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getMap()">getMap</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getOffset()">getOffset</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getPitch()">getPitch</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getRefcount()">getRefcount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getUnused1()">getUnused1</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#getW()">getW</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setClip_rect(sdljava.x.swig.SDL_Rect)">setClip_rect</A></B>(<A HREF="../../../sdljava/x/swig/SDL_Rect.html" title="class in sdljava.x.swig">SDL_Rect</A>&nbsp;clip_rect)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setFlags(long)">setFlags</A></B>(long&nbsp;flags)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setFormat_version(long)">setFormat_version</A></B>(long&nbsp;format_version)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setFormat(sdljava.x.swig.SDL_PixelFormat)">setFormat</A></B>(<A HREF="../../../sdljava/x/swig/SDL_PixelFormat.html" title="class in sdljava.x.swig">SDL_PixelFormat</A>&nbsp;format)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setH(int)">setH</A></B>(int&nbsp;h)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setHwdata(sdljava.x.swig.SWIGTYPE_p_private_hwdata)">setHwdata</A></B>(<A HREF="../../../sdljava/x/swig/SWIGTYPE_p_private_hwdata.html" title="class in sdljava.x.swig">SWIGTYPE_p_private_hwdata</A>&nbsp;hwdata)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setLocked(long)">setLocked</A></B>(long&nbsp;locked)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setMap(sdljava.x.swig.SWIGTYPE_p_SDL_BlitMap)">setMap</A></B>(<A HREF="../../../sdljava/x/swig/SWIGTYPE_p_SDL_BlitMap.html" title="class in sdljava.x.swig">SWIGTYPE_p_SDL_BlitMap</A>&nbsp;map)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setOffset(int)">setOffset</A></B>(int&nbsp;offset)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setPitch(int)">setPitch</A></B>(int&nbsp;pitch)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setRefcount(int)">setRefcount</A></B>(int&nbsp;refcount)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setUnused1(long)">setUnused1</A></B>(long&nbsp;unused1)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../sdljava/x/swig/SDL_Surface.html#setW(int)">setW</A></B>(int&nbsp;w)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="swigCPtr"><!-- --></A><H3> swigCPtr</H3> <PRE> private long <B>swigCPtr</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="swigCMemOwn"><!-- --></A><H3> swigCMemOwn</H3> <PRE> protected boolean <B>swigCMemOwn</B></PRE> <DL> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="SDL_Surface(long, boolean)"><!-- --></A><H3> SDL_Surface</H3> <PRE> protected <B>SDL_Surface</B>(long&nbsp;cPtr, boolean&nbsp;cMemoryOwn)</PRE> <DL> </DL> <HR> <A NAME="SDL_Surface()"><!-- --></A><H3> SDL_Surface</H3> <PRE> public <B>SDL_Surface</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getCPtr(sdljava.x.swig.SDL_Surface)"><!-- --></A><H3> getCPtr</H3> <PRE> protected static long <B>getCPtr</B>(<A HREF="../../../sdljava/x/swig/SDL_Surface.html" title="class in sdljava.x.swig">SDL_Surface</A>&nbsp;obj)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="finalize()"><!-- --></A><H3> finalize</H3> <PRE> protected void <B>finalize</B>()</PRE> <DL> <DD><DL> <DT><B>Overrides:</B><DD><CODE>finalize</CODE> in class <CODE>java.lang.Object</CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="delete()"><!-- --></A><H3> delete</H3> <PRE> public void <B>delete</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setFlags(long)"><!-- --></A><H3> setFlags</H3> <PRE> public void <B>setFlags</B>(long&nbsp;flags)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getFlags()"><!-- --></A><H3> getFlags</H3> <PRE> public long <B>getFlags</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setFormat(sdljava.x.swig.SDL_PixelFormat)"><!-- --></A><H3> setFormat</H3> <PRE> public void <B>setFormat</B>(<A HREF="../../../sdljava/x/swig/SDL_PixelFormat.html" title="class in sdljava.x.swig">SDL_PixelFormat</A>&nbsp;format)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getFormat()"><!-- --></A><H3> getFormat</H3> <PRE> public <A HREF="../../../sdljava/x/swig/SDL_PixelFormat.html" title="class in sdljava.x.swig">SDL_PixelFormat</A> <B>getFormat</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setW(int)"><!-- --></A><H3> setW</H3> <PRE> public void <B>setW</B>(int&nbsp;w)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getW()"><!-- --></A><H3> getW</H3> <PRE> public int <B>getW</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setH(int)"><!-- --></A><H3> setH</H3> <PRE> public void <B>setH</B>(int&nbsp;h)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getH()"><!-- --></A><H3> getH</H3> <PRE> public int <B>getH</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setPitch(int)"><!-- --></A><H3> setPitch</H3> <PRE> public void <B>setPitch</B>(int&nbsp;pitch)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getPitch()"><!-- --></A><H3> getPitch</H3> <PRE> public int <B>getPitch</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setOffset(int)"><!-- --></A><H3> setOffset</H3> <PRE> public void <B>setOffset</B>(int&nbsp;offset)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getOffset()"><!-- --></A><H3> getOffset</H3> <PRE> public int <B>getOffset</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setHwdata(sdljava.x.swig.SWIGTYPE_p_private_hwdata)"><!-- --></A><H3> setHwdata</H3> <PRE> public void <B>setHwdata</B>(<A HREF="../../../sdljava/x/swig/SWIGTYPE_p_private_hwdata.html" title="class in sdljava.x.swig">SWIGTYPE_p_private_hwdata</A>&nbsp;hwdata)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getHwdata()"><!-- --></A><H3> getHwdata</H3> <PRE> public <A HREF="../../../sdljava/x/swig/SWIGTYPE_p_private_hwdata.html" title="class in sdljava.x.swig">SWIGTYPE_p_private_hwdata</A> <B>getHwdata</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setClip_rect(sdljava.x.swig.SDL_Rect)"><!-- --></A><H3> setClip_rect</H3> <PRE> public void <B>setClip_rect</B>(<A HREF="../../../sdljava/x/swig/SDL_Rect.html" title="class in sdljava.x.swig">SDL_Rect</A>&nbsp;clip_rect)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getClip_rect()"><!-- --></A><H3> getClip_rect</H3> <PRE> public <A HREF="../../../sdljava/x/swig/SDL_Rect.html" title="class in sdljava.x.swig">SDL_Rect</A> <B>getClip_rect</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setUnused1(long)"><!-- --></A><H3> setUnused1</H3> <PRE> public void <B>setUnused1</B>(long&nbsp;unused1)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getUnused1()"><!-- --></A><H3> getUnused1</H3> <PRE> public long <B>getUnused1</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setLocked(long)"><!-- --></A><H3> setLocked</H3> <PRE> public void <B>setLocked</B>(long&nbsp;locked)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getLocked()"><!-- --></A><H3> getLocked</H3> <PRE> public long <B>getLocked</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setMap(sdljava.x.swig.SWIGTYPE_p_SDL_BlitMap)"><!-- --></A><H3> setMap</H3> <PRE> public void <B>setMap</B>(<A HREF="../../../sdljava/x/swig/SWIGTYPE_p_SDL_BlitMap.html" title="class in sdljava.x.swig">SWIGTYPE_p_SDL_BlitMap</A>&nbsp;map)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getMap()"><!-- --></A><H3> getMap</H3> <PRE> public <A HREF="../../../sdljava/x/swig/SWIGTYPE_p_SDL_BlitMap.html" title="class in sdljava.x.swig">SWIGTYPE_p_SDL_BlitMap</A> <B>getMap</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setFormat_version(long)"><!-- --></A><H3> setFormat_version</H3> <PRE> public void <B>setFormat_version</B>(long&nbsp;format_version)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getFormat_version()"><!-- --></A><H3> getFormat_version</H3> <PRE> public long <B>getFormat_version</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="setRefcount(int)"><!-- --></A><H3> setRefcount</H3> <PRE> public void <B>setRefcount</B>(int&nbsp;refcount)</PRE> <DL> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getRefcount()"><!-- --></A><H3> getRefcount</H3> <PRE> public int <B>getRefcount</B>()</PRE> <DL> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SDL_Surface.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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-all.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;<A HREF="../../../sdljava/x/swig/SDL_ResizeEvent.html" title="class in sdljava.x.swig"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../sdljava/x/swig/SDL_SysWMEvent.html" title="class in sdljava.x.swig"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?sdljava/x/swig/SDL_Surface.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SDL_Surface.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
doc/html/qmake-function-reference.html
kobolabs/qt-everywhere-4.8.0
<?xml version="1.0" encoding="UTF-8"?> <!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" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qmake-manual.qdoc --> <title>Qt 4.8: qmake Function Reference</title> <link rel="stylesheet" type="text/css" href="style/offline.css" /> </head> <body> <div class="header" id="qtdocheader"> <div class="content"> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> </div> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li>qmake Function Reference</li> </ul> </div> </div> <div class="content mainContent"> <link rel="prev" href="qmake-variable-reference.html" /> <link rel="next" href="qmake-environment-reference.html" /> <p class="naviNextPrevious headerNavi"> [Previous: <a href="qmake-variable-reference.html">qmake Variable Reference</a>] [Next: <a href="qmake-environment-reference.html">Configuring qmake's Environment</a>] </p><p/> <div class="toc"> <h3><a name="toc">Contents</a></h3> <ul> <li class="level1"><a href="#packagesexist-packages">packagesExist(packages)</a></li> <li class="level1"><a href="#basename-variablename">basename(variablename)</a></li> <li class="level1"><a href="#config-config">CONFIG(config)</a></li> <li class="level1"><a href="#contains-variablename-value">contains(variablename, value)</a></li> <li class="level1"><a href="#count-variablename-number">count(variablename, number)</a></li> <li class="level1"><a href="#dirname-file">dirname(file)</a></li> <li class="level1"><a href="#error-string">error(string)</a></li> <li class="level1"><a href="#eval-string">eval(string)</a></li> <li class="level1"><a href="#exists-filename">exists(filename)</a></li> <li class="level1"><a href="#find-variablename-substr">find(variablename, substr)</a></li> <li class="level1"><a href="#for-iterate-list">for(iterate, list)</a></li> <li class="level1"><a href="#include-filename">include(filename)</a></li> <li class="level1"><a href="#infile-filename-var-val">infile(filename, var, val)</a></li> <li class="level1"><a href="#isempty-variablename">isEmpty(variablename)</a></li> <li class="level1"><a href="#join-variablename-glue-before-after">join(variablename, glue, before, after)</a></li> <li class="level1"><a href="#member-variablename-position">member(variablename, position)</a></li> <li class="level1"><a href="#message-string">message(string)</a></li> <li class="level1"><a href="#prompt-question">prompt(question)</a></li> <li class="level1"><a href="#quote-string">quote(string)</a></li> <li class="level1"><a href="#replace-string-old-string-new-string">replace(string, old_string, new_string)</a></li> <li class="level1"><a href="#sprintf-string-arguments">sprintf(string, arguments..&#x2e;)</a></li> <li class="level1"><a href="#system-command">system(command)</a></li> <li class="level1"><a href="#unique-variablename">unique(variablename)</a></li> <li class="level1"><a href="#warning-string">warning(string)</a></li> </ul> </div> <h1 class="title">qmake Function Reference</h1> <span class="subtitle"></span> <!-- $$$qmake-function-reference.html-description --> <div class="descr"> <a name="details"></a> <p><a href="qmake-manual.html#qmake"><tt>qmake</tt></a> provides built-in functions to allow the contents of variables to be processed, and to enable tests to be performed during the configuration process. Functions that process the contents of variables typically return values that can be assigned to other variables, and these values are obtained by prefixing function with the <tt>$$</tt> operator. Functions that perform tests are usually used as the conditional parts of scopes; these are indicated in the function descriptions below.</p> <a name="packagesexist-packages"></a> <h2>packagesExist(packages)</h2> <p>Uses the PKGCONFIG mechanism to determine whether or not the given packages exist at the time of project parsing.</p> <p>This can be useful to optionally enable or disable features. For example:</p> <pre class="cpp"> packagesExist(sqlite3 QtNetwork QtDeclarative) { DEFINES += USE_FANCY_UI }</pre> <p>And then, in the code:</p> <pre class="cpp"> #ifdef USE_FANCY_UI // Use the fancy UI, as we have extra packages available #endif</pre> <a name="basename-variablename"></a> <h2>basename(variablename)</h2> <p>Returns the basename of the file specified. For example:</p> <pre class="cpp"> FILE = /etc/passwd FILENAME = $$basename(FILE) #passwd</pre> <a name="config-config"></a> <h2>CONFIG(config)</h2> <p>[Conditional]</p> <p>This function can be used to test for variables placed into the <tt>CONFIG</tt> variable. This is the same as regular old style (tmake) scopes, but has the added advantage a second parameter can be passed to test for the active config. As the order of values is important in <tt>CONFIG</tt> variables (i.e&#x2e; the last one set will be considered the active config for mutually exclusive values) a second parameter can be used to specify a set of values to consider. For example:</p> <pre class="cpp"> CONFIG = debug CONFIG += release CONFIG(release, debug|release):message(Release build!) #will print CONFIG(debug, debug|release):message(Debug build!) #no print</pre> <p>Because release is considered the active setting (for feature parsing) it will be the CONFIG used to generate the build file. In the common case a second parameter is not needed, but for specific mutual exclusive tests it is invaluable.</p> <a name="contains-variablename-value"></a> <h2>contains(variablename, value)</h2> <p>[Conditional]</p> <p>Succeeds if the variable <i>variablename</i> contains the value <i>value</i>; otherwise fails. You can check the return value of this function using a scope.</p> <p>For example:</p> <pre class="cpp"> contains( drivers, network ) { # drivers contains 'network' message( &quot;Configuring for network build...&quot; ) HEADERS += network.h SOURCES += network.cpp }</pre> <p>The contents of the scope are only processed if the <tt>drivers</tt> variable contains the value, <tt>network</tt>. If this is the case, the appropriate files are added to the <tt>SOURCES</tt> and <tt>HEADERS</tt> variables.</p> <a name="count-variablename-number"></a> <h2>count(variablename, number)</h2> <p>[Conditional]</p> <p>Succeeds if the variable <i>variablename</i> contains a list with the specified <i>number</i> of value; otherwise fails.</p> <p>This function is used to ensure that declarations inside a scope are only processed if the variable contains the correct number of values; for example:</p> <pre class="cpp"> options = $$find(CONFIG, &quot;debug&quot;) $$find(CONFIG, &quot;release&quot;) count(options, 2) { message(Both release and debug specified.) }</pre> <a name="dirname-file"></a> <h2>dirname(file)</h2> <p>Returns the directory name part of the specified file. For example:</p> <pre class="cpp"> FILE = /etc/X11R6/XF86Config DIRNAME = $$dirname(FILE) #/etc/X11R6</pre> <a name="error-string"></a> <h2>error(string)</h2> <p>This function never returns a value. <a href="qmake-manual.html#qmake"><tt>qmake</tt></a> displays the given <i>string</i> to the user, and exits. This function should only be used for unrecoverable errors.</p> <p>For example:</p> <pre class="cpp"> error(An error has occurred in the configuration process.)</pre> <a name="eval-string"></a> <h2>eval(string)</h2> <p>[Conditional]</p> <p>Evaluates the contents of the string using <a href="qmake-manual.html#qmake"><tt>qmake</tt></a>'s syntax rules and returns true. Definitions and assignments can be used in the string to modify the values of existing variables or create new definitions.</p> <p>For example:</p> <pre class="cpp"> eval(TARGET = myapp) { message($$TARGET) }</pre> <p>Note that quotation marks can be used to delimit the string, and that the return value can be discarded if it is not needed.</p> <a name="exists-filename"></a> <h2>exists(filename)</h2> <p>[Conditional]</p> <p>Tests whether a file with the given <i>filename</i> exists. If the file exists, the function succeeds; otherwise it fails. If a regular expression is specified for the filename, this function succeeds if any file matches the regular expression specified.</p> <p>For example:</p> <pre class="cpp"> exists( $(QTDIR)/lib/libqt-mt* ) { message( &quot;Configuring for multi-threaded Qt...&quot; ) CONFIG += thread }</pre> <p>Note that &quot;/&quot; can be used as a directory separator, regardless of the platform in use.</p> <a name="find-variablename-substr"></a> <h2>find(variablename, substr)</h2> <p>Places all the values in <i>variablename</i> that match <i>substr</i>. <i>substr</i> may be a regular expression, and will be matched accordingly.</p> <pre class="cpp"> MY_VAR = one two three four MY_VAR2 = $$join(MY_VAR, &quot; -L&quot;, -L) -Lfive MY_VAR3 = $$member(MY_VAR, 2) $$find(MY_VAR, t.*)</pre> <p>MY_VAR2 will contain '-Lone -Ltwo -Lthree -Lfour -Lfive', and MY_VAR3 will contains 'three two three'.</p> <a name="for-iterate-list"></a> <h2>for(iterate, list)</h2> <p>This special test function will cause a loop to be started that iterates over all values in <i>list</i>, setting <i>iterate</i> to each value in turn. As a convenience, if <i>list</i> is 1..10 then iterate will iterate over the values 1 through 10.</p> <p>The use of an else scope afer a condition line with a for() loop is disallowed.</p> <p>For example:</p> <pre class="cpp"> LIST = 1 2 3 for(a, LIST):exists(file.$${a}):message(I see a file.$${a}!)</pre> <a name="include-filename"></a> <h2>include(filename)</h2> <p>[Conditional]</p> <p>Includes the contents of the file specified by <i>filename</i> into the current project at the point where it is included. This function succeeds if <i>filename</i> is included; otherwise it fails. The included file is processed immediately.</p> <p>You can check whether the file was included by using this function as the condition for a scope; for example:</p> <pre class="cpp"> include( shared.pri ) OPTIONS = standard custom !include( options.pri ) { message( &quot;No custom build options specified&quot; ) OPTIONS -= custom }</pre> <a name="infile-filename-var-val"></a> <h2>infile(filename, var, val)</h2> <p>[Conditional]</p> <p>Succeeds if the file <i>filename</i> (when parsed by <a href="qmake-manual.html#qmake"><tt>qmake</tt></a> itself) contains the variable <i>var</i> with a value of <i>val</i>; otherwise fails. If you do not specify a third argument (<i>val</i>), the function will only test whether <i>var</i> has been declared in the file.</p> <a name="isempty-variablename"></a> <h2>isEmpty(variablename)</h2> <p>[Conditional]</p> <p>Succeeds if the variable <i>variablename</i> is empty; otherwise fails. This is the equivalent of <tt>count( variablename, 0 )</tt>.</p> <p>For example:</p> <pre class="cpp"> isEmpty( CONFIG ) { CONFIG += qt warn_on debug }</pre> <a name="join-variablename-glue-before-after"></a> <h2>join(variablename, glue, before, after)</h2> <p>Joins the value of <i>variablename</i> with <tt>glue</tt>. If this value is non-empty it prefixes the value with <i>before</i> and suffix it with <i>after</i>. <i>variablename</i> is the only required field, the others default to empty strings. If you need to encode spaces in <i>glue</i>, <i>before</i>, or <i>after</i> you must quote them.</p> <a name="member-variablename-position"></a> <h2>member(variablename, position)</h2> <p>Returns the value at the given <i>position</i> in the list of items in <i>variablename</i>. If an item cannot be found at the position specified, an empty string is returned. <i>variablename</i> is the only required field. If not specified, <tt>position</tt> defaults to 0, causing the first value in the list to be returned.</p> <a name="message-string"></a> <h2>message(string)</h2> <p>This function simply writes a message to the console. Unlike the <tt>error()</tt> function, this function allows processing to continue.</p> <pre class="cpp"> message( &quot;This is a message&quot; )</pre> <p>The above line causes &quot;This is a message&quot; to be written to the console. The use of quotation marks is optional.</p> <p><b>Note:</b> By default, messages are written out for each Makefile generated by qmake for a given project. If you want to ensure that messages only appear once for each project, test the <tt>build_pass</tt> variable <a href="qmake-advanced-usage.html">in conjunction with a scope</a> to filter out messages during builds; for example:</p> <pre class="cpp"> !build_pass:message( &quot;This is a message&quot; )</pre> <a name="prompt-question"></a> <h2>prompt(question)</h2> <p>Displays the specified <i>question</i>, and returns a value read from stdin.</p> <a name="quote-string"></a> <h2>quote(string)</h2> <p>Converts a whole <i>string</i> into a single entity and returns the result. This is just a fancy way of enclosing the string into double quotes.</p> <a name="replace-string-old-string-new-string"></a> <h2>replace(string, old_string, new_string)</h2> <p>Replaces each instance of <tt>old_string</tt> with <tt>new_string</tt> in the contents of the variable supplied as <tt>string</tt>. For example, the code</p> <pre class="cpp"> MESSAGE = This is a tent. message($$replace(MESSAGE, tent, test))</pre> <p>prints the message:</p> <pre class="cpp"> This is a test.</pre> <a name="sprintf-string-arguments"></a> <h2>sprintf(string, arguments..&#x2e;)</h2> <p>Replaces %1-%9 with the arguments passed in the comma-separated list of function <i>arguments</i> and returns the processed string.</p> <a name="system-command"></a> <h2>system(command)</h2> <p>[Conditional]</p> <p>Executes the given <tt>command</tt> in a secondary shell, and succeeds if the command returns with a zero exit status; otherwise fails. You can check the return value of this function using a scope:</p> <p>For example:</p> <pre class="cpp"> system(ls /bin):HAS_BIN=FALSE</pre> <p>Alternatively, you can use this function to obtain stdout and stderr from the command, and assign it to a variable. For example, you can use this to interrogate information about the platform:</p> <pre class="cpp"> UNAME = $$system(uname -s) contains( UNAME, [lL]inux ):message( This looks like Linux ($$UNAME) to me )</pre> <a name="unique"></a><a name="unique-variablename"></a> <h2>unique(variablename)</h2> <p>This will return a list of values in variable that are unique (that is with repetitive entries removed). For example:</p> <pre class="cpp"> ARGS = 1 2 3 2 5 1 ARGS = $$unique(ARGS) #1 2 3 5</pre> <a name="warning-string"></a> <h2>warning(string)</h2> <p>This function will always succeed, and will display the given <i>string</i> to the user. message() is a synonym for warning().</p> </div> <!-- @@@qmake-function-reference.html --> <p class="naviNextPrevious footerNavi"> [Previous: <a href="qmake-variable-reference.html">qmake Variable Reference</a>] [Next: <a href="qmake-environment-reference.html">Configuring qmake's Environment</a>] </p> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document 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.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> </body> </html>
themes/lumen/css/lumen.css
XavierSolerFR/diem25tiki
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic"); /*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } 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 { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { 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-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-cd:before { content: "\e201"; } .glyphicon-save-file:before { content: "\e202"; } .glyphicon-open-file:before { content: "\e203"; } .glyphicon-level-up:before { content: "\e204"; } .glyphicon-copy:before { content: "\e205"; } .glyphicon-paste:before { content: "\e206"; } .glyphicon-alert:before { content: "\e209"; } .glyphicon-equalizer:before { content: "\e210"; } .glyphicon-king:before { content: "\e211"; } .glyphicon-queen:before { content: "\e212"; } .glyphicon-pawn:before { content: "\e213"; } .glyphicon-bishop:before { content: "\e214"; } .glyphicon-knight:before { content: "\e215"; } .glyphicon-baby-formula:before { content: "\e216"; } .glyphicon-tent:before { content: "\26fa"; } .glyphicon-blackboard:before { content: "\e218"; } .glyphicon-bed:before { content: "\e219"; } .glyphicon-apple:before { content: "\f8ff"; } .glyphicon-erase:before { content: "\e221"; } .glyphicon-hourglass:before { content: "\231b"; } .glyphicon-lamp:before { content: "\e223"; } .glyphicon-duplicate:before { content: "\e224"; } .glyphicon-piggy-bank:before { content: "\e225"; } .glyphicon-scissors:before { content: "\e226"; } .glyphicon-bitcoin:before { content: "\e227"; } .glyphicon-btc:before { content: "\e227"; } .glyphicon-xbt:before { content: "\e227"; } .glyphicon-yen:before { content: "\00a5"; } .glyphicon-jpy:before { content: "\00a5"; } .glyphicon-ruble:before { content: "\20bd"; } .glyphicon-rub:before { content: "\20bd"; } .glyphicon-scale:before { content: "\e230"; } .glyphicon-ice-lolly:before { content: "\e231"; } .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .glyphicon-education:before { content: "\e233"; } .glyphicon-option-horizontal:before { content: "\e234"; } .glyphicon-option-vertical:before { content: "\e235"; } .glyphicon-menu-hamburger:before { content: "\e236"; } .glyphicon-modal-window:before { content: "\e237"; } .glyphicon-oil:before { content: "\e238"; } .glyphicon-grain:before { content: "\e239"; } .glyphicon-sunglasses:before { content: "\e240"; } .glyphicon-text-size:before { content: "\e241"; } .glyphicon-text-color:before { content: "\e242"; } .glyphicon-text-background:before { content: "\e243"; } .glyphicon-object-align-top:before { content: "\e244"; } .glyphicon-object-align-bottom:before { content: "\e245"; } .glyphicon-object-align-horizontal:before { content: "\e246"; } .glyphicon-object-align-left:before { content: "\e247"; } .glyphicon-object-align-vertical:before { content: "\e248"; } .glyphicon-object-align-right:before { content: "\e249"; } .glyphicon-triangle-right:before { content: "\e250"; } .glyphicon-triangle-left:before { content: "\e251"; } .glyphicon-triangle-bottom:before { content: "\e252"; } .glyphicon-triangle-top:before { content: "\e253"; } .glyphicon-console:before { content: "\e254"; } .glyphicon-superscript:before { content: "\e255"; } .glyphicon-subscript:before { content: "\e256"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .glyphicon-menu-down:before { content: "\e259"; } .glyphicon-menu-up:before { content: "\e260"; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #ffffff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #158cba; text-decoration: none; } a:hover, a:focus { color: #158cba; 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: 5px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #eeeeee; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 400; line-height: 1.1; color: #333333; } 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: #999999; } 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 { background-color: #ff851b; padding: .2em; } .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: #999999; } .text-primary { color: #158cba; } a.text-primary:hover, a.text-primary:focus { color: #106a8c; } .text-success { color: #ffffff; } a.text-success:hover, a.text-success:focus { color: #e6e6e6; } .text-info { color: #ffffff; } a.text-info:hover, a.text-info:focus { color: #e6e6e6; } .text-warning { color: #ffffff; } a.text-warning:hover, a.text-warning:focus { color: #e6e6e6; } .text-danger { color: #ffffff; } a.text-danger:hover, a.text-danger:focus { color: #e6e6e6; } .bg-primary { color: #fff; background-color: #158cba; } a.bg-primary:hover, a.bg-primary:focus { background-color: #106a8c; } .bg-success { background-color: #28b62c; } a.bg-success:hover, a.bg-success:focus { background-color: #1f8c22; } .bg-info { background-color: #75caeb; } a.bg-info:hover, a.bg-info:focus { background-color: #48b9e5; } .bg-warning { background-color: #ff851b; } a.bg-warning:hover, a.bg-warning:focus { background-color: #e76b00; } .bg-danger { background-color: #ff4136; } a.bg-danger:hover, a.bg-danger:focus { background-color: #ff1103; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } 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; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 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; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eeeeee; } 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: #999999; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #ffffff; background-color: #333333; border-radius: 2px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; 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 { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; } .row { margin-left: -15px; margin-right: -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-left: 15px; padding-right: 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: #999999; 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 #eeeeee; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #eeeeee; } .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 #eeeeee; } .table .table { background-color: #ffffff; } .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 #eeeeee; } .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 #eeeeee; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class*="col-"] { position: static; float: none; display: table-column; } table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; } .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: #28b62c; } .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: #23a127; } .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: #75caeb; } .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: #5fc1e8; } .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: #ff851b; } .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: #ff7701; } .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: #ff4136; } .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: #ff291c; } .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #eeeeee; } .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 { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; 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: 8px; font-size: 14px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 38px; padding: 7px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: #ffffff; background-image: none; border: 1px solid #e7e7e7; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, 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, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999999; } .form-control::-webkit-input-placeholder { color: #999999; } .form-control::-ms-expand { border: 0; background-color: transparent; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 38px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 28px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 52px; } } .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-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; 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: 8px; padding-bottom: 8px; margin-bottom: 0; min-height: 34px; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm { height: 28px; padding: 4px 10px; font-size: 12px; line-height: 1.5; border-radius: 2px; } select.input-sm { height: 28px; line-height: 28px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 28px; padding: 4px 10px; font-size: 12px; line-height: 1.5; border-radius: 2px; } .form-group-sm select.form-control { height: 28px; line-height: 28px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 28px; min-height: 32px; padding: 5px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 52px; padding: 13px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 5px; } select.input-lg { height: 52px; line-height: 52px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 52px; padding: 13px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 5px; } .form-group-lg select.form-control { height: 52px; line-height: 52px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 52px; min-height: 38px; padding: 14px 16px; font-size: 18px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 47.5px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 38px; height: 38px; line-height: 38px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 52px; height: 52px; line-height: 52px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 28px; height: 28px; line-height: 28px; } .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: #ffffff; } .has-success .form-control { border-color: #ffffff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; } .has-success .input-group-addon { color: #ffffff; border-color: #ffffff; background-color: #28b62c; } .has-success .form-control-feedback { color: #ffffff; } .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: #ffffff; } .has-warning .form-control { border-color: #ffffff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; } .has-warning .input-group-addon { color: #ffffff; border-color: #ffffff; background-color: #ff851b; } .has-warning .form-control-feedback { color: #ffffff; } .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: #ffffff; } .has-error .form-control { border-color: #ffffff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #e6e6e6; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff; } .has-error .input-group-addon { color: #ffffff; border-color: #ffffff; background-color: #ff4136; } .has-error .form-control-feedback { color: #ffffff; } .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: #959595; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 8px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 28px; } .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 8px; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14px; font-size: 18px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 5px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 7px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .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: #555555; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #555555; background-color: #eeeeee; border-color: #e2e2e2; } .btn-default:focus, .btn-default.focus { color: #555555; background-color: #d5d5d5; border-color: #a2a2a2; } .btn-default:hover { color: #555555; background-color: #d5d5d5; border-color: #c3c3c3; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #555555; background-color: #d5d5d5; border-color: #c3c3c3; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #555555; background-color: #c3c3c3; border-color: #a2a2a2; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #eeeeee; border-color: #e2e2e2; } .btn-default .badge { color: #eeeeee; background-color: #555555; } .btn-primary { color: #ffffff; background-color: #158cba; border-color: #127ba3; } .btn-primary:focus, .btn-primary.focus { color: #ffffff; background-color: #106a8c; border-color: #052531; } .btn-primary:hover { color: #ffffff; background-color: #106a8c; border-color: #0c516c; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #ffffff; background-color: #106a8c; border-color: #0c516c; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #ffffff; background-color: #0c516c; border-color: #052531; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #158cba; border-color: #127ba3; } .btn-primary .badge { color: #158cba; background-color: #ffffff; } .btn-success { color: #ffffff; background-color: #28b62c; border-color: #23a127; } .btn-success:focus, .btn-success.focus { color: #ffffff; background-color: #1f8c22; border-color: #0c390e; } .btn-success:hover { color: #ffffff; background-color: #1f8c22; border-color: #186f1b; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #ffffff; background-color: #1f8c22; border-color: #186f1b; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #ffffff; background-color: #186f1b; border-color: #0c390e; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #28b62c; border-color: #23a127; } .btn-success .badge { color: #28b62c; background-color: #ffffff; } .btn-info { color: #ffffff; background-color: #75caeb; border-color: #5fc1e8; } .btn-info:focus, .btn-info.focus { color: #ffffff; background-color: #48b9e5; border-color: #1984ae; } .btn-info:hover { color: #ffffff; background-color: #48b9e5; border-color: #29ade0; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #ffffff; background-color: #48b9e5; border-color: #29ade0; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #ffffff; background-color: #29ade0; border-color: #1984ae; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #75caeb; border-color: #5fc1e8; } .btn-info .badge { color: #75caeb; background-color: #ffffff; } .btn-warning { color: #ffffff; background-color: #ff851b; border-color: #ff7701; } .btn-warning:focus, .btn-warning.focus { color: #ffffff; background-color: #e76b00; border-color: #813c00; } .btn-warning:hover { color: #ffffff; background-color: #e76b00; border-color: #c35b00; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #ffffff; background-color: #e76b00; border-color: #c35b00; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #ffffff; background-color: #c35b00; border-color: #813c00; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #ff851b; border-color: #ff7701; } .btn-warning .badge { color: #ff851b; background-color: #ffffff; } .btn-danger { color: #ffffff; background-color: #ff4136; border-color: #ff291c; } .btn-danger:focus, .btn-danger.focus { color: #ffffff; background-color: #ff1103; border-color: #9c0900; } .btn-danger:hover { color: #ffffff; background-color: #ff1103; border-color: #de0c00; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #ffffff; background-color: #ff1103; border-color: #de0c00; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #ffffff; background-color: #de0c00; border-color: #9c0900; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #ff4136; border-color: #ff291c; } .btn-danger .badge { color: #ff4136; background-color: #ffffff; } .btn-link { color: #158cba; font-weight: normal; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #158cba; 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: #999999; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 13px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 5px; } .btn-sm, .btn-group-sm > .btn { padding: 4px 10px; font-size: 12px; line-height: 1.5; border-radius: 2px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 2px; } .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 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.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-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid #e7e7e7; border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #eeeeee; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #999999; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #333333; background-color: transparent; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #158cba; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #eeeeee; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #999999; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 768px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-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-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 4px; 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-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 52px; padding: 13px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 5px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 52px; line-height: 52px; } 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: 28px; padding: 4px 10px; font-size: 12px; line-height: 1.5; border-radius: 2px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 28px; line-height: 28px; } 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: 7px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #e7e7e7; border-radius: 4px; } .input-group-addon.input-sm { padding: 4px 10px; font-size: 12px; border-radius: 2px; } .input-group-addon.input-lg { padding: 13px 16px; font-size: 18px; border-radius: 5px; } .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-bottom-right-radius: 0; border-top-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-bottom-left-radius: 0; border-top-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 { z-index: 2; margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 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: #ffffff; } .nav > li.disabled > a { color: #999999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #ffffff; border-color: #158cba; } .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 #e7e7e7; } .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: #eeeeee #eeeeee #e7e7e7; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #ffffff; border: 1px solid #e7e7e7; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .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 #e7e7e7; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #e7e7e7; 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: #ffffff; } } .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: #ffffff; background-color: #158cba; } .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 { text-align: center; margin-bottom: 5px; } .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 #e7e7e7; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #e7e7e7; 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: #ffffff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-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 { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; 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-left: 0; padding-right: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; } .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; margin-right: 15px; padding: 9px 10px; margin-top: 8px; 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; 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 { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 6px; margin-bottom: 6px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 768px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 6px; margin-bottom: 6px; } .navbar-btn.btn-sm { margin-top: 11px; margin-bottom: 11px; } .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-left: 15px; margin-right: 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: #333333; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-text { color: #555555; } .navbar-default .navbar-nav > li > a { color: #999999; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #333333; background-color: transparent; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #eeeeee; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #eeeeee; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ffffff; } .navbar-default .navbar-toggle .icon-bar { background-color: #999999; } .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 { background-color: transparent; color: #333333; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #999999; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; 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: #333333; background-color: transparent; } .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: #eeeeee; background-color: transparent; } } .navbar-default .navbar-link { color: #999999; } .navbar-default .navbar-link:hover { color: #333333; } .navbar-default .btn-link { color: #999999; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333333; } .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: #eeeeee; } .navbar-inverse { background-color: #ffffff; border-color: #e6e6e6; } .navbar-inverse .navbar-brand { color: #999999; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #333333; background-color: transparent; } .navbar-inverse .navbar-text { color: #999999; } .navbar-inverse .navbar-nav > li > a { color: #999999; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #333333; background-color: transparent; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #eeeeee; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #eeeeee; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #eeeeee; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #999999; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #ededed; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: transparent; color: #333333; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #e6e6e6; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #e6e6e6; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; 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: #333333; background-color: transparent; } .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: #eeeeee; background-color: transparent; } } .navbar-inverse .navbar-link { color: #999999; } .navbar-inverse .navbar-link:hover { color: #333333; } .navbar-inverse .btn-link { color: #999999; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #333333; } .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: #eeeeee; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #fafafa; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: ">\00a0"; padding: 0 5px; color: #999999; } .breadcrumb > .active { color: #999999; } .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: 7px 12px; line-height: 1.42857143; text-decoration: none; color: #555555; background-color: #eeeeee; border: 1px solid #e2e2e2; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #555555; background-color: #eeeeee; border-color: #e2e2e2; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #ffffff; background-color: #158cba; border-color: #127ba3; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; background-color: #eeeeee; border-color: #e2e2e2; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 13px 16px; font-size: 18px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 5px; border-top-left-radius: 5px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 5px; border-top-right-radius: 5px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 4px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pager { padding-left: 0; margin: 20px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #eeeeee; border: 1px solid #e2e2e2; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .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: #999999; background-color: #eeeeee; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #999999; } .label-default[href]:hover, .label-default[href]:focus { background-color: #808080; } .label-primary { background-color: #158cba; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #106a8c; } .label-success { background-color: #28b62c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #1f8c22; } .label-info { background-color: #75caeb; } .label-info[href]:hover, .label-info[href]:focus { background-color: #48b9e5; } .label-warning { background-color: #ff851b; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #e76b00; } .label-danger { background-color: #ff4136; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #ff1103; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: normal; color: #ffffff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #158cba; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #158cba; background-color: #ffffff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #fafafa; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .jumbotron > hr { border-top-color: #e1e1e1; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 5px; padding-left: 15px; padding-right: 15px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #ffffff; border: 1px solid #eeeeee; border-radius: 4px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #158cba; } .thumbnail .caption { padding: 9px; color: #555555; } .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 { background-color: #28b62c; border-color: #24a528; color: #ffffff; } .alert-success hr { border-top-color: #209023; } .alert-success .alert-link { color: #e6e6e6; } .alert-info { background-color: #75caeb; border-color: #40b5e3; color: #ffffff; } .alert-info hr { border-top-color: #29ade0; } .alert-info .alert-link { color: #e6e6e6; } .alert-warning { background-color: #ff851b; border-color: #ff7701; color: #ffffff; } .alert-warning hr { border-top-color: #e76b00; } .alert-warning .alert-link { color: #e6e6e6; } .alert-danger { background-color: #ff4136; border-color: #ff1103; color: #ffffff; } .alert-danger hr { border-top-color: #e90d00; } .alert-danger .alert-link { color: #e6e6e6; } @-webkit-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 { overflow: hidden; height: 20px; margin-bottom: 20px; background-color: #fafafa; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #ffffff; text-align: center; background-color: #158cba; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #28b62c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #75caeb; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #ff851b; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #ff4136; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #ffffff; border: 1px solid #eeeeee; } .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } a.list-group-item, button.list-group-item { color: #555555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333333; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555555; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #999999; cursor: not-allowed; } .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: #999999; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #ffffff; background-color: #158cba; border-color: #158cba; } .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: #a6dff5; } .list-group-item-success { color: #ffffff; background-color: #28b62c; } a.list-group-item-success, button.list-group-item-success { color: #ffffff; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #ffffff; background-color: #23a127; } a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #ffffff; border-color: #ffffff; } .list-group-item-info { color: #ffffff; background-color: #75caeb; } a.list-group-item-info, button.list-group-item-info { color: #ffffff; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #ffffff; background-color: #5fc1e8; } a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #ffffff; border-color: #ffffff; } .list-group-item-warning { color: #ffffff; background-color: #ff851b; } a.list-group-item-warning, button.list-group-item-warning { color: #ffffff; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #ffffff; background-color: #ff7701; } a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #ffffff; border-color: #ffffff; } .list-group-item-danger { color: #ffffff; background-color: #ff4136; } a.list-group-item-danger, button.list-group-item-danger { color: #ffffff; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #ffffff; background-color: #ff291c; } a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #ffffff; border-color: #ffffff; } .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: #ffffff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-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, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid transparent; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-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, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 3px; border-bottom-right-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, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #eeeeee; } .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 { border: 0; margin-bottom: 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, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid transparent; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid transparent; } .panel-default { border-color: transparent; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: transparent; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: transparent; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: transparent; } .panel-primary { border-color: transparent; } .panel-primary > .panel-heading { color: #ffffff; background-color: #158cba; border-color: transparent; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: transparent; } .panel-primary > .panel-heading .badge { color: #158cba; background-color: #ffffff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: transparent; } .panel-success { border-color: transparent; } .panel-success > .panel-heading { color: #ffffff; background-color: #28b62c; border-color: transparent; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: transparent; } .panel-success > .panel-heading .badge { color: #28b62c; background-color: #ffffff; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: transparent; } .panel-info { border-color: transparent; } .panel-info > .panel-heading { color: #ffffff; background-color: #75caeb; border-color: transparent; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: transparent; } .panel-info > .panel-heading .badge { color: #75caeb; background-color: #ffffff; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: transparent; } .panel-warning { border-color: transparent; } .panel-warning > .panel-heading { color: #ffffff; background-color: #ff851b; border-color: transparent; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: transparent; } .panel-warning > .panel-heading .badge { color: #ff851b; background-color: #ffffff; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: transparent; } .panel-danger { border-color: transparent; } .panel-danger > .panel-heading { color: #ffffff; background-color: #ff4136; border-color: transparent; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: transparent; } .panel-danger > .panel-heading .badge { color: #ff4136; background-color: #ffffff; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: transparent; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #fafafa; border: 1px solid #e8e8e8; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 5px; } .well-sm { padding: 9px; border-radius: 2px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #ffffff; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #ffffff; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #ffffff; border: 1px solid #eeeeee; border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 5px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 20px; } .modal-footer { padding: 20px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .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, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; background-color: #000000; 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: #000000; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; background-color: #ffffff; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 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 { margin: 0; padding: 8px 14px; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 4px 4px 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 { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #ffffff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #ffffff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #ffffff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #ffffff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; 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; line-height: 1; 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%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #ffffff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #ffffff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after { content: " "; display: table; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } header.page-header::before, .layout_social > .container:before { content: none; } .topbar { margin-bottom: 20px; } .cssmenu_horiz li ul, .cssmenu_vert li ul { padding: 0; margin: 2px 0 0; background-color: #ffffff; border: 1px solid #e7e7e7; border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .cssmenu_horiz li ul > li > a, .cssmenu_vert li ul > li > a { padding: 3px 20px; font-weight: normal; line-height: 1.42857143; color: #999999; } .cssmenu_horiz > li > ul { border-top-left-radius: 0; border-top-right-radius: 0; margin: 0; } .cssmenu_horiz > li > a:hover, .cssmenu_vert > li > a:hover, .cssmenu_horiz ul > li > a:hover, .cssmenu_vert ul > li > a:hover, .cssmenu_horiz > li > a:focus, .cssmenu_vert > li > a:focus, .cssmenu_horiz ul > li > a:focus, .cssmenu_vert ul > li > a:focus { text-decoration: none; color: #333333; background-color: transparent; } .topbar .nav > li.selected > a, .topbar .nav > li.selected > a:hover { background: transparent; } .sf-arrows .sf-with-ul:after { border: 5px solid transparent; border-top-color: #999999; } .sf-arrows ul .sf-with-ul:after, .cssmenu_vert.sf-arrows > li > .sf-with-ul:after { border-color: transparent; border-left-color: #999999; } .sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { border-color: transparent; border-left-color: #333333; } .cssmenu_vert.sf-arrows li > .sf-with-ul:focus:after, .cssmenu_vert.sf-arrows li:hover > .sf-with-ul:after, .cssmenu_vert.sf-arrows .sfHover > .sf-with-ul:after { border-color: transparent; border-left-color: #333333; } .dropdown-menu li { background-color: #ffffff; color: #999999; } .dropdown-menu li:hover, .dropdown-menu li:focus { background-color: transparent; color: #333333; } .navbar { border-width: 0 1px 4px 1px; } .btn { padding: 9px 12px 7px; border-width: 0 1px 4px 1px; font-size: 12px; font-weight: bold; text-transform: uppercase; } .btn:hover { margin-top: 1px; border-bottom-width: 3px; } .btn:active { margin-top: 2px; border-bottom-width: 2px; -webkit-box-shadow: none; box-shadow: none; } .btn-lg, .btn-group-lg > .btn { padding: 15px 16px 13px; line-height: 15px; } .btn-sm, .btn-group-sm > .btn { padding: 6px 10px 4px; } .btn-xs, .btn-group-xs > .btn { padding: 3px 5px 1px; } .btn-default:hover, .btn-default:focus, .btn-group.open .dropdown-toggle.btn-default { background-color: #eeeeee; border-color: #e2e2e2; } .btn-primary:hover, .btn-primary:focus, .btn-group.open .dropdown-toggle.btn-primary { background-color: #158cba; border-color: #127ba3; } .btn-success:hover, .btn-success:focus, .btn-group.open .dropdown-toggle.btn-success { background-color: #28b62c; border-color: #23a127; } .btn-info:hover, .btn-info:focus, .btn-group.open .dropdown-toggle.btn-info { background-color: #75caeb; border-color: #5fc1e8; } .btn-warning:hover, .btn-warning:focus, .btn-group.open .dropdown-toggle.btn-warning { background-color: #ff851b; border-color: #ff7701; } .btn-danger:hover, .btn-danger:focus, .btn-group.open .dropdown-toggle.btn-danger { background-color: #ff4136; border-color: #ff291c; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: none; box-shadow: none; } .navbar-btn:hover { margin-top: 8px; } .navbar-btn:active { margin-top: 9px; } .navbar-btn.btn-sm:hover { margin-top: 11px; } .navbar-btn.btn-sm:active { margin-top: 12px; } .navbar-btn.btn-xs:hover { margin-top: 15px; } .navbar-btn.btn-xs:active { margin-top: 16px; } .btn-group-vertical .btn + .btn:hover { border-top-width: 1px; } .btn-group-vertical .btn + .btn:active { border-top-width: 2px; } .text-primary, .text-primary:hover { color: #158cba; } .text-success, .text-success:hover { color: #28b62c; } .text-danger, .text-danger:hover { color: #ff4136; } .text-warning, .text-warning:hover { color: #ff851b; } .text-info, .text-info:hover { color: #75caeb; } table a:not(.btn), .table a:not(.btn) { text-decoration: underline; } table .dropdown-menu a, .table .dropdown-menu a { text-decoration: none; } table .success, .table .success, table .warning, .table .warning, table .danger, .table .danger, table .info, .table .info { color: #ffffff; } table .success a:not(.btn), .table .success a:not(.btn), table .warning a:not(.btn), .table .warning a:not(.btn), table .danger a:not(.btn), .table .danger a:not(.btn), table .info a:not(.btn), .table .info a:not(.btn) { color: #ffffff; } table:not(.table-bordered) > thead > tr > th, .table:not(.table-bordered) > thead > tr > th, table:not(.table-bordered) > tbody > tr > th, .table:not(.table-bordered) > tbody > tr > th, table:not(.table-bordered) > tfoot > tr > th, .table:not(.table-bordered) > tfoot > tr > th, table:not(.table-bordered) > thead > tr > td, .table:not(.table-bordered) > thead > tr > td, table:not(.table-bordered) > tbody > tr > td, .table:not(.table-bordered) > tbody > tr > td, table:not(.table-bordered) > tfoot > tr > td, .table:not(.table-bordered) > tfoot > tr > td { border-color: transparent; } .form-control { -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); } label { font-weight: normal; } .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, .has-warning .form-control-feedback { color: #ff851b; } .has-warning .form-control, .has-warning .form-control:focus { border: 1px solid #ff851b; -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); } .has-warning .input-group-addon { border: 1px solid #ff851b; } .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, .has-error .form-control-feedback { color: #ff4136; } .has-error .form-control, .has-error .form-control:focus { border: 1px solid #ff4136; -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); } .has-error .input-group-addon { border: 1px solid #ff4136; } .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, .has-success .form-control-feedback { color: #28b62c; } .has-success .form-control, .has-success .form-control:focus { border: 1px solid #28b62c; -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); } .has-success .input-group-addon { border: 1px solid #28b62c; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { border-color: transparent; } .nav-tabs > li > a { margin-top: 6px; border-color: #e7e7e7; color: #333333; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs .open > a, .nav-tabs .open > a:hover, .nav-tabs .open > a:focus { padding-bottom: 16px; margin-top: 0; } .nav-tabs .open > a, .nav-tabs .open > a:hover, .nav-tabs .open > a:focus { border-color: #e7e7e7; } .nav-tabs > li.disabled > a:hover, .nav-tabs > li.disabled > a:focus { padding-top: 10px; padding-bottom: 10px; margin-top: 6px; } .nav-tabs.nav-justified > li { vertical-align: bottom; } .dropdown-menu { margin-top: 0; border-width: 0 1px 4px 1px; border-top-width: 1px; -webkit-box-shadow: none; box-shadow: none; } .breadcrumb { border-color: #ededed; border-style: solid; border-width: 0 1px 4px 1px; } .pagination > li > a, .pager > li > a, .pagination > li > span, .pager > li > span { position: relative; top: 0; border-width: 0 1px 4px 1px; color: #555555; font-size: 12px; font-weight: bold; text-transform: uppercase; } .pagination > li > a:hover, .pager > li > a:hover, .pagination > li > span:hover, .pager > li > span:hover { top: 1px; border-bottom-width: 3px; } .pagination > li > a:active, .pager > li > a:active, .pagination > li > span:active, .pager > li > span:active { top: 2px; border-bottom-width: 2px; } .pagination > .disabled > a:hover, .pager > .disabled > a:hover, .pagination > .disabled > span:hover, .pager > .disabled > span:hover { top: 0; border-width: 0 1px 4px 1px; } .pagination > .disabled > a:active, .pager > .disabled > a:active, .pagination > .disabled > span:active, .pager > .disabled > span:active { top: 0; border-width: 0 1px 4px 1px; } .pager > li > a, .pager > li > span, .pager > .disabled > a, .pager > .disabled > span, .pager > li > a:hover, .pager > li > span:hover, .pager > .disabled > a:hover, .pager > .disabled > span:hover, .pager > li > a:active, .pager > li > span:active, .pager > .disabled > a:active, .pager > .disabled > span:active { border-left-width: 2px; border-right-width: 2px; } .close { color: #ffffff; text-decoration: none; opacity: 0.4; } .close:hover, .close:focus { color: #ffffff; opacity: 1; } .alert { border-width: 0 1px 4px 1px; } .alert .alert-link { font-weight: normal; color: #ffffff; text-decoration: underline; } .label { font-weight: normal; } .progress { border: 1px solid #e7e7e7; -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1); } .progress-bar { -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15); } .well { border: 1px solid #e7e7e7; -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05); } a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { border-color: #eeeeee; } a.list-group-item-success.active { background-color: #28b62c; } a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { background-color: #23a127; } a.list-group-item-warning.active { background-color: #ff851b; } a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { background-color: #ff7701; } a.list-group-item-danger.active { background-color: #ff4136; } a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { background-color: #ff291c; } .jumbotron { border: 1px solid #e7e7e7; -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05); } .panel { border: 1px solid #e7e7e7; border-width: 0 1px 4px 1px; } .panel-default .close { color: #555555; } .modal .close { color: #555555; } .popover { color: #555555; } .margin-bottom-xs { margin-bottom: 5px; } .margin-bottom-sm { margin-bottom: 10px; } .margin-bottom-md { margin-bottom: 20px; } .margin-bottom-lg { margin-bottom: 40px; } .navbar-collapse.collapse.in { background: #f8f8f8; } .warning a, .warning a:link, .warning a:visited { color: #ffffff; } .calhighlight { color: #ffffff; background: #75caeb; } a.fc-event:hover { color: #ffffff; } .filter .fancyfilter { border: thin solid #e2e2e2 /*black*/; } .filter .fancyfilter .token { background: #ffffff; } .note-list .postbody-title { background: #ffffff; color: #333333; } .post-approved-n { border-left: 3px dotted #ffffff; } .post-approved-r { border-left: 3px double #ffffff; } .post-approved-r .content * { background: url('../../../img/icons/dots.gif'); } .dropdown-menu { color: #999999; } .cssmenu_horiz > li:hover, .cssmenu_horiz > li.sfHover, .cssmenu_vert > li:hover, .cssmenu_vert > li.sfHover { -webkit-transition: none; transition: none; } .topbar .nav > li > a:hover, .topbar .nav > li > a:focus { background: transparent; } .cssmenu_horiz ul, .cssmenu_vert ul { border: #e7e7e7; } .cssmenu_horiz ul li a, .cssmenu_vert ul li a { background: #ffffff; color: #999999; } .cssmenu_horiz > ul > li:hover > a, .cssmenu_vert > ul > li:hover > a { color: #333333; background: transparent; } .sf-arrows .sf-with-ul:after { border: 5px solid transparent; border-top-color: #158cba; } .cssmenu_vert.sf-arrows li > .sf-with-ul:after { border-color: transparent; border-left-color: #158cba; /* edit this to suit design (no rgba in IE8) */ } .sf-arrows ul .sf-with-ul:after, .cssmenu_vert.sf-arrows ul > li > .sf-with-ul:after { border-color: transparent; border-left-color: #999999; /* edit this to suit design (no rgba in IE8) */ } .sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { border-color: transparent; border-left-color: #333333; } .cssmenu_vert.sf-arrows li > .sf-with-ul:focus:after, .cssmenu_vert.sf-arrows li:hover > .sf-with-ul:after, .cssmenu_vert.sf-arrows .sfHover > .sf-with-ul:after { border-color: transparent; border-left-color: #333333; } .topbar, .topbar .navbar-default .navbar-nav > li, .topbar .nav > li { background: #f8f8f8; color: #555555; } .topbar > a, .topbar .navbar-default .navbar-nav > li > a, .topbar .nav > li > a { color: #999999; padding-top: 15px; padding-bottom: 15px; } .topbar > a:hover, .topbar .navbar-default .navbar-nav > li > a:hover, .topbar .nav > li > a:hover, .topbar > a:focus, .topbar .navbar-default .navbar-nav > li > a:focus, .topbar .nav > li > a:focus { color: #333333; } .topbar .cssmenu_horiz ul { background: #ffffff; } .topbar .cssmenu_horiz.sf-arrows > .menuSection0 > .sf-with-ul:after { border: 5px solid transparent; border-top-color: #999999; } .topbar .cssmenu_horiz.sf-arrows > .menuSection0:hover > .sf-with-ul:after, .topbar .cssmenu_horiz.sf-arrows > .menuSection0.sfhover > .sf-with-ul:after { border-top-color: #333333; } /* order of following 3 rules important for fallbacks to work */ .dropdown-menu .dropdown-title, .dropdown-menu li label { color: #999999; } .thumbinfosothers { color: #eeeeee; } table.treetable.objectperms td.added { background-color: #28b62c; } table.treetable.objectperms td.removed { background-color: #ff851b; } .progressBarInProgress { background-color: #ffffff; color: #75caeb; } .progressBarComplete { background-color: #ffffff; color: #28b62c; } .progressBarError { background-color: #ffffff; color: #ff851b; } .progressContainer { border: solid 1px rgba(0, 0, 0, 0.05); background-color: #ffffff; } .filter-panel-heading a:after { color: #555555; } .olControlMousePosition { background: rgba(0, 0, 0, 0.75); color: #ffffff; } .olControlScaleLineTop, .olControlScaleLineBottom { background-color: rgba(255, 255, 255, 0.5); } .ui-selectmenu-icon { background-color: inherit; border: solid 5px transparent !important; box-shadow: -5px 0 5px 2px rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1), -2px 0 0 rgba(255, 255, 255, 0.25); } .dirsitetrail { color: #fafafa; } .dirsitecats { color: #fafafa; } #resultzone > div:hover { background: #28b62c; } .searchresults blockquote em, .highlight, .btn-default.highlight a, .btn-default a.highlight { background: #ff4136; color: #ffffff; border-color: #ff1103; } .btn-default.highlight:hover { background: #e80d00; } .btn-default.btn-link, .btn-default.btn-link:hover { background: transparent; border: none; } #ajaxLoadingBG { background: transparent url('../../../img/overlay-light.png'); } #ajaxLoading { color: #eeeeee; background: transparent url('../../../img/loading-light.gif') no-repeat 50% 50%; } #cookie_consent_div { padding: 15px; border: 1px solid #40b5e3; color: #ffffff; background-color: #75caeb; } #cookie_consent_div.banner { padding: 15px; border: 1px solid #40b5e3; } html#print, body.print * { background: #ffffff; color: #000000; } body.fullscreen { background: #ffffff; } .attention { color: #ffffff; } #debugconsole { background: #ffffff; color: #999999; border: 2px solid #e6e6e6; } #debugconsole form { color: #999999; } #debugconsole a { color: #333333; } #debugconsole a.btn { color: #999999; } a.icon, img.icon { background: transparent; } div #metadata fieldset.tabcontent, div #metadata div.tabs { background-color: transparent; } .openid_url { background: #ffffff url('../../../img/icons/login-OpenID-bg.gif') 1px 1px no-repeat; } input:-webkit-autofill { background-color: #ffffff !important; /* needs important because Chrome has it already important */ background-image: none !important; color: #555555 !important; /* the Google guys forgot the number-one rule... when they specify background they should specify forgeround color too ;) */ } #cboxTitle { background-color: #ffffff; } #captchaImg { border: 1px solid transparent; } form.simple label.error { background: url('../../../img/icons/error.png') no-repeat 0 4px; color: #ffffff; } form.simple label .warning { color: #ffffff; } .tiki-modal .mask { background-color: #ffffff; } .ui-dialog { background: #ffffff; color: #555555; } .cssmenu_horiz ul li.selected a, .cssmenu_vert ul li.selected a, .cssmenu_horiz ul li a:hover, .cssmenu_vert ul li a:hover { text-decoration: none; color: #333333; background-color: transparent; } .box-quickadmin .cssmenu_horiz ul li { background-color: #ffffff; } .box-switch_lang .box-data img.highlight { border: 0.1em solid #ff1103; } .box-switch_lang .box-data .highlight { border: 0.1em solid #ff1103; } div.cvsup { color: #999999; } .layout_social .topbar_modules h1.sitetitle, .layout_social_modules .topbar_modules h1.sitetitle, .layout_fixed_top_modules #top_modules h1.sitetitle { color: #333333; } .layout_social .topbar_modules .navbar-inverse .navbar-collapse, .layout_social_modules .topbar_modules .navbar-inverse .navbar-collapse, .layout_fixed_top_modules #top_modules .navbar-inverse .navbar-collapse, .layout_social .topbar_modules .navbar-inverse .navbar-form, .layout_social_modules .topbar_modules .navbar-inverse .navbar-form, .layout_fixed_top_modules #top_modules .navbar-inverse .navbar-form, .layout_social .topbar_modules .navbar-inverse, .layout_social_modules .topbar_modules .navbar-inverse, .layout_fixed_top_modules #top_modules .navbar-inverse { border-color: transparent; } .prio1 { background: inherit; } .prio2 { background: #28b62c; color: #ffffff; border: #24a528; } .prio2 a { color: #ffffff; } .prio3 { background: #75caeb; color: #ffffff; border: #40b5e3; } .prio3 a { color: #ffffff; } .prio4 { background: #ff851b; color: #ffffff; border: #ff7701; } .prio4 a { color: #ffffff; } .prio5 { background: #ff4136; color: #ffffff; border: #ff1103; } .prio5 a { color: #ffffff; } .messureadflag { background: #555555; } .messureadhead { background: #999999; } .messureadbody { background: #eeeeee; } .readlink { color: #555555; } .webmail_item { border: 1px solid transparent; } .webmail_list .odd { background: #f9f9f9; } .webmail_list .button { background: #ffffff; border: 1px solid transparent; } .webmail_list .webmail_read { background: #75caeb; } .webmail_list .webmail_replied { background: #28b62c; } .webmail_list .webmail_taken { border: #ff7701; color: #ffffff; } .webmail_message { background: #ffffff; } .webmail_message_headers { background: #ffffff; } .webmail_message_headers th { background: transparent; } .tiki_sheet table td { border: 1px solid transparent; } .odd { background: transparent; color: #555555; } .even { background: #f9f9f9; color: #555555; } .helptool-admin { border-left: medium double #999999; } .toolbar-list { border-left: medium double #999999; } .toolbars-picker { background: #ffffff; border: thin solid #555555; color: #555555; } .toolbars-picker a { border: 1px solid #ffffff; color: #555555; } .toolbars-picker a:hover { border: 1px solid #ffffff; background: #999999; color: #555555; } .textarea-toolbar > div { background-color: #eeeeee; border: outset 1px #eeeeee; } #intertrans-indicator { background-color: #28b62c; color: #ffffff; } #intertrans-form { background-color: #ffffff; border: 1px solid transparent; color: #333333; } #edit_translations tr.last { border-bottom: 2px solid #24a528; } ul.all_languages > li { border: 1px solid #24a528; } .plugin-mouseover { background: #ffffff; border: 1px solid rgba(0, 0, 0, 0.2); } .mandatory_note { color: #ffffff; } .author0 { color: #ffffff; } .author1 { color: #ffffff; } .author2 { color: #ffffff; } .author3 { color: #ffffff; } .author4 { color: #ffffff; } .author5 { color: #ffffff; } .author6 { color: #ffffff; } .author7 { color: #ffffff; } .author8 { color: #ffffff; } .author9 { color: #ffffff; } .author10 { color: #ffffff; } .author11 { color: #ffffff; } .author12 { color: #ffffff; } .author13 { color: #ffffff; } .author14 { color: #ffffff; } .author15 { color: #ffffff; } .structuremenu .menuSection { border-left: 1px dotted #555555; } .cke_editable:hover { outline: #555555 dotted 1px; } .tiki_plugin { background-color: transparent; border: 1px solid #999999; } .unsavedChangesInEditor { border: 1px solid; border-color: #ff7701; } .autotoc > .nav { background: #ffffff; border: 1px solid transparent; border-radius: 4px; } .autotoc * { color: #158cba; } .autotoc .nav > li > a:hover, .autotoc .nav .nav > li > a:hover { color: #158cba; } .plugin-form-float { background: #ffffff; color: #555555; border: solid 2px #555555; } body.wikitext { background: #ffffff; color: #555555; } .editable-inline { background: transparent url('../../../img/icons/database_lightning.png') no-repeat top right; padding-right: 20px; display: inline-block; } .editable-inline.loaded { background: #ffffff; position: absolute; padding: 6px; border: 1px solid #eee; border-radius: 4px; z-index: 1001; } .editable-inline.failure { background: transparent url('../../../img/icons/lock_gray.png') no-repeat top right; } .editable-inline.modified { border: solid 2px #ff291c; padding: 2px; } .editable-inline.unsaved { border: solid 2px #ff291c; } .structure_select .cssmenu_horiz ul li { border: 1px solid #555555; } .admintoclevel .actions input { border: solid 1px #555555; } .TextArea-fullscreen { background-color: #555555; } .TextArea-fullscreen .actions, .CodeMirror-fullscreen .actions { background-color: #ffffff; border-top: #eeeeee 1px solid; } #autosave_preview { background-color: #ffffff; color: #555555; } #autosave_preview_grippy { background-color: #eeeeee; background-image: url('../../../img/icons/shading.png'); } h1:hover a.tiki_anchor, h2:hover a.tiki_anchor, h3:hover a.tiki_anchor, h4:hover a.tiki_anchor, h5:hover a.tiki_anchor, h6:hover a.tiki_anchor { color: #eeeeee; } h1 a.tiki_anchor:hover, h2 a.tiki_anchor:hover, h3 a.tiki_anchor:hover, h4 a.tiki_anchor:hover, h5 a.tiki_anchor:hover, h6 a.tiki_anchor:hover { color: #555555; } .wiki .namespace { background: #eeeeee; } .site_report a { border-left: 1px solid #555555; border-right: 1px solid #555555; } .quotebody { border-left: 2px solid #999999; } .mandatory_star { color: #ff1103; } .trackerplugindesc { color: #333333; } .charCount { color: #333333; } .imgbox { border: 1px solid rgba(0, 0, 0, 0.2); background-color: #ffffff; } .ic_button { border: 2px solid #e2e2e2; } .ic_active { border: 2px solid #127ba3; } .ic_caption { background: #ffffff; color: #999999; } .wp-cookie-consent-required { color: #ffffff; } .wp-sign { color: #ffffff; background-color: #000000; } .wp-sign a, .wp-sign a:visited { color: #ffffff; } .wp-sign a:hover, .wp-sign a:visited:hover { color: #ffffff; text-decoration: none; } .toc { border-top: 1px dotted #999999; border-bottom: 1px dotted #999999; } .diff td { border: 1px solid #333333; } .diff div { border-top: 1px solid #999999; } .diffadded { background: #28b62c; color: #ffffff; } .diffdeleted { background: #ff4136; color: #ffffff; } .diffinldel { background: #ff851b; } .diffbody { background: #eeeeee; color: #222222; } .diffchar { color: #ffffff; } .diffadded .diffchar { color: #ffffff; } .searchresults blockquote em.hlt1, .searchresults blockquote em.hlt6, .highlight_word_0 { color: #ffffff; background: #28b62c; } .searchresults blockquote em.hlt2, .searchresults blockquote em.hlt7, .highlight_word_1 { color: #ffffff; background: #75caeb; } .searchresults blockquote em.hlt3, .searchresults blockquote em.hlt8, .highlight_word_2 { color: #ffffff; background: #ff851b; } .searchresults blockquote em.hlt4, .searchresults blockquote em.hlt9, .highlight_word_3 { color: #ffffff; background: #ff4136; } .searchresults blockquote em.hlt5, .searchresults blockquote em.hlt10, .highlight_word_4 { color: #ffffff; background: #ff8436; } /* Structures drill-down menu */ div.drillshow { border: 1px solid #999999; } .chosen-container-multi .chosen-choices { background-color: #ffffff; color: #555555; border: 1px solid #e7e7e7; } .chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single, .chosen-container .chosen-drop, .chosen-container-multi .chosen-choices .search-choice { background-color: #ffffff; color: #555555; border: 1px solid #e7e7e7; } .chosen-container-single .chosen-search input[type="text"] { background-color: #ffffff; border: 1px solid #e7e7e7; } .chosen-container .chosen-results li.highlighted { background-color: transparent; color: #333333; } .tiki .chosen-container .active-result { color: #555555; } .breadcrumb { font-style: normal; font-size: 90%; display: block; } a.admbox.off { border: 1px solid #000000; color: #999999; } a.admbox.off:hover, a.admbox.off:focus, a.admbox.off:active { border: 1px solid #000000; color: #999999; } .tiki .ui-widget-content { background: #ffffff; color: #555555; border: 1px solid rgba(0, 0, 0, 0.05); } .tiki .ui-widget-header { background: #ffffff; color: #555555; border: 1px solid rgba(0, 0, 0, 0.05); } .tiki .ui-dialog-content { background: #ffffff; color: #555555; } .tiki .ui-dialog-content select, .tiki .ui-dialog-content input, .tiki .ui-dialog-content optgroup, .tiki .ui-dialog-content textarea { background: #ffffff; color: #555555; } .tiki .ui-widget button { background: #eeeeee; color: #555555; } .tiki .modal-content .ui-state-default { color: #158cba; } .tiki .modal-content .ui-state-hover:hover { color: #158cba; } .dropdown-menu { color: #999999; } .tiki .col1 .table-responsive { border: 1px solid transparent; } code, pre.codelisting { color: #c7254e; background: #f9f2f4; border: 1px solid #ffffff; border-radius: 1px; } .adminoptionboxchild { border-bottom: 1px solid #eeeeee; } .adminoptionboxchild legend { font-size: 19px; } /* black */ /* white */ /* automatically choose the correct arrow/text color */ .tsFilterInput { border: none; background-color: #f7f7f7; } table.tablesorter { /* style header */ } table.tablesorter thead tr.tablesorter-headerRow th.tablesorter-headerUnSorted:not(.sorter-false) { background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); } table.tablesorter thead tr.tablesorter-headerRow th.tablesorter-headerAsc { background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); } table.tablesorter thead tr.tablesorter-headerRow th.tablesorter-headerDesc { background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); } table.tablesorter thead tr.tablesorter-filter-row input.tablesorter-filter { border: none; background-color: #f7f7f7; } table.tablesorter thead tr.tablesorter-filter-row input.dateFrom, table.tablesorter thead tr.tablesorter-filter-row input.dateTo { border: none; background-color: #f7f7f7; } table.tablesorter thead tr.tablesorter-headerRow, table.tablesorter thead tr.tablesorter-filter-row { background-color: #ffffff; }
doc/html/examples-painting.html
sicily/qt4.8.4
<?xml version="1.0" encoding="UTF-8"?> <!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" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- examples.qdoc --> <title>Qt 4.8: Painting Examples</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="all-examples.html">Examples</a></li> <li>Painting Examples</li> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">Painting Examples</h1> <span class="subtitle"></span> <!-- $$$examples-painting.html-description --> <div class="descr"> <a name="details"></a> <p class="centerAlign"><img src="images/painting-examples.png" alt="" /></p><p>Qt's painting system is able to render vector graphics, images, and outline font-based text with sub-pixel accuracy accuracy using anti-aliasing to improve rendering quality.</p> <p>These examples show the most common techniques that are used when painting with Qt, from basic concepts such as drawing simple primitives to the use of transformations.</p> <ul> <li><a href="painting-basicdrawing.html">Basic Drawing</a><sup>*</sup></li> <li><a href="painting-concentriccircles.html">Concentric Circles</a><sup>*</sup></li> <li><a href="painting-fontsampler.html">Font Sampler</a></li> <li><a href="painting-imagecomposition.html">Image Composition</a><sup>*</sup></li> <li><a href="painting-painterpaths.html">Painter Paths</a><sup>*</sup></li> <li><a href="painting-svggenerator.html">SVG Generator</a><sup>*</sup></li> <li><a href="painting-svgviewer.html">SVG Viewer</a></li> <li><a href="painting-transformations.html">Transformations</a><sup>*</sup></li> </ul> <p>Examples marked with an asterisk (*) are fully documented.</p> </div> <!-- @@@examples-painting.html --> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2012 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
xPSTLib/src/org/clearsighted/xpstengine/package.html
VitosPchela/xpst
<?xml version="1.0" encoding="UTF-8" ?> <!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>Insert title here</title> </head> <body> <p>Main tutor engine implementation.</p> </body> </html>
cd-chat-portlet/src/main/webapp/css/cdadminchat.css
camaradosdeputadosoficial/edemocracia
@CHARSET "UTF-8"; .iconSecaoFechada span { background: url("/e-democracia-theme/images/arrows/05_right.png") no-repeat scroll right center transparent; padding-right: 1em; } .iconSecaoAberta span { background: url("/e-democracia-theme/images/arrows/05_down.png") no-repeat scroll right center transparent; padding-right: 1em; } .botoesFinais { margin-top:10px; } .botoesFinais input { margin-right: 5px; } .painelToggle { display:none; margin-top: 10px; margin-bottom: 10px; margin-left: 15px; } .imagemSala { margin-top: 5px; margin-bottom: 5px; max-width: 103px; max-height: 103px; } .painelOpcoes { margin-left:19px; cellpadding:20px; } .mensagemAjuda { margin-top:5px; font-size: 0.8em; } .painelConvidadoEspecial { margin-bottom: 15px; } .painelConvidadoEspecial input { width: 487px; } table.painelOpcoes tr td:FIRST-CHILD { width: 100px; } .painelInfoParticipacoes { margin-bottom: 15px; margin-top:15px; } .painelInfoParticipacoes table tr { height: 23px; } .coluna1 { padding-left: 20px; } .coluna2 { padding-left: 20px; }
3rdparty/spring-framework-2.5.1/docs/api/org/springframework/remoting/jaxws/class-use/LocalJaxWsServiceFactory.html
cacheonix/cacheonix-core
<!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_03) on Wed Jan 09 13:25:39 CET 2008 --> <TITLE> Uses of Class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory (Spring Framework API 2.5) </TITLE> <META NAME="date" CONTENT="2008-01-09"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.springframework.remoting.jaxws.LocalJaxWsServiceFactory (Spring Framework API 2.5)"; } } </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="../../../../../org/springframework/remoting/jaxws/LocalJaxWsServiceFactory.html" title="class in org.springframework.remoting.jaxws"><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-all.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> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></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?org/springframework/remoting/jaxws/\class-useLocalJaxWsServiceFactory.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LocalJaxWsServiceFactory.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>org.springframework.remoting.jaxws.LocalJaxWsServiceFactory</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../org/springframework/remoting/jaxws/LocalJaxWsServiceFactory.html" title="class in org.springframework.remoting.jaxws">LocalJaxWsServiceFactory</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.springframework.remoting.jaxws"><B>org.springframework.remoting.jaxws</B></A></TD> <TD>Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.springframework.remoting.jaxws"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../org/springframework/remoting/jaxws/LocalJaxWsServiceFactory.html" title="class in org.springframework.remoting.jaxws">LocalJaxWsServiceFactory</A> in <A HREF="../../../../../org/springframework/remoting/jaxws/package-summary.html">org.springframework.remoting.jaxws</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/springframework/remoting/jaxws/LocalJaxWsServiceFactory.html" title="class in org.springframework.remoting.jaxws">LocalJaxWsServiceFactory</A> in <A HREF="../../../../../org/springframework/remoting/jaxws/package-summary.html">org.springframework.remoting.jaxws</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/springframework/remoting/jaxws/JaxWsPortClientInterceptor.html" title="class in org.springframework.remoting.jaxws">JaxWsPortClientInterceptor</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="http://aopalliance.sourceforge.net/doc/org/aopalliance/intercept/MethodInterceptor.html?is-external=true" title="class or interface in org.aopalliance.intercept"><CODE>MethodInterceptor</CODE></A> for accessing a specific port of a JAX-WS service.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/springframework/remoting/jaxws/JaxWsPortProxyFactoryBean.html" title="class in org.springframework.remoting.jaxws">JaxWsPortProxyFactoryBean</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="../../../../../org/springframework/beans/factory/FactoryBean.html" title="interface in org.springframework.beans.factory"><CODE>FactoryBean</CODE></A> for a specific port of a JAX-WS service.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/springframework/remoting/jaxws/LocalJaxWsServiceFactoryBean.html" title="class in org.springframework.remoting.jaxws">LocalJaxWsServiceFactoryBean</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="../../../../../org/springframework/beans/factory/FactoryBean.html" title="interface in org.springframework.beans.factory"><CODE>FactoryBean</CODE></A> for locally defined JAX-WS Service references.</TD> </TR> </TABLE> &nbsp; <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="../../../../../org/springframework/remoting/jaxws/LocalJaxWsServiceFactory.html" title="class in org.springframework.remoting.jaxws"><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-all.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> <a href="http://www.springframework.org/" target="_top">The Spring Framework</a></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?org/springframework/remoting/jaxws/\class-useLocalJaxWsServiceFactory.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LocalJaxWsServiceFactory.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> <i>Copyright &copy; 2002-2007 <a href=http://www.springframework.org/ target=_top>The Spring Framework</a>.</i> </BODY> </HTML>
doc/html/demos-spectrum-3rdparty-fftreal-stopwatch-stopwatch-cpp.html
sicily/qt4.8.4
<?xml version="1.0" encoding="UTF-8"?> <!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" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.8: StopWatch.cpp Example File (demos/spectrum/3rdparty/fftreal/stopwatch/StopWatch.cpp)</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">StopWatch.cpp Example File</h1> <span class="small-subtitle">demos/spectrum/3rdparty/fftreal/stopwatch/StopWatch.cpp</span> <!-- $$$demos/spectrum/3rdparty/fftreal/stopwatch/StopWatch.cpp-description --> <div class="descr"> <a name="details"></a> <pre class="cpp"> <span class="comment">/***************************************************************************** StopWatch.cpp Copyright (c) 2005 Laurent de Soras --- Legal stuff --- This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *Tab=3***********************************************************************/</span> <span class="preprocessor">#if defined (_MSC_VER)</span> <span class="preprocessor">#pragma warning (1 : 4130) // &quot;'operator' : logical operation on address of string constant&quot;</span> <span class="preprocessor">#pragma warning (1 : 4223) // &quot;nonstandard extension used : non-lvalue array converted to pointer&quot;</span> <span class="preprocessor">#pragma warning (1 : 4705) // &quot;statement has no effect&quot;</span> <span class="preprocessor">#pragma warning (1 : 4706) // &quot;assignment within conditional expression&quot;</span> <span class="preprocessor">#pragma warning (4 : 4786) // &quot;identifier was truncated to '255' characters in the debug information&quot;</span> <span class="preprocessor">#pragma warning (4 : 4800) // &quot;forcing value to bool 'true' or 'false' (performance warning)&quot;</span> <span class="preprocessor">#pragma warning (4 : 4355) // &quot;'this' : used in base member initializer list&quot;</span> <span class="preprocessor">#endif</span> <span class="comment">/*\\\ INCLUDE FILES \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/</span> <span class="preprocessor">#include &quot;StopWatch.h&quot;</span> <span class="preprocessor">#include &lt;cassert&gt;</span> <span class="keyword">namespace</span> stopwatch { <span class="comment">/*\\\ PUBLIC \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/</span> StopWatch<span class="operator">::</span>StopWatch () : _ccc () <span class="operator">,</span> _nbr_laps (<span class="number">0</span>) { <span class="comment">// Nothing</span> } <span class="type">double</span> StopWatch<span class="operator">::</span>get_time_total (Int64 nbr_op) <span class="keyword">const</span> { assert (_nbr_laps <span class="operator">&gt;</span> <span class="number">0</span>); assert (nbr_op <span class="operator">&gt;</span> <span class="number">0</span>); <span class="keyword">return</span> ( <span class="keyword">static_cast</span> <span class="operator">&lt;</span><span class="type">double</span><span class="operator">&gt;</span> (_ccc<span class="operator">.</span>get_time_total ()) <span class="operator">/</span> (<span class="keyword">static_cast</span> <span class="operator">&lt;</span><span class="type">double</span><span class="operator">&gt;</span> (nbr_op) <span class="operator">*</span> <span class="keyword">static_cast</span> <span class="operator">&lt;</span><span class="type">double</span><span class="operator">&gt;</span> (_nbr_laps)) ); } <span class="type">double</span> StopWatch<span class="operator">::</span>get_time_best_lap (Int64 nbr_op) <span class="keyword">const</span> { assert (nbr_op <span class="operator">&gt;</span> <span class="number">0</span>); <span class="keyword">return</span> ( <span class="keyword">static_cast</span> <span class="operator">&lt;</span><span class="type">double</span><span class="operator">&gt;</span> (_ccc<span class="operator">.</span>get_time_best_lap ()) <span class="operator">/</span> <span class="keyword">static_cast</span> <span class="operator">&lt;</span><span class="type">double</span><span class="operator">&gt;</span> (nbr_op) ); } <span class="comment">/*\\\ PROTECTED \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/</span> <span class="comment">/*\\\ PRIVATE \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/</span> } <span class="comment">// namespace stopwatch</span> <span class="comment">/*\\\ EOF \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/</span></pre> </div> <!-- @@@demos/spectrum/3rdparty/fftreal/stopwatch/StopWatch.cpp --> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2012 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/boot/registry/selector/internal/package-tree.html
1fechner/FeatureExtractor
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Wed Feb 10 11:30:35 CST 2016 --> <title>org.hibernate.boot.registry.selector.internal Class Hierarchy (Hibernate JavaDocs)</title> <meta name="date" content="2016-02-10"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.hibernate.boot.registry.selector.internal Class Hierarchy (Hibernate JavaDocs)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/hibernate/boot/registry/selector/package-tree.html">Prev</a></li> <li><a href="../../../../../../org/hibernate/boot/registry/selector/spi/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/hibernate/boot/registry/selector/internal/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.hibernate.boot.registry.selector.internal</h1> <span class="packageHierarchyLabel">Package Hierarchies:</span> <ul class="horizontal"> <li><a href="../../../../../../overview-tree.html">All Packages</a></li> </ul> </div> <div class="contentContainer"> <h2 title="Class Hierarchy">Class Hierarchy</h2> <ul> <li type="circle">java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a> <ul> <li type="circle">org.hibernate.boot.registry.selector.internal.<a href="../../../../../../org/hibernate/boot/registry/selector/internal/StrategySelectorBuilder.html" title="class in org.hibernate.boot.registry.selector.internal"><span class="typeNameLink">StrategySelectorBuilder</span></a></li> <li type="circle">org.hibernate.boot.registry.selector.internal.<a href="../../../../../../org/hibernate/boot/registry/selector/internal/StrategySelectorImpl.html" title="class in org.hibernate.boot.registry.selector.internal"><span class="typeNameLink">StrategySelectorImpl</span></a> (implements org.hibernate.boot.registry.selector.spi.<a href="../../../../../../org/hibernate/boot/registry/selector/spi/StrategySelector.html" title="interface in org.hibernate.boot.registry.selector.spi">StrategySelector</a>)</li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/hibernate/boot/registry/selector/package-tree.html">Prev</a></li> <li><a href="../../../../../../org/hibernate/boot/registry/selector/spi/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/hibernate/boot/registry/selector/internal/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2001-2016 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p> </body> </html>
doc/html/widgets-analogclock-analogclock-pro.html
kobolabs/qt-everywhere-opensource-src-4.6.2
<?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.6: analogclock.pro Example File (widgets/analogclock/analogclock.pro)</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://qt.nokia.com/"><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="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td></tr></table><h1 class="title">analogclock.pro Example File<br /><span class="small-subtitle">widgets/analogclock/analogclock.pro</span> </h1> <pre> HEADERS = analogclock.h SOURCES = analogclock.cpp \ main.cpp # install target.path = $$[QT_INSTALL_EXAMPLES]/widgets/analogclock sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS analogclock.pro sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/analogclock INSTALLS += target sources symbian { TARGET.UID3 = 0xA000A64F include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) }</pre> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> <td width="40%" align="left">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td> <td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td> <td width="40%" align="right"><div align="right">Qt 4.6.2</div></td> </tr></table></div></address></body> </html>
doc/html/class_qwt_plot_raster_item-members.html
caicaiking/MyQwt
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>Qwt User&#39;s Guide: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by Doxygen 1.7.3 --> <div id="top"> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Qwt User's Guide&#160;<span id="projectnumber">6.0.0</span></div> </td> </tr> </tbody> </table> </div> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div 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="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> </div> <div class="header"> <div class="headertitle"> <h1>QwtPlotRasterItem Member List</h1> </div> </div> <div class="contents"> This is the complete list of members for <a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a>, including all inherited members.<table> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a96b2faa0bc0fe086bff1abe72bcb2016">alpha</a>() const </td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#aeb2f676533ccae3436bf578824e2165e">attach</a>(QwtPlot *plot)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#ae0fabcdd35f4818ce5bbe019b0eed062a9de83e2ad8a88796a36a11ef8b033a48">AutoScale</a> enum value</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#ad96073173caf80301e108a6d8b0648e9">boundingRect</a>() const </td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a94929fc4c31c3dab75ee5adcac2d57b0">CachePolicy</a> enum name</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#ac953db5d88084f416b4dbc3ca8a323f3">cachePolicy</a>() const </td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#ab2bbee6dbe36a5f1d0ce853ac66716a6">detach</a>()</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a2bb321c1ddc67b96a54a266ba27e6fe0">draw</a>(QPainter *p, const QwtScaleMap &amp;xMap, const QwtScaleMap &amp;yMap, const QRectF &amp;rect) const </td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_legend_item_manager.html#a8dd765a2fd5b9a286fa398810a5c2ad8">drawLegendIdentifier</a>(QPainter *, const QRectF &amp;) const </td><td><a class="el" href="class_qwt_legend_item_manager.html">QwtLegendItemManager</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a1faea017baa2492416a13e6bc3c144aa">hide</a>()</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a9feb834f9e40cdff11d8cd6ad74fda10">imageMap</a>(Qt::Orientation, const QwtScaleMap &amp;map, const QRectF &amp;area, const QSize &amp;imageSize, double pixelSize) const </td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td><code> [protected, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a0ffa377f71d05a0d3d077e040b08c357">interval</a>(Qt::Axis) const </td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a547ce4d8d031b230226cfbd509ef65b5">invalidateCache</a>()</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#aeaf8eeb5f080017e181a5d7be798d789">isVisible</a>() const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#ae0fabcdd35f4818ce5bbe019b0eed062">ItemAttribute</a> enum name</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#af356dc13c7838c7437334e199a356764">ItemAttributes</a> typedef</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#ad956fdbce5b0721abccce6d09fe4d5ce">itemChanged</a>()</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#ae0fabcdd35f4818ce5bbe019b0eed062a4e377b54bd879c60a95162b6a9e9e176">Legend</a> enum value</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a09824eda5e564a853e6586bc387a3b4b">legendItem</a>() const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td><code> [virtual]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>NoCache</b> enum value (defined in <a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a>)</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a75ac68ea258b8612e8a1893e845394ee">PaintAttribute</a> enum name</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a6bde441d571c4943da01765dec2d4b4a">PaintAttributes</a> typedef</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>PaintCache</b> enum value (defined in <a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a>)</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a75ac68ea258b8612e8a1893e845394eea77b139d4d7327465408fe06ec98dbc0d">PaintInDeviceResolution</a> enum value</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#afa05b98fd7ea65ca1ffcb04bb6b4326d">paintRect</a>(const QwtScaleMap &amp;, const QwtScaleMap &amp;) const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a03a69bfe7d3d125ba4f580d1ecd5e2f4">pixelHint</a>(const QRectF &amp;) const </td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a4c99653a14a49ad94d466168d06e97b9">plot</a>() const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_legend_item_manager.html#a57827c099bdb5691820f749f3e5da710">QwtLegendItemManager</a>()</td><td><a class="el" href="class_qwt_legend_item_manager.html">QwtLegendItemManager</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a5d892ac856fb9176515c5f2d806161dc">QwtPlotItem</a>(const QwtText &amp;title=QwtText())</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td><code> [explicit]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a2149c1d6b71c607027345a9a51ef3314">QwtPlotRasterItem</a>(const QString &amp;title=QString::null)</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td><code> [explicit]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#af487c6abc8e95200d4537d1373f96be5">QwtPlotRasterItem</a>(const QwtText &amp;title)</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td><code> [explicit]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#abe0e8a39aceef9a600b73e02550a9704ae0c9811915d496eaacbd749724647f13">RenderAntialiased</a> enum value</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#abe0e8a39aceef9a600b73e02550a9704">RenderHint</a> enum name</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a40cf900701d3a68948b00316689616d1">RenderHints</a> typedef</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a1738b36c0e6e4073f3ad6629e7923f74">renderImage</a>(const QwtScaleMap &amp;xMap, const QwtScaleMap &amp;yMap, const QRectF &amp;area, const QSize &amp;imageSize) const =0</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td><code> [protected, pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#af153b5a40a60ac626f1c58e69fc4ecad">rtti</a>() const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td><code> [virtual]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotCurve</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotGrid</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotHistogram</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotIntervalCurve</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotItem</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotMarker</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotScale</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotSpectroCurve</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotSpectrogram</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotSVG</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>Rtti_PlotUserItem</b> enum value (defined in <a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a>)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#ab149ac85e233ce9cedf2f2f2af871bf3">RttiValues</a> enum name</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a186036cbee194b87b9bc4afb693c27f4">scaleRect</a>(const QwtScaleMap &amp;, const QwtScaleMap &amp;) const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a14f2ab8ec0994384e6269f869c352273">setAlpha</a>(int alpha)</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a6f6c7b34fe86e8029914b3b780b55ea4">setAxes</a>(int xAxis, int yAxis)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a31f74199f7e333c2683b0f18289e4c7f">setCachePolicy</a>(CachePolicy)</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a5a335be8ff488809a2cf7f4b734ad1b6">setItemAttribute</a>(ItemAttribute, bool on=true)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a70d6b94821e5eafb29b1f045d1f3a2e6">setPaintAttribute</a>(PaintAttribute, bool on=true)</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#acd023c40f659c304ded324942865edc8">setRenderHint</a>(RenderHint, bool on=true)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a1b74686181ab6dd5033917123c7db30f">setTitle</a>(const QString &amp;title)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a2db3214b23b78274fa6f8c0321a76839">setTitle</a>(const QwtText &amp;title)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a5f0eeb2b72207fd8d33a95b0565657a1">setVisible</a>(bool)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a81d3dd7feaadda4b0dbb8c13642046cf">setXAxis</a>(int axis)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#aa92dad876d76ce136925d5ae8f01db9a">setYAxis</a>(int axis)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a57d90e4146133b59d589c71b3a643e82">setZ</a>(double z)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a93a50fb9c86bc66617e28315e02281c3">show</a>()</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#aef70936d34ef661876692e6a06d4a464">testItemAttribute</a>(ItemAttribute) const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a17d8f350acf46d2ba7a68df977f80a52">testPaintAttribute</a>(PaintAttribute) const </td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#ad4009381d6a26359125549e1cf874b69">testRenderHint</a>(RenderHint) const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a3859d011b670b5f89e45d1ccef9206f7">title</a>() const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a193770cd20609a368c5130de59cb782e">updateLegend</a>(QwtLegend *) const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#abf6a70847d3db952161ca4d4a952eea0">updateScaleDiv</a>(const QwtScaleDiv &amp;, const QwtScaleDiv &amp;)</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a7af360bf6d5a5b6257ce6b0dd99b7525">xAxis</a>() const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#ac7714ffa278a10e0cf45972e487b63ff">yAxis</a>() const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a4c58d814336643190b9f2918f80c30df">z</a>() const </td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_legend_item_manager.html#a8024d2ec1f7d289161311fa706e7cf61">~QwtLegendItemManager</a>()</td><td><a class="el" href="class_qwt_legend_item_manager.html">QwtLegendItemManager</a></td><td><code> [inline, virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_item.html#a282a1d0424a06737f80e1fe83ccf7a0c">~QwtPlotItem</a>()</td><td><a class="el" href="class_qwt_plot_item.html">QwtPlotItem</a></td><td><code> [virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="class_qwt_plot_raster_item.html#a2715233827c346ab15504dc75d6e9714">~QwtPlotRasterItem</a>()</td><td><a class="el" href="class_qwt_plot_raster_item.html">QwtPlotRasterItem</a></td><td><code> [virtual]</code></td></tr> </table></div> <hr class="footer"/><address class="footer"><small>Generated by&#160; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address> </body> </html>
api/org/minueto/MinuetoTool.html
Mikeware/minueto
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_25) on Mon Sep 29 10:45:17 PDT 2014 --> <title>MinuetoTool (MinuetoAPI API)</title> <meta name="date" content="2014-09-29"> <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="MinuetoTool (MinuetoAPI API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/MinuetoTool.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../org/minueto/MinuetoStopWatch.html" title="class in org.minueto"><span class="strong">Prev Class</span></a></li> <li><a href="../../org/minueto/MinuetoZeroNegativeException.html" title="class in org.minueto"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?org/minueto/MinuetoTool.html" target="_top">Frames</a></li> <li><a href="MinuetoTool.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.minueto</div> <h2 title="Class MinuetoTool" class="title">Class MinuetoTool</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.minueto.MinuetoTool</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">MinuetoTool</span> extends java.lang.Object</pre> <div class="block">The <code>MinuetoTool</code> class provides various tools that don't particularly fit into other Minueto class.</div> <dl><dt><span class="strong">Since:</span></dt> <dd>Minueto 0.4</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../org/minueto/MinuetoTool.html#MinuetoTool()">MinuetoTool</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../org/minueto/MinuetoTool.html#getDisplayHeight()">getDisplayHeight</a></strong>()</code> <div class="block">Returns the height of the current display (desktop) in pxels.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../org/minueto/MinuetoTool.html#getDisplayWidth()">getDisplayWidth</a></strong>()</code> <div class="block">Returns the width of the current display (desktop) in pxels.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../org/minueto/MinuetoTool.html#isLinux()">isLinux</a></strong>()</code> <div class="block">Returns true if the operating system is Linux.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../org/minueto/MinuetoTool.html#isMac()">isMac</a></strong>()</code> <div class="block">Returns true if the operating system is MacOS.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static boolean</code></td> <td class="colLast"><code><strong><a href="../../org/minueto/MinuetoTool.html#isWindows()">isWindows</a></strong>()</code> <div class="block">Returns true if the operating system is Windows.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="MinuetoTool()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>MinuetoTool</h4> <pre>public&nbsp;MinuetoTool()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getDisplayWidth()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDisplayWidth</h4> <pre>public static&nbsp;int&nbsp;getDisplayWidth()</pre> <div class="block">Returns the width of the current display (desktop) in pxels. In fullscreen mode, this value corresponds to the width of the <code>MinuetoWindow</code>.</div> <dl><dt><span class="strong">Returns:</span></dt><dd><code>int</code> denoting the width of the current display.</dd></dl> </li> </ul> <a name="getDisplayHeight()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDisplayHeight</h4> <pre>public static&nbsp;int&nbsp;getDisplayHeight()</pre> <div class="block">Returns the height of the current display (desktop) in pxels. In fullscreen mode, this value corresponds to the height of the <code>MinuetoWindow</code>.</div> <dl><dt><span class="strong">Returns:</span></dt><dd><code>int</code> denoting the height of the current display.</dd></dl> </li> </ul> <a name="isWindows()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isWindows</h4> <pre>public static&nbsp;boolean&nbsp;isWindows()</pre> <div class="block">Returns true if the operating system is Windows.</div> <dl><dt><span class="strong">Returns:</span></dt><dd><code>boolean</code> indicating if the OS is Windows</dd></dl> </li> </ul> <a name="isLinux()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isLinux</h4> <pre>public static&nbsp;boolean&nbsp;isLinux()</pre> <div class="block">Returns true if the operating system is Linux.</div> <dl><dt><span class="strong">Returns:</span></dt><dd><code>boolean</code> indicating if the OS is Linux</dd></dl> </li> </ul> <a name="isMac()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>isMac</h4> <pre>public static&nbsp;boolean&nbsp;isMac()</pre> <div class="block">Returns true if the operating system is MacOS.</div> <dl><dt><span class="strong">Returns:</span></dt><dd><code>boolean</code> indicating if the OS is MacOS</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/MinuetoTool.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../org/minueto/MinuetoStopWatch.html" title="class in org.minueto"><span class="strong">Prev Class</span></a></li> <li><a href="../../org/minueto/MinuetoZeroNegativeException.html" title="class in org.minueto"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?org/minueto/MinuetoTool.html" target="_top">Frames</a></li> <li><a href="MinuetoTool.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/documentation/javadocs/org/hibernate/boot/internal/class-use/SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.html
1fechner/FeatureExtractor
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_40) on Wed Feb 10 11:30:58 CST 2016 --> <title>Uses of Class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl (Hibernate JavaDocs)</title> <meta name="date" content="2016-02-10"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl (Hibernate JavaDocs)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/hibernate/boot/internal/SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.html" title="class in org.hibernate.boot.internal">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-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?org/hibernate/boot/internal/class-use/SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.html" target="_top">Frames</a></li> <li><a href="SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl" class="title">Uses of Class<br>org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl</h2> </div> <div class="classUseContainer">No usage of org.hibernate.boot.internal.SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/hibernate/boot/internal/SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.html" title="class in org.hibernate.boot.internal">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-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?org/hibernate/boot/internal/class-use/SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.html" target="_top">Frames</a></li> <li><a href="SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2001-2016 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.</small></p> </body> </html>
Bluetooth Server/libs/Bluecove/javadocs/java/util/package-tree.html
mzraghib/TeamRPZ
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Fri Aug 02 13:32:47 CDT 2002 --> <TITLE> Mobile Information Device Profile 2.0 Draft 14: java.util Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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-all.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> <strong>MIDP 2.0</strong></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../java/lang/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../javax/microedition/io/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <CENTER> <H2> Hierarchy For Package java.util </H2> </CENTER> <DL> <DT><B>Package Hierarchies: </B><DD><A HREF="../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">class java.lang.<B>Object</B><UL> <LI TYPE="circle">class java.util.<B>Calendar</B><LI TYPE="circle">class java.util.<B>Date</B><LI TYPE="circle">class java.util.<B>Hashtable</B><LI TYPE="circle">class java.util.<B>Random</B><LI TYPE="circle">class java.lang.<B>Throwable</B><UL> <LI TYPE="circle">class java.lang.<B>Exception</B><UL> <LI TYPE="circle">class java.lang.<B>RuntimeException</B><UL> <LI TYPE="circle">class java.util.<B>EmptyStackException</B><LI TYPE="circle">class java.util.<B>NoSuchElementException</B></UL> </UL> </UL> <LI TYPE="circle">class java.util.<A HREF="../../java/util/Timer.html"><B>Timer</B></A><LI TYPE="circle">class java.util.<A HREF="../../java/util/TimerTask.html"><B>TimerTask</B></A> (implements java.lang.Runnable) <LI TYPE="circle">class java.util.<B>TimeZone</B><LI TYPE="circle">class java.util.<B>Vector</B><UL> <LI TYPE="circle">class java.util.<B>Stack</B></UL> </UL> </UL> <H2> Interface Hierarchy </H2> <UL> <LI TYPE="circle">interface java.util.<B>Enumeration</B></UL> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <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"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&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-all.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> <strong>MIDP 2.0</strong></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../java/lang/package-tree.html"><B>PREV</B></A>&nbsp; &nbsp;<A HREF="../../javax/microedition/io/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="package-tree.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <font size="-1"><a href="mailto:jsr118-pr@mobile-experts.org">Submit a comment or suggestion</a> Version 2.0 Draft 14 of Mobile Information Device Profile Specification<br>Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.</font> </BODY> </HTML>
doc/html/qplastiquestyle-members.html
sicily/qt4.8.4
<?xml version="1.0" encoding="UTF-8"?> <!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" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qplastiquestyle.cpp --> <title>Qt 4.8: List of All Members for QPlastiqueStyle</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="modules.html">Modules</a></li> <li><a href="qtgui.html">QtGui</a></li> <li>QPlastiqueStyle</li> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <h1 class="title">List of All Members for QPlastiqueStyle</h1> <p>This is the complete list of members for <a href="qplastiquestyle.html">QPlastiqueStyle</a>, including inherited members.</p> <table class="propsummary"> <tr><td class="topAlign"><ul> <li class="fn">enum <span class="name"><b><a href="qstyle.html#ComplexControl-enum">ComplexControl</a></b></span></li> <li class="fn">enum <span class="name"><b><a href="qstyle.html#ContentsType-enum">ContentsType</a></b></span></li> <li class="fn">enum <span class="name"><b><a href="qstyle.html#ControlElement-enum">ControlElement</a></b></span></li> <li class="fn">enum <span class="name"><b><a href="qstyle.html#PixelMetric-enum">PixelMetric</a></b></span></li> <li class="fn">enum <span class="name"><b><a href="qstyle.html#PrimitiveElement-enum">PrimitiveElement</a></b></span></li> <li class="fn">enum <span class="name"><b><a href="qstyle.html#RequestSoftwareInputPanel-enum">RequestSoftwareInputPanel</a></b></span></li> <li class="fn">enum <span class="name"><b><a href="qstyle.html#StandardPixmap-enum">StandardPixmap</a></b></span></li> <li class="fn">flags <span class="name"><b><a href="qstyle.html#StateFlag-enum">State</a></b></span></li> <li class="fn">enum <span class="name"><b><a href="qstyle.html#StateFlag-enum">StateFlag</a></b></span></li> <li class="fn">enum <span class="name"><b><a href="qstyle.html#StyleHint-enum">StyleHint</a></b></span></li> <li class="fn">enum <span class="name"><b><a href="qstyle.html#SubControl-enum">SubControl</a></b></span></li> <li class="fn">flags <span class="name"><b><a href="qstyle.html#SubControl-enum">SubControls</a></b></span></li> <li class="fn">enum <span class="name"><b><a href="qstyle.html#SubElement-enum">SubElement</a></b></span></li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#QPlastiqueStyle">QPlastiqueStyle</a></b></span> ()</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#dtor.QPlastiqueStyle">~QPlastiqueStyle</a></b></span> ()</li> <li class="fn"><span class="name"><b><a href="qstyle.html#alignedRect">alignedRect</a></b></span> ( Qt::LayoutDirection, Qt::Alignment, const QSize &amp;, const QRect &amp; ) : QRect</li> <li class="fn"><span class="name"><b><a href="qobject.html#blockSignals">blockSignals</a></b></span> ( bool ) : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#childEvent">childEvent</a></b></span> ( QChildEvent * )</li> <li class="fn"><span class="name"><b><a href="qobject.html#children">children</a></b></span> () const : const QObjectList &amp;</li> <li class="fn"><span class="name"><b><a href="qstyle.html#combinedLayoutSpacing">combinedLayoutSpacing</a></b></span> ( QSizePolicy::ControlTypes, QSizePolicy::ControlTypes, Qt::Orientation, QStyleOption *, QWidget * ) const : int</li> <li class="fn"><span class="name"><b><a href="qobject.html#connect">connect</a></b></span> ( const QObject *, const char *, const QObject *, const char *, Qt::ConnectionType ) : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#connect-2">connect</a></b></span> ( const QObject *, const QMetaMethod &amp;, const QObject *, const QMetaMethod &amp;, Qt::ConnectionType ) : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#connect-3">connect</a></b></span> ( const QObject *, const char *, const char *, Qt::ConnectionType ) const : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#connectNotify">connectNotify</a></b></span> ( const char * )</li> <li class="fn"><span class="name"><b><a href="qobject.html#customEvent">customEvent</a></b></span> ( QEvent * )</li> <li class="fn"><span class="name"><b><a href="qobject.html#d_ptr-var">d_ptr</a></b></span> : QScopedPointer&lt;QObjectData&gt;</li> <li class="fn"><span class="name"><b><a href="qobject.html#deleteLater">deleteLater</a></b></span> ()</li> <li class="fn"><span class="name"><b><a href="qobject.html#destroyed">destroyed</a></b></span> ( QObject * )</li> <li class="fn"><span class="name"><b><a href="qobject.html#disconnect">disconnect</a></b></span> ( const QObject *, const char *, const QObject *, const char * ) : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#disconnect-2">disconnect</a></b></span> ( const QObject *, const QMetaMethod &amp;, const QObject *, const QMetaMethod &amp; ) : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#disconnect-3">disconnect</a></b></span> ( const char *, const QObject *, const char * ) : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#disconnect-4">disconnect</a></b></span> ( const QObject *, const char * ) : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#disconnectNotify">disconnectNotify</a></b></span> ( const char * )</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#drawComplexControl">drawComplexControl</a></b></span> ( ComplexControl, const QStyleOptionComplex *, QPainter *, const QWidget * ) const</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#drawControl">drawControl</a></b></span> ( ControlElement, const QStyleOption *, QPainter *, const QWidget * ) const</li> <li class="fn"><span class="name"><b><a href="qstyle.html#drawItemPixmap">drawItemPixmap</a></b></span> ( QPainter *, const QRect &amp;, int, const QPixmap &amp; ) const</li> <li class="fn"><span class="name"><b><a href="qstyle.html#drawItemText">drawItemText</a></b></span> ( QPainter *, const QRect &amp;, int, const QPalette &amp;, bool, const QString &amp;, QPalette::ColorRole ) const</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#drawPrimitive">drawPrimitive</a></b></span> ( PrimitiveElement, const QStyleOption *, QPainter *, const QWidget * ) const</li> <li class="fn"><span class="name"><b><a href="qobject.html#dumpObjectInfo">dumpObjectInfo</a></b></span> ()</li> <li class="fn"><span class="name"><b><a href="qobject.html#dumpObjectTree">dumpObjectTree</a></b></span> ()</li> <li class="fn"><span class="name"><b><a href="qobject.html#dynamicPropertyNames">dynamicPropertyNames</a></b></span> () const : QList&lt;QByteArray&gt;</li> <li class="fn"><span class="name"><b><a href="qobject.html#event">event</a></b></span> ( QEvent * ) : bool</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#eventFilter">eventFilter</a></b></span> ( QObject *, QEvent * ) : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#findChild">findChild</a></b></span> ( const QString &amp; ) const : T</li> <li class="fn"><span class="name"><b><a href="qobject.html#findChildren">findChildren</a></b></span> ( const QString &amp; ) const : QList&lt;T&gt;</li> <li class="fn"><span class="name"><b><a href="qobject.html#findChildren-2">findChildren</a></b></span> ( const QRegExp &amp; ) const : QList&lt;T&gt;</li> <li class="fn"><span class="name"><b><a href="qcommonstyle.html#generatedIconPixmap">generatedIconPixmap</a></b></span> ( QIcon::Mode, const QPixmap &amp;, const QStyleOption * ) const : QPixmap</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#hitTestComplexControl">hitTestComplexControl</a></b></span> ( ComplexControl, const QStyleOptionComplex *, const QPoint &amp;, const QWidget * ) const : SubControl</li> </ul></td><td class="topAlign"><ul> <li class="fn"><span class="name"><b><a href="qobject.html#inherits">inherits</a></b></span> ( const char * ) const : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#installEventFilter">installEventFilter</a></b></span> ( QObject * )</li> <li class="fn"><span class="name"><b><a href="qobject.html#isWidgetType">isWidgetType</a></b></span> () const : bool</li> <li class="fn"><span class="name"><b><a href="qstyle.html#itemPixmapRect">itemPixmapRect</a></b></span> ( const QRect &amp;, int, const QPixmap &amp; ) const : QRect</li> <li class="fn"><span class="name"><b><a href="qstyle.html#itemTextRect">itemTextRect</a></b></span> ( const QFontMetrics &amp;, const QRect &amp;, int, bool, const QString &amp; ) const : QRect</li> <li class="fn"><span class="name"><b><a href="qobject.html#killTimer">killTimer</a></b></span> ( int )</li> <li class="fn"><span class="name"><b><a href="qstyle.html#layoutSpacing">layoutSpacing</a></b></span> ( QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation, const QStyleOption *, const QWidget * ) const : int</li> <li class="fn"><span class="name"><b><a href="qstyle.html#layoutSpacingImplementation">layoutSpacingImplementation</a></b></span> ( QSizePolicy::ControlType, QSizePolicy::ControlType, Qt::Orientation, const QStyleOption *, const QWidget * ) const : int</li> <li class="fn"><span class="name"><b><a href="qobject.html#metaObject">metaObject</a></b></span> () const : const QMetaObject *</li> <li class="fn"><span class="name"><b><a href="qobject.html#moveToThread">moveToThread</a></b></span> ( QThread * )</li> <li class="fn"><span class="name"><b><a href="qobject.html#objectName-prop">objectName</a></b></span> () const : QString</li> <li class="fn"><span class="name"><b><a href="qobject.html#parent">parent</a></b></span> () const : QObject *</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#pixelMetric">pixelMetric</a></b></span> ( PixelMetric, const QStyleOption *, const QWidget * ) const : int</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#polish">polish</a></b></span> ( QWidget * )</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#polish-2">polish</a></b></span> ( QApplication * )</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#polish-3">polish</a></b></span> ( QPalette &amp; )</li> <li class="fn"><span class="name"><b><a href="qobject.html#property">property</a></b></span> ( const char * ) const : QVariant</li> <li class="fn"><span class="name"><b><a href="qstyle.html#proxy">proxy</a></b></span> () const : const QStyle *</li> <li class="fn"><span class="name"><b><a href="qobject.html#receivers">receivers</a></b></span> ( const char * ) const : int</li> <li class="fn"><span class="name"><b><a href="qobject.html#removeEventFilter">removeEventFilter</a></b></span> ( QObject * )</li> <li class="fn"><span class="name"><b><a href="qobject.html#sender">sender</a></b></span> () const : QObject *</li> <li class="fn"><span class="name"><b><a href="qobject.html#senderSignalIndex">senderSignalIndex</a></b></span> () const : int</li> <li class="fn"><span class="name"><b><a href="qobject.html#objectName-prop">setObjectName</a></b></span> ( const QString &amp; )</li> <li class="fn"><span class="name"><b><a href="qobject.html#setParent">setParent</a></b></span> ( QObject * )</li> <li class="fn"><span class="name"><b><a href="qobject.html#setProperty">setProperty</a></b></span> ( const char *, const QVariant &amp; ) : bool</li> <li class="fn"><span class="name"><b><a href="qobject.html#signalsBlocked">signalsBlocked</a></b></span> () const : bool</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#sizeFromContents">sizeFromContents</a></b></span> ( ContentsType, const QStyleOption *, const QSize &amp;, const QWidget * ) const : QSize</li> <li class="fn"><span class="name"><b><a href="qstyle.html#sliderPositionFromValue">sliderPositionFromValue</a></b></span> ( int, int, int, int, bool ) : int</li> <li class="fn"><span class="name"><b><a href="qstyle.html#sliderValueFromPosition">sliderValueFromPosition</a></b></span> ( int, int, int, int, bool ) : int</li> <li class="fn"><span class="name"><b><a href="qstyle.html#standardIcon">standardIcon</a></b></span> ( StandardPixmap, const QStyleOption *, const QWidget * ) const : QIcon</li> <li class="fn"><span class="name"><b><a href="qstyle.html#standardIconImplementation">standardIconImplementation</a></b></span> ( StandardPixmap, const QStyleOption *, const QWidget * ) const : QIcon</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#standardPalette">standardPalette</a></b></span> () const : QPalette</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#standardPixmap">standardPixmap</a></b></span> ( StandardPixmap, const QStyleOption *, const QWidget * ) const : QPixmap</li> <li class="fn"><span class="name"><b><a href="qobject.html#startTimer">startTimer</a></b></span> ( int ) : int</li> <li class="fn"><span class="name"><b><a href="qobject.html#staticMetaObject-var">staticMetaObject</a></b></span> : const QMetaObject</li> <li class="fn"><span class="name"><b><a href="qobject.html#staticQtMetaObject-var">staticQtMetaObject</a></b></span> : const QMetaObject</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#styleHint">styleHint</a></b></span> ( StyleHint, const QStyleOption *, const QWidget *, QStyleHintReturn * ) const : int</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#subControlRect">subControlRect</a></b></span> ( ComplexControl, const QStyleOptionComplex *, SubControl, const QWidget * ) const : QRect</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#subElementRect">subElementRect</a></b></span> ( SubElement, const QStyleOption *, const QWidget * ) const : QRect</li> <li class="fn"><span class="name"><b><a href="qobject.html#thread">thread</a></b></span> () const : QThread *</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#timerEvent">timerEvent</a></b></span> ( QTimerEvent * )</li> <li class="fn"><span class="name"><b><a href="qobject.html#tr">tr</a></b></span> ( const char *, const char *, int ) : QString</li> <li class="fn"><span class="name"><b><a href="qobject.html#trUtf8">trUtf8</a></b></span> ( const char *, const char *, int ) : QString</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#unpolish">unpolish</a></b></span> ( QWidget * )</li> <li class="fn"><span class="name"><b><a href="qplastiquestyle.html#unpolish-2">unpolish</a></b></span> ( QApplication * )</li> <li class="fn"><span class="name"><b><a href="qstyle.html#visualAlignment">visualAlignment</a></b></span> ( Qt::LayoutDirection, Qt::Alignment ) : Qt::Alignment</li> <li class="fn"><span class="name"><b><a href="qstyle.html#visualPos">visualPos</a></b></span> ( Qt::LayoutDirection, const QRect &amp;, const QPoint &amp; ) : QPoint</li> <li class="fn"><span class="name"><b><a href="qstyle.html#visualRect">visualRect</a></b></span> ( Qt::LayoutDirection, const QRect &amp;, const QRect &amp; ) : QRect</li> </ul> </td></tr> </table> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2012 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
libdb/docs/api_tcl/txn_abort.html
community-ssu/evolution-data-server
<!--$Id: txn_abort.html,v 1.1.1.1 2003/11/20 22:14:35 toshok Exp $--> <!--$Id: txn_abort.html,v 1.1.1.1 2003/11/20 22:14:35 toshok Exp $--> <!--Copyright 1997-2002 by Sleepycat Software, Inc.--> <!--All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB: txn abort</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++"> </head> <body bgcolor=white> <a name="2"><!--meow--></a> <table width="100%"><tr valign=top> <td> <h1><i>txn</i> <b>abort</b></h1> </td> <td align=right> <a href="../api_tcl/tcl_index.html"><img src="../images/api.gif" alt="API"></a><a href="../reftoc.html"><img src="../images/ref.gif" alt="Ref"></a> </td></tr></table> <hr size=1 noshade> <tt> <h3><pre>txn abort </pre></h3> <h1>Description</h1> <p>The <i>txn</i> <b>abort</b> command causes an abnormal termination of the transaction. <p>The log is played backward, and any necessary recovery operations are performed. After recovery is completed, all locks held by the transaction are acquired by the parent transaction in the case of a nested transaction, or released in the case of a non-nested transaction. As is the case for <i>txn</i> <b>commit</b>, applications that require strict two-phase locking should not explicitly release any locks. <p>In the case of nested transactions, aborting the parent transaction causes all children of that transaction to be aborted. <p>After <i>txn</i> <b>abort</b> has been called, regardless of its return, the <b>txn</b> handle may not be accessed again. <p>The <i>txn</i> <b>abort</b> command returns 0 on success, and in the case of error, a Tcl error is thrown. </tt> <table width="100%"><tr><td><br></td><td align=right> <a href="../api_tcl/tcl_index.html"><img src="../images/api.gif" alt="API"></a><a href="../reftoc.html"><img src="../images/ref.gif" alt="Ref"></a> </td></tr></table> <p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font> </body> </html>
epcis/epcis-interop-test/xref-test/org/fosstrak/epcis/repository/test/DbResetTest.html
Fosstrak/fosstrak.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <title>DbResetTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> </head> <body> <pre> <a name="1" href="#1">1</a> <em class="jxr_comment">/*</em> <a name="2" href="#2">2</a> <em class="jxr_comment"> * Copyright (C) 2007 ETH Zurich</em> <a name="3" href="#3">3</a> <em class="jxr_comment"> *</em> <a name="4" href="#4">4</a> <em class="jxr_comment"> * This file is part of Fosstrak (www.fosstrak.org).</em> <a name="5" href="#5">5</a> <em class="jxr_comment"> *</em> <a name="6" href="#6">6</a> <em class="jxr_comment"> * Fosstrak is free software; you can redistribute it and/or</em> <a name="7" href="#7">7</a> <em class="jxr_comment"> * modify it under the terms of the GNU Lesser General Public</em> <a name="8" href="#8">8</a> <em class="jxr_comment"> * License version 2.1, as published by the Free Software Foundation.</em> <a name="9" href="#9">9</a> <em class="jxr_comment"> *</em> <a name="10" href="#10">10</a> <em class="jxr_comment"> * Fosstrak is distributed in the hope that it will be useful,</em> <a name="11" href="#11">11</a> <em class="jxr_comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</em> <a name="12" href="#12">12</a> <em class="jxr_comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</em> <a name="13" href="#13">13</a> <em class="jxr_comment"> * Lesser General Public License for more details.</em> <a name="14" href="#14">14</a> <em class="jxr_comment"> *</em> <a name="15" href="#15">15</a> <em class="jxr_comment"> * You should have received a copy of the GNU Lesser General Public</em> <a name="16" href="#16">16</a> <em class="jxr_comment"> * License along with Fosstrak; if not, write to the Free</em> <a name="17" href="#17">17</a> <em class="jxr_comment"> * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</em> <a name="18" href="#18">18</a> <em class="jxr_comment"> * Boston, MA 02110-1301 USA</em> <a name="19" href="#19">19</a> <em class="jxr_comment"> */</em> <a name="20" href="#20">20</a> <a name="21" href="#21">21</a> <strong class="jxr_keyword">package</strong> org.fosstrak.epcis.repository.test; <a name="22" href="#22">22</a> <a name="23" href="#23">23</a> <strong class="jxr_keyword">import</strong> junit.framework.TestCase; <a name="24" href="#24">24</a> <a name="25" href="#25">25</a> <strong class="jxr_keyword">import</strong> org.fosstrak.epcis.captureclient.CaptureClient; <a name="26" href="#26">26</a> <a name="27" href="#27">27</a> <em class="jxr_javadoccomment">/**</em> <a name="28" href="#28">28</a> <em class="jxr_javadoccomment"> * Tests the dbReset operation.</em> <a name="29" href="#29">29</a> <em class="jxr_javadoccomment"> * </em> <a name="30" href="#30">30</a> <em class="jxr_javadoccomment"> * @author Marco Steybe</em> <a name="31" href="#31">31</a> <em class="jxr_javadoccomment"> */</em> <a name="32" href="#32">32</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/fosstrak/epcis/repository/test/DbResetTest.html">DbResetTest</a> <strong class="jxr_keyword">extends</strong> TestCase { <a name="33" href="#33">33</a> <a name="34" href="#34">34</a> <strong class="jxr_keyword">private</strong> CaptureClient capture = <strong class="jxr_keyword">new</strong> CaptureClient(); <a name="35" href="#35">35</a> <a name="36" href="#36">36</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testDbReset() <strong class="jxr_keyword">throws</strong> Exception { <a name="37" href="#37">37</a> <strong class="jxr_keyword">int</strong> response = capture.dbReset(); <a name="38" href="#38">38</a> assertEquals(200, response); <a name="39" href="#39">39</a> } <a name="40" href="#40">40</a> } </pre> <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body> </html>
abixen-platform-business-intelligence-service/src/main/web/admin/businessintelligence/abixen/multi-visualization/modules/file-data-source/html/list.html
adamturski/abixen-platform
<div class="row module-navigation-row"> <div class="col-xs-12 module-navigation-col"> <button type="button" ui-sref="application.multiVisualization.modules.fileDataSource.edit({id:fileDataSourceList.listGridConfig.selectedEntity.id})" ng-disabled="!fileDataSourceList.listGridConfig.selectedEntity" class="btn btn-default pull-left">Edit File Data Source </button> <span class="buttons-separator"></span> <button type="button" ng-click="fileDataSourceList.deleteEntity(fileDataSourceList.listGridConfig.selectedEntity)" ng-disabled="!fileDataSourceList.listGridConfig.selectedEntity" class="btn btn-warning pull-left"> Delete File Data Source </button> </div> </div> <div class="row grid-row"> <div class="col-xs-12"> <platform-list-grid class="default-platform-list-grid" list-grid-config="fileDataSourceList.listGridConfig"></platform-list-grid> </div> </div>
doc/html/layouts-borderlayout-borderlayout-h.html
sunblithe/qt-everywhere-opensource-src-4.7.1
<?xml version="1.0" encoding="UTF-8"?> <!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" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.7: borderlayout.h Example File (layouts/borderlayout/borderlayout.h)</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> </head> <body class="offline narrow creator"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.nokia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://developer.qt.nokia.com/">DEV</a></li> <li class="nav-topright-labs"><a href="http://labs.qt.nokia.com/blogs/">LABS</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://doc.qt.nokia.com/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.nokia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.7</a></span></li> <li class="shortCut-topleft-active"><a href="http://doc.qt.nokia.com">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu sf-js-enabled sf-shadow" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul id="topmenuLook"> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="licensing.html">Licenses and Credits</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul id="topmenuTopic"> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UI's &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="developing-with-qt.html">Cross-platform and Platform-specific</a></li> <li><a href="platform-specific.html">Platform-specific info</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul id="topmenuexample"> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UI's &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="developing-with-qt.html">Cross-platform and Platform-specific</a></li> <li class="defaultLink"><a href="platform-specific.html">Platform-specific info</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Bread crumbs goes here --> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content"> <h1 class="title">borderlayout.h Example File</h1> <span class="small-subtitle">layouts/borderlayout/borderlayout.h</span> <!-- $$$layouts/borderlayout/borderlayout.h-description --> <div class="descr"> <a name="details"></a> <pre class="highlightedCode brush: cpp"><span class="comment"> /**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follows: ** ** &quot;Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are ** met: ** * Redistributions of source code must retain the above copyright ** notice, this list of conditions and the following disclaimer. ** * Redistributions in binary form must reproduce the above 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 Nokia Corporation and its Subsidiary(-ies) nor ** the names of its contributors may be used to endorse or promote ** products derived from this software without specific prior written ** permission. ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ** &quot;AS IS&quot; 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 THE COPYRIGHT ** OWNER OR CONTRIBUTORS 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.&quot; ** $QT_END_LICENSE$ ** ****************************************************************************/</span> #ifndef BORDERLAYOUT_H #define BORDERLAYOUT_H #include &lt;QLayout&gt; #include &lt;QRect&gt; #include &lt;QWidgetItem&gt; class BorderLayout : public QLayout { public: enum Position { West, North, South, East, Center }; BorderLayout(QWidget *parent, int margin = 0, int spacing = -1); BorderLayout(int spacing = -1); ~BorderLayout(); void addItem(QLayoutItem *item); void addWidget(QWidget *widget, Position position); Qt::Orientations expandingDirections() const; bool hasHeightForWidth() const; int count() const; QLayoutItem *itemAt(int index) const; QSize minimumSize() const; void setGeometry(const QRect &amp;rect); QSize sizeHint() const; QLayoutItem *takeAt(int index); void add(QLayoutItem *item, Position position); private: struct ItemWrapper { ItemWrapper(QLayoutItem *i, Position p) { item = i; position = p; } QLayoutItem *item; Position position; }; enum SizeType { MinimumSize, SizeHint }; QSize calculateSize(SizeType sizeType) const; QList&lt;ItemWrapper *&gt; list; }; #endif</pre> </div> <!-- @@@layouts/borderlayout/borderlayout.h --> <div class="feedback t_button"> [+] Documentation Feedback</div> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.</p> <p> All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p> <br /> <p> Licensees holding valid Qt Commercial licenses may use this document 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.</p> <p> Alternatively, this document may be used under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> </div> <div id="feedbackBox"> <div id="feedcloseX" class="feedclose t_button">X</div> <form id="feedform" action="http://doc.qt.nokia.com/docFeedbck/feedback.php" method="get"> <p id="noteHead">Thank you for giving your feedback.</p> <p class="note">Make sure it is related to this specific page. For more general bugs and requests, please use the <a href="http://bugreports.qt.nokia.com/secure/Dashboard.jspa">Qt Bug Tracker</a>.</p> <p><textarea id="feedbox" name="feedText" rows="5" cols="40"></textarea></p> <p><input id="feedsubmit" class="feedclose" type="submit" name="feedback" /></p> </form> </div> <div id="blurpage"> </div> </body> </html>
doc/html/qplatformfontdatabase.html
sicily/qt4.8.4
<?xml version="1.0" encoding="UTF-8"?> <!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" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qplatformfontdatabase_qpa.cpp --> <title>Qt 4.8: QPlatformFontDatabase Class Reference</title> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script src="scripts/jquery.js" type="text/javascript"></script> <script src="scripts/functions.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="style/superfish.css" /> <link rel="stylesheet" type="text/css" href="style/narrow.css" /> <!--[if IE]> <meta name="MSSmartTagsPreventParsing" content="true"> <meta http-equiv="imagetoolbar" content="no"> <![endif]--> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie6.css"> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" type="text/css" href="style/style_ie7.css"> <![endif]--> <!--[if IE 8]> <link rel="stylesheet" type="text/css" href="style/style_ie8.css"> <![endif]--> <script src="scripts/superfish.js" type="text/javascript"></script> <script src="scripts/narrow.js" type="text/javascript"></script> </head> <body class="" onload="CheckEmptyAndLoadList();"> <div class="header" id="qtdocheader"> <div class="content"> <div id="nav-logo"> <a href="index.html">Home</a></div> <a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a> <div id="narrowsearch"></div> <div id="nav-topright"> <ul> <li class="nav-topright-home"><a href="http://qt.digia.com/">Qt HOME</a></li> <li class="nav-topright-dev"><a href="http://qt-project.org/">DEV</a></li> <li class="nav-topright-doc nav-topright-doc-active"><a href="http://qt-project.org/doc/"> DOC</a></li> <li class="nav-topright-blog"><a href="http://blog.qt.digia.com/">BLOG</a></li> </ul> </div> <div id="shortCut"> <ul> <li class="shortCut-topleft-inactive"><span><a href="index.html">Qt 4.8</a></span></li> <li class="shortCut-topleft-active"><a href="http://qt-project.org/doc/">ALL VERSIONS </a></li> </ul> </div> <ul class="sf-menu" id="narrowmenu"> <li><a href="#">API Lookup</a> <ul> <li><a href="classes.html">Class index</a></li> <li><a href="functions.html">Function index</a></li> <li><a href="modules.html">Modules</a></li> <li><a href="namespaces.html">Namespaces</a></li> <li><a href="qtglobal.html">Global Declarations</a></li> <li><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </li> <li><a href="#">Qt Topics</a> <ul> <li><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li><a href="supported-platforms.html">Supported Platforms</a></li> <li><a href="technology-apis.html">Qt and Key Technologies</a></li> <li><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </li> <li><a href="#">Examples</a> <ul> <li><a href="all-examples.html">Examples</a></li> <li><a href="tutorials.html">Tutorials</a></li> <li><a href="demos.html">Demos</a></li> <li><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </li> </ul> </div> </div> <div class="wrapper"> <div class="hd"> <span></span> </div> <div class="bd group"> <div class="sidebar"> <div class="searchlabel"> Search index:</div> <div class="search" id="sidebarsearch"> <form id="qtdocsearch" action="" onsubmit="return false;"> <fieldset> <input type="text" name="searchstring" id="pageType" value="" /> <div id="resultdialog"> <a href="#" id="resultclose">Close</a> <p id="resultlinks" class="all"><a href="#" id="showallresults">All</a> | <a href="#" id="showapiresults">API</a> | <a href="#" id="showarticleresults">Articles</a> | <a href="#" id="showexampleresults">Examples</a></p> <p id="searchcount" class="all"><span id="resultcount"></span><span id="apicount"></span><span id="articlecount"></span><span id="examplecount"></span>&nbsp;results:</p> <ul id="resultlist" class="all"> </ul> </div> </fieldset> </form> </div> <div class="box first bottombar" id="lookup"> <h2 title="API Lookup"><span></span> API Lookup</h2> <div id="list001" class="list"> <ul id="ul001" > <li class="defaultLink"><a href="classes.html">Class index</a></li> <li class="defaultLink"><a href="functions.html">Function index</a></li> <li class="defaultLink"><a href="modules.html">Modules</a></li> <li class="defaultLink"><a href="namespaces.html">Namespaces</a></li> <li class="defaultLink"><a href="qtglobal.html">Global Declarations</a></li> <li class="defaultLink"><a href="qdeclarativeelements.html">QML elements</a></li> </ul> </div> </div> <div class="box bottombar" id="topics"> <h2 title="Qt Topics"><span></span> Qt Topics</h2> <div id="list002" class="list"> <ul id="ul002" > <li class="defaultLink"><a href="qt-basic-concepts.html">Programming with Qt</a></li> <li class="defaultLink"><a href="qtquick.html">Device UIs &amp; Qt Quick</a></li> <li class="defaultLink"><a href="qt-gui-concepts.html">UI Design with Qt</a></li> <li class="defaultLink"><a href="supported-platforms.html">Supported Platforms</a></li> <li class="defaultLink"><a href="technology-apis.html">Qt and Key Technologies</a></li> <li class="defaultLink"><a href="best-practices.html">How-To's and Best Practices</a></li> </ul> </div> </div> <div class="box" id="examples"> <h2 title="Examples"><span></span> Examples</h2> <div id="list003" class="list"> <ul id="ul003"> <li class="defaultLink"><a href="all-examples.html">Examples</a></li> <li class="defaultLink"><a href="tutorials.html">Tutorials</a></li> <li class="defaultLink"><a href="demos.html">Demos</a></li> <li class="defaultLink"><a href="qdeclarativeexamples.html">QML Examples</a></li> </ul> </div> </div> </div> <div class="wrap"> <div class="toolbar"> <div class="breadcrumb toolblock"> <ul> <li class="first"><a href="index.html">Home</a></li> <!-- Breadcrumbs go here --> <li><a href="modules.html">Modules</a></li> <li><a href="qtgui.html">QtGui</a></li> <li>QPlatformFontDatabase</li> </ul> </div> <div class="toolbuttons toolblock"> <ul> <li id="smallA" class="t_button">A</li> <li id="medA" class="t_button active">A</li> <li id="bigA" class="t_button">A</li> <li id="print" class="t_button"><a href="javascript:this.print();"> <span>Print</span></a></li> </ul> </div> </div> <div class="content mainContent"> <div class="toc"> <h3><a name="toc">Contents</a></h3> <ul> <li class="level1"><a href="#public-functions">Public Functions</a></li> <li class="level1"><a href="#static-public-members">Static Public Members</a></li> <li class="level1"><a href="#details">Detailed Description</a></li> </ul> </div> <h1 class="title">QPlatformFontDatabase Class Reference</h1> <!-- $$$QPlatformFontDatabase-brief --> <p>The QPlatformFontDatabase class makes it possible to customize how fonts are discovered and how they are rendered <a href="#details">More...</a></p> <!-- @@@QPlatformFontDatabase --> <pre class="cpp"> <span class="preprocessor">#include &lt;QPlatformFontDatabase&gt;</span></pre><p>This class was introduced in Qt 4.8.</p> <ul> <li><a href="qplatformfontdatabase-members.html">List of all members, including inherited members</a></li> </ul> <a name="public-functions"></a> <h2>Public Functions</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> virtual QStringList </td><td class="memItemRight bottomAlign"><b><a href="qplatformfontdatabase.html#addApplicationFont">addApplicationFont</a></b> ( const QByteArray &amp; <i>fontData</i>, const QString &amp; <i>fileName</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual QStringList </td><td class="memItemRight bottomAlign"><b><a href="qplatformfontdatabase.html#fallbacksForFamily">fallbacksForFamily</a></b> ( const QString <i>family</i>, const QFont::Style &amp; <i>style</i>, const QFont::StyleHint &amp; <i>styleHint</i>, const QUnicodeTables::Script &amp; <i>script</i> ) const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual QString </td><td class="memItemRight bottomAlign"><b><a href="qplatformfontdatabase.html#fontDir">fontDir</a></b> () const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual QFontEngine * </td><td class="memItemRight bottomAlign"><b><a href="qplatformfontdatabase.html#fontEngine">fontEngine</a></b> ( const QFontDef &amp; <i>fontDef</i>, QUnicodeTables::Script <i>script</i>, void * <i>handle</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual QFontEngine * </td><td class="memItemRight bottomAlign"><b><a href="qplatformfontdatabase.html#fontEngine-2">fontEngine</a></b> ( const QByteArray &amp; <i>fontData</i>, qreal <i>pixelSize</i>, QFont::HintingPreference <i>hintingPreference</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qplatformfontdatabase.html#populateFontDatabase">populateFontDatabase</a></b> ()</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qplatformfontdatabase.html#releaseHandle">releaseHandle</a></b> ( void * <i>handle</i> )</td></tr> </table> <a name="static-public-members"></a> <h2>Static Public Members</h2> <table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qplatformfontdatabase.html#registerFont">registerFont</a></b> ( const QString &amp; <i>familyName</i>, const QString &amp; <i>foundryName</i>, QFont::Weight <i>weight</i>, QFont::Style <i>style</i>, QFont::Stretch <i>stretch</i>, bool <i>antialiased</i>, bool <i>scalable</i>, int <i>pixelSize</i>, const QSupportedWritingSystems &amp; <i>writingSystems</i>, void * <i>usrPtr</i> )</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qplatformfontdatabase.html#registerQPF2Font">registerQPF2Font</a></b> ( const QByteArray &amp; <i>dataArray</i>, void * <i>handle</i> )</td></tr> </table> <a name="details"></a> <!-- $$$QPlatformFontDatabase-description --> <div class="descr"> <h2>Detailed Description</h2> <p>The QPlatformFontDatabase class makes it possible to customize how fonts are discovered and how they are rendered</p> <p>QPlatformFontDatabase is the superclass which is intended to let platform implementations use native font handling.</p> <p>Qt has its internal font database which it uses to discover available fonts on the user's system. To be able to populate this database subclass this class, and reimplement <a href="qplatformfontdatabase.html#populateFontDatabase">populateFontDatabase</a>().</p> <p>Use the function <a href="qplatformfontdatabase.html#registerFont">registerFont</a>() to populate the internal font database.</p> <p>Sometimes a specified font does not have the required glyphs; in such a case, the fallbackForFamily() function is called automatically to find alternative font families that can supply alternatives to the missing glyphs.</p> </div> <p><b>See also </b><a href="qsupportedwritingsystems.html">QSupportedWritingSystems</a>.</p> <!-- @@@QPlatformFontDatabase --> <div class="func"> <h2>Member Function Documentation</h2> <!-- $$$addApplicationFont[overload1]$$$addApplicationFontconstQByteArray&constQString& --> <h3 class="fn"><a name="addApplicationFont"></a><span class="type"><a href="qstringlist.html">QStringList</a></span> QPlatformFontDatabase::<span class="name">addApplicationFont</span> ( const <span class="type"><a href="qbytearray.html">QByteArray</a></span> &amp; <i>fontData</i>, const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>fileName</i> )<tt> [virtual]</tt></h3> <p>Adds an application font described by the font contained supplied <i>fontData</i> or using the font contained in the file referenced by <i>fileName</i>. Returns a list of family names, or an empty list if the font could not be added.</p> <p><b>Note:</b> The default implementation of this function does not add an application font. Subclasses should reimplement this function to perform the necessary loading and registration of fonts.</p> <!-- @@@addApplicationFont --> <!-- $$$fallbacksForFamily[overload1]$$$fallbacksForFamilyconstQStringconstQFont::Style&constQFont::StyleHint&constQUnicodeTables::Script& --> <h3 class="fn"><a name="fallbacksForFamily"></a><span class="type"><a href="qstringlist.html">QStringList</a></span> QPlatformFontDatabase::<span class="name">fallbacksForFamily</span> ( const <span class="type"><a href="qstring.html">QString</a></span> <i>family</i>, const <span class="type"><a href="qfont.html#Style-enum">QFont::Style</a></span> &amp; <i>style</i>, const <span class="type"><a href="qfont.html#StyleHint-enum">QFont::StyleHint</a></span> &amp; <i>styleHint</i>, const <span class="type"><a href="qunicodetables.html#Script-enum">QUnicodeTables::Script</a></span> &amp; <i>script</i> ) const<tt> [virtual]</tt></h3> <p>Returns a list of alternative fonts for the specified <i>family</i> and <i>style</i> and <i>script</i> using the <i>styleHint</i> given.</p> <!-- @@@fallbacksForFamily --> <!-- $$$fontDir[overload1]$$$fontDir --> <h3 class="fn"><a name="fontDir"></a><span class="type"><a href="qstring.html">QString</a></span> QPlatformFontDatabase::<span class="name">fontDir</span> () const<tt> [virtual]</tt></h3> <p>Returns the path to the font directory.</p> <p>The font directory is stored in the general Qt settings unless it has been overridden by the <tt>QT_QPA_FONTDIR</tt> environment variable.</p> <p>When using builds of Qt that do not support settings, the <tt>QT_QPA_FONTDIR</tt> environment variable is the only way to specify the font directory.</p> <!-- @@@fontDir --> <!-- $$$fontEngine[overload1]$$$fontEngineconstQFontDef&QUnicodeTables::Scriptvoid* --> <h3 class="fn"><a name="fontEngine"></a><span class="type">QFontEngine</span> * QPlatformFontDatabase::<span class="name">fontEngine</span> ( const <span class="type">QFontDef</span> &amp; <i>fontDef</i>, <span class="type"><a href="qunicodetables.html#Script-enum">QUnicodeTables::Script</a></span> <i>script</i>, <span class="type">void</span> * <i>handle</i> )<tt> [virtual]</tt></h3> <p>Returns the font engine that can be used to render the font described by the font definition, <i>fontDef</i>, in the specified <i>script</i>.</p> <!-- @@@fontEngine --> <!-- $$$fontEngine$$$fontEngineconstQByteArray&qrealQFont::HintingPreference --> <h3 class="fn"><a name="fontEngine-2"></a><span class="type">QFontEngine</span> * QPlatformFontDatabase::<span class="name">fontEngine</span> ( const <span class="type"><a href="qbytearray.html">QByteArray</a></span> &amp; <i>fontData</i>, <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>pixelSize</i>, <span class="type"><a href="qfont.html#HintingPreference-enum">QFont::HintingPreference</a></span> <i>hintingPreference</i> )<tt> [virtual]</tt></h3> <!-- @@@fontEngine --> <!-- $$$populateFontDatabase[overload1]$$$populateFontDatabase --> <h3 class="fn"><a name="populateFontDatabase"></a><span class="type">void</span> QPlatformFontDatabase::<span class="name">populateFontDatabase</span> ()<tt> [virtual]</tt></h3> <p>This function is called once at startup by Qts internal fontdatabase. Reimplement this function in a subclass for a convenient place to initialise the internal fontdatabase.</p> <p>The default implementation looks in the <a href="qplatformfontdatabase.html#fontDir">fontDir</a>() location and registers all qpf2 fonts.</p> <!-- @@@populateFontDatabase --> <!-- $$$registerFont[overload1]$$$registerFontconstQString&constQString&QFont::WeightQFont::StyleQFont::StretchboolboolintconstQSupportedWritingSystems&void* --> <h3 class="fn"><a name="registerFont"></a><span class="type">void</span> QPlatformFontDatabase::<span class="name">registerFont</span> ( const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>familyName</i>, const <span class="type"><a href="qstring.html">QString</a></span> &amp; <i>foundryName</i>, <span class="type"><a href="qfont.html#Weight-enum">QFont::Weight</a></span> <i>weight</i>, <span class="type"><a href="qfont.html#Style-enum">QFont::Style</a></span> <i>style</i>, <span class="type"><a href="qfont.html#Stretch-enum">QFont::Stretch</a></span> <i>stretch</i>, <span class="type">bool</span> <i>antialiased</i>, <span class="type">bool</span> <i>scalable</i>, <span class="type">int</span> <i>pixelSize</i>, const <span class="type"><a href="qsupportedwritingsystems.html">QSupportedWritingSystems</a></span> &amp; <i>writingSystems</i>, <span class="type">void</span> * <i>usrPtr</i> )<tt> [static]</tt></h3> <p>Registers a font with the given set of attributes describing the font's foundry, family name, style and stretch information, pixel size, and supported writing systems. Additional information about whether the font can be scaled and antialiased can also be provided.</p> <p>The foundry name and font family are described by <i>foundryName</i> and <i>familyName</i>. The font weight (light, normal, bold, etc.), style (normal, oblique, italic) and stretch information (condensed, expanded, unstretched, etc.) are specified by <i>weight</i>, <i>style</i> and <i>stretch</i>.</p> <p>Some fonts can be antialiased and scaled; <i>scalable</i> and <i>antialiased</i> can be set to true for fonts with these attributes. The intended pixel size of non-scalable fonts is specified by <i>pixelSize</i>; this value will be ignored for scalable fonts.</p> <p>The writing systems supported by the font are specified by the <i>writingSystems</i> argument.</p> <p><b>See also </b><a href="qplatformfontdatabase.html#registerQPF2Font">registerQPF2Font</a>().</p> <!-- @@@registerFont --> <!-- $$$registerQPF2Font[overload1]$$$registerQPF2FontconstQByteArray&void* --> <h3 class="fn"><a name="registerQPF2Font"></a><span class="type">void</span> QPlatformFontDatabase::<span class="name">registerQPF2Font</span> ( const <span class="type"><a href="qbytearray.html">QByteArray</a></span> &amp; <i>dataArray</i>, <span class="type">void</span> * <i>handle</i> )<tt> [static]</tt></h3> <p>Registers the pre-rendered QPF2 font contained in the given <i>dataArray</i>.</p> <p><b>See also </b><a href="qplatformfontdatabase.html#registerFont">registerFont</a>().</p> <!-- @@@registerQPF2Font --> <!-- $$$releaseHandle[overload1]$$$releaseHandlevoid* --> <h3 class="fn"><a name="releaseHandle"></a><span class="type">void</span> QPlatformFontDatabase::<span class="name">releaseHandle</span> ( <span class="type">void</span> * <i>handle</i> )<tt> [virtual]</tt></h3> <p>Releases the font handle and deletes any associated data loaded from a file.</p> <!-- @@@releaseHandle --> </div> </div> </div> </div> <div class="ft"> <span></span> </div> </div> <div class="footer"> <p> <acronym title="Copyright">&copy;</acronym> 2012 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.</p> <br /> <p> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.</p> <p> Documentation sources may be obtained from <a href="http://www.qt-project.org"> www.qt-project.org</a>.</p> <br /> <p> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. <a title="Privacy Policy" href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p> </div> <script src="scripts/functions.js" type="text/javascript"></script> </body> </html>
3rdparty/commons-math-1.2/docs/apidocs/org/apache/commons/math/analysis/class-use/LaguerreSolver.html
cacheonix/cacheonix-core
<!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.5.0_12) on Mon Feb 18 12:20:02 MST 2008 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class org.apache.commons.math.analysis.LaguerreSolver (Commons Math 1.2 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class org.apache.commons.math.analysis.LaguerreSolver (Commons Math 1.2 API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= 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="../../../../../../org/apache/commons/math/analysis/LaguerreSolver.html" title="class in org.apache.commons.math.analysis"><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-all.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?org/apache/commons/math/analysis//class-useLaguerreSolver.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LaguerreSolver.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>org.apache.commons.math.analysis.LaguerreSolver</B></H2> </CENTER> No usage of org.apache.commons.math.analysis.LaguerreSolver <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="../../../../../../org/apache/commons/math/analysis/LaguerreSolver.html" title="class in org.apache.commons.math.analysis"><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-all.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?org/apache/commons/math/analysis//class-useLaguerreSolver.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LaguerreSolver.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> Copyright © 2003-2008 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
downloads/Ketai_v13_beta2/reference/ketai/net/bluetooth/KetaiBluetooth.html
ketai/ketai
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131) on Sat May 06 02:09:44 KST 2017 --> <title>KetaiBluetooth</title> <meta name="date" content="2017-05-06"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="KetaiBluetooth"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../ketai/net/bluetooth/KBluetoothListener.html" title="class in ketai.net.bluetooth"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?ketai/net/bluetooth/KetaiBluetooth.html" target="_top">Frames</a></li> <li><a href="KetaiBluetooth.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">ketai.net.bluetooth</div> <h2 title="Class KetaiBluetooth" class="title">Class KetaiBluetooth</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>ketai.net.bluetooth.KetaiBluetooth</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">KetaiBluetooth</span> extends java.lang.Object</pre> <div class="block">The Class KetaiBluetooth manages the bluetooth connections and service on the android device. This class has been tested and can manage multiple simultaneous bluetooth connections. The maximum number of connections varied by device limitations but 3 simultaneous connections were typical. To receive data from bluetooth connections a sketch should define the following method:<br /> void onBluetoothDataEvent(String who, byte[] data)<br /> who - the name of the device sending the data<br /> data - byte array of the data received<br /></div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected android.bluetooth.BluetoothAdapter</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#bluetoothAdapter">bluetoothAdapter</a></span></code> <div class="block">The bluetooth adapter.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.util.UUID</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#MY_UUID_INSECURE">MY_UUID_INSECURE</a></span></code> <div class="block">The my uuid insecure.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.util.UUID</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#MY_UUID_SECURE">MY_UUID_SECURE</a></span></code> <div class="block">The my uuid secure.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#NAME_INSECURE">NAME_INSECURE</a></span></code> <div class="block">The name insecure.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#NAME_SECURE">NAME_SECURE</a></span></code> <div class="block">The name secure.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected java.lang.reflect.Method</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#onBluetoothDataEventMethod">onBluetoothDataEventMethod</a></span></code> <div class="block">The on bluetooth data event method.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected processing.core.PApplet</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#parent">parent</a></span></code> <div class="block">The parent.</div> </td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#KetaiBluetooth-processing.core.PApplet-">KetaiBluetooth</a></span>(processing.core.PApplet&nbsp;_parent)</code> <div class="block">Instantiates a new ketai bluetooth instance</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#broadcast-byte:A-">broadcast</a></span>(byte[]&nbsp;data)</code> <div class="block">Send data to all conencted devices.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#connectDevice-android.bluetooth.BluetoothSocket-">connectDevice</a></span>(android.bluetooth.BluetoothSocket&nbsp;_socket)</code> <div class="block">Connect device.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#connectDevice-java.lang.String-">connectDevice</a></span>(java.lang.String&nbsp;_hwAddress)</code> <div class="block">Connect device by hardware address (more reliable since HW addresses are supposed to be unique.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#connectDeviceUsingSLIP-java.lang.String-">connectDeviceUsingSLIP</a></span>(java.lang.String&nbsp;_hwAddress)</code> <div class="block">Connect device using slip.</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#connectToDeviceByName-java.lang.String-">connectToDeviceByName</a></span>(java.lang.String&nbsp;_name)</code> <div class="block">Connect to device by name.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#discoverDevices--">discoverDevices</a></span>()</code> <div class="block">Discover devices.</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#getAddress--">getAddress</a></span>()</code> <div class="block">Gets our hardware address.</div> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>android.bluetooth.BluetoothAdapter</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#getBluetoothAdapater--">getBluetoothAdapater</a></span>()</code> <div class="block">Gets the bluetooth adapater.</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>java.util.ArrayList&lt;java.lang.String&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#getConnectedDeviceNames--">getConnectedDeviceNames</a></span>()</code> <div class="block">Gets the connected device names.</div> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>java.util.ArrayList&lt;java.lang.String&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#getDiscoveredDeviceNames--">getDiscoveredDeviceNames</a></span>()</code> <div class="block">Gets the discovered device names.</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>java.util.ArrayList&lt;java.lang.String&gt;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#getPairedDeviceNames--">getPairedDeviceNames</a></span>()</code> <div class="block">Gets the paired device names.</div> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#isDiscoverable--">isDiscoverable</a></span>()</code> <div class="block">Checks if we're discoverable.</div> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#isDiscovering--">isDiscovering</a></span>()</code> <div class="block">Checks if we are discovering devices.</div> </td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#isStarted--">isStarted</a></span>()</code> <div class="block">Checks if we've started.</div> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#lookupAddressByName-java.lang.String-">lookupAddressByName</a></span>(java.lang.String&nbsp;_name)</code> <div class="block">Lookup address by name.</div> </td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#makeDiscoverable--">makeDiscoverable</a></span>()</code> <div class="block">Make discoverable.</div> </td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#onActivityResult-int-int-android.content.Intent-">onActivityResult</a></span>(int&nbsp;requestCode, int&nbsp;resultCode, android.content.Intent&nbsp;data)</code> <div class="block">On activity result.</div> </td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>protected void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#removeConnection-ketai.net.bluetooth.KBluetoothConnection-">removeConnection</a></span>(<a href="../../../ketai/net/bluetooth/KBluetoothConnection.html" title="class in ketai.net.bluetooth">KBluetoothConnection</a>&nbsp;c)</code> <div class="block">Removes the connection.</div> </td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#setSLIPMode-boolean-">setSLIPMode</a></span>(boolean&nbsp;_flag)</code> <div class="block">Sets the sLIP mode(experimental).</div> </td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#start--">start</a></span>()</code> <div class="block">Start the service</div> </td> </tr> <tr id="i20" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#stop--">stop</a></span>()</code> <div class="block">Stop.</div> </td> </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#toString--">toString</a></span>()</code>&nbsp;</td> </tr> <tr id="i22" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#write-java.lang.String-byte:A-">write</a></span>(java.lang.String&nbsp;_deviceAddress, byte[]&nbsp;data)</code> <div class="block">Write data to a device through their hardware address</div> </td> </tr> <tr id="i23" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../ketai/net/bluetooth/KetaiBluetooth.html#writeToDeviceName-java.lang.String-byte:A-">writeToDeviceName</a></span>(java.lang.String&nbsp;_name, byte[]&nbsp;data)</code> <div class="block">Write to device name.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="parent"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>parent</h4> <pre>protected&nbsp;processing.core.PApplet parent</pre> <div class="block">The parent.</div> </li> </ul> <a name="bluetoothAdapter"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>bluetoothAdapter</h4> <pre>protected&nbsp;android.bluetooth.BluetoothAdapter bluetoothAdapter</pre> <div class="block">The bluetooth adapter.</div> </li> </ul> <a name="onBluetoothDataEventMethod"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onBluetoothDataEventMethod</h4> <pre>protected&nbsp;java.lang.reflect.Method onBluetoothDataEventMethod</pre> <div class="block">The on bluetooth data event method.</div> </li> </ul> <a name="MY_UUID_SECURE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MY_UUID_SECURE</h4> <pre>protected&nbsp;java.util.UUID MY_UUID_SECURE</pre> <div class="block">The my uuid secure.</div> </li> </ul> <a name="MY_UUID_INSECURE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MY_UUID_INSECURE</h4> <pre>protected&nbsp;java.util.UUID MY_UUID_INSECURE</pre> <div class="block">The my uuid insecure.</div> </li> </ul> <a name="NAME_SECURE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>NAME_SECURE</h4> <pre>protected&nbsp;java.lang.String NAME_SECURE</pre> <div class="block">The name secure.</div> </li> </ul> <a name="NAME_INSECURE"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NAME_INSECURE</h4> <pre>protected&nbsp;java.lang.String NAME_INSECURE</pre> <div class="block">The name insecure.</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="KetaiBluetooth-processing.core.PApplet-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>KetaiBluetooth</h4> <pre>public&nbsp;KetaiBluetooth(processing.core.PApplet&nbsp;_parent)</pre> <div class="block">Instantiates a new ketai bluetooth instance</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_parent</code> - the calling sketch/activity</dd> </dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="setSLIPMode-boolean-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setSLIPMode</h4> <pre>public&nbsp;void&nbsp;setSLIPMode(boolean&nbsp;_flag)</pre> <div class="block">Sets the sLIP mode(experimental).</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_flag</code> - the new sLIP mode</dd> </dl> </li> </ul> <a name="isStarted--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isStarted</h4> <pre>public&nbsp;boolean&nbsp;isStarted()</pre> <div class="block">Checks if we've started.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>true, if is started</dd> </dl> </li> </ul> <a name="getBluetoothAdapater--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getBluetoothAdapater</h4> <pre>public&nbsp;android.bluetooth.BluetoothAdapter&nbsp;getBluetoothAdapater()</pre> <div class="block">Gets the bluetooth adapater.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the bluetooth adapater</dd> </dl> </li> </ul> <a name="isDiscovering--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isDiscovering</h4> <pre>public&nbsp;boolean&nbsp;isDiscovering()</pre> <div class="block">Checks if we are discovering devices.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>true, if we're discovering</dd> </dl> </li> </ul> <a name="toString--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd> </dl> </li> </ul> <a name="onActivityResult-int-int-android.content.Intent-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>onActivityResult</h4> <pre>public&nbsp;void&nbsp;onActivityResult(int&nbsp;requestCode, int&nbsp;resultCode, android.content.Intent&nbsp;data)</pre> <div class="block">On activity result.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>requestCode</code> - the request code</dd> <dd><code>resultCode</code> - the result code</dd> <dd><code>data</code> - the data from the activty result</dd> </dl> </li> </ul> <a name="isDiscoverable--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isDiscoverable</h4> <pre>public&nbsp;boolean&nbsp;isDiscoverable()</pre> <div class="block">Checks if we're discoverable.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>true, if we're discoverable</dd> </dl> </li> </ul> <a name="start--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>start</h4> <pre>public&nbsp;boolean&nbsp;start()</pre> <div class="block">Start the service</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>true, if successful</dd> </dl> </li> </ul> <a name="getAddress--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAddress</h4> <pre>public&nbsp;java.lang.String&nbsp;getAddress()</pre> <div class="block">Gets our hardware address.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the address</dd> </dl> </li> </ul> <a name="getDiscoveredDeviceNames--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDiscoveredDeviceNames</h4> <pre>public&nbsp;java.util.ArrayList&lt;java.lang.String&gt;&nbsp;getDiscoveredDeviceNames()</pre> <div class="block">Gets the discovered device names.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>discovered device names</dd> </dl> </li> </ul> <a name="getPairedDeviceNames--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPairedDeviceNames</h4> <pre>public&nbsp;java.util.ArrayList&lt;java.lang.String&gt;&nbsp;getPairedDeviceNames()</pre> <div class="block">Gets the paired device names.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>paired device names</dd> </dl> </li> </ul> <a name="getConnectedDeviceNames--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getConnectedDeviceNames</h4> <pre>public&nbsp;java.util.ArrayList&lt;java.lang.String&gt;&nbsp;getConnectedDeviceNames()</pre> <div class="block">Gets the connected device names.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the connected device names</dd> </dl> </li> </ul> <a name="connectToDeviceByName-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>connectToDeviceByName</h4> <pre>public&nbsp;boolean&nbsp;connectToDeviceByName(java.lang.String&nbsp;_name)</pre> <div class="block">Connect to device by name.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_name</code> - the _name</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true, if successful</dd> </dl> </li> </ul> <a name="connectDevice-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>connectDevice</h4> <pre>public&nbsp;boolean&nbsp;connectDevice(java.lang.String&nbsp;_hwAddress)</pre> <div class="block">Connect device by hardware address (more reliable since HW addresses are supposed to be unique.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_hwAddress</code> - the _hw address</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true, if successful</dd> </dl> </li> </ul> <a name="connectDeviceUsingSLIP-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>connectDeviceUsingSLIP</h4> <pre>public&nbsp;boolean&nbsp;connectDeviceUsingSLIP(java.lang.String&nbsp;_hwAddress)</pre> <div class="block">Connect device using slip.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_hwAddress</code> - the _hw address</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true, if successful</dd> </dl> </li> </ul> <a name="connectDevice-android.bluetooth.BluetoothSocket-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>connectDevice</h4> <pre>public&nbsp;boolean&nbsp;connectDevice(android.bluetooth.BluetoothSocket&nbsp;_socket)</pre> <div class="block">Connect device.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_socket</code> - the _socket</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>true, if successful</dd> </dl> </li> </ul> <a name="discoverDevices--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>discoverDevices</h4> <pre>public&nbsp;void&nbsp;discoverDevices()</pre> <div class="block">Discover devices.</div> </li> </ul> <a name="lookupAddressByName-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lookupAddressByName</h4> <pre>public&nbsp;java.lang.String&nbsp;lookupAddressByName(java.lang.String&nbsp;_name)</pre> <div class="block">Lookup address by name.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_name</code> - the _name</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>the string</dd> </dl> </li> </ul> <a name="writeToDeviceName-java.lang.String-byte:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>writeToDeviceName</h4> <pre>public&nbsp;void&nbsp;writeToDeviceName(java.lang.String&nbsp;_name, byte[]&nbsp;data)</pre> <div class="block">Write to device name.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_name</code> - the _name of the device/connection</dd> <dd><code>data</code> - the data</dd> </dl> </li> </ul> <a name="write-java.lang.String-byte:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>write</h4> <pre>public&nbsp;void&nbsp;write(java.lang.String&nbsp;_deviceAddress, byte[]&nbsp;data)</pre> <div class="block">Write data to a device through their hardware address</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>_deviceAddress</code> - the _device hardware address</dd> <dd><code>data</code> - the data</dd> </dl> </li> </ul> <a name="broadcast-byte:A-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>broadcast</h4> <pre>public&nbsp;void&nbsp;broadcast(byte[]&nbsp;data)</pre> <div class="block">Send data to all conencted devices.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>data</code> - the data</dd> </dl> </li> </ul> <a name="removeConnection-ketai.net.bluetooth.KBluetoothConnection-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>removeConnection</h4> <pre>protected&nbsp;void&nbsp;removeConnection(<a href="../../../ketai/net/bluetooth/KBluetoothConnection.html" title="class in ketai.net.bluetooth">KBluetoothConnection</a>&nbsp;c)</pre> <div class="block">Removes the connection.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>c</code> - the connection reference</dd> </dl> </li> </ul> <a name="makeDiscoverable--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>makeDiscoverable</h4> <pre>public&nbsp;void&nbsp;makeDiscoverable()</pre> <div class="block">Make discoverable.</div> </li> </ul> <a name="stop--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>stop</h4> <pre>public&nbsp;void&nbsp;stop()</pre> <div class="block">Stop.</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../ketai/net/bluetooth/KBluetoothListener.html" title="class in ketai.net.bluetooth"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li>Next&nbsp;Class</li> </ul> <ul class="navList"> <li><a href="../../../index.html?ketai/net/bluetooth/KetaiBluetooth.html" target="_top">Frames</a></li> <li><a href="KetaiBluetooth.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
cpp_component/3rdparty/boost/doc/html/boost_asio/reference/buffer_registration/cbegin.html
qianqians/abelkhan
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>buffer_registration::cbegin</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../buffer_registration.html" title="buffer_registration"> <link rel="prev" href="buffer_registration/overload3.html" title="buffer_registration::buffer_registration (3 of 3 overloads)"> <link rel="next" href="cend.html" title="buffer_registration::cend"> </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="buffer_registration/overload3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffer_registration.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cend.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.buffer_registration.cbegin"></a><a class="link" href="cbegin.html" title="buffer_registration::cbegin">buffer_registration::cbegin</a> </h4></div></div></div> <p> <a class="indexterm" name="boost_asio.indexterm.buffer_registration.cbegin"></a> Get the begin iterator for the sequence of registered buffers. </p> <pre class="programlisting">const_iterator cbegin() const; </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright © 2003-2021 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="buffer_registration/overload3.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffer_registration.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="cend.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
hydrocoupledocs/html/functions_u.html
HydroCouple/hydrocouple.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>HydroCouple: Class Members</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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="hydrocouple_logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">HydroCouple &#160;<span id="projectnumber">1.0.0</span> </div> <div id="projectbrief">Description of the HydroCouple Component-Based Model Coupling Interface Definitions</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <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="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li class="current"><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_enum.html"><span>Enumerations</span></a></li> <li><a href="functions_eval.html"><span>Enumerator</span></a></li> </ul> </div> <div id="navrow4" class="tabs3"> <ul class="tablist"> <li><a href="functions.html#index_a"><span>a</span></a></li> <li><a href="functions_b.html#index_b"><span>b</span></a></li> <li><a href="functions_c.html#index_c"><span>c</span></a></li> <li><a href="functions_d.html#index_d"><span>d</span></a></li> <li><a href="functions_e.html#index_e"><span>e</span></a></li> <li><a href="functions_f.html#index_f"><span>f</span></a></li> <li><a href="functions_g.html#index_g"><span>g</span></a></li> <li><a href="functions_h.html#index_h"><span>h</span></a></li> <li><a href="functions_i.html#index_i"><span>i</span></a></li> <li><a href="functions_l.html#index_l"><span>l</span></a></li> <li><a href="functions_m.html#index_m"><span>m</span></a></li> <li><a href="functions_n.html#index_n"><span>n</span></a></li> <li><a href="functions_o.html#index_o"><span>o</span></a></li> <li><a href="functions_p.html#index_p"><span>p</span></a></li> <li><a href="functions_r.html#index_r"><span>r</span></a></li> <li><a href="functions_s.html#index_s"><span>s</span></a></li> <li><a href="functions_t.html#index_t"><span>t</span></a></li> <li class="current"><a href="functions_u.html#index_u"><span>u</span></a></li> <li><a href="functions_v.html#index_v"><span>v</span></a></li> <li><a href="functions_w.html#index_w"><span>w</span></a></li> <li><a href="functions_x.html#index_x"><span>x</span></a></li> <li><a href="functions_y.html#index_y"><span>y</span></a></li> <li><a href="functions_z.html#index_z"><span>z</span></a></li> <li><a href="functions_0x7e.html#index_0x7e"><span>~</span></a></li> </ul> </div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('functions_u.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="contents"> <div class="textblock">Here is a list of all class members with links to the classes they belong to:</div> <h3><a class="anchor" id="index_u"></a>- u -</h3><ul> <li>UInt16 : <a class="el" href="d8/d5b/class_hydro_couple_1_1_spatial_1_1_i_raster.html#ae3ea6483d22355c7d6b8aaa268359d57a266985b8569588028028a205c37798a4">HydroCouple::Spatial::IRaster</a> </li> <li>UInt32 : <a class="el" href="d8/d5b/class_hydro_couple_1_1_spatial_1_1_i_raster.html#ae3ea6483d22355c7d6b8aaa268359d57a525c93df497c1cc30532a19e0ed566d2">HydroCouple::Spatial::IRaster</a> </li> <li>unionG() : <a class="el" href="d3/d92/class_hydro_couple_1_1_spatial_1_1_i_geometry.html#a1b91fb4f4262a231381a6ce86d655030">HydroCouple::Spatial::IGeometry</a> </li> <li>unit() : <a class="el" href="dc/d3b/class_hydro_couple_1_1_i_quantity.html#a7ddfc2dfd90eea8eb6219b58b7828027">HydroCouple::IQuantity</a> </li> <li>Unknown : <a class="el" href="d8/d5b/class_hydro_couple_1_1_spatial_1_1_i_raster.html#ae3ea6483d22355c7d6b8aaa268359d57a6b6a05fc6ca4f23a7946b2a71e6745a2">HydroCouple::Spatial::IRaster</a> </li> <li>update() : <a class="el" href="d3/dae/class_hydro_couple_1_1_i_model_component.html#a2bdd60cce9a24a95c9257f026ee4e398">HydroCouple::IModelComponent</a> , <a class="el" href="df/d74/class_hydro_couple_1_1_i_workflow_component.html#a3829547303468024c90696f62d455150">HydroCouple::IWorkflowComponent</a> </li> <li>Updated : <a class="el" href="d3/dae/class_hydro_couple_1_1_i_model_component.html#ac03f31f2698581f53a46338242b8bd0fae96068c5849c31292bbff257590fc386">HydroCouple::IModelComponent</a> , <a class="el" href="df/d74/class_hydro_couple_1_1_i_workflow_component.html#ac51e321b9a3eb96529d698464747b632a1fe962ad166b5eedccc370d12c8950f1">HydroCouple::IWorkflowComponent</a> </li> <li>updateValues() : <a class="el" href="da/dbd/class_hydro_couple_1_1_i_output.html#a71b66cc162b584f458cd458927f2c23b">HydroCouple::IOutput</a> </li> <li>Updating : <a class="el" href="d3/dae/class_hydro_couple_1_1_i_model_component.html#ac03f31f2698581f53a46338242b8bd0fa740129adacab91e3d34b4235a8aa9260">HydroCouple::IModelComponent</a> , <a class="el" href="df/d74/class_hydro_couple_1_1_i_workflow_component.html#ac51e321b9a3eb96529d698464747b632ae7390df27945c079b7141ee7234a1361">HydroCouple::IWorkflowComponent</a> </li> <li>url() : <a class="el" href="d3/dd7/class_hydro_couple_1_1_i_component_info.html#aea77d368551f6f2bb8cb3755016bd3f6">HydroCouple::IComponentInfo</a> </li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>