path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
16_10_4/defFiles.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Definition Files - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="16.10.4" name="legato-version"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build_Apps_Concepts.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/index.html">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a class="link-selected" href="buildAppsConcepts.html">Concepts</a><a href="apiGuidesMain.html">API Guides</a><a href="tools.html">Tools</a><a href="external_proj_mainpage.html">WiFi Plugin</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">Definition Files </h1> </div>
</div><div class="contents">
<div class="textblock"><p>This section contains detailed info about Legato's Definition Files. The <code>def</code> files define reusable external interfaces and internal content for the system (.sdef), application (.adef), component (.cdef), and module (.mdef) files used as input for build tools.</p>
<p>The Definition Files' <a class="el" href="defFilesOverview.html">Overview</a> has high-level info.</p>
<table class="doxtable">
<tr>
<th>Section </th><th>Description </th></tr>
<tr>
<td><a class="el" href="defFilesSdef.html">System Definition .sdef</a> </td><td>system definition sections options </td></tr>
<tr>
<td><a class="el" href="defFilesAdef.html">Application Definition .adef</a> </td><td>application definition sections options </td></tr>
<tr>
<td><a class="el" href="defFilesCdef.html">Component Definition .cdef</a> </td><td>component definition sections options </td></tr>
<tr>
<td><a class="el" href="defFilesMdef.html">Kernel Module Definition .mdef</a> </td><td>kernel module definition sections options </td></tr>
</table>
</div></div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
dom/tests/mochitest/dom-level1-core/test_elementretrievetagname.html | tmhorne/celtx | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementretrievetagname</title>
<link href="http://www.w3.org/StyleSheets/activity-home.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css">
<script type="text/javascript" src="/MochiKit/packed.js"></script><script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script><script type="text/javascript" src="DOMTestCase.js"></script><script type="text/javascript" src="exclusions.js"></script><script type="text/javascript">
// expose test function names
function exposeTestFunctionNames()
{
return ['elementretrievetagname'];
}
var docsLoaded = -1000000;
var builder = null;
//
// This function is called by the testing framework before
// running the test suite.
//
// If there are no configuration exceptions, asynchronous
// document loading is started. Otherwise, the status
// is set to complete and the exception is immediately
// raised when entering the body of the test.
//
function setUpPage() {
setUpPageStatus = 'running';
try {
//
// creates test document builder, may throw exception
//
builder = createConfiguredBuilder();
docsLoaded = 0;
var docRef = null;
if (typeof(this.doc) != 'undefined') {
docRef = this.doc;
}
docsLoaded += preload(docRef, "doc", "staff");
if (docsLoaded == 1) {
setUpPage = 'complete';
}
} catch(ex) {
catchInitializationError(builder, ex);
setUpPage = 'complete';
}
}
//
// This method is called on the completion of
// each asychronous load started in setUpTests.
//
// When every synchronous loaded document has completed,
// the page status is changed which allows the
// body of the test to be executed.
function loadComplete() {
if (++docsLoaded == 1) {
setUpPageStatus = 'complete';
runJSUnitTests();
markTodos();
SimpleTest.finish();
}
}
var docName = 'elementretrievetagname';
window.doc = window;
SimpleTest.waitForExplicitFinish();
addLoadEvent(setUpPage);
function testFails (test) {
if (!test.result) {
test.todo = true;
return true;
}
return false;
}
function markTodos() {
if (todoTests[docName]) {
// mark the failures as todos
var failures = filter(testFails, SimpleTest._tests);
// shouldn't be 0 failures
todo(SimpleTest._tests != 0 && failures == 0, "test marked todo should fail somewhere");
}
}
function runJSUnitTests() {
builder = createConfiguredBuilder();
try {
forEach(exposeTestFunctionNames(),
function (testName) {
window[testName]();
}
);
} catch (ex) {
ok(false, "Test threw exception: " + ex);
}
}
/**
*
The "getElementsByTagName()" method returns a NodeList
of all descendant elements with a given tagName.
Invoke the "getElementsByTagName()" method and create
a NodeList of "position" elements. Retrieve the second
"position" element in the list and return the NodeName.
* @author NIST
* @author Mary Brady
* @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-F68D095
* @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-104682815
*/
function elementretrievetagname() {
var success;
if(checkInitialization(builder, "elementretrievetagname") != null) return;
var doc;
var elementList;
var testEmployee;
var name;
var docRef = null;
if (typeof(this.doc) != 'undefined') {
docRef = this.doc;
}
doc = load(docRef, "doc", "staff");
elementList = doc.getElementsByTagName("position");
testEmployee = elementList.item(1);
name = testEmployee.nodeName;
assertEquals("nodename","position",name);
name = testEmployee.tagName;
assertEquals("tagname","position",name);
}
</script>
</head>
<body>
<h2>Test http://www.w3.org/2001/DOM-Test-Suite/level1/core/elementretrievetagname</h2>
<p></p>
<p>
Copyright (c) 2001-2004 World Wide Web Consortium,
(Massachusetts Institute of Technology, European Research Consortium
for Informatics and Mathematics, Keio University). All
Rights Reserved. This work is distributed under the <a href="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">W3C(r) Software License</a> 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.
</p>
</body>
</html>
|
servo/style/properties/struct.INITIAL_VALUES.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 `INITIAL_VALUES` struct in crate `servo`.">
<meta name="keywords" content="rust, rustlang, rust-lang, INITIAL_VALUES">
<title>servo::style::properties::INITIAL_VALUES - 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'>style</a>::<wbr><a href='index.html'>properties</a></p><script>window.sidebarCurrent = {name: 'INITIAL_VALUES', ty: 'struct', 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 struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='../../index.html'>servo</a>::<wbr><a href='../index.html'>style</a>::<wbr><a href='index.html'>properties</a>::<wbr><a class='struct' href=''>INITIAL_VALUES</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'>−</span>]
</a>
</span><a id='src-200006' class='srclink' href='../../../export/style/properties/struct.INITIAL_VALUES.html?gotosrc=200006' title='goto source code'>[src]</a></span></h1>
<pre class='rust struct'>pub struct INITIAL_VALUES {
__private_field: <a href='../../../std/primitive.tuple.html'>()</a>,
}</pre><h2 class='fields'>Fields</h2>
<table><tr class='stab '>
<td id='structfield.__private_field'><code>__private_field</code></td><td></td></tr></table><h2 id='deref-methods'>Methods from <a class='trait' href='../../../core/ops/trait.Deref.html' title='core::ops::Deref'>Deref</a><Target=<a class='struct' href='../../../servo/style/properties/struct.ComputedValues.html' title='servo::style::properties::ComputedValues'>ComputedValues</a>></h2><div class='impl-items'><h4 id='method.resolve_color' class='method'><code>fn <a href='#method.resolve_color' class='fnname'>resolve_color</a>(&self, color: <a class='enum' href='../../../servo/style/computed_values/computed_value/enum.Color.html' title='servo::style::computed_values::computed_value::Color'>Color</a>) -> <a class='struct' href='../../../servo/style/values/struct.RGBA.html' title='servo::style::values::RGBA'>RGBA</a></code></h4>
<div class='docblock'><p>Resolves the currentColor keyword.
Any color value form computed values (except for the 'color' property itself)
should go through this method.</p>
<p>Usage example:
let top_color = style.resolve_color(style.Border.border_top_color);</p>
</div><h4 id='method.content_inline_size' class='method'><code>fn <a href='#method.content_inline_size' class='fnname'>content_inline_size</a>(&self) -> <a class='enum' href='../../../servo/style/computed_values/computed_value/enum.LengthOrPercentageOrAuto.html' title='servo::style::computed_values::computed_value::LengthOrPercentageOrAuto'>LengthOrPercentageOrAuto</a></code></h4>
<h4 id='method.content_block_size' class='method'><code>fn <a href='#method.content_block_size' class='fnname'>content_block_size</a>(&self) -> <a class='enum' href='../../../servo/style/computed_values/computed_value/enum.LengthOrPercentageOrAuto.html' title='servo::style::computed_values::computed_value::LengthOrPercentageOrAuto'>LengthOrPercentageOrAuto</a></code></h4>
<h4 id='method.min_inline_size' class='method'><code>fn <a href='#method.min_inline_size' class='fnname'>min_inline_size</a>(&self) -> <a class='enum' href='../../../servo/style/computed_values/computed_value/enum.LengthOrPercentage.html' title='servo::style::computed_values::computed_value::LengthOrPercentage'>LengthOrPercentage</a></code></h4>
<h4 id='method.min_block_size' class='method'><code>fn <a href='#method.min_block_size' class='fnname'>min_block_size</a>(&self) -> <a class='enum' href='../../../servo/style/computed_values/computed_value/enum.LengthOrPercentage.html' title='servo::style::computed_values::computed_value::LengthOrPercentage'>LengthOrPercentage</a></code></h4>
<h4 id='method.max_inline_size' class='method'><code>fn <a href='#method.max_inline_size' class='fnname'>max_inline_size</a>(&self) -> <a class='enum' href='../../../servo/style/computed_values/computed_value/enum.LengthOrPercentageOrNone.html' title='servo::style::computed_values::computed_value::LengthOrPercentageOrNone'>LengthOrPercentageOrNone</a></code></h4>
<h4 id='method.max_block_size' class='method'><code>fn <a href='#method.max_block_size' class='fnname'>max_block_size</a>(&self) -> <a class='enum' href='../../../servo/style/computed_values/computed_value/enum.LengthOrPercentageOrNone.html' title='servo::style::computed_values::computed_value::LengthOrPercentageOrNone'>LengthOrPercentageOrNone</a></code></h4>
<h4 id='method.logical_padding' class='method'><code>fn <a href='#method.logical_padding' class='fnname'>logical_padding</a>(&self) -> <a class='struct' href='../../../servo/util/logical_geometry/struct.LogicalMargin.html' title='servo::util::logical_geometry::LogicalMargin'>LogicalMargin</a><<a class='enum' href='../../../servo/style/computed_values/computed_value/enum.LengthOrPercentage.html' title='servo::style::computed_values::computed_value::LengthOrPercentage'>LengthOrPercentage</a>></code></h4>
<h4 id='method.logical_border_width' class='method'><code>fn <a href='#method.logical_border_width' class='fnname'>logical_border_width</a>(&self) -> <a class='struct' href='../../../servo/util/logical_geometry/struct.LogicalMargin.html' title='servo::util::logical_geometry::LogicalMargin'>LogicalMargin</a><<a class='struct' href='../../../servo/util/geometry/struct.Au.html' title='servo::util::geometry::Au'>Au</a>></code></h4>
<h4 id='method.logical_margin' class='method'><code>fn <a href='#method.logical_margin' class='fnname'>logical_margin</a>(&self) -> <a class='struct' href='../../../servo/util/logical_geometry/struct.LogicalMargin.html' title='servo::util::logical_geometry::LogicalMargin'>LogicalMargin</a><<a class='enum' href='../../../servo/style/computed_values/computed_value/enum.LengthOrPercentageOrAuto.html' title='servo::style::computed_values::computed_value::LengthOrPercentageOrAuto'>LengthOrPercentageOrAuto</a>></code></h4>
<h4 id='method.logical_position' class='method'><code>fn <a href='#method.logical_position' class='fnname'>logical_position</a>(&self) -> <a class='struct' href='../../../servo/util/logical_geometry/struct.LogicalMargin.html' title='servo::util::logical_geometry::LogicalMargin'>LogicalMargin</a><<a class='enum' href='../../../servo/style/computed_values/computed_value/enum.LengthOrPercentageOrAuto.html' title='servo::style::computed_values::computed_value::LengthOrPercentageOrAuto'>LengthOrPercentageOrAuto</a>></code></h4>
<h4 id='method.is_multicol' class='method'><code>fn <a href='#method.is_multicol' class='fnname'>is_multicol</a>(&self) -> <a href='../../../std/primitive.bool.html'>bool</a></code></h4>
<h4 id='method.get_font_arc' class='method'><code>fn <a href='#method.get_font_arc' class='fnname'>get_font_arc</a>(&self) -> <a class='struct' href='../../../alloc/arc/struct.Arc.html' title='alloc::arc::Arc'>Arc</a><<a class='struct' href='../../../servo/style/properties/style_structs/struct.Font.html' title='servo::style::properties::style_structs::Font'>Font</a>></code></h4>
<h4 id='method.get_used_transform_style' class='method'><code>fn <a href='#method.get_used_transform_style' class='fnname'>get_used_transform_style</a>(&self) -> <a class='enum' href='../../../servo/style/computed_values/computed_value/enum.T.html' title='servo::style::computed_values::computed_value::T'>T</a></code></h4>
<h4 id='method.get_margin' class='method'><code>fn <a href='#method.get_margin' class='fnname'>get_margin</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Margin.html' title='servo::style::properties::style_structs::Margin'>Margin</a></code></h4>
<h4 id='method.mutate_margin' class='method'><code>fn <a href='#method.mutate_margin' class='fnname'>mutate_margin</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Margin.html' title='servo::style::properties::style_structs::Margin'>Margin</a></code></h4>
<h4 id='method.get_padding' class='method'><code>fn <a href='#method.get_padding' class='fnname'>get_padding</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Padding.html' title='servo::style::properties::style_structs::Padding'>Padding</a></code></h4>
<h4 id='method.mutate_padding' class='method'><code>fn <a href='#method.mutate_padding' class='fnname'>mutate_padding</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Padding.html' title='servo::style::properties::style_structs::Padding'>Padding</a></code></h4>
<h4 id='method.get_border' class='method'><code>fn <a href='#method.get_border' class='fnname'>get_border</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Border.html' title='servo::style::properties::style_structs::Border'>Border</a></code></h4>
<h4 id='method.mutate_border' class='method'><code>fn <a href='#method.mutate_border' class='fnname'>mutate_border</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Border.html' title='servo::style::properties::style_structs::Border'>Border</a></code></h4>
<h4 id='method.get_outline' class='method'><code>fn <a href='#method.get_outline' class='fnname'>get_outline</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Outline.html' title='servo::style::properties::style_structs::Outline'>Outline</a></code></h4>
<h4 id='method.mutate_outline' class='method'><code>fn <a href='#method.mutate_outline' class='fnname'>mutate_outline</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Outline.html' title='servo::style::properties::style_structs::Outline'>Outline</a></code></h4>
<h4 id='method.get_positionoffsets' class='method'><code>fn <a href='#method.get_positionoffsets' class='fnname'>get_positionoffsets</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.PositionOffsets.html' title='servo::style::properties::style_structs::PositionOffsets'>PositionOffsets</a></code></h4>
<h4 id='method.mutate_positionoffsets' class='method'><code>fn <a href='#method.mutate_positionoffsets' class='fnname'>mutate_positionoffsets</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.PositionOffsets.html' title='servo::style::properties::style_structs::PositionOffsets'>PositionOffsets</a></code></h4>
<h4 id='method.get_box' class='method'><code>fn <a href='#method.get_box' class='fnname'>get_box</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Box.html' title='servo::style::properties::style_structs::Box'>Box</a></code></h4>
<h4 id='method.mutate_box' class='method'><code>fn <a href='#method.mutate_box' class='fnname'>mutate_box</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Box.html' title='servo::style::properties::style_structs::Box'>Box</a></code></h4>
<h4 id='method.get_inheritedbox' class='method'><code>fn <a href='#method.get_inheritedbox' class='fnname'>get_inheritedbox</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.InheritedBox.html' title='servo::style::properties::style_structs::InheritedBox'>InheritedBox</a></code></h4>
<h4 id='method.mutate_inheritedbox' class='method'><code>fn <a href='#method.mutate_inheritedbox' class='fnname'>mutate_inheritedbox</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.InheritedBox.html' title='servo::style::properties::style_structs::InheritedBox'>InheritedBox</a></code></h4>
<h4 id='method.get_list' class='method'><code>fn <a href='#method.get_list' class='fnname'>get_list</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.List.html' title='servo::style::properties::style_structs::List'>List</a></code></h4>
<h4 id='method.mutate_list' class='method'><code>fn <a href='#method.mutate_list' class='fnname'>mutate_list</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.List.html' title='servo::style::properties::style_structs::List'>List</a></code></h4>
<h4 id='method.get_counters' class='method'><code>fn <a href='#method.get_counters' class='fnname'>get_counters</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Counters.html' title='servo::style::properties::style_structs::Counters'>Counters</a></code></h4>
<h4 id='method.mutate_counters' class='method'><code>fn <a href='#method.mutate_counters' class='fnname'>mutate_counters</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Counters.html' title='servo::style::properties::style_structs::Counters'>Counters</a></code></h4>
<h4 id='method.get_background' class='method'><code>fn <a href='#method.get_background' class='fnname'>get_background</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Background.html' title='servo::style::properties::style_structs::Background'>Background</a></code></h4>
<h4 id='method.mutate_background' class='method'><code>fn <a href='#method.mutate_background' class='fnname'>mutate_background</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Background.html' title='servo::style::properties::style_structs::Background'>Background</a></code></h4>
<h4 id='method.get_color' class='method'><code>fn <a href='#method.get_color' class='fnname'>get_color</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Color.html' title='servo::style::properties::style_structs::Color'>Color</a></code></h4>
<h4 id='method.mutate_color' class='method'><code>fn <a href='#method.mutate_color' class='fnname'>mutate_color</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Color.html' title='servo::style::properties::style_structs::Color'>Color</a></code></h4>
<h4 id='method.get_font' class='method'><code>fn <a href='#method.get_font' class='fnname'>get_font</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Font.html' title='servo::style::properties::style_structs::Font'>Font</a></code></h4>
<h4 id='method.mutate_font' class='method'><code>fn <a href='#method.mutate_font' class='fnname'>mutate_font</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Font.html' title='servo::style::properties::style_structs::Font'>Font</a></code></h4>
<h4 id='method.get_inheritedtext' class='method'><code>fn <a href='#method.get_inheritedtext' class='fnname'>get_inheritedtext</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.InheritedText.html' title='servo::style::properties::style_structs::InheritedText'>InheritedText</a></code></h4>
<h4 id='method.mutate_inheritedtext' class='method'><code>fn <a href='#method.mutate_inheritedtext' class='fnname'>mutate_inheritedtext</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.InheritedText.html' title='servo::style::properties::style_structs::InheritedText'>InheritedText</a></code></h4>
<h4 id='method.get_text' class='method'><code>fn <a href='#method.get_text' class='fnname'>get_text</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Text.html' title='servo::style::properties::style_structs::Text'>Text</a></code></h4>
<h4 id='method.mutate_text' class='method'><code>fn <a href='#method.mutate_text' class='fnname'>mutate_text</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Text.html' title='servo::style::properties::style_structs::Text'>Text</a></code></h4>
<h4 id='method.get_table' class='method'><code>fn <a href='#method.get_table' class='fnname'>get_table</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Table.html' title='servo::style::properties::style_structs::Table'>Table</a></code></h4>
<h4 id='method.mutate_table' class='method'><code>fn <a href='#method.mutate_table' class='fnname'>mutate_table</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Table.html' title='servo::style::properties::style_structs::Table'>Table</a></code></h4>
<h4 id='method.get_inheritedtable' class='method'><code>fn <a href='#method.get_inheritedtable' class='fnname'>get_inheritedtable</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.InheritedTable.html' title='servo::style::properties::style_structs::InheritedTable'>InheritedTable</a></code></h4>
<h4 id='method.mutate_inheritedtable' class='method'><code>fn <a href='#method.mutate_inheritedtable' class='fnname'>mutate_inheritedtable</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.InheritedTable.html' title='servo::style::properties::style_structs::InheritedTable'>InheritedTable</a></code></h4>
<h4 id='method.get_pointing' class='method'><code>fn <a href='#method.get_pointing' class='fnname'>get_pointing</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Pointing.html' title='servo::style::properties::style_structs::Pointing'>Pointing</a></code></h4>
<h4 id='method.mutate_pointing' class='method'><code>fn <a href='#method.mutate_pointing' class='fnname'>mutate_pointing</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Pointing.html' title='servo::style::properties::style_structs::Pointing'>Pointing</a></code></h4>
<h4 id='method.get_column' class='method'><code>fn <a href='#method.get_column' class='fnname'>get_column</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Column.html' title='servo::style::properties::style_structs::Column'>Column</a></code></h4>
<h4 id='method.mutate_column' class='method'><code>fn <a href='#method.mutate_column' class='fnname'>mutate_column</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Column.html' title='servo::style::properties::style_structs::Column'>Column</a></code></h4>
<h4 id='method.get_effects' class='method'><code>fn <a href='#method.get_effects' class='fnname'>get_effects</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Effects.html' title='servo::style::properties::style_structs::Effects'>Effects</a></code></h4>
<h4 id='method.mutate_effects' class='method'><code>fn <a href='#method.mutate_effects' class='fnname'>mutate_effects</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Effects.html' title='servo::style::properties::style_structs::Effects'>Effects</a></code></h4>
<h4 id='method.get_animation' class='method'><code>fn <a href='#method.get_animation' class='fnname'>get_animation</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Animation.html' title='servo::style::properties::style_structs::Animation'>Animation</a></code></h4>
<h4 id='method.mutate_animation' class='method'><code>fn <a href='#method.mutate_animation' class='fnname'>mutate_animation</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Animation.html' title='servo::style::properties::style_structs::Animation'>Animation</a></code></h4>
<h4 id='method.get_flex' class='method'><code>fn <a href='#method.get_flex' class='fnname'>get_flex</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/style_structs/struct.Flex.html' title='servo::style::properties::style_structs::Flex'>Flex</a></code></h4>
<h4 id='method.mutate_flex' class='method'><code>fn <a href='#method.mutate_flex' class='fnname'>mutate_flex</a>(&'a mut self) -> &'a mut <a class='struct' href='../../../servo/style/properties/style_structs/struct.Flex.html' title='servo::style::properties::style_structs::Flex'>Flex</a></code></h4>
<h4 id='method.computed_value_to_string' class='method'><code>fn <a href='#method.computed_value_to_string' class='fnname'>computed_value_to_string</a>(&self, name: &<a href='../../../std/primitive.str.html'>str</a>) -> <a class='enum' href='../../../core/result/enum.Result.html' title='core::result::Result'>Result</a><<a class='struct' href='../../../collections/string/struct.String.html' title='collections::string::String'>String</a>, <a href='../../../std/primitive.tuple.html'>()</a>></code></h4>
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><code>impl <a class='trait' href='../../../core/ops/trait.Deref.html' title='core::ops::Deref'>Deref</a> for <a class='struct' href='../../../servo/style/properties/struct.INITIAL_VALUES.html' title='servo::style::properties::INITIAL_VALUES'>INITIAL_VALUES</a></code></h3><div class='impl-items'><h4 id='assoc_type.Target' class='type'><code>type Target = <a class='struct' href='../../../servo/style/properties/struct.ComputedValues.html' title='servo::style::properties::ComputedValues'>ComputedValues</a></code></h4>
<h4 id='method.deref' class='method'><code>fn <a href='../../../core/ops/trait.Deref.html#method.deref' class='fnname'>deref</a>(&'a self) -> &'a <a class='struct' href='../../../servo/style/properties/struct.ComputedValues.html' title='servo::style::properties::ComputedValues'>ComputedValues</a></code></h4>
</div></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
cassandra-scripts/javadoc/org/apache/cassandra/cql3/class-use/CFDefinition.Name.Kind.html | bkcloud/bkplatform | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Fri Dec 27 12:53:05 CST 2013 -->
<title>Uses of Class org.apache.cassandra.cql3.CFDefinition.Name.Kind (apache-cassandra API)</title>
<meta name="date" content="2013-12-27">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.cassandra.cql3.CFDefinition.Name.Kind (apache-cassandra API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html" title="enum in org.apache.cassandra.cql3">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/cassandra/cql3/class-use/CFDefinition.Name.Kind.html" target="_top">Frames</a></li>
<li><a href="CFDefinition.Name.Kind.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.cassandra.cql3.CFDefinition.Name.Kind" class="title">Uses of Class<br>org.apache.cassandra.cql3.CFDefinition.Name.Kind</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html" title="enum in org.apache.cassandra.cql3">CFDefinition.Name.Kind</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.cassandra.cql3">org.apache.cassandra.cql3</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.cassandra.cql3">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html" title="enum in org.apache.cassandra.cql3">CFDefinition.Name.Kind</a> in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> declared as <a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html" title="enum in org.apache.cassandra.cql3">CFDefinition.Name.Kind</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html" title="enum in org.apache.cassandra.cql3">CFDefinition.Name.Kind</a></code></td>
<td class="colLast"><span class="strong">CFDefinition.Name.</span><code><strong><a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.html#kind">kind</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/cassandra/cql3/package-summary.html">org.apache.cassandra.cql3</a> that return <a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html" title="enum in org.apache.cassandra.cql3">CFDefinition.Name.Kind</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html" title="enum in org.apache.cassandra.cql3">CFDefinition.Name.Kind</a></code></td>
<td class="colLast"><span class="strong">CFDefinition.Name.Kind.</span><code><strong><a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html" title="enum in org.apache.cassandra.cql3">CFDefinition.Name.Kind</a>[]</code></td>
<td class="colLast"><span class="strong">CFDefinition.Name.Kind.</span><code><strong><a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/cassandra/cql3/CFDefinition.Name.Kind.html" title="enum in org.apache.cassandra.cql3">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/cassandra/cql3/class-use/CFDefinition.Name.Kind.html" target="_top">Frames</a></li>
<li><a href="CFDefinition.Name.Kind.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2013 The Apache Software Foundation</small></p>
</body>
</html>
|
mediapart.fr/ads.css | Farof/userstyles | .messages-region,
.marketing-region {
display: none !important;
min-width: 0 !important;
min-height: 0 !important;
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
|
19_02/howToKModBMI160.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>BMI160 Kernel Module Example - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<meta content="19.02.0" name="legato-version"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build_Apps_How_To.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a href="getStarted.html">Get Started</a><a href="concepts.html">Concepts</a><a href="apiGuidesMain.html">API Guides</a><a href="tools.html">Tools</a><a class="link-selected" href="howToMain.html">How To</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">BMI160 Kernel Module Example </h1> </div>
</div><div class="contents">
<div class="textblock"><p>The BMI160 accelerometer and gyroscope kernel module is included with the <a href="https://github.com/mangOH/mangOH/tree/master/linux_kernel_modules/bmi160">mangOh source code</a>. It provides a good example of how to set up kernel modules with dependencies on multiple modules.</p>
<p>BMI160 module dependency tree: </p><pre class="fragment">bmi160-i2c
|
bmi160
|
iio-triggered-buffer
|
iio-kfifo-buf
|
iio
</pre><p>Because the modules are dependent on each other they must be loaded in a specific order: The order in which the drivers are loaded must be in the order:</p>
<p><code>1</code>. bmi160-12c <code>2</code>. bmi160 <code>3</code>. iio-triggered-buffer <code>4</code>. iio-kfifo-buf <code>5</code>. iio </p>
<p>And they must be unloaded in the reverse order:</p>
<p><code>1</code>. iio <code>2</code>. iio-kfifo-buf <code>3</code>. iio-triggered-buffer <code>4</code>. bmi160 <code>5</code>. bmi160-12c </p>
<p>To facilitate this the dependant tree must be specified in the dependant module's <code></code>.mdef. The next steps walk you through how to add a series of dependencies.</p>
<p>We start with the first module to start up, and add the dependency as follows:</p>
<p>In the <code>mangOH/linux_kernel_modules/bmi160/bmi160-i2c.mdef</code> </p><pre class="fragment">requires:
{
kernelModules:
{
$CURDIR/bmi160
}
}
</pre><p>Next we move to the next module, note we don't need to add that the bmi160 is depending on the <code>bmi160-i2c</code> module, we just need to define its dependencies.</p>
<p>In the <code>mangOH/linux_kernel_modules/bmi160/bmi160.mdef</code> </p><pre class="fragment">requires:
{
kernelModules:
{
#if ${MANGOH_KERNEL_LACKS_IIO} = 1
$CURDIR/../iio/iio-triggered-buffer
#endif // MANGOH_KERNEL_LACKS_IIO
}
}
</pre><p>And so on, until we get to the end of the dependency tree...</p>
<p>In the <code>mangOH/linux_kernel_modules/iio/iio-triggered-buffer.mdef</code> </p><pre class="fragment">requires:
{
kernelModules:
{
$CURDIR/iio-kfifo-buf
}
}
</pre><p>In the <code>mangOH/linux_kernel_modules/iio/iio-kfifo-buf.mdef</code> </p><pre class="fragment">requires:
{
kernelModules:
{
$CURDIR/iio
}
}
</pre><p>The <code>mangOH/linux_kernel_modules/iio/iio.mdef</code> does not have any requirement as it's the last module in the dependency tree.</p>
<p>The final step to set up the dependencies is to add all the modules to your systems <code></code>.sdef file: </p><pre class="fragment">kernelModules:
{
$CURDIR/linux_kernel_modules/bmi160/bmi160-i2c
$CURDIR/linux_kernel_modules/bmi160/bmi160
#if ${MANGOH_KERNEL_LACKS_IIO} = 1
$CURDIR/linux_kernel_modules/iio/iio-triggered-buffer
$CURDIR/linux_kernel_modules/iio/iio-kfifo-buf
$CURDIR/linux_kernel_modules/iio/iio
#endif // MANGOH_KERNEL_LACKS_IIO
}
</pre><p>This will take care of both loading and unloading the kernel modules in the specific order needed when the target starts and stops. </p>
</div></div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
js/jsapi/fn.GCTraceKindToAscii.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 `GCTraceKindToAscii` fn in crate `js`.">
<meta name="keywords" content="rust, rustlang, rust-lang, GCTraceKindToAscii">
<title>js::jsapi::GCTraceKindToAscii - 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'>js</a>::<wbr><a href='index.html'>jsapi</a></p><script>window.sidebarCurrent = {name: 'GCTraceKindToAscii', ty: 'fn', 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 fn">
<h1 class='fqn'><span class='in-band'>Function <a href='../index.html'>js</a>::<wbr><a href='index.html'>jsapi</a>::<wbr><a class='fn' href=''>GCTraceKindToAscii</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'>−</span>]
</a>
</span><a id='src-25114' class='srclink' href='../../src/js/jsapi.rs.html#6754-6757' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe extern fn GCTraceKindToAscii(kind: <a class='enum' href='../../js/jsapi/enum.JSGCTraceKind.html' title='js::jsapi::JSGCTraceKind'>JSGCTraceKind</a>) -> <a href='../../std/primitive.pointer.html'>*const <a href='../../std/primitive.i8.html'>i8</a></a></pre></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "js";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> |
x11_dl/keysym/constant.XK_Greek_omega.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 `XK_Greek_omega` constant in crate `x11_dl`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XK_Greek_omega">
<title>x11_dl::keysym::XK_Greek_omega - 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_dl</a>::<wbr><a href='index.html'>keysym</a></p><script>window.sidebarCurrent = {name: 'XK_Greek_omega', 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'>x11_dl</a>::<wbr><a href='index.html'>keysym</a>::<wbr><a class='constant' href=''>XK_Greek_omega</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'>−</span>]
</a>
</span><a id='src-1212' class='srclink' href='../../src/x11_dl/keysym.rs.html#783' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XK_Greek_omega: <a class='type' href='../../std/os/raw/type.c_uint.html' title='std::os::raw::c_uint'>c_uint</a><code> = </code><code>2041</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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_dl";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> |
bedrock/mozorg/templates/mozorg/home/home-de.html | hoosteeno/bedrock | {# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
{% extends "mozorg/home/home-en.html" %}
{% add_lang_files "mozorg/home/index-quantum" %}
{% block page_title %}{{ _('Internet für Menschen, nicht für Profit') }}{% endblock %}
{% block page_desc %}
{{ _('Mozilla ist die gemeinnützige Organisation hinter Firefox. Menschen sollten auch online die Kontrolle über ihr Leben haben. Dafür setzen wir uns ein.') }}
{% endblock %}
{% block page_css %}
{{ css_bundle('home-2018') }}
{% if switch('fundraising-banner') %}
{{ css_bundle('fundraising-banner') }}
{% endif %}
{% endblock %}
{% block main %}
<main>
<header class="main-page-heading">
{# Main page h1 is hidden from view and exists mainly for SEO purposes #}
<h1>{{ self.page_title() }}</h1>
</header>
{% call download_banner(
title=_('Echte Privatsphäre statt leerer Versprechen'),
desc=_('Hol dir die Kontrolle über deine Privatsphäre auf jedes Gerät.'),
) %}
{{ download_firefox(dom_id='download-primary', download_location='primary cta') }}
{% endcall %}
{{ fxa_banner(
title=_('Tech mit R.E.S.P.E.K.T.'),
desc=_('Firefox respektiert deine Privatsphäre mit jedem einzelnen Produkt.'),
link_cta=_('Weitere Infos'),
)}}
<div class="mozilla-content">
<div class="mzp-l-content mzp-t-mozilla">
<div class="mzp-l-card-hero">
{{ content_card('card_1') }}
{{ content_card('card_2') }}
{{ content_card('card_3') }}
{{ content_card('card_4') }}
{{ content_card('card_5') }}
</div>
{{ billboard(
title=_('Für Dich & das Internet. <br>Schon seit 1998.'),
ga_title='Für Dich & das Internet. Schon seit 1998.',
desc=_('Mozilla setzt sich für ein gesundes Internet ein – und damit für die Menschen, die es nutzen. Damals. Heute. Morgen.'),
link_cta=_('Erfahre mehr über Mozilla'),
link_url=url('mozorg.about.manifesto'),
image_url='img/home/2018/billboard-more-power.png',
include_highres_image=True
)}}
<div class="mzp-l-card-half">
{{ content_card('card_6') }}
{{ content_card('card_7') }}
</div>
{{ billboard(
title=_('Technologien des offenen Webs.'),
ga_title='Technologien des offenen Webs.',
desc=_('Virtual Reality, IoT und mehr.'),
link_cta=_('Entdecke das Web der Zukunft'),
link_url='https://labs.mozilla.org/',
image_url='img/home/2018/billboard-open-minds.png',
include_highres_image=True,
reverse=True
)}}
<div class="mzp-l-card-half">
{{ content_card('card_8') }}
{{ content_card('card_9') }}
</div>
<div class="mzp-l-card-third">
{{ content_card('card_10') }}
{{ content_card('card_11') }}
{{ content_card('card_12') }}
</div>
<aside class="mzp-c-newsletter">
<div class="mzp-c-newsletter-image">
{{ high_res_img('img/home/2018/newsletter-graphic.png', {'alt': ''}) }}
</div>
<div class="newsletter-content">
{{ email_newsletter_form(
title=_('Du liebst das Internet?'),
desc=_('Hol dir den Firefox Newsletter und sorg mit uns zusammen dafür, dass das Web frei und offen für alle bleibt.'),
button_class='button-dark',
submit_text=_('Anmelden')
)}}
</div>
</aside>
</div>
</div>{#-- /.mozilla-content --#}
{% call download_banner_secondary(
title=_('Bestimme selbst, was du teilst und mit wem.'),
sub_title=_('Hol dir den Browser, der Tracker automatisch blockiert.')
) %}
{{ download_firefox(dom_id='download-secondary', download_location='secondary cta') }}
{% endcall %}
{% call call_out_compact(
title=_('Das Konto, das dich schützt, statt Profit mit dir zu machen.'),
desc=None,
class='fxaccount-secondary-cta mzp-t-product-firefox mzp-t-firefox mzp-t-dark',
heading_level=2
) %}
<a href="{{ url('firefox.accounts') }}" class="mzp-c-button mzp-t-product mzp-t-dark" id="fxa-learn-secondary">{{ ftl('ui-learn-more') }}</a>
{% endcall %}
</main>
{% endblock %}
|
serde/core/f64/consts/constant.FRAC_PI_2.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 `FRAC_PI_2` constant in crate `serde`.">
<meta name="keywords" content="rust, rustlang, rust-lang, FRAC_PI_2">
<title>serde::core::f64::consts::FRAC_PI_2 - 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'>serde</a>::<wbr><a href='../../index.html'>core</a>::<wbr><a href='../index.html'>f64</a>::<wbr><a href='index.html'>consts</a></p><script>window.sidebarCurrent = {name: 'FRAC_PI_2', 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'>serde</a>::<wbr><a href='../../index.html'>core</a>::<wbr><a href='../index.html'>f64</a>::<wbr><a href='index.html'>consts</a>::<wbr><a class='constant' href=''>FRAC_PI_2</a></span><span class='out-of-band'><span class='since' title='Stable since Rust version 1.0.0'>1.0.0</span><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-139' class='srclink' href='../../../../core/f64/consts/constant.FRAC_PI_2.html?gotosrc=139' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const FRAC_PI_2: <a class='primitive' href='../../../../std/primitive.f64.html'>f64</a><code> = </code><code>1.57079632679489661923132169163975144f64</code></pre><div class='docblock'><p>π/2</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "serde";
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/codegen/Bindings/RangeBinding/constant.sMethods_specs.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 `sMethods_specs` constant in crate `script`.">
<meta name="keywords" content="rust, rustlang, rust-lang, sMethods_specs">
<title>script::dom::bindings::codegen::Bindings::RangeBinding::sMethods_specs - 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'>RangeBinding</a></p><script>window.sidebarCurrent = {name: 'sMethods_specs', 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'>RangeBinding</a>::<wbr><a class='constant' href=''>sMethods_specs</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'>−</span>]
</a>
</span><a id='src-69068' class='srclink' href='../../../../../../src/script/home/servo/buildbot/slave/doc/build/target/debug/build/script-4d3bb93218cab884/out/Bindings/RangeBinding.rs.html#1882-2046' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>const sMethods_specs: <a class='primitive' href='../../../../../../std/primitive.slice.html'>&'static [</a><a class='primitive' href='../../../../../../std/primitive.slice.html'>&'static [</a><a class='struct' href='../../../../../../js/jsapi/struct.JSFunctionSpec.html' title='js::jsapi::JSFunctionSpec'>JSFunctionSpec</a><a class='primitive' href='../../../../../../std/primitive.slice.html'>]</a><a class='primitive' href='../../../../../../std/primitive.slice.html'>]</a><code> = </code><code>&[&[JSFunctionSpec{name: b"setStart\x00" as *const u8 as *const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&setStart_methodinfo as *const _ as
*const JSJitInfo,},
nargs: 2,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name: b"setEnd\x00" as *const u8 as *const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&setEnd_methodinfo as *const _ as
*const JSJitInfo,},
nargs: 2,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"setStartBefore\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&setStartBefore_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 1,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"setStartAfter\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&setStartAfter_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 1,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"setEndBefore\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&setEndBefore_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 1,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"setEndAfter\x00" as *const u8 as *const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&setEndAfter_methodinfo as *const _
as *const JSJitInfo,},
nargs: 1,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name: b"collapse\x00" as *const u8 as *const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&collapse_methodinfo as *const _ as
*const JSJitInfo,},
nargs: 0,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"selectNode\x00" as *const u8 as *const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&selectNode_methodinfo as *const _
as *const JSJitInfo,},
nargs: 1,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"selectNodeContents\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&selectNodeContents_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 1,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"compareBoundaryPoints\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&compareBoundaryPoints_methodinfo
as *const _ as
*const JSJitInfo,},
nargs: 2,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"deleteContents\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&deleteContents_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 0,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"extractContents\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&extractContents_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 0,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"cloneContents\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&cloneContents_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 0,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"insertNode\x00" as *const u8 as *const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&insertNode_methodinfo as *const _
as *const JSJitInfo,},
nargs: 1,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"surroundContents\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&surroundContents_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 1,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"cloneRange\x00" as *const u8 as *const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&cloneRange_methodinfo as *const _
as *const JSJitInfo,},
nargs: 0,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name: b"detach\x00" as *const u8 as *const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&detach_methodinfo as *const _ as
*const JSJitInfo,},
nargs: 0,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"isPointInRange\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&isPointInRange_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 2,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"comparePoint\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&comparePoint_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 2,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"intersectsNode\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&intersectsNode_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 1,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name:
b"createContextualFragment\x00" as *const u8 as
*const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&createContextualFragment_methodinfo
as *const _ as
*const JSJitInfo,},
nargs: 1,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name: b"toString\x00" as *const u8 as *const libc::c_char,
call:
JSNativeWrapper{op: Some(generic_method),
info:
&__stringifier_methodinfo as
*const _ as *const JSJitInfo,},
nargs: 0,
flags: JSPROP_ENUMERATE as u16,
selfHostedName: 0 as *const libc::c_char,},
JSFunctionSpec{name: 0 as *const libc::c_char,
call:
JSNativeWrapper{op: None,
info: 0 as *const JSJitInfo,},
nargs: 0,
flags: 0,
selfHostedName: 0 as *const libc::c_char,}]]</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
docs-support/css/screen.css | JeNeSuisPasDave/MarkdownTools | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
html {
line-height: 1;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
q, blockquote {
quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
a img {
border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display: block;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-size: 19.2px;
}
body {
padding: 1em;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
font-weight: 400;
line-height: 1.4em;
}
p {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
font-weight: 600;
margin-bottom: 0.5em;
margin-top: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.25em;
}
h1 {
font-size: 1.728em;
border-bottom-color: black;
border-bottom-style: double;
border-bottom-width: thick;
}
h2 {
font-size: 1.44em;
border-bottom-color: black;
border-bottom-style: solid;
border-bottom-width: thin;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1em;
}
em {
font-style: italic;
}
strong {
font-weight: 600;
}
code {
font-family: "Source Code Pro", Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;
font-weight: 400;
}
pre {
background: whitesmoke;
margin-left: 1em;
margin-right: 1em;
padding: 0.25em;
display: inline-block;
overflow: auto;
width: 96.66667%;
min-width: 24.5em;
}
blockquote {
margin-top: 1em;
margin-bottom: 1em;
margin-left: 2em;
font-style: italic;
}
table {
border: 1px solid rgba(0, 0, 0, 0.25);
border-collapse: collapse;
display: table;
empty-cells: hide;
table-layout: fixed;
font-size: 0.75em;
}
caption {
display: table-caption;
font-weight: 700;
}
col {
display: table-column;
}
colgroup {
display: table-column-group;
}
tbody {
display: table-row-group;
}
tfoot {
display: table-footer-group;
}
thead {
display: table-header-group;
}
td, th {
display: table-cell;
padding: 0.25em;
}
tr {
display: table-row;
}
th {
font-weight: 600;
}
table thead {
background: rgba(0, 0, 0, 0.15);
border: 1px solid rgba(0, 0, 0, 0.15);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table tbody {
background: rgba(0, 0, 0, 0.05);
}
table tfoot {
background: rgba(0, 0, 0, 0.15);
border: 1px solid rgba(0, 0, 0, 0.15);
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
table tr:nth-child(odd), table th:nth-child(odd), table td:nth-child(odd) {
background: rgba(255, 255, 255, 0.06);
}
table tr:nth-child(even), table td:nth-child(even) {
background: rgba(200, 200, 200, 0.25);
}
sup {
font-size: .75em;
line-height: 0.46667em;
vertical-align: baseline;
position: relative;
top: -0.46667em;
}
sub {
font-size: .75em;
line-height: 0.46667em;
vertical-align: baseline;
position: relative;
top: 0.46667em;
}
ul {
list-style-type: disc;
list-style-position: outside;
padding-left: 2em;
}
ul ul {
list-style-type: circle;
padding-left: 2em;
}
ul ul ul {
list-style-type: square;
padding-left: 2em;
}
ol {
list-style-type: decimal;
list-style-position: outside;
padding-left: 2em;
}
ol ol {
list-style-type: lower-alpha;
padding-left: 2em;
}
ol ol ol {
list-style-type: lower-roman;
padding-left: 2em;
}
dt {
font-weight: 600;
}
dd {
padding-left: 2em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
a.backref {
text-decoration: none;
}
body {
margin-left: auto;
margin-right: auto;
max-width: 60em;
min-width: 30em;
}
.backref {
font-size: 2rem;
float: right;
}
|
site/slides/day2-section4-audio-video.html | Mozilla-NTU/slides | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Template</title>
<link rel="stylesheet" href="../css/reveal.css"/>
<link rel="stylesheet" href="../css/theme/beige.css" id="theme"/>
<link rel="stylesheet" href="../lib/css/zenburn.css"/>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Audio & Video</h1>
</section>
<section>
<h2>Pulse Coded Modulation</h2>
PCM streams are made up of a sample rate: how frequently the
amplitude is measured (ex. 320 Mbps), and bit depth: how many
possible digital values can be represented by one sample.
</section>
<section>
<h2>Compression</h2>
The Digital to Audio Converter (DAC) on your computer's soundcard
expects PCM (HD Audio or AC'97), but PCM is large and therefore
expensive to store and transmit.
</section>
<section>
<h2>Lossy vs Lossless Compression</h2>
Lossless compression allows us to more efficiently represent the
same uncompressed data. Lossy compression sacrifices fidelity for
size. Lossy compression allows you to store thousands of songs on
your portable media player. Lossless compression allows you to store
and play media that sounds fantastic on your expensive audio playing
equipment.
</section>
<section>
<h2>Codecs</h2>
Codecs are how the media data is represented, or encoded. Some
codecs are lossy like MP3, some are lossless like FLAC. Most codecs
are encumbered by patents. :(
</section>
<section>
<h2>Containers</h2>
Containers such as WAV, MP4, and Ogg represent the meta-data of a
media file such as artist or duration, subtitles, etc. Containers,
in addition to their meta-data, will contain streams of audio or
video encoded via a specific codec.
</section>
<section>
<h2>File Extension</h2>
Sometimes used by OS to determine what program should open what file.
Unreliabe; anyone can change the file extension of a given file, but
that does not change the encoding (how the bits are arranged) or the
container (how the meta-data and streams are packaged).
</section>
<section>
<h2>Playlists</h2>
Playlist files are used by media playing applications to play
subsequent mediums. Browsers do not understand playlist files, but
playlist files can easily be
<a href="https://github.com/nickdesaulniers/javascript-playlist-parser">parsed</a>
in JavaScript.
</section>
<section>
<h2>Protocol</h2>
How are the bits transferred from one machine to another? On the
Web, HTTP is the most familiar, but there are other protocols used
when streaming media such as RTSP and ICY.
</section>
<section>
<h2>Know Your Terms</h2>
Codecs, containers, file extensions, playlist files, and protocols
are not equivalent. Ex. Media A could be aac encoded, in an MP4
container, with a .m4a extension, listed in a m3u playlist file,
served over ICY.
</section>
<section>
<h2>Hardware Acceleration</h2>
Media can be decoded to PCM in software or in hardware. Application
Specific Integrated Circuits (ASICs) can be faster and more power
efficient than General Purpose Processors. Mobile friendly. They
can also be patent encumbered.
</section>
<section>
<h2>Source tags</h2>
Both <audio> and <video> tags support nested
<source> tags of different encodings.
<pre><code>
<audio controls>
<source src="foo.ogg" type="audio/ogg"/>
<source src="foo.mp3" type="audio/mp3"/>
Sorry, you're browser doesn't support ogg or mp3 codecs
(or possibly audio tags).
</audio>
</code></pre>
</section>
<section>
<h2>Feature Detecting Codec Support</h2>
<pre><code>
function canPlayOgg () {
var a = document.createElement('audio');
return !!(a.canPlayType &&
a.canPlayType('audio/ogg; codecs="vorbis"')
.replace(/no/, ''));
};
canPlayOgg(); // true or false
</code></pre>
<a href="http://diveintohtml5.info/everything.html#audio">
More feature detection
</a>
</section>
<section>
<h2>Audio</h2>
<audio controls>
<source src="../media/lateralus_clip.ogg" type="audio/ogg"/>
<source src="../media/lateralus_clip.mp3" type="audio/mp3"/>
</audio>
<pre>
<code>
<audio controls>
<source src="../media/lateralus_clip.ogg" type="audio/ogg"/>
<source src="../media/lateralus_clip.mp3" type="audio/mp3"/>
</audio>
</code>
</pre>
</section>
<section>
<h2>Out of Control</h2>
<audio id="noControls">
<source src="../media/lateralus_clip.ogg" type="audio/ogg"/>
<source src="../media/lateralus_clip.mp3" type="audio/mp3"/>
</audio>
<button id="play">Play/Pause</button>
<button id="volUp">Volume+</button>
<button id="volDown">Volume-</button>
<input id="seek" type="range" value="" max=""/>
<script>
var audio = document.getElementById("noControls");
var play = document.getElementById("play");
var volUp = document.getElementById("volUp");
var volDown = document.getElementById("volDown");
var seek = document.getElementById("seek");
var playing = false;
play.addEventListener("click", function (e) {
playing = !playing;
if (playing) {
audio.play();
} else {
audio.pause();
}
});
function changeVol (up) {
if (up) {
audio.volume += 0.1;
} else {
audio.volume -= 0.1;
}
};
volUp.addEventListener("click", function () {
changeVol(true);
});
volDown.addEventListener("click", function () {
changeVol(false);
});
audio.addEventListener("timeupdate", function (e) {
seek.value = audio.currentTime;
});
seek.min = seek.value = audio.seekable.start(0);
seek.max = audio.seekable.end(0);
seek.addEventListener("change", function (e) {
audio.currentTime = seek.value;
});
</script>
</section>
<section>
<pre><code>
<audio id="noControls">
<source src="../media/lateralus_clip.ogg" type="audio/ogg"/>
<source src="../media/lateralus_clip.mp3" type="audio/mp3"/>
</audio>
<button id="play">Play/Pause</button>
<button id="volUp">Volume+</button>
<button id="volDown">Volume->/button>
<input id="seek" type="range" value="" max=""/>
<script>
var audio = document.getElementById("noControls");
var play = document.getElementById("play");
var volUp = document.getElementById("volUp");
var volDown = document.getElementById("volDown");
var seek = document.getElementById("seek");
var playing = false;
play.addEventListener("click", function (e) {
playing = !playing;
if (playing) {
audio.play();
} else {
audio.pause();
}
});
function changeVol (up) {
if (up) {
audio.volume += 0.1;
} else {
audio.volume -= 0.1;
}
};
volUp.addEventListener("click", function () {
changeVol(true);
});
volDown.addEventListener("click", function () {
changeVol(false);
});
audio.addEventListener("timeupdate", function (e) {
seek.value = audio.currentTime;
});
seek.min = seek.value = audio.seekable.start(0);
seek.max = audio.seekable.end(0);
seek.addEventListener("change", function (e) {
audio.currentTime = seek.value;
});
</script>
</code></pre>
</section>
<section>
<h2>Events</h2>
<audio id="audioA" controls>
<source src="../media/lateralus_clip.ogg" type="audio/ogg"/>
<source src="../media/lateralus_clip.mp3" type="audio/mp3"/>
</audio>
<br>
<audio id="audioB" controls>
<source src="../media/lateralus_clip.ogg" type="audio/ogg"/>
<source src="../media/lateralus_clip.mp3" type="audio/mp3"/>
</audio>
<script>
var audioA = document.getElementById("audioA");
var audioB = document.getElementById("audioB");
audioA.addEventListener("ended", function () {
audioB.currentTime = 0;
audioB.play();
});
audioB.addEventListener("ended", function () {
audioA.currentTime = 0;
audioA.play();
});
</script>
<pre><code>
<audio id="audioA" controls>
<source src="../media/lateralus_clip.ogg" type="audio/ogg"/>
<source src="../media/lateralus_clip.mp3" type="audio/mp3"/>
</audio>
<br/>
<audio id="audioB" controls>
<source src="../media/lateralus_clip.ogg" type="audio/ogg"/>
<source src="../media/lateralus_clip.mp3" type="audio/mp3"/>
</audio>
<script>
var audioA = document.getElementById("audioA");
var audioB = document.getElementById("audioB");
audioA.addEventListener("ended", function () {
audioB.currentTime = 0;
audioB.play();
});
audioB.addEventListener("ended", function () {
audioA.currentTime = 0;
audioA.play();
});
</script>
</code></pre>
<p>More events at <a href="http://areweplayingyet.com/">Are We Playing Yet?</a></p>
</section>
<section>
<h2>Video</h2>
<video controls>
<source src="../media/bunny.webm" type="video/webm"/>
<source src="../media/bunny.mp4" type="video/mp4"/>
</video>
<pre><code>
<video controls>
<source src="../media/bunny.webm" type="video/webm"/>
<source src="../media/bunny.mp4" type="video/mp4"/>
</video>
</code></pre>
</section>
<section>
<h2>Mixing Video and Canvas 2D</h2>
<a href="http://html5doctor.com/demos/video-canvas-magic/demo2.html">Demo</a>
</section>
</div>
</div>
<script src="../lib/js/head.min.js"></script>
<script src="../js/reveal.js"></script>
<script>
Reveal.initialize({
controls: true,
progress: true,
history: true,
dependencies: [
{ src: '../plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
],
});
</script>
</body>
</html>
|
servo/script/dom/bindings/codegen/Bindings/HTMLInputElementBinding/fn.DefineDOMInterface.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 `DefineDOMInterface` fn in crate `servo`.">
<meta name="keywords" content="rust, rustlang, rust-lang, DefineDOMInterface">
<title>servo::script::dom::bindings::codegen::Bindings::HTMLInputElementBinding::DefineDOMInterface - 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'>HTMLInputElementBinding</a></p><script>window.sidebarCurrent = {name: 'DefineDOMInterface', ty: 'fn', 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 fn">
<h1 class='fqn'><span class='in-band'>Function <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'>HTMLInputElementBinding</a>::<wbr><a class='fn' href=''>DefineDOMInterface</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'>−</span>]
</a>
</span><a id='src-282588' class='srclink' href='../../../../../../../export/script/dom/bindings/codegen/Bindings/HTMLInputElementBinding/fn.DefineDOMInterface.html?gotosrc=282588' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub fn DefineDOMInterface(cx: <a href='../../../../../../../std/primitive.pointer.html'>*mut <a class='enum' href='../../../../../../../js/jsapi/enum.JSContext.html' title='js::jsapi::JSContext'>JSContext</a></a>, global: <a class='struct' href='../../../../../../../js/jsapi/struct.Handle.html' title='js::jsapi::Handle'>Handle</a><<a href='../../../../../../../std/primitive.pointer.html'>*mut <a class='enum' href='../../../../../../../js/jsapi/enum.JSObject.html' title='js::jsapi::JSObject'>JSObject</a></a>>)</pre></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
libc/linux/other/x86_64/constant.PTRACE_SETFPREGS.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_SETFPREGS` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, PTRACE_SETFPREGS">
<title>libc::linux::other::x86_64::PTRACE_SETFPREGS - 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'>linux</a>::<wbr><a href='../index.html'>other</a>::<wbr><a href='index.html'>x86_64</a></p><script>window.sidebarCurrent = {name: 'PTRACE_SETFPREGS', 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'>linux</a>::<wbr><a href='../index.html'>other</a>::<wbr><a href='index.html'>x86_64</a>::<wbr><a class='constant' href=''>PTRACE_SETFPREGS</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'>−</span>]
</a>
</span><a id='src-3338' class='srclink' href='../../../../src/libc/unix/notbsd/linux/other/b64/x86_64.rs.html#119' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const PTRACE_SETFPREGS: <a class='type' href='../../../../libc/type.c_uint.html' title='libc::c_uint'>c_uint</a><code> = </code><code>15</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
webapp/play1.3.x/documentation/api/play/exceptions/ActionNotFoundException.html | deanhiller/databus | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Wed Dec 04 12:36:51 MST 2013 -->
<title>ActionNotFoundException (Play! API)</title>
<meta name="date" content="2013-12-04">
<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="ActionNotFoundException (Play! 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/ActionNotFoundException.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>Prev Class</li>
<li><a href="../../play/exceptions/BinderException.html" title="class in play.exceptions"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?play/exceptions/ActionNotFoundException.html" target="_top">Frames</a></li>
<li><a href="ActionNotFoundException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">play.exceptions</div>
<h2 title="Class ActionNotFoundException" class="title">Class ActionNotFoundException</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>java.lang.Throwable</li>
<li>
<ul class="inheritance">
<li>java.lang.Exception</li>
<li>
<ul class="inheritance">
<li>java.lang.RuntimeException</li>
<li>
<ul class="inheritance">
<li><a href="../../play/exceptions/PlayException.html" title="class in play.exceptions">play.exceptions.PlayException</a></li>
<li>
<ul class="inheritance">
<li>play.exceptions.ActionNotFoundException</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd>java.io.Serializable</dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">ActionNotFoundException</span>
extends <a href="../../play/exceptions/PlayException.html" title="class in play.exceptions">PlayException</a></pre>
<div class="block">Missing action</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../serialized-form.html#play.exceptions.ActionNotFoundException">Serialized Form</a></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"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../play/exceptions/ActionNotFoundException.html#ActionNotFoundException(java.lang.String, java.lang.Throwable)">ActionNotFoundException</a></strong>(java.lang.String action,
java.lang.Throwable cause)</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../play/exceptions/ActionNotFoundException.html#getAction()">getAction</a></strong>()</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../play/exceptions/ActionNotFoundException.html#getErrorDescription()">getErrorDescription</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../play/exceptions/ActionNotFoundException.html#getErrorTitle()">getErrorTitle</a></strong>()</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_play.exceptions.PlayException">
<!-- -->
</a>
<h3>Methods inherited from class play.exceptions.<a href="../../play/exceptions/PlayException.html" title="class in play.exceptions">PlayException</a></h3>
<code><a href="../../play/exceptions/PlayException.html#getId()">getId</a>, <a href="../../play/exceptions/PlayException.html#getInterestingStrackTraceElement(java.lang.Throwable)">getInterestingStrackTraceElement</a>, <a href="../../play/exceptions/PlayException.html#getLineNumber()">getLineNumber</a>, <a href="../../play/exceptions/PlayException.html#getMoreHTML()">getMoreHTML</a>, <a href="../../play/exceptions/PlayException.html#getSourceFile()">getSourceFile</a>, <a href="../../play/exceptions/PlayException.html#isSourceAvailable()">isSourceAvailable</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Throwable</h3>
<code>addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.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">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ActionNotFoundException(java.lang.String, java.lang.Throwable)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ActionNotFoundException</h4>
<pre>public ActionNotFoundException(java.lang.String action,
java.lang.Throwable cause)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getAction()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAction</h4>
<pre>public java.lang.String getAction()</pre>
</li>
</ul>
<a name="getErrorTitle()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getErrorTitle</h4>
<pre>public java.lang.String getErrorTitle()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../play/exceptions/PlayException.html#getErrorTitle()">getErrorTitle</a></code> in class <code><a href="../../play/exceptions/PlayException.html" title="class in play.exceptions">PlayException</a></code></dd>
</dl>
</li>
</ul>
<a name="getErrorDescription()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getErrorDescription</h4>
<pre>public java.lang.String getErrorDescription()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../play/exceptions/PlayException.html#getErrorDescription()">getErrorDescription</a></code> in class <code><a href="../../play/exceptions/PlayException.html" title="class in play.exceptions">PlayException</a></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/ActionNotFoundException.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>Prev Class</li>
<li><a href="../../play/exceptions/BinderException.html" title="class in play.exceptions"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../index.html?play/exceptions/ActionNotFoundException.html" target="_top">Frames</a></li>
<li><a href="ActionNotFoundException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><a href="http://guillaume.bort.fr">Guillaume Bort</a> & <a href="http://www.zenexity.fr">zenexity</a> - Distributed under <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2 licence</a>, without any warrantly</small></p>
</body>
</html>
|
tests/wpt/web-platform-tests/element-timing/observe-empty-attribute.html | UK992/servo | <!DOCTYPE HTML>
<meta charset=utf-8>
<title>Element Timing: observe with empty elementtiming attribute</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/element-timing-helpers.js"></script>
<script>
let beforeRender;
async_test(function (t) {
assert_precondition(window.PerformanceElementTiming, "PerformanceElementTiming is not implemented");
let observedImage = false;
let observedText = false;
const observer = new PerformanceObserver(
t.step_func(function(entryList) {
entryList.getEntries().forEach(entry => {
if (entry.name === 'image-paint') {
assert_false(observedImage, 'Image should only be observed once.');
const pathname = window.location.origin + '/element-timing/resources/square20.png';
checkElement(entry, pathname, '', 'square', beforeRender,
document.getElementById('square'));
checkNaturalSize(entry, 20, 20);
observedImage = true;
} else {
assert_false(observedText, 'Text should only be observed once.');
checkTextElement(entry, '', 'text', beforeRender, document.getElementById('text'));
observedText = true;
}
});
if (observedImage && observedText)
t.done();
})
);
observer.observe({type: 'element', buffered: true});
beforeRender = performance.now();
}, "Able to observe image and text with empty elementtiming attribute.");
</script>
<img id='square' src='resources/square20.png' elementtiming/>
<p id='text' elementtiming>Text!</p>
|
layout/reftests/bugs/348597-1.html | Yukarumya/Yukarum-Redfoxes | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html class="reftest-wait"><head>
<style type="text/css">
table.suchergebnis, table.suchergebnis tr, table.suchergebnis tdx, table.suchergebnis th {
border: 1px solid #ccc;
border-collapse: collapse;
text-align: center;
}
</style>
<script>
function doTest() {
var s1 = document.getElementById("screen");
s1.parentNode.removeChild(s1);
document.documentElement.removeAttribute('class');
}
document.addEventListener("MozReftestInvalidate", doTest);
</script>
<title>PomPIS Liste</title>
</head>
<body>
<div id="screen" style="position: fixed; left:50px; top: 20px; height:8px; width: 200px; background-color:white; border:1px solid green;"></div>
<table class="suchergebnis" border="1" style="width: 100%">
<tr><td>Frage</td></tr>
<tr style="border-bottom: 10px solid green;">
<td>Verhalten</td>
</tr>
</table>
</body>
</html> |
serde/core/mem/fn.dropped.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 `dropped` fn in crate `serde`.">
<meta name="keywords" content="rust, rustlang, rust-lang, dropped">
<title>serde::core::mem::dropped - 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'>serde</a>::<wbr><a href='../index.html'>core</a>::<wbr><a href='index.html'>mem</a></p><script>window.sidebarCurrent = {name: 'dropped', 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'>serde</a>::<wbr><a href='../index.html'>core</a>::<wbr><a href='index.html'>mem</a>::<wbr><a class='fn' href=''>dropped</a></span><span class='out-of-band'><span class='since' title='Stable since Rust version '></span><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-6283' class='srclink' href='../../../core/mem/fn.dropped.html?gotosrc=6283' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe fn dropped<T>() -> T</pre><div class='stability'><em class='stab unstable'>Unstable (<code>filling_drop</code>)</em></div><div class='docblock'><p>Creates a value initialized to an unspecified series of bytes.</p>
<p>The byte sequence usually indicates that the value at the memory
in question has been dropped. Thus, <em>if</em> T carries a drop flag,
any associated destructor will not be run when the value falls out
of scope.</p>
<p>Some code at one time used the <code>zeroed</code> function above to
accomplish this goal.</p>
<p>This function is expected to be deprecated with the transition
to non-zeroing drop.</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "serde";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script defer src="../../../search-index.js"></script>
</body>
</html> |
PasswordChecker/form_validation.html | AsadAlihp/JS-Files | <html>
<head>
<title>
Form Validation
</title>
</head>
<body>
<form action='' method='post' name='form1' onsubmit='return valid()'>
Password <input type='password' name='pass1'>
<br>
Confirm Password <input type='password' name='pass2'>
<br>
<input type='submit' name='save' value='Confirm'>
</form>
</body>
</html>
<script language='javascript'>
function valid()
{
if(document.form1.pass1.value!=document.form1.pass2.value){
alert('Password fields does not match');
}
else{
document.write('password fields matches');
return false;
}
}
</script> |
web/public/pages/help/index.html | loconomics/loconomics | <!DOCTYPE html>
<html lang="en-us">
<head>
<title>Help · Loconomics</title>
<meta name="generator" content="Hugo 0.49.2" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<link rel="stylesheet" href="../../css/main.min.4f9a157e8c0e2f46b9975a00451cc2048c1f3224ef128dfc27826a71c4006973.css" integrity="sha256-T5oVfowOL0a5l1oARRzCBIwfMiTvEo38J4JqccQAaXM=" media="screen">
<script src="https://player.vimeo.com/api/player.js"></script>
<script src="../../js/bundle.min.598ebf244c6a68299a5c22670bf7b4ea251e70d9ec5194aee11bf01fe31e60f7.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72265353-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-72265353-4');
</script>
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '598211963942244');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=598211963942244&ev=PageView
&noscript=1"/>
</noscript>
</head>
<body id="help">
<header>
<nav class="PrimaryNavbar">
<a class="PrimaryNavbar-brand" href="../../">
<img class="PrimaryNavbar-logo" src="../../images/logos/loconomics-white.svg" height="75" alt="Loconomics Logo">
<img class="PrimaryNavbar-altLogo" src="../../images/logos/loconomics-teal.svg" height="75" alt="Loonomics Logo" aria-hidden="true">
</a>
<button class="navbar-toggler"
type="button" data-toggle="collapse"
data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarNavDropdown" class="navbar-collapse collapse">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link PrimaryNavbar-signupLink" x-tag-label="nav"
href="https://www.loconomics.coop/sign_up?from=https%3A%2F%2Fwww.loconomics.com%2F%3Fautojoin%3D1&space_id=302531&button_id=NAV">Join 90 Days Free</a>
</li>
<li class="nav-item">
<a class="nav-link" x-tag-label="nav"
href="https://www.loconomics.coop/sign_in?from=https%3A%2F%2Fwww.loconomics.com%2F%3Fautojoin%3D1&button_id=NAV">SIGN IN</a>
</li>
</ul>
</div>
</nav>
<section class="HeroSection">
<div class="HeroSection--content">
<h1>We're here to help</h1>
<p>If you can't find an answer, send us a note</p>
</div>
</section>
</header>
<main>
<section class="Faqs">
<dl>
<dt>What do you mean by member-owned?</dt>
<dd>We're 100% owned by members like you – freelancers, 1099 workers, and licensed professionals. Not investors. That means each member shares in the profits and has the right to run for and vote for the board of directors.
<br>
<br>
Legally, we're a California Cooperative Corporation. <a href="https://loconomics.gitbooks.io/loconomics-cooperative-bylaws/content/" target="blank">Our bylaws</a> ensure control and profits remain in your hands for eternity.</dd>
<dt>Can anyone join?</dt>
<dd>Loconomics membership requires that you are your own boss – that's it. We welcome all professions from all walks of life – whether you're just getting started or a seasoned pro.</dd>
<dt>What time committment is there?</dt>
<dd>You get what you give. Active members build stronger and more profitable businesses. However, be as active or inactive as you like – you'll still maintain voting rights with your paid membership and share in profits.</dd>
<dt>What's in the Loconomics Toolbelt?</dt>
<dd>Member mastermind groups, online booking and scheduling, client management, earnings tracking, and an online listing. Help shape the future of the toolbelt as a member.</dd>
<dt>How much does membership cost?</dt>
<dd>Membership plans start at $19 monthly. All fees paid earn you cooperative patronage points (profit sharing).</dd>
<dt>How do I get started?</dt>
<dd><a href="https://www.loconomics.coop/sign_up?from=https%3A%2F%2Fwww.loconomics.com%2F%3Fautojoin%3D1&space_id=302531&button_id=HELP_LINK">Become a founding member</a> today and discover what Loconomics can do for you.</dd>
<dt>Can I cancel?</dt>
<dd>You can cancel your membership at anytime. No hard feelings.</dd>
<dt>I have more questions – how can I get them answered?</dt>
<dd>Send us a note @ <a href="mailto:info@loconomics.com?Subject=Potential%20member%20question" target="_top">info@loconomics.com</a></dd>
</dl>
</section>
</main>
<footer class="Footer">
<nav>
<ul>
<li>
<h2>LEARN MORE</h2>
</li>
<li>
<a href="../../pages/about">ABOUT US</a>
</li>
<li>
<a href="../../pages/press">PRESS</a>
</li>
<li>
<a href="../../pages/help">HELP</a>
</li>
<li>
<a href="../../pages/terms-of-service">TERMS OF SERVICE</a>
</li>
<li>
<a href="../../pages/privacy-policy">PRIVACY PRIVACY</a>
</li>
<li>
<a href="../../pages/accessibility-policy">ACCESSIBILITY POLICY</a>
</li>
</ul>
<ul>
<li>
<h2>PARTNER WITH US</h2>
</li>
<li>
<a href="../../pages/higher-education">HIGHER EDUCATION</a>
</li>
</ul>
<ul>
<li>
<h2>GET IN TOUCH</h2>
</li>
<li>
<a href="tel:(415) 735-6025">(415) 735-6025</a>
</li>
<li>
<a href="mailto:INFO@LOCONOMICS.COM">INFO@LOCONOMICS.COM</a>
</li>
<li>3150 18TH STREET #208<br/>SAN FRANCISCO, CA 94110</li>
</ul>
<ul>
<li><h2>FOLLOW US</h2></li>
<li>
<a target="_blank" href="https://instagram.com/loconomics"><img src="../../images/social/instagram.svg" alt="Instagram" /></a>
<a target="_blank" href="https://www.facebook.com/loconomics"><img src="../../images/social/facebook.svg" alt="Facebook" /></a>
<a target="_blank" href="https://twitter.com/loconomics"><img src="../../images/social/twitter.svg" alt="Twitter" /></a>
<a target="_blank" href="https://plus.google.com/104995798872016149943/about?gmbpt=true&hl=en"><img src="../../images/social/google.svg" alt="Google" /></a>
<a target="_blank" href="https://www.pinterest.com/loconomics"><img src="../../images/social/pinterest.svg" alt="Pinterest" /></a>
</li>
</ul>
</nav>
<div class="Footer-eoBadge">
<img width="100" src="../../images/logos/eo-small.png" alt="Employee-owned 100 percent" />
</div>
</footer>
</body>
</html>
|
x11/xlib/fn.XWidthMMOfScreen.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 `XWidthMMOfScreen` fn in crate `x11`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XWidthMMOfScreen">
<title>x11::xlib::XWidthMMOfScreen - 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'>x11</a>::<wbr><a href='index.html'>xlib</a></p><script>window.sidebarCurrent = {name: 'XWidthMMOfScreen', ty: 'fn', 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 fn">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xlib</a>::<wbr><a class='fn' href=''>XWidthMMOfScreen</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'>−</span>]
</a>
</span><a id='src-24283' 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 XWidthMMOfScreen(_1: <a href='../../std/primitive.pointer.html'>*mut <a class='struct' href='../../x11/xlib/struct.Screen.html' title='x11::xlib::Screen'>Screen</a></a>) -> <a class='type' href='../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a></pre></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "x11";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> |
immeta/formats/png/enum.InterlaceMethod.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 `InterlaceMethod` enum in crate `immeta`.">
<meta name="keywords" content="rust, rustlang, rust-lang, InterlaceMethod">
<title>immeta::formats::png::InterlaceMethod - 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'>immeta</a>::<wbr><a href='../index.html'>formats</a>::<wbr><a href='index.html'>png</a></p><script>window.sidebarCurrent = {name: 'InterlaceMethod', 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'>immeta</a>::<wbr><a href='../index.html'>formats</a>::<wbr><a href='index.html'>png</a>::<wbr><a class='enum' href=''>InterlaceMethod</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'>−</span>]
</a>
</span><a id='src-1675' class='srclink' href='../../../src/immeta/formats/png.rs.html#140-143' title='goto source code'>[src]</a></span></h1>
<pre class='rust enum'>pub enum InterlaceMethod {
Disabled,
Adam7,
}</pre><div class='docblock'><p>Interlace method used in an image.</p>
<p>PNG spec says that interlacing can be disabled or Adam7 interlace method can be used.</p>
</div><h2 class='variants'>Variants</h2>
<span id='variant.Disabled' class='variant'><code>Disabled</code></span><span id='variant.Adam7' class='variant'><code>Adam7</code></span><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl <a class='enum' href='../../../immeta/formats/png/enum.InterlaceMethod.html' title='immeta::formats::png::InterlaceMethod'>InterlaceMethod</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1682' class='srclink' href='../../../src/immeta/formats/png.rs.html#154-162' 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>) -> <a class='enum' href='../../../core/option/enum.Option.html' title='core::option::Option'>Option</a><<a class='enum' href='../../../immeta/formats/png/enum.InterlaceMethod.html' title='immeta::formats::png::InterlaceMethod'>InterlaceMethod</a>></code></h4>
</div><h2 id='implementations'>Trait Implementations</h2><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='../../../immeta/formats/png/enum.InterlaceMethod.html' title='immeta::formats::png::InterlaceMethod'>InterlaceMethod</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1656' class='srclink' href='../../../src/immeta/formats/png.rs.html#139' 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>(&self, __arg_0: &mut <a class='struct' href='../../../core/fmt/struct.Formatter.html' title='core::fmt::Formatter'>Formatter</a>) -> <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><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../../../core/cmp/trait.PartialEq.html' title='core::cmp::PartialEq'>PartialEq</a> for <a class='enum' href='../../../immeta/formats/png/enum.InterlaceMethod.html' title='immeta::formats::png::InterlaceMethod'>InterlaceMethod</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1662' class='srclink' href='../../../src/immeta/formats/png.rs.html#139' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.eq' class='method'><code>fn <a href='../../../core/cmp/trait.PartialEq.html#tymethod.eq' class='fnname'>eq</a>(&self, __arg_0: &<a class='enum' href='../../../immeta/formats/png/enum.InterlaceMethod.html' title='immeta::formats::png::InterlaceMethod'>InterlaceMethod</a>) -> <a class='primitive' href='../../../std/primitive.bool.html'>bool</a></code></h4>
<div class='docblock'><p>This method tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>. <a href="../../../core/cmp/trait.PartialEq.html#tymethod.eq">Read more</a></p>
</div><h4 id='method.ne' class='method'><code>fn <a href='../../../core/cmp/trait.PartialEq.html#method.ne' class='fnname'>ne</a>(&self, other: &Rhs) -> <a class='primitive' href='../../../std/primitive.bool.html'>bool</a></code><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div></h4>
<div class='docblock'><p>This method tests for <code>!=</code>.</p>
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../../../core/cmp/trait.Eq.html' title='core::cmp::Eq'>Eq</a> for <a class='enum' href='../../../immeta/formats/png/enum.InterlaceMethod.html' title='immeta::formats::png::InterlaceMethod'>InterlaceMethod</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1668' class='srclink' href='../../../src/immeta/formats/png.rs.html#139' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.assert_receiver_is_total_eq' class='method'><code>fn <a href='../../../core/cmp/trait.Eq.html#method.assert_receiver_is_total_eq' class='fnname'>assert_receiver_is_total_eq</a>(&self)</code></h4>
</div><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='../../../immeta/formats/png/enum.InterlaceMethod.html' title='immeta::formats::png::InterlaceMethod'>InterlaceMethod</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1671' class='srclink' href='../../../src/immeta/formats/png.rs.html#139' 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>(&self) -> <a class='enum' href='../../../immeta/formats/png/enum.InterlaceMethod.html' title='immeta::formats::png::InterlaceMethod'>InterlaceMethod</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>(&mut self, source: &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='../../../immeta/formats/png/enum.InterlaceMethod.html' title='immeta::formats::png::InterlaceMethod'>InterlaceMethod</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1674' class='srclink' href='../../../src/immeta/formats/png.rs.html#139' 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.Display.html' title='core::fmt::Display'>Display</a> for <a class='enum' href='../../../immeta/formats/png/enum.InterlaceMethod.html' title='immeta::formats::png::InterlaceMethod'>InterlaceMethod</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1678' class='srclink' href='../../../src/immeta/formats/png.rs.html#145-152' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.fmt-1' class='method'><code>fn <a href='../../../core/fmt/trait.Display.html#tymethod.fmt' class='fnname'>fmt</a>(&self, f: &mut <a class='struct' href='../../../core/fmt/struct.Formatter.html' title='core::fmt::Formatter'>Formatter</a>) -> <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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "immeta";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script defer src="../../../search-index.js"></script>
</body>
</html> |
theme/syrena/assets/app/css/forms.css | iceproductionz/ZeroCMS | /**
* forms.css v1.1
* Syrena admin template
*
* default theme usage colors:
* - body: none;
* - side left: wetashpalt - #34495e;
* - side header: belizehole - #2980b9;
* - content: cloud - #ecf0f1;
* - content header: peterriver - #3498db;
*
* - primary: peterriver - #3498db;
* - success: emerald - #2ecc71;
* - info: bluesky - #5bc0de;
* - warning: orange - #f39c12;
* - danger: alizarin - #e74c3c;
*
* License:
* For License Information check out - https://wrapbootstrap.com
*
* Copyright 2014, Stilearning
* http://stilearning.com
*/
.form-control {
border-color: #e5e5e5;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control.form-flat {
border-width: 1px 1px 2px;
}
.form-control.form-ion {
border-color: #3498db; /* peterriver */
}
.form-control:focus {
border-color: #3498db; /* peterriver */
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control.form-ion:focus {
border-color: #2ecc71; /* emerald */
}
/* form control with Helper class */
.bg-turquoise + .form-control{ border-left-color: #1abc9c; }
.bg-turquoise + .form-control:focus{ border-color: #1abc9c; }
.bg-greensea + .form-control{ border-left-color: #16a085; }
.bg-greensea + .form-control:focus{ border-color: #16a085; }
.bg-sunflower + .form-control{ border-left-color: #f1c40f; }
.bg-sunflower + .form-control:focus{ border-color: #f1c40f; }
.bg-orange + .form-control{ border-left-color: #f39c12; }
.bg-orange + .form-control:focus{ border-color: #f39c12; }
.bg-emerald + .form-control{ border-left-color: #2ecc71; }
.bg-emerald + .form-control:focus{ border-color: #2ecc71; }
.bg-nephritis + .form-control{ border-left-color: #27ae60; }
.bg-nephritis + .form-control:focus{ border-color: #27ae60; }
.bg-carrot + .form-control{ border-left-color: #e67e22; }
.bg-carrot + .form-control:focus{ border-color: #e67e22; }
.bg-pumpkin + .form-control{ border-left-color: #d35400; }
.bg-pumpkin + .form-control:focus{ border-color: #d35400; }
.bg-peterriver + .form-control{ border-left-color: #3498db; }
.bg-peterriver + .form-control:focus{ border-color: #3498db; }
.bg-belizehole + .form-control{ border-left-color: #2980b9; }
.bg-belizehole + .form-control:focus{ border-color: #2980b9; }
.bg-alizarin + .form-control{ border-left-color: #e74c3c; }
.bg-alizarin + .form-control:focus{ border-color: #e74c3c; }
.bg-pomegranate + .form-control{ border-left-color: #c0392b; }
.bg-pomegranate + .form-control:focus{ border-color: #c0392b; }
.bg-amethyst + .form-control{ border-left-color: #9b59b6; }
.bg-amethyst + .form-control:focus{ border-color: #9b59b6; }
.bg-wisteria + .form-control{ border-left-color: #8e44ad; }
.bg-wisteria + .form-control:focus{ border-color: #8e44ad; }
.bg-wetasphalt + .form-control{ border-left-color: #34495e; }
.bg-wetasphalt + .form-control:focus{ border-color: #34495e; }
.bg-midnightblue + .form-control{ border-left-color: #2c3e50; }
.bg-midnightblue + .form-control:focus{ border-color: #2c3e50; }
.bg-concrete + .form-control{ border-left-color: #95a5a6; }
.bg-concrete + .form-control:focus{ border-color: #95a5a6; }
.bg-asbestos + .form-control{ border-left-color: #7f8c8d; }
.bg-asbestos + .form-control:focus{ border-color: #7f8c8d; }
/* end form control with Helper class */
/* sizing */
.input-lg,
.input-group-addon.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
border-radius: 4px;
}
.input-sm,
.input-group-addon.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
border-radius: 2px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.row [class*="col-"] > .form-control,
.row [class*="col-"] > .form-group,
.row [class*="col-"] > .input-group{
margin-right: -15px;
}
.row [class*="col-"]:first-child > .form-control,
.row [class*="col-"]:first-child > .form-group,
.row [class*="col-"]:first-child > .input-group{
margin-left: -15px;
}
/* end sizing */
.form-control, .input-group-btn select{
min-width: 100px;
}
/* form state */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #f39c12; /* orange */
}
.has-warning .form-control {
border-color: #f39c12; /* orange */
-webkit-box-shadow: none;
box-shadow: none;
}
.has-warning .form-control:focus {
border-color: #e67e22; /* carrot */
-webkit-box-shadow: none;
box-shadow: none;
}
.has-warning .input-group-addon {
color: #c09853;
background-color: #fcf8e3;
border-color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #e74c3c; /* alizarin */
}
.has-error .form-control {
border-color: #e74c3c; /* alizarin */
-webkit-box-shadow: none;
box-shadow: none;
}
.has-error .form-control:focus {
border-color: #c0392b; /* pomegranate */
-webkit-box-shadow: none;
box-shadow: none;
}
.has-error .input-group-addon {
color: #b94a48;
background-color: #f2dede;
border-color: #b94a48;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #468847; /* emerald */
}
.has-success .form-control {
border-color: #468847; /* emerald */
-webkit-box-shadow: none;
box-shadow: none;
}
.has-success .form-control:focus {
border-color: #27ae60; /* nephritis */
-webkit-box-shadow: none;
box-shadow: none;
}
.has-success .input-group-addon {
color: #468847;
background-color: #dff0d8;
border-color: #468847;
}
/* end form state */
/* jquery-tags-input */
div.tagsinput {
border: 1px solid #e5e5e5;
background: #ffffff;
padding: 2px 5px;
width: 300px;
height: auto;
overflow-y: auto;
-webkit-transition: border-color .3s ease;
-moz-transition: border-color .3s ease;
-ms-transition: border-color .3s ease;
-o-transition: border-color .3s ease;
transition: border-color .3s ease;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
div.tagsinput.focus {
border-color: #3498db; /* peterriver */
}
div.tagsinput span.tag {
border: 1px solid #e5e5e5;
display: block;
float: left;
padding: 0px 5px 2px;
text-decoration: none;
background: #ecf0f1; /* cloud */
color: #34495e; /* wetashpalt */
margin-right: 5px;
margin-top: 2px;
margin-bottom: 2px;
font-family: "Roboto", helvetica;
font-size: 13px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
div.tagsinput span.tag a {
font-weight: bold;
color: #34495e; /* wetashpalt */
text-decoration:none;
font-size: 11px;
}
div.tagsinput input {
width:80px;
margin:0px;
font-family: "Roboto", helvetica;
font-size: 13px;
border:1px solid transparent;
padding: 0px 5px 2px 0;
background: transparent;
color: #34495e; /* wetashpalt */
outline: 0px;
margin-right: 5px;
margin-top: 2px;
margin-bottom: 2px;
}
div.tagsinput div {
display:block;
float: left;
}
.tags_clear {
clear: both;
width: 100%;
height: 0px;
}
.not_valid {
background: #e74c3c !important; /* alizarin */
color: #90111A !important;
}
/* end jquery-tags-input */
/* checkboxes or radios */
div[class*="icheckbox_"],
div[class*="iradio_"]{
display: inline-block;
margin-right: 10px;
}
.checkbox-line,
.radio-line{
margin-bottom: 5px;
}
/* end checkboxes or radios */
/* switcher */
.switcher {
position: relative;
width: 74px;
display: inline-block;
margin-right: 10px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select: none;
}
.switcher-checkbox {
display: none;
}
.switcher-label {
width: 74px;
overflow: hidden;
cursor: pointer;
border: 0px solid #999999;
border-radius: 2px;
}
.switcher-inner {
width: 200%; margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.switcher-inner > div {
float: left;
position: relative;
width: 50%;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 14px;
color: white;
font-family: "Roboto", Trebuchet, sans-serif;
font-weight: bold;
}
.switcher-inner .switcher-active {
padding-left: 15px;
background-color: #e5e5e5;
color: #ECF0F1;
}
.switcher-inner .switcher-inactive {
padding-right: 15px;
background-color: #e5e5e5;
color: #ECF0F1;
text-align: right;
}
.switcher-switch {
width: 37px;
margin: 0px;
text-align: center;
border: 0px solid #999999;
border-radius: 0px;
position: absolute;
top: 0;
bottom: 0;
}
.switcher-active .switcher-switch {
background: #3498DB;
left: 0;
}
.switcher-inactive .switcher-switch {
background: #e74c3c;
right: 0;
padding-right: 5px;
}
.switcher-active .switcher-switch:before {
content: " ";
position: absolute;
top: 0;
left: 37px;
border-style: solid;
border-color: #3498DB transparent transparent #3498DB;
border-width: 15px 7px;
}
.switcher-inactive .switcher-switch:before {
content: " ";
position: absolute;
top: 0;
right: 37px;
border-style: solid;
border-color: transparent #e74c3c #e74c3c transparent;
border-width: 15px 7px;
}
.switcher-checkbox:checked + .switcher-label .switcher-inner {
margin-left: 0;
}
/* switcher-lg */
.switcher.switcher-lg {
width: 90px;
}
.switcher-lg .switcher-label {
width: 90px;
}
.switcher-lg .switcher-inner > div{
height: 40px;
line-height: 40px;
font-size: 16px;
}
.switcher-lg .switcher-switch {
width: 45px;
}
.switcher-lg .switcher-inactive .switcher-switch {
padding-right: 10px;
}
.switcher-lg .switcher-active .switcher-switch:before {
left: 45px;
border-width: 20px 10px;
}
.switcher-lg .switcher-inactive .switcher-switch:before {
right: 45px;
border-width: 20px 10px;
}
/* switcher-sm */
.switcher.switcher-sm {
width: 50px;
}
.switcher-sm .switcher-label {
width: 50px;
}
.switcher-sm .switcher-inner > div{
height: 20px;
line-height: 20px;
font-size: 11px;
}
.switcher-sm .switcher-switch {
width: 25px;
}
.switcher-sm .switcher-inactive .switcher-switch {
padding-right: 3px;
}
.switcher-sm .switcher-active .switcher-switch:before {
left: 25px;
border-width: 10px 5px;
}
.switcher-sm .switcher-inactive .switcher-switch:before {
right: 25px;
border-width: 10px 5px;
}
/* switcher-flat */
.switcher-flat {
position: relative;
width: 74px;
margin-top: -4px;
display: inline-block;
margin-right: 10px;
height: 30px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select: none;
}
.switcher-flat-checkbox {
display: none;
}
.switcher-flat-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #E5E5E5;
border-radius: 0px;
}
.switcher-flat-inner {
width: 200%;
margin-left: -100%;
padding: 2px;
height: 27px;
background: #ffffff;
-moz-transition: margin 0.3s ease-in 0s;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.switcher-flat-inner:before, .switcher-flat-inner:after {
float: left;
width: 50%;
height: 23px;
padding: 0;
line-height: 22px;
font-size: 14px;
color: white;
font-family: "Roboto", Trebuchet, sans-serif;
font-weight: bold;
background-clip: padding-box;
}
.switcher-flat-inner:before {
content: "ON";
padding-left: 12px;
background-color: #3498DB;
color: #ECF0F1;
}
.switcher-flat-inner:after {
content: "OFF";
padding-right: 10px;
background-color: #E74C3C;
color: #ECF0F1;
text-align: right;
}
.switcher-flat-switch {
width: 25px;
margin: 0px;
background: #E5E5E5;
position: absolute;
top: 0;
bottom: 0;
right: 49px;
-moz-transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.switcher-flat-checkbox:checked + .switcher-flat-label .switcher-flat-inner {
margin-left: 0;
}
.switcher-flat-checkbox:checked + .switcher-flat-label .switcher-flat-switch {
right: 0px;
}
/* switcher-flat-lg */
.switcher-flat.switcher-flat-lg {
width: 90px;
height: 39px;
}
.switcher-flat-lg .switcher-flat-inner {
height: 35px;
}
.switcher-flat-sm .switcher-flat-inner:before {
padding-left: 20px;
}
.switcher-flat-sm .switcher-flat-inner:after {
padding-right: 20px;
}
.switcher-flat-lg .switcher-flat-inner:before,
.switcher-flat-lg .switcher-flat-inner:after {
height: 31px;
line-height: 30px;
font-size: 16px;
}
.switcher-flat-lg .switcher-flat-switch{
width: 35px;
right: 55px;
}
/* switcher-flat-sm */
.switcher-flat.switcher-flat-sm {
width: 50px;
height: 20px;
}
.switcher-flat-sm .switcher-flat-inner {
height: 17px;
padding: 1px;
}
.switcher-flat-sm .switcher-flat-inner:before {
padding-left: 8px;
}
.switcher-flat-sm .switcher-flat-inner:after {
padding-right: 6px;
}
.switcher-flat-sm .switcher-flat-inner:before,
.switcher-flat-sm .switcher-flat-inner:after {
height: 15px;
line-height: 14px;
font-size: 11px;
}
.switcher-flat-sm .switcher-flat-switch{
width: 15px;
right: 35px;
}
/* switcher-ion */
.switcher-ion {
position: relative;
width: 74px;
display: inline-block;
height: 26px;
margin-right: 10px;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select: none;
}
.switcher-ion-checkbox {
display: none;
}
.switcher-ion-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid #E5E5E5;
border-radius: 35px;
}
.switcher-ion-inner {
width: 200%;
margin-left: -100%;
-moz-transition: margin 0.3s ease-in 0s;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.switcher-ion-inner:before, .switcher-ion-inner:after {
float: left;
width: 50%;
height: 26px;
padding: 0;
line-height: 26px;
font-size: 14px;
color: white;
font-family: "Roboto", Trebuchet, sans-serif;
font-weight: bold;
}
.switcher-ion-inner:before {
content: "ON";
padding-left: 12px;
background-color: #E5E5E5;
color: #27A1CA;
}
.switcher-ion-inner:after {
content: "OFF";
padding-right: 12px;
background-color: #E5E5E5;
color: #E74C3C;
text-align: right;
}
.switcher-ion-switch {
width: 30px;
height: 30px;
margin: 0px;
background: #E74C3C;
border: 2px solid #e5e5e5;
border-radius: 30px;
position: absolute;
top: 0;
bottom: 0;
right: 44px;
-moz-transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.switcher-ion-checkbox:checked + .switcher-ion-label .switcher-ion-inner {
margin-left: 0;
}
.switcher-ion-checkbox:checked + .switcher-ion-label .switcher-ion-switch {
right: 0px;
background-color: #27A1CA;
}
/* switcher-ion-lg */
.switcher-ion.switcher-ion-lg {
width: 90px;
height: 36px;
}
.switcher-ion-lg .switcher-ion-inner {
height: 36px;
}
.switcher-ion-lg .switcher-ion-inner:before {
padding-left: 15px;
}
.switcher-ion-lg .switcher-ion-inner:after {
padding-right: 15px;
}
.switcher-ion-lg .switcher-ion-inner:before,
.switcher-ion-lg .switcher-ion-inner:after {
height: 36px;
line-height: 36px;
font-size: 16px;
}
.switcher-ion-lg .switcher-ion-switch{
width: 40px;
height: 40px;
right: 50px;
}
/* switcher-ion-sm */
.switcher-ion.switcher-ion-sm {
width: 50px;
height: 16px;
}
.switcher-ion-sm .switcher-ion-inner {
height: 16px;
}
.switcher-ion-sm .switcher-ion-inner:before {
padding-left: 8px;
}
.switcher-ion-sm .switcher-ion-inner:after {
padding-right: 6px;
}
.switcher-ion-sm .switcher-ion-inner:before,
.switcher-ion-sm .switcher-ion-inner:after {
height: 16px;
line-height: 16px;
font-size: 11px;
}
.switcher-ion-sm .switcher-ion-switch{
width: 20px;
height: 20px;
right: 30px;
}
/* end switcher */
/* custom select2 */
.select2-container .select2-choice {
height: 40px;
line-height: 40px;
padding-left: 12px;
font-size: 14px;
border-color: #e5e5e5;
color: #555555;
border-radius: 2px;
background-color: #fff;
background-image: none;
filter: none;
}
.select2-container.select2-drop-above .select2-choice {
border-bottom-color: #e5e5e5;
border-radius: 0 0 2px 2px;
background-image: none;
filter: none;
}
.select2-drop {
color: #555555;
border-color: #e5e5e5;
border-radius: 0 0 2px 2px;
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-drop-auto-width {
border-top-color: #e5e5e5;
width: auto;
}
.select2-drop.select2-drop-above {
position: fixed;
border-top-color: #e5e5e5;
border-radius: 2px 2px 0 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-drop-active {
border-color: #3498db; /* peterriver */
border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top-color: #3498db; /* peterriver */
}
.select2-container .select2-choice .select2-arrow {
width: 30px;
padding-top: 6px;
padding-left: 6px;
border-left-color: #e5e5e5;
border-radius: 0 2px 2px 0;
background: #ffffff; /* or #ecf0f1 */
background-image: none;
filter: none;
}
.select2-search input {
border-color: #e5e5e5;
border-radius: 2px;
background: #ffffff url('select2.png') no-repeat 100% -22px, none;
}
.select2-search input.select2-active {
background: #ffffff url('select2-spinner.gif') no-repeat 100%, none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
border-color: #3498db; /* peterriver */
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-dropdown-open .select2-choice {
border-bottom-color: transparent;
-webkit-box-shadow: 0 1px 0 #ffffff inset;
box-shadow: 0 1px 0 #ffffff inset;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #ffffff;
background-image: none;
filter: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border-color: #3498db; /* peterriver */
border-top-color: transparent;
background-image: none;
filter: none;
}
.select2-results .select2-highlighted {
background: #3498db; /* peterriver */
color: #ecf0f1; /* cloud */
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
background: #eeeeee;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
color: #555555;
background: #eeeeee;
}
.select2-results .select2-disabled {
background: #eeeeee;
}
.select2-more-results.select2-active {
background: #eeeeee url('select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
background: #eeeeee;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
background-color: #eeeeee;
border-color: #e5e5e5;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #eeeeee;
}
/* multiselect */
.select2-container-multi .select2-choices {
min-height: 40px;
border-color: #e5e5e5;
background-image: none;
}
.select2-container-multi.select2-container-active .select2-choices {
border-color: #3498db; /* peterriver */
-webkit-box-shadow: none;
box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input {
padding-left: 12px;
padding-top: 8px;
margin: 1px 0;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #555555;
}
.select2-container-multi .select2-choices .select2-search-choice {
margin-left: 12px;
margin-right: -7px;
margin-top: 8px;
color: #555555;
border-color: #e5e5e5;
border-radius: 2px;
background-color: #ecf0f1; /* cloud */
filter: none;
background-image: none;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices,
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
border-color: #e5e5e5;
background-color: #eeeeee;
}
/* end select2 */
/* multiselect */
.ms-container .ms-list{
border-color: #e5e5e5;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.ms-container .ms-list.ms-focus{
border-color: #3498db; /* peterriver */
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: 0;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
border-bottom-color: #e5e5e5;
color: #555;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
color: #ecf0f1; /* cloud */
background-color: #3498db; /* peterriver */
}
/* end multiselect */
/* bootstrap-jasny file input */
.btn-file {
position: relative;
overflow: hidden;
vertical-align: middle;
}
.btn-file > input {
position: absolute;
top: 0;
right: 0;
margin: 0;
font-size: 23px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
transform: translate(-300px, 0) scale(4);
direction: ltr;
}
.fileinput {
display: inline-block;
margin-bottom: 9px;
}
.fileinput .uneditable-input {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
cursor: text;
}
.fileinput .thumbnail {
display: inline-block;
margin-bottom: 5px;
overflow: hidden;
text-align: center;
vertical-align: middle;
border-color: #e5e5e5;
}
.fileinput .thumbnail > img {
max-height: 100%;
}
.fileinput .btn {
vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
display: none;
}
.fileinput-inline .fileinput-controls {
display: inline;
}
.fileinput .uneditable-input {
white-space: normal;
}
.fileinput-new .input-group .btn-file {
border-radius: 0 4px 4px 0;
}
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
border-radius: 0 3px 3px 0;
}
.fileinput-new .input-group .btn-file.btn-lg {
border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .uneditable-input {
color: #d35400;
border-color: #f39c12;
}
.form-group.has-warning .fileinput .fileinput-preview {
color: #d35400;
}
.form-group.has-warning .fileinput .thumbnail {
border-color: #f39c12;
}
.form-group.has-error .fileinput .uneditable-input {
color: #F2DEDE;
border-color: #e74c3c;
}
.form-group.has-error .fileinput .fileinput-preview {
color: #F2DEDE;
}
.form-group.has-error .fileinput .thumbnail {
border-color: #e74c3c;
}
.form-group.has-success .fileinput .uneditable-input {
color: #468847;
border-color: #2ecc71;
}
.form-group.has-success .fileinput .fileinput-preview {
color: #468847;
}
.form-group.has-success .fileinput .thumbnail {
border-color: #2ecc71;
}
/* end bootstrap-jasny file input */
/* simple color picker */
.simplecolorpicker.picker {
position: absolute;
top: 100%;
left: 0;
z-index: 1051; /* Above Bootstrap modal (@zindex-modal = 1050) */
display: none;
float: left;
min-width: 60px;
max-width: 283px; /* @popover-max-width = 276px + 7 */
padding: 5px 0 0 5px;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff; /* @dropdown-bg */
border: 1px solid #e5e5e5; /* @dropdown-fallback-border */
border: 1px solid #e5e5e5; /* @dropdown-border */
-webkit-border-radius: 2px; /* @border-radius-base */
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.simplecolorpicker.inline {
display: inline-block;
padding: 6px 0;
}
.simplecolorpicker span {
margin: 0 5px 5px 0;
}
.panel .simplecolorpicker.icon{
width: 24px;
height: 24px;
top: 6px;
position: relative;
}
.simplecolorpicker.icon,
.simplecolorpicker span.color {
display: inline-block;
cursor: pointer;
border: 1px solid transparent;
}
.simplecolorpicker.icon:focus,
.simplecolorpicker.icon:active{
outline: 0 none;
}
.simplecolorpicker.icon:after,
.simplecolorpicker span.color:after {
content: '\00a0\00a0\00a0\00a0\00a0'; /* Spaces */
}
.simplecolorpicker span.color[data-disabled]:hover {
cursor: not-allowed;
border: 1px solid transparent;
}
.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color[data-selected]:hover {
border: 1px solid #34495e; /* @wetashpalt */
}
.simplecolorpicker span.color[data-selected]:focus,
.simplecolorpicker span.color[data-selected]:active{
outline: 0 none;
}
.simplecolorpicker span.color[data-selected]:after {
color: #ffffff;
}
/* Vertical separator, replaces optgroup. */
.simplecolorpicker span.vr {
border-left: 1px solid #34495e; /* @wetashpalt */
}
.simplecolorpicker.glyphicons span.color[data-selected]:after {
/* Taken from glyphicon class. */
position: relative;
top: 1px;
font-family: 'Glyphicons Halflings';
line-height: .9;
-webkit-font-smoothing: antialiased;
content: '\e013'; /* Ok/check mark */
margin-right: 1px;
margin-left: 1px;
}
/* end simple color picker */
/* wizard */
.wizard{
position: relative;
display: block;
width: 100%;
overflow: hidden;
}
.wizard a{
outline: 0;
}
.wizard ul,
.wizard ul > li{
margin: 0;
padding: 0;
list-style: none;
}
.wizard > .steps .current-info,
.wizard > .content > .title{
display: none;
}
.wizard > .steps {
position: relative;
overflow: hidden;
background-color: #ffffff;
border: 1px solid #e5e5e5;
height: 46px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
*zoom: 1;
z-index: 4;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.wizard > .steps > ul{
position: relative;
width: 4000px;
padding: 0;
margin: 0;
overflow: hidden;
list-style: none outside none;
}
.wizard > .steps > ul > li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
}
.wizard > .steps .number {
float: left;
display: inline-block;
min-width: 10px;
padding: 3px 6px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #999999;
text-align: center;
white-space: nowrap;
background-color: #ecf0f1;
border-radius: 10px;
margin-right: 10px;
margin-top: 15px;
}
.wizard > .steps .number:before {
position: absolute;
top: -1px;
right: -14px;
display: block;
z-index: 2;
border: 24px solid transparent;
border-right: 0;
border-left: 14px solid #e5e5e5;
content: " ";
}
.wizard > .steps .number:after {
position: absolute;
top: -1px;
right: -15px;
display: block;
z-index: 1;
border: 24px solid transparent;
border-right: 0;
border-left: 14px solid #dddddd;
content: " ";
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
display: inline-block;
width: auto;
margin: 0;
padding: 0 20px 0 30px;
font-size: 16px;
height: 46px;
line-height: 46px;
color: #999999;
background: #e5e5e5;
cursor: default;
text-decoration: none;
}
.wizard > .steps a:first-child{
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
background: #e5e5e5;
color: #999999;
cursor: default;
}
.wizard > .steps .disabled .number {
background-color: #999999;
color: #ecf0f1;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
background: #3498db;
color: #ecf0f1;
cursor: default;
}
.wizard > .steps .current .number:before {
border-left-color: #3498db;
}
.wizard > .steps .current .number:after {
border-left-color: #3498db;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
background: #5bc0de;
color: #ecf0f1;
cursor: pointer;
}
.wizard > .steps .done .number:before {
border-left-color: #5bc0de;
}
.wizard > .steps .done .number:after {
border-left-color: #3498db;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
background: #e74c3c;
color: #ecf0f1;
}
.wizard > .steps .error .number:before {
border-left-color: #e74c3c;
}
.wizard > .steps .error .number:after {
border-left-color: #e74c3c;
}
.wizard > .content {
position: relative;
display: block;
padding: 0px;
border-width: 0 1px 2px;
border-bottom-style: solid;
border-color: #e5e5e5;
background-color: #ffffff;
min-height: 100px;
height: auto;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.wizard > .content > .body {
position: relative; /* or absolute */
top: 0;
left: 0;
width: 100%;
min-height: 100%;
padding: 20px 15px 15px;
}
.wizard > .actions {
position: absolute;
right: 0;
top: 0;
z-index: 5;
float: right;
padding-right: 15px;
padding-left: 15px;
height: 46px;
vertical-align: middle;
background-color: #e5e5e5;
border-left: 1px solid #d4d4d4;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.wizard > .actions > ul {
display: inline-block;
text-align: right;
}
.wizard > .actions > ul > li {
float: left;
padding: 8px 2px;
}
.wizard > .actions a{
display: inline-block;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
margin-bottom: 0;
font-weight: normal;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 3px;
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.wizard > .actions a:focus{
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.wizard > .actions a:focus,
.wizard > .actions a:hover{
color: #333333;
text-decoration: none;
}
.wizard > .actions a:active {
background-image: none;
outline: 0;
-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);
}
.wizard > .actions a:focus,
.wizard > .actions a:hover,
.wizard > .actions a:active{
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
pointer-events: none;
cursor: not-allowed;
opacity: 0.65;
background-color: #ffffff;
border-color: #cccccc;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.wizard > .loading,
.wizard > .loading .spinner {
}
/* vertical wizard */
.wizard.vertical > .steps {
display: inline;
float: left;
width: 30%;
}
.wizard.vertical > .steps > ul > li {
float: none;
width: 100%;
}
.wizard.vertical > .content {
display: inline;
float: left;
margin: 0 2.5% .5em 2.5%;
width: 65%;
}
.wizard.vertical > .actions {
display: inline;
float: right;
margin: 0 2.5%;
width: 95%;
}
.wizard.vertical > .actions > ul > li {
margin: 0 0 0 1em;
}
/* end wizard */
/* wysihtml5 & markdown */
iframe.wysihtml5-sandbox{
border-color: #e5e5e5 !important;
border-radius: 3px !important;
border-width: 1px 1px 2px !important;
}
.md-editor{
border-color:#e5e5e5;
border-radius: 3px;
border-width: 1px 1px 2px;
}
.md-editor > .md-header{
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.md-editor > .md-preview{
border-top-color: #e5e5e5;
border-bottom-color: #e5e5e5;
}
.md-editor > textarea{
border-top-color: #e5e5e5;
border-bottom-color: #e5e5e5;
background:#ecf0f1;
}
.md-editor.active{
border-color: #3498db;
-webkit-box-shadow: none;
box-shadow: none;
}
/* end wysihtml5 & markdown */
|
tests/wpt/web-platform-tests/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/img-tag/same-https.swap-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 'strict-origin-when-cross-origin'</title>
<meta charset='utf-8'>
<meta name="description" content="Check that a priori insecure subresource gets no referrer information. Otherwise, cross-origin subresources get the origin portion of the referrer URL and same-origin 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-strict-origin-when-cross-origin">
<meta name="assert" content="Referrer Policy: Expects origin for img-tag to same-https origin and swap-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": "origin",
"origin": "same-https",
"redirection": "swap-origin",
"source_context_list": [],
"source_scheme": "http",
"subresource": "img-tag",
"subresource_policy_deliveries": [
{
"deliveryType": "attr",
"key": "referrerPolicy",
"value": "strict-origin-when-cross-origin"
}
]
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
bedrock/mozorg/templates/mozorg/about/history.html | TheJJ100100/bedrock | {# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. -#}
{% add_lang_files "mozorg/about/history" "mozorg/about" %}
{% extends "mozorg/base-resp.html" %}
{% block page_title %}{{ _('Looking back. Looking ahead.') }}{% endblock %}
{% block body_id %}about-history{% endblock %}
{% block body_class %}sand{% endblock %}
{% block page_css %}
{% stylesheet 'history-slides' %}
{% endblock %}
{% block js %}
{% javascript 'history-slides' %}
{% endblock %}
{% block site_header_logo %}{% endblock %}
{% block content %}
<article id="history-slides">
<header class="page-head">
<h1 class="page-title">{{ _('Looking back. Looking ahead.') }}</h1>
<p class="intro">
{{ _('Mozilla exists to promote openness, innovation and opportunity on the Internet.') }}
<br>
{{ _('Take a closer look at who we are, including some of our biggest achievements and milestones.') }}
</p>
</header>
<div id="slideshow-stage">
<div id="slideshow">
<div class="slide-control">
<button class="prev">{{ _('Previous') }}</button>
<button class="next">{{ _('Next') }}</button>
</div>
<ul class="sequence-canvas slides">
<li id="fact01" class="slide">
<span class="number">01</span>
<div class="message">
<p>
{% trans %}
The Mozilla Project launched at Netscape on March 31, 1998, to offer choice to users and drive innovation on the Web.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="block2"></span>
<span class="back"></span>
</li>
<li id="fact02" class="slide">
<span class="number">02</span>
<div class="message">
<p>
{% trans %}
Proudly non-profit, Mozilla makes products like Firefox with a mission to keep the power of the Web in the hands of users everywhere.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="block2"></span>
<span class="block3"></span>
<span class="logo"></span>
<span class="back"></span>
</li>
<li id="fact03" class="slide">
<span class="number">03</span>
<div class="message">
<p>
{# L10N: "The New York Times" is the proper name of an English publication and should not be translated. #}
{% trans %}
More than 10,000 contributors expressed their support for our mission by paying for a full-page ad in <cite>The New York Times</cite> on the day Firefox 1.0 launched in 2004.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="back"></span>
</li>
<li id="fact04" class="slide">
<span class="number">04</span>
<div class="message">
<p>
{% trans %}
Today Mozilla has contributors on every continent, including Antarctica (where Firefox is used by 80% of people).
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="back"></span>
</li>
<li id="fact05" class="slide">
<span class="number">05</span>
<div class="message">
<p>
{% if l10n_has_tag('history_nov2014') %}
{% trans %}
Firefox Add-Ons allow you to customize and take control of your Web experience. Nearly 4 billion of them have been downloaded by users so far.
{% endtrans %}
{% else %}
{% trans %}
Firefox Add-Ons allow you to customize and take control of your Web experience. Over 3 billion of them have been downloaded by users so far.
{% endtrans %}
{% endif %}
</p>
</div>
<span class="block1"></span>
<span class="block2"></span>
<span class="block3"></span>
<span class="back"></span>
</li>
<li id="fact06" class="slide">
<span class="number">06 <span class="keyhole"></span></span>
<div class="message">
<p>
{% trans %}
Mozilla is leading the way in online privacy with browser innovations like Do Not Track and Lightbeam that give users greater control of their personal data.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="back"></span>
</li>
<li id="fact07" class="slide">
<span class="number">07</span>
<div class="message">
<p>
{% trans %}
Our global community has helped translate Firefox into over 70 languages, making the browser available to more than 90% of the world's population.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="back"></span>
</li>
<li id="fact08" class="slide">
<span class="number">08</span>
<div class="message">
<p>
{% trans %}
In 2008, 8,002,530 people chose Firefox in a single day to set a Guinness World Record for “Most Downloads of a Software Application in 24 Hours.”
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="block2"></span>
<span class="back"></span>
</li>
<li id="fact09" class="slide">
<span class="number">09</span>
<div class="message">
<p>
{% trans %}
The Mozilla Festival is our largest annual event, bringing together hundreds of creative minds to realize the full power and potential of the Web.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="block2"></span>
<span class="logo"><span></span></span>
<span class="back"></span>
</li>
<li id="fact10" class="slide">
<span class="number">10</span>
<div class="message">
<p>
{% trans %}
Mozilla Webmaker works to create a more Web-literate planet, providing tools and projects to help people take greater control of their online lives.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="block2"></span>
<span class="back"></span>
</li>
<li id="fact11" class="slide">
<span class="number">11</span>
<div class="message">
<p>
{% if l10n_has_tag('history_nov2014') %}
{% trans %}
Firefox for Android brings the Firefox desktop browsing experience to phones and tablets. Available on Google Play, it has been downloaded more than 80 million times.
{% endtrans %}
{% else %}
{% trans %}
Mozilla leads the Open Badges program, an online standard that helps people gain recognition for 21st century skills and unlock new career opportunities.
{% endtrans %}
{% endif %}
</p>
</div>
<span class="block1"></span>
<span class="droid"></span>
<span class="back"></span>
</li>
<li id="fact12" class="slide">
<span class="number">12</span>
<div class="message">
<p>
{% trans %}
The Mozilla Developer Network is a community-driven Web resource that provides the best documentation, tutorials and tools available to more than 2 million visitors each month.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="block2"></span>
<span class="stars"></span>
<span class="rocket"></span>
<span class="back"></span>
</li>
<li id="fact13" class="slide">
<span class="number">13</span>
<div class="message">
<p>
{% trans %}
Mozilla works to care for and preserve the Web as a shared public resource for the benefit of everyone.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="back"></span>
</li>
<li id="fact14" class="slide">
<span class="number">14</span>
<div class="message">
<p>
{% trans %}
In 2013, Mozilla launched Firefox OS to unleash the full power of the Web on smartphones and once again offer control and choice to a new generation of people coming online.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="block2"></span>
<span class="shadow"></span>
<span class="phone"></span>
<span class="fox"></span>
<span class="back"></span>
</li>
<li id="fact15" class="slide">
<span class="number">15</span>
<div class="message">
<p>
{% trans %}
The work Mozilla does is made possible thanks to tens of thousands of volunteers who believe the Web should remain open and accessible to all.
{% endtrans %}
</p>
</div>
<span class="block1"></span>
<span class="block2"></span>
<span class="back"></span>
</li>
</ul>
</div>
</div>
</article>
<div class="billboard">
<ul class="links">
<li>
<h4><a href="{{ url('mozorg.about') }}">{{ _('About Mozilla') }}</a></h4>
<p>{{ _('A look at our projects, products and principles') }}</p>
</li>
<li>
<h4><a href="{{ url('mozorg.mission') }}">{{ _('The Mozilla mission') }}</a></h4>
<p>{{ _('What drives us and makes us different') }}</p>
</li>
<li>
<h4><a href="{{ url('mozorg.about.history-details') }}">{{ _('More history') }}</a></h4>
<p>{{ _('Where we came from and how we got to where we are') }}</p>
</li>
<li>
<h4><a href="{{ url('firefox.family.index') }}">{{ _('Our products') }}</a></h4>
<p>{{ _('An overview of what we make and what we’re working on') }}</p>
</li>
<li>
<h4><a href="{{ url('mozorg.contribute') }}">{{ _('Get involved') }}</a></h4>
<p>{{ _('Become a volunteer contributor in a number of different areas') }}</p>
</li>
<li>
<h4><a href="{{ url('mozorg.about.governance.governance') }}">{{ _('Governance') }}</a></h4>
<p>{{ _('Our organization, structure and broader community') }}</p>
</li>
</ul>
</div>
{% endblock %}
|
script/dom/bindings/codegen/Bindings/DocumentTypeBinding/fn.Wrap.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 `Wrap` fn in crate `script`.">
<meta name="keywords" content="rust, rustlang, rust-lang, Wrap">
<title>script::dom::bindings::codegen::Bindings::DocumentTypeBinding::Wrap - 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'>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'>DocumentTypeBinding</a></p><script>window.sidebarCurrent = {name: 'Wrap', ty: 'fn', 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 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'>codegen</a>::<wbr><a href='../index.html'>Bindings</a>::<wbr><a href='index.html'>DocumentTypeBinding</a>::<wbr><a class='fn' href=''>Wrap</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'>−</span>]
</a>
</span><a id='src-187210' class='srclink' href='../../../../../../src/script///home/servo/buildbot/slave/doc/build/target/debug/build/script-49135cd7c70c0a0f/out/Bindings/DocumentTypeBinding.rs.html#558-589' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub fn Wrap(cx: <a href='../../../../../../std/primitive.pointer.html'>*mut <a class='enum' href='../../../../../../js/jsapi/enum.JSContext.html' title='js::jsapi::JSContext'>JSContext</a></a>, scope: <a class='enum' href='../../../../../../script/dom/bindings/global/enum.GlobalRef.html' title='script::dom::bindings::global::GlobalRef'>GlobalRef</a>, object: <a class='struct' href='../../../../../../alloc/boxed/struct.Box.html' title='alloc::boxed::Box'>Box</a><<a class='struct' href='../../../../../../script/dom/documenttype/struct.DocumentType.html' title='script::dom::documenttype::DocumentType'>DocumentType</a>>) -> <a class='struct' href='../../../../../../script/dom/bindings/js/struct.Root.html' title='script::dom::bindings::js::Root'>Root</a><<a class='struct' href='../../../../../../script/dom/documenttype/struct.DocumentType.html' title='script::dom::documenttype::DocumentType'>DocumentType</a>></pre></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "script";
window.playgroundUrl = "";
</script>
<script src="../../../../../../jquery.js"></script>
<script src="../../../../../../main.js"></script>
<script async src="../../../../../../search-index.js"></script>
</body>
</html> |
19_10/toolsLeafConfig.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Leaf Config - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<meta content="19.10.0" name="legato-version"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build_Apps_Get_Started.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a class="link-selected" href="getStarted.html">Get Started</a><a href="concepts.html">Concepts</a><a href="apiGuidesMain.html">API Guides</a><a href="tools.html">Tools</a><a href="howToMain.html">How To</a><a href="experimentalMain.html">Experimental Features</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">Leaf Config </h1> </div>
</div><div class="contents">
<div class="textblock"><p><code>leaf</code> <code>config</code> - configure and customize leaf options</p>
<pre class="fragment">$ leaf config [--root PACKAGESROOT]
</pre><p><code>leaf</code> <code>config</code> allows users to configure the leaf tool behavior.</p>
<p>If used without specifying any option, the command will simply outputs the location of the current configuration file (cf <code>LEAF_CONFIG</code> variable description below).</p>
<p>If used with <code>--root</code> option, the command will set the packages install location.</p>
<p>Beyond this command, the leaf tool is also configured through a set of environment variables, described in this page as well.</p>
<h1><a class="anchor" id="toolsLeafCfg_Opt"></a>
Options</h1>
<pre class="fragment">--root PACKAGESROOT
</pre><p>Sets the location where packages are installed. A package named myPackage1.0 will be extracted and installed in the PACKAGESROOT/myPackage1.0 folder. Default value for this parameter is $HOME/.leaf</p>
<h1><a class="anchor" id="toolsLeafCfg_Variables"></a>
Variables</h1>
<p>The following environment variables can be used to configure the leaf tool behavior.</p>
<p><b><code>LEAF_CONFIG</code> </b> <br/>
</p>
<p>Location for the leaf configuration folder. Default value is <code>$HOME/</code>.config/leaf</p>
<p><code>LEAF_CONFIG</code> stores the following files/folders:</p>
<p><code><b>config.json</b> </code> <br/>
</p>
<p>The main leaf configuration file which stores:</p><ul>
<li>the packages root install folder (cf --root option above)</li>
<li>the configured remotes list (see leaf remote)</li>
<li>the user's global environment (see leaf env)</li>
</ul>
<p>Global configuration for leaf behavior is a combination of the default configuration file with the <code>config.json</code> file present in the user configuration folder (if any).</p>
<p>Leaf will search for config.json in the following order: <code>/etc/leaf/</code>, <code>/usr/share/leaf/</code> and then <code>$HOME/</code>.local/share/leaf/</p>
<p>Modifying the default configuration (e.g. disabling a remote present in the default configuration) will be stored in the user <code>config.json</code> file and override any default values.</p>
<dl class="section note"><dt>Note</dt><dd>In order to reset to the default configuration, delete the <code>config.json</code> file from the user configuration folder.</dd></dl>
<p><b><code>themes.ini</code> </b> <br/>
</p>
<p>Contains the colors themes definition.</p>
<p>If the <code>themes.ini</code> file is not found in the user configuration folder, leaf will search for themes.ini in the following folders: <code>/etc/leaf/</code>, <code>/usr/share/leaf/</code> and then <code>$HOME/</code>.local/share/leaf/</p>
<dl class="section note"><dt>Note</dt><dd>In order to reset to the default color theme configuration, delete the <code>themes.ini</code> file from the user configuration folder.</dd></dl>
<p><b><code>gpg</code> </b> <br/>
</p>
<p>The gpg keyring folder that contains the keyrings used by leaf for remotes gpg signing.</p>
<p><b><code>LEAF_CACHE</code> </b> <br/>
</p>
<p>Location of cached information. Default value: <code>$HOME/</code>.cache/leaf</p>
<p>It may contain:</p><ul>
<li>info from remote indexes</li>
<li>package artifacts before install</li>
</ul>
<p>The content of this folder can be deleted at any time to save disk space. A warning message will be regularly displayed as soon as this cache size exceeds 5 GB.</p>
<p><b><code>LEAF_TIMEOUT</code> </b> <br/>
</p>
<p>Duration (in seconds) of the download timeout. Default value is <b>10</b> </p>
<p>Timeout that leaf waits to download data when the remote falls into an inactive state.</p>
<p><b><code>LEAF_DEBUG</code> </b> <br/>
</p>
<p>When set, will print a stack trace to the screen when an error occurs</p>
<p class="copyright">Copyright (C) Sierra Wireless Inc. </p>
</div></div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
doc/tcod_sys/TCOD_image_get_size.v.html | surrsurus/edgequest | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=fn.TCOD_image_get_size.html">
</head>
<body>
<p>Redirecting to <a href="fn.TCOD_image_get_size.html">fn.TCOD_image_get_size.html</a>...</p>
<script>location.replace("fn.TCOD_image_get_size.html" + location.search + location.hash);</script>
</body>
</html> |
16_07/platformConstraintsStk.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>SIM Toolkit - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="16.07.0-7-g5401ee8" name="legato-version"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build Apps API Guides.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/index.html">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a href="buildAppsConcepts.html">Concepts</a><a class="link-selected" href="apiGuidesMain.html">API Guides</a><a href="tools.html">Tools</a><a href="external_proj_mainpage.html">WiFi Plugin</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">SIM Toolkit </h1> </div>
</div><div class="contents">
<div class="textblock"><p>The AR755x, AR8652, and WP8548 platforms can use SIM Toolkit Legato functions if the CAT (Card Application Toolkit) mode is properly set in your PRI (Product Requirement Information).</p>
<dl class="section warning"><dt>Warning</dt><dd><b>Known limitation with WP8548:</b> OPEN_CHANNEL BIP command is not raised up to a user app. By consequence, it can't be accepted/rejected.</dd></dl>
<p>See <a class="el" href="c_sim.html#le_sim_stk">SIM Toolkit</a></p>
<p class="copyright">Copyright (C) Sierra Wireless Inc. Use of this work is subject to license. </p>
</div></div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
x11/keysym/constant.XK_topleftradical.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 `XK_topleftradical` constant in crate `x11`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XK_topleftradical">
<title>x11::keysym::XK_topleftradical - 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'>keysym</a></p><script>window.sidebarCurrent = {name: 'XK_topleftradical', 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'>x11</a>::<wbr><a href='index.html'>keysym</a>::<wbr><a class='constant' href=''>XK_topleftradical</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'>−</span>]
</a>
</span><a id='src-1020' class='srclink' href='../../src/x11/keysym.rs.html#786' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XK_topleftradical: <a class='type' href='../../std/os/raw/type.c_uint.html' title='std::os::raw::c_uint'>c_uint</a><code> = </code><code>2210</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
xpi/content/css/linux/overlayextra.css | Aris-t2/ClassicThemeRestorer | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#ctraddon_bookmarks-menu-toolbar-button,
#ctraddon_bookmarks-button{
list-style-image: url("chrome://classic_theme_restorer/content/images/bookmarks_linux.png");
}
#ctraddon_bookmarks-menu-toolbar-button:-moz-lwtheme-brighttext,
#ctraddon_bookmarks-button:-moz-lwtheme-brighttext{
list-style-image: url("chrome://classic_theme_restorer/content/images/bookmarks-inv.png");
}
/* fallback images for non-default theme */
#ctraddon_history-menu-toolbar-button,
#ctraddon_history-button {
list-style-image: url("chrome://classic_theme_restorer/content/images/history2_mac.png");
}
#ctraddon_back-button {
list-style-image: url("chrome://classic_theme_restorer/content/images/back2_mac.png");
}
#ctraddon_forward-button,
#ctraddon_go-button {
list-style-image: url("chrome://classic_theme_restorer/content/images/forward2_mac.png");
}
#ctraddon_stop-button {
list-style-image: url("chrome://classic_theme_restorer/content/images/stop2_mac.png");
}
#ctraddon_reload-button {
list-style-image: url("chrome://classic_theme_restorer/content/images/reload2_mac.png");
}
#ctraddon_restart-button {
list-style-image: url("chrome://classic_theme_restorer/content/images/ctrrestart.png");
}
/* images for default theme */
#main-window[defaultfxtheme="true"] :-moz-any(#ctraddon_history-button,#ctraddon_history-menu-toolbar-button,#ctraddon_back-button,#ctraddon_forward-button,#ctraddon_stop-button,#ctraddon_reload-button,#ctraddon_go-button) {
list-style-image: url("chrome://browser/skin/Toolbar.png");
}
#main-window[defaultfxtheme="true"] :-moz-any(#ctraddon_history-button,#ctraddon_history-menu-toolbar-button,#ctraddon_back-button,#ctraddon_forward-button,#ctraddon_stop-button,#ctraddon_reload-button,#ctraddon_go-button):-moz-lwtheme-brighttext {
list-style-image: url("chrome://browser/skin/Toolbar-inverted.png");
}
#main-window[defaultfxtheme="true"][fx55plus="true"] :-moz-any(#ctraddon_history-button,#ctraddon_history-menu-toolbar-button,#ctraddon_back-button,#ctraddon_forward-button,#ctraddon_stop-button,#ctraddon_reload-button,#ctraddon_go-button) {
list-style-image: url("chrome://classic_theme_restorer/content/images/Toolbar.png");
}
#main-window[defaultfxtheme="true"][fx55plus="true"] :-moz-any(#ctraddon_history-button,#ctraddon_history-menu-toolbar-button,#ctraddon_back-button,#ctraddon_forward-button,#ctraddon_stop-button,#ctraddon_reload-button,#ctraddon_go-button):-moz-lwtheme-brighttext {
list-style-image: url("chrome://classic_theme_restorer/content/images/Toolbar-inverted.png");
}
#main-window[defaultfxtheme="true"] #ctraddon_history-menu-toolbar-button,
#main-window[defaultfxtheme="true"] #ctraddon_history-button {
-moz-image-region: rect(0, 180px, 18px, 162px);
}
#main-window[defaultfxtheme="true"] #ctraddon_back-button {
-moz-image-region: rect(0, 54px, 18px, 36px);
}
#main-window[defaultfxtheme="true"] #ctraddon_forward-button,
#main-window[defaultfxtheme="true"] #ctraddon_go-button {
-moz-image-region: rect(0, 72px, 18px, 54px);
}
#main-window[defaultfxtheme="true"] #ctraddon_reload-button {
-moz-image-region: rect(0, 90px, 18px, 72px);
}
#main-window[defaultfxtheme="true"] #ctraddon_stop-button {
-moz-image-region: rect(0, 108px, 18px, 90px);
}
#main-window[defaultfxtheme="true"] #nav-bar :-moz-any(#ctraddon_appbutton, #ctraddon_history-menu-toolbar-button, #ctraddon_bookmarks-menu-toolbar-button, #ctraddon_bookmarks-menu-toolbar-button,#ctraddon_bookmarks-button,#ctraddon_history-button,#ctraddon_back-button,#ctraddon_forward-button,#ctraddon_stop-button,#ctraddon_reload-button,#ctraddon_ctr-button,#ctraddon_go-button,#ctraddon_preferences-button,#ctraddon_restart-button) > .toolbarbutton-icon {
padding: 2px 6px !important;
}
/* prefwindow button clone */
#ctraddon_preferences-button {
list-style-image: url("chrome://browser/skin/Toolbar.png");
}
toolbar[brighttext] #ctraddon_preferences-button {
list-style-image: url("chrome://browser/skin/Toolbar-inverted.png");
}
#main-window[fx55plus="true"] #ctraddon_preferences-button {
list-style-image: url("chrome://classic_theme_restorer/content/images/Toolbar.png");
}
#main-window[fx55plus="true"] toolbar[brighttext] #ctraddon_preferences-button {
list-style-image: url("chrome://classic_theme_restorer/content/images/Toolbar-inverted.png");
}
#ctraddon_preferences-button[cui-areatype="toolbar"] {
-moz-image-region: rect(0, 468px, 18px, 450px);
}
#ctraddon_preferences-button[cui-areatype="menu-panel"],
toolbarpaletteitem[place="palette"] > #ctraddon_preferences-button {
list-style-image: var(--menupanel-list-style-image);
}
#ctraddon_preferences-button[cui-areatype="menu-panel"],
toolbarpaletteitem[place="palette"] > #ctraddon_preferences-button {
-moz-image-region: rect(0px, 768px, 32px, 736px);
}
/**/
#TabsToolbar #ctraddon_appbutton{
-moz-appearance: none !important;
}
#TabsToolbar #ctraddon_appbutton > .toolbarbutton-icon{
margin-top: -3px;
margin-bottom: -3px;
}
#TabsToolbar #ctraddon_appbutton[open] image,
#TabsToolbar #ctraddon_appbutton:hover image{
-moz-appearance: none !important;
background: none !important;
border-color: transparent !important;
box-shadow: none !important;
}
#appmenu-popup #appmenu_newPrivateWindow{
list-style-image:url("chrome://classic_theme_restorer/content/images/appmenu_private_lin.png");
}
#appmenu-popup #appmenu_addons{
list-style-image:url("chrome://classic_theme_restorer/content/images/appmenu_addons_lin.png");
}
@media (min-resolution: 1.1dppx) {
#appmenu-popup #appmenu_newPrivateWindow > .menu-iconic-left > .menu-iconic-icon {
list-style-image:url("chrome://classic_theme_restorer/content/images/appmenu_private@2x.png");
width: 16px !important;
}
#appmenu-popup #appmenu_addons > .menu-iconic-left > .menu-iconic-icon {
list-style-image:url("chrome://classic_theme_restorer/content/images/appmenu_addons@2x.png");
width: 16px !important;
}
}
/* some Linux versions hide icons */
.menu-iconic-left {
visibility: visible !important;
}
/* ctr addonbar */
#ctraddon_addon-bar{
-moz-appearance: none;
padding: 0px !important;
margin: 0 0 -1px 0 !important;
border-top-style: none;
border-bottom-style: none;
background-image: linear-gradient(rgba(0,0,0,.15) 1px, rgba(255,255,255,.15) 1px);
background-size: 100% 2px;
background-repeat: no-repeat;
}
#ctraddon_addon-bar .toolbarbutton-1,
#ctraddon_addon-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button {
border-style: none !important;
padding: 0 3px !important;
}
#ctraddon_addon-bar .toolbarbutton-1 .toolbarbutton-icon,
#ctraddon_addon-bar .toolbarbutton-1 > .toolbarbutton-menubutton-button .toolbarbutton-icon {
margin:-2px 0 !important;
}
/* extraurlbar close button */
#ctraddon_extraurlbar-close {
-moz-image-region: rect(0, 64px, 16px, 48px);
list-style-image: url("chrome://classic_theme_restorer/content/images/close.png");
}
#main-window:-moz-lwtheme-brighttext #ctraddon_extraurlbar-close{
list-style-image: url("chrome://classic_theme_restorer/content/images/close2.png");
}
#ctraddon_extraurlbar-close:hover,
#ctraddon_extraurlbar-close:hover[selected="true"] {
-moz-image-region: rect(0, 32px, 16px, 16px);
}
#ctraddon_extraurlbar-close:hover:active,
#ctraddon_extraurlbar-close:hover:active[selected="true"] {
-moz-image-region: rect(0, 48px, 16px, 32px);
}
#ctraddon_extraurlbar-close[selected="true"] {
-moz-image-region: rect(0, 16px, 16px, 0);
}
@media (min-resolution: 1.1dppx) {
#ctraddon_addon-bar:not(:-moz-lwtheme) #ctraddon_addonbar-close {
-moz-image-region: rect(0, 128px, 32px, 96px);
list-style-image: url("chrome://classic_theme_restorer/content/images/close@2x.png");
}
#ctraddon_addon-bar:not(:-moz-lwtheme) #ctraddon_addonbar-close:hover,
#ctraddon_addon-bar:not(:-moz-lwtheme) #ctraddon_addonbar-close:hover[selected="true"] {
-moz-image-region: rect(0, 64px, 32px, 32px);
}
#ctraddon_addon-bar:not(:-moz-lwtheme) #ctraddon_addonbar-close:hover:active,
#ctraddon_addon-bar:not(:-moz-lwtheme) #ctraddon_addonbar-close:hover:active[selected="true"] {
-moz-image-region: rect(0, 96px, 32px, 64px);
}
#ctraddon_addon-bar:not(:-moz-lwtheme) #ctraddon_addonbar-close[selected="true"] {
-moz-image-region: rect(0, 32px, 32px, 0);
}
}
/* Temporal fix for bug https://bugzilla.mozilla.org/show_bug.cgi?id=1138050 */
toolbar:not(#nav-bar):not(#TabsToolbar) toolbarbutton[id^="toggle-button-"] .toolbarbutton-badge-container image,
toolbar:not(#nav-bar):not(#TabsToolbar) toolbarbutton[id^="action-button-"] .toolbarbutton-badge-container image {
width: 16px !important;
height: 16px !important;
padding: 0 !important;
margin: 0 !important;
}
#main-window .ctraddon_maconly,
#main-window .ctraddon_windowsonly{
visibility: collapse !important;
} |
gleam/gl/storage/static.Normal3dv.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 `Normal3dv` static in crate `gleam`.">
<meta name="keywords" content="rust, rustlang, rust-lang, Normal3dv">
<title>gleam::gl::storage::Normal3dv - 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'>gleam</a>::<wbr><a href='../index.html'>gl</a>::<wbr><a href='index.html'>storage</a></p><script>window.sidebarCurrent = {name: 'Normal3dv', ty: 'static', 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 static">
<h1 class='fqn'><span class='in-band'><a href='../../index.html'>gleam</a>::<wbr><a href='../index.html'>gl</a>::<wbr><a href='index.html'>storage</a>::<wbr><a class='static' href=''>Normal3dv</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'>−</span>]
</a>
</span><a id='src-28041' class='srclink' href='../../../src/gleam///home/servo/buildbot/slave/doc/build/target/debug/build/gleam-9662459d59abad25/out/gl_bindings.rs.html#6343-6346' title='goto source code'>[src]</a></span></h1>
<pre class='rust static'>pub static mut Normal3dv: <a class='struct' href='../../../gleam/gl/struct.FnPtr.html' title='gleam::gl::FnPtr'>FnPtr</a><code> = </code><code>FnPtr {
f: super::missing_fn_panic as *const libc::c_void,
is_loaded: false
}</code></pre></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "gleam";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> |
app/question_list_helpee.html | mozilla/buddyup | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="description" content="SUMO real time support app for FirefoxOS" />
<meta name="viewport" content="width=device-width" />
<title>My Questions - BuddyUP</title>
<link rel="stylesheet" type="text/css" href="css/building_blocks/layout.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/building_blocks/headers.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/building_blocks/lists.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/building_blocks/tabs.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/building_blocks/progress_activity.css" media="screen" />
<link rel="stylesheet" href="css/building_blocks/confirm.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/fira.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/base.css" media="screen" />
<!-- localization -->
<link rel="prefetch" type="application/l10n" href="data/locales.ini" />
<link rel="prefetch" type="application/l10n" href="data/date/date.ini" />
<script src="js/libs/l10n.js"></script>
<script src="js/libs/l10n_date.js"></script>
</head>
<body class="skin-organic">
<section role="region" class="vbox fit" data-template="main/question_list_helpee.html"></section>
<script src="js/load_translations.js"></script>
<script src="js/settings.js"></script>
<script src="js/libs/lodash.custom.min.js"></script>
<script src="js/libs/async_storage.js"></script>
<script src="js/libs/nunjucks-slim.js"></script>
<script src="js/templates.js"></script>
<script src="js/nunjucks_env.js"></script>
<script src="js/l10n.js"></script>
<script src="js/libs/font_size_utils.js"></script>
<script src="js/loader.js"></script>
<script src="js/mobile_operator.js"></script>
<script src="js/utils.js"></script>
<script src="js/user.js"></script>
<script src="js/sumo_db.js"></script>
<script src="js/error_controller.js"></script>
<script src="js/loading_indicator.js"></script>
<script src="js/questions_controller.js"></script>
</body>
</html>
|
rayon/par_iter/zip/struct.ZipIter.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 `ZipIter` struct in crate `rayon`.">
<meta name="keywords" content="rust, rustlang, rust-lang, ZipIter">
<title>rayon::par_iter::zip::ZipIter - 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'>rayon</a>::<wbr><a href='../index.html'>par_iter</a>::<wbr><a href='index.html'>zip</a></p><script>window.sidebarCurrent = {name: 'ZipIter', ty: 'struct', 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 struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='../../index.html'>rayon</a>::<wbr><a href='../index.html'>par_iter</a>::<wbr><a href='index.html'>zip</a>::<wbr><a class='struct' href=''>ZipIter</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'>−</span>]
</a>
</span><a id='src-1948' class='srclink' href='../../../src/rayon/par_iter/zip.rs.html#6-9' title='goto source code'>[src]</a></span></h1>
<pre class='rust struct'>pub struct ZipIter<A: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a>, B: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a>> {
a: A,
b: B,
}</pre><h2 class='fields'>Fields</h2><span id='structfield.a' class='structfield'><code>a: A</code>
</span><span class='stab '></span><span id='structfield.b' class='structfield'><code>b: B</code>
</span><span class='stab '></span><h2 id='methods'>Methods</h2><h3 class='impl'><span class='in-band'><code>impl<A: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a>, B: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a>> <a class='struct' href='../../../rayon/par_iter/zip/struct.ZipIter.html' title='rayon::par_iter::zip::ZipIter'>ZipIter</a><A, B></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1953' class='srclink' href='../../../src/rayon/par_iter/zip.rs.html#11-15' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.new' class='method'><code>fn <a href='#method.new' class='fnname'>new</a>(a: A, b: B) -> <a class='struct' href='../../../rayon/par_iter/zip/struct.ZipIter.html' title='rayon::par_iter::zip::ZipIter'>ZipIter</a><A, B></code></h4>
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl<A, B> <a class='trait' href='../../../rayon/par_iter/trait.ParallelIterator.html' title='rayon::par_iter::ParallelIterator'>ParallelIterator</a> for <a class='struct' href='../../../rayon/par_iter/zip/struct.ZipIter.html' title='rayon::par_iter::zip::ZipIter'>ZipIter</a><A, B> <span class='where'>where A: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a>, B: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a></span></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1959' class='srclink' href='../../../src/rayon/par_iter/zip.rs.html#17-27' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='associatedtype.Item' class='type'><code>type <a href='../../../rayon/par_iter/trait.ParallelIterator.html#associatedtype.Item' class='type'>Item</a> = <a class='primitive' href='../../../std/primitive.tuple.html'>(</a>A::Item, B::Item<a class='primitive' href='../../../std/primitive.tuple.html'>)</a></code></h4>
<h4 id='method.drive_unindexed' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#tymethod.drive_unindexed' class='fnname'>drive_unindexed</a><C>(self, consumer: C) -> C::Result <span class='where'>where C: <a class='trait' href='../../../rayon/par_iter/internal/trait.UnindexedConsumer.html' title='rayon::par_iter::internal::UnindexedConsumer'>UnindexedConsumer</a><Self::Item></span></code></h4>
<div class='docblock'><p>Internal method used to define the behavior of this parallel iterator. You should not need to call this directly. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#tymethod.drive_unindexed">Read more</a></p>
</div><h4 id='method.weight' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.weight' class='fnname'>weight</a>(self, scale: <a class='primitive' href='../../../std/primitive.f64.html'>f64</a>) -> <a class='struct' href='../../../rayon/par_iter/weight/struct.Weight.html' title='rayon::par_iter::weight::Weight'>Weight</a><Self></code></h4>
<div class='docblock'><p>Indicates the relative "weight" of producing each item in this parallel iterator. A higher weight will cause finer-grained parallel subtasks. 1.0 indicates something very cheap and uniform, like copying a value out of an array, or computing <code>x + 1</code>. If your tasks are either very expensive, or very unpredictable, you are better off with higher values. See also <code>weight_max</code>, which is a convenient shorthand to force the finest grained parallel execution posible. Tuning this value should not affect correctness but can improve (or hurt) performance. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.weight">Read more</a></p>
</div><h4 id='method.weight_max' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.weight_max' class='fnname'>weight_max</a>(self) -> <a class='struct' href='../../../rayon/par_iter/weight/struct.Weight.html' title='rayon::par_iter::weight::Weight'>Weight</a><Self></code></h4>
<div class='docblock'><p>Shorthand for <code>self.weight(f64::INFINITY)</code>. This forces the smallest granularity of parallel execution, which makes sense when your parallel tasks are (potentially) very expensive to execute. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.weight_max">Read more</a></p>
</div><h4 id='method.for_each' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.for_each' class='fnname'>for_each</a><OP>(self, op: OP) <span class='where'>where OP: <a class='trait' href='../../../core/ops/trait.Fn.html' title='core::ops::Fn'>Fn</a>(Self::Item) + <a class='trait' href='../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a></span></code></h4>
<div class='docblock'><p>Executes <code>OP</code> on each item produced by the iterator, in parallel.</p>
</div><h4 id='method.map' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.map' class='fnname'>map</a><MAP_OP, R>(self, map_op: MAP_OP) -> <a class='struct' href='../../../rayon/par_iter/map/struct.Map.html' title='rayon::par_iter::map::Map'>Map</a><Self, <a class='struct' href='../../../rayon/par_iter/map/struct.MapFn.html' title='rayon::par_iter::map::MapFn'>MapFn</a><MAP_OP>> <span class='where'>where MAP_OP: <a class='trait' href='../../../core/ops/trait.Fn.html' title='core::ops::Fn'>Fn</a>(Self::Item) -> R + <a class='trait' href='../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a></span></code></h4>
<div class='docblock'><p>Applies <code>map_op</code> to each item of this iterator, producing a new iterator with the results. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.map">Read more</a></p>
</div><h4 id='method.cloned' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.cloned' class='fnname'>cloned</a><'a, T>(self) -> <a class='struct' href='../../../rayon/par_iter/map/struct.Map.html' title='rayon::par_iter::map::Map'>Map</a><Self, <a class='struct' href='../../../rayon/par_iter/map/struct.MapCloned.html' title='rayon::par_iter::map::MapCloned'>MapCloned</a>> <span class='where'>where T: 'a + <a class='trait' href='../../../core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a>, Self: <a class='trait' href='../../../rayon/par_iter/trait.ParallelIterator.html' title='rayon::par_iter::ParallelIterator'>ParallelIterator</a><Item=&'a T></span></code></h4>
<div class='docblock'><p>Creates an iterator which clones all of its elements. This may be useful when you have an iterator over <code>&T</code>, but you need <code>T</code>. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.cloned">Read more</a></p>
</div><h4 id='method.inspect' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.inspect' class='fnname'>inspect</a><INSPECT_OP>(self, inspect_op: INSPECT_OP) -> <a class='struct' href='../../../rayon/par_iter/map/struct.Map.html' title='rayon::par_iter::map::Map'>Map</a><Self, <a class='struct' href='../../../rayon/par_iter/map/struct.MapInspect.html' title='rayon::par_iter::map::MapInspect'>MapInspect</a><INSPECT_OP>> <span class='where'>where INSPECT_OP: <a class='trait' href='../../../core/ops/trait.Fn.html' title='core::ops::Fn'>Fn</a>(&Self::Item) + <a class='trait' href='../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a></span></code></h4>
<div class='docblock'><p>Applies <code>inspect_op</code> to a reference to each item of this iterator, producing a new iterator passing through the original items. This is often useful for debugging to see what's happening in iterator stages. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.inspect">Read more</a></p>
</div><h4 id='method.filter' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.filter' class='fnname'>filter</a><FILTER_OP>(self, filter_op: FILTER_OP) -> <a class='struct' href='../../../rayon/par_iter/filter/struct.Filter.html' title='rayon::par_iter::filter::Filter'>Filter</a><Self, FILTER_OP> <span class='where'>where FILTER_OP: <a class='trait' href='../../../core/ops/trait.Fn.html' title='core::ops::Fn'>Fn</a>(&Self::Item) -> <a class='primitive' href='../../../std/primitive.bool.html'>bool</a> + <a class='trait' href='../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a></span></code></h4>
<div class='docblock'><p>Applies <code>filter_op</code> to each item of this iterator, producing a new iterator with only the items that gave <code>true</code> results. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.filter">Read more</a></p>
</div><h4 id='method.filter_map' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.filter_map' class='fnname'>filter_map</a><FILTER_OP, R>(self, filter_op: FILTER_OP) -> <a class='struct' href='../../../rayon/par_iter/filter_map/struct.FilterMap.html' title='rayon::par_iter::filter_map::FilterMap'>FilterMap</a><Self, FILTER_OP> <span class='where'>where FILTER_OP: <a class='trait' href='../../../core/ops/trait.Fn.html' title='core::ops::Fn'>Fn</a>(Self::Item) -> <a class='enum' href='../../../core/option/enum.Option.html' title='core::option::Option'>Option</a><R> + <a class='trait' href='../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a></span></code></h4>
<div class='docblock'><p>Applies <code>filter_op</code> to each item of this iterator to get an <code>Option</code>, producing a new iterator with only the items from <code>Some</code> results. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.filter_map">Read more</a></p>
</div><h4 id='method.flat_map' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.flat_map' class='fnname'>flat_map</a><MAP_OP, PI>(self, map_op: MAP_OP) -> <a class='struct' href='../../../rayon/par_iter/flat_map/struct.FlatMap.html' title='rayon::par_iter::flat_map::FlatMap'>FlatMap</a><Self, MAP_OP> <span class='where'>where MAP_OP: <a class='trait' href='../../../core/ops/trait.Fn.html' title='core::ops::Fn'>Fn</a>(Self::Item) -> PI + <a class='trait' href='../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a>, PI: <a class='trait' href='../../../rayon/par_iter/trait.IntoParallelIterator.html' title='rayon::par_iter::IntoParallelIterator'>IntoParallelIterator</a></span></code></h4>
<div class='docblock'><p>Applies <code>map_op</code> to each item of this iterator to get nested iterators, producing a new iterator that flattens these back into one. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.flat_map">Read more</a></p>
</div><h4 id='method.reduce_with' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.reduce_with' class='fnname'>reduce_with</a><OP>(self, op: OP) -> <a class='enum' href='../../../core/option/enum.Option.html' title='core::option::Option'>Option</a><Self::Item> <span class='where'>where OP: <a class='trait' href='../../../core/ops/trait.Fn.html' title='core::ops::Fn'>Fn</a>(Self::Item, Self::Item) -> Self::Item + <a class='trait' href='../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a></span></code></h4>
<div class='docblock'><p>Reduces the items in the iterator into one item using <code>op</code>. See also <code>sum</code>, <code>mul</code>, <code>min</code>, etc, which are slightly more efficient. Returns <code>None</code> if the iterator is empty. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.reduce_with">Read more</a></p>
</div><h4 id='method.reduce_with_identity' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.reduce_with_identity' class='fnname'>reduce_with_identity</a><OP>(self, identity: Self::Item, op: OP) -> Self::Item <span class='where'>where OP: <a class='trait' href='../../../core/ops/trait.Fn.html' title='core::ops::Fn'>Fn</a>(Self::Item, Self::Item) -> Self::Item + <a class='trait' href='../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a>, Self::Item: <a class='trait' href='../../../core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> + <a class='trait' href='../../../core/marker/trait.Sync.html' title='core::marker::Sync'>Sync</a></span></code></h4>
<div class='docblock'><p>Reduces the items in the iterator into one item using <code>op</code>. The argument <code>identity</code> represents an "identity" value which may be inserted into the sequence as needed to create opportunities for parallel execution. So, for example, if you are doing a summation, then <code>identity</code> ought to be something that represents the zero for your type (but consider just calling <code>sum()</code> in that case). <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.reduce_with_identity">Read more</a></p>
</div><h4 id='method.sum' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.sum' class='fnname'>sum</a>(self) -> Self::Item <span class='where'>where <a class='struct' href='../../../rayon/par_iter/reduce/struct.SumOp.html' title='rayon::par_iter::reduce::SumOp'>SumOp</a>: <a class='trait' href='../../../rayon/par_iter/reduce/trait.ReduceOp.html' title='rayon::par_iter::reduce::ReduceOp'>ReduceOp</a><Self::Item></span></code></h4>
<div class='docblock'><p>Sums up the items in the iterator. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.sum">Read more</a></p>
</div><h4 id='method.mul' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.mul' class='fnname'>mul</a>(self) -> Self::Item <span class='where'>where <a class='struct' href='../../../rayon/par_iter/reduce/struct.MulOp.html' title='rayon::par_iter::reduce::MulOp'>MulOp</a>: <a class='trait' href='../../../rayon/par_iter/reduce/trait.ReduceOp.html' title='rayon::par_iter::reduce::ReduceOp'>ReduceOp</a><Self::Item></span></code></h4>
<div class='docblock'><p>Multiplies all the items in the iterator. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.mul">Read more</a></p>
</div><h4 id='method.min' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.min' class='fnname'>min</a>(self) -> Self::Item <span class='where'>where <a class='struct' href='../../../rayon/par_iter/reduce/struct.MinOp.html' title='rayon::par_iter::reduce::MinOp'>MinOp</a>: <a class='trait' href='../../../rayon/par_iter/reduce/trait.ReduceOp.html' title='rayon::par_iter::reduce::ReduceOp'>ReduceOp</a><Self::Item></span></code></h4>
<div class='docblock'><p>Computes the minimum of all the items in the iterator. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.min">Read more</a></p>
</div><h4 id='method.max' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.max' class='fnname'>max</a>(self) -> Self::Item <span class='where'>where <a class='struct' href='../../../rayon/par_iter/reduce/struct.MaxOp.html' title='rayon::par_iter::reduce::MaxOp'>MaxOp</a>: <a class='trait' href='../../../rayon/par_iter/reduce/trait.ReduceOp.html' title='rayon::par_iter::reduce::ReduceOp'>ReduceOp</a><Self::Item></span></code></h4>
<div class='docblock'><p>Computes the maximum of all the items in the iterator. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.max">Read more</a></p>
</div><h4 id='method.reduce' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ParallelIterator.html#method.reduce' class='fnname'>reduce</a><REDUCE_OP>(self, reduce_op: &REDUCE_OP) -> Self::Item <span class='where'>where REDUCE_OP: <a class='trait' href='../../../rayon/par_iter/reduce/trait.ReduceOp.html' title='rayon::par_iter::reduce::ReduceOp'>ReduceOp</a><Self::Item></span></code></h4>
<div class='docblock'><p>Reduces the items using the given "reduce operator". You may prefer <code>reduce_with</code> for a simpler interface. <a href="../../../rayon/par_iter/trait.ParallelIterator.html#method.reduce">Read more</a></p>
</div></div><h3 class='impl'><span class='in-band'><code>impl<A, B> <a class='trait' href='../../../rayon/par_iter/trait.BoundedParallelIterator.html' title='rayon::par_iter::BoundedParallelIterator'>BoundedParallelIterator</a> for <a class='struct' href='../../../rayon/par_iter/zip/struct.ZipIter.html' title='rayon::par_iter::zip::ZipIter'>ZipIter</a><A, B> <span class='where'>where A: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a>, B: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a></span></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1967' class='srclink' href='../../../src/rayon/par_iter/zip.rs.html#29-41' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.upper_bound' class='method'><code>fn <a href='../../../rayon/par_iter/trait.BoundedParallelIterator.html#tymethod.upper_bound' class='fnname'>upper_bound</a>(&mut self) -> <a class='primitive' href='../../../std/primitive.usize.html'>usize</a></code></h4>
<h4 id='method.drive' class='method'><code>fn <a href='../../../rayon/par_iter/trait.BoundedParallelIterator.html#tymethod.drive' class='fnname'>drive</a><C>(self, consumer: C) -> C::Result <span class='where'>where C: <a class='trait' href='../../../rayon/par_iter/internal/trait.Consumer.html' title='rayon::par_iter::internal::Consumer'>Consumer</a><Self::Item></span></code></h4>
<div class='docblock'><p>Internal method used to define the behavior of this parallel iterator. You should not need to call this directly. <a href="../../../rayon/par_iter/trait.BoundedParallelIterator.html#tymethod.drive">Read more</a></p>
</div></div><h3 class='impl'><span class='in-band'><code>impl<A, B> <a class='trait' href='../../../rayon/par_iter/trait.ExactParallelIterator.html' title='rayon::par_iter::ExactParallelIterator'>ExactParallelIterator</a> for <a class='struct' href='../../../rayon/par_iter/zip/struct.ZipIter.html' title='rayon::par_iter::zip::ZipIter'>ZipIter</a><A, B> <span class='where'>where A: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a>, B: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a></span></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1976' class='srclink' href='../../../src/rayon/par_iter/zip.rs.html#43-49' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.len' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ExactParallelIterator.html#tymethod.len' class='fnname'>len</a>(&mut self) -> <a class='primitive' href='../../../std/primitive.usize.html'>usize</a></code></h4>
<div class='docblock'><p>Produces an exact count of how many items this iterator will produce, presuming no panic occurs. <a href="../../../rayon/par_iter/trait.ExactParallelIterator.html#tymethod.len">Read more</a></p>
</div><h4 id='method.collect_into' class='method'><code>fn <a href='../../../rayon/par_iter/trait.ExactParallelIterator.html#method.collect_into' class='fnname'>collect_into</a>(self, target: &mut <a class='struct' href='../../../collections/vec/struct.Vec.html' title='collections::vec::Vec'>Vec</a><Self::Item>)</code></h4>
<div class='docblock'><p>Collects the results of the iterator into the specified vector. The vector is always truncated before execution begins. If possible, reusing the vector across calls can lead to better performance since it reuses the same backing buffer. <a href="../../../rayon/par_iter/trait.ExactParallelIterator.html#method.collect_into">Read more</a></p>
</div></div><h3 class='impl'><span class='in-band'><code>impl<A, B> <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a> for <a class='struct' href='../../../rayon/par_iter/zip/struct.ZipIter.html' title='rayon::par_iter::zip::ZipIter'>ZipIter</a><A, B> <span class='where'>where A: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a>, B: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a></span></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-1981' class='srclink' href='../../../src/rayon/par_iter/zip.rs.html#51-102' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.with_producer' class='method'><code>fn <a href='../../../rayon/par_iter/trait.IndexedParallelIterator.html#tymethod.with_producer' class='fnname'>with_producer</a><CB>(self, callback: CB) -> CB::Output <span class='where'>where CB: <a class='trait' href='../../../rayon/par_iter/internal/trait.ProducerCallback.html' title='rayon::par_iter::internal::ProducerCallback'>ProducerCallback</a><Self::Item></span></code></h4>
<div class='docblock'><p>Internal method to convert this parallel iterator into a producer that can be used to request the items. Users of the API never need to know about this fn. <a href="../../../rayon/par_iter/trait.IndexedParallelIterator.html#tymethod.with_producer">Read more</a></p>
</div><h4 id='method.zip' class='method'><code>fn <a href='../../../rayon/par_iter/trait.IndexedParallelIterator.html#method.zip' class='fnname'>zip</a><ZIP_OP>(self, zip_op: ZIP_OP) -> <a class='struct' href='../../../rayon/par_iter/zip/struct.ZipIter.html' title='rayon::par_iter::zip::ZipIter'>ZipIter</a><Self, ZIP_OP::Iter> <span class='where'>where ZIP_OP: <a class='trait' href='../../../rayon/par_iter/trait.IntoParallelIterator.html' title='rayon::par_iter::IntoParallelIterator'>IntoParallelIterator</a>, ZIP_OP::Iter: <a class='trait' href='../../../rayon/par_iter/trait.IndexedParallelIterator.html' title='rayon::par_iter::IndexedParallelIterator'>IndexedParallelIterator</a></span></code></h4>
<div class='docblock'><p>Iterate over tuples <code>(A, B)</code>, where the items <code>A</code> are from this iterator and <code>B</code> are from the iterator given as argument. Like the <code>zip</code> method on ordinary iterators, if the two iterators are of unequal length, you only get the items they have in common. <a href="../../../rayon/par_iter/trait.IndexedParallelIterator.html#method.zip">Read more</a></p>
</div><h4 id='method.enumerate' class='method'><code>fn <a href='../../../rayon/par_iter/trait.IndexedParallelIterator.html#method.enumerate' class='fnname'>enumerate</a>(self) -> <a class='struct' href='../../../rayon/par_iter/enumerate/struct.Enumerate.html' title='rayon::par_iter::enumerate::Enumerate'>Enumerate</a><Self></code></h4>
<div class='docblock'><p>Yields an index along with each item.</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "rayon";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script defer src="../../../search-index.js"></script>
</body>
</html> |
21_05/c_adc.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>ADC Channel API - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<meta content="21.05.0" name="legato-version"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build_Apps_API_Guides.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a href="getStarted.html">Get Started</a><a href="concepts.html">Concepts</a><a class="link-selected" href="apiGuidesMain.html">API Guides</a><a href="tools.html">Tools</a><a href="howToMain.html">How To</a><a href="experimentalMain.html">Experimental Features</a><a href="migrationGuide.html">Linux 4.14 Migration Guide</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">ADC Channel API </h1> </div>
</div><div class="contents">
<div class="textblock"><p><a class="el" href="le__adc__interface_8h.html">API Reference</a> <br/>
<a class="el" href="platformConstraintsAdc.html">Analog to Digital Converter</a> Constraints</p>
<hr/>
<p>This API provides definitions for reading ADC inputs.</p>
<p><a class="el" href="group__le__adc.html#ga9a8e160720de8de284c6c89d3f3fc4e3">le_adc_ReadValue()</a> returns the value read from an ADC channel. It takes two arguments:</p><ul>
<li>The first is the name of the ADC channel to read.</li>
<li>The second is used to return the value read.</li>
</ul>
<dl class="section warning"><dt>Warning</dt><dd>Ensure to check the list of supported ADC channels on your specific platform before calling the <a class="el" href="group__le__adc.html#ga9a8e160720de8de284c6c89d3f3fc4e3">le_adc_ReadValue()</a> function. Please refer to <a class="el" href="platformConstraintsAdc.html">Analog to Digital Converter</a> page.</dd></dl>
<hr/>
<p class="copyright">Copyright (C) Sierra Wireless Inc. </p>
</div></div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
libc/unix/notbsd/linux/constant.MAP_DENYWRITE.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 `MAP_DENYWRITE` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, MAP_DENYWRITE">
<title>libc::unix::notbsd::linux::MAP_DENYWRITE - 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'>notbsd</a>::<wbr><a href='index.html'>linux</a></p><script>window.sidebarCurrent = {name: 'MAP_DENYWRITE', 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'>notbsd</a>::<wbr><a href='index.html'>linux</a>::<wbr><a class='constant' href=''>MAP_DENYWRITE</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'>−</span>]
</a>
</span><a id='src-2846' class='srclink' href='../../../../src/libc/unix/notbsd/linux/other/mod.rs.html#184' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const MAP_DENYWRITE: <a class='type' href='../../../../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>2048</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
gleam/ffi/BlendEquationSeparate/fn.load_with.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 `load_with` fn in crate `gleam`.">
<meta name="keywords" content="rust, rustlang, rust-lang, load_with">
<title>gleam::ffi::BlendEquationSeparate::load_with - 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'>gleam</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>BlendEquationSeparate</a></p><script>window.sidebarCurrent = {name: 'load_with', ty: 'fn', 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 fn">
<h1 class='fqn'><span class='in-band'>Function <a href='../../index.html'>gleam</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>BlendEquationSeparate</a>::<wbr><a class='fn' href=''>load_with</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'>−</span>]
</a>
</span><a id='src-31315' class='srclink' href='../../../src/gleam///home/servo/buildbot/slave/doc/build/target/debug/build/gleam-9662459d59abad25/out/gl_bindings.rs.html#7989-7993' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub fn load_with<F>(loadfn: F) <span class='where'>where F: <a class='trait' href='../../../core/ops/trait.FnMut.html' title='core::ops::FnMut'>FnMut</a>(&<a href='../../../std/primitive.str.html'>str</a>) -> <a href='../../../std/primitive.pointer.html'>*const <a class='enum' href='../../../libc/types/common/c95/enum.c_void.html' title='libc::types::common::c95::c_void'>c_void</a></a></span></pre></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "gleam";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> |
libc/fn.freopen64.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 `freopen64` fn in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, freopen64">
<title>libc::freopen64 - 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: 'freopen64', 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'>libc</a>::<wbr><a class='fn' href=''>freopen64</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'>−</span>]
</a>
</span><a id='src-2443' class='srclink' href='../src/libc/unix/notbsd/linux/mod.rs.html#499-500' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub unsafe extern fn freopen64(filename: <a class='primitive' href='../std/primitive.pointer.html'>*const </a><a class='type' href='../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html' title='libc::unix::notbsd::linux::other::b64::x86_64::c_char'>c_char</a>, mode: <a class='primitive' href='../std/primitive.pointer.html'>*const </a><a class='type' href='../libc/unix/notbsd/linux/other/b64/x86_64/type.c_char.html' title='libc::unix::notbsd::linux::other::b64::x86_64::c_char'>c_char</a>, file: <a class='primitive' href='../std/primitive.pointer.html'>*mut </a><a class='enum' href='../libc/enum.FILE.html' title='libc::FILE'>FILE</a>) -> <a class='primitive' href='../std/primitive.pointer.html'>*mut </a><a class='enum' href='../libc/enum.FILE.html' title='libc::FILE'>FILE</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
wayland_kbd/ffi/keysyms/constant.XKB_KEY_kana_u.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 `XKB_KEY_kana_u` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_kana_u">
<title>wayland_kbd::ffi::keysyms::XKB_KEY_kana_u - 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'>wayland_kbd</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_kana_u', 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'>wayland_kbd</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_kana_u</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'>−</span>]
</a>
</span><a id='src-709' class='srclink' href='../../../src/wayland_kbd/ffi/keysyms.rs.html#930' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_kana_u: <a class='primitive' href='../../../std/primitive.u32.html'>u32</a><code> = </code><code>1193</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script defer src="../../../search-index.js"></script>
</body>
</html> |
18_07/platformConstraintsSim.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="Build Apps" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>SIM - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="18.07.0" name="legato-version"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src="tocs/Build_Apps_API_Guides.json"></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/">Introduction</a><a class="navlink selected" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Build Apps</h2>
<nav class="secondary">
<a href="getStarted.html">Get Started</a><a href="concepts.html">Concepts</a><a class="link-selected" href="apiGuidesMain.html">API Guides</a><a href="tools.html">Tools</a><a href="howToMain.html">How To</a>
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">SIM </h1> </div>
</div><div class="contents">
<div class="textblock"><h1><a class="anchor" id="platformConstraintsSim_sendCmd"></a>
Sending commands</h1>
<p><a class="el" href="le__sim__interface_8h.html#a8bbaea044b44f8b0ebff67bf98de816a">le_sim_SendCommand()</a> supports sending commands to the SIM. The p1, p2, p3 parameters usage is described as follows:</p>
<table class="doxtable">
<tr>
<th>Command \ Parameters </th><th>P1 </th><th align="center">P2 </th><th align="center">P3 </th></tr>
<tr>
<td>LE_SIM_READ_RECORD </td><td>Record number to read </td><td align="center">Unused </td><td align="center">Unused </td></tr>
<tr>
<td>LE_SIM_READ_BINARY </td><td>Offset to the first byte to read </td><td align="center">Unused </td><td align="center">Unused </td></tr>
<tr>
<td>LE_SIM_UPDATE_RECORD </td><td>Record number to write </td><td align="center">Unused </td><td align="center">Unused </td></tr>
<tr>
<td>LE_SIM_UPDATE_BINARY </td><td>Offset to the first byte to write </td><td align="center">Unused </td><td align="center">Unused </td></tr>
</table>
<ul>
<li>path parameter contains the path of the elementary file from the master file in hexadecimal (e.g. "3F007FFF", "3F007F20"). The path is mandatory for all commands.</li>
</ul>
<h1><a class="anchor" id="platformConstraintsSim_selectCard"></a>
Select Card</h1>
<p><a class="el" href="le__sim__interface_8h.html#a91a0f0399c89e466b9a8ccfab6de129d">le_sim_SelectCard()</a> function is used to select the SIM identifier. Additionally, any Legato SIM API with a SIM card identifier passed in parameter, selects that SIM identifier. The <a class="el" href="le__sim__interface_8h.html#aace49df88426119626fb1ef4e544ccdd">le_sim_Id_t</a> parameters supported by these APIs depend on the platform.</p>
<p>For WP76xx, WP77xx, AR759x and AR758x, only LE_SIM_EXTERNAL_SLOT_1 and LE_SIM_REMOTE types are supported.</p>
<p>For AR755x, only LE_SIM_EXTERNAL_SLOT_1 and LE_SIM_EMBEDDED types are supported.</p>
<p>For other products, only LE_SIM_EXTERNAL_SLOT_1 and LE_SIM_EXTERNAL_SLOT_2 types are supported.</p>
<dl class="section note"><dt>Note</dt><dd>For the support of LE_SIM_EMBEDDED on AR755x platform, please refer to your platform documentation for further details.</dd>
<dd>
Switching between local and remote SIM card requires a reset to take effect, please refer to your platform documentation for further details.</dd></dl>
<h1><a class="anchor" id="platformConstraintsSim_swap"></a>
Hot-swap</h1>
<p>Your platform might need a reboot to detect a SIM card insertion or removal.</p>
<h2><a class="anchor" id="platformConstraintsSim_swapMangOH"></a>
mangOH™</h2>
<p>As indicated in the mangOH™ <a href="http://mangoh.io/mangoh-green-resources-documentation">User Guide</a>:</p>
<table class="doxtable">
<tr>
<th>SIM slot </th><th>Detection </th></tr>
<tr>
<td>LE_SIM_EXTERNAL_SLOT_1 (Mini-SIM) </td><td>Hot-swappable </td></tr>
<tr>
<td>LE_SIM_EXTERNAL_SLOT_2 (Micro-SIM)</td><td>Not hot-swappable </td></tr>
</table>
<h2><a class="anchor" id="platformConstraintsSim_swapOtherPlatforms"></a>
Other platforms</h2>
<p>Refer to your platform documentation.</p>
<h1><a class="anchor" id="platformConstraintsSim_FplmnList"></a>
FPLMN list</h1>
<p>Forbidden PLMN (FPLMN) APIs are only supported by AR759x and AR758x platforms.</p>
<h1><a class="anchor" id="platformConstraintsSim_EID"></a>
EID</h1>
<p>Embedded Universal Integrated Circuit Card identifier (EID) function is only supported by AR759x platform at this time.</p>
<h1><a class="anchor" id="platformConstraintsSim_References"></a>
References</h1>
<p>See <a class="el" href="c_sim.html">SIM</a> API</p>
<p class="copyright">Copyright (C) Sierra Wireless Inc. </p>
</div></div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
book/patterns.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">
<title>Patterns</title>
<link rel="stylesheet" type="text/css" href="rust-book.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]-->
<div id="nav">
<button id="toggle-nav">
<span class="sr-only">Toggle navigation</span>
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button>
</div>
<div id='toc' class='mobile-hidden'>
<ul class='chapter'>
<li><a href='README.html'><b>1.</b> Introduction</a>
</li>
<li><a href='getting-started.html'><b>2.</b> Getting Started</a>
<ul class='section'>
<li><a href='installing-rust.html'><b>2.1.</b> Installing Rust</a>
</li>
<li><a href='hello-world.html'><b>2.2.</b> Hello, world!</a>
</li>
<li><a href='hello-cargo.html'><b>2.3.</b> Hello, Cargo!</a>
</li>
</ul>
</li>
<li><a href='learn-rust.html'><b>3.</b> Learn Rust</a>
<ul class='section'>
<li><a href='guessing-game.html'><b>3.1.</b> Guessing Game</a>
</li>
<li><a href='dining-philosophers.html'><b>3.2.</b> Dining Philosophers</a>
</li>
<li><a href='rust-inside-other-languages.html'><b>3.3.</b> Rust Inside Other Languages</a>
</li>
</ul>
</li>
<li><a href='effective-rust.html'><b>4.</b> Effective Rust</a>
<ul class='section'>
<li><a href='the-stack-and-the-heap.html'><b>4.1.</b> The Stack and the Heap</a>
</li>
<li><a href='testing.html'><b>4.2.</b> Testing</a>
</li>
<li><a href='conditional-compilation.html'><b>4.3.</b> Conditional Compilation</a>
</li>
<li><a href='documentation.html'><b>4.4.</b> Documentation</a>
</li>
<li><a href='iterators.html'><b>4.5.</b> Iterators</a>
</li>
<li><a href='concurrency.html'><b>4.6.</b> Concurrency</a>
</li>
<li><a href='error-handling.html'><b>4.7.</b> Error Handling</a>
</li>
<li><a href='choosing-your-guarantees.html'><b>4.8.</b> Choosing your Guarantees</a>
</li>
<li><a href='ffi.html'><b>4.9.</b> FFI</a>
</li>
<li><a href='borrow-and-asref.html'><b>4.10.</b> Borrow and AsRef</a>
</li>
<li><a href='release-channels.html'><b>4.11.</b> Release Channels</a>
</li>
</ul>
</li>
<li><a href='syntax-and-semantics.html'><b>5.</b> Syntax and Semantics</a>
<ul class='section'>
<li><a href='variable-bindings.html'><b>5.1.</b> Variable Bindings</a>
</li>
<li><a href='functions.html'><b>5.2.</b> Functions</a>
</li>
<li><a href='primitive-types.html'><b>5.3.</b> Primitive Types</a>
</li>
<li><a href='comments.html'><b>5.4.</b> Comments</a>
</li>
<li><a href='if.html'><b>5.5.</b> if</a>
</li>
<li><a href='loops.html'><b>5.6.</b> Loops</a>
</li>
<li><a href='ownership.html'><b>5.7.</b> Ownership</a>
</li>
<li><a href='references-and-borrowing.html'><b>5.8.</b> References and Borrowing</a>
</li>
<li><a href='lifetimes.html'><b>5.9.</b> Lifetimes</a>
</li>
<li><a href='mutability.html'><b>5.10.</b> Mutability</a>
</li>
<li><a href='structs.html'><b>5.11.</b> Structs</a>
</li>
<li><a href='enums.html'><b>5.12.</b> Enums</a>
</li>
<li><a href='match.html'><b>5.13.</b> Match</a>
</li>
<li><a class='active' href='patterns.html'><b>5.14.</b> Patterns</a>
</li>
<li><a href='method-syntax.html'><b>5.15.</b> Method Syntax</a>
</li>
<li><a href='vectors.html'><b>5.16.</b> Vectors</a>
</li>
<li><a href='strings.html'><b>5.17.</b> Strings</a>
</li>
<li><a href='generics.html'><b>5.18.</b> Generics</a>
</li>
<li><a href='traits.html'><b>5.19.</b> Traits</a>
</li>
<li><a href='drop.html'><b>5.20.</b> Drop</a>
</li>
<li><a href='if-let.html'><b>5.21.</b> if let</a>
</li>
<li><a href='trait-objects.html'><b>5.22.</b> Trait Objects</a>
</li>
<li><a href='closures.html'><b>5.23.</b> Closures</a>
</li>
<li><a href='ufcs.html'><b>5.24.</b> Universal Function Call Syntax</a>
</li>
<li><a href='crates-and-modules.html'><b>5.25.</b> Crates and Modules</a>
</li>
<li><a href='const-and-static.html'><b>5.26.</b> `const` and `static`</a>
</li>
<li><a href='attributes.html'><b>5.27.</b> Attributes</a>
</li>
<li><a href='type-aliases.html'><b>5.28.</b> `type` aliases</a>
</li>
<li><a href='casting-between-types.html'><b>5.29.</b> Casting between types</a>
</li>
<li><a href='associated-types.html'><b>5.30.</b> Associated Types</a>
</li>
<li><a href='unsized-types.html'><b>5.31.</b> Unsized Types</a>
</li>
<li><a href='operators-and-overloading.html'><b>5.32.</b> Operators and Overloading</a>
</li>
<li><a href='deref-coercions.html'><b>5.33.</b> Deref coercions</a>
</li>
<li><a href='macros.html'><b>5.34.</b> Macros</a>
</li>
<li><a href='raw-pointers.html'><b>5.35.</b> Raw Pointers</a>
</li>
<li><a href='unsafe.html'><b>5.36.</b> `unsafe`</a>
</li>
</ul>
</li>
<li><a href='nightly-rust.html'><b>6.</b> Nightly Rust</a>
<ul class='section'>
<li><a href='compiler-plugins.html'><b>6.1.</b> Compiler Plugins</a>
</li>
<li><a href='inline-assembly.html'><b>6.2.</b> Inline Assembly</a>
</li>
<li><a href='no-stdlib.html'><b>6.3.</b> No stdlib</a>
</li>
<li><a href='intrinsics.html'><b>6.4.</b> Intrinsics</a>
</li>
<li><a href='lang-items.html'><b>6.5.</b> Lang items</a>
</li>
<li><a href='advanced-linking.html'><b>6.6.</b> Advanced linking</a>
</li>
<li><a href='benchmark-tests.html'><b>6.7.</b> Benchmark Tests</a>
</li>
<li><a href='box-syntax-and-patterns.html'><b>6.8.</b> Box Syntax and Patterns</a>
</li>
<li><a href='slice-patterns.html'><b>6.9.</b> Slice Patterns</a>
</li>
<li><a href='associated-constants.html'><b>6.10.</b> Associated Constants</a>
</li>
</ul>
</li>
<li><a href='glossary.html'><b>7.</b> Glossary</a>
</li>
<li><a href='academic-research.html'><b>8.</b> Academic Research</a>
</li>
</ul>
</div>
<div id='page-wrapper'>
<div id='page'>
<h1 class="title">Patterns</h1>
<p>Patterns are quite common in Rust. We use them in <a href="variable-bindings.html">variable
bindings</a>, <a href="match.html">match statements</a>, and other places, too. Let’s go
on a whirlwind tour of all of the things patterns can do!</p>
<p>A quick refresher: you can match against literals directly, and <code>_</code> acts as an
‘any’ case:</p>
<span class='rusttest'>fn main() {
let x = 1;
match x {
1 => println!("one"),
2 => println!("two"),
3 => println!("three"),
_ => println!("anything"),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='number'>1</span>;
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='number'>1</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"one"</span>),
<span class='number'>2</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"two"</span>),
<span class='number'>3</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"three"</span>),
_ <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"anything"</span>),
}</pre>
<p>This prints <code>one</code>.</p>
<h1 id="multiple-patterns" class='section-header'><a
href="#multiple-patterns">Multiple patterns</a></h1>
<p>You can match multiple patterns with <code>|</code>:</p>
<span class='rusttest'>fn main() {
let x = 1;
match x {
1 | 2 => println!("one or two"),
3 => println!("three"),
_ => println!("anything"),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='number'>1</span>;
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='number'>1</span> <span class='op'>|</span> <span class='number'>2</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"one or two"</span>),
<span class='number'>3</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"three"</span>),
_ <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"anything"</span>),
}</pre>
<p>This prints <code>one or two</code>.</p>
<h1 id="destructuring" class='section-header'><a
href="#destructuring">Destructuring</a></h1>
<p>If you have a compound data type, like a <a href="structs.html"><code>struct</code></a>, you can destructure it
inside of a pattern:</p>
<span class='rusttest'>fn main() {
struct Point {
x: i32,
y: i32,
}
let origin = Point { x: 0, y: 0 };
match origin {
Point { x, y } => println!("({},{})", x, y),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>struct</span> <span class='ident'>Point</span> {
<span class='ident'>x</span>: <span class='ident'>i32</span>,
<span class='ident'>y</span>: <span class='ident'>i32</span>,
}
<span class='kw'>let</span> <span class='ident'>origin</span> <span class='op'>=</span> <span class='ident'>Point</span> { <span class='ident'>x</span>: <span class='number'>0</span>, <span class='ident'>y</span>: <span class='number'>0</span> };
<span class='kw'>match</span> <span class='ident'>origin</span> {
<span class='ident'>Point</span> { <span class='ident'>x</span>, <span class='ident'>y</span> } <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"({},{})"</span>, <span class='ident'>x</span>, <span class='ident'>y</span>),
}</pre>
<p>We can use <code>:</code> to give a value a different name.</p>
<span class='rusttest'>fn main() {
struct Point {
x: i32,
y: i32,
}
let origin = Point { x: 0, y: 0 };
match origin {
Point { x: x1, y: y1 } => println!("({},{})", x1, y1),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>struct</span> <span class='ident'>Point</span> {
<span class='ident'>x</span>: <span class='ident'>i32</span>,
<span class='ident'>y</span>: <span class='ident'>i32</span>,
}
<span class='kw'>let</span> <span class='ident'>origin</span> <span class='op'>=</span> <span class='ident'>Point</span> { <span class='ident'>x</span>: <span class='number'>0</span>, <span class='ident'>y</span>: <span class='number'>0</span> };
<span class='kw'>match</span> <span class='ident'>origin</span> {
<span class='ident'>Point</span> { <span class='ident'>x</span>: <span class='ident'>x1</span>, <span class='ident'>y</span>: <span class='ident'>y1</span> } <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"({},{})"</span>, <span class='ident'>x1</span>, <span class='ident'>y1</span>),
}</pre>
<p>If we only care about some of the values, we don’t have to give them all names:</p>
<span class='rusttest'>fn main() {
struct Point {
x: i32,
y: i32,
}
let origin = Point { x: 0, y: 0 };
match origin {
Point { x, .. } => println!("x is {}", x),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>struct</span> <span class='ident'>Point</span> {
<span class='ident'>x</span>: <span class='ident'>i32</span>,
<span class='ident'>y</span>: <span class='ident'>i32</span>,
}
<span class='kw'>let</span> <span class='ident'>origin</span> <span class='op'>=</span> <span class='ident'>Point</span> { <span class='ident'>x</span>: <span class='number'>0</span>, <span class='ident'>y</span>: <span class='number'>0</span> };
<span class='kw'>match</span> <span class='ident'>origin</span> {
<span class='ident'>Point</span> { <span class='ident'>x</span>, .. } <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"x is {}"</span>, <span class='ident'>x</span>),
}</pre>
<p>This prints <code>x is 0</code>.</p>
<p>You can do this kind of match on any member, not just the first:</p>
<span class='rusttest'>fn main() {
struct Point {
x: i32,
y: i32,
}
let origin = Point { x: 0, y: 0 };
match origin {
Point { y, .. } => println!("y is {}", y),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>struct</span> <span class='ident'>Point</span> {
<span class='ident'>x</span>: <span class='ident'>i32</span>,
<span class='ident'>y</span>: <span class='ident'>i32</span>,
}
<span class='kw'>let</span> <span class='ident'>origin</span> <span class='op'>=</span> <span class='ident'>Point</span> { <span class='ident'>x</span>: <span class='number'>0</span>, <span class='ident'>y</span>: <span class='number'>0</span> };
<span class='kw'>match</span> <span class='ident'>origin</span> {
<span class='ident'>Point</span> { <span class='ident'>y</span>, .. } <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"y is {}"</span>, <span class='ident'>y</span>),
}</pre>
<p>This prints <code>y is 0</code>.</p>
<p>This ‘destructuring’ behavior works on any compound data type, like
<a href="primitive-types.html#tuples">tuples</a> or <a href="enums.html">enums</a>.</p>
<h1 id="ignoring-bindings" class='section-header'><a
href="#ignoring-bindings">Ignoring bindings</a></h1>
<p>You can use <code>_</code> in a pattern to disregard the type and value.
For example, here’s a <code>match</code> against a <code>Result<T, E></code>:</p>
<span class='rusttest'>fn main() {
let some_value: Result<i32, &'static str> = Err("There was an error");
match some_value {
Ok(value) => println!("got a value: {}", value),
Err(_) => println!("an error occurred"),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>match</span> <span class='ident'>some_value</span> {
<span class='prelude-val'>Ok</span>(<span class='ident'>value</span>) <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"got a value: {}"</span>, <span class='ident'>value</span>),
<span class='prelude-val'>Err</span>(_) <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"an error occurred"</span>),
}</pre>
<p>In the first arm, we bind the value inside the <code>Ok</code> variant to <code>value</code>. But
in the <code>Err</code> arm, we use <code>_</code> to disregard the specific error, and just print
a general error message.</p>
<p><code>_</code> is valid in any pattern that creates a binding. This can be useful to
ignore parts of a larger structure:</p>
<span class='rusttest'>fn main() {
fn coordinate() -> (i32, i32, i32) {
// generate and return some sort of triple tuple
(1, 2, 3)
}
let (x, _, z) = coordinate();
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>fn</span> <span class='ident'>coordinate</span>() <span class='op'>-></span> (<span class='ident'>i32</span>, <span class='ident'>i32</span>, <span class='ident'>i32</span>) {
<span class='comment'>// generate and return some sort of triple tuple</span>
}
<span class='kw'>let</span> (<span class='ident'>x</span>, _, <span class='ident'>z</span>) <span class='op'>=</span> <span class='ident'>coordinate</span>();</pre>
<p>Here, we bind the first and last element of the tuple to <code>x</code> and <code>z</code>, but
ignore the middle element.</p>
<p>Similarly, you can use <code>..</code> in a pattern to disregard multiple values.</p>
<span class='rusttest'>fn main() {
enum OptionalTuple {
Value(i32, i32, i32),
Missing,
}
let x = OptionalTuple::Value(5, -2, 3);
match x {
OptionalTuple::Value(..) => println!("Got a tuple!"),
OptionalTuple::Missing => println!("No such luck."),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>enum</span> <span class='ident'>OptionalTuple</span> {
<span class='ident'>Value</span>(<span class='ident'>i32</span>, <span class='ident'>i32</span>, <span class='ident'>i32</span>),
<span class='ident'>Missing</span>,
}
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='ident'>OptionalTuple</span>::<span class='ident'>Value</span>(<span class='number'>5</span>, <span class='op'>-</span><span class='number'>2</span>, <span class='number'>3</span>);
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='ident'>OptionalTuple</span>::<span class='ident'>Value</span>(..) <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"Got a tuple!"</span>),
<span class='ident'>OptionalTuple</span>::<span class='ident'>Missing</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"No such luck."</span>),
}</pre>
<p>This prints <code>Got a tuple!</code>.</p>
<h1 id="ref-and-ref-mut" class='section-header'><a
href="#ref-and-ref-mut">ref and ref mut</a></h1>
<p>If you want to get a <a href="references-and-borrowing.html">reference</a>, use the <code>ref</code> keyword:</p>
<span class='rusttest'>fn main() {
let x = 5;
match x {
ref r => println!("Got a reference to {}", r),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='number'>5</span>;
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='kw-2'>ref</span> <span class='ident'>r</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"Got a reference to {}"</span>, <span class='ident'>r</span>),
}</pre>
<p>This prints <code>Got a reference to 5</code>.</p>
<p>Here, the <code>r</code> inside the <code>match</code> has the type <code>&i32</code>. In other words, the <code>ref</code>
keyword <em>creates</em> a reference, for use in the pattern. If you need a mutable
reference, <code>ref mut</code> will work in the same way:</p>
<span class='rusttest'>fn main() {
let mut x = 5;
match x {
ref mut mr => println!("Got a mutable reference to {}", mr),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='number'>5</span>;
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='kw-2'>ref</span> <span class='kw-2'>mut</span> <span class='ident'>mr</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"Got a mutable reference to {}"</span>, <span class='ident'>mr</span>),
}</pre>
<h1 id="ranges" class='section-header'><a
href="#ranges">Ranges</a></h1>
<p>You can match a range of values with <code>...</code>:</p>
<span class='rusttest'>fn main() {
let x = 1;
match x {
1 ... 5 => println!("one through five"),
_ => println!("anything"),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='number'>1</span>;
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='number'>1</span> ... <span class='number'>5</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"one through five"</span>),
_ <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"anything"</span>),
}</pre>
<p>This prints <code>one through five</code>.</p>
<p>Ranges are mostly used with integers and <code>char</code>s:</p>
<span class='rusttest'>fn main() {
let x = '💅';
match x {
'a' ... 'j' => println!("early letter"),
'k' ... 'z' => println!("late letter"),
_ => println!("something else"),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='string'>'💅'</span>;
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='string'>'a'</span> ... <span class='string'>'j'</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"early letter"</span>),
<span class='string'>'k'</span> ... <span class='string'>'z'</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"late letter"</span>),
_ <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"something else"</span>),
}</pre>
<p>This prints <code>something else</code>.</p>
<h1 id="bindings" class='section-header'><a
href="#bindings">Bindings</a></h1>
<p>You can bind values to names with <code>@</code>:</p>
<span class='rusttest'>fn main() {
let x = 1;
match x {
e @ 1 ... 5 => println!("got a range element {}", e),
_ => println!("anything"),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='number'>1</span>;
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='ident'>e</span> <span class='kw-2'>@</span> <span class='number'>1</span> ... <span class='number'>5</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"got a range element {}"</span>, <span class='ident'>e</span>),
_ <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"anything"</span>),
}</pre>
<p>This prints <code>got a range element 1</code>. This is useful when you want to
do a complicated match of part of a data structure:</p>
<span class='rusttest'>fn main() {
#[derive(Debug)]
struct Person {
name: Option<String>,
}
let name = "Steve".to_string();
let mut x: Option<Person> = Some(Person { name: Some(name) });
match x {
Some(Person { name: ref a @ Some(_), .. }) => println!("{:?}", a),
_ => {}
}
}</span><pre class='rust rust-example-rendered'>
<span class='attribute'>#[<span class='ident'>derive</span>(<span class='ident'>Debug</span>)]</span>
<span class='kw'>struct</span> <span class='ident'>Person</span> {
<span class='ident'>name</span>: <span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>String</span><span class='op'>></span>,
}
<span class='kw'>let</span> <span class='ident'>name</span> <span class='op'>=</span> <span class='string'>"Steve"</span>.<span class='ident'>to_string</span>();
<span class='kw'>let</span> <span class='kw-2'>mut</span> <span class='ident'>x</span>: <span class='prelude-ty'>Option</span><span class='op'><</span><span class='ident'>Person</span><span class='op'>></span> <span class='op'>=</span> <span class='prelude-val'>Some</span>(<span class='ident'>Person</span> { <span class='ident'>name</span>: <span class='prelude-val'>Some</span>(<span class='ident'>name</span>) });
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='prelude-val'>Some</span>(<span class='ident'>Person</span> { <span class='ident'>name</span>: <span class='kw-2'>ref</span> <span class='ident'>a</span> <span class='kw-2'>@</span> <span class='prelude-val'>Some</span>(_), .. }) <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"{:?}"</span>, <span class='ident'>a</span>),
_ <span class='op'>=></span> {}
}</pre>
<p>This prints <code>Some("Steve")</code>: We’ve bound the inner <code>name</code> to <code>a</code>.</p>
<p>If you use <code>@</code> with <code>|</code>, you need to make sure the name is bound in each part
of the pattern:</p>
<span class='rusttest'>fn main() {
let x = 5;
match x {
e @ 1 ... 5 | e @ 8 ... 10 => println!("got a range element {}", e),
_ => println!("anything"),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='number'>5</span>;
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='ident'>e</span> <span class='kw-2'>@</span> <span class='number'>1</span> ... <span class='number'>5</span> <span class='op'>|</span> <span class='ident'>e</span> <span class='kw-2'>@</span> <span class='number'>8</span> ... <span class='number'>10</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"got a range element {}"</span>, <span class='ident'>e</span>),
_ <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"anything"</span>),
}</pre>
<h1 id="guards" class='section-header'><a
href="#guards">Guards</a></h1>
<p>You can introduce ‘match guards’ with <code>if</code>:</p>
<span class='rusttest'>fn main() {
enum OptionalInt {
Value(i32),
Missing,
}
let x = OptionalInt::Value(5);
match x {
OptionalInt::Value(i) if i > 5 => println!("Got an int bigger than five!"),
OptionalInt::Value(..) => println!("Got an int!"),
OptionalInt::Missing => println!("No such luck."),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>enum</span> <span class='ident'>OptionalInt</span> {
<span class='ident'>Value</span>(<span class='ident'>i32</span>),
<span class='ident'>Missing</span>,
}
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='ident'>OptionalInt</span>::<span class='ident'>Value</span>(<span class='number'>5</span>);
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='ident'>OptionalInt</span>::<span class='ident'>Value</span>(<span class='ident'>i</span>) <span class='kw'>if</span> <span class='ident'>i</span> <span class='op'>></span> <span class='number'>5</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"Got an int bigger than five!"</span>),
<span class='ident'>OptionalInt</span>::<span class='ident'>Value</span>(..) <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"Got an int!"</span>),
<span class='ident'>OptionalInt</span>::<span class='ident'>Missing</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"No such luck."</span>),
}</pre>
<p>This prints <code>Got an int!</code>.</p>
<p>If you’re using <code>if</code> with multiple patterns, the <code>if</code> applies to both sides:</p>
<span class='rusttest'>fn main() {
let x = 4;
let y = false;
match x {
4 | 5 if y => println!("yes"),
_ => println!("no"),
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>let</span> <span class='ident'>x</span> <span class='op'>=</span> <span class='number'>4</span>;
<span class='kw'>let</span> <span class='ident'>y</span> <span class='op'>=</span> <span class='boolval'>false</span>;
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='number'>4</span> <span class='op'>|</span> <span class='number'>5</span> <span class='kw'>if</span> <span class='ident'>y</span> <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"yes"</span>),
_ <span class='op'>=></span> <span class='macro'>println</span><span class='macro'>!</span>(<span class='string'>"no"</span>),
}</pre>
<p>This prints <code>no</code>, because the <code>if</code> applies to the whole of <code>4 | 5</code>, and not to
just the <code>5</code>, In other words, the the precedence of <code>if</code> behaves like this:</p>
<pre><code class="language-text">(4 | 5) if y => ...
</code></pre>
<p>not this:</p>
<pre><code class="language-text">4 | (5 if y) => ...
</code></pre>
<h1 id="mix-and-match" class='section-header'><a
href="#mix-and-match">Mix and Match</a></h1>
<p>Whew! That’s a lot of different ways to match things, and they can all be
mixed and matched, depending on what you’re doing:</p>
<span class='rusttest'>fn main() {
match x {
Foo { x: Some(ref name), y: None } => ...
}
}</span><pre class='rust rust-example-rendered'>
<span class='kw'>match</span> <span class='ident'>x</span> {
<span class='ident'>Foo</span> { <span class='ident'>x</span>: <span class='prelude-val'>Some</span>(<span class='kw-2'>ref</span> <span class='ident'>name</span>), <span class='ident'>y</span>: <span class='prelude-val'>None</span> } <span class='op'>=></span> ...
}</pre>
<p>Patterns are very powerful. Make good use of them.</p>
<script type="text/javascript">
window.playgroundUrl = "https://play.rust-lang.org";
</script>
<script type="text/javascript" src="rust-book.js"></script>
<script type="text/javascript" src="playpen.js"></script>
</div></div>
</body>
</html> |
x11/xinput2/type.XIHierarchyEvent.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 `XIHierarchyEvent` type in crate `x11`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XIHierarchyEvent">
<title>x11::xinput2::XIHierarchyEvent - 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'>x11</a>::<wbr><a href='index.html'>xinput2</a></p><script>window.sidebarCurrent = {name: 'XIHierarchyEvent', ty: 'type', 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 type">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>x11</a>::<wbr><a href='index.html'>xinput2</a>::<wbr><a class='type' href=''>XIHierarchyEvent</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'>−</span>]
</a>
</span><a id='src-11822' class='srclink' href='../../src/x11/xinput2.rs.html#563' title='goto source code'>[src]</a></span></h1>
<pre class='rust typedef'>type XIHierarchyEvent = <a class='struct' href='../../x11/xinput2/struct.Struct_Unnamed21.html' title='x11::xinput2::Struct_Unnamed21'>Struct_Unnamed21</a>;</pre></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "x11";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> |
ala-website-bs3-2017/template-content-articles.html | aatteia/my-portfolio | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Content template</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/ala-styles.css" rel="stylesheet">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="background-white">
<!-- Navbar start -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container container-navbar">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img alt="Brand" src="img/ala-logo-2016-inline.png">
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="row row-search">
<div class="col-xs-12 col-sm-4 col-md-6">
<!-- <div class="col-xs-12 col-sm-5 col-md-7"> -->
<form id="global-search" class="banner" action="#" method="get" name="search-form" _lpchecked="1">
<div class="icon-addon addon-lg">
<input type="text" placeholder="Search the Atlas ..." class="form-control">
<label for="email" class="glyphicon glyphicon-search" rel="tooltip" title="search"></label>
</div>
</form>
</div>
<div class="col-md-2 hidden-xs">
<!-- When logged out -->
<!-- <ul class="nav navbar-nav navbar-right nav-login">
<li><a href="#">Log in</a></li>
</ul> -->
<!-- End when logged out -->
<!-- When logged in -->
<ul class="nav navbar-nav navbar-right nav-logged-in">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
My profile
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="https://auth.ala.org.au/userdetails/myprofile/">View profile</a></li>
<li><a href="https://auth.ala.org.au/userdetails/registration/editAccount">Account settings</a></li>
<li class="divider"></li>
<li><a href="https://auth.ala.org.au/userdetails/logout/logout?casUrl=https://auth.ala.org.au/cas/logout&appUrl=https://auth.ala.org.au/userdetails/registration/editAccount">Log out</a></li>
</ul>
</li>
</ul>
<!-- End when logged in -->
</div>
</div><!-- End row -->
<ul class="nav navbar-nav">
<!-- <li class="active"><a href="#">Home</a></li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Start exploring
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://lists.ala.org.au/iconic-species">Australian species</a></li>
<li><a href="http://biocache.ala.org.au/explore/your-area">Explore your area</a></li>
<li><a href="http://regions.ala.org.au/">Explore your region</a></li>
<li><a href="http://biocache.ala.org.au/search">Search occurrence records</a></li>
<!-- <li><a href="http://bie.ala.org.au/">Search species</a></li> -->
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Search & analyse
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://collections.ala.org.au/">Browse natural history collections</a></li>
<li><a href="http://collections.ala.org.au/datasets">Search collections datasets</a></li>
<li><a href="http://downloads.ala.org.au">Download datasets</a>
<li><a href="http://spatial.ala.org.au/">Spatial portal</a></li>
<li class="divider"></li>
<li><a href="http://dashboard.ala.org.au/">ALA dashboard</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Participate
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://biocollect.ala.org.au/">Join a Citizen Science project</a></li>
<li><a href="http://sightings.ala.org.au/">Record a sighting in the ALA</a></li>
<li><a href="http://www.ala.org.au/get-involved/upload-data-sets/">Submit a dataset to the ALA</a></li>
<li><a href="http://digivol.ala.org.au/">Digitise a record in DigiVol</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
Learn about the ALA
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="/about-the-atlas/">About the ALA</a></li>
<li><a href="http://www.ala.org.au/education-resources/">Learning resources</a></li>
<li class="divider"></li>
<li class="dropdown-header">How the ALA works</li>
<li><a href="/how-we/#communicate">How we communicate</a></li>
<li><a href="/how-we/#handle-sensitive-data">How we handle sensitive data</a></li>
<li><a href="/how-we/#integrate-data">How we integrate data</a></li>
<li><a href="/how-we/#upload-data-sets">How we upload datasets</a></li>
<li class="divider"></li>
<li class="dropdown-header">How you can work with the ALA</li>
<li><a href="/get-involved/">How you can contribute to the ALA</a></li>
<li><a href="/how-you-can/#find-species-info">How you can find species information</a></li>
<li><a href="/how-you-can/#download-data">How you can download data</a></li>
<li><a href="/how-you-can/#record-sighting">How you can record a sighting</a></li>
<li><a href="/how-you-can/#use-our-api">How you can use our API</a></li>
<li class="divider"></li>
<li><a href="http://www.ala.org.au/about-the-atlas/contact-us/">Contact us</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right visible-xs">
<li><a href="#"><span class="nav-login">Log in</span></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- End Navbar -->
<!-- Breadcrumb -->
<section id="breadcrumb">
<div class="container">
<div class="row">
<ul class="breadcrumb-list">
<li><a href="index.html">Home</a></li>
<li><a href="index.html"><span class="glyphicon glyphicon-menu-right"></span>Article</a></li>
<li active"><span class="glyphicon glyphicon-menu-right"></span>Template</li>
</ul>
</div>
</div>
</section>
<!-- End breadcrumb -->
<!-- <div class="jumbotron info-hub-banner hidden-print"></div> -->
<div class="container">
<section class="content-container">
<div class="row">
<!-- Structure reference
<div class="test-layout col-md-12">.col-md-12</div>
<div class="test-layout col-md-3 col-md-push-9">.col-md-3 .col-md-pull-8</div>
<div class="test-layout col-md-8 col-md-pull-3">.col-md-8 .col-md-push-3</div>
End structure reference -->
<article class="col-md-12 header-wrap margin-bottom-half-1">
<!-- <div class="row-fluid margin-bottom-2">
<ol class="breadcrumb hidden-print">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Knowledge base</a></li>
<li active">How we ...</li>
</ol>
</div> -->
<h5 class="subject-category-overline">Knowledge base</h5>
<h2 class="subject-title">Determined Parents are Moving the Needle on Gene Therapy</h2>
<h3 class="subject-subtitle">Families of patients are starting advocacy groups, raising money for research, and founding biotech companies to advance cures for rare diseases.</h3>
<p class="subject-byline">March 21, 2017</p>
</article>
<article class="col-md-3 col-md-push-9">
<!-- Navigation right column -->
<h4>Page contents:</h4>
<div class="profile-usermenu margin-bottom-2">
<ul class="nav">
<li><a>How we ...</a></li>
<li><a href="#upload-data-sets">Upload data sets</a></li>
<li><a href="#integrate-data">Integrate data</a></li>
<li><a href="#handle-sensitive-data">Handle sensitive data</a></li>
<li><a href="#communicate">Communicate</a></li>
</ul>
</div>
<!-- End navigation right column -->
</article>
<article class="col-md-8 col-md-pull-3">
<h3>Section title</h3>
<h4>Section title or section question</h4>
<p>
Donec sed odio dui. Curabitur blandit tempus porttitor. Donec sed odio dui. Nulla vitae elit libero, a pharetra augue. Nullam quis risus eget urna mollis ornare vel eu leo.
</p>
<p>
Cras mattis consectetur purus sit amet fermentum. Nullam quis risus eget urna mollis ornare vel eu leo. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Donec sed odio dui. Nulla vitae elit libero, a pharetra augue. Donec sed odio dui. Donec id elit non mi porta gravida at eget metus.
</p>
<p class="margin-bottom-2">
<img src="http://placehold.it/450x300" class="img-responsive" alt="a place holder image">
</p>
<p>
<a class="btn btn-default btn-lg" href="#">This is a call to action</a>
<a class="btn btn-default btn-lg" href="#">This is another call to action</a>
</p>
<div id="upload-data-sets">
<p class="separator t-center margin-bottom-2">
<span>Section name and side menu anchor link</span>
</p>
</div>
<h4>Section title or section question</h4>
<p>
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Maecenas faucibus mollis interdum. Donec sed odio dui. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor:
</p>
<ul>
<li>
<a href="#">Venenatis Malesuada Dolor</a> Cras mattis consectetur purus sit amet fermentum.
</li>
<li>
<a href="#">Dolor Sem Fusce</a> Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.
</li>
<li>
<a href="#">Dolor Vulputate Purus</a> Curabitur blandit tempus porttitor.
</li>
</ul>
<p>Justo Quam:</p>
<ul>
<li>
<a href="#">Sollicitudin Egestas Fringilla</a> Cras mattis consectetur purus sit amet fermentum. Maecenas faucibus mollis interdum.
</li>
</ul>
<p>
<a class="btn btn-ala btn-lg" href="#">btn large</a> <a class="btn btn-ala" href="#">btn default</a> <a class="btn btn-ala btn-sm" href="#">btn small</a>
</p>
<p>
Frase watched in awe and began to cry as the mouse’s limbs started to twitch. Eventually, it picked itself up and walked for the first time. “I thought, who cries watching a video of a mouse?” she recalls.
</p>
<p>
Frase is very likely the reason why the same treatment is now about to be tested in humans. In recent years, gene therapies have become safer and better at hitting their intended targets in the body, leading to a handful of remarkable cures in clinical trials. Advocates for rare-disease patients—especially determined parents like Frase—are increasingly seeking to start gene-therapy programs. They are establishing patient advocacy organizations, raising money for research, and even founding their own biotechnology startups to find treatments where few or none currently exist.
</p>
<p>
<a href="#">Gene therapy</a> is an experimental technique that attempts to replace a disease-causing gene with a healthy copy. Because many rare diseases are monogenic—caused by a mutation in one gene—the approach could potentially be used to treat any disease where the precise genetic mutation is known.
</p>
</article>
</div><!-- End row -->
</section>
</div>
<footer>
<!-- Container -->
<div class="container footer-container ">
<hr class="footer-border">
<div class="row footer-nav">
<div class="col-md-12 margin-bottom-2">
<h2 class="heading-large margin-bottom-quarter-1">Atlas of Living Australia</h2>
<h3 class="promotional">Sharing biodiversity knowledge to shape our future</h3>
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 hidden-print">
<h5>Start exploring</h5>
<ul class="link-list">
<li><a href="http://lists.ala.org.au/iconic-species">Australian species</a></li>
<li><a href="http://biocache.ala.org.au/explore/your-area">Explore your area</a></li>
<li><a href="http://regions.ala.org.au/">Explore your region</a></li>
<li><a href="http://biocache.ala.org.au/search">Search occurrence records</a></li>
</ul>
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 hidden-print">
<h5>Search & analyse</h5>
<ul class="link-list">
<li><a href="http://collections.ala.org.au/">Browse natural history collections</a></li>
<li><a href="http://collections.ala.org.au/datasets">Search collections datasets</a></li>
<li><a href="http://downloads.ala.org.au">Download datasets</a>
<li><a href="http://spatial.ala.org.au/">Spatial portal</a></li>
<li><a href="http://dashboard.ala.org.au/">ALA dashboard</a></li>
</ul>
</div>
<div class="clearfix visible-xs-block">
<!-- This fixes the alignment issues of the footer columns -->
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 hidden-print">
<h5 class="footer-second-row">Participate</h5>
<ul class="link-list">
<li><a href="http://biocollect.ala.org.au/">Join a CS project</a></li>
<li><a href="http://sightings.ala.org.au/">Record a sighting</a></li>
<li><a href="http://www.ala.org.au/get-involved/upload-data-sets/">Submit a dataset</a></li>
<li><a href="http://digivol.ala.org.au/">Digitise a record</a></li>
</ul>
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 hidden-print">
<h5 class="footer-second-row">Learn about the ALA</h5>
<ul class="link-list">
<li><a href="/about-the-atlas/">About the ALA</a></li>
<li><a href="http://www.ala.org.au/education-resources/">Learning resources</a></li>
<li><a href="/how-we/#">How the ALA works</a></li>
<li><a href="/how-you-can/#">How you can work with the ALA</a></li>
<li><a href="http://www.ala.org.au/about-the-atlas/contact-us/">Contact us</a></li>
</ul>
</div>
</div>
<div class="row footer-bonus">
<div class="col-md-4 col-sm-12 footer-bonus-item">
<h5 class="footer-bonus-heading">Explore the Spatial Portal</h5>
<a href="http://spatial.ala.org.au/" title="Did you see something?" class="footer-bonus-link">
<img class="img-responsive" src="img/footer-bonus-spatial-portal-icon.png">
</a>
<p class="footer-bonus-description"><a href="http://spatial.ala.org.au/">Explore species occurrence records</a> in the context of their environment. Find records and model species distributions. Export reports, maps and data.</p>
</div>
<div class="col-md-4 col-sm-12 footer-bonus-item">
<h5 class="footer-bonus-heading">Join a Citizen Science Project</h5>
<a href="http://biocollect.ala.org.au/" title="Contribute your sightings" class="footer-bonus-link">
<img class="img-responsive" src="img/footer-bonus-cit-science-icon.png">
</a>
<p class="footer-bonus-description">Find out how you can <a href="http://biocollect.ala.org.au/">contribute to a citizen science project</a> in your area, or explore one of the many citizen science projects supported by the ALA.</p>
</div>
<div class="col-md-4 col-sm-12 footer-bonus-item">
<h5 class="footer-bonus-heading">Record a sighting</h5>
<a href="http://sightings.ala.org.au/" title="Did you see something?" class="footer-bonus-link">
<img class="img-responsive" src="img/footer-bonus-record-sighting-icon.png">
</a>
<p class="footer-bonus-description">Did you see something? Photograph something? <a href="http://sightings.ala.org.au/">Contribute your sighting</a> to the Atlas of Living Australia.</p>
</div>
</div>
<!-- Logo section -->
<div class="row">
<div class="col-md-12">
<h5 class="footer-bonus-heading">The ALA is made possible by contributions from its partners, is supported by NRIS and hosted by CSIRO</h5>
<!-- <p>It receives support from the Australian Government through the National Collaborative Research Infrastructure Strategy (NCRIS) and is hosted by CSIRO.</p> -->
</div>
</div>
<div class="row">
<div class="col-md-12 footer-bonus-brands">
<a href="https://www.education.gov.au/national-collaborative-research-infrastructure-strategy-ncris" target="_blank" class="img-responsive" id="ncris"></a>
<a href="https://www.csiro.au/" target="_blank" id="csiro"></a>
<a href="http://www.gbif.org/" target="_blank" class="img-responsive" id="gbif"></a>
<!-- <a id="aus-govt"></a> -->
</div>
</div>
<!-- End logo section -->
<div class="row">
<div class="col-md-12">
<ul class="footer-list">
<li class="footer-item footer-social-item">
<a title="Twitter" class="footer-social-link" href="https://www.facebook.com/atlasoflivingaustralia"><i class="fa fa-facebook"></i></a>
</li>
<li class="footer-item footer-social-item">
<a title="Facebook" class="footer-social-link" href="https://twitter.com/#!/atlaslivingaust"><i class="fa fa-twitter"></i></a>
</li>
<li class="footer-item footer-item-text footer-item-start"><a href="https://www.csiro.au/en/About/Footer/Copyright">Copyright</a></li>
<li class="footer-item footer-item-text"><a href="http://www.ala.org.au/about-the-atlas/terms-of-use/">Terms of use</a></li>
<li class="footer-item footer-item-text"><a href="http://www.ala.org.au/about-the-atlas/contact-us/">Contact us</a></li>
<li class="footer-item footer-item-status"><a href="http://www.ala.org.au/system-status/">System status</a></li>
</ul>
</div>
</div>
</div><!-- End Container -->
</footer>
<!-- Creative commons alert -->
<div class="alert alert-creativecommons alert-dismissible hidden-print" role="alert">
<div class="container alert-container">
<div class="row-fluid">
<div class="col-md-12">
<button type="button" class="close alert-dismissable-button" data-dismiss="alert" aria-label="Close" title="Close"><span aria-hidden="true">×</span></button>
<p class="alert-text text-creativecommons">
This work is licensed under a <a href="#">Creative Commons Attribution 3.0 Australia License</a> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png"></a>
</p>
</div>
</div>
</div>
</div><!-- End Creative commons alert -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
resizePanels();
$( window ).resize(function() {
resizePanels();
});
});
function resizePanels() {
var panels = $('.panel.panel-default'); // might want to use a more specific selector (e.g. add an extra class to those panel divs)
var max = 0;
$.each(panels, function(i,el) {
var thisMax = $(el).find('img').outerHeight() + $(el).find('.panel-body').outerHeight();
var icon = $(el).find('a');
if (max < thisMax) {
max = thisMax;
}
});
panels.innerHeight(max); // set height to all divs
}
</script>
</body>
</html> |
clock_ticks/fn.precise_time_s.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 `precise_time_s` fn in crate `clock_ticks`.">
<meta name="keywords" content="rust, rustlang, rust-lang, precise_time_s">
<title>clock_ticks::precise_time_s - 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'>clock_ticks</a></p><script>window.sidebarCurrent = {name: 'precise_time_s', ty: 'fn', 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 fn">
<h1 class='fqn'><span class='in-band'>Function <a href='index.html'>clock_ticks</a>::<wbr><a class='fn' href=''>precise_time_s</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'>−</span>]
</a>
</span><a id='src-64' class='srclink' href='../src/clock_ticks/lib.rs.html#115-117' title='goto source code'>[src]</a></span></h1>
<pre class='rust fn'>pub fn precise_time_s() -> <a href='../std/primitive.f64.html'>f64</a></pre><div class='docblock'><p>Returns the current value of a high-resolution performance counter
in seconds since an unspecified epoch.</p>
</div></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "clock_ticks";
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/XMLHttpRequestEventTargetBinding/constant.onloadstart_getterinfo.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 `onloadstart_getterinfo` constant in crate `script`.">
<meta name="keywords" content="rust, rustlang, rust-lang, onloadstart_getterinfo">
<title>script::dom::bindings::codegen::Bindings::XMLHttpRequestEventTargetBinding::onloadstart_getterinfo - 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'>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'>XMLHttpRequestEventTargetBinding</a></p><script>window.sidebarCurrent = {name: 'onloadstart_getterinfo', ty: 'constant', 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 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'>XMLHttpRequestEventTargetBinding</a>::<wbr><a class='constant' href=''>onloadstart_getterinfo</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'>−</span>]
</a>
</span><a id='src-555092' class='srclink' href='../../../../../../src/script///home/servo/buildbot/slave/doc/build/target/debug/build/script-49135cd7c70c0a0f/out/Bindings/XMLHttpRequestEventTargetBinding.rs.html#149-162' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>const onloadstart_getterinfo: <a class='struct' href='../../../../../../js/jsapi/struct.JSJitInfo.html' title='js::jsapi::JSJitInfo'>JSJitInfo</a><code> = </code><code>JSJitInfo {
_bindgen_data_1_: get_onloadstart as *const ::libc::c_void,
protoID: PrototypeList::ID::XMLHttpRequestEventTarget as u16,
depth: 1,
_bitfield_1: ((JSJitInfo_OpType::Getter as u32) << 0) |
((JSJitInfo_AliasSet::AliasEverything as u32) << 4) |
((JSValueType::JSVAL_TYPE_UNKNOWN as u32) << 8) |
((true as u32) << 16) |
((false as u32) << 17) |
((false as u32) << 18) |
((false as u32) << 19) |
((false as u32) << 20) |
((0 as u32) << 21)
}</code></pre></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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 = "script";
window.playgroundUrl = "";
</script>
<script src="../../../../../../jquery.js"></script>
<script src="../../../../../../main.js"></script>
<script async src="../../../../../../search-index.js"></script>
</body>
</html> |
libc/unix/notbsd/other/b64/x86_64/struct._libc_fpstate.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 `_libc_fpstate` struct in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, _libc_fpstate">
<title>libc::unix::notbsd::other::b64::x86_64::_libc_fpstate - 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'>notbsd</a>::<wbr><a href='../../index.html'>other</a>::<wbr><a href='../index.html'>b64</a>::<wbr><a href='index.html'>x86_64</a></p><script>window.sidebarCurrent = {name: '_libc_fpstate', ty: 'struct', 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 struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='../../../../../index.html'>libc</a>::<wbr><a href='../../../../index.html'>unix</a>::<wbr><a href='../../../index.html'>notbsd</a>::<wbr><a href='../../index.html'>other</a>::<wbr><a href='../index.html'>b64</a>::<wbr><a href='index.html'>x86_64</a>::<wbr><a class='struct' href=''>_libc_fpstate</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'>−</span>]
</a>
</span><a id='src-3280' class='srclink' href='../../../../../../src/libc/macros.rs.html#42' title='goto source code'>[src]</a></span></h1>
<pre class='rust struct'>pub struct _libc_fpstate {
pub cwd: <a class='primitive' href='../../../../../../std/primitive.u16.html'>u16</a>,
pub swd: <a class='primitive' href='../../../../../../std/primitive.u16.html'>u16</a>,
pub ftw: <a class='primitive' href='../../../../../../std/primitive.u16.html'>u16</a>,
pub fop: <a class='primitive' href='../../../../../../std/primitive.u16.html'>u16</a>,
pub rip: <a class='primitive' href='../../../../../../std/primitive.u64.html'>u64</a>,
pub rdp: <a class='primitive' href='../../../../../../std/primitive.u64.html'>u64</a>,
pub mxcsr: <a class='primitive' href='../../../../../../std/primitive.u32.html'>u32</a>,
pub mxcr_mask: <a class='primitive' href='../../../../../../std/primitive.u32.html'>u32</a>,
pub _st: <a class='primitive' href='../../../../../../std/primitive.array.html'>[</a><a class='struct' href='../../../../../../libc/struct._libc_fpxreg.html' title='libc::_libc_fpxreg'>_libc_fpxreg</a><a class='primitive' href='../../../../../../std/primitive.array.html'>; 8]</a>,
pub _xmm: <a class='primitive' href='../../../../../../std/primitive.array.html'>[</a><a class='struct' href='../../../../../../libc/struct._libc_xmmreg.html' title='libc::_libc_xmmreg'>_libc_xmmreg</a><a class='primitive' href='../../../../../../std/primitive.array.html'>; 16]</a>,
__private: <a class='primitive' href='../../../../../../std/primitive.array.html'>[</a><a class='primitive' href='../../../../../../std/primitive.u64.html'>u64</a><a class='primitive' href='../../../../../../std/primitive.array.html'>; 12]</a>,
}</pre><h2 class='fields'>Fields</h2><span id='structfield.cwd' class='structfield'><code>cwd: <a class='primitive' href='../../../../../../std/primitive.u16.html'>u16</a></code>
</span><span class='stab '></span><span id='structfield.swd' class='structfield'><code>swd: <a class='primitive' href='../../../../../../std/primitive.u16.html'>u16</a></code>
</span><span class='stab '></span><span id='structfield.ftw' class='structfield'><code>ftw: <a class='primitive' href='../../../../../../std/primitive.u16.html'>u16</a></code>
</span><span class='stab '></span><span id='structfield.fop' class='structfield'><code>fop: <a class='primitive' href='../../../../../../std/primitive.u16.html'>u16</a></code>
</span><span class='stab '></span><span id='structfield.rip' class='structfield'><code>rip: <a class='primitive' href='../../../../../../std/primitive.u64.html'>u64</a></code>
</span><span class='stab '></span><span id='structfield.rdp' class='structfield'><code>rdp: <a class='primitive' href='../../../../../../std/primitive.u64.html'>u64</a></code>
</span><span class='stab '></span><span id='structfield.mxcsr' class='structfield'><code>mxcsr: <a class='primitive' href='../../../../../../std/primitive.u32.html'>u32</a></code>
</span><span class='stab '></span><span id='structfield.mxcr_mask' class='structfield'><code>mxcr_mask: <a class='primitive' href='../../../../../../std/primitive.u32.html'>u32</a></code>
</span><span class='stab '></span><span id='structfield._st' class='structfield'><code>_st: <a class='primitive' href='../../../../../../std/primitive.array.html'>[</a><a class='struct' href='../../../../../../libc/struct._libc_fpxreg.html' title='libc::_libc_fpxreg'>_libc_fpxreg</a><a class='primitive' href='../../../../../../std/primitive.array.html'>; 8]</a></code>
</span><span class='stab '></span><span id='structfield._xmm' class='structfield'><code>_xmm: <a class='primitive' href='../../../../../../std/primitive.array.html'>[</a><a class='struct' href='../../../../../../libc/struct._libc_xmmreg.html' title='libc::_libc_xmmreg'>_libc_xmmreg</a><a class='primitive' href='../../../../../../std/primitive.array.html'>; 16]</a></code>
</span><span class='stab '></span><span id='structfield.__private' class='structfield'><code>__private: <a class='primitive' href='../../../../../../std/primitive.array.html'>[</a><a class='primitive' href='../../../../../../std/primitive.u64.html'>u64</a><a class='primitive' href='../../../../../../std/primitive.array.html'>; 12]</a></code>
</span><span class='stab '></span><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='../../../../../../libc/dox/imp/trait.Copy.html' title='libc::dox::imp::Copy'>Copy</a> for <a class='struct' href='../../../../../../libc/struct._libc_fpstate.html' title='libc::_libc_fpstate'>_libc_fpstate</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-3295' class='srclink' href='../../../../../../src/libc/macros.rs.html#44' 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='../../../../../../libc/dox/imp/trait.Clone.html' title='libc::dox::imp::Clone'>Clone</a> for <a class='struct' href='../../../../../../libc/struct._libc_fpstate.html' title='libc::_libc_fpstate'>_libc_fpstate</a></code></span><span class='out-of-band'><div class='ghost'></div><a id='src-3296' class='srclink' href='../../../../../../src/libc/macros.rs.html#45-47' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.clone' class='method'><code>fn <a href='../../../../../../libc/dox/imp/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class='struct' href='../../../../../../libc/struct._libc_fpstate.html' title='libc::_libc_fpstate'>_libc_fpstate</a></code></h4>
<div class='docblock'><p>Returns a copy of the value. <a href="../../../../../../libc/dox/imp/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4 id='method.clone_from' class='method'><code>fn <a href='../../../../../../libc/dox/imp/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&mut self, source: &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="../../../../../../libc/dox/imp/trait.Clone.html#method.clone_from">Read more</a></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
gleam/ffi/MultiTexCoordP1uiv/index.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 `MultiTexCoordP1uiv` mod in crate `gleam`.">
<meta name="keywords" content="rust, rustlang, rust-lang, MultiTexCoordP1uiv">
<title>gleam::ffi::MultiTexCoordP1uiv - 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'>ffi</a></p><script>window.sidebarCurrent = {name: 'MultiTexCoordP1uiv', ty: 'mod', 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 mod">
<h1 class='fqn'><span class='in-band'>Module <a href='../../index.html'>gleam</a>::<wbr><a href='../index.html'>ffi</a>::<wbr><a class='mod' href=''>MultiTexCoordP1uiv</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'>−</span>]
</a>
</span><a id='src-6191' class='srclink' href='../../../src/gleam/home/servo/buildbot/slave/doc/build/target/debug/build/gleam-8cc6d4d4d5b87928/out/gl_bindings.rs.html#7835-7852' title='goto source code'>[src]</a></span></h1>
<h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2>
<table>
<tr class=' module-item'>
<td><a class='fn' href='fn.is_loaded.html'
title='gleam::ffi::MultiTexCoordP1uiv::is_loaded'>is_loaded</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.load_with.html'
title='gleam::ffi::MultiTexCoordP1uiv::load_with'>load_with</a></td>
<td class='docblock short'>
</td>
</tr></table></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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
azure/azure/static.AZ_ATT_LINEAR_TRANSFER_SLOPE_G.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 `AZ_ATT_LINEAR_TRANSFER_SLOPE_G` static in crate `azure`.">
<meta name="keywords" content="rust, rustlang, rust-lang, AZ_ATT_LINEAR_TRANSFER_SLOPE_G">
<title>azure::azure::AZ_ATT_LINEAR_TRANSFER_SLOPE_G - 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: 'AZ_ATT_LINEAR_TRANSFER_SLOPE_G', ty: 'static', 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 static">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>azure</a>::<wbr><a href='index.html'>azure</a>::<wbr><a class='static' href=''>AZ_ATT_LINEAR_TRANSFER_SLOPE_G</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'>−</span>]
</a>
</span><a id='src-1760' class='srclink' href='../../src/azure/azure.rs.html#225' title='goto source code'>[src]</a></span></h1>
<pre class='rust static'>pub static AZ_ATT_LINEAR_TRANSFER_SLOPE_G: <a class='primitive' href='../../std/primitive.u32.html'>u32</a><code> = </code><code>5</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
x11_dl/keysym/constant.XF86XK_TaskPane.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 `XF86XK_TaskPane` constant in crate `x11_dl`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XF86XK_TaskPane">
<title>x11_dl::keysym::XF86XK_TaskPane - 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_dl</a>::<wbr><a href='index.html'>keysym</a></p><script>window.sidebarCurrent = {name: 'XF86XK_TaskPane', 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'>x11_dl</a>::<wbr><a href='index.html'>keysym</a>::<wbr><a class='constant' href=''>XF86XK_TaskPane</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'>−</span>]
</a>
</span><a id='src-1543' class='srclink' href='../../src/x11_dl/keysym.rs.html#1115' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XF86XK_TaskPane: <a class='type' href='../../std/os/raw/type.c_uint.html' title='std::os::raw::c_uint'>c_uint</a><code> = </code><code>269025151</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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_dl";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> |
libc/unix/notbsd/constant.VT1.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 `VT1` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, VT1">
<title>libc::unix::notbsd::VT1 - 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'>notbsd</a></p><script>window.sidebarCurrent = {name: 'VT1', 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'>notbsd</a>::<wbr><a class='constant' href=''>VT1</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'>−</span>]
</a>
</span><a id='src-1590' class='srclink' href='../../../src/libc/unix/notbsd/mod.rs.html#555' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const VT1: <a class='type' href='../../../libc/type.c_int.html' title='libc::c_int'>c_int</a><code> = </code><code>16384</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>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</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> |
17_11/dir_21dd6da190d67a8317f52a54e8d36930.html | legatoproject/legato-docs | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html data-context="" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>inc Directory Reference - Legato Docs</title>
<meta content="legato™ is an open source Linux-based embedded platform designed to simplify connected IoT application development" name="description"/>
<meta content="legato, iot" name="keywords"/>
<meta content="17.11.0" name="legato-version"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport"/>
<link href="resources/images/legato.ico" rel="shortcut icon"/>
<link href="resources/images/legato.ico" rel="icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="resources/images/legato.ico" rel="apple-touch-icon" type="image/x-icon"/>
<link href="resources/css/style.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="resources/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<script src="resources/js/html5shiv.js"></script>
<script src="resources/js/respond.js"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<script src="resources/js/main.js"></script>
<script src=""></script>
</head>
<body>
<noscript>
<input class="modal-closing-trick" id="modal-closing-trick" type="checkbox"/>
<div id="nojs">
<label for="modal-closing-trick">
<span>You seem to not have Javascript <a href="http://enable-javascript.com">enabled</a>, so site functionality like the search and navigation tree won't work.</span>
</label>
</div>
</noscript>
<div class="wrapper">
<div class="fa fa-bars documentation" id="menu-trigger"></div>
<div id="top">
<header>
<nav>
<a class="navlink" href="/">Introduction</a><a class="navlink" href="buildAppsMain.html">Build Apps</a><a class="navlink" href="buildPlatformMain.html">Build Platform</a><a class="navlink" href="aboutMain.html">About</a>
</nav>
</header>
</div>
<div class="white" id="menudocumentation">
<header>
<a href="/"> <img alt="Back to Legato Homepage" id="logo" src="resources/images/legato_logo.png"/></a>
<h2>/ Legato Documentation</h2>
<nav class="secondary">
</nav>
<nav class="ui-front">
<i class="fa fa-search" id="search-icon"></i>
<input id="searchbox" placeholder="Search"/>
</nav>
</header>
</div>
<div id="resizable">
<div id="left">
<div id="tree1"></div>
</div>
</div>
<div class="content">
<div class="header">
<div class="headertitle">
<h1 class="title">inc Directory Reference</h1> </div>
</div><div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
Files</h2></td></tr>
</table>
</div>
<br clear="left"/>
</div>
</div>
<link href="resources/css/jqtree.css" rel="stylesheet" type="text/css"/>
<script src="resources/js/tree.jquery.js" type="text/javascript"></script>
<script src="resources/js/jquery.cookie.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<link href="resources/css/perfect-scrollbar.min.css" rel="stylesheet"/>
<script src="resources/js/perfect-scrollbar.jquery.min.js"></script>
</body>
</html>
|
flask/useradvocacy/dashboards/files/telemetry-ui/index.html | mozilla/user-advocacy | {% extends "layout.html" %}
{% block css %}
<link href="{{ url_for('static', filename='css/charts.css') }}" rel="stylesheet"/>
<link href="telemetry.css" rel="stylesheet">
{% endblock %}
{% block page_title %}
Telemetry UI dashboard
{% endblock %}
{% block content %}
<div class='row'>
<div class='col-md-2' id='controls'>
<div class='hidden-xs' id='sidebar'>
<h4 onclick="toggleForm()">Data: <span class="small">[show/hide]</span></h4>
<form class="form" id='data-form'>
<fieldset>
<div class="form-group">
<label class="form-label" for="for-timeframe" id="form-label-timeframe">Timeframe</label>
<div class="btn-group-vertical" data-toggle="buttons" id="form-timeframe">
<label class="btn btn-default" for="default">
<input name="timeframe" id="timeframe-week" value="week" type="radio">
Week
</label>
<label class="btn btn-default" for="version">
<input name="timeframe" id="timeframe-version" value="version" type="radio">
Version
</label>
</div>
</div>
<!-- Multiple Radios (inline) -->
<div class="form-group">
<label class="form-label" for="type" id="form-label-type">Type</label>
<div class="btn-group-vertical" data-toggle="buttons" id="form-type">
<label class="btn btn-default show-week" for="cs-week">
<input name="type" id="type-cs-week" value="cs-week" type="radio">
Single Week
</label>
<label class="btn btn-default show-version" for="cs-version">
<input name="type" id="type-version" value="cs-version" type="radio">
Single Version
</label>
<label class="btn btn-default show-week" for="week-diff">
<input name="type" id="type-week-diff" value="week-diff" type="radio">
Week comparison
</label>
<label class="btn btn-default show-version" for="version-diff">
<input name="type" id="type-version-diff" value="version-diff" type="radio">
Version comparison
</label>
</div>
</div>
<!-- Select Basic -->
<div class="form-group">
<label class="form-label" for="date" id="form-label-date">Week</label>
<div>
<select id="date" name="date" class="form-control btn btn-default dropdown-toggle" data-toggle="dropdown">
</select>
</div>
</div>
<!-- Select Basic -->
<div class="form-group">
<label class="form-label" for="base_date" id="form-label-base_date">Previous Week</label>
<div>
<select id="base_date" name="base_date" class="form-control btn btn-default dropdown-toggle" data-toggle="dropdown">
</select>
</div>
</div>
<!-- Select Basic -->
<div class="form-group">
<label class="form-label" for="version" id="form-label-version">Version</label>
<div>
<select id="version" name="version" class="form-control btn btn-default dropdown-toggle" data-toggle="dropdown">
</select>
</div>
</div>
<!-- Select Basic -->
<div class="form-group">
<label class="form-label" for="base_version" id="form-label-base_version">Previous Version</label>
<div>
<select id="base_version" name="base_version" class="form-control btn btn-default dropdown-toggle" data-toggle="dropdown">
</select>
</div>
</div>
<!-- Multiple Radios (inline) -->
<div class="form-group">
<label class="form-label" for="OS" id="form-label-os">OS</label>
<div class="btn-group-vertical" data-toggle="buttons">
<label class="btn btn-default" for="default">
<input name="OS" id="os-default" value="default" type="radio">
All
</label>
<label class="btn btn-default" for="windows">
<input name="OS" id="os-windows" value="windows" type="radio">
Windows
</label>
<label class="btn btn-default" for="mac">
<input name="OS" id="os-mac" value="mac" type="radio">
OSX
</label>
<label class="btn btn-default" for="linux">
<input name="OS" id="os-linux" value="linux" type="radio">
Linux
</label>
</div>
<!-- Multiple Radios (inline) -->
<div class="form-group">
<label class="form-label" for="channel" id="form-label-channel">Channel</label>
<div class="btn-group-vertical" data-toggle="buttons">
<label class="btn btn-default" for="release">
<input name="channel" id="channel-release" value="release" type="radio">
Release
</label>
<label class="btn btn-default" for="beta">
<input name="channel" id="channel-beta" value="beta" type="radio">
Beta
</label>
<label class="btn btn-default" for="aurora">
<input name="channel" id="channel-aurora" value="aurora" type="radio">
Aurora
</label>
<label class="btn btn-default" for="nightly">
<input name="channel" id="channel-nightly" value="nightly" type="radio">
Nightly
</label>
</div>
<br/>
<button type="button" class="btn btn-success" onclick="submitForm()">Make it so!</button>
</fieldset>
</form>
<h4 onclick="toggleDisplay()">Display options: <span class="small">[show/hide]</span></h4>
<div id='display-settings'>
<h4>Sort by:</h4>
<div class="btn-group-vertical">
<button class="btn btn-default control-sort" onclick="changeParam('sort_order', 'default')" id="sort-ctrl-default"
title="Sort by predefined sort order, then category, then alphabetical">Default</button>
<button class="btn btn-default control-sort no-diff" onclick="changeParam('sort_order', 'oddity')" id="sort-ctrl-oddity"
title="Sort by how distributed (non-default aka interesting) a field is">Oddity</button>
<button class="btn btn-default control-sort diff-only" onclick="changeParam('sort_order', 'total_diff')" id="sort-ctrl-total_diff"
title="Sort by how much change there is between the before state and the after state">Largest Change</button>
<button class="btn btn-default control-sort" onclick="changeParam('sort_order', 'alpha')" id="sort-ctrl-alpha"
title="Sort by eh, I'm sure you can figure this out">Alphabetical</button>
<button class="btn btn-default control-sort" onclick="changeParam('sort_order', 'percent')" id="sort-ctrl-percent"
title="Sort by Percent usage">Percent usage</button>
<button class="btn btn-default control-sort" onclick="changeParam('sort_order', 'average')" id="sort-ctrl-average"
title="Sort by Actions per session">Actions per session</button>
<button class="btn btn-default control-sort" onclick="changeParam('sort_order', 'nonzero')" id="sort-ctrl-nonzero"
title="Sort by Actions per active session">Actions per active session</button>
</div>
<h4>Filter:</h4>
<div class="btn-group-vertical" id="filter-controls">
</div>
<h4>UI Category:</h4>
<div class="btn-group-vertical" id="category-controls">
</div>
<h4>Display:</h4>
<div class="btn-group-vertical">
<button class="btn btn-default control-value no-diff"
onclick="changeParam('show_value', 'summary')" id="value-ctrl-summary"
title="Show summary of each measure">Summary</button>
<button class="btn btn-default control-value diff-only"
onclick="changeParam('show_value', 'summary_count')" id="value-ctrl-summary_count"
title="Show summary with absolute value change between dates">Summary (Counts)</button>
<button class="btn btn-default control-value diff-only"
onclick="changeParam('show_value', 'summary_percent')" id="value-ctrl-summary_percent"
title="Show percentage point change between summary values">Summary (Percents)</button>
<button class="btn btn-default control-value"
onclick="changeParam('show_value', 'count')" id="value-ctrl-count"
title="Show number of sessions">Count</button>
<button class="btn btn-default control-value"
onclick="changeParam('show_value', 'percent')" id="value-ctrl-percent"
title="Show percentage of sessions">Percentage</button>
<button class="btn btn-default control-value diff-only"
onclick="changeParam('show_value', 'diff')" id="value-ctrl-diff"
title="Show percentage change between sessions">Percentage Change</button>
<button class="btn btn-default control-value diff-only"
onclick="changeParam('show_value', 'base_count')" id="value-ctrl-base_count"
title="Show previous session count">Previous Count</button>
<button class="btn btn-default control-value diff-only"
onclick="changeParam('show_value', 'base_percent')" id="value-ctrl-base_percent"
title="Show previous percentage">Previous Percentage</button>
</div>
</div>
</div>
</div>
<div class="col-md-10" id="main">
<h2 id="title-string">Title string.
</h2>
<div id="warning-message" class="text-warning">
</div>
<div id="full-list">
</div>
</div>
<div class="col-md-6 col-md-offset-2 jumbotron" id="error-message">
<h2>Something went wrong:</h2>
<p class="text-center" id="blank-text">No data for this period yet. Try some other parameters.</p>
<p class="text-center" id="error-text"></p>
</div>
<div class="col-md-10 jumbotron" id="loading-throbber">
<h1 class="text-center"><i class="fa fa-spinner fa-spin"></i></h1>
<p>We're trying to get you your data, or at least some kind of valid error message. If you see this for an extended period of time, try a shift-refresh.</p>
</div>
</div>
{% endblock %}
{% block js %}
<script src="jquery-deparam.min.js"></script>
<script src="telemetry.js"></script>
{% endblock%}
|
prototype/test/qunit.css | srutisha/tabulata | /**
* QUnit v1.5.0pre - A JavaScript Unit Testing Framework
*
* http://docs.jquery.com/QUnit
*
* Copyright (c) 2012 John Resig, Jörn Zaefferer
* Dual licensed under the MIT (MIT-LICENSE.txt)
* or GPL (GPL-LICENSE.txt) licenses.
* Pulled Live from Git Mon Mar 12 21:35:02 UTC 2012
* Last Commit: d1880e31f6a76cc018a5cf8b1d066314ebcaecbe
*/
/** Font Family and Sizes */
#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}
#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
#qunit-tests { font-size: smaller; }
/** Resets */
#qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult {
margin: 0;
padding: 0;
}
/** Header */
#qunit-header {
padding: 0.5em 0 0.5em 1em;
color: #8699a4;
background-color: #0d3349;
font-size: 1.5em;
line-height: 1em;
font-weight: normal;
border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
}
#qunit-header a {
text-decoration: none;
color: #c2ccd1;
}
#qunit-header a:hover,
#qunit-header a:focus {
color: #fff;
}
#qunit-header label {
display: inline-block;
}
#qunit-banner {
height: 5px;
}
#qunit-testrunner-toolbar {
padding: 0.5em 0 0.5em 2em;
color: #5E740B;
background-color: #eee;
}
#qunit-userAgent {
padding: 0.5em 0 0.5em 2.5em;
background-color: #2b81af;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
}
/** Tests: Pass/Fail */
#qunit-tests {
list-style-position: inside;
}
#qunit-tests li {
padding: 0.4em 0.5em 0.4em 2.5em;
border-bottom: 1px solid #fff;
list-style-position: inside;
}
#qunit-tests.hidepass li.pass, #qunit-tests.hidepass li.running {
display: none;
}
#qunit-tests li strong {
cursor: pointer;
}
#qunit-tests li a {
padding: 0.5em;
color: #c2ccd1;
text-decoration: none;
}
#qunit-tests li a:hover,
#qunit-tests li a:focus {
color: #000;
}
#qunit-tests ol {
margin-top: 0.5em;
padding: 0.5em;
background-color: #fff;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
box-shadow: inset 0px 2px 13px #999;
-moz-box-shadow: inset 0px 2px 13px #999;
-webkit-box-shadow: inset 0px 2px 13px #999;
}
#qunit-tests table {
border-collapse: collapse;
margin-top: .2em;
}
#qunit-tests th {
text-align: right;
vertical-align: top;
padding: 0 .5em 0 0;
}
#qunit-tests td {
vertical-align: top;
}
#qunit-tests pre {
margin: 0;
white-space: pre-wrap;
word-wrap: break-word;
}
#qunit-tests del {
background-color: #e0f2be;
color: #374e0c;
text-decoration: none;
}
#qunit-tests ins {
background-color: #ffcaca;
color: #500;
text-decoration: none;
}
/*** Test Counts */
#qunit-tests b.counts { color: black; }
#qunit-tests b.passed { color: #5E740B; }
#qunit-tests b.failed { color: #710909; }
#qunit-tests li li {
margin: 0.5em;
padding: 0.4em 0.5em 0.4em 0.5em;
background-color: #fff;
border-bottom: none;
list-style-position: inside;
}
/*** Passing Styles */
#qunit-tests li li.pass {
color: #5E740B;
background-color: #fff;
border-left: 26px solid #C6E746;
}
#qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; }
#qunit-tests .pass .test-name { color: #366097; }
#qunit-tests .pass .test-actual,
#qunit-tests .pass .test-expected { color: #999999; }
#qunit-banner.qunit-pass { background-color: #C6E746; }
/*** Failing Styles */
#qunit-tests li li.fail {
color: #710909;
background-color: #fff;
border-left: 26px solid #EE5757;
white-space: pre;
}
#qunit-tests > li:last-child {
border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
}
#qunit-tests .fail { color: #000000; background-color: #EE5757; }
#qunit-tests .fail .test-name,
#qunit-tests .fail .module-name { color: #000000; }
#qunit-tests .fail .test-actual { color: #EE5757; }
#qunit-tests .fail .test-expected { color: green; }
#qunit-banner.qunit-fail { background-color: #EE5757; }
/** Result */
#qunit-testresult {
padding: 0.5em 0.5em 0.5em 2.5em;
color: #2b81af;
background-color: #D2E0E6;
border-bottom: 1px solid white;
}
/** Fixture */
#qunit-fixture {
position: absolute;
top: -10000px;
left: -10000px;
width: 1000px;
height: 1000px;
}
|
www/organizer/templates/organizer/emails/organizer_reminder_content.html | Naeka/vosae-app | {% extends "core/skeleton_email.html" %}
{% load i18n %}
{% block title %}{{ vosae_event.summary }}{% endblock %}
{% block content %}
<!-- MODULE ROW // -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell bottomShim">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="nestedContainer">
<tr>
<td valign="top" class="nestedContainerCell">
<!-- CONTENT TABLE // -->
<table align="Left" border="0" cellpadding="0" cellspacing="0" width="160" class="flexibleContainer">
<tr>
<td align="center" valign="top" class="bottomShim">
<table border="0" cellpadding="0" cellspacing="0" width="160" class="emailCalendar">
<tr>
<td align="center" valign="top" style="padding:5px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top" class="emailCalendarMonth">
{{ start|date:"F" }}
</td>
</tr>
<tr>
<td align="center" valign="top" class="emailCalendarDay">
{{ start|date:"j" }}
</td>
</tr>
{% if not vosae_event.start.date %}
<tr>
<td align="center" valign="top" class="emailCalendarHour">
{{ start|date:"EVENT_HOUR_DATETIME_FORMAT" }} <i>({{ timezone }})</i>
</td>
</tr>
{% endif %}
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
<!-- CONTENT TABLE // -->
<table align="Right" border="0" cellpadding="0" cellspacing="0" width="320" class="flexibleContainer">
<tr>
<td valign="top" class="textContent">
<h3>{{ vosae_event.summary }}</h3>
<br />
{% if vosae_event.description %}
{{ vosae_event.description|linebreaksbr }}
{% endif %}
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<!-- // MODULE ROW -->
<!-- MODULE ROW // -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell bottomShim">
<!-- CONTENT TABLE // -->
<!--
The emailButton table's width can be changed
to affect the look of the button. To make the
button width dependent on the text inside, leave
the width blank. When a button is placed in a column,
it's helpful to set the width to 100%.
-->
<table border="0" cellpadding="0" cellspacing="0" width="260" class="emailButton">
<tr>
<td align="center" valign="middle" class="buttonContent">
<a href="{{ event_url }}" target="_blank">{% trans "View the event" %}</a>
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<!-- // MODULE ROW -->
{% if vosae_event.location %}
<!-- MODULE ROW // -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<!--
The centering table keeps the content
tables centered in the emailBody table,
in case its width is set to 100%.
-->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<!--
The flexible container has a set width
that gets overridden by the media query.
Most content tables within can then be
given 100% widths.
-->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell">
<!-- CONTENT TABLE // -->
<!--
The content table is the first element
that's entirely separate from the structural
framework of the email.
-->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" class="textContent">
<h3>{% trans "Location" %}</h3>
<br />
{{ vosae_event.location }}
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<!-- // MODULE ROW -->
{% endif %}
{% if vosae_event.attendees %}
<!-- MODULE ROW // -->
<tr>
<td align="center" valign="top">
<!-- CENTERING TABLE // -->
<!--
The centering table keeps the content
tables centered in the emailBody table,
in case its width is set to 100%.
-->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center" valign="top">
<!-- FLEXIBLE CONTAINER // -->
<!--
The flexible container has a set width
that gets overridden by the media query.
Most content tables within can then be
given 100% widths.
-->
<table border="0" cellpadding="0" cellspacing="0" width="600" class="flexibleContainer">
<tr>
<td align="center" valign="top" width="600" class="flexibleContainerCell">
<!-- CONTENT TABLE // -->
<!--
The content table is the first element
that's entirely separate from the structural
framework of the email.
-->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" class="textContent">
<h3>{% trans "Attendees" %}</h3>
<br />
{% for attendee in vosae_event.attendees %}
{% if attendee.display_name %}{{ attendee.display_name }}{% endif %}
<a href="mailto:{{ attendee.email }}">{{ attendee.email }}</a>
{% if attendee.organizer %}<span style="color: #ff0000"> - {% trans "organizer" context "person" %}</span>{% endif %}
{% endfor %}
</td>
</tr>
</table>
<!-- // CONTENT TABLE -->
</td>
</tr>
</table>
<!-- // FLEXIBLE CONTAINER -->
</td>
</tr>
</table>
<!-- // CENTERING TABLE -->
</td>
</tr>
<!-- // MODULE ROW -->
{% endif %}
{% endblock %} |
datamining/templates/inlines/profiles_course.html | ParsonsAMT/Myne | {{ object.title }} (<a href="{% url view-course object.id %}">{{ object.subject }} {{ object.coursenumber }}</a>) |
dist/index.html | kvishnivetsky/homer-ui | <!DOCTYPE html>
<html ng-app="homerApp" ng-controller="homerAppController" ng-cloak="" scroll>
<head lang="en">
<meta charset="UTF-8">
<title>HOMER Release 5.0.1</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/homer.min.css" />
<link rel="stylesheet" href="css/dialogs.min.css" />
<link rel="stylesheet" href="css/ui-grid.min.css" />
<link rel="stylesheet" href="css/themes/base/jquery-ui.min.css" />
<link rel="stylesheet" href="css/app.min.css" />
<link rel="stylesheet" href="css/angular-dashboard-framework.min.css" />
<link rel="stylesheet" href="css/homerModal.min.css" />
<link rel="stylesheet" href="css/sweetalert.min.css" />
<link rel="icon" href="css/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="css/favicon.ico" type="image/x-icon"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body style="min-height: 800px;" ng-class="{hiddenMenu:boolLeftMenu}" class="skin-black menu-on-top pace-done">
<header id="header" class="header">
<ng-include src="header"></ng-include>
</header>
<aside id="left-panel" class="left-side sidebar-offcanvas" ng-show="showLeftMenu">
<ng-include src="menu"></ng-include>
</aside>
<div id="main" role="main" auto-height>
<ng-include src="ribbon"></ng-include>
<div ui-view></div>
</div>
<ng-include src="footer"></ng-include>
<ng-include src="shoortcut"></ng-include>
<!-- SCRIPTS -->
<script type="application/javascript" src="js/proto.js"></script>
<!-- LIB -->
<script type="application/javascript" src="lib/jquery/jquery.min.js"></script>
<script type="application/javascript" src="lib/jquery/jquery-ui.min.js"></script>
<script type="application/javascript" src="lib/angular/angular.min.js"></script>
<script type="application/javascript" src="lib/angular/angular-animate.min.js"></script>
<script type="application/javascript" src="lib/angular/angular-cookies.min.js"></script>
<script type="application/javascript" src="lib/angular/angular-sanitize.min.js"></script>
<script type="application/javascript" src="lib/angular-third/angular-ui-router.min.js"></script>
<script type="application/javascript" src="lib/angular-third/angular-file-upload.min.js"></script>
<script type="application/javascript" src="lib/angular-third/dialog-service.min.js"></script>
<script type="application/javascript" src="lib/sortable/Sortable.min.js"></script>
<script type="application/javascript" src="lib/angular-ui-sortable/sortable.min.js"></script>
<script type="application/javascript" src="lib/bootstrap/ui-bootstrap-0.12.0.min.js"></script>
<script type="application/javascript" src="lib/bootstrap/ui-bootstrap-tpls-0.12.0.min.js"></script>
<script type="application/javascript" src="lib/ui-grid/ui-grid.min.js"></script>
<script type="application/javascript" src="lib/angular-third/dialogs-default-translations.min.js"></script>
<script type="application/javascript" src="lib/angular-third/dialogs.min.js"></script>
<script type="application/javascript" src="lib/sweetalert/sweetalert.min.js"></script>
<script type="application/javascript" src="lib/sweetalert/SweetAlert.min.js"></script>
<script type="application/javascript" src="lib/angular-third/angular-base64.min.js"></script>
<script type="application/javascript" src="lib/angular-third/homerModal.min.js"></script>
<script type="application/javascript" src="lib/angular-third/homerCflow.min.js"></script>
<script type="application/javascript" src="lib/filesaver/FileSaver.min.js"></script>
<script type="application/javascript" src="lib/angular-dashboard-framework/angular-dashboard-framework.min.js"></script>
<!-- HIGHCHARTS -->
<script type="application/javascript" src="lib/highcharts/highcharts.js"></script>
<script type="application/javascript" src="lib/highcharts/highcharts-3d.js"></script>
<script type="application/javascript" src="lib/highcharts/exporting.js"></script>
<script type="application/javascript" src="lib/highcharts/highcharts-ng.js"></script>
<!-- HOMER FILES -->
<script type="application/javascript" src="js/homer-5.0.1.min.js"></script>
</body>
</html>
|
ckanext/galleryview/templates/snippets/gallery.html | ccca-dc/ckanext-galleryview | {% resource 'galleryview/gallery.css' %}
{% resource 'galleryview/gallery.js' %}
<div class="gallery">
<div class="container">
<div class="row">
{% for image in images %}
{% set image_name = image_names[loop.index-1] %}
{% if image|length > 0 %}
<div class="col-xs-3 gallery-item" width="200">
{% if image.startswith('http') %}
<a href="#galleryImg1" class="link-gallery" data-toggle="modal" data-target="#modalGallery">
<img src="{{ image }}" class="img-responsive img-gallery" alt="">
</a>
<!-- displays image_name as link -->
<a target="_blank" href="{{ image }}">
{% if image_name|length > 0 %}
<p class="imagename">{{ image_name }}</p>
{% else %}
<!-- if no image name is given, it takes the part of the url after the last / as displayed name -->
<p class="imagename">{{ image.split('/')[-1] }}</p>
{% endif %}
</a>
{% elif image|length > 24 %}
<a href="#galleryImg1" class="link-gallery" data-toggle="modal" data-target="#modalGallery">
<img src="/uploads/gallery/{{ resource_id }}/{{ image }}" class="img-responsive img-gallery" alt="">
</a>
<a target="_blank" href="/uploads/gallery/{{ resource_id }}/{{ image }}">
{% if image_name|length > 0 %}
<p class="imagename">{{ image_name }}</p>
{% else %}
<!-- if no image name is given, it takes the name of the uploaded file without the timestamp -->
<p class="imagename">{{ image[24:100] }}</p>
{% endif %}
</a>
{% endif %}
</div>
{% endif %}
{% endfor %}
</div> <!--/.row -->
</div> <!-- /.container -->
</div>
<div class="modal fade" id="modalGallery" tabindex="-1" role="dialog" aria-labelledby="modalGalleryLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="modalGalleryLabel">Gallery</h4>
</div> <!-- /.modal-header -->
<div class="modal-body">
<div id="carouselGallery" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner">
</div> <!-- /.carousel-inner -->
</div> <!-- /.carousel -->
</div> <!-- /.modal-body -->
<div class="modal-footer">
<ul class="pagination">
</ul>
</div> <!-- /.modal-footer -->
</div> <!-- /.modal-content -->
</div> <!-- /.modal-dialog -->
</div> <!-- /.modal -->
|
components/gateway/GWSIP/mjsip_1.6/mjsip_doc_apps_1.6/deprecated-list.html | ging/isabel | <!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 Sun Mar 05 11:34:23 CET 2006 -->
<TITLE>
MjSIP Reference Applications: Deprecated List
</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="deprecated-list.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<CENTER>
<H2>
<B>Deprecated API</B></H2>
</CENTER>
<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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="deprecated-list.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
|
smlouvy/2021/01/21/Dod_2_asist_RV_Kubcova/index.html | pirati-web/smlouvy.pirati.cz | ---
"layout": contract
"datum podpisu": 2021-01-21
"datum účinnosti": 2021-01-21
"datum ukončení": 0000-00-00
"title": "Dodatek č. 2 ke smlouvě asistentka RV - Kubcová"
"použité smluvní typy":
- Dodatek k příkazní smlouvě
"předmět": "Změna výše odměny"
"stav": v plnění
"náklady": 15000
"místo uložení": Centrální spisovna
"smluvní strany":
-
"jméno": "Kristina Marie Kubcová"
"sídlo": Praha 3
"IČ": 07939094
"soubory":
-
"podepsaná verze": dod -Kubcová.pdf
--- |
documents/demo-video-script.html | ontohub/ontohub | <?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" lang="en" xml:lang="en">
<head>
<title>Ontohub demo video script</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="title" content="Ontohub demo video script"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2012-03-27 Tue"/>
<meta name="author" content=""/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
html { font-family: Times, serif; font-size: 12pt; }
.title { text-align: center; }
.todo { color: red; }
.done { color: green; }
.tag { background-color: #add8e6; font-weight:normal }
.target { }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.right {margin-left:auto; margin-right:0px; text-align:right;}
.left {margin-left:0px; margin-right:auto; text-align:left;}
.center {margin-left:auto; margin-right:auto; text-align:center;}
p.verse { margin-left: 3% }
pre {
border: 1pt solid #AEBDCC;
background-color: #F3F5F7;
padding: 5pt;
font-family: courier, monospace;
font-size: 90%;
overflow:auto;
}
table { border-collapse: collapse; }
td, th { vertical-align: top; }
th.right { text-align:center; }
th.left { text-align:center; }
th.center { text-align:center; }
td.right { text-align:right; }
td.left { text-align:left; }
td.center { text-align:center; }
dt { font-weight: bold; }
div.figure { padding: 0.5em; }
div.figure p { text-align: center; }
div.inlinetask {
padding:10px;
border:2px solid gray;
margin:10px;
background: #ffffcc;
}
textarea { overflow-x: auto; }
.linenr { font-size:smaller }
.code-highlighted {background-color:#ffff00;}
.org-info-js_info-navigation { border-style:none; }
#org-info-js_console-label { font-size:10px; font-weight:bold;
white-space:nowrap; }
.org-info-js_search-highlight {background-color:#ffff00; color:#000000;
font-weight:bold; }
/*]]>*/-->
</style>
<script type="text/javascript">
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="preamble">
</div>
<div id="content">
<h1 class="title">Ontohub demo video script</h1>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">1 Preparation</a></li>
<li><a href="#sec-2">2 Main page</a></li>
<li><a href="#sec-3">3 Ontologies</a></li>
<li><a href="#sec-4">4 Entity search</a></li>
<li><a href="#sec-5">5 Registration</a></li>
<li><a href="#sec-6">6 Ontology upload</a></li>
<li><a href="#ontology-view">7 Ontology view and Hets output</a></li>
<li><a href="#sec-8">8 Versioning</a></li>
<li><a href="#sec-9">9 Administration</a></li>
</ul>
</div>
</div>
<div id="outline-container-1" class="outline-2">
<h2 id="sec-1"><span class="section-number-2">1</span> Preparation</h2>
<div class="outline-text-2" id="text-1">
<ol>
<li>be sure to be logged out
</li>
<li>be sure that some ontologies exist:
<ul>
<li>FOAF (need to upload from local file, as Hets otherwise thinks it's in the unsupported logic RDF)
</li>
<li><a href="http://openaal.org/download">OpenAAL</a> (need to upload from local file, as the ontology is not published in source form)
</li>
<li>some Common Logic ontologies from COLORE
</li>
<li><a href="https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk/CommonLogic/TestData/sublogic_fullcl.clif">sublogic<sub>fullcl</sub>.clif</a>
</li>
</ul>
</li>
<li>be sure that some ontologies do not exist:
<ul>
<li><a href="http://pav-ontology.googlecode.com/svn/trunk/pav.owl">http://pav-ontology.googlecode.com/svn/trunk/pav.owl</a>
</li>
<li><a href="http://interop.cim3.net/file/pub/OntoIOp/Working_Draft/registry/registry.rdf">DOL registry</a>
</li>
</ul>
</li>
</ol>
</div>
</div>
<div id="outline-container-2" class="outline-2">
<h2 id="sec-2"><span class="section-number-2">2</span> Main page</h2>
<div class="outline-text-2" id="text-2">
<ol>
<li>go to <a href="http://ontohub.informatik.uni-bremen.de">http://ontohub.informatik.uni-bremen.de</a>
</li>
<li>explain "latest ontologies"
</li>
<li>explain "latest comments"
</li>
</ol>
</div>
</div>
<div id="outline-container-3" class="outline-2">
<h2 id="sec-3"><span class="section-number-2">3</span> Ontologies</h2>
<div class="outline-text-2" id="text-3">
<ol>
<li>go to "<a href="http://ontohub.informatik.uni-bremen.de/ontologies">ontologies</a>"
</li>
<li>point at one ontology, say: We will look into an ontology <a href="#ontology-view">later</a>.
</li>
</ol>
</div>
</div>
<div id="outline-container-4" class="outline-2">
<h2 id="sec-4"><span class="section-number-2">4</span> Entity search</h2>
<div class="outline-text-2" id="text-4">
<ol>
<li>search for "Person"
</li>
<li>refine search by "kind:ObjectProperty"
</li>
</ol>
</div>
</div>
<div id="outline-container-5" class="outline-2">
<h2 id="sec-5"><span class="section-number-2">5</span> Registration</h2>
<div class="outline-text-2" id="text-5">
<ol>
<li>register
</li>
<li>confirm e-mail
</li>
</ol>
</div>
</div>
<div id="outline-container-6" class="outline-2">
<h2 id="sec-6"><span class="section-number-2">6</span> Ontology upload</h2>
<div class="outline-text-2" id="text-6">
<ol>
<li>go to "ontologies"
</li>
<li>"create ontology"
</li>
<li>say that one can upload from a local file …
</li>
<li>… but actually do upload from a URL:
<ul>
<li><a href="http://pav-ontology.googlecode.com/svn/trunk/pav.owl">http://pav-ontology.googlecode.com/svn/trunk/pav.owl</a>
</li>
<li>URI defaults to URL, but here one should change it
(at this point we can not yet look into the ontology!)
</li>
<li>use <a href="http://purl.org/pav/2.0/">http://purl.org/pav/2.0/</a>
</li>
<li>enter a short name and description; say that further metadata can be added as well
</li>
</ul>
</li>
</ol>
</div>
</div>
<div id="outline-container-ontology-view" class="outline-2">
<h2 id="ontology-view"><a name="sec-7" id="sec-7"></a><span class="section-number-2">7</span> Ontology view and Hets output</h2>
<div class="outline-text-2" id="text-ontology-view">
<ol>
<li>after upload, looking at the ontology's page
</li>
<li>explain Hets status: "Hets, the heterogeneous tool set, tells Ontohub about the logic of an imported ontology and about the entities and axioms it contains. This works across logics, for any logic supported by Hets."
</li>
<li>explain the kinds of entities (say that they depend on the logic)
</li>
<li>point at "axioms" and "entities" tabs
</li>
<li>unsuccessful import
<ul>
<li>upload DOL registry
</li>
<li>say that Hets's RDF support is still under development
</li>
</ul>
</li>
<li>entities
<ul>
<li>say: Hets reports entities and axioms with their name, source, text, URI (later) and range
</li>
<li>show sublogic_fullcl.clif
</li>
</ul>
</li>
</ol>
</div>
</div>
<div id="outline-container-8" class="outline-2">
<h2 id="sec-8"><span class="section-number-2">8</span> Versioning</h2>
<div class="outline-text-2" id="text-8">
<ol>
<li>go to version tab of the same ontology
</li>
<li>say: "old versions are stored (not more than this, for now); one can upload a new one"
</li>
</ol>
</div>
</div>
<div id="outline-container-9" class="outline-2">
<h2 id="sec-9"><span class="section-number-2">9</span> Administration</h2>
<div class="outline-text-2" id="text-9">
<p> As an administrator, you can manage:
</p><ul>
<li>users and teams (they can also manage themselves to some extent)
</li>
<li>logics (later: users can contribute new logics, these will be reviewed and approved)
</li>
<li>jobs (here: Hets; later: further local or web services)
</li>
</ul>
</div>
</div>
</div>
<div id="postamble">
<p class="date">Date: 2012-03-27 Tue</p>
<p class="author">Author: </p>
<p class="creator">Org version 7.8.03 with Emacs version 24</p>
<a href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a>
</div>
</body>
</html>
|
modules/KBTags/Popup_picker.html | harish-patel/ecrm | <!--
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Master Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/en/msa/master_subscription_agreement_11_April_2011.pdf
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2011 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
********************************************************************************/
-->
<!-- BEGIN: main -->
<!-- BEGIN: SearchHeader -->
<script type="text/javascript" src="include/JSON.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
<script type="text/javascript" src="include/javascript/popup_helper.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
<table cellpadding="0" cellspacing="0" border="0" width="100%" >
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<form action="index.php" method="post" name="popup_query_form" id="popup_query_form">
<td align="right"><input type="hidden" name="action" value="PopupProspects"/>
<input type="hidden" name="query" value="true"/>
<input type="hidden" name="record" value="{RECORD_VALUE}"/>
<input type="hidden" name="module" value="{MODULE_NAME}" />
<input type="hidden" name="form_submit" value="{FORM_SUBMIT}" />
<input type="hidden" name="request_data" value="{request_data}" />
<input type="hidden" name="form" value="{FORM}" />
</form>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
/* initialize the popup request from the parent */
if(window.document.forms['popup_query_form'].request_data.value == "")
{
window.document.forms['popup_query_form'].request_data.value
= JSON.stringify(window.opener.get_popup_request_data());
}
-->
</script>
<!-- END: SearchHeader -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list view">
<!-- BEGIN: list_nav_row -->
{PAGINATION}
<!-- END: list_nav_row -->
<tr height="20">
<td scope="col" width="5%" NOWRAP>{CHECKALL}</td>
<td scope="col" width="35%" ><slot><a href="{ORDER_BY}tag_name" class="listViewThLinkS1">{MOD.LBL_TAG_NAME}{arrow_start}{tag_name_arrow}{arrow_end}</a></slot></td>
</tr>
<!-- BEGIN: row -->
<tr height="20" class="{ROW_COLOR}S1">
<td valign="top">{PREROW}</td>
<td scope='row' valign=TOP><slot><{TAG_TYPE} href="#" onclick="send_back('KBTAGS','{KBTAG.ID}');">{KBTAG.TAG_NAME}</{TAG_TYPE}></slot></td>
</tr>
<tr>
<td colspan="20" class="listViewHRS1"></td>
</tr>
<!-- END: row -->
</table>
{ASSOCIATED_JAVASCRIPT_DATA}
<!-- END: main -->
|
index.html | vdhan/my-ball | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Demo Object Oriented Javascript</title>
<script src = 'js/ball.js'></script>
<style>
body {
text-align: center;
font-family: Arial, sans-serif;
font-size: 100%;
}
#canvas {
border: 1px solid;
}
#copy {
color: #00f;
}
</style>
</head>
<body>
<canvas id="canvas" width="400px" height="300px">Trình duyệt không hỗ trợ</canvas>
<p id = 'copy'><strong>Copyright © 2012<script>new Date().getFullYear() > 2012 && document.write("-" + new Date().getFullYear());</script>, Hoàng Ân</strong></p>
</body>
</html>
|
sites/all/modules/dgph_infographics/css/dgph_infographics_commodities.css | opengovt/open-government-platform | body.page-infographics-commodity .datarequest {
margin-top: 30px;
}
.cd_month label {
display: block;
width: 9em;
}
.cd_year label {
display: block;
width: 6em;
}
label {
display: block;
width: 5em;
}
.dbapc #accordion .ui-state-active {
background: url("../images/accro.png") no-repeat scroll 100% 20px transparent !important;
height: 35px;
}
.ui-accordion .ui-accordion-content {
background: none repeat scroll 0 0 #FFFFFF !important;
top: 2px;
}
.dbapc #accordion .ui-accordion-content {
margin: -12px 0 0;
}
.dbapc .accordion2 div{}
.dbapc #accordion2 div{ display:block !important;}
.dbapc .accordion2 h3 {
/*background: url("../images/mins-icon.png") no-repeat scroll 100% 50% transparent !important;*/
height: auto;
}
.dbapc #accordion2 h3 {
background: url("../images/mins-icon.png") no-repeat scroll 100% 50% transparent !important;
height: auto;
}
.background-none{
background:none !important;
}
#sub,#sub1,#sub2,#sub3,#sub4,#sub5,#sub6,#sub7,#sub8,#sub9 {
background: url("../images/mins-icon.png") left top;
width:14px;
height:14px;
float:right;
margin-right:10px;
position: relative;
top: 25%;
}
#sub1 {
display: block;
}
#plus,#plus1,#plus2,#plus3,#plus4,#plus5,#plus6,#plus7,#plus8,#plus9 {
background:url("../images/plus-icon.png") left top;
width:14px;
height:14px;
float:right;
margin-right:10px;
position: relative;
top: 25%;
}
#plus1 {
display: none;
}
.asub{width:14px; height:14px; background:url("../images/mins-icon.png") left top; display:none; float:right; }
.aplus{width:14px; height:14px; background:url("../images/plus-icon.png") left top; display:block; float:right;}
.asubc{width:14px; height:14px; background:url("../images/mins-icon.png") left top; display:none; float:right;margin-right:10px; }
.aplusc{width:14px; height:14px; background:url("../images/plus-icon.png") left top; display:block; float:right;margin-right:10px;}
.visible-none{display:none;}
.dbapc .accordion2 div a.act{background:#ffc425; padding: 10px ;}
.dbapc #accordion2 div a.act{background:#ffc425; padding: 10px ;}
.yellow {
background: none repeat scroll 0 0 #ffc425;
float: right;
height: 3px;
margin: 10px -20px 0 0;
width: 15px;
}
.red {
background: none repeat scroll 0 0 #d63333;
float: right;
height: 3px;
margin: 10px -20px 0 0;
width: 15px;
}
.blue {
background: none repeat scroll 0 0 #333385;
float: right;
height: 3px;
margin: 10px -20px 0 0;
width: 15px;
}
.black {
background: none repeat scroll 0 0 #6b6b6b;
float: right;
height: 3px;
margin: 10px -20px 0 0;
width: 15px;
}
.works h2.title {
background: none repeat scroll 0 0 transparent !important;
padding: 0 !important;
margin: 0 !important;
}
.weekly-right-con{ width:100%; height:auto; clear:both; float:left; margin:10px 0 0 0;}
.weekly-right-con h2 {
background: url("../images/gas-icon.png") no-repeat scroll 15px 50% #FFC425 !important;
color: #272727;
display: block;
font-size: 30px !important;
height: 65px;
padding: 15px 0 0 50px !important;
width: 100%;
margin: 0 !important;
}
body.page-infographics-commodity .weekly-right-con .ui-accordion h3.ui-state-default {
border-left: 1px dotted #000000 !important;
border-right: 1px dotted #000000 !important;
border-radius: inherit;
color: #000000;
font-family: 'Roboto',sanf-serif;
font-size: 14px !important;
font-weight: bold;
text-transform: uppercase;
}
body.page-infographics-commodity .weekly-right-con .ui-accordion h3.commercial_rice,
body.page-infographics-commodity .weekly-right-con .ui-accordion h3.canned_sardines,
body.page-infographics-commodity .weekly-right-con .ui-accordion h3.cardiovascular {
border-top: 1px dotted #000000 !important;
}
body.page-infographics-commodity .weekly-right-con .ui-accordion h3.bread {
border-bottom: 1px dotted #000000 !important;
}
.yearly-con{border-bottom: 1px dotted #222222; border-right: 1px dotted #222222;width:100%; height:auto; clear:both; float:left; height:141px;}
.yearly-con-last{ margin-bottom:35px;}
.yearly-left {
background: none repeat scroll 0 0 #666666;
border-left: 1px dotted #222222;
border-right: 1px dotted #222222;
color: #FFFFFF;
float: left;
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight: bold;
min-height: 140px;
padding: 60px 0 0 20px;
width: 25%;
}
.yearly-text-left{ padding:50px 0 0 20px;}
.yearly-right{ width:74%; float:right;}
.legend-con { width:100%; height:auto; background:#f7f7f7; padding:15px 20px; margin: 15px 0 150px 0; float:left; clear:both;}
.legend-con h3{ font-family: 'Roboto' !important; font-weight: bold !important; border-bottom: 1px dotted #222222; font-size:17px !important; text-transform:uppercase; color: #989898; padding:0 0 5px;}
.legend-con p{ font-family: 'Roboto', sans-serif; font-weight: normal; font-size: 14px; line-height:18px; color:#888888;}
.legend-con p span.header { font-family: 'Roboto', sans-serif; font-weight: bold; font-size: 14px; }
.separator{ width:100%; height:1px; border-bottom: 2px dotted #222222; float:left; clear:both; margin-top: 30px;}
.weekly-con{}
.weekly-con h2.title {
background: none repeat scroll 0 0 transparent;
padding: 0;
}
.weekly-con .social-icon {
margin: 24px 0 0 !important;
}
.accordion3-con{ margin:20px 0 30px!important;}
.right-accro {
color: #464646 !important;
font-size: 14px !important;
margin: 0 !important;
padding: 5px 5px 5px 40px !important ;
}
.right-accro-gray {
color: #464646 !important;
font-size: 14px !important;
margin: 0 !important;
padding: 5px 5px 5px 40px !important;
}
.works2 {
position: relative !important;
}
.works2 .social-icon {
margin: 0 !important;
}
.canned_sardines { background:url(../images/m2c1.png) no-repeat 15px 50% #f5f5f5 !important; }
.instant_noodles { background:url(../images/m2c2.png) no-repeat 15px 50% #ffffff !important; }
.processed_milk { background:url(../images/m2c3.png) no-repeat 15px 50% #f5f5f5 !important; }
.bread { background:url(../images/m2c4.png) no-repeat 15px 50% #ffffff !important; }
.commercial_rice { background:url(../images/m3c1.png) no-repeat 15px 50% #f5f5f5 !important; }
.sugar { background:url(../images/m3c2.png) no-repeat 15px 50% #ffffff !important; }
.cooking_oil { background:url(../images/m3c3.png) no-repeat 15px 50% #f5f5f5 !important; }
.meat_and_poultry { background:url(../images/m3c4.png) no-repeat 10px 50% #ffffff !important; }
.fish { background:url(../images/m3c5.png) no-repeat 10px 50% #f5f5f5 !important; }
.vegetables { background:url(../images/m3c6.png) no-repeat 10px 50% #ffffff !important; }
.cardiovascular { background:url(../images/m4c1.png) no-repeat 10px 50% #f5f5f5! important; }
.anti-bacterial { background:url(../images/m4c2.png) no-repeat 10px 50% #ffffff !important; }
.anti-asthma { background:url(../images/m4c3.png) no-repeat 10px 50% #f5f5f5 !important; }
.anti-diabetes { background:url(../images/m4c4.png) no-repeat 10px 50% #ffffff !important; }
.anti-hypercholesterolemia { background:url(../images/m4c5.png) no-repeat 10px 50% #f5f5f5 !important; }
.anti-cancer { background:url(../images/m4c6.png) no-repeat 10px 50% #ffffff !important; }
.ui-accordion-header-active {
background: url("../images/acro-ic-7-big.png") no-repeat scroll 10px 50% #FFC425 !important;
font-size: 30px !important;
height: 55px;
padding: 8px 0 0 0px !important;
}
.ui-accordion-header-active span {
margin: 13px 17px 0 0 !important;
}
tr.title-row { background:#000;}
tr.title-row td.title { border-left: 1px dotted #fff;}
tr.title-row td { border-bottom: 1px dotted #fff; border-right: 1px dotted #fff;}
tr.title-row td h3 { font-family: 'Roboto', sans-serif; font-weight: bold; text-transform:uppercase!important; font-size:18px!important; color:#c2c2c2; text-align:center; margin:20px 0 25px; padding:0;}
tr.title-row td p { font-family: 'Roboto', sans-serif; font-weight: normal; font-size:15px; color:#c2c2c2; color:#fff; text-align:center;margin:12px 0; padding:0; line-height:20px; }
tr.title-row td p span { font-family: 'Roboto', sans-serif; font-weight: bold; font-size:21px; text-transform:uppercase; color:#c2c2c2; color:#fff; display:block;}
.text-row{}
.text-row td.text-title-row { background:#666666; border-left: 1px dotted #222222; }
.text-row td.text-title-row h4{ font-family: 'Roboto', sans-serif; font-weight: bold; color:#fff; margin:20px 0 25px 25px; padding:0;text-transform:capitalize!important; font-size:18px!important;}
.text-row td p{ font-family: 'Roboto', sanf-serif; font-size:38px; color:#c2c2c2; color:#464646; text-align:center;margin:12px 0; padding:0; line-height:25px;}
.text-row td p.range { font-size: 26px !important; }
.text-row td p.price { }
.text-row td p span{ font-family: 'Roboto', sans-serif; font-weight: normal; font-size:13px; color:#c2c2c2; color:#b8b8b9; display:block;}
.text-row td{ background:#f0f0f0; border-bottom: 1px dotted #fff; border-right: 1px dotted #fff;}
#accordion3{ margin:30px 0; clear:both;}
.category-container table {
margin: 0 !important;
}
.weekly-right-con .ui-widget-content {
height: auto !important;
padding: 0 !important;
}
/** Media specific styles */
@media only screen and (min-width: 768px) and (max-width: 1076px) {
.text-row td p.range { font-size: 20px !important; }
#accordion2 { width: 100% !important }
.ui-accordion-header-active { padding: 8px 0 0 0px !important; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#accordion2 { width: 100% !important }
.text-row td p.range { font-size: 20px !important; }
.footer-section .jetpack-image-container { text-align: left !important; }
}
@media only screen and (min-width: 200px) and (max-width: 479px) {
#accordion2 { width: 100% !important }
.text-row td p.range { font-size: 20px !important; }
.footer-section .jetpack-image-container { text-align: left !important; }
} |
theme-files/_subpages_as_sections_scripts.html | heybenji/nationbuilder-scrolling-sections | {% if page_tags_list contains "layout-scrolling" and page.has_children? %}
<!-- Vendor scripts for Subpages as Sections -->
<script type="text/javascript" src="//cdn.jsdelivr.net/velocity/1.2.2/velocity.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/velocity/1.2.2/velocity.ui.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.blast/2.0.0/jquery.blast.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.waypoints/2.0.5/waypoints.min.js"></script>
<!-- Custom script to initialize Subpages as Sections -->
<script type="text/javascript" src="subpages_as_sections.js"></script>
{% endif %}
|
main.css | tonybaldwin/transprocloud | /** main.css for transprocloud
* by tony baldwin | http://tonybaldwin.me
*/
body { backgroung-color: white; color: black; margin: auto; width: 100%; }
h1,h2,h3,h4 {color: #28215e; text-decoration: underline; }
a:link {text-decoration: underline; color: #032889;}
a:visited {text-decoration: none; color: #3946ac;}
a:active {text-decoration: none; color: #999;}
a:hover {text-decoration: none; background-color: #303e74; color: white; -moz-border-radius: 3px; border-radius: 3px;}
#header {background-color: #eef8ff; color: black; width: 100%; border-bottom: 1px solid; padding:5px;}
#navbar {background-color: #fff; color: black; float: left; width: 200px; border-right: 0px solid; padding: 5px;}
#main {float: left; width: 900px; padding: 15px; border-left: 0px solid;}
#footer {position:fixed;bottom:0;width:100%;background-color: #eef8ff; clear: both; border-top: solid 1px; padding: 5px;}
|
rules/rules-rgaa3.2017/src/test/resources/testcases/rgaa32017/Rgaa32017Rule121302/Rgaa32017.Test.12.13.2-3NMI-01.html | dzc34/Asqatasun | <!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>Rgaa32017 Test.12.13.2 NMI 01</title>
</head>
<body class="NMI">
<div>
<h1>Rgaa32017 Test.12.13.2 NMI 01</h1>
<!-- START [test-detail] -->
<div class="test-detail" lang="fr">
Pour chaque <a href="http://references.modernisation.gouv.fr/rgaa-accessibilite/glossaire.html#script">script</a> qui met à jour ou insère un contenu, l'<a href="http://references.modernisation.gouv.fr/rgaa-accessibilite/glossaire.html#ordre-de-tabulation">ordre de tabulation</a> reste-t-il <a href="http://references.modernisation.gouv.fr/rgaa-accessibilite/glossaire.html#comprhensible-ordre-de-lecture">cohérent</a> ?
</div>
<!-- END [test-detail] -->
<div class="testcase">
</div>
<div class="test-explanation">
NMI.
</div>
</div>
</body>
</html>
|
css/print.css | rexstudio/schnippets | body {
background-color: #fff;
background-image: none;
color: #000;
}
h1,h2,h3,h4,h5,h6 {
color: #000;
}
#header-wrapper,
#header,
#main-menu,
.spacer,
a.button,
input[type="button"],
input[type="submit"],
.drop-shadow:before,
.drop-shadow:after,
#footer-wrapper,
#expand {
display: none;
}
#container {
border: none;
margin: 0;
border: 0;
width: 100%;
}
.drop-shadow {
position:relative;
width:90%;
}
|
Server/doc/dynagent/server/TestViews.html | semantic-web-software/dynagent | <!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_06) on Mon Mar 14 16:36:20 CET 2011 -->
<TITLE>
TestViews
</TITLE>
<META NAME="date" CONTENT="2011-03-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="TestViews";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TestViews.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../dynagent/server/TestFactAdapter.html" title="class in dynagent.server"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?dynagent/server/TestViews.html" target="_top"><B>FRAMES</B></A>
<A HREF="TestViews.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <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">
dynagent.server</FONT>
<BR>
Class TestViews</H2>
<PRE>
java.lang.Object
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>dynagent.server.TestViews</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>TestViews</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
<HR>
<P>
<!-- ======== 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><CODE><B><A HREF="../../dynagent/server/TestViews.html#TestViews()">TestViews</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== 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>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../dynagent/server/TestViews.html#main(java.lang.String[])">main</A></B>(java.lang.String[] args)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<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>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= 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="TestViews()"><!-- --></A><H3>
TestViews</H3>
<PRE>
public <B>TestViews</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="main(java.lang.String[])"><!-- --></A><H3>
main</H3>
<PRE>
public static void <B>main</B>(java.lang.String[] args)</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TestViews.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../dynagent/server/TestFactAdapter.html" title="class in dynagent.server"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?dynagent/server/TestViews.html" target="_top"><B>FRAMES</B></A>
<A HREF="TestViews.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
public/pp/level1/perfectpaperwork/res/data/slide2.css | usmschuck/canvas | #spr1_2111 *,#spr2_2111 * {-webkit-transform-origin:0 0; -moz-transform-origin:0 0; -o-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0;}#spr1_2111 {clip:rect(0px,720px,540px,0px);}#spr2_2111 {clip:rect(0px,720px,540px,0px); white-space:nowrap;}.nokern {text-rendering:optimizeSpeed; -moz-font-feature-settings:'kern=0'; -ms-font-feature-settings:'kern' 0;}#txt0_2111 {font-family:fnt0; font-size:44px; line-height:51px; color:#ffffff;} |
app/views/main.scala.html | hbz/etikett | @* Copyright 2015 Jan Schnasse, hbz. Licensed under the GNU Affero
General Public License *@ @(title: String)(content: Html)
@import play.api.Play.current
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="/public/images/favicon.ico"
type="image/x-icon" />
<link rel="stylesheet" media="screen"
href="@controllers.routes.Assets.at("stylesheets/main.css")">
<link rel="stylesheet" media="screen"
href="@controllers.routes.Assets.at("stylesheets/bootstrap.min.css")">
<link rel="stylesheet" media="screen"
href="@controllers.routes.Assets.at("stylesheets/octicons.css")">
<link rel="shortcut icon" type="image/png"
href="@controllers.routes.Assets.at("images/favicon.png")">
<link rel="stylesheet" href="@controllers.routes.Assets.at("stylesheets/font-awesome.min.css")">
<link rel="stylesheet" href="@controllers.routes.Assets.at("stylesheets/dataTables.bootstrap.css")">
<link rel="stylesheet" href="@controllers.routes.Assets.at("stylesheets/jquery-ui.css")">
<script src="@controllers.routes.Assets.at("javascripts/jquery-1.10.2.min.js")"></script>
<script src="@controllers.routes.Assets.at("javascripts/jquery-ui.min.js")"></script>
<script src="@controllers.routes.Assets.at("javascripts/bootstrap.min.js")"></script>
<script src="@controllers.routes.Assets.at("javascripts/jquery.dataTables.min.js")"></script>
<script src="@controllers.routes.Assets.at("javascripts/markdown/markdown.js")"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10">
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$('#example').dataTable({
"order" : [ 0, 'asc' ]
});
});
</script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target="#navbar" aria-expanded="false"
aria-controls="navbar">
<span class="sr-only">Toggle navigation</span> <span
class="icon-bar"></span> <span class="icon-bar"></span> <span
class="icon-bar"></span>
</button>
<a class="navbar-brand"
href="@play.api.Play.configuration.getString("application.context").getOrElse("")">@title</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="dropdown"><a class="dropdown-toggle"
aria-expanded="false" arai-haspopup="true" role="button"
data-toggle="dropdown" href="#"> Show <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="@play.api.Play.configuration.getString("application.context").getOrElse("")/context">Context entries</a></li>
<li><a href="@play.api.Play.configuration.getString("application.context").getOrElse("")/store">Configured entries</a></li>
<li><a href="@play.api.Play.configuration.getString("application.context").getOrElse("")/cache">Cached entries</a></li>
<li><a href="@play.api.Play.configuration.getString("application.context").getOrElse("")">All etiketts</a></li>
</ul></li>
<li class="dropdown"><a class="dropdown-toggle"
aria-expanded="false" arai-haspopup="true" role="button"
data-toggle="dropdown" href="#"> Download <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="@play.api.Play.configuration.getString("application.context").getOrElse("")/context.json">@@context + annotations</a></li>
<li><a href="@play.api.Play.configuration.getString("application.context").getOrElse("")/raw-context.json">Only @@context</a></li>
<li><a href="@play.api.Play.configuration.getString("application.context").getOrElse("")/context-annotations.json">Only annotations</a></li>
<li><a href="@play.api.Play.configuration.getString("application.context").getOrElse("")/labels.json">All etiketts</a></li>
</ul></li>
<li><a href="@play.api.Play.configuration.getString("application.context").getOrElse("")/upload">Add
New</a></li>
<li><a href="@play.api.Play.configuration.getString("application.context").getOrElse("")/convert">On-the-fly convert</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="jumbotron"></div>
<div class="container">
<div class="starter-template">@content</div>
</div>
<script type="text/javascript">
// For demo to fit into DataTables site builder...
$('#example').removeClass('display').addClass(
'table table-striped table-bordered');
</script>
</body>
</html>
|
website/templates/base_dashboard_user.html | Bugheist/website | {% load static %}
{% load gravatar %}
{% load socialaccount %}
{% load user_score %}
{% providers_media_js %}
{% load i18n %}
<!DOCTYPE html>
<html lang="en">
<head>
<title>{% block title %}Bugheist{% endblock %}</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="{% block description %}Bugheist allows anyone to submit an issue from any website. For example if you saw a broken button on Amazon.com you can report the issue on Bugheist and then get a point! The more bugs you find the more points you get. Bugs can be verified for extra points and companies can get involved and help out.{% endblock %}">
<meta name="author" content="">
<meta property="og:title" content="{% block og_title %}Bugheist{% endblock %}" />
<meta property="og:image" content="{% block og_image %}{% static "img/screenshot.png" %}{% endblock %}" />
<meta property="og:description"
content="{% block og_description %}Bugheist allows anyone to submit an issue from any website. For example if you saw a broken button on Amazon.com you can report the issue on Bugheist and then get a point! The more bugs you find the more points you get. Bugs can be verified for extra points and companies can get involved and help out.{% endblock %}" />
<meta property="og:type" content="website" />
<link href="{% static "vendor/bootstrap/css/bootstrap.css" %}" rel="stylesheet">
<link href="{% static "css/style-dashboard.css" %}" rel="stylesheet">
<link href="{% static "css/lightbox.min.css" %}" rel="stylesheet">
<link href="{% static "vendor/font-awesome/css/font-awesome.min.css" %}" rel="stylesheet" type="text/css">
<link href="{% static "css/icon-font.min.css" %}" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
<link href="{% static "css/introjs.css" %}" rel="stylesheet" type="text/css">
<link href="{% static "css/main.css" %}" rel="stylesheet" type="text/css">
<link href="{% static "css/text-slider.css" %}" rel="stylesheet" type="text/css">
<link href="{% static "css/activity.css" %}" rel="stylesheet" type="text/css">
<script src="{% static "vendor/jquery/jquery-1.10.2.min.js" %}"></script>
{% block style %}
{% endblock %}
</head>
<body>
<body class="sticky-header left-side-collapsed">
<section>
<div class="left-side sticky-left-side">
<div class="logo">
<h1><a href="/">Dashboard</a></h1>
</div>
<div class="logo-icon text-center">
<a href="/"><i class="lnr lnr-home"></i> </a>
</div>
<div class="left-side-inner">
<ul class="nav nav-pills nav-stacked custom-nav">
<li class="active"><a href="#"><i class="lnr lnr-power-switch"></i><span>Home</span></a></li>
<li><a href="#"><i class="lnr lnr-train"></i> <span>Ongoing Hunts</span></a></li>
<li><a href="#"><i class="lnr lnr-spell-check"></i> <span>Previous Hunts</span></a></li>
<li><a href="#"><i class="lnr lnr-diamond"></i> <span>Wallet</span></a></li>
<li><a href="#"><i class="lnr lnr-gift"></i> <span>Rewards</span></a></li>
<li><a href="/dashboard/user/profile/{{user.username}}"><i class="lnr lnr-user"></i>
<span>Profile</span></a></li>
</ul>
</div>
</div>
<div class="main-content">
<div class="header-section">
<a class="toggle-btn menu-collapsed"><i class="fa fa-bars"></i></a>
<div class="menu-right">
<div class="user-panel-top">
<a class="navbar-brand" href="#">
<img src="{% static "img/logo-small-transparent.png" %}">
<div><span>Report Issue, Win Prizes</span></div>
</a>
<div class="profile_details">
<ul>
<li class="dropdown profile_details_drop">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
{% if request.user.userprofile.avatar %}
<img src="{{ request.user.userprofile.avatar }}">
{% elif request.user.socialaccount_set.all.0.get_avatar_url %}
<img src="{{ request.user.socialaccount_set.all.0.get_avatar_url }}">
{% else %}
{% gravatar request.user.email 20 %}
{% endif %}
{{ request.user.username }} <i class="fa fa-caret-down"></i>
</a>
<li>Balance - {{wallet.current_balance}}$
</li>
<ul class="dropdown-menu drp-mnu">
<li> <a href="/accounts/profile/"><i class="fa fa-user"></i>
{% trans "User Profile" %}</a> </li>
<li> <a href="/accounts/password/change/"><i class="fa fa-cog"></i>
{% trans "Change Password" %}</a> </li>
<li> <a href="/accounts/logout/"><i class="fa fa-sign-out"></i>
{% trans "Logout" %}</a> </li>
</ul>
</li>
<div class="clearfix"> </div>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- <div id="page-wrapper" class="dashboard" style="background-image:url('{% static "img/background.jpg" %}');background-position: center;
background-repeat: repeat;
background-size: cover;
position: relative; "> -->
<div id="page-wrapper" class="dashboard" style="
padding: 0px;
">
{% block content %}
{% endblock %}
</div>
</div>
</section>
<script src="{% static "js/jquery.nicescroll.js" %}"></script>
<script src="{% static "js/scripts.js" %}"></script>
<script src="{% static "vendor/bootstrap/js/bootstrap.min.js" %}"></script>
</body>
</html> |
ProdocWeb2/web/help/ES/ListACL.html | JHierrot/openprodoc | <!DOCTYPE html>
<html>
<head>
<title>Lista ACL</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="OpenProdoc, ECM, OpenSource, Document Management"/>
<meta name="author" content="Joaquin Hierro" />
<link rel="shortcut icon" href="img/OpenProdoc.ico" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" href="HelpProdoc.css" />
</head>
<body>
<H4>Lista ACL</H4><hr>
<p>Al seleccionar la opción de administrar ACL, aparecerá el formulario de "listado de ACL". Este formulario permite realizar el mantenimiento de todos los ACL del sistema.</p>
<p>Las Listas de Control de Acceso (ACL Access Control List) son el nucleo de la seguridad en OPD. Los documentos, carpetas y la mayoría de los tipos de objetos tiene un ACL asignado. En función de los usuario o grupos que aparezcan en el ACL y de los permisos asignados, el usuario podrá realizar unas operaciones u otras.</p>
<p> Un ACL estará constituido por:</p>
<ul>
<li>Nombre identificativo</li>
<li>Descripción del ACL</li>
<li>Una lista de grupos y los permisos asociados a cada grupo</li>
<li>Una lista de usuarios y los permisos asociados a cada usuario</li>
</ul>
<p>Cuando un usuario intenta acceder a un objeto, se comprueba el ACL de ese objeto, revisando los usuarios y grupos que aparecen y asignando el máximo permiso. Es decir si el usuario aparece en el ACL con un permiso, y pertenece además a dos grupos, cada uno de ellos con un permiso diferente, se le asigna el permiso más alto de los tres. Si un usuario no está declarado en un ACL, directamente como usuario o indirectamente a través de alguno de los grupos a los que pertenece, no podrá ver el objeto, recuperarlo ni le aparecerá en ningún listado</p>
<p>Para filtrar el ACL o lista de ACL que se desea revisar, basta introducir parte del nombre en el cuadro de texto y pulsar el botón. La lista de ACL que cumplen las condiciones aparecerá en la tabla de resultados. Si se pulsa el botón sin introducir ningún valor se visualizará todos los elementos sobre los que tenga permiso el usuario. La tabla de resultados muestra los datos:</p>
<ul>
<li>Nombre identificativo</li>
<li>Descripción del ACL</li>
<li>Nombre del último usuario que modificó el ACL</li>
<li>Fecha y hora de la última modificación</li>
</ul>
<p style="text-align:center;"><img alt="Copia de pantalla ListACL" src="img/ListACLW.png"/></p>
<p>Esa tabla de resultados puede ordenarse seleccionando la cabecera de cada columna. Puede también cambiarse el tamaño de cada columna arrastrando la línea separadora de las cabeceras</p>
<p style="text-align:center;"><img alt="Copia de pantalla ListACL" src="img/ListACL.jpg"/></p>
<p>Sobre la tabla de resultados se dispone de varios botones que permiten realizar operaciones sobre el elemento seleccionado. Las operaciones disponibles son:</p>
<ul>
<li> <img alt="button image" src="img/add.png"/> Añadir un nuevo elemento</li>
<li> <img alt="button image" src="img/del.png"/> Eliminar el elemento seleccionado (Siempre que no se esté utilizando)</li>
<li> <img alt="button image" src="img/edit.png"/> Modificar el elemento seleccionado</li>
<li> <img alt="button image" src="img/copy.png"/> Crear un nuevo elemento como copia del elemento seleccionado</li>
<li> <img alt="button image" src="img/export.png"/> Exportar el elemento seleccionado</li>
<li> <img alt="button image" src="img/export_all.png"/> Exportar todos los elementos listados</li>
<li> <img alt="button image" src="img/import.png"/> Importar desde archivo uno o más elementos previamente guardados</li>
<li> <img alt="button image" src="img/expCSV.png"/> Exportar todos los elementos listados en formato CSV, para su importación en Hojas de Cálculo o BBDD</li>
</ul>
<p>Debe tenerse en cuenta al exportar e importar que algunos elementos pueden tener dependencia de otros, por lo que debe exportarse todos los elementos relacionados y en el momento de importarse hacerlo en el orden adecuado</p>
<p>En caso de producirse un error (carencia de permisos del usuario, incoherencia de los datos, etc), la operación se cancela y se comunicará al usuario el motivo del error.</p>
<p>Ver: <a href="MantACL.html">Mantenimiento de ACL</a> y <a href="ListGroups.html">Lista de Grupos</a></p>
<hr>
<a href="HelpIndex.html">Índice Ayuda OpenProdoc</a>
</body>
</html>
|
view/ventas_familia.html | Juanicos/facturacion_base | {include="header"}
{if="$fsc->familia"}
<script type="text/javascript">
$(document).ready(function() {
$("#b_eliminar_familia").click(function(event) {
event.preventDefault();
if( confirm("¿Estas seguro de que deseas eliminar esta familia?") )
window.location.href = "index.php?page=ventas_familias&delete={$fsc->familia->codfamilia}";
});
});
</script>
<form action="{$fsc->url()}" method="post" class="form">
<input type="hidden" name="cod" value="{$fsc->familia->codfamilia}"/>
<div class="container-fluid">
<div class="row" style="margin-top: 10px; margin-bottom: 10px;">
<div class="col-sm-8">
<a class="btn btn-sm btn-default" href="{$fsc->url()}" title="Recargar la página">
<span class="glyphicon glyphicon-refresh"></span>
</a>
{if="$fsc->madre"}
<a class="btn btn-sm btn-default" href="{$fsc->madre->url()}" title="{$fsc->madre->descripcion}">
<span class="glyphicon glyphicon-arrow-left"></span> Madre
</a>
{else}
<a class="btn btn-sm btn-default" href="index.php?page=ventas_familias">
<span class="glyphicon glyphicon-arrow-left"></span> Familias
</a>
{/if}
<div class="btn-group">
<button type="button" class="btn btn-sm btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
Subfamilias <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
{loop="$fsc->familia->hijas()"}
<li><a href="{$value->url()}">{$value->descripcion}</a></li>
{else}
<li><a href="#">Ninguna</a></li>
{/loop}
<li role="presentation" class="divider"></li>
<li><a href="index.php?page=ventas_familias&madre={$fsc->familia->codfamilia}">Nueva subfamilia</a></li>
{if="$fsc->familia->madre"}
<li><a href="index.php?page=ventas_familias&madre={$fsc->familia->madre}">Nueva familia hermana</a></li>
{/if}
</ul>
</div>
<div class="btn-group">
{loop="$fsc->extensions"}
{if="$value->type=='button'"}
<a href="index.php?page={$value->from}{$value->params}" class="btn btn-sm btn-default">{$value->text}</a>
{/if}
{/loop}
</div>
</div>
<div class="col-sm-4 text-right">
<div class="btn-group">
{if="$fsc->allow_delete"}
<a href="#" id="b_eliminar_familia" class="btn btn-sm btn-danger">
<span class="glyphicon glyphicon-trash"></span> Eliminar
</a>
{/if}
<button class="btn btn-sm btn-primary" type="submit" onclick="this.disabled=true;this.form.submit();">
<span class="glyphicon glyphicon-floppy-disk"></span> Guardar
</button>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8">
<div class="form-group">
Descripción:
<input class="form-control" type="text" name="descripcion" value="{$fsc->familia->descripcion}" autocomplete="off"/>
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
Familia madre:
<select name="madre" class="form-control">
<option value="---">Ninguna</option>
<option value="---">-----</option>
{loop="$fsc->familia->all()"}
{if="$value->codfamilia==$fsc->familia->codfamilia"}
{elseif="$fsc->familia->madre==$value->codfamilia"}
<option value="{$value->codfamilia}" selected="">{$value->nivel}{$value->descripcion}</option>
{else}
<option value="{$value->codfamilia}">{$value->nivel}{$value->descripcion}</option>
{/if}
{/loop}
</select>
</div>
</div>
</div>
</div>
</form>
<div role="tabpanel">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active">
<a href="#home" aria-controls="home" role="tab" data-toggle="tab">
Artículos
<span class="hidden-xs badge">{$fsc->total_familia()}</span>
</a>
</li>
{loop="$fsc->extensions"}
{if="$value->type=='tab'"}
<li role="presentation">
<a href="#ext_{$value->name}" aria-controls="ext_{$value->name}" role="tab" data-toggle="tab">{$value->text}</a>
</li>
{/if}
{/loop}
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="home">
<div class="table-responsive">
<table class="table table-hover">
<thead>
<tr>
<th class="text-left">Referencia + Descripción</th>
<th class="text-right">Coste</th>
<th class="text-right">Precio</th>
<th class="text-right">Stock</th>
</tr>
</thead>
{loop="$fsc->articulos"}
<tr class="clickableRow{if="$value->bloqueado"} bg-danger{elseif="$value->stockfis<$value->stockmin"} bg-warning{/if}" href="{$value->url()}">
<td><a href="{$value->url()}">{$value->referencia}</a> {$value->descripcion}</td>
<td class="text-right">{$fsc->show_precio($value->preciocoste())}</td>
<td class="text-right"><span title="actualizado el {$value->factualizado}">{$fsc->show_precio($value->pvp)}</span></td>
<td class="text-right">{$value->stockfis}</td>
</tr>
{else}
<tr class="bg-warning">
<td colspan="5">Ningún artículo encontrado.</td>
</tr>
{/loop}
</table>
</div>
<ul class="pager">
{if="$fsc->anterior_url()!=''"}
<li class="previous">
<a href="{$fsc->anterior_url()}">
<span class="glyphicon glyphicon-chevron-left"></span> Anteriors
</a>
</li>
{/if}
{if="$fsc->siguiente_url()!=''"}
<li class="next">
<a href="{$fsc->siguiente_url()}">
Siguientes <span class="glyphicon glyphicon-chevron-right"></span>
</a>
</li>
{/if}
</ul>
</div>
{loop="$fsc->extensions"}
{if="$value->type=='tab'"}
<div role="tabpanel" class="tab-pane" id="ext_{$value->name}">
<iframe src="index.php?page={$value->from}{$value->params}&cod={$fsc->familia->codfamilia}" width="100%" height="600" frameborder="0"></iframe>
</div>
{/if}
{/loop}
</div>
</div>
{else}
<div class="thumbnail">
<img src="view/img/fuuu_face.png" alt="fuuuuu"/>
</div>
{/if}
{include="footer"} |
doc/cz/uhk/fim/activities/class-use/PreferencesActivity.html | ufik/androidRobotMobileApp | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="cs">
<head>
<!-- Generated by javadoc (version 1.7.0_15) on Wed Apr 17 13:52:38 CEST 2013 -->
<title>Uses of Class cz.uhk.fim.activities.PreferencesActivity</title>
<meta name="date" content="2013-04-17">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class cz.uhk.fim.activities.PreferencesActivity";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../cz/uhk/fim/activities/PreferencesActivity.html" title="class in cz.uhk.fim.activities">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?cz/uhk/fim/activities/class-use/PreferencesActivity.html" target="_top">Frames</a></li>
<li><a href="PreferencesActivity.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class cz.uhk.fim.activities.PreferencesActivity" class="title">Uses of Class<br>cz.uhk.fim.activities.PreferencesActivity</h2>
</div>
<div class="classUseContainer">No usage of cz.uhk.fim.activities.PreferencesActivity</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../cz/uhk/fim/activities/PreferencesActivity.html" title="class in cz.uhk.fim.activities">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?cz/uhk/fim/activities/class-use/PreferencesActivity.html" target="_top">Frames</a></li>
<li><a href="PreferencesActivity.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>
|
comics/accounts/templates/registration/activation_complete.html | datagutten/comics | {% extends "base.html" %}
{% block title %}
Activation
{% endblock %}
{% block content %}
<div class="page-header">
<h1>Activation <small>of your account</small></h1>
</div>
<p>Your account has successfully been activated.</p>
<p>
<a href="{% url "login" %}" class="btn btn-primary">Login</a>
</p>
{% endblock %}
|
_source/_attachments/2008-09-16-photosynth-copyright-shot.html | creativecommons/www2015 | ---
layout: attachment
title: photosynth-copyright-shot
date: 2008-09-16 17:10:27.000000000 -04:00
categories: []
tags: []
status: inherit
type: attachment
published: false
meta:
_wp_attached_file: /var/www/creativecommons.org/www/wp-content/uploads/2008/09/photosynth-copyright-shot.png
_wp_attachment_metadata: a:5:{s:5:"width";i:480;s:6:"height";i:641;s:14:"hwstring_small";s:22:"height='96'
width='71'";s:4:"file";s:89:"/var/www/creativecommons.org/www/wp-content/uploads/2008/09/photosynth-copyright-shot.png";s:10:"image_meta";a:10:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";}}
author:
login: mike
email: ml@creativecommons.org
display_name: Mike Linksvayer
first_name: Mike
last_name: Linksvayer
---
|
src/frontend/prototipi/boxesInformazioniAggregate/src/app/box-interventi/box-interventi.component.html | vvfosprojects/sovvf | <a class="card danger">
<div class="row">
<span class="col col-md-4">
<i class="fa fa-tags fa-4x" style="color:#d43f3a; margin-left:15px; margin-top:15px; margin-bottom:15px; border-color:transparent; border-radius:15px; text-shadow: 4px -2px 3px #f8b3b3;"></i>
</span>
<span class="col col-md-8">
<ul class="card-text" style="color:#d43f3a; font-size:13px; padding-left:0px; padding-top:5px; font-weight: bold;">Chiamate
<span class="badge badge-pill badge-danger pull-right">{{interventi.numChiamate}}</span>
<li class="card-text" style="color:#d43f3a; font-size:13px; padding-left:0px; padding-top:5px; font-weight: bold;">Interventi aperti
<span class="badge badge-pill badge-primary pull-right">{{interventi.numIntAperti}}</span>
<li class="card-text" style="color:#d43f3a; font-size:12px; padding-left:15px; padding-top:5px; font-weight: bold;">Non Presidiati
<span class="badge badge-pill badge-warning pull-right" style="color: #ffffff;">{{interventi.numIntNonPresidiati}}</span>
</li>
<li class="card-text" style="color:#d43f3a; font-size:12px; padding-left:16px; padding-top:5px; font-weight: bold;">Presidiati
<span class="badge badge-pill badge-success pull-right">{{interventi.numIntPresidiati}}</span>
</li>
<li class="card-text" style="color:#d43f3a; font-size:12px; padding-left:16px; padding-top:5px; padding-bottom:8px; font-weight: bold; padding-bottom:7px;">Sospesi
<span class="badge badge-pill badge-warning pull-right" style="color: #ffffff;">{{interventi.numIntSospesi}}</span>
</li>
</ul>
</span>
</div>
</a>
|
web/fb-share/programa/eu/351.html | joker-x/programa-podemos-2015 | <!DOCTYPE html>
<html lang="eu">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>PODEMOS. Azpiegitura-plana</title>
<meta property="og:title" content="PODEMOS: Azpiegitura-plana" />
<meta property="og:description" content="Azpiegitura-politikaren aldaketa bat bultzatuko dugu Asturiar lurraldea
zuzentasunez artikulatzeko eta baliabideak zentzuz erabiltzeko. Horretarako,
azpiegituren planean, lau oinarrizko helburu jarri ditugu hurrengo legealdirako:
Aldiriko tren-zerbitzuan funtsezko hobekuntza egitea, maiztasun handiko
zerbitzua ezarriz, Asturiasi lekualdatzeetan behar den bizkortasuna emateko.
La Espinaren autobian bukatu gabe daude tarteak amaitzea.
Huernako bidesaria kentzea, Asturiasi zuzeneko sarrera emateko asmoz,
lurraldearen garapen ekonomikoa galarazten duen gainkosturik gabe.
Herritarrak babestea azpiegitura handiek (autobiak, autobideak eta
trenbide-sareak)beren hiriguneetatik pasatzean sortzen duten kutsadura bisual,
atmosferikoa eta akustikotik." />
<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 = '/eu/programa/?medida=351';
window.location = url_base;
</script>
<h1>Azpiegitura-plana</h1>
<div>
<p>Azpiegitura-politikaren aldaketa bat bultzatuko dugu Asturiar lurraldea zuzentasunez artikulatzeko eta baliabideak zentzuz erabiltzeko. Horretarako, azpiegituren planean, lau oinarrizko helburu jarri ditugu hurrengo legealdirako:
</p>
<p>Aldiriko tren-zerbitzuan funtsezko hobekuntza egitea, maiztasun handiko zerbitzua ezarriz, Asturiasi lekualdatzeetan behar den bizkortasuna emateko.
</p>
<p>La Espinaren autobian bukatu gabe daude tarteak amaitzea.</p>
<p>
Huernako bidesaria kentzea, Asturiasi zuzeneko sarrera emateko asmoz, lurraldearen garapen ekonomikoa galarazten duen gainkosturik gabe.</p>
<p>
Herritarrak babestea azpiegitura handiek (autobiak, autobideak eta trenbide-sareak)beren hiriguneetatik pasatzean sortzen duten kutsadura bisual, atmosferikoa eta akustikotik.</p>
</div>
</body>
</html>
|
b2/thar.html | bradchristie/taminations | <!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link type="image/x-icon" href="../favicon.ico" rel="icon" />
<link href="../src/tamination.css" type="text/css" rel="stylesheet" />
<link href="../src/jquery-ui.css" rel="stylesheet" />
<script src="../ext/require.js" data-main="../src/config"></script>
<title>Thar Family</title>
</head>
<body><div class="definition">
<h2>Thar Family</h2>
<div class="full">
<p>In the Thar Family, Thars and Wrong Way Thars are formations in
motion. Center dancers hold a Pack-saddle Star (see "Additional
Detail: Styling") and walk backward, and each center dancer
maintains a forearm grip with the adjacent outside dancer, who walks
forward.</p>
<p>The calls in the Thar Family are some of the oldest. They are
traditionally delivered in a more verbose fashion, blurring the
division between the actual command words and the helping words. As
always, it is the caller’s responsibility to deliver these calls so
the dancers understand what is desired.</p>
<p>Timing numbers in the Thar Family do not count turning the Thar.</p>
</div>
<h3>Allemande Thar</h3>
<p class="full">"Allemande Thar" is a formation. It also appears on
the Basic list of calls, not as a call by itself, but rather as a
collection of commands that result in a Thar. The commands function as
suffixes, making a Left Arm Turn end in a Thar. Descriptive words are
often part of these commands.</p>
<div class="starting-formations full"><b>Starting formation</b>
Blended from a Left Arm Turn
</div>
<div class="starting-formations abbrev"><b>Starting formation</b>
Right and Left Grand Circle.
</div>
<div class="command-examples full"><b>Command examples</b>
<p>Walk Around The Corner; Turn Partner Left And Make An Allemande
Thar</p>
<p>Walk Around Your Corner; Turn Partner Left For An Allemande
Thar, Men In The Middle Of A Backup Star</p>
<p>Walk Around The Corner; Turn Partner Left A Full Turn, Girls In
The Middle Of An Allemande Thar</p>
<p>Do Paso, Turn Partner Left, Corner Right, Partner Left, Boys
Swing In To A Thar</p>
<p>Boys Make A Right Hand Star, Turn It Once Around, Find Your
Corner, Turn Corner Left To An Allemande Thar Star With The Girls In
The Center</p>
<p>Right And Left Grand, But On Your Fourth Hand Make An Allemande
Thar, Men Back In</p>
</div>
<div class="dance-action full"><b>Dance action</b>
Dancers continue to Left Arm Turn 1/2. The centers form a right-hand
star and back up. Outside dancers hold the left forearm of a center
dancer and walk forward.</div>
<div class="dance-action abbrev"><b>Dance action</b>
An Allemande Thar star is a formation and may be formed at the end of any
left arm turn by the center dancers (or those directed) forming a
right hand box star and backing up. Each outside dancer holds the
left forearm of a center dancer and dances forward.
</div>
<div class="ending-formation full"><b>Ending formation</b>Thar in motion</div>
<div class="ending-formation abbrev"><b>Ending formation</b>Allemande Thar star</div>
<div class="timing full"><b>Timing</b>2 (for the Left Arm Turn 1/2)</div>
<div class="timing abbrev"><b>Timing</b>Dependent on the distance of the arm turn.</div>
<div class="styling full"><b>Styling</b>
<p>The dancers in the center, backing up, will form a Pack-saddle Star. These center dancers must remember to allow those on the outside, who travel farther, to set the pace.</p>
<p>Women, if on the outside, may use skirt work.</p></div>
<div class="styling abbrev"><b>Styling</b>
If all centers are men, their right hands will form a packsaddle/box star
where each man takes the wrist of the man in front of him. If any women
are in the center, all centers will simply touch hands in the center star.
The dancers forming the star must remember to allow those on the outside
to set the pace, since they have to travel a much further distance.
If the centers move too fast, the result is that those on the outside will
have to run to maintain the pace. As in any star, the ladies, while on the
outside, may elect to hold their skirts. The men should NOT grip or squeeze
the wrist of the one in front of them and they should not pump the arms up and down.
</div>
<div class="comments full"><b>Comments</b>
<p>Callers often specify who ends in the center. This is
particularly helpful in non-standard applications.</p>
<p>In most cases, dancers Left Arm Turn 1/2. That is, if the
dancers take forearm holds when shoulder-to-shoulder, the dancer who
begins on the outside will end in the center. Callers may specify a
different amount of turning. For example: Circle Left, Turn Your
Corner Left All The Way Around To An Allemande Thar, Men In The
Center.</p>
<p>Allemande Thar is part of circle choreography. It is improper
from Left Hand Waves to call Turn Partner Left to An Allemande Thar.</p>
<p>"Allemande Left to an Allemande Thar" has a specific meaning
described below (#32.b). It does not mean to Left Arm Turn with corner
and continue to a Thar. For that action "Allemande Left, Hang On To
Corner, Women Wheel In To An Allemande Thar" could be used.</p>
</div>
<div class="teaching-tip abbrev"><b>Calling Tips</b>
One common usage is Walk Around the Corner, Do Paso, Men wheel into an Allemande Thar.
</div>
<p class="abbrev">After a SHOOT THE STAR, the caller can say "TO ANOTHER THAR".
This is the same action as "TO AN ALLEMANDE THAR" above. All right pull by and
left arm turn 1/2 the next to an ALLEMANDE THAR. The caller will almost always
direct "Go Forward 2".</p>
<p class="abbrev">The caller can direct FORWARD (everyone progressing in
normal Right And Left Grand direction) or BACK or BACKWARD (everyone going
the opposite direction from a normal Right And Left Grand) any number of hands.
For example, "Shoot the Star Full Turn, Go Backward 3, Right, Left, Right,
Men swing in make a Wrong Way Thar".</p>
<h3>Allemande Left to an Allemande Thar</h3>
<div class="starting-formations full"><b>Starting formation</b>
Same as Allemande Left</div>
<div class="starting-formations abbrev"><b>Starting formation</b>
Anywhere an Allemande Left is proper.</div>
<div class="command-examples full"><b>Command examples</b>
<p>Allemande Left To An Allemande Thar, Go Right And Left And Form A Star</p>
<p>Allemande Left To An Allemande Thar, Go Forward Two, Men Swing In To A Backup Star</p>
<p>Allemande Left To An Allemande Thar, Go Right And Left And Make An Allemande Thar</p>
</div>
<div class="dance-action full"><b>Dance action</b>
Allemande Left; Right Pull By; Left Arm Turn to make a Thar with the men in the center.
</div>
<div class="dance-action abbrev"><b>Dance action</b>
All do an allemande left, blending into a right and left grand circle.
All right pull by and left arm turn 1/2 the next to an ALLEMANDE THAR
(men will be the centers).
</div>
<div class="teaching-tip abbrev"><b>Calling Tips</b>
To avoid confusion with the call "ALLEMANDE THAR" or "MAKE A THAR", the caller
almost always says words like "Allemande Left to an Allemande Thar, go forward 2,
men swing in with a backup star" or "Allemande Left, go Allemande Thar,
with a right and left and the 4 men star".
</div>
<div class="ending-formation full"><b>Ending formation</b>Thar in motion</div>
<div class="timing full"><b>Timing</b>12</div>
<div class="timing abbrev"><b>Timing</b>
From Allemande Left to point of backup star: 12</div>
<div class="styling full"><b>Styling</b>
Same as Allemande Thar
</div>
<div class="comments full"><b>Comments</b>
<p>To avoid dancer confusion with Allemande Thar, the
caller must always include some instructions about "going forward".
Simply calling "Allemande Left To An Allemande Thar" is improper.
Furthermore, although going forward two is most common, it must be
specified.</p>
<p>The caller can direct the dancers to Go Forward any number of
hands. Each hand is a Pull By, except the last hand, which is
normally the start of an Arm Turn into a Thar or Wrong Way Thar.</p>
</div>
<h3>Wrong Way Thar</h3>
<p class="full">"Wrong Way Thar" is a formation. It also appears on the Basic
list of calls, not as a call by itself, but rather as a collection of
commands that result in a Wrong Way Thar. The commands function as
suffixes, making a Right Arm Turn end in a Wrong Way Thar. Descriptive
words are often part of these commands.</p>
<div class="starting-formations full"><b>Starting formation</b>
Blended from a Right Arm Turn</div>
<div class="command-examples full"><b>Command examples</b>
<p>Allemande Left; Turn Partner Right, Girls Swing In Make A Wrong Way Thar</p>
<p>Allemande Left; Turn Partner Right A Full Turn, Boys Swing In Make A Wrong Way Thar</p>
<p>Turn Partner Left; Turn Corner Right To A Wrong Way Thar (men will be in the middle)</p>
<p>Do Paso; (at the end of the Do Paso) Go To The Corner Turn Her By The Right, Make A Wrong Way Thar</p>
<p>Allemande Left In The Alamo Style; Swing Thru; Turn By The Right 3/4 To A Wrong Way Thar</p>
</div>
<div class="dance-action full"><b>Dance action</b>
Dancers continue to Right
Arm Turn 1/2. The centers form a left-hand star and back up. Outside
dancers hold the right forearm of a center dancer and walk forward.
</div>
<div class="dance-action abbrev"><b>Dance action</b>
A wrong way thar may be formed at the end of any right arm turn by the center
dancers (or those directed) forming a left hand box star and backing up.
Outside dancers hold the right forearm of a center dancer and dance forward.
</div>
<div class="ending-formation full"><b>Ending formation</b>Wrong Way Thar in motion</div>
<div class="timing full"><b>Timing</b>2 (for the Right Arm Turn 1/2)</div>
<div class="timing abbrev"><b>Timing</b>Dependent on the distance of the arm turn.</div>
<div class="styling"><b>Styling</b>
Same as Allemande Thar
</div>
<div class="comments full"><b>Comments</b>
See Allemande Thar (above).
</div>
<p class="copyright">© Copyright 1994, 2000-2017 by CALLERLAB
Inc., The International Association of Square Dance Callers.
Permission to reprint, republish, and create derivative works without
royalty is hereby granted, provided this notice appears. Publication
on the Internet of derivative works without royalty is hereby granted
provided this notice appears. Permission to quote parts or all of this
document without royalty is hereby granted, provided this notice is
included. Information contained herein shall not be changed nor
revised in any derivation or publication.</p>
</div></body>
</html>
|
src/app/admin/html/admin-permissions.component.html | V-Paranoiaque/Ellas-War | <app-common-top-bar active="admin"></app-common-top-bar>
<div class="modal fade" id="AdminPermissionsNew" tabindex="-1" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" translate>Give permissions to a player</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button>
</div>
<div class="modal-body">
<label class="fw-bold" for="username-new" translate>Player</label>
<input class="form-control" type="text" id="username-new"
data-lpignore="true" name="username-new"
[(ngModel)]="usernameNew" />
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal"
translate>Close</button>
<button type="button" class="btn btn-danger" data-bs-dismiss="modal"
(click)="permissionsNew()" translate>Confirm</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="AdminPermissionsModify" tabindex="-1" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" translate>Modify the player's permissions</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button>
</div>
<div class="modal-body" *ngIf="selectedPlayer.username">
<div class="text-center">
<h3>{{ selectedPlayer.username}}</h3>
<input type="radio" name="permissions" [value]="1"
class="form-check-input" [(ngModel)]="selectedPlayer.rank" />
<span translate>Member</span>
<br/>
<input type="radio" name="permissions" [value]="2"
class="form-check-input" [(ngModel)]="selectedPlayer.rank" />
<span translate>Prophet</span>
<br/>
<input type="radio" name="permissions" [value]="4"
class="form-check-input" [(ngModel)]="selectedPlayer.rank" />
<span translate>High priest</span>
<br/>
<input type="radio" name="permissions" [value]="5"
class="form-check-input" [(ngModel)]="selectedPlayer.rank" />
<span translate>God</span>
<br/>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal"
translate>Close</button>
<button type="button" class="btn btn-danger" data-bs-dismiss="modal"
(click)="permissionsModify()" translate>Confirm</button>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<app-admin-left-menu active="permissions" class="col-lg-2 col-md-3 col-sm-3"></app-admin-left-menu>
<div class="col-lg-10 col-md-9 col-sm-9 col-12 main">
<div class="container">
<div class="row">
<h1 class="text-center" id="permissionsDescribe">
<span translate>
Permissions
</span>
<button class="btn btn-primary" role="button"
data-bs-toggle="modal" data-bs-target="#AdminPermissionsNew">
<ic-icon [icon]="brushIcon"></ic-icon>
</button>
</h1>
<br/>
<table class="table table-striped"
aria-describedby="permissionsDescribe">
<thead>
<tr>
<th scope="col"></th>
<th scope="col" class="text-center" translate>Rank</th>
<th scope="col" class="text-center" translate>Activity</th>
<th scope="col" *ngIf="user.getPropertyNb('rank') > 2"></th>
</tr>
</thead>
<tbody>
<tr *ngFor="let u of adminPermissionsList">
<td>
<a href="adminprofile/{{u.membre_id}}/connections"
class="bold">{{u.username}}</a>
</td>
<td class="text-center">
{{u.rank}}
</td>
<td class="text-end">
{{u.last_activity*1000| date:'EEEE dd MMMM YYYY, HH:mm'}}
</td>
<td class="text-center" *ngIf="user.getPropertyNb('rank') > 2">
<button class="btn btn-primary" role="button"
(click)="selectPlayer(u)" data-bs-toggle="modal"
data-bs-target="#AdminPermissionsModify">
<ic-icon [icon]="brushIcon"></ic-icon>
</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<app-common-bottom-bar></app-common-bottom-bar>
|
public/poll/2001/38.html | dougo/steak-place | <html><head><title>Chugchanga-L Poll 2001 - Carl Youngdahl</title></head>
<body><a href="35.html">prev</a> | <a href="voters.html">list</a> | <a href="13.html">next</a><br>
<hr><h1>Carl Youngdahl's Chugchanga-L Poll 2001 Entry</h1>
<br>
<a href="byartist.html#circle-taantumus">Circle - Taantumus (Bad Vugum/tUMULt)</a><br>
<a href="byartist.html#garmarna-hildegard-von-bingen">Garmarna - Hildegard von Bingen (NorthSide)</a><br>
<a href="byartist.html#har-mar-superstar-atom-his-package-shopping-spree-split-7">Har Mar Superstar/Atom and His Package - "Shopping Spree" split 7" (Sub City Records)</a><br>
<a href="byartist.html#jinx-return-fire">Jinx - Return Fire (Swedish gabber - self released?)</a><br>
<a href="byartist.html#le-tigre-feminist-sweepstakes">Le Tigre - Feminist Sweepstakes (Mr. Lady)</a><br>
<a href="byartist.html#le-tigre-from-desk-of-mr-lady">Le Tigre - From the Desk of Mr. Lady (Mr. Lady)</a><br>
<a href="byartist.html#matmos-a-chance-to-cut-is-a-chance-to-cure">Matmos - A Chance to Cut is a Chance to Cure (Matador)</a><br>
<a href="byartist.html#song-of-zarathustra-birth-of-tragedy">Song of Zarathustra - The Birth of Tragedy (Troubleman Unlimited)</a><br>
<a href="byartist.html#unwound-leaves-turn-inside-you">Unwound - Leaves Turn Inside You (Kill Rock Stars)</a><br>
<a href="byartist.html#white-stripes-white-blood-cells">White Stripes - White Blood Cells (Sympathy For The Record Industry)</a><br>
<a href="byartist.html#v-a-clicks-cuts-2">v/a - Clicks and Cuts 2 (Mille Plateaux)</a><br>
<br>
I fear I didn't hear much music that would otherwise make the list this year.<br>
<hr><a href="35.html">prev</a> | <a href="voters.html">list</a> | <a href="13.html">next</a><br>
</body></html>
|
grass_trunk/imagery/i.evapo.time/i.evapo.time.html | AsherBond/MondocosmOS | <h2>DESCRIPTION</h2>
<em>i.evapo.time_integration</em> integrates ETa in time following a reference ET (typically) from a set of meteorological stations dataset.
Inputs:
- ETa images
- ETa images DOY (Day of Year)
- ETo images
- ETo DOYmin as a single value
Method:
1 - each ETa pixel is divided by the same day ETo and become ETrF
2 - each ETrF pixel is multiplied by the ETo sum for the representative days
3 - Sum all n temporal [ETrF*ETo_sum] pixels to make a summed(ET) in [DOYmin;DOYmax]
representative days calculation:
let assume i belongs to range [DOYmin;DOYmax]
DOYbeforeETa[i] = ( DOYofETa[i] - DOYofETa[i-1] ) / 2
DOYafterETa[i] = ( DOYofETa[i+1] - DOYofETa[i] ) / 2
<h2>NOTES</h2>
ETo images preparation:
If you only have one meteorological station data, the easiest way is:
n=0
for ETo_val in Eto[1] Eto[2] ...
do
r.mapcalc "eto$n = $ETo_val"
`expr n = n + 1'
done
with Eto[1], Eto[2], etc being a simple copy and paste from your data file of all ETo values separated by an empty space from each other.
If you have several meteorological stations data, then you need to grid them, Thiessen polygons or interpolation for each day.
For multi-year calculations, just continue incrementing DOY values above 366, it will continue working, up to maximum input of 400 satellite images.
<h2>TODO</h2>
<h2>SEE ALSO</h2>
<em>
<a href="i.eb.eta.html">i.eb.eta</A><br>
<a href="i.evapo.potrad.html">i.evapo.potrad</A><br>
<a href="i.evapo.SENAY.html">i.evapo.SENAY</A><br>
<a href="r.surf.idw.html">r.surf.idw</A><br>
<a href="r.surf.idw2.html">r.surf.idw2</A><br>
<a href="r.bilinear.html">r.bilinear</A><br>
</em>
<h2>AUTHORS</h2>
Yann Chemin, International Rice Research Institute, The Philippines<br>
<p>
<i>Last changed: $Date: 2011-09-29 12:18:47 -0700 (Thu, 29 Sep 2011) $</i>
|
match/scores/2012/1/51.html | MrLpk/nba | <html><head><title>NBAÊý¾Ý¿â</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="NBA,NBAÖ±²¥,Ö±²¥,Ò¦Ã÷,¼¼Êõͳ¼Æ,»ð¼ý,ºþÈË,ÈÈ»ð,¿Æ±È,°ÂÄá¶û,³£¹æÈü,NBA³£¹æÈü,¼¾ºóÈü,NBA¼¾ºóÈü,×ܾöÈü,NBA×ܾöÈü,¼¾Ç°Èü,NBA¼¾Ç°Èü,Èü³Ì,Ò×½¨Áª,ÐÛ¹,NBAÅÅÃû,ÅÅÃû,NBAÈü³Ì,ת»á,½»Ò×,ǩԼ,ÇòÔ±½»Ò×" />
<meta name="description" content="ÐÂÀËÌåÓýNBAƵµÀÌṩ×î¿ìËÙ×îÈ«Ãæ×îרҵµÄNBA±ÈÈüʵʱÎÄ×ÖÖ±²¥¼°Êý¾Ý" />
<link rel="stylesheet" type="text/css" href="style2007.css">
<script language="JavaScript">
<!--
function mover(src,clrOver){
src.bgColor = clrOver;
}
function mout(src,clrout) {
src.bgColor = clrout;
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="5" marginwidth="0" marginheight="5">
<center>
<div style="width:980px; margin:0 auto; text-align:center">
<script language="JavaScript">
<!--
function GetObj(objName){
if(document.getElementById){
return eval('document.getElementById("' + objName + '")');
}else if(document.layers){
return eval("document.layers['" + objName +"']");
}else{
return eval('document.all.' + objName);
}
}
var PreloadImg = function(){
var preloadImages = new Array();
for(var i=0;i<arguments.length;i++){
preloadImages[0] = new Image();
preloadImages[0].src = arguments[i];
}
}
//PreloadImg("http://image2.sina.com.cn/ty/nba/nbalive/right1_01.gif","http://image2.sina.com.cn/ty/nba/nbalive/right2_01.gif","http://image2.sina.com.cn/ty/nba/nbalive/right_01.gif");//Ô¤¶ÁͼƬ
function SetLbl(objId, cClass, cCon, hCon, dCon){
GetObj(objId).className = cClass;
GetObj(cCon).style.display = "block";
GetObj(hCon).style.display = "none";
GetObj(dCon).style.display = "none";
}
PreloadImg("http://image2.sina.com.cn/ty/nba/nbalive/right1_01.gif","http://image2.sina.com.cn/ty/nba/nbalive/right2_01.gif","http://image2.sina.com.cn/ty/nba/nbalive/right_01.gif","http://image2.sina.com.cn/ty/nba/rightb.gif","http://image2.sina.com.cn/ty/nba/righta.gif");//Ô¤¶ÁͼƬ
function SetLb(objId, aClass, aCon, bCon){
GetObj(objId).className = aClass;
GetObj(aCon).style.display = "block";
GetObj(bCon).style.display = "none";
}
//-->
</script>
<!-- 2010-5-31 SUDA_CODE_START -->
<script type="text/javascript" src="http://www.sinaimg.cn/unipro/pub/suda_s_v851c.js"></script>
<script type="text/javascript" >
_S_pSt(_S_PID_);
</script>
<noScript>
<div style='position:absolute;top:0;left:0;width:0;height:0;visibility:hidden'><img width=0 height=0 src='http://beacon.sina.com.cn/a.gif?noScript' border='0' alt='' /></div>
</noScript>
<!-- 2010-5-31 SUDA_CODE_END -->
<!-- ËùÓÐNBAÊý¾Ý¿âͨÓÃÄ£¿é1 begin -->
<!-- ¾º¼¼·ç±© head begin -->
<!-- ±ê×¼¶þ¼¶µ¼º½_ÌåÓý begin -->
<style type="text/css">
.secondaryHeader{height:33px;overflow:hidden;background:url(http://i2.sinaimg.cn/dy/images/header/2008/standardl2nav_bg.gif) repeat-x #fff;color:#000;font-size:12px;font-weight:100;}
.secondaryHeader a,.secondaryHeader a:visited{color:#000;text-decoration:none;}
.secondaryHeader a:hover,.secondaryHeader a:active{color:#c00;text-decoration:underline;}
.sHBorder{border:1px #e3e3e3 solid;padding:0 10px 0 12px;overflow:hidden;zoom:1;}
.sHLogo{float:left;height:31px;line-height:31px;overflow:hidden;}
.sHLogo span,.sHLogo span a{display:block;*float:left;display:table-cell;vertical-align:middle;*display:block;*font-size:27px;*font-family:Arial;height:31px;}
.sHLogo span,.sHLogo span a img{vertical-align:middle;}
.sHLinks{float:right;line-height:31px;}
.secondaryHeader img{border:none;}
</style>
<div style="width: 980px; margin: 5px auto;" class="secondaryHeader">
<div class="sHBorder">
<div class="sHLogo"><span><a href="http://sports.sina.com.cn/"><img border="0" alt="ÐÂÀËÍø" src="http://i1.sinaimg.cn/dy/images/header/2009/standardl2nav_sina_new.gif"></a><a href="http://sports.sina.com.cn/"><img border="0" alt="ÐÂÀËÌåÓý" src="http://i3.sinaimg.cn/ty/deco/2010/0601/standardl2nav_sports.gif"></a></span></div>
<div class="sHLinks"><a href="http://sports.sina.com.cn/">ÌåÓýÊ×Ò³</a> | <a href="http://www.sina.com.cn/">ÐÂÀËÊ×Ò³</a> | <a href="http://news.sina.com.cn/guide/">ÐÂÀ˵¼º½</a></div>
</div>
</div>
<!-- ±ê×¼¶þ¼¶µ¼º½_ÌåÓý end -->
<div id="nav">
<table border="0" align=left cellpadding="0" cellspacing="0">
<tr><td width=10></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/scrollnews.shtml" target="_blank">¹ö¶¯</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/bn/sports/" target="_blank">ÊÓÆµ</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/photo/" target="_blank">ͼƬ</a></td><td>
<img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/blog/" target="_blank">²©¿Í</a></td><td>
<img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/bbs/" target="_blank">ÂÛ̳</a></td><td>
<img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/global/" target="_blank">¹ú¼Ê×ãÇò</a></td><td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/china/" target="_blank">¹úÄÚ×ãÇò</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/basketball/" target="_blank">ÀºÇò</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/nba/" target="_blank">NBA</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/cba/" target="_blank">CBA</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/others/" target="_blank">×ÛºÏÌåÓý</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://f1.sina.com.cn/" target="_blank">F1</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/tennis/" target="_blank">ÍøÇò</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/chess/" target="_blank">ÆåÅÆ</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://golf.sina.com.cn/" target="_blank">¸ß¶û·ò</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/lottery/" target="_blank">²ÊƱ</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://sports.sina.com.cn/gossip/" target="_blank">ÐÔ¸ÐÌå̳</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://tools.sina.com.cn/">ÐÂÀ˰ÙÊÂͨ</a></td>
<td><img src="http://www.sinaimg.cn/ty/deco/2006/0925/xsy/tysy_lmy_006.gif"></td>
<td valign="bottom"><a href="http://news.sina.com.cn/437/2008/1015/56.html" target="_blank"><font color=yellow>ÊÖ»ú¿´NBA</font></a></td>
</tr></table>
</div>
<div id="navbanner">
<img src="http://www.sinaimg.cn/ty/09others/stats.jpg" width="250" height="98" alt=""><img src="http://www.sinaimg.cn/ty/nba/nbalive/2007top_03.jpg" width="730" height="98" alt=""></div>
<div id="navleft"><p style="padding-left:10px;"><a href="http://sports.sina.com.cn/nba/" target="_blank">NBAÊ×Ò³</a> |
<a href="http://sports.sina.com.cn/nba/live/index.html">±È·Ö</a>
<a href="http://nba.sports.sina.com.cn/league_order.php?dpc=1">ÅÅÃû</a>
<a href="http://nba.sports.sina.com.cn/match_result.php?dpc=1">Èü³Ì</a>
<a href="http://nba.sports.sina.com.cn/playerstats.php?dpc=1">ͳ¼Æ</a>
<a href="http://nba.sports.sina.com.cn/teams.php?dpc=1">Çò¶Ó</a>
<a href="http://nba.sports.sina.com.cn/players.php?dpc=1">ÇòÔ±</a>
<!-- <a href="http://nba.sports.sina.com.cn/transactions.php?&dpc=1" target=_blank>ת»á</a>
<a href=http://nba.sports.sina.com.cn/injury.php target=_blank>ÉËÇé</a> -->
<a href="http://nba.sports.sina.com.cn/showtv.php?dpc=1">µçÊÓ</a> |
<a href="http://sports.sina.com.cn/nba/1.shtml" target="_blank">ÁÖÊéºÀ-»ð¼ý</a>
<!-- <a href=http://sports.sina.com.cn/nba/14.shtml target=_blank>Ò×½¨ÁªÐ¡Å£</a> -->
<a href="http://sports.sina.com.cn/nba/5.shtml" target="_blank">¿Æ±È-ºþÈË</a>
<a href="http://sports.sina.com.cn/nba/12.shtml" target="_blank">ղķ˹-ÈÈ»ð</a>
<a href="http://sports.sina.com.cn/nba/6.shtml" target="_blank">ÖîÇ¿</a>
<a href="http://sports.sina.com.cn/z/nba/photo/sum/20/index.shtml" target="_blank">ͼƬ</a>
<a href="http://sports.sina.com.cn/nba/9.shtml" target="_blank">ÆÀÂÛ</a> |
<a href="http://sports.sina.com.cn/l/basketball/?agentId=214473" target="_blank">ÀºÇò²ÊƱ</a>
</p></div>
<div id="navright"><p style="padding-right:5px;">2013Äê11ÔÂ14ÈÕ</p></div>
<div id="navbottom"></div>
<!-- ËùÓÐNBAÊý¾Ý¿âͨÓÃÄ£¿é1 end --><style type="text/css">
#main #left img{ border:0px #fff solid;}
</style>
<div id="main">
<div id="left" style="width:730;">
<table width="720" border="0" align="center" cellpadding="0" cellspacing="0">
<tr><td width="102" height="98" background="http://image2.sina.com.cn/ty/nba/nbalive/mid_01.gif" valign=bottom>
<table cellpadding="0" cellspacing="0" width="96" height="88" align=right>
<tr><td align=center width=96 height=70>
<a href="team.php?id=18" target="_blank" >
<img src="http://image2.sina.com.cn/ty/nba/teamlogo/18.gif" width="86" height="70"></a></td></tr>
<tr><td height=18 align=center>
<a href="team.php?id=18" target="_blank" class=tlogo>
Äá¿Ë˹</a></td></tr>
</table></td>
<td width="516" height="98" align="center" background="http://image2.sina.com.cn/ty/nba/nbalive/mid.gif">
<table border=0 cellpadding="0" cellspacing="0" width=400 height=98 background="http://image2.sina.com.cn/ty/nba/nbalive/mid_02a.gif">
<tr><td colspan=3 height=16></td></tr>
<tr><td width=60 align=center><table border=0 cellpadding="0" cellspacing="1" width=45 height=37 bgcolor=#A6780D>
<tr><td height=35 align=center bgcolor=black class="num">99</td></tr>
</table>
<table border=0 cellpadding="0" cellspacing="0" height=45 width=60>
<tr><td height=45 align=center class="score">ʤ 3<br>¸º 4</td></tr>
</table></td>
<td align="center" valign="top"><span id="show_time" class=STYLE2></span><br>
<table border=0 cellspacing="1" cellpadding="0" width=250 class=score bgcolor=#A6780D>
<tr align=center>
<td bgcolor="#000000">1½Ú</td><td bgcolor="#000000">2½Ú</td>
<td bgcolor="#000000">3½Ú</td><td bgcolor="#000000">4½Ú</td>
</tr>
<tr align=center><td bgcolor="#000000">18</td>
<td bgcolor="#000000">28</td>
<td bgcolor="#000000">26</td>
<td bgcolor="#000000">27</td>
</tr>
<tr align=center><td bgcolor="#000000">32</td>
<td bgcolor="#000000">15</td>
<td bgcolor="#000000">22</td>
<td bgcolor="#000000">27</td>
</tr>
</table></td>
<td width=60 align=center>
<table border=0 cellpadding="0" cellspacing="1" width=45 height=37 bgcolor=#A6780D>
<tr><td height=35 align=center bgcolor=black class="num">96</td></tr>
</table>
<table border=0 cellpadding="0" cellspacing="0" height=45 width=60>
<tr><td height=45 align=center class="score">ʤ 0<br>¸º 7</td></tr>
</table></td></tr>
</table></td>
<td width="102" height="98" align="center" background="http://image2.sina.com.cn/ty/nba/nbalive/mid_03.gif" valign=bottom>
<table cellpadding="0" cellspacing="0" width="96" height="88" align=left><tr>
<td align=center width=96 height=70>
<a href="team.php?id=27" target="_blank">
<img src="http://image2.sina.com.cn/ty/nba/teamlogo/27.gif" width="86" height="70"></a></td></tr>
<tr><td height=18 align=center>
<a href="team.php?id=27" target="_blank" class=tlogo>Ææ²Å</a></td></tr>
</table></td></tr>
<tr><td colspan="3"><img src="http://image2.sina.com.cn/ty/nba/nbalive/mid_04a.gif" width="720" height="11" alt=""></td></tr>
</table><br><table width="730" border="0" cellpadding="0" cellspacing="0">
<tr><td height="36" align="center" background="http://image2.sina.com.cn/ty/nba/nbalive/bot_07.gif">
<table width="228" height="36" border="0" align="center" cellpadding="0" cellspacing="0" class=title>
<tr align=center><td>Äá¿Ë˹¶Ó¼¼Êõͳ¼Æ</td></tr>
</table></td></tr>
<tr><td align="center" valign="top" background="http://image2.sina.com.cn/ty/nba/nbalive/bot_05.gif" style="padding-top:4px;">
<table width="702" border="0" align="center" cellpadding="0" cellspacing="1" class="text">
<tr bgcolor=#FFD200 align="center">
<td height="20">Ê×·¢ÇòÔ±</td>
<td width="35">ʱ¼ä</td><td width="40">ͶÀº</td>
<td width="40">Èý·Ö</td><td width="40">·£Çò</td>
<td width="40">ǰÀº°å</td><td width="40">ºóÀº°å</td>
<td width="40">×ÜÀº°å</td><td width="35">Öú¹¥</td>
<td width="35">ÇÀ¶Ï</td><td width="35">¸Çñ</td>
<td width="35">ʧÎó</td><td width="35">·¸¹æ</td>
<td width="35">µÃ·Ö</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4770" target="_blank">
À¼µÂÀï-·Æ¶û×È</a></td>
<td>18</td>
<td>1-2</td>
<td>0-1</td>
<td>0-0</td>
<td>0</td> <td>1</td>
<td>1</td>
<td>1</td> <td>0</td>
<td>0</td> <td>1</td>
<td>1</td><td>2</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3706" target="_blank">
¿¨Ã·ÂÞ-°²¶«Äá</a></td>
<td>36</td>
<td>16-33</td>
<td>2-4</td>
<td>3-5</td>
<td>3</td> <td>4</td>
<td>7</td>
<td>4</td> <td>1</td>
<td>0</td> <td>4</td>
<td>4</td><td>37</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3512" target="_blank">
Ì©É-Ç®µÂÀÕ</a></td>
<td>36</td>
<td>3-6</td>
<td>0-0</td>
<td>6-8</td>
<td>9</td> <td>6</td>
<td>15</td>
<td>2</td> <td>1</td>
<td>0</td> <td>1</td>
<td>3</td><td>12</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4634" target="_blank">
ÍÐÄá-µÀ¸ñÀ˹</a></td>
<td>12</td>
<td>0-5</td>
<td>0-2</td>
<td>0-0</td>
<td>0</td> <td>0</td>
<td>0</td>
<td>0</td> <td>1</td>
<td>0</td> <td>3</td>
<td>0</td><td>0</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3607" target="_blank">
°¢ÂêÀ×-˹ËþµÂÂõ¶û</a></td>
<td>41</td>
<td>9-21</td>
<td>0-0</td>
<td>5-6</td>
<td>2</td> <td>10</td>
<td>12</td>
<td>2</td> <td>2</td>
<td>0</td> <td>5</td>
<td>3</td><td>23</td></tr>
<tr bgcolor=#FFD200 align="center">
<td height="20">Ìæ²¹ÇòÔ±</td>
<td width="35">ʱ¼ä</td><td width="40">ͶÀº</td>
<td width="40">Èý·Ö</td><td width="40">·£Çò</td>
<td width="40">ǰÀº°å</td><td width="40">ºóÀº°å</td>
<td width="40">×ÜÀº°å</td><td width="35">Öú¹¥</td>
<td width="35">ÇÀ¶Ï</td><td width="35">¸Çñ</td>
<td width="35">ʧÎó</td><td width="35">·¸¹æ</td>
<td width="35">µÃ·Ö</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4898" target="_blank">
ÒÁÂü-ɽķçêÌØ</a></td>
<td>37</td>
<td>4-11</td>
<td>1-5</td>
<td>1-2</td>
<td>0</td> <td>3</td>
<td>3</td>
<td>7</td> <td>5</td>
<td>1</td> <td>2</td>
<td>3</td><td>10</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3245" target="_blank">
Âõ¿Ë-±Ï±È</a></td>
<td>21</td>
<td>4-6</td>
<td>3-3</td>
<td>0-0</td>
<td>0</td> <td>1</td>
<td>1</td>
<td>3</td> <td>2</td>
<td>0</td> <td>1</td>
<td>2</td><td>11</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4927" target="_blank">
Լʲ-¹þÀ×¶ûÉ</a></td>
<td>19</td>
<td>1-2</td>
<td>0-1</td>
<td>0-0</td>
<td>1</td> <td>5</td>
<td>6</td>
<td>1</td> <td>1</td>
<td>1</td> <td>1</td>
<td>0</td><td>2</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4509" target="_blank">
±È¶û-ÎÖ¿Ë</a></td>
<td>20</td>
<td>1-3</td>
<td>0-2</td>
<td>0-0</td>
<td>0</td> <td>4</td>
<td>4</td>
<td>2</td> <td>1</td>
<td>1</td> <td>1</td>
<td>2</td><td>2</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4775" target="_blank">
½ÜÂÞÄ·-Çǵ¤</a></td>
<td height="20" colspan="13">ûÓÐÉϳ¡</td>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4148" target="_blank">
À×Äɶà-°Í¶û¿ËÂü</a></td>
<td height="20" colspan="13">ûÓÐÉϳ¡</td>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4160" target="_blank">
Ê·µÙ·ò-ŵÍß¿Ë</a></td>
<td height="20" colspan="13">ûÓÐÉϳ¡</td>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4795" target="_blank">
ÁÖÊéºÀ</a></td>
<td height="20" colspan="13">ûÓÐÉϳ¡</td>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3609" target="_blank">
¼ÖÀïµÂ-½Ü¸¥Àï˹</a></td>
<td height="20" colspan="13">δ±»¼¤»î</td>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3326" target="_blank">
°ÝÂ×-´÷ά˹</a></td>
<td height="20" colspan="13">δ±»¼¤»î</td>
<tr bgcolor=#FFD200 align=center>
<td height="20">×ܼÆ</td>
<td>240</td><td>39-89</td>
<td>6-18</td><td>15-21</td>
<td>15</td><td>34</td>
<td>49</td><td>22</td>
<td>14</td><td>3</td>
<td>19</td><td>18</td>
<td>99</td></tr>
</table></td></tr>
<tr><td height="26" background="http://image2.sina.com.cn/ty/nba/nbalive/bot_6.gif"> </td></tr>
</table><table width="730" border="0" cellpadding="0" cellspacing="0">
<tr><td height="36" align="center" background="http://image2.sina.com.cn/ty/nba/nbalive/bot_07.gif">
<table width="228" height="36" border="0" align="center" cellpadding="0" cellspacing="0" class=title>
<tr align=center><td>Ææ²Å¶Ó¼¼Êõͳ¼Æ</td></tr>
</table></td></tr>
<tr><td align="center" valign="top" background="http://image2.sina.com.cn/ty/nba/nbalive/bot_05.gif" style="padding-top:4px;">
<table width="702" border="0" align="center" cellpadding="0" cellspacing="1" class="text">
<tr bgcolor=#FFD200 align="center">
<td height="20">Ê×·¢ÇòÔ±</td>
<td width="35">ʱ¼ä</td><td width="40">ͶÀº</td>
<td width="40">Èý·Ö</td><td width="40">·£Çò</td>
<td width="40">ǰÀº°å</td><td width="40">ºóÀº°å</td>
<td width="40">×ÜÀº°å</td><td width="35">Öú¹¥</td>
<td width="35">ÇÀ¶Ï</td><td width="35">¸Çñ</td>
<td width="35">ʧÎó</td><td width="35">·¸¹æ</td>
<td width="35">µÃ·Ö</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3275" target="_blank">
ÀɳµÂ-ÁõÒ×˹</a></td>
<td>23</td>
<td>1-4</td>
<td>0-2</td>
<td>0-0</td>
<td>1</td> <td>3</td>
<td>4</td>
<td>0</td> <td>0</td>
<td>0</td> <td>5</td>
<td>2</td><td>2</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4480" target="_blank">
¼Öά¶û-Âó»ù</a></td>
<td>36</td>
<td>6-9</td>
<td>0-0</td>
<td>1-3</td>
<td>1</td> <td>9</td>
<td>10</td>
<td>1</td> <td>0</td>
<td>4</td> <td>2</td>
<td>5</td><td>13</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4716" target="_blank">
Ô¼º²-ÎÖ¶û</a></td>
<td>43</td>
<td>10-22</td>
<td>0-1</td>
<td>2-4</td>
<td>1</td> <td>4</td>
<td>5</td>
<td>9</td> <td>1</td>
<td>0</td> <td>5</td>
<td>4</td><td>22</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4294" target="_blank">
Äá¿Ë-Ñî</a></td>
<td>42</td>
<td>9-20</td>
<td>4-7</td>
<td>2-2</td>
<td>0</td> <td>3</td>
<td>3</td>
<td>2</td> <td>1</td>
<td>0</td> <td>3</td>
<td>0</td><td>24</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3975" target="_blank">
°²µÂÀ×-²¼À³ÇÐ</a></td>
<td>28</td>
<td>7-11</td>
<td>0-0</td>
<td>1-2</td>
<td>1</td> <td>5</td>
<td>6</td>
<td>1</td> <td>3</td>
<td>2</td> <td>3</td>
<td>3</td><td>15</td></tr>
<tr bgcolor=#FFD200 align="center">
<td height="20">Ìæ²¹ÇòÔ±</td>
<td width="35">ʱ¼ä</td><td width="40">ͶÀº</td>
<td width="40">Èý·Ö</td><td width="40">·£Çò</td>
<td width="40">ǰÀº°å</td><td width="40">ºóÀº°å</td>
<td width="40">×ÜÀº°å</td><td width="35">Öú¹¥</td>
<td width="35">ÇÀ¶Ï</td><td width="35">¸Çñ</td>
<td width="35">ʧÎó</td><td width="35">·¸¹æ</td>
<td width="35">µÃ·Ö</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4748" target="_blank">
¿ÎÄ-ÈûÀ·Ò</a></td>
<td>10</td>
<td>0-2</td>
<td>0-0</td>
<td>0-0</td>
<td>2</td> <td>0</td>
<td>2</td>
<td>0</td> <td>0</td>
<td>2</td> <td>2</td>
<td>3</td><td>0</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4754" target="_blank">
ÌØÀ×ÎÖ-²¼¿Ë</a></td>
<td>21</td>
<td>3-5</td>
<td>0-0</td>
<td>2-2</td>
<td>2</td> <td>5</td>
<td>7</td>
<td>2</td> <td>2</td>
<td>2</td> <td>1</td>
<td>4</td><td>8</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4758" target="_blank">
Çǵ¤-¿ËÀ͸£µÂ</a></td>
<td>11</td>
<td>0-4</td>
<td>0-1</td>
<td>0-0</td>
<td>0</td> <td>0</td>
<td>0</td>
<td>2</td> <td>1</td>
<td>0</td> <td>2</td>
<td>0</td><td>0</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4900" target="_blank">
¿ËÀï˹-ÐÁ¸ñ¶û¶Ù</a></td>
<td>27</td>
<td>5-8</td>
<td>2-3</td>
<td>0-0</td>
<td>2</td> <td>5</td>
<td>7</td>
<td>1</td> <td>3</td>
<td>2</td> <td>0</td>
<td>5</td><td>12</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3628" target="_blank">
ÂÞ½Ü-÷É</a></td>
<td height="20" colspan="13">ûÓÐÉϳ¡</td>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3568" target="_blank">
ĪÀï˹-°£ÎÄ˹</a></td>
<td height="20" colspan="13">ûÓÐÉϳ¡</td>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4916" target="_blank">
л¶ûÎÄ-Âí¿Ë</a></td>
<td height="20" colspan="13">ûÓÐÉϳ¡</td>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4887" target="_blank">
¼ò-άÈûÀû</a></td>
<td height="20" colspan="13">ûÓÐÉϳ¡</td>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=4787" target="_blank">
¹þÂíµÏ-¶÷´÷Ò®</a></td>
<td height="20" colspan="13">δ±»¼¤»î</td>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align="center">
<td height="20"><a href="player_one.php?id=3963" target="_blank">
ÂÞÄá-ͼÀïÑÇ·ò</a></td>
<td height="20" colspan="13">δ±»¼¤»î</td>
<tr bgcolor=#FFD200 align=center>
<td height="20">×ܼÆ</td>
<td>240</td><td>41-85</td>
<td>6-14</td><td>8-13</td>
<td>10</td><td>34</td>
<td>44</td><td>18</td>
<td>11</td><td>12</td>
<td>23</td><td>26</td>
<td>96</td></tr>
</table></td></tr>
<tr><td height="26" background="http://image2.sina.com.cn/ty/nba/nbalive/bot_6.gif"> </td></tr>
</table><table width="730" border="0" cellpadding="0" cellspacing="0" class=text>
<tr><td height="35" align="center" valign="bottom" background="http://image2.sina.com.cn/ty/nba/nbalive/bot_07.gif" >
±ÈÈüºÄʱ£º2:12 | ¹ÛÖÚÈËÊý£º 16998 | ²ÃÅУºDavid Guthrie,Olandis Poole,Dan Crawford</td></tr>
<tr><td height="26" background="http://image2.sina.com.cn/ty/nba/nbalive/bot_6.gif"> </td></tr>
</table></div>
<div id="right">
<table width="250" border="0" cellpadding="0" cellspacing="0">
<tr><td height="36">
<div style="width:250px;">
<table id="mil_lbl" width="250" height="36" border=0 cellpadding=0 cellspacing=0 class="bg_live_1">
<tr><td height="36">
<table width="228" height="36" border="0" align="center" cellpadding="0" cellspacing="0" class=title>
<tr align=center><td width=75 onClick="SetLbl('mil_lbl','bg_live_0','yesterday','today','tomorrow')">×òÈÕÈü¹û</td>
<td width=78 onClick="SetLbl('mil_lbl','bg_live_1','today','yesterday','tomorrow')">½ñÈձȷÖ</td>
<td width=75 onClick="SetLbl('mil_lbl','bg_live_2','tomorrow','yesterday','today')">Ã÷ÈÕÔ¤¸æ</td>
</tr></table>
</td></tr>
</table></div>
</td></tr>
<tr><td align="center" valign="top" background="http://image2.sina.com.cn/ty/nba/nbalive/left_05.gif" style="padding-top:3px;">
<div id="yesterday" style="display:none"></div>
<div id="today" style="display:block;"></div>
<div id="tomorrow" style="display:none"></div>
<table border=0 cellpadding="0" cellspacing="0" width=250 height=11><tr><td>
<img src="http://image2.sina.com.cn/ty/nba/nbalive/left_03.gif" width="250" height="11" alt=""></td></tr></table>
<table border=0 cellpadding="0" cellspacing="0" width=250 height=11>
<tr><td width="250" height="36" align="center" background="http://image2.sina.com.cn/ty/nba/nbalive/left_01.gif">
<table width="228" height="36" border="0" align="center" cellpadding="0" cellspacing="0" class=title>
<tr align=center><td>ÏÖ³¡Í¼Æ¬</td></tr>
</table></td></tr>
<tr><td height="146" align="center" background="http://image2.sina.com.cn/ty/nba/nbalive/left_05.gif" valign=bottom>
<iframe scrolling="no" height="142" width="222" src="http://sports.sina.com.cn/iframe/nbalivepics/2012010627.html" frameborder="0"></iframe>
</td></tr>
<tr><td><img src="http://image2.sina.com.cn/ty/nba/nbalive/left_03.gif" width="250" height="11" alt=""></td></tr>
</table>
</td></tr>
<tr><td width="250" height="36" align="center" background="http://image2.sina.com.cn/ty/nba/nbalive/left_04.gif">
<table width="228" height="36" border="0" align="center" cellpadding="0" cellspacing="0" class=title>
<tr align=center><td width="33%"><a href="team.php?id=18" target="_blank">Äá¿Ë˹</a></td>
<td>¸÷Ïî×î¸ß</td>
<td width="33%"><a href="team.php?id=27" target="_blank">Ææ²Å</a></td>
</tr></table>
</td></tr>
<tr><td height="109" align="center" valign="top" background="http://image2.sina.com.cn/ty/nba/nbalive/left_05.gif" style="padding-top:3px;">
<table width="222" border="0" align="center" cellpadding="0" cellspacing="1" class=text>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');">
<td width="94" height="20" style="padding-left:4px;"><a href=player_one.php?id=3706 target=_blank>°²¶«Äá</a> 37</td>
<td width="30" height="20" align="center" style="padding-left:2px;">µÃ·Ö</td>
<td width="94" height="20" align=right style="padding-right:4px;"><a href=player_one.php?id=4294 target=_blank>Ñî</a> 24</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');">
<td height="20" style="padding-left:4px;"><a href=player_one.php?id=3512 target=_blank>Ç®µÂÀÕ</a> 15</td>
<td height="20" align="center" style="padding-left:2px;">Àº°å</td>
<td height="20" align=right style="padding-right:4px;"><a href=player_one.php?id=4480 target=_blank>Âó»ù</a> 10</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');">
<td height="20" style="padding-left:4px;"><a href=player_one.php?id=4898 target=_blank>ɽķçêÌØ</a> 7</td>
<td height="20" align="center" style="padding-left:2px;">Öú¹¥</td>
<td height="20" align=right style="padding-right:4px;"><a href=player_one.php?id=4716 target=_blank>ÎÖ¶û</a> 9</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');">
<td height="20" style="padding-left:4px;"><a href=player_one.php?id=4898 target=_blank>ɽķçêÌØ</a> 5</td>
<td height="20" align="center" style="padding-left:2px;">ÇÀ¶Ï</td>
<td height="20" align=right style="padding-right:4px;"><a href=player_one.php?id=3975 target=_blank>²¼À³ÇÐ</a> 3</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');">
<td height="20" style="padding-left:4px;"><a href=player_one.php?id=4509 target=_blank>ÎÖ¿Ë</a> 1</td>
<td height="20" align="center" style="padding-left:2px;">¸Çñ</td>
<td height="20" align=right style="padding-right:4px;"><a href=player_one.php?id=4480 target=_blank>Âó»ù</a> 4</td></tr></table>
</td></tr>
<tr><td><img src="http://image2.sina.com.cn/ty/nba/nbalive/left_03.gif" width="250" height="11" alt=""></td></tr>
<tr><td width="250" height="36" align="center" background="http://image2.sina.com.cn/ty/nba/nbalive/left_01.gif">
<table width="228" height="36" border="0" align="center" cellpadding="0" cellspacing="0" class=title>
<tr align=center>
<td width="33%"><a href="team.php?id=18" target="_blank">Äá¿Ë˹</a></td>
<td>Çò¶Óͳ¼Æ</td>
<td width="33%"><a href="team.php?id=27" target="_blank">Ææ²Å</a></td></tr>
</table></td></tr>
<tr><td align="center" valign="top" background="http://image2.sina.com.cn/ty/nba/nbalive/left_05.gif" style="padding-top:3px;">
<table width="222" border="0" align="center" cellpadding="0" cellspacing="1" class=text>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">99</td><td height="20">µÃ·Ö</td>
<td width="33%">96</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">15</td><td height="20">¿ì¹¥µÃ·Ö</td>
<td width="33%">31</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">44</td><td height="20">ÄÚÏߵ÷Ö</td>
<td width="33%">56</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">9</td><td height="20">×î´óÁìÏÈ</td>
<td width="33%">16</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">43.8%</td><td height="20">ͶÀºÃüÖÐÂÊ</td>
<td width="33%">48.2%</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">71.4%</td><td height="20">·£ÇòÃüÖÐÂÊ</td>
<td width="33%">61.5%</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">33.3%</td><td height="20">Èý·ÖÃüÖÐÂÊ</td>
<td width="33%">42.9%</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">0</td><td height="20">¼¼Êõ·¸¹æ</td>
<td width="33%">0</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">0</td><td height="20">¶ñÒâ·¸¹æ</td>
<td width="33%">0</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">0</td><td height="20">·¸ÂúÀ볡</td>
<td width="33%">0</td></tr>
<tr bgcolor="#FFEFB6" onMouseOut="mout(this,'#FFEFB6');" onMouseOver="mover(this,'#ffffff');" align=center>
<td width="33%">0</td> <td height="20">±»Öð³ö³¡</td>
<td width="33%">0</td></tr>
</table>
</td></tr>
<tr><td><img src="http://image2.sina.com.cn/ty/nba/nbalive/left_03.gif" width="250" height="11" alt=""></td></tr></table>
</div></div>
<table width="980" border="0" cellpadding="0" cellspacing="0">
<tr><td height="10" bgcolor=#FFC000></td></tr></table>
<!-- ËùÓÐNBAÊý¾Ý¿âͨÓÃÄ£¿é2 begin -->
<!--<SCRIPT LANGUAGE="JavaScript" src="http://www.sinaimg.cn/dy/deco/2007/sinafooter.js"></SCRIPT> -->
<div id="footer"><p><a href="http://corp.sina.com.cn/chn/">ÐÂÀ˼ò½é</a> | <a href="http://corp.sina.com.cn/eng/">About Sina</a> | <a href="http://ads.sina.com.cn/">¹ã¸æ·þÎñ</a> | <a href="http://www.sina.com.cn/contactus.html">ÁªÏµÎÒÃÇ</a> | <a href="http://corp.sina.com.cn/chn/sina_job.html">ÕÐÆ¸ÐÅÏ¢</a> | <a href="http://www.sina.com.cn/intro/lawfirm.shtml">ÍøÕ¾ÂÉʦ</a> | <a href="http://english.sina.com">SINA English</a> | <a href="http://members.sina.com.cn/apply/">ͨÐÐ֤ע²á</a> | <a href="http://tech.sina.com.cn/focus/sinahelp.shtml">²úÆ·´ðÒÉ</a></p><p>Copyright © 1996-2012 SINA Corporation, All Rights Reserved</p><p>ÐÂÀ˹«Ë¾ <a href="http://www.sina.com.cn/intro/copyright.shtml" target="_blank">°æÈ¨ËùÓÐ</a></p></div>
</div></div>
<!-- ËùÓÐNBAÊý¾Ý¿âͨÓÃÄ£¿é2 end --><script language="javascript" src="http://nba.sports.sina.com.cn/showmatch.js"></script>
<script language="javascript" src="http://nba.sports.sina.com.cn/js/tomorrow.js"></script>
<script language="javascript" src="http://nba.sports.sina.com.cn/js/today.js"></script>
<script language="javascript" src="http://nba.sports.sina.com.cn/js/yesterday.js"></script> |
web/centro/views/centro/detail.html | fpempresa/fpempresa | <!--
FPempresa
Copyright (C) 2020 Lorenzo González
This program 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.
This program 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 this program. If not, see http://www.gnu.org/licenses/
-->
<div class="row">
<div class="col-xs-12 form__container" >
<div>
<ix3-business-messages></ix3-business-messages>
<form name="mainForm" id="mainForm" ix3-form>
<fieldset>
<legend class="form__title">Centro</legend>
<div class="row" >
<div class="col-xs-12 form-horizontal">
<div class="form-group">
<label for="nombre" class="col-xs-3 control-label" ix3-label></label>
<div class="col-xs-9 ">
<input ng-model="model.nombre" type="text" class="form-control" id="nombre" name="nombre" ix3-validation>
</div>
</div>
</div>
</div>
<legend class="form__title">Dirección</legend>
<div class="row" >
<div class="col-xs-12 form-horizontal">
<div class="form-group">
<label for="direccion.datosDireccion" class="col-xs-3 control-label" ix3-label></label>
<div class="col-xs-9">
<input ng-model="model.direccion.datosDireccion" type="text" class="form-control" id="direccion.datosDireccion" name="direccion.datosDireccion" ix3-validation>
<p class="form__text form__text--help">Tipo vía, nombre vía, número, puerta, etc.</p>
</div>
</div>
</div>
</div>
<div class="row" >
<div class="col-xs-12 col-sm-6 form-horizontal">
<div class="form-group">
<label for="direccion.municipio.provincia" class="col-xs-3 col-sm-6 control-label" ix3-label></label>
<div class="col-xs-9 col-sm-6">
<select ng-model="model.direccion.municipio.provincia" id="direccion.municipio.provincia" name="direccion.municipio.provincia" class="form-control" ix3-options="orderBy:'descripcion'" ix3-validation >
<option value="">-- Elige Opcion --</option>
</select>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 form-horizontal">
<div class="form-group">
<label for="direccion.municipio" class="col-xs-3 col-sm-6 control-label" ix3-label></label>
<div class="col-xs-9 col-sm-6">
<select ng-model="model.direccion.municipio" id="direccion.municipio" name="direccion.municipio" class="form-control" ix3-options="orderBy:'descripcion'" ix3-validation ix3-options-depend="{provincia:model.direccion.municipio.provincia}" >
<option value="">-- Elige Opcion --</option>
</select>
</div>
</div>
</div>
</div>
<legend class="form__title">Contacto</legend>
<div class="row" >
<div class="col-xs-12 col-sm-6 form-horizontal">
<div class="form-group">
<label for="contacto.persona" class="col-xs-3 col-sm-6 control-label" ix3-label></label>
<div class="col-xs-9 col-sm-6">
<input ng-model="model.contacto.persona" type="text" class="form-control" id="contacto.persona" name="contacto.persona" ix3-validation>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 form-horizontal">
<div class="form-group">
<label for="contacto.email" class="col-xs-3 col-sm-6 control-label" ix3-label></label>
<div class="col-xs-9 col-sm-6">
<input ng-model="model.contacto.email" type="text" class="form-control" id="contacto.email" name="contacto.email" ix3-validation>
</div>
</div>
</div>
</div>
<div class="row" >
<div class="col-xs-12 col-sm-6 form-horizontal">
<div class="form-group">
<label for="contacto.telefono" class="col-xs-3 col-sm-6 control-label" ix3-label></label>
<div class="col-xs-9 col-sm-6">
<input ng-model="model.contacto.telefono" type="text" class="form-control" id="contacto.telefono" name="contacto.telefono" ix3-validation>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 form-horizontal">
<div class="form-group">
<label for="contacto.fax" class="col-xs-3 col-sm-6 control-label" ix3-label></label>
<div class="col-xs-9 col-sm-6">
<input ng-model="model.contacto.fax" type="text" class="form-control" id="contacto.fax" name="contacto.fax" ix3-validation>
</div>
</div>
</div>
</div>
<div class="row" >
<div class="col-xs-12 form-horizontal">
<div class="form-group">
<label for="contacto.url" class="col-xs-3 control-label" ix3-label></label>
<div class="col-xs-4 ">
<input ng-model="model.contacto.url" type="text" class="form-control" id="contacto.url" name="contacto.url" ix3-validation>
</div>
</div>
</div>
</div>
<br>
<div class="row" >
<div class="col-xs-12 ">
<div class="pull-right">
<fpe-ok-button></fpe-ok-button>
</div>
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
|
docs/api_reference/C/db_sql_codegen.html | hyc/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>db_sql_codegen</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="utilities.html" title="Appendix A. Berkeley DB Command Line Utilities" />
<link rel="prev" href="db_replicate.html" title="db_replicate" />
<link rel="next" href="dbsql.html" title="dbsql" />
</head>
<body>
<div xmlns="" class="navheader">
<div class="libver">
<p>Library Version 12.1.6.0</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">db_sql_codegen</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="db_replicate.html">Prev</a> </td>
<th width="60%" align="center">Appendix A.
Berkeley DB Command Line Utilities
</th>
<td width="20%" align="right"> <a accesskey="n" href="dbsql.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="db_sql_codegen"></a>db_sql_codegen</h2>
</div>
</div>
</div>
<pre class="programlisting">db_sql_codegen [-i <ddl input file>] [-o <output C code file>]
[-h <output header file>] [-t <test output file>] </pre>
<p>
<span class="command"><strong>Db_sql_codegen</strong></span> is a utility program that translates a
schema description written in a SQL Data Definition Language dialect
into C code that implements the schema using Berkeley DB. It is
intended to provide a quick and easy means of getting started with
Berkeley DB for users who are already conversant with SQL. It also
introduces a convenient way to express a Berkeley DB schema in a
format that is both external to the program that uses it and
compatible with relational databases.
</p>
<p>
The <span class="command"><strong>db_sql_codegen</strong></span> command reads DDL from an input stream,
and writes C code to an output stream. With no command line options,
it will read from stdin and write to stdout. A more common usage mode
would be to supply the DDL in a named input file (-i option). With
only the -i option, <span class="command"><strong>db_sql_codegen</strong></span> will produce two files:
a C-language source code (.c) file and a C-language header (.h) file,
with names that are derived from the name of the input file. You can
also control the names of these output files with the -o and -h
options. The -x option causes the generated code to be
transaction-aware. Finally, the -t option will produce a simple application
that invokes the generated function API. This is a C-language source
file that includes a main function, and serves the dual purposes of
providing a simple test for the generated C code, and of being an
example of how to use the generated API.
</p>
<p>
The options are as follows:
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>
<span class="bold"><strong>-i</strong></span><ddl input file>
</p>
<p>
Names the input file containing SQL DDL.
</p>
</li>
<li>
<p>
<span class="bold"><strong>-o</strong></span> <output C code file>
</p>
<p>
Names the output C-language source code file.
</p>
</li>
<li>
<p>
<span class="bold"><strong>-h</strong></span> <output header file>
</p>
<p>
Names the output C-language header file.
</p>
</li>
<li>
<p>
<span class="bold"><strong>-t</strong></span> <test output file>
</p>
<p>
Names the output C-langage test file.
</p>
</li>
<li>
<p>
<span class="bold"><strong>-x</strong></span>
</p>
<p>
Sets the default transaction mode to TRANSACTIONAL.
</p>
</li>
</ul>
</div>
<p>
The <span class="command"><strong>db_sql_codegen</strong></span> utility exits 0 on success, and >0 if an error occurs.
</p>
<p> Note that the <span class="command"><strong>db_sql_codegen</strong></span> utility is built only when --enable-sql_codegen option is passed as an argument when you are configuring Berkeley DB. For more information, see <a href="../../installation/build_unix_conf.html" class="olink">"Configuring Berkeley DB"</a></p>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp5244184"></a>Input Syntax</h3>
</div>
</div>
</div>
<p>
The input file can contain the following SQL DDL statements.
</p>
<div class="itemizedlist">
<ul type="disc">
<li>
<p>
<span class="bold"><strong>CREATE DATABASE</strong></span>
</p>
<p>
The DDL must contain a CREATE DATABASE statement. The syntax is simply
</p>
<pre class="programlisting">CREATE DATABASE name;</pre>
<p>. The
name given here is used as the name of the Berkeley DB
environment in which the Berkeley DB databases are created.
</p>
</li>
<li>
<p>
<span class="bold"><strong>CREATE TABLE</strong></span>
</p>
<p>
Each CREATE TABLE statement produces functions to create and
delete a primary Berkeley DB database. Also produced are
functions to perform record insertion, retrieval and deletion
on this database.
</p>
<p>
CREATE TABLE establishes the field set of records that can
be stored in the Berkeley DB database. Every CREATE TABLE
statement must identify a primary key to be used as the
lookup key in the Berkeley DB database.
</p>
<p>
Here is an example to illustrate the syntax of CREATE TABLE that
is accepted by <span class="command"><strong>db_sql_codegen</strong></span>:
</p>
<p>
</p>
<pre class="programlisting">CREATE TABLE person (person_id INTEGER PRIMARY KEY,
name VARCHAR(64),
age INTEGER);</pre>
<p>
</p>
<p>
This results in the creation of functions to manage a database in
which every record is an instance of the following C language
data structure:
</p>
<p>
</p>
<pre class="programlisting">typedef struct _person_data {
int person_id;
char name[PERSON_DATA_NAME_LENGTH];
int age;
} person_data; </pre>
<p>
</p>
</li>
<li>
<p>
<span class="bold"><strong>CREATE INDEX</strong></span> You can create
secondary Berkeley DB databases to be used as indexes into a
primary database. For example, to make an index on the "name"
field of the "person" table mentioned above, the SQL DDL would
be:
</p>
<p>
</p>
<pre class="programlisting">CREATE INDEX name_index ON person(name);</pre>
<p>
</p>
<p>
This causes <span class="command"><strong>db_sql_codegen</strong></span> to emit functions to
manage creation and deletion of a secondary database called
"name_index," which is associated with the "person" database
and is set up to perform lookups on the "name" field.
</p>
</li>
</ul>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp5239408"></a>Hint Comments</h3>
</div>
</div>
</div>
<p>
The SQL DDL input may contain comments. Two types of comments are
recognized. C-style comments begin with "/*" and end with "*/".
These comments may extend over multiple lines.
</p>
<p>
Single line comments begin with "--" and run to the end of the line.
</p>
<p>
If the first character of a comment is "+" then the comment is
interpreted as a "hint comment." Hint comments can be used to
configure Berkeley DB features that cannot be represented in SQL DDL.
</p>
<p>
Hint comments are comma-separated lists of property assignments of the
form "property=value." Hint comments apply to the SQL DDL statement
that immediately precedes their appearance in the input. For example:
</p>
<p>
</p>
<pre class="programlisting">CREATE DATABASE peopledb; /*+ CACHESIZE = 16m */</pre>
<p>
</p>
<p>
This causes the generated environment creation function to set the
cache size to sixteen megabytes.
</p>
<p>
In addition to the CACHESIZE example above, two other
hint comment keywords are recognized: DBTYPE and MODE.
</p>
<p>
After a CREATE TABLE or CREATE INDEX statement, you may set the
database type by assigning the DBTYPE property in a hint comment.
Possible values for DBTYPE are BTREE and HASH.
</p>
<p>
After a CREATE DATABASE or CREATE TABLE statement, you may tell
<span class="command"><strong>db_sql_codegen</strong></span> whether to generate transaction-aware
code by assigning the MODE property in a hint comment. The
possible values for MODE are TRANSACTIONAL and NONTRANSACTIONAL.
By default, generated code is not transaction-aware. If
MODE=TRANSACTIONAL appears on a CREATE DATABASE statement, then
the default for every CREATE TABLE statement becomes
TRANSACTIONAL. Individual CREATE TABLE statements may have
MODE=TRANSACTIONAL or MODE=NONTRANSACTIONAL, to control whether
the code generated for accessing and updating the associated
Berkeley DB database is transaction aware.
</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp5246592"></a>Transactions</h3>
</div>
</div>
</div>
<p>
By default, the code generated by <span class="command"><strong>db_sql_codegen</strong></span> is
not transaction-aware. This means that the generated API for
reading and updating BDB databases operates in nontransactional
mode. When transactional mode is enabled, either through the
command-line option <span class="bold"><strong>-x</strong></span> or by the
inclusion of MODE-setting hint comments in the DDL source, the
generated data access functions take an extra argument which is a
pointer to DB_TXN. To use transactions, application code must
acquire a DB_TXN from a call to DB_ENV->txn_begin, and supply a
pointer to this object when invoking the db_sql_codegen-generated
functions that requre such an argument.
</p>
<p>
Transaction-aware APIs that were generated by db_sql_codegen can be used in
nontransactional mode by passing NULL for the DB_TXN pointer
arguments.
</p>
<p>
For more information about using BDB transactions, please consult
the documentation for <a class="xref" href="txn.html#txnlist" title="Transaction Subsystem and Related Methods">Transaction Subsystem and Related Methods</a> .
</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp5252224"></a>Type Mapping</h3>
</div>
</div>
</div>
<p>
<span class="command"><strong>db_sql_codegen</strong></span> must map the schema expressed as SQL
types into C language types. It implements the following mappings:
</p>
<p>
</p>
<pre class="programlisting">BIN char[]
VARBIN char[]
CHAR char[]
VARCHAR char[]
VARCHAR2 char[]
BIT char
TINYINT char
SMALLINT short
INTEGER int
INT int
BIGINT long
REAL float
DOUBLE double
FLOAT double
DECIMAL double
NUMERIC double
NUMBER(p,s) int, long, float, or double </pre>
<p>
</p>
<p>
While BIN/VARBIN and CHAR/VARCHAR are both represented as char arrays,
the latter are treated as null-terminated C strings, while the former
are treated as binary data.
</p>
<p>
The Oracle type NUMBER is mapped to different C types, depending
on its precision and scale values. If scale is 0, then it is
mapped to an integer type (long if precision is greater than 9).
Otherwise it is mapped to a floating point type (float if
precision is less than 7, otherwise double).
</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp5252752"></a>Output</h3>
</div>
</div>
</div>
<p>
Depending on the options given on the command
line, <span class="command"><strong>db_sql_codegen</strong></span> can produce three separate files: a .c
file containing function definitions that implement the generated API;
a .h file containing constants, data structures and prototypes of the
generated functions; and a second .c file that contains a sample
program that invokes the generated API. The latter program is usually
referred to as a smoke test.
</p>
<p>
Given the following sample input in a file named "people.sql":
</p>
<p>
</p>
<pre class="programlisting">CREATE DATABASE peopledb;
CREATE TABLE person (person_id INTEGER PRIMARY KEY,
name VARCHAR(64),
age INTEGER);
CREATE INDEX name_index ON person(name);</pre>
<p>
</p>
<p>
The command
</p>
<p>
</p>
<pre class="programlisting">db_sql_codegen -i people.sql -t test_people.c</pre>
<p>
</p>
<p>
Will produce files named people.h, people.c, and test_people.c.
</p>
<p>
The file people.h will contain the information needed to use the
generated API. Among other things, an examination of the generated .h
file will reveal:
</p>
<p>
</p>
<pre class="programlisting">#define PERSON_DATA_NAME_LENGTH 63</pre>
<p>
</p>
<p>
This is just a constant for the length of the string mapped from
the VARCHAR field.
</p>
<p>
</p>
<pre class="programlisting">typedef struct _person_data {
int person_id;
char name[PERSON_DATA_NAME_LENGTH];
int age;
} person_data; </pre>
<p>
</p>
<p>
This is the data structure that represents the record type that is
stored in the person database. There's that constant being used.
</p>
<p>
</p>
<pre class="programlisting">int create_peopledb_env(DB_ENV **envpp);
int create_person_database(DB_ENV *envp, DB **dbpp);
int create_name_index_secondary(DB_ENV *envp, DB *primary_dbp,
DB **secondary_dbpp); </pre>
<p>
</p>
<p>
These functions must be invoked to initialize the Berkeley DB
environment. However, see the next bit:
</p>
<p>
</p>
<pre class="programlisting">extern DB_ENV * peopledb_envp;
extern DB *person_dbp;
extern DB *name_index_dbp;
int initialize_peopledb_environment(); </pre>
<p>
</p>
<p>
For convenience, <span class="command"><strong>db_sql_codegen</strong></span> provides global
variables for the environment and database, and a single
initialization function that sets up the environment for you.
You may choose to use the globals and the single initialization
function, or you may declare your own DB_ENV and DB pointers,
and invoke the individual create_* functions yourself.
</p>
<p>
The word "create" in these function names might be confusing. It means
"create the environment/database if it doesn't already exist;
otherwise open it."
</p>
<p>
All of the functions in the generated API return Berkeley DB error
codes. If the return value is non-zero, there was an error of some
kind, and an explanatory message should have been printed on stderr.
</p>
<p>
</p>
<pre class="programlisting">int person_insert_struct(DB *dbp, person_data *personp);
int person_insert_fields(DB * dbp,
int person_id,
char *name,
int age); </pre>
<p>
</p>
<p>
These are the functions that you'd use to store a record in the
database. The first form takes a pointer to the data structure that
represents this record. The second form takes each field as a
separate argument.
</p>
<p>
If two records with the same primary key value are stored, the first
one is lost.
</p>
<p>
</p>
<pre class="programlisting">int get_person_data(DB *dbp, int person_key, person_data *data);</pre>
<p>
</p>
<p>
This function retrieves a record from the database. It seeks the
record with the supplied key, and populates the supplied structure
with the contents of the record. If no matching record is found, the
function returns DB_NOTFOUND.
</p>
<p>
</p>
<pre class="programlisting">int delete_person_key(DB *dbp, int person_key);</pre>
<p>
</p>
<p>
This function removes the record matching the given key.
</p>
<p>
</p>
<pre class="programlisting">typedef void (*person_iteration_callback)(void *user_data,
person_data *personp);
int person_full_iteration(DB *dbp,
person_iteration_callback user_func,
void *user_data); </pre>
<p>
</p>
<p>
This function performs a complete iteration over every record in
the person table. The user must provide a callback function
which is invoked once for every record found. The user's
callback function must match the prototype provided in the
typedef "person_iteration_callback." In the callback, the
"user_data" argument is passed unchanged from the "user_data"
argument given to person_full_iteration. This is provided
so that the caller of person_full_iteration can communicate
some context information to the callback function. The
"personp" argument to the callback is a pointer to the record
that was retrieved from the database. Personp points to data
that is valid only for the duration of the callback invocation.
</p>
<p>
</p>
<pre class="programlisting">int name_index_query_iteration(DB *secondary_dbp,
char *name_index_key,
person_iteration_callback user_func,
void *user_data); </pre>
<p>
</p>
<p>
This function performs lookups through the secondary index
database. Because duplicate keys are allowed in secondary
indexes, this query might return multiple instances. This
function takes as an argument a pointer to a user-written
callback function, which must match the function prototype
typedef mentioned above (person_iteration_callback). The
callback is invoked once for each record that matches the
secondary key.
</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idp5254464"></a>Test output</h3>
</div>
</div>
</div>
<p>
The test output file is useful as an example of how to invoke the
generated API. It will contain calls to the functions mentioned above,
to store a single record and retrieve it by primary key and through
the secondary index.
</p>
<p>
To compile the test, you would issue a command such as
</p>
<p>
</p>
<pre class="programlisting"> cc -I$BDB_INSTALL/include -L$BDB_INSTALL/lib -o test_people people.c \
test_people.c -ldb-4.8</pre>
<p>
</p>
<p>
This will produce the executable file test_people, which can be
run to exercise the generated API. The program generated from
people.sql will create a database environment in a directory
named "peopledb." This directory must be created before the
program is run.
</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="db_replicate.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="utilities.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="dbsql.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">db_replicate </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> dbsql</td>
</tr>
</table>
</div>
</body>
</html>
|
blog/week2.html | 40423117/2017springcd_hw | <!DOCTYPE html>
<html lang="en"
>
<head>
<title>[Week 2] 課程內容整理 - 2017Spring 協同產品設計實習 (虎尾科大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">
<link rel="canonical" href="./week2.html">
<meta name="author" content="40423117" />
<meta name="keywords" content="week2" />
<meta name="description" content="[Week 2] 第二週課程內容概要整理。 修改Start.bat,讓程式自動更改stunnel設定檔ip位址 利用solvespace畫出四連桿機構組立" />
<meta property="og:site_name" content="2017Spring 協同產品設計實習 (虎尾科大MDE)" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="[Week 2] 課程內容整理"/>
<meta property="og:url" content="./week2.html"/>
<meta property="og:description" content="[Week 2] 第二週課程內容概要整理。 修改Start.bat,讓程式自動更改stunnel設定檔ip位址 利用solvespace畫出四連桿機構組立"/>
<meta property="article:published_time" content="2017-03-02" />
<meta property="article:section" content="Course" />
<meta property="article:tag" content="week2" />
<meta property="article:author" content="40423117" />
<!-- 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="2017Spring 協同產品設計實習 (虎尾科大MDE) ATOM Feed"/>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shCore.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJScript.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushJava.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPython.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushSql.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushXml.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushPhp.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCpp.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCss.js"></script>
<script type="text/javascript" src="https://coursemdetw.github.io/project_site_files/files/syntaxhighlighter/shBrushCSharp.js"></script>
<script type="text/javascript" src="https://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 = "https://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 = "https://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">
2017Spring 協同產品設計實習 (虎尾科大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/course.html">Course</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="./week2.html"
rel="bookmark"
title="Permalink to [Week 2] 課程內容整理">
[Week 2] 課程內容整理
</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="2017-03-02T11:00:00+08:00"> Thu 02 March 2017</time>
</span>
<span class="label label-default">By</span>
<a href="./author/40423117.html"><i class="fa fa-user"></i> 40423117</a>
<span class="label label-default">Tags</span>
<a href="./tag/week2.html">week2</a>
</footer><!-- /.post-info --> </div>
</div>
<p>[Week 2] 第二週課程內容概要整理。</p>
<ol>
<li>修改Start.bat,讓程式自動更改stunnel設定檔ip位址</li>
<li>利用solvespace畫出四連桿機構組立</li>
</ol>
<hr/>
<h3>修改Start.bat,讓程式自動更改stunnel設定檔ip位址</h3>
<hr/>
<p><b><font color="#FF0000">修改前(備份):</font></b></p>
<pre class="brush: python">
REM tiny2017 主要針對初學 Python3 與 C 學員所建立
REM 近端使用 fossil 管理資料版本, 並且定時轉為 git 格式後上傳到 github
@echo off
REM 設定 y 硬碟代號與 data 目錄對應
set Disk=y
subst %Disk%: "data"
REM 設定 leo 相關對應 Home 位置
set HomePath=%Disk%:\home
set HomeDrive=%Disk%:\home
set Home=%Disk%:\home
REM 將系統 Python 程式的 io 設為 utf-8
set PYTHONIOENCODING="utf-8"
REM 將後續的指令執行, 以 %Disk% 為主
%Disk%:
REM 設定 PYTHONPATH
set PYTHONPATH=%Disk%:\python-3.5.3-embed-amd64
REM 設定 Leo 所用的編輯器
set LEO_EDITOR=%Disk%:\wscite\SciTE.exe
REM for fossil https 連線設定
set HTTPS=on
REM 指令搜尋路徑設定
set path1=%PATH%;%Disk%:;%Disk%:\python-3.5.3-embed-amd64;%Disk%:\git\bin;%Disk%:\stunnel\bin;%Disk%:\sqlite-tools;%Disk%:\python-3.5.3-embed-amd64\Scripts;%Disk%:\portablegit\bin;
path=%path1%;
start /MIN %Disk%:\wscite\SciTE.exe
start /MIN cmd.exe
start /MIN cmd.exe
start /MIN cmd.exe
REM 啟動 Leo 編輯器
REM %Disk%:\python-3.5.3-embed-amd64\python.exe %Disk%:\launchLeo.py
REM 啟動 stunnel
start /MIN fossil.exe server -P 127.0.0.1:8080 %Disk%:\tmp\fossil_repo
start /MIN stunnel.exe
Exit
</pre>
<p><b><font color="#FF0000">修改後:</font></b></p>
<pre class="brush: python">
REM tiny2017 主要針對初學 Python3 與 C 學員所建立
REM 近端使用 fossil 管理資料版本, 並且定時轉為 git 格式後上傳到 github
@echo off
REM 設定 y 硬碟代號與 data 目錄對應
set Disk=y
subst %Disk%: "data"
REM 設定 leo 相關對應 Home 位置
set HomePath=%Disk%:\home
set HomeDrive=%Disk%:\home
set Home=%Disk%:\home
REM 將系統 Python 程式的 io 設為 utf-8
set PYTHONIOENCODING="utf-8"
REM 將後續的指令執行, 以 %Disk% 為主
%Disk%:
REM 設定 PYTHONPATH
set PYTHONPATH=%Disk%:\python-3.5.3-embed-amd64
REM 設定 Leo 所用的編輯器
set LEO_EDITOR=%Disk%:\wscite\SciTE.exe
REM for fossil https 連線設定
set HTTPS=on
REM 指令搜尋路徑設定
set path1=%PATH%;%Disk%:;%Disk%:\python-3.5.3-embed-amd64;%Disk%:\git\bin;%Disk%:\stunnel\bin;%Disk%:\sqlite-tools;%Disk%:\python-3.5.3-embed-amd64\Scripts;%Disk%:\portablegit\bin;
set path2=c:\Windows\Microsoft.NET\Framework\v3.5;%Disk%:\python-3.5.3-embed-amd64\Lib\site-packages;
set path3="C:\Program Files (x86)\Google\Chrome\Application"
path=%path%;%path1%;%path2%;%path3%
start /MIN %Disk%:\wscite\SciTE.exe
start /MIN cmd.exe
start /MIN cmd.exe
start /MIN cmd.exe
REM 啟動 Leo 編輯器
REM %Disk%:\Miniconda3\python.exe %Disk%:\apps\launchLeo.py
REM 啟動 stunnel
start /MIN fossil.exe server -P 127.0.0.1:8080 %Disk%:\tmp\fossil_repo\vcp.fossil
REM 取得電腦 IP, 然後設定 %Disk%:/stunnel/config/stunnel.conf
for /f "delims=[] tokens=2" %%a in ('ping -4 -n 1 %ComputerName% ^| findstr [') do set NetworkIP=%%a
REM echo Network IP: %NetworkIP%
REM Saved in %Disk%:\stunnel\config\stunnel.conf
@echo off
REM 建立 stunnel.conf
@echo [https] > %Disk%:\stunnel\config\stunnel.conf
REM 附加資料
@echo accept = %NetworkIP%:443 >> %Disk%:\stunnel\config\stunnel.conf
@echo connect = 127.0.0.1:8080 >> %Disk%:\stunnel\config\stunnel.conf
@echo TIMEOUTclose = 0 >> %Disk%:\stunnel\config\stunnel.conf
@echo cert = %Disk%:\stunnel\config\localhost.crt >> %Disk%:\stunnel\config\stunnel.conf
@echo key = %Disk%:\stunnel\config\localhost.key >> %Disk%:\stunnel\config\stunnel.conf
REM 啟動 stunnel
start /MIN stunnel.exe
REM set proxy
REG IMPORT setup_proxy.reg
REM 以 chrome 連線到 https://%NetworkIP%:443
REM chrome --proxy-server="140.130.17.17:3128" --proxy-bypass-list="192.168.1.*;*.edu.tw" https://%NetworkIP%
chrome https://%NetworkIP% http://mde.tw https://mde2a1.kmol.info https://mde2a2.kmol.info https://vimeo.com/user24079973 http://mde.tw/2017springcd/blog/ http://mde.tw/2017springwcm/blog/ http://mde.tw/2017springvcp/blog/ http://service.mde.tw
Exit
</pre>
<h3>solvespace 影片教學</h3>
<hr/>
<p><button onClick="lity('https://www.youtube.com/embed/1MNClElz85g?rel=0')"><span class="glyphicon glyphicon-facetime-video"></span> link_30影片</button>
<button onClick="lity('https://www.youtube.com/embed/ZRmordUEods?rel=0')"><span class="glyphicon glyphicon-facetime-video"></span> link_50影片</button>
<button onClick="lity('https://www.youtube.com/embed/GxHJHj9Syfw?rel=0')"><span class="glyphicon glyphicon-facetime-video"></span> link_60影片</button>
<button onClick="lity('https://www.youtube.com/embed/Aq9CxzepNR0?rel=0')"><span class="glyphicon glyphicon-facetime-video"></span> 組立影片</button></p>
<h3>solvespace 零件檔領取</h3>
<hr/>
<ul>
<li>
<p><a href="https://40423117.github.io/2017springcd_hw/data/w2/link_30.slvs">link_30.slvs</a></p>
</li>
<li>
<p><a href="https://40423117.github.io/2017springcd_hw/data/w2/link_50.slvs">link_50.slvs</a></p>
</li>
<li>
<p><a href="https://40423117.github.io/2017springcd_hw/data/w2/link_60.slvs">link_60.slvs</a></p>
</li>
<li>
<p><a href="https://40423117.github.io/2017springcd_hw/data/w2/fourbar.slvs">組立檔</a></p>
</li>
</ul>
</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="./week18.html">
[Final] 期中後到期末總整理
</a>
</li>
<li class="list-group-item">
<a href="./week17.html">
[Week 17] 期末協同查驗與自評
</a>
</li>
<li class="list-group-item">
<a href="./week17_2d.html">
W17 行走機構 2D 靜態繪圖
</a>
</li>
<li class="list-group-item">
<a href="./week17_2d_axis.html">
[Final] axises繪圖函式呼叫
</a>
</li>
<li class="list-group-item">
<a href="./week17_final.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/course.html">
<i class="fa fa-folder-open fa-lg"></i> Course
</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">© 2017 KMOL
· 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>
<!-- for https://github.com/jsor/lity lightbox video popup -->
<link href="./theme/css/lity.css" rel="stylesheet">
<script src="./theme/js/lity.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> |
src/themes/clean/templates/core/accounts/reset_password.html | BirkbeckCTP/janeway | {% extends "core/base.html" %}
{% load i18n %}
{% load bootstrap4 %}
{% block title %}{% trans "Reset Password" %}{% endblock title %}
{% block body %}
<div class="row">
<div class="col-md-6 offset-md-3">
<div class="card">
<div class="card-block">
<div class="col-md-12">
<form method="POST">
{% csrf_token %}
<div class="form-group">
<h5>{% trans "Enter your new password twice to complete the reset process" %}:</h5>
<p>{% blocktrans %}Your password should be at minimum 12 characters long. It does not
need to contain specific
characters but you should make it as long as possible. For more information read our
<a href="#" data-toggle="modal" data-target="#passwordmodal">password
guide</a>.{% endblocktrans %}</p>
{% bootstrap_form form %}
<br/>
<button type="submit"
class="btn btn-primary btn-block">{% trans "Reset Password" %}</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="passwordmodal" tabindex="-1" role="dialog" aria-labelledby="passwordmodal"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Password Guide</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p class="lead">{% trans 'When it comes to passwords, length is better than complexity.' %}</p>
<p>{% blocktrans %}Its a common myth that a short and complex password (Jfjfy&65^87) is more secure than a long and
uncomplicated password (our awesome moon base rocks).{% endblocktrans %}</p>
<p>{% blocktrans %}We recommend selecting a long, but easy to remember password such as <em>our awesome moon base
rocks</em> which would take an estimated septillion years to crack as opposed to a complex one
like <em>Jfjfy&65^87</em> which would take just over 600 years on a standard computer.{% endblocktrans %}</p>
</div>
</div>
</div>
</div>
{% endblock body %} |
Ephesoft_Community_Release_4.0.2.0/javadocs/com/ephesoft/dcma/gwt/core/client/class-use/View.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:43:16 IST 2015 -->
<title>Uses of Class com.ephesoft.dcma.gwt.core.client.View</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="Uses of Class com.ephesoft.dcma.gwt.core.client.View";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/ephesoft/dcma/gwt/core/client/View.html" title="class in com.ephesoft.dcma.gwt.core.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/ephesoft/dcma/gwt/core/client/class-use/View.html" target="_top">Frames</a></li>
<li><a href="View.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.ephesoft.dcma.gwt.core.client.View" class="title">Uses of Class<br>com.ephesoft.dcma.gwt.core.client.View</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../com/ephesoft/dcma/gwt/core/client/View.html" title="class in com.ephesoft.dcma.gwt.core.client">View</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.ephesoft.dcma.gwt.core.client">com.ephesoft.dcma.gwt.core.client</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.ephesoft.dcma.gwt.core.client">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/ephesoft/dcma/gwt/core/client/View.html" title="class in com.ephesoft.dcma.gwt.core.client">View</a> in <a href="../../../../../../../com/ephesoft/dcma/gwt/core/client/package-summary.html">com.ephesoft.dcma.gwt.core.client</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../com/ephesoft/dcma/gwt/core/client/package-summary.html">com.ephesoft.dcma.gwt.core.client</a> with type parameters of type <a href="../../../../../../../com/ephesoft/dcma/gwt/core/client/View.html" title="class in com.ephesoft.dcma.gwt.core.client">View</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../../com/ephesoft/dcma/gwt/core/client/BasePresenter.html" title="class in com.ephesoft.dcma.gwt.core.client">BasePresenter</a><C extends <a href="../../../../../../../com/ephesoft/dcma/gwt/core/client/Controller.html" title="class in com.ephesoft.dcma.gwt.core.client">Controller</a>,V extends <a href="../../../../../../../com/ephesoft/dcma/gwt/core/client/View.html" title="class in com.ephesoft.dcma.gwt.core.client">View</a>></strong></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/ephesoft/dcma/gwt/core/client/View.html" title="class in com.ephesoft.dcma.gwt.core.client">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/ephesoft/dcma/gwt/core/client/class-use/View.html" target="_top">Frames</a></li>
<li><a href="View.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>
|
p/themes/Swage/swage.rtl.css | FreshRSS/FreshRSS | input,
select, textarea {
min-height: 25px;
margin-top: 4px;
line-height: 25px;
vertical-align: middle;
background: #fcfcfc;
border: none;
padding-right: 5px;
}
input:invalid,
select:invalid {
color: #b0425b;
border-color: #b0425b;
box-shadow: none;
}
.nav-list .item, .nav-list .nav-header {
height: 2.5em;
line-height: 2.5em;
font-size: 0.9rem;
}
.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link,
.dropdown-menu > .item button, .dropdown-menu > .item {
padding: 0 22px;
color: #fcfcfc;
font-size: 0.8rem;
line-height: 2.5em;
}
.flux::after, .form-group::after {
content: "";
display: block;
clear: both;
}
#nav_entries, .notification, #new-article, .aside, .header > .item.title, .stick.configure-feeds {
width: 231px;
}
html,
body {
height: 100%;
font-family: Helvetica, Arial, sans-serif;
}
a {
color: #00488b;
outline: none;
}
a.btn {
min-height: 25px;
line-height: 25px;
text-decoration: none;
}
a.btn:hover {
background: #00488b;
}
a#btn-subscription {
width: 76%;
}
a#btn-add {
width: 5%;
}
img.icon:hover {
background: none;
}
main#stream {
margin-top: 35px;
}
sup {
top: -0.3em;
}
legend {
margin: 20px 0 5px;
padding: 5px 20px;
background: #e3e3e3;
display: inline-block;
width: auto;
font-size: 1.4em;
clear: both;
}
label {
min-height: 25px;
}
textarea {
background: #e3e3e3;
width: 360px;
height: 100px;
}
textarea:focus {
border-color: #00488b;
}
input:focus,
select:focus {
border-color: #00488b;
}
input:disabled,
select:disabled {
background: #fcfcfc;
}
select {
background: #e3e3e3;
}
input.extend {
transition: width 200ms linear;
}
option {
padding: 0 0.5em;
}
table {
border-collapse: collapse;
}
tr,
td,
th {
padding: 0.5em;
border: 1px solid #e3e3e3;
}
th {
background: #fcfcfc;
}
form td,
form th {
font-weight: normal;
text-align: center;
}
.category .title.error::before {
display: inline-block;
padding-left: 7px;
width: 16px;
content: url(../Swage/icons/error.svg);
}
.form-group {
padding: 5px;
border: 1px solid transparent;
}
.form-group:hover {
background: #fcfcfc;
border: 1px solid #fcfcfc;
}
.form-group.form-actions {
margin: 15px 0 25px;
padding: 5px 0;
background: #e3e3e3;
border-top: 3px solid #e3e3e3;
}
.form-group.form-actions .btn {
margin: 0 10px;
}
.form-group .group-name {
padding: 10px 0;
text-align: left;
}
.form-group .group-controls {
min-height: 25px;
padding: 5px 0;
}
.form-group .group-controls .control {
line-height: 2em;
}
.stick {
vertical-align: middle;
font-size: 0;
}
.btn {
margin: 0;
padding: 5px 10px;
background: #0062be;
display: inline-block;
color: #fcfcfc;
font-size: 0.9rem;
border: none;
min-height: 35px;
min-width: 15px;
vertical-align: middle;
cursor: pointer;
overflow: hidden;
}
.btn.active,
.btn :active,
.btn :hover {
background: #00488b;
text-decoration: none;
}
.btn-important, .btn-attention {
font-weight: normal;
background: #fa8052;
color: #fcfcfc;
}
.btn-important:hover,
.btn-important :active, .btn-attention:hover,
.btn-attention :active {
background: #f95c20 !important;
}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;
background: #22303d;
color: #fcfcfc;
cursor: default;
}
.nav-list .item:hover, .nav-list .item.active {
background: #00488b;
color: #fcfcfc;
}
.nav-list .item:hover a, .nav-list .item.active a {
color: #fcfcfc;
}
.nav-list .item:hover.empty a,
.nav-list .item:hover .error a, .nav-list .item.active.empty a,
.nav-list .item.active .error a {
color: #fcfcfc;
}
.nav-list .item:hover.empty a, .nav-list .item.active.empty a {
background: #fa8052;
}
.nav-list .item:hover.error a, .nav-list .item.active.error a {
background: #c46178;
}
.nav-list .item > a {
padding: 0 10px;
}
.nav-list .item.empty a {
color: #fa8052;
}
.nav-list .item.error a {
color: #c46178;
}
.nav-list .disable {
text-align: center;
background: #fcfcfc;
color: #969696;
}
.nav-list .nav-form {
padding: 3px;
text-align: center;
}
.nav-list a:hover {
text-decoration: none;
}
.nav-head {
margin: 0;
text-align: left;
background: #22303d;
color: #fcfcfc;
}
.nav-head a {
color: #fcfcfc;
}
.nav-head .item {
padding: 5px 10px;
font-size: 0.9rem;
line-height: 1.5rem;
}
.horizontal-list {
margin: 0;
padding: 0;
}
.horizontal-list .item {
vertical-align: middle;
}
.dropdown-menu {
padding: 5px 0;
font-size: 0.8rem;
text-align: right;
border: none;
background-color: #00488b;
}
.dropdown-menu .dropdown-header {
cursor: default;
}
.dropdown-menu::after {
content: none;
}
.dropdown-menu > .item {
padding: 0;
margin-right: 10px;
}
.dropdown-menu > .item > a {
min-width: initial;
white-space: nowrap;
}
.dropdown-menu > .item > a:hover,
.dropdown-menu > .item > button:hover {
background: #0062be;
color: #fcfcfc;
}
.dropdown-menu > .item[aria-checked=true] > a::before {
font-weight: bold;
margin: 0 -14px 0 0;
}
.dropdown-menu .input select,
.dropdown-menu .input input {
margin: 0 auto 5px;
padding: 2px 5px;
}
.dropdown-header {
padding: 0 5px 5px;
font-weight: bold;
text-align: right;
color: #fcfcfc;
}
.separator {
margin: 5px 0;
border-bottom: 1px solid #e3e3e3;
cursor: default;
}
.alert {
margin: 5px auto;
padding: 10px 15px;
background: #fcfcfc;
color: #969696;
font-size: 0.9em;
border: none;
text-shadow: 0 0 1px #fcfcfc;
}
.alert > a {
color: inherit;
text-decoration: underline;
}
.alert-head {
font-size: 1.15em;
}
.alert-warn,
.alert-success,
.alert-error {
border: none;
}
.alert-warn {
background: #fcfcfc;
color: #fa8052;
}
.alert-success {
background: #fcfcfc;
color: #5eaabf;
}
.alert-error {
background: #fcfcfc;
color: #b0425b;
}
.pagination {
background: #e3e3e3;
color: #181621;
font-size: 0.8em;
text-align: center;
}
.pagination .item.pager-current {
background: #22303d;
color: #e3e3e3;
font-size: 1.5em;
font-weight: bold;
}
.pagination .item a {
display: block;
color: #181621;
font-style: italic;
line-height: 3em;
text-decoration: none;
}
.pagination .item a:hover {
background: #22303d;
color: #e3e3e3;
}
#load_more.loading,
#load_more.loading:hover {
background: url(loader.gif) center center no-repeat #22303d;
}
.content {
padding: 20px 10px;
}
.content .pagination {
margin: 0;
padding: 0;
}
.content hr {
margin: 30px 10px;
background: #e3e3e3;
height: 1px;
border: 0;
box-shadow: 0 2px 5px #e3e3e3;
}
.content pre {
margin: 10px auto;
padding: 10px 20px;
overflow: auto;
background: #181621;
color: #fcfcfc;
font-size: 0.9rem;
}
.content pre code {
background: transparent;
color: #fcfcfc;
border: none;
}
.content code {
padding: 2px 5px;
background: #fcfcfc;
color: #b0425b;
border: 1px solid #fcfcfc;
}
.content blockquote {
margin: 0;
padding: 5px 20px;
background: #fcfcfc;
display: block;
color: #969696;
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
}
.content blockquote p {
margin: 0;
}
.content > h1.title > a {
color: #181621;
}
.box {
border: 1px solid #e3e3e3;
}
.box .box-title {
margin: 0;
padding: 5px 10px;
background: #e3e3e3;
color: #969696;
border-bottom: 1px solid #e3e3e3;
}
.box .box-title .configure {
margin-left: 4px;
}
.box .box-content {
padding-right: 30px;
max-height: 260px;
}
.box .box-content .item {
padding: 0 10px;
font-size: 0.9rem;
line-height: 2.5em;
}
.box .box-content .item .configure .icon {
vertical-align: middle;
background-color: #e3e3e3;
}
.box.category .box-title .title {
font-weight: normal;
text-decoration: none;
text-align: right;
}
.box.category:not([data-unread="0"]) .box-title {
background: #0062be;
}
.box.category:not([data-unread="0"]) .box-title:active {
background: #00488b;
}
.box.category:not([data-unread="0"]) .box-title .title {
font-weight: bold;
color: #fcfcfc;
}
.box.category .title:not([data-unread="0"])::after {
background: none;
border: 0;
box-shadow: none;
position: absolute;
top: 5px;
left: 10px;
font-weight: bold;
text-shadow: none;
}
.box.category .item.feed {
padding: 2px 10px;
font-size: 0.8rem;
}
.tree {
margin: 10px 0;
}
.tree-folder-title {
padding: 0 10px;
background: #22303d;
height: 35px;
font-size: 1rem;
position: relative;
line-height: 2.3rem;
}
.tree-folder-title .title {
background: inherit;
color: #fcfcfc;
}
.tree-folder-title .title:hover {
text-decoration: none;
}
.tree-folder-items {
background: #22303d;
}
.tree-folder-items > .item {
padding: 0 10px;
line-height: 2.5rem;
font-size: 0.8rem;
}
.tree-folder-items > .item.active {
background: #00488b;
}
.tree-folder-items > .item > a {
text-decoration: none;
color: #fcfcfc;
}
@supports (scrollbar-width: thin) {
#sidebar {
scrollbar-color: rgba(255, 255, 255, 0.05) rgba(0, 0, 0, 0);
}
#sidebar:hover {
scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0);
}
}
@supports not (scrollbar-width: thin) {
#sidebar::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.1);
}
#sidebar:hover::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.3);
}
}
.header > .item {
vertical-align: middle;
}
.header > .item.title {
position: absolute;
text-align: center;
}
.header > .item.title .logo {
display: inline-block;
height: 26px;
vertical-align: top;
position: relative;
top: 5px;
filter: grayscale(100%) brightness(100);
}
.header > .item.search input {
width: 230px;
}
.header .item.search input:focus {
width: 350px;
}
.header .item.search {
display: none;
}
.header .item.configure {
position: fixed;
left: 0;
z-index: 1000;
width: 35px;
}
.aside {
padding: 35px 0;
background: #22303d;
}
.aside.aside_feed .tree {
margin: 0 0 50px;
}
.aside.aside_feed .nav-form input,
.aside.aside_feed .nav-form select {
width: 140px;
}
.aside.aside_feed .nav-form .dropdown .dropdown-menu {
left: -20px;
}
.aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
left: 33px;
}
.aside_feed .category .title:not([data-unread="0"])::after {
background-color: #00488b;
color: #fcfcfc;
}
.aside_feed .feed .item-title:not([data-unread="0"])::after {
background-color: #0062be;
color: #fcfcfc;
}
.aside_feed .tree-folder-items .dropdown-menu::after {
right: 2px;
}
.post {
padding: 10px 50px;
font-size: 0.9em;
}
.post input {
background: #e3e3e3;
}
.post input.long {
height: 33px;
margin-top: 0px;
}
.post form {
margin: 10px 0;
}
.post.content {
max-width: 550px;
}
.prompt {
text-align: center;
}
.prompt label {
text-align: right;
}
.prompt form {
margin: 10px auto 20px auto;
width: 200px;
}
.prompt input {
margin: 5px auto;
width: 100%;
}
.prompt p {
margin: 20px 0;
}
#new-article {
background: #0062be;
font-size: 1em;
text-align: center;
position: fixed;
bottom: 48px;
z-index: 900;
right: 0;
line-height: 1.5em;
}
#new-article > a {
line-height: 1.5em;
font-weight: bold;
color: #fcfcfc;
}
#new-article > a:hover {
text-decoration: none;
background: #00488b;
}
.day {
padding: 0 10px;
font-weight: bold;
line-height: 3em;
text-align: center;
}
.day .name {
display: none;
}
.nav a {
color: #fcfcfc;
}
.nav_menu {
width: 100%;
font-size: 0;
background-color: #0062be;
position: fixed;
z-index: 900;
}
.nav_menu .item.search {
display: inline-block;
position: fixed;
left: 40px;
}
.flux {
padding-left: 10px;
background: #fcfcfc;
}
.flux::after {
margin: 0 auto;
width: 90%;
border-top: 1px solid #e3e3e3;
}
.flux:hover,
.flux .current {
background: #fff;
}
.flux:hover:not(.current):hover .item.title,
.flux .current:not(.current):hover .item.title {
background: #fff;
}
.flux.favorite:not(.current) {
background: #fff6da;
}
.flux.favorite:not(.current):hover .item.title {
background: #fff6da;
}
.flux.not_read:not(.current) {
background: #fff3ed;
}
.flux.not_read:not(.current):hover .item.title {
background: #fff3ed;
}
.flux .item.date {
color: #969696;
font-size: 0.7rem;
}
.flux .bottom {
font-size: 0.8rem;
text-align: center;
}
.flux .website .favicon {
padding: 5px;
}
.flux label {
color: #fcfcfc;
cursor: pointer;
}
.flux_header {
font-size: 0.8rem;
cursor: pointer;
}
.flux_header .title {
font-size: 0.9rem;
}
.notification {
padding: 10px 0;
background: #e3e3e3;
height: auto;
color: #969696;
font-size: 1em;
border: none;
text-align: center;
font-weight: bold;
z-index: 10;
vertical-align: middle;
position: fixed;
bottom: 48px;
right: 0;
top: auto;
}
.notification.good, .notification.bad {
color: #fcfcfc;
}
.notification.good {
background: #5eaabf;
}
.notification.good a.close:hover {
background: #5eaabf;
}
.notification.bad {
background: #c46178;
}
.notification.bad a.close:hover {
background: #c46178;
}
.notification#actualizeProgress {
line-height: 2em;
}
.notification a.close {
display: none;
}
#bigMarkAsRead {
text-align: center;
text-decoration: none;
background: #e3e3e3;
}
#bigMarkAsRead:hover {
background: #22303d;
color: #fcfcfc;
}
#nav_entries {
margin: 0;
text-align: center;
line-height: 3em;
table-layout: fixed;
background: #22303d;
}
.stat {
margin: 10px 0 20px;
}
.stat th,
.stat td,
.stat tr {
border: none;
}
.stat > table td,
.stat > table th {
border-bottom: 1px solid #e3e3e3;
}
.stat > .horizontal-list {
margin: 0 0 5px;
}
.stat > .horizontal-list .item {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.stat > .horizontal-list .item:first-child {
width: 270px;
}
.formLogin #global {
height: 0;
}
.formLogin .header {
background: #22303d;
height: 55px;
}
.formLogin .header > .item.configure {
width: 200px;
position: unset;
}
.formLogin a.signin {
color: #fcfcfc;
padding-right: 5px;
}
.formLogin input {
border-top: 1px #e3e3e3;
border-left: 1px #e3e3e3;
border-bottom: 1px #e3e3e3;
border-right: 5px solid;
}
.loglist {
overflow: hidden;
border: 1px solid #969696;
}
.log {
padding: 5px 2%;
background: #fcfcfc;
font-size: 0.8rem;
overflow: auto;
}
.log > .date {
margin: 0 0 0 10px;
padding: 5px 10px;
}
.log.error > .date {
background: #c46178;
color: #fcfcfc;
}
.log.warning > .date {
background: #fa8052;
color: #fcfcfc;
}
.log.notice > .date {
background: #e3e3e3;
color: #fcfcfc;
}
.log.debug > .date {
background: #181621;
color: #fcfcfc;
}
@media (max-width: 840px) {
.formLogin .header {
display: none;
}
.form-group .group-name {
padding-bottom: 0;
text-align: right;
}
.dropdown-header, .dropdown-menu > .item {
padding: 12px;
}
#new-article {
width: 100%;
position: sticky;
top: 0;
}
.header {
display: table;
}
.header .item.title .logo {
display: none;
}
.header .item.configure {
padding: 0;
position: absolute;
left: 77px;
}
.header > .item.title a {
display: block;
position: absolute;
top: -35px;
right: 10px;
}
button.read_all.btn {
display: none;
}
.flux .item.manage,
.flux_header .item.website {
width: 35px;
text-align: center;
}
.aside {
width: 0;
transition: width 200ms linear;
}
.aside .toggle_aside {
background: #22303d;
display: block;
height: 50px;
line-height: 50px;
text-align: left;
padding-left: 10px;
}
.aside.aside_feed {
padding: 0;
}
.aside.aside_feed .configure-feeds {
display: flex;
margin-top: 0;
margin-right: auto;
margin-left: auto;
}
.aside:target {
width: 78%;
z-index: 1000;
}
.nav_menu {
position: initial;
height: 71px;
}
.nav_menu .btn {
margin: 0;
}
.nav_menu .stick {
margin: 0;
}
.nav_menu .stick .btn {
margin: 0;
}
.nav_menu .search {
position: absolute !important;
top: 3px;
right: 37px;
}
.nav_menu .search form {
display: block;
}
.nav_menu .search input {
width: 85%;
}
.pagination {
margin: 0 0 3.5em;
}
#panel .close,
.dropdown-menu .toggle_aside {
background: #22303d;
display: block;
height: 50px;
line-height: 50px;
text-align: left;
padding-left: 10px;
}
.dropdown-target:target ~ .dropdown-toggle.btn::after {
display: none;
}
.day .name {
font-size: 1.1rem;
}
.notification {
width: 100%;
}
.notification a.close {
background: transparent;
display: block;
right: 0;
}
.notification a.close:hover {
opacity: 0.5;
}
.notification a.close .icon {
display: none;
}
#nav_entries {
width: 100% !important;
}
.post {
padding-right: 15px;
padding-left: 15px;
}
div#stream {
margin-top: 0px;
}
a.btn.toggle_aside {
position: absolute;
top: 0;
}
form#mark-read-menu,
a#actualize,
a#toggle-order,
div#nav_menu_actions,
div#nav_menu_views {
position: absolute;
}
form#mark-read-menu {
left: 38px;
top: 0;
}
a#actualize,
a#toggle-order {
left: 0;
}
a#actualize {
top: 0;
}
a#toggle-order,
div#nav_menu_actions,
div#nav_menu_views {
top: 36px;
}
div#nav_menu_actions {
right: 0px;
}
div#nav_menu_views {
left: 50px;
}
}
@media (max-width: 410px) {
.nav_menu .stick {
margin: 0;
}
}
@media (max-width: 374px) {
#nav_menu_views {
display: none;
}
}
button.as-link {
color: #fcfcfc;
outline: none;
}
.dropdown-target:target ~ .btn.dropdown-toggle {
background: #00488b;
}
.tree-folder.active .tree-folder-title {
background: #00488b;
font-weight: bold;
}
.feed.item.empty {
color: #fa8052;
}
.feed.item.empty.active {
background: #fa8052;
color: #fcfcfc;
}
.feed.item.empty.active > a {
color: #fcfcfc;
}
.feed.item.empty > a {
color: #fa8052;
}
.feed.item.error {
color: #c46178;
}
.feed.item.error.active {
background: #c46178;
color: #fcfcfc;
}
.feed.item.error.active > a {
color: #fcfcfc;
}
.feed.item.error > a {
color: #c46178;
}
#dropdown-query ~ .dropdown-menu .dropdown-header .icon {
vertical-align: middle;
float: left;
}
#stream.reader .flux {
padding: 0 0 50px;
background: #fcfcfc;
color: #22303d;
border: none;
}
#stream.reader .flux .author {
margin: 0 0 10px;
color: #969696;
font-size: 90%;
}
#nav_menu_actions ul.dropdown-menu, #nav_menu_read_all ul.dropdown-menu {
right: 0px;
}
#slider label {
min-height: initial;
}
#slider .form-group:hover {
background: initial;
}
|
core/doc/admin/maintenance/manual_upgrade.html | jacklicn/owncloud | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Manual ownCloud Upgrade — ownCloud 10.0.1 Server Administration Manual 10.0.1 documentation</title>
<link rel="stylesheet" href="../_static/" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/main.min.css" type="text/css" />
<link rel="stylesheet" href="../_static/styles.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '10.0.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="../_static/bootstrap-3.1.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
<link rel="top" title="ownCloud 10.0.1 Server Administration Manual 10.0.1 documentation" href="../contents.html" />
<link rel="up" title="Maintenance" href="index.html" />
<link rel="next" title="Restoring ownCloud" href="restore.html" />
<link rel="prev" title="Upgrading ownCloud with the Updater App" href="update.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#1d2d44">
</head>
<body role="document">
<div class="wrap container not-front">
<div class="content row">
<main class="main">
<div class="row page-content-header">
<div class="col-md-5 col-md-offset-7">
<form class="headersearch" style="margin-bottom:-3px;" action="../search.html" method="get">
<input type="text" value="" name="q" id="q" class="form-control" />
<button class="btn btn-default" type="submit" id="searchsubmit">Search</button>
</form>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="sidebar">
<div class="menu-support-container">
<ul id="menu-support" class="menu">
<ul>
<li><a href="../contents.html">Table of Contents</a></li>
</ul>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../index.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="../release_notes.html">Release Notes</a></li>
<li class="toctree-l1"><a class="reference internal" href="../whats_new_admin.html">What’s New in ownCloud 10.0.1</a></li>
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="../configuration_database/index.html">Database Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../configuration_files/index.html">File Sharing and Management</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Maintenance</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="enable_maintenance.html">Maintenance Mode Configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="backup.html">Backing up ownCloud</a></li>
<li class="toctree-l2"><a class="reference internal" href="upgrade.html">How to Upgrade Your ownCloud Server</a></li>
<li class="toctree-l2"><a class="reference internal" href="package_upgrade.html">Upgrade ownCloud From Packages</a></li>
<li class="toctree-l2"><a class="reference internal" href="update.html">Upgrading ownCloud with the Updater App</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="">Manual ownCloud Upgrade</a></li>
<li class="toctree-l2"><a class="reference internal" href="restore.html">Restoring ownCloud</a></li>
<li class="toctree-l2"><a class="reference internal" href="migrating.html">Migrating to a Different Server</a></li>
<li class="toctree-l2"><a class="reference internal" href="migrating.html#example">Example</a></li>
<li class="toctree-l2"><a class="reference internal" href="migrating.html#migration">Migration</a></li>
<li class="toctree-l2"><a class="reference internal" href="manually-moving-data-folders.html">How To Manually Move a Data Directory</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../configuration_mimetypes/index.html">Mimetypes Management</a></li>
<li class="toctree-l1"><a class="reference internal" href="../configuration_server/index.html">Server Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="../configuration_user/index.html">User Management</a></li>
<li class="toctree-l1"><a class="reference internal" href="../issues/index.html">Issues and Troubleshooting</a></li>
<li class="toctree-l1"><a class="reference internal" href="../enterprise/index.html">Enterprise Features</a></li>
</ul>
</ul>
</div>
</div>
</div>
<div class="col-md-9">
<div class="page-content">
<ul class="prevnext-title list-unstyled list-inline">
<li class="prev">
<a href="update.html" title="Previous Chapter: Upgrading ownCloud with the Updater App"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm">« Upgrading own...</span>
</a>
</li>
<li class="next">
<a href="restore.html" title="Next Chapter: Restoring ownCloud"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm">Restoring own... »</span>
</a>
</li>
</ul>
<div class="section" id="manual-owncloud-upgrade">
<h1>Manual ownCloud Upgrade<a class="headerlink" href="#manual-owncloud-upgrade" title="Permalink to this headline">¶</a></h1>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">When upgrading from oC 9.0 to 9.1 with existing Calendars or Adressbooks
please have a look at the <a class="reference internal" href="../release_notes.html"><em>Release Notes</em></a> of oC 9.0 for important info
about the needed migration steps during that upgrade.</p>
</div>
<p>Always start by making a fresh backup and disabling all 3rd party apps.</p>
<p>Put your server in maintenance mode. This prevents new logins, locks the
sessions of logged-in users, and displays a status screen so users know what is
happening. There are two ways to do this, and the preferred method is to use the
<a class="reference internal" href="../configuration_server/occ_command.html"><em>occ command</em></a>, which you must run as
your HTTP user. This example is for Ubuntu Linux:</p>
<div class="highlight-python"><div class="highlight"><pre>sudo -u www-data php occ maintenance:mode --on
</pre></div>
</div>
<p>The other way is by entering your <code class="docutils literal"><span class="pre">config.php</span></code> file and changing
<code class="docutils literal"><span class="pre">'maintenance'</span> <span class="pre">=></span> <span class="pre">false,</span></code> to <code class="docutils literal"><span class="pre">'maintenance'</span> <span class="pre">=></span> <span class="pre">true,</span></code>.</p>
<ol class="arabic">
<li><p class="first">Back up your existing ownCloud Server database, data directory, and
<code class="docutils literal"><span class="pre">config.php</span></code> file. (See <a class="reference internal" href="backup.html"><em>Backing up ownCloud</em></a>.)</p>
</li>
<li><p class="first">Download and unpack the latest ownCloud Server release (Archive file) from
<a class="reference external" href="https://owncloud.org/install/">owncloud.org/install/</a> into an empty directory outside
of your current installation.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">To unpack your new tarball, run:
tar xjf owncloud-[version].tar.bz2</p>
</div>
</li>
</ol>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">Enterprise users must download their new ownCloud archives from
their accounts on <a class="reference external" href="https://customer.owncloud.com/owncloud/">https://customer.owncloud.com/owncloud/</a></p>
</div>
<ol class="arabic" start="3">
<li><p class="first">Stop your Web server.</p>
</li>
<li><p class="first">Rename your current ownCloud directory, for example <code class="docutils literal"><span class="pre">owncloud-old</span></code>.</p>
</li>
<li><p class="first">Unpacking the new archive creates a new <code class="docutils literal"><span class="pre">owncloud</span></code> directory populated
with your new server files. Copy this directory and its contents to the
original location of your old server, for example <code class="docutils literal"><span class="pre">/var/www/</span></code>, so that
once again you have <code class="docutils literal"><span class="pre">/var/www/owncloud</span></code>.</p>
</li>
<li><p class="first">Copy the <code class="docutils literal"><span class="pre">config.php</span></code> file from your old ownCloud directory to your new
ownCloud directory.</p>
</li>
<li><p class="first">If you keep your <code class="docutils literal"><span class="pre">data/</span></code> directory in your <code class="docutils literal"><span class="pre">owncloud/</span></code> directory, copy
it from your old version of ownCloud to your new <code class="docutils literal"><span class="pre">owncloud/</span></code>. If you keep
it outside of <code class="docutils literal"><span class="pre">owncloud/</span></code> then you don’t have to do anything with it,
because its location is configured in your original <code class="docutils literal"><span class="pre">config.php</span></code>, and
none of the upgrade steps touch it.</p>
</li>
<li><p class="first">If you are using 3rd party applications, look in your new <code class="docutils literal"><span class="pre">owncloud/apps/</span></code>
directory to see if they are there. If not, copy them from your old <code class="docutils literal"><span class="pre">apps/</span></code>
directory to your new one. Make sure the directory permissions of your third
party application directories are the same as for the other ones.</p>
</li>
<li><p class="first">Restart your Web server.</p>
</li>
<li><p class="first">Now launch the upgrade from the command line using <code class="docutils literal"><span class="pre">occ</span></code>, like this
example on CentOS Linux:</p>
<div class="highlight-python"><div class="highlight"><pre>sudo -u apache php occ upgrade
</pre></div>
</div>
</li>
</ol>
<blockquote>
<div><p>The optional parameter to skip migration tests during this step was removed in oC 9.2.
See <a class="reference internal" href="upgrade.html#migration-test-label"><span>Migration Test</span></a> for background information.</p>
<p>See <a class="reference internal" href="../configuration_server/occ_command.html"><em>Using the occ Command</em></a> to learn more.</p>
</div></blockquote>
<ol class="arabic simple" start="11">
<li>The upgrade operation takes a few minutes to a few hours, depending on the
size of your installation. When it is finished you will see a success
message, or an error message that will tell where it went wrong.</li>
</ol>
<p>Assuming your upgrade succeeded, disable the maintenance mode:</p>
<div class="highlight-python"><div class="highlight"><pre>sudo -u www-data php occ maintenance:mode --off
</pre></div>
</div>
<p>Login and take a look at the bottom of your Admin page to
verify the version number. Check your other settings to make sure they’re
correct. Go to the Apps page and review the core apps to make sure the right
ones are enabled. Re-enable your third-party apps. Then apply strong
permissions to your ownCloud directories (<a class="reference internal" href="../installation/installation_wizard.html#strong-perms-label"><span>Setting Strong Directory Permissions</span></a>).</p>
</div>
<ul class="prevnext-title list-unstyled list-inline">
<li class="prev">
<a href="update.html" title="Previous Chapter: Upgrading ownCloud with the Updater App"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm">« Upgrading own...</span>
</a>
</li>
<li class="next">
<a href="restore.html" title="Next Chapter: Restoring ownCloud"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm">Restoring own... »</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</main>
</div>
</div>
</body>
</html> |
ckanext/nrgi/templates/package/snippets/resource_item.html | derilinx/ckanext-nrgi-published | {% ckan_extends %}
{% block resource_item_explore_links %}
<li>
<a href="{{ url }}">
{% if res.has_views %}
<i class="fa fa-bar-chart-o"></i>
{{ _('Preview') }}
{% else %}
<i class="fa fa-info-circle"></i>
{{ _('More information') }}
{% endif %}
</a>
</li>
{% if res.url and h.is_url(res.url) %}
<li>
<a href="{{ res.url }}" class="resource-url-analytics" target="_blank" {% if res.format|lower =='pdf' %} download{% endif %}>
<i class="fa fa-arrow-circle-o-down"></i>
{{ _('Download') }}
</a>
</li>
{% endif %}
{% if can_edit %}
<li>
<a href="{{ h.url_for(controller='package', action='resource_edit', id=pkg.name, resource_id=res.id) }}">
<i class="fa fa-pencil-square-o"></i>
{{ _('Edit') }}
</a>
</li>
{% endif %}
{% endblock %}
|
biweeklybudget/flaskapp/templates/payperiods.html | jantman/biweeklybudget | {% extends "base.html" %}
{% block title %}Pay Periods - BiweeklyBudget{% endblock %}
{% block extra_head_css %}
<!-- Bootstrap Datepicker CSS -->
<link href="/static/bootstrap-datepicker/css/bootstrap-datepicker.standalone.min.css" rel="stylesheet">
<style>
.calendar, .datepicker { display: inline-block; }
</style>
{% endblock %}
{% block body %}
{% include 'notifications.html' %}
<div class="row" id="totals-row">
<div class="col-lg-3 col-md-6">
<div class="panel panel-{{ periods[pp_curr_idx].overall_sums['remaining']|period_panel_color }}" id="panel-period-current">
<div class="panel-heading">
<div class="row">
<div class="col-xs-12 text-right">
<div class="huge">{{ periods[pp_curr_idx].overall_sums['remaining']|dollars }}</div>
<div>Remaining this period</div>
</div>
</div>
</div>
<a href="/payperiod/{{ periods[pp_curr_idx].start_date|dateymd }}">
<div class="panel-footer">
<span class="pull-left">View {{ periods[pp_curr_idx].start_date|dateymd }} Pay Period</span>
<span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div> <!-- /panel -->
</div> <!-- /col -->
<div class="col-lg-3 col-md-6">
<div class="panel panel-{{ periods[pp_next_idx].overall_sums['remaining']|period_panel_color }}" id="panel-period-next">
<div class="panel-heading">
<div class="row">
<div class="col-xs-12 text-right">
<div class="huge">{{ periods[pp_next_idx].overall_sums['remaining']|dollars }}</div>
<div>Remaining next period</div>
</div>
</div>
</div>
<a href="/payperiod/{{ periods[pp_next_idx].start_date|dateymd }}">
<div class="panel-footer">
<span class="pull-left">View {{ periods[pp_next_idx].start_date|dateymd }} Pay Period</span>
<span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div> <!-- /panel -->
</div> <!-- /col -->
<div class="col-lg-3 col-md-6">
<div class="panel panel-{{ periods[pp_following_idx].overall_sums['remaining']|period_panel_color }}" id="panel-period-following">
<div class="panel-heading">
<div class="row">
<div class="col-xs-12 text-right">
<div class="huge">{{ periods[pp_following_idx].overall_sums['remaining']|dollars }}</div>
<div>Remaining following period</div>
</div>
</div>
</div>
<a href="/payperiod/{{ periods[pp_following_idx].start_date|dateymd }}">
<div class="panel-footer">
<span class="pull-left">View {{ periods[pp_following_idx].start_date|dateymd }} Pay Period</span>
<span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span>
<div class="clearfix"></div>
</div>
</a>
</div> <!-- /panel -->
</div> <!-- /col -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-xs-12 col-md-6">
<div class="panel panel-default">
<div class="panel-heading">Pay Periods <em><a href="/pay_period_for">(permalink to current pay period)</a></em></div>
<div class="table-responsive">
<table class="table table-striped table-bordered table-hover" id="pay-period-table">
<thead>
<tr>
<th>Start Date</th>
<th>Allocated</th>
<th>Spent</th>
<th>Remaining</th>
</tr>
</thead>
<tbody>
{% for period in periods %}
{% if curr_pp.start_date == period.start_date %}
<tr class="info">
<td><a href="/payperiod/{{ period.start_date|dateymd }}">{{ period.start_date|dateymd }}</a> <em>(current)</em></td>
{% else %}
<tr>
<td><a href="/payperiod/{{ period.start_date|dateymd }}">{{ period.start_date|dateymd }}</a></td>
{% endif %}
<td>{{ period.overall_sums['allocated']|dollars }}</td>
<td>{{ period.overall_sums['spent']|dollars }}</td>
<td>{{ period.overall_sums['remaining']|reddollars|safe }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="panel panel-default">
<div class="panel-heading">Find Pay Period</div>
<form role="form" id="payperiod_date_form">
<div class="form-group" id="payperiod_date_form_group" style="padding-top: 1em; padding-left: 1em;">
<label for="payperiod_date_input" class="control-label" style="padding-right: 1em;">Date</label>
<input id="payperiod_date_input" name="date" type="text" value="YYYY-mm-dd" size="10">
<button type="button" class="btn btn-primary" id="payperiod-go-button">Go</button>
</div>
</form>
<div class="calendar" id="cal1"></div>
<div class="calendar" id="cal2"></div>
<div class="calendar" id="cal3"></div>
</div>
</div>
</div>
<!-- /.row -->
{% endblock %}
{% block extra_foot_script %}
<!-- BootStrap DatePicker JS -->
<script src="/utils/datetest.js"></script>
<script src="/static/bootstrap-datepicker/js/bootstrap-datepicker.js"></script>
<script src="/static/js/custom.js"></script>
<script src="/static/js/payperiods.js"></script>
{% endblock %}
|
report/html/com/rapidminer/tools/expression/internal/function/statistical/Average.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 onload="onLoad('rapidminer-studio-core 转换结果 : com.rapidminer.tools.expression.internal.function.statistical.Average.java')">
<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"> 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.tools.expression.internal.function.statistical">
<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>
<li><a href="pkg-summary.html"> Package com.rapidminer.tools.expression.internal.function.statistical</a></li>
</ol>
<h1 class="aui-h2-clover">
File Average.java
</h1>
<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>
<div class="aui-tabs horizontal-tabs" id="tabs-file">
<div class="tabs-pane aui-tabs-pane-100-pcnt active-pane" id="tabs-file-source">
<div> </div>
<div style="display: table; width: 100%">
<div style="display: table-cell; ">
<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 file">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 file">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 file">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 file">Classes:</label></div>
<div class="stats-box-value">1</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of lines of code in this file">LOC:</label></div>
<div class="stats-box-value">67</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of non-comment lines of code in this file">NCLOC:</label></div>
<div class="stats-box-value">29</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Cyclomatic complexity is the number of paths in this file">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 file">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 file">Average method complexity:</label></div>
<div class="stats-box-value">-</div>
</div>
</div>
<div class="subtle">
<small><strong>100%</strong> of code in this file 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 file">Branches:</label></div>
<div class="stats-box-value">2</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of statements in this file">Statements:</label></div>
<div class="stats-box-value">10</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of methods in this file">Methods:</label></div>
<div class="stats-box-value">3</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of classes in this file">Classes:</label></div>
<div class="stats-box-value">1</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of lines of code in this file">LOC:</label></div>
<div class="stats-box-value">67</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Total number of non-comment lines of code in this file">NCLOC:</label></div>
<div class="stats-box-value">29</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Cyclomatic complexity is the number of paths in this file">Total complexity:</label></div>
<div class="stats-box-value">5</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 file">Complexity density:</label>
</div>
<div class="stats-box-value">0.5</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">3.33</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">3</div>
</div>
<div class="stats-box">
<div class="stats-box-label"><label title="Complexity divided by the number of methods in this file">Average method complexity:</label></div>
<div class="stats-box-value">1.67</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>
</div>
<h2>Classes</h2>
<table class="aui aui-table-sortable">
<thead>
<tr> <th>Class</th>
<th>Line #</th>
<th class="">
<label title="The total number of statements.">Total Statements</label>
</th>
<th class="">
<label title="Cyclomatic complexity is a measure of the number of paths in your code.">Complexity</label>
</th>
<th class="">
<label title="The amount of code that was hit at least once during testing.">TOTAL Coverage</label>
</th>
<th>Actions</th>
</tr> </thead>
<tbody>
<tr> <td id="Average">
<span><a href="#34" title="Average" onclick="closeDialogAndScrollTo('dialog-Average', '34');">Average</a></span>
</td>
<td>34<a name="sl-34"></a></td>
<td class="">0</td>
<td class="">0</td>
<td class=""><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>
<td><button data-dialog-id="dialog-Average" class="aui-button aui-button-link dialog-show-button">Show methods</button></td>
</tr> </tbody>
</table>
<section role="dialog" id="dialog-Average" class="aui-layer aui-dialog2 aui-dialog2-xlarge" aria-hidden="true">
<header class="aui-dialog2-header">
<h1 class="aui-dialog2-header-main">Class Average</h1>
<div class="aui-dialog2-header-secondary">
<input id="dialog-Average-method-filter" class="test-filter text" type="text" name="method-filter"
placeholder="Type to filter methods..." autocomplete="off"
onkeyup="filterMethods('dialog-Average-methods-body', 'dialog-Average-method-filter');"/>
</div>
</header>
<div class="aui-dialog2-content">
<table class="aui aui-table-sortable">
<thead>
<tr> <th id="Average">
Class<br/> <span><a href="#34" title="Average" onclick="closeDialogAndScrollTo('dialog-Average', '34');">Average</a></span>
</th>
<th>Line #<br/>34<a name="sl-34"></a></th>
<th class=""><label title="The total number of statements.">Total Statements</label><br/>0</th>
<th class=""><label title="Cyclomatic complexity is a measure of the number of paths in your code.">Complexity</label><br/>0</th>
<th class=""><label title="The amount of code that was hit at least once during testing.">TOTAL Coverage</label><br/><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></th>
</tr> </thead>
<tbody id="dialog-Average-methods-body">
<tr id="Average-1">
<td id="summary-39-2">
<span class="sortValue">Average()</span>
  <a href="?line=29#39" title="Average()" name="sl-39" onclick="closeDialogAndScrollTo('dialog-Average', '39');">Average()</a>
</td>
<td align="right"><span class="sortValue">39</span>39</td>
<td class="" align="right"><span class="sortValue">0.0</span>0</td>
<td class="" align="right"><span class="sortValue">1.0</span>1</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 id="Average-2">
<td id="summary-44-2">
<span class="sortValue">computeType(ExpressionType) : ExpressionType</span>
  <a href="?line=29#44" title="computeType(ExpressionType) : ExpressionType" name="sl-44" onclick="closeDialogAndScrollTo('dialog-Average', '44');">computeType(ExpressionType) : ExpressionType</a>
</td>
<td align="right"><span class="sortValue">44</span>44</td>
<td class="" align="right"><span class="sortValue">0.0</span>0</td>
<td class="" align="right"><span class="sortValue">1.0</span>1</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 id="Average-3">
<td id="summary-55-2">
<span class="sortValue">compute(double) : double</span>
  <a href="?line=29#55" title="compute(double) : double" name="sl-55" onclick="closeDialogAndScrollTo('dialog-Average', '55');">compute(double) : double</a>
</td>
<td align="right"><span class="sortValue">55</span>55</td>
<td class="" align="right"><span class="sortValue">0.0</span>0</td>
<td class="" align="right"><span class="sortValue">1.0</span>1</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> </div>
</div>
<footer class="aui-dialog2-footer">
<div class="aui-dialog2-footer-actions">
<button class="aui-button aui-button-primary dialog-close-button"
data-dialog-id="dialog-Average">Close</button>
</div>
<div class="aui-dialog2-footer-hint">Click on a class or a method name to jump to source.</div>
</footer>
</section>
<div> </div>
<h2>Contributing tests</h2>
<div class="aui-message">
<p>No tests hitting this source file were found.</p>
</div>
<h2>Source view</h2>
<div style="display: table; width: 100%;">
<div style="display: table-cell">
<button class="aui-button aui-button-link"
title="Toggles all methods in the source to be either expanded or collapsed."
onclick="toggleAllInlineMethods(this); return false;" id="method-expander">
Collapse all methods
</button>
</div>
<div style="display: table-cell">
<div style="text-align: right; margin-bottom: 10px">
<button class="aui-button aui-button-subtle" id="popupHelp">
<span class="aui-icon aui-icon-small aui-iconfont-help"></span> Show legend
</button>
<script>
AJS.InlineDialog(AJS.$("#popupHelp"), "helpDialog",
function(content, trigger, showPopup) {
content.css({"padding":"20px"}).html(SRC_FILE_LEGEND_TEXT);
showPopup();
return false;
},
{
width: 700, hideDelay: 60000
}
);
</script> </div>
</div>
</div>
<table cellspacing="0" cellpadding="0" class="srcView" width="100%">
<tbody> <tr id="l1">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=1#src-1">1</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-1" class="srcLine"><span class="comment">/**</span></span></td>
</tr>
<tr id="l2">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=2#src-2">2</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-2" class="srcLine"><span class="comment"> * Copyright (C) 2001-2017 by RapidMiner and the contributors</span></span></td>
</tr>
<tr id="l3">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=3#src-3">3</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-3" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l4">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=4#src-4">4</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-4" class="srcLine"><span class="comment"> * Complete list of developers available at our web site:</span></span></td>
</tr>
<tr id="l5">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=5#src-5">5</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-5" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l6">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=6#src-6">6</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-6" class="srcLine"><span class="comment"> * http://rapidminer.com</span></span></td>
</tr>
<tr id="l7">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=7#src-7">7</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-7" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l8">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=8#src-8">8</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-8" class="srcLine"><span class="comment"> * This program is free software: you can redistribute it and/or modify it under the terms of the</span></span></td>
</tr>
<tr id="l9">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=9#src-9">9</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-9" class="srcLine"><span class="comment"> * GNU Affero General Public License as published by the Free Software Foundation, either version 3</span></span></td>
</tr>
<tr id="l10">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=10#src-10">10</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-10" class="srcLine"><span class="comment"> * of the License, or (at your option) any later version.</span></span></td>
</tr>
<tr id="l11">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=11#src-11">11</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-11" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l12">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=12#src-12">12</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-12" class="srcLine"><span class="comment"> * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without</span></span></td>
</tr>
<tr id="l13">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=13#src-13">13</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-13" class="srcLine"><span class="comment"> * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span></span></td>
</tr>
<tr id="l14">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=14#src-14">14</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-14" class="srcLine"><span class="comment"> * Affero General Public License for more details.</span></span></td>
</tr>
<tr id="l15">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=15#src-15">15</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-15" class="srcLine"><span class="comment"> * </span></span></td>
</tr>
<tr id="l16">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=16#src-16">16</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-16" class="srcLine"><span class="comment"> * You should have received a copy of the GNU Affero General Public License along with this program.</span></span></td>
</tr>
<tr id="l17">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=17#src-17">17</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-17" class="srcLine"><span class="comment"> * If not, see http://www.gnu.org/licenses/.</span></span></td>
</tr>
<tr id="l18">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=18#src-18">18</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-18" class="srcLine"><span class="comment">*/</span></span></td>
</tr>
<tr id="l19">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=19#src-19">19</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-19" class="srcLine"><span class="keyword">package</span> com.<a href="../../../../../../rapidminer/pkg-summary.html">rapidminer</a>.<a href="../../../../../tools/pkg-summary.html">tools</a>.<a href="../../../../expression/pkg-summary.html">expression</a>.<a href="../../../internal/pkg-summary.html">internal</a>.<a href="../../function/pkg-summary.html">function</a>.<a href="../statistical/pkg-summary.html">statistical</a>;</span></td>
</tr>
<tr id="l20">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=20#src-20">20</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-20" class="srcLine"></span></td>
</tr>
<tr id="l21">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=21#src-21">21</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-21" class="srcLine"><span class="keyword">import</span> com.<a href="../../../../../../rapidminer/pkg-summary.html">rapidminer</a>.<a href="../../../../../tools/pkg-summary.html">tools</a>.<a href="../../../../../../../com/rapidminer/tools/Ontology.html#Ontology">Ontology</a>;</span></td>
</tr>
<tr id="l22">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=22#src-22">22</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-22" class="srcLine"><span class="keyword">import</span> com.<a href="../../../../../../rapidminer/pkg-summary.html">rapidminer</a>.<a href="../../../../../tools/pkg-summary.html">tools</a>.<a href="../../../../expression/pkg-summary.html">expression</a>.<a href="../../../../../../../com/rapidminer/tools/expression/ExpressionType.html#ExpressionType">ExpressionType</a>;</span></td>
</tr>
<tr id="l23">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=23#src-23">23</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-23" class="srcLine"><span class="keyword">import</span> com.<a href="../../../../../../rapidminer/pkg-summary.html">rapidminer</a>.<a href="../../../../../tools/pkg-summary.html">tools</a>.<a href="../../../../expression/pkg-summary.html">expression</a>.<a href="../../../../../../../com/rapidminer/tools/expression/FunctionDescription.html#FunctionDescription">FunctionDescription</a>;</span></td>
</tr>
<tr id="l24">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=24#src-24">24</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-24" class="srcLine"><span class="keyword">import</span> com.<a href="../../../../../../rapidminer/pkg-summary.html">rapidminer</a>.<a href="../../../../../tools/pkg-summary.html">tools</a>.<a href="../../../../expression/pkg-summary.html">expression</a>.<a href="../../../../../../../com/rapidminer/tools/expression/FunctionInputException.html#FunctionInputException">FunctionInputException</a>;</span></td>
</tr>
<tr id="l25">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=25#src-25">25</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-25" class="srcLine"><span class="keyword">import</span> com.<a href="../../../../../../rapidminer/pkg-summary.html">rapidminer</a>.<a href="../../../../../tools/pkg-summary.html">tools</a>.<a href="../../../../expression/pkg-summary.html">expression</a>.<a href="../../../internal/pkg-summary.html">internal</a>.<a href="../../function/pkg-summary.html">function</a>.<a href="../../../../../../../com/rapidminer/tools/expression/internal/function/AbstractArbitraryDoubleInputFunction.html#AbstractArbitraryDoubleInputFunction">AbstractArbitraryDoubleInputFunction</a>;</span></td>
</tr>
<tr id="l26">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=26#src-26">26</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-26" class="srcLine"></span></td>
</tr>
<tr id="l27">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=27#src-27">27</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-27" class="srcLine"></span></td>
</tr>
<tr id="l28">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=28#src-28">28</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-28" class="srcLine"><span class="comment">/**</span></span></td>
</tr>
<tr id="l29">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=29#src-29">29</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-29" class="srcLine"><span class="comment"> * A {</span><span class="javadoc">@link</span><span class="comment"> Function} for average.</span></span></td>
</tr>
<tr id="l30">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=30#src-30">30</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-30" class="srcLine"><span class="comment"> *</span></span></td>
</tr>
<tr id="l31">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=31#src-31">31</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-31" class="srcLine"><span class="comment"> * </span><span class="javadoc">@author</span><span class="comment"> David Arnu</span></span></td>
</tr>
<tr id="l32">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=32#src-32">32</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-32" class="srcLine"><span class="comment"> *</span></span></td>
</tr>
<tr id="l33">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=33#src-33">33</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-33" class="srcLine"><span class="comment"> */</span></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="34" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-34' onclick="toggleInlineStats(this, 'inlinestats-34');"/>
<td align="center" valign="middle">
<table id="inlinestats-34" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-34'), 'inlinestats-34');return true;">
<td><div>
<div title="Empty" class="barEmpty" style="min-width:40px;"></div>
</div></td><td> - </td>
<td class="inlineStat">Uncovered Elements: 0 (0)</td>
<td class="inlineStat">Complexity: 0</td>
<td class="inlineStat">Complexity Density: -</td>
</tr>
</table>
</td>
</tr>
<tr id="l34">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=34#src-34">34</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" id="id-34"><span class="spacer"></span><span id="src-34" class="srcLine"><span class="keyword">public</span> <span class="keyword">class</span> <a href="../../../../../../../com/rapidminer/tools/expression/internal/function/statistical/Average.html#Average">Average</a> <span class="keyword">extends</span> <a href="../../../../../../../com/rapidminer/tools/expression/internal/function/AbstractArbitraryDoubleInputFunction.html#AbstractArbitraryDoubleInputFunction">AbstractArbitraryDoubleInputFunction</a> {</span></td>
</tr>
<tr id="l35">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=35#src-35">35</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-35" class="srcLine"></span></td>
</tr>
<tr id="l36">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=36#src-36">36</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-36" class="srcLine"> <span class="comment">/**</span></span></td>
</tr>
<tr id="l37">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=37#src-37">37</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-37" class="srcLine"><span class="comment"> * Constructs an average function.</span></span></td>
</tr>
<tr id="l38">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=38#src-38">38</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-38" class="srcLine"><span class="comment"> */</span></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="39" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-39' onclick="toggleInlineStats(this, 'inlinestats-39');"/>
<td align="center" valign="middle">
<table id="inlinestats-39" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-39'), 'inlinestats-39');return true;">
<td><div>
<div title="Empty" class="barEmpty" style="min-width:40px;"></div>
</div></td><td> - </td>
<td class="inlineStat">Uncovered Elements: 0 (0)</td>
<td class="inlineStat">Complexity: 1</td>
<td class="inlineStat">Complexity Density: -</td>
</tr>
</table>
</td>
</tr>
<tr id="l39">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=39#src-39">39</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" methodStart srcCell" id="id-39"><img title="Method Statistics" onclick="toggleSrcRowVis(this, 39,42);" id="img-39" src="../../../../../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-39" class="srcLineFiltered"><span class="nolink" title="Filtered by: constructor"> <span class="keyword">public</span> <a href="../../../../../../../com/rapidminer/tools/expression/internal/function/statistical/Average.html#Average">Average</a>() {</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-39'), 39,42);" id="e39" style="display:none;border:none;">...</span></span></td>
</tr>
<tr id="l40">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=40#src-40">40</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-40" class="srcLineFiltered"><span class="nolink" title="Filtered by: constructor"> <span class="keyword">super</span>(<span class="string">"statistical.avg"</span>, <a href="../../../../../../../com/rapidminer/tools/expression/FunctionDescription.html#FunctionDescription">FunctionDescription</a>.UNFIXED_NUMBER_OF_ARGUMENTS, <a href="../../../../../../../com/rapidminer/tools/Ontology.html#Ontology">Ontology</a>.NUMERICAL);</span></span></td>
</tr>
<tr id="l41">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=41#src-41">41</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-41" class="srcLine"></span></td>
</tr>
<tr id="l42">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=42#src-42">42</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-42" class="srcLine"> }</span></td>
</tr>
<tr id="l43">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=43#src-43">43</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-43" class="srcLine"></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="44" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-44' onclick="toggleInlineStats(this, 'inlinestats-44');"/>
<td align="center" valign="middle">
<table id="inlinestats-44" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-44'), 'inlinestats-44');return true;">
<td><div>
<div title="Empty" class="barEmpty" style="min-width:40px;"></div>
</div></td><td> - </td>
<td class="inlineStat">Uncovered Elements: 0 (0)</td>
<td class="inlineStat">Complexity: 1</td>
<td class="inlineStat">Complexity Density: -</td>
</tr>
</table>
</td>
</tr>
<tr id="l44">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=44#src-44">44</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" methodStart srcCell" id="id-44"><img title="Method Statistics" onclick="toggleSrcRowVis(this, 44,53);" id="img-44" src="../../../../../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-44" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> @Override</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-44'), 44,53);" id="e44" style="display:none;border:none;">...</span></span></td>
</tr>
<tr id="l45">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=45#src-45">45</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-45" class="srcLine"> <span class="keyword">protected</span> <a href="../../../../../../../com/rapidminer/tools/expression/ExpressionType.html#ExpressionType">ExpressionType</a> computeType(<a href="../../../../../../../com/rapidminer/tools/expression/ExpressionType.html#ExpressionType">ExpressionType</a>... inputTypes) {</span></td>
</tr>
<tr id="l46">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=46#src-46">46</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-46" class="srcLine"></span></td>
</tr>
<tr id="l47">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=47#src-47">47</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-47" class="srcLineFiltered"><span class="nolink" title="Filtered by: method, for"> <span class="keyword">for</span> (<a href="../../../../../../../com/rapidminer/tools/expression/ExpressionType.html#ExpressionType">ExpressionType</a> input : inputTypes) {</span></span></td>
</tr>
<tr id="l48">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=48#src-48">48</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-48" class="srcLineFiltered"><span class="nolink" title="Filtered by: method, for, if"> <span class="keyword">if</span> (input != <a href="../../../../../../../com/rapidminer/tools/expression/ExpressionType.html#ExpressionType">ExpressionType</a>.INTEGER && input != <a href="../../../../../../../com/rapidminer/tools/expression/ExpressionType.html#ExpressionType">ExpressionType</a>.DOUBLE) {</span></span></td>
</tr>
<tr id="l49">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=49#src-49">49</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-49" class="srcLineFiltered"><span class="nolink" title="Filtered by: method, for, if"> <span class="keyword">throw</span> <span class="keyword">new</span> <a href="../../../../../../../com/rapidminer/tools/expression/FunctionInputException.html#FunctionInputException">FunctionInputException</a>(<span class="string">"expression_parser.function_wrong_type"</span>, getFunctionName(), <span class="string">"numerical"</span>);</span></span></td>
</tr>
<tr id="l50">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=50#src-50">50</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-50" class="srcLine"> }</span></td>
</tr>
<tr id="l51">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=51#src-51">51</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-51" class="srcLine"> }</span></td>
</tr>
<tr id="l52">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=52#src-52">52</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-52" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> <span class="keyword">return</span> <a href="../../../../../../../com/rapidminer/tools/expression/ExpressionType.html#ExpressionType">ExpressionType</a>.DOUBLE;</span></span></td>
</tr>
<tr id="l53">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=53#src-53">53</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-53" class="srcLine"> }</span></td>
</tr>
<tr id="l54">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=54#src-54">54</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-54" class="srcLine"></span></td>
</tr>
<tr class="inlineStatsRow" align="right" valign="middle">
<td class="coverageCount"><a name="55" class="nolink"> </a></td>
<td class="coverageCount aui-icon aui-icon-small aui-iconfont-arrows-right" id='inlineStatsToggle-55' onclick="toggleInlineStats(this, 'inlinestats-55');"/>
<td align="center" valign="middle">
<table id="inlinestats-55" style="display:none;" class="inlineStats" width="100%" cellspacing="1px" cellpadding="1px">
<tr onclick="toggleInlineStats(document.getElementById('inlineStatsToggle-55'), 'inlinestats-55');return true;">
<td><div>
<div title="Empty" class="barEmpty" style="min-width:40px;"></div>
</div></td><td> - </td>
<td class="inlineStat">Uncovered Elements: 0 (0)</td>
<td class="inlineStat">Complexity: 1</td>
<td class="inlineStat">Complexity Density: -</td>
</tr>
</table>
</td>
</tr>
<tr id="l55">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=55#src-55">55</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" methodStart srcCell" id="id-55"><img title="Method Statistics" onclick="toggleSrcRowVis(this, 55,65);" id="img-55" src="../../../../../../../img/collapse.gif" alt="toggle" class="icon"/><span id="src-55" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> @Override</span><span class="foldControl" onclick="toggleSrcRowVis(document.getElementById('img-55'), 55,65);" id="e55" style="display:none;border:none;">...</span></span></td>
</tr>
<tr id="l56">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=56#src-56">56</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-56" class="srcLine"> <span class="keyword">public</span> <span class="keyword">double</span> compute(<span class="keyword">double</span>... values) {</span></td>
</tr>
<tr id="l57">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=57#src-57">57</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-57" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> <span class="keyword">int</span> n = values.length;</span></span></td>
</tr>
<tr id="l58">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=58#src-58">58</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-58" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> <span class="keyword">double</span> avg = 0;</span></span></td>
</tr>
<tr id="l59">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=59#src-59">59</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-59" class="srcLine"></span></td>
</tr>
<tr id="l60">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=60#src-60">60</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-60" class="srcLineFiltered"><span class="nolink" title="Filtered by: method, for"> <span class="keyword">for</span> (<span class="keyword">double</span> val : values) {</span></span></td>
</tr>
<tr id="l61">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=61#src-61">61</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-61" class="srcLineFiltered"><span class="nolink" title="Filtered by: method, for"> avg += val;</span></span></td>
</tr>
<tr id="l62">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=62#src-62">62</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-62" class="srcLine"> }</span></td>
</tr>
<tr id="l63">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=63#src-63">63</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-63" class="srcLine"></span></td>
</tr>
<tr id="l64">
<td align="right" class="lineCount Filtered"><a class="lineNumHref" href="?line=64#src-64">64</a></td>
<td align="right" class="coverageCount Filtered missedByTest" >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-64" class="srcLineFiltered"><span class="nolink" title="Filtered by: method"> <span class="keyword">return</span> avg / n;</span></span></td>
</tr>
<tr id="l65">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=65#src-65">65</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-65" class="srcLine"> }</span></td>
</tr>
<tr id="l66">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=66#src-66">66</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-66" class="srcLine"></span></td>
</tr>
<tr id="l67">
<td align="right" class="lineCount NoHilight"><a class="lineNumHref" href="?line=67#src-67">67</a></td>
<td align="right" class="coverageCount NoHilight " >  </td>
<td class=" srcCell" ><span class="spacer"></span><span id="src-67" class="srcLine">}</span></td>
</tr>
</tbody></table> </div>
</div><!-- .aui-tabs -->
<script type="text/javascript">
var ol_bgclass = "overBG";
var ol_fgclass = "overFG";
var ol_cgclass = "overCaption";
var ol_captionfontclass= "overCaption";
var ol_closefontclass = "closeFont";
var ol_closeclick = 1;
var ol_close = 'X';
var ol_wrap = 1;
var rootRelPath = '../../../../../../../';
var testsPerFile = -1;
</script>
<script src="Average.js" type="text/javascript"></script>
</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> |
Ephesoft_Community_Release_4.0.2.0/javadocs/com/ephesoft/dcma/workflows/service/publisher/class-use/ResumeServiceEventPublisher.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:43:26 IST 2015 -->
<title>Uses of Class com.ephesoft.dcma.workflows.service.publisher.ResumeServiceEventPublisher</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="Uses of Class com.ephesoft.dcma.workflows.service.publisher.ResumeServiceEventPublisher";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/ephesoft/dcma/workflows/service/publisher/ResumeServiceEventPublisher.html" title="class in com.ephesoft.dcma.workflows.service.publisher">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/ephesoft/dcma/workflows/service/publisher/class-use/ResumeServiceEventPublisher.html" target="_top">Frames</a></li>
<li><a href="ResumeServiceEventPublisher.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.ephesoft.dcma.workflows.service.publisher.ResumeServiceEventPublisher" class="title">Uses of Class<br>com.ephesoft.dcma.workflows.service.publisher.ResumeServiceEventPublisher</h2>
</div>
<div class="classUseContainer">No usage of com.ephesoft.dcma.workflows.service.publisher.ResumeServiceEventPublisher</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/ephesoft/dcma/workflows/service/publisher/ResumeServiceEventPublisher.html" title="class in com.ephesoft.dcma.workflows.service.publisher">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/ephesoft/dcma/workflows/service/publisher/class-use/ResumeServiceEventPublisher.html" target="_top">Frames</a></li>
<li><a href="ResumeServiceEventPublisher.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>
|
lms/templates/student_account/account_settings.html | cpennington/edx-platform | <%page expression_filter="h"/>
<%!
import json
from django.urls import reverse
from django.conf import settings
from django.utils.translation import ugettext as _
from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_string
from openedx.core.djangolib.markup import HTML
from webpack_loader.templatetags.webpack_loader import render_bundle
from openedx.core.djangoapps.user_api.accounts.utils import is_secondary_email_feature_enabled_for_user
%>
<%inherit file="/main.html" />
<%def name="online_help_token()"><% return "learneraccountsettings" %></%def>
<%namespace name='static' file='/static_content.html'/>
<%block name="pagetitle">${_("Account Settings")}</%block>
% if duplicate_provider:
<section>
<%include file='/dashboard/_dashboard_third_party_error.html' />
</section>
% endif
<div class="wrapper-account-settings"></div>
<%block name="headextra">
<%static:css group='style-course'/>
<link type="text/css" rel="stylesheet" href="${STATIC_URL}paragon/static/paragon.min.css">
</%block>
<%block name="js_extra">
<%static:require_module module_name="js/student_account/views/account_settings_factory" class_name="AccountSettingsFactory">
var fieldsData = ${ fields | n, dump_js_escaped_json },
ordersHistoryData = ${ order_history | n, dump_js_escaped_json },
authData = ${ auth | n, dump_js_escaped_json },
platformName = '${ static.get_platform_name() | n, js_escaped_string }',
contactEmail = '${ static.get_contact_email_address() | n, js_escaped_string }',
allowEmailChange = ${ bool(settings.FEATURES['ALLOW_EMAIL_ADDRESS_CHANGE']) | n, dump_js_escaped_json },
socialPlatforms = ${ settings.SOCIAL_PLATFORMS | n, dump_js_escaped_json },
syncLearnerProfileData = ${ bool(sync_learner_profile_data) | n, dump_js_escaped_json },
enterpriseName = '${ enterprise_name | n, js_escaped_string }',
enterpriseReadonlyAccountFields = ${ enterprise_readonly_account_fields | n, dump_js_escaped_json },
edxSupportUrl = '${ edx_support_url | n, js_escaped_string }',
extendedProfileFields = ${ extended_profile_fields | n, dump_js_escaped_json },
displayAccountDeletion = ${ enable_account_deletion | n, dump_js_escaped_json};
isSecondaryEmailFeatureEnabled = ${ bool(is_secondary_email_feature_enabled_for_user(user)) | n, dump_js_escaped_json },
AccountSettingsFactory(
fieldsData,
${ disable_order_history_tab | n, dump_js_escaped_json },
ordersHistoryData,
authData,
'${ password_reset_support_link | n, js_escaped_string }',
'${ user_accounts_api_url | n, js_escaped_string }',
'${ user_preferences_api_url | n, js_escaped_string }',
${ user.id | n, dump_js_escaped_json },
platformName,
contactEmail,
allowEmailChange,
socialPlatforms,
syncLearnerProfileData,
enterpriseName,
enterpriseReadonlyAccountFields,
edxSupportUrl,
extendedProfileFields,
displayAccountDeletion,
isSecondaryEmailFeatureEnabled,
${ beta_language | n, dump_js_escaped_json },
);
</%static:require_module>
<script type="text/javascript">
window.auth = ${ auth | n, dump_js_escaped_json };
window.isActive = ${ user.is_active | n, dump_js_escaped_json };
window.additionalSiteSpecificDeletionText = "${ static.get_value('SITE_SPECIFIC_DELETION_TEXT', _(' and access to private sites offered by MIT Open Learning, Wharton Executive Education, and Harvard Medical School')) | n, js_escaped_string }";
window.mktgRootLink = "${ static.marketing_link('ROOT') | n, js_escaped_string }";
window.platformName = "${ platform_name | n, js_escaped_string }";
window.siteName = "${ static.get_value('SITE_NAME', settings.SITE_NAME) | n, js_escaped_string }";
</script>
<%static:webpack entry="StudentAccountDeletionInitializer">
</%static:webpack>
</%block>
|
doc/app/files/app/controllers/admin/users_controller_rb.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>File: users_controller.rb</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="fileHeader">
<h1>users_controller.rb</h1>
<table class="header-table">
<tr class="top-aligned-row">
<td><strong>Path:</strong></td>
<td>app/controllers/admin/users_controller.rb
</td>
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
<td>Mon Oct 18 18:23:30 +0200 2010</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> |
elements/search-purchases.html | stevenrskelton/Fish-UI | <link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/polymer-ui-icon-button/polymer-ui-icon-button.html">
<link rel="import" href="../bower_components/sortable-table/sortable-table.html">
<polymer-element name="search-purchases" noscript attributes="currentItems purchases budget purchasesTotal">
<template>
<link rel="stylesheet" href="../css/mybootstrap.css">
<template if="{{currentItems.length > 0}}">
<div class="panel">
<polymer-ui-icon-button icon="settings" style="float:right;" on-click="{{editCurrent}}"></polymer-ui-icon-button>
<h2 style="margin-right:10px;display:inline;vertical-align:middle;">Current Livestock</h2>
<div style="display:inline">
<template repeat="{{c in currentItems}}">
<div style="display:inline-block;margin-right:4px;">
<img title="{{c.name}}" alt="{{c.name}}" src="{{c.src}}" width="75px" height="42px" style="vertical-align:middle;border-radius:4px;" />
x{{c.number}}
</div>
</template>
</div>
</div>
</template>
<h2 style="margin-left:20px;">Purchase List</h2>
<template if="{{!(purchases.length >= 1)}}">
<div class="panel warning">
Empty! Add new purchases from the <strong>Search Results</strong> screen.
</div>
</template>
<template if="{{purchases.length > 0}}">
<template id="tableRowTemplate">
<td style="font-size:14px">
<img title="{{record.row.scientificName}}" alt="{{record.row.scientificName}}" src="{{record.row.src}}" width="90px" height="45px" style="float:left;border-radius:4px;margin:0 10px 0 0;" />
<strong>{{record.row.name}}</strong><br/>
{{record.row.scientificName}}
</td>
<td style="text-align:center;width:100px;">
<input type="text" class="form-control input-lg" placeholder="#" style="width:100px;text-align:right" value="{{record.row.number}}" onfocus="this.select()" onblur="replaceNumberInput(this)" on-keyup="{{calculateTotals}}"/>
<polymer-ui-icon-button icon="trash" style="display:none" on-click="{{remove}}"></polymer-ui-icon-button>
</td>
<td style="padding-right:1%">{{record.row.price}}</td>
<td style="padding-right:1%">{{record.row.number * record.row.price}}</td>
</template>
<template id="nameFooterTemplate">
<td class="sortable-table-header" style="text-align:right;padding-right:50px;">Total Purchase Summary</td>
</template>
<template id="numberFooterTemplate">
<td class="sortable-table-header" style="text-align:center">{{values | sum}} Fish</td>
</template>
<template id="priceFooterTemplate">
<td style="background-color:#666;"></td>
</template>
<template id="totalFooterTemplate">
<td class="sortable-table-header" style="color:{{ budget - purchasesTotal >= 0 ? '' : '#ff0000'}};text-align:center;">${{values | sum}}</td>
</template>
<sortable-table rowTemplate="tableRowTemplate" data="{{purchases}}" columns="{{columns}}" hidden?="{{purchases.length < 1}}" style="padding:0 5px;display:block;width:100%"></sortable-table>
</template>
</template>
<script>
function replaceNumberInput(element){
if(element.value==0 || element.value==''){
console.log(element.nextSibling.nextSibling);
element.nextSibling.nextSibling.style.display = 'block';
element.style.display = 'none';
//element.parentNode.addChild(
// console.log(element);
// console.log(element.value);
}
}
function sortByKey(array, op, desc) {
return array.sort(function(a, b) {
var x, y;
//determine if computed field
var formula = null;
for(var i=0;i<columns.length;i++){
if(columns[i].name===key){
formula = columns[i].formula;
break;
}
}
if(formula){
x = formula(a);
y = formula(b);
}else{
x = a[key];
y = b[key];
}
if(typeof x == 'undefined' || typeof y == 'undefined'){
//sort undefined after
if(typeof x == 'undefined'){
return !desc;
}else{
return desc;
}
}else{
if (typeof x == "string" && typeof y == "string"){
x = x.toLowerCase();
y = y.toLowerCase();
}
if(desc){
return ((x < y) ? 1 : ((x > y) ? -1 : 0));
}else{
return ((x < y) ? -1 : ((x > y) ? 1 : 0));
}
}
});
}
PolymerExpressions.prototype.sortBy = function(value, op, dir) {
return sortByKey(value, op, dir);
};
Polymer('search-purchases',{
columns: [
{ name: 'name', title: 'Fish', footerTemplate: 'nameFooterTemplate' },
{ name: 'number', title: 'Quantity', footerTemplate: 'numberFooterTemplate' },
{ name: 'price', title: 'Price ($)', footerTemplate: 'priceFooterTemplate' },
{ name: 'total', title: 'Total ($)', formula: function(row){ return row.number * row.price; }, footerTemplate: 'totalFooterTemplate' }
],
purchases: [],
remove: function(e){
console.log('remove');
console.log(e);
},
editCurrent: function(){
document.location.href = 'current.html';
},
calculateTotals: function(){
console.log('calculateTotals fired.');
this.asyncFire('polymer-signal', {name: "foo", data: "Foo!"});
},
sortSpecies: function(){
if(this.sortField != 0){
this.sortField = 0;
this.sortFieldDesc = false;
}else{
this.sortFieldDesc = !this.sortFieldDesc;
}
this.sortFieldOp = function(o){ return o.name || o.scientificName; };
},
sortQuantity: function(){
if(this.sortField != 1){
this.sortField = 1;
this.sortFieldDesc = true;
}else{
this.sortFieldDesc = !this.sortFieldDesc;
}
this.sortFieldOp = function(o){ return o.number * 1; };
},
sortPrice: function(){
if(this.sortField != 2){
this.sortField = 2;
this.sortFieldDesc = true;
}else{
this.sortFieldDesc = !this.sortFieldDesc;
}
this.sortFieldOp = function(o){ return o.price; };
},
sortTotal: function(){
if(this.sortField != 3){
this.sortField = 3;
this.sortFieldDesc = true;
}else{
this.sortFieldDesc = !this.sortFieldDesc;
}
this.sortFieldOp = function(o){ return o.number * o.price; };
},
sortFieldOp: function(o){ return o.number * o.price; },
sortFieldDesc: true,
sortField: 3
});
</script>
</polymer-element> |
crislib/libscapi/lib/boost_1_64_0/doc/html/boost_asio/reference/posix__basic_stream_descriptor.html | cris-iisc/mpc-primitives | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_stream_descriptor</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="../reference.html" title="Reference">
<link rel="prev" href="posix__basic_descriptor/_basic_descriptor.html" title="posix::basic_descriptor::~basic_descriptor">
<link rel="next" href="posix__basic_stream_descriptor/assign.html" title="posix::basic_stream_descriptor::assign">
</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="posix__basic_descriptor/_basic_descriptor.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.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="posix__basic_stream_descriptor/assign.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="boost_asio.reference.posix__basic_stream_descriptor"></a><a class="link" href="posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor">posix::basic_stream_descriptor</a>
</h3></div></div></div>
<p>
Provides stream-oriented descriptor functionality.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="StreamDescriptorService.html" title="Stream descriptor service requirements">StreamDescriptorService</a> <span class="special">=</span> <span class="identifier">stream_descriptor_service</span><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">basic_stream_descriptor</span> <span class="special">:</span>
<span class="keyword">public</span> <span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_descriptor</span><span class="special"><</span> <span class="identifier">StreamDescriptorService</span> <span class="special">></span>
</pre>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h0"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.types"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.types">Types</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/bytes_readable.html" title="posix::basic_stream_descriptor::bytes_readable"><span class="bold"><strong>bytes_readable</strong></span></a>
</p>
</td>
<td>
<p>
IO control command to get the amount of data that can be read without
blocking.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/implementation_type.html" title="posix::basic_stream_descriptor::implementation_type"><span class="bold"><strong>implementation_type</strong></span></a>
</p>
</td>
<td>
<p>
The underlying implementation type of I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/lowest_layer_type.html" title="posix::basic_stream_descriptor::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
</p>
</td>
<td>
<p>
A basic_descriptor is always the lowest layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/native_handle_type.html" title="posix::basic_stream_descriptor::native_handle_type"><span class="bold"><strong>native_handle_type</strong></span></a>
</p>
</td>
<td>
<p>
The native representation of a descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/native_type.html" title="posix::basic_stream_descriptor::native_type"><span class="bold"><strong>native_type</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use native_handle_type.) The native representation
of a descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/non_blocking_io.html" title="posix::basic_stream_descriptor::non_blocking_io"><span class="bold"><strong>non_blocking_io</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use non_blocking().) IO control command to set the
blocking mode of the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/service_type.html" title="posix::basic_stream_descriptor::service_type"><span class="bold"><strong>service_type</strong></span></a>
</p>
</td>
<td>
<p>
The type of the service that will be used to provide I/O operations.
</p>
</td>
</tr>
</tbody>
</table></div>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h1"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.member_functions"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.member_functions">Member
Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/assign.html" title="posix::basic_stream_descriptor::assign"><span class="bold"><strong>assign</strong></span></a>
</p>
</td>
<td>
<p>
Assign an existing native descriptor to the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/async_read_some.html" title="posix::basic_stream_descriptor::async_read_some"><span class="bold"><strong>async_read_some</strong></span></a>
</p>
</td>
<td>
<p>
Start an asynchronous read.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/async_write_some.html" title="posix::basic_stream_descriptor::async_write_some"><span class="bold"><strong>async_write_some</strong></span></a>
</p>
</td>
<td>
<p>
Start an asynchronous write.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/basic_stream_descriptor.html" title="posix::basic_stream_descriptor::basic_stream_descriptor"><span class="bold"><strong>basic_stream_descriptor</strong></span></a>
</p>
</td>
<td>
<p>
Construct a basic_stream_descriptor without opening it.
</p>
<p>
Construct a basic_stream_descriptor on an existing native descriptor.
</p>
<p>
Move-construct a basic_stream_descriptor from another.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/cancel.html" title="posix::basic_stream_descriptor::cancel"><span class="bold"><strong>cancel</strong></span></a>
</p>
</td>
<td>
<p>
Cancel all asynchronous operations associated with the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/close.html" title="posix::basic_stream_descriptor::close"><span class="bold"><strong>close</strong></span></a>
</p>
</td>
<td>
<p>
Close the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/get_io_service.html" title="posix::basic_stream_descriptor::get_io_service"><span class="bold"><strong>get_io_service</strong></span></a>
</p>
</td>
<td>
<p>
Get the io_service associated with the object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/io_control.html" title="posix::basic_stream_descriptor::io_control"><span class="bold"><strong>io_control</strong></span></a>
</p>
</td>
<td>
<p>
Perform an IO control command on the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/is_open.html" title="posix::basic_stream_descriptor::is_open"><span class="bold"><strong>is_open</strong></span></a>
</p>
</td>
<td>
<p>
Determine whether the descriptor is open.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/lowest_layer.html" title="posix::basic_stream_descriptor::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
</p>
</td>
<td>
<p>
Get a reference to the lowest layer.
</p>
<p>
Get a const reference to the lowest layer.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/native.html" title="posix::basic_stream_descriptor::native"><span class="bold"><strong>native</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use native_handle().) Get the native descriptor representation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/native_handle.html" title="posix::basic_stream_descriptor::native_handle"><span class="bold"><strong>native_handle</strong></span></a>
</p>
</td>
<td>
<p>
Get the native descriptor representation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/native_non_blocking.html" title="posix::basic_stream_descriptor::native_non_blocking"><span class="bold"><strong>native_non_blocking</strong></span></a>
</p>
</td>
<td>
<p>
Gets the non-blocking mode of the native descriptor implementation.
</p>
<p>
Sets the non-blocking mode of the native descriptor implementation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/non_blocking.html" title="posix::basic_stream_descriptor::non_blocking"><span class="bold"><strong>non_blocking</strong></span></a>
</p>
</td>
<td>
<p>
Gets the non-blocking mode of the descriptor.
</p>
<p>
Sets the non-blocking mode of the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/operator_eq_.html" title="posix::basic_stream_descriptor::operator="><span class="bold"><strong>operator=</strong></span></a>
</p>
</td>
<td>
<p>
Move-assign a basic_stream_descriptor from another.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/read_some.html" title="posix::basic_stream_descriptor::read_some"><span class="bold"><strong>read_some</strong></span></a>
</p>
</td>
<td>
<p>
Read some data from the descriptor.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/release.html" title="posix::basic_stream_descriptor::release"><span class="bold"><strong>release</strong></span></a>
</p>
</td>
<td>
<p>
Release ownership of the native descriptor implementation.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/write_some.html" title="posix::basic_stream_descriptor::write_some"><span class="bold"><strong>write_some</strong></span></a>
</p>
</td>
<td>
<p>
Write some data to the descriptor.
</p>
</td>
</tr>
</tbody>
</table></div>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h2"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.protected_member_functions"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.protected_member_functions">Protected
Member Functions</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/get_implementation.html" title="posix::basic_stream_descriptor::get_implementation"><span class="bold"><strong>get_implementation</strong></span></a>
</p>
</td>
<td>
<p>
Get the underlying implementation of the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/get_service.html" title="posix::basic_stream_descriptor::get_service"><span class="bold"><strong>get_service</strong></span></a>
</p>
</td>
<td>
<p>
Get the service associated with the I/O object.
</p>
</td>
</tr>
</tbody>
</table></div>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h3"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.protected_data_members"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.protected_data_members">Protected
Data Members</a>
</h5>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Name
</p>
</th>
<th>
<p>
Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/implementation.html" title="posix::basic_stream_descriptor::implementation"><span class="bold"><strong>implementation</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use get_implementation().) The underlying implementation
of the I/O object.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a class="link" href="posix__basic_stream_descriptor/service.html" title="posix::basic_stream_descriptor::service"><span class="bold"><strong>service</strong></span></a>
</p>
</td>
<td>
<p>
(Deprecated: Use get_service().) The service associated with the
I/O object.
</p>
</td>
</tr>
</tbody>
</table></div>
<p>
The <a class="link" href="posix__basic_stream_descriptor.html" title="posix::basic_stream_descriptor"><code class="computeroutput"><span class="identifier">posix</span><span class="special">::</span><span class="identifier">basic_stream_descriptor</span></code></a> class template
provides asynchronous and blocking stream-oriented descriptor functionality.
</p>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h4"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.thread_safety"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.thread_safety">Thread
Safety</a>
</h5>
<p>
<span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
</p>
<p>
<span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
</p>
<h5>
<a name="boost_asio.reference.posix__basic_stream_descriptor.h5"></a>
<span class="phrase"><a name="boost_asio.reference.posix__basic_stream_descriptor.requirements"></a></span><a class="link" href="posix__basic_stream_descriptor.html#boost_asio.reference.posix__basic_stream_descriptor.requirements">Requirements</a>
</h5>
<p>
<span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/posix/basic_stream_descriptor.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 © 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="posix__basic_descriptor/_basic_descriptor.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.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="posix__basic_stream_descriptor/assign.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
web/fb-share/programa/ast/223.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 - Plan Operativu d’Internacionalización de la Cultura Producida n’España</title>
<meta property="og:title" content="Podemos - Plan Operativu d’Internacionalización de la Cultura Producida n’España" />
<meta property="og:description" content="La internacionalización de la cultura va ser un exe d'acción relevante dientro
de la estratexa pa facer de la cultura una ferramienta de cohesión social y de
cooperación internacional y un motor económicu, qu'entienda les distintes árees
xeográfiques non solo como nichos de mercáu, sinón tamién como espacios
culturales d'altu interés social. Si damos a conocer nel esterior la cultura
producida n'España vamos consiguir dellos oxetivos:
* Treslladar la realidá de qu'España ye un importante polu de creación
cultural.
* Incrementar l'intercambiu de conocencia y esperiencies ente axentes
culturales.
* Aumentar la visibilidá y influencia de la nuestra cultura nel estranxeru y
incentivar el so accesu y consumu.
* Atraer inversiones estranxeres a proyectos culturales que surden y se
desenvuelven n'España.
* P’apoyar a los profesionales de la cultura, a les asociaciones, a les
cooperatives y a les empreses nel so llabor de internacionalización y
espublizar esa realidá de polu cultural, vamos poner en marcha una oficina de
mediación que va operar col sellu «EsCultura». Al amparu d'esti sellu, la
oficina va establecer una acción coordinada y común p'asistir a los axentes
culturales de toles espresiones artístiques y pa facilita-yos l'accesu a
fondos y subvenciones estranxeres, colo que s'intentaría garantizar una
presencia siguida nos foros culturales internacionales. Vamos favorecer
l'espardimientu nel estranxeru de proyectos de pequeña, mediana y gran
escala, representativos del texíu cultural ricu y diversu del nuestru país,
con intercambios, beques, xires, producción d'eventos, festivales,
exposiciones, alcuentros, pitchings (presentaciones) y clústeres
tecnolóxicos.
* Como oficina de mediación, EsCultura va favorecer la coordinación de les
acciones culturales que na actualidá lleven a cabu bien distintos organismos:
Institutu Cervantes, Axencia Española de Cooperación Internacional pal
Desenvolvimientu (AECID), Acción Cultural Española, Institut Ramón Llull,
Institut d’Estudis Baleàrics, Ministeriu d'Industria, Institutu Español de
Comerciu Esterior, centros culturales d'España, embaxaes españoles nel
estranxeru y Fundación Carolina." />
<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=223';
window.location = url_base;
</script>
<img src="http://lasonrisadeunpais.es/wp-content/plugins/programa/data/meta-programa.png" alt="Programa PODEMOS" />
<h1>Plan Operativu d’Internacionalización de la Cultura Producida n’España</h1>
<div>
<p>La internacionalización de la cultura va ser un exe d'acción relevante dientro de la estratexa pa facer de la cultura una ferramienta de cohesión social y de cooperación internacional y un motor económicu, qu'entienda les distintes árees xeográfiques non solo como nichos de mercáu, sinón tamién como espacios culturales d'altu interés social. Si damos a conocer nel esterior la cultura producida n'España vamos consiguir dellos oxetivos:</p>
<ul>
<li>Treslladar la realidá de qu'España ye un importante polu de creación cultural.</li>
<li>Incrementar l'intercambiu de conocencia y esperiencies ente axentes culturales.</li>
<li>Aumentar la visibilidá y influencia de la nuestra cultura nel estranxeru y incentivar el so accesu y consumu.</li>
<li>Atraer inversiones estranxeres a proyectos culturales que surden y se desenvuelven n'España.</li>
<li>P’apoyar a los profesionales de la cultura, a les asociaciones, a les cooperatives y a les empreses nel so llabor de internacionalización y espublizar esa realidá de polu cultural, vamos poner en marcha una oficina de mediación que va operar col sellu «EsCultura». Al amparu d'esti sellu, la oficina va establecer una acción coordinada y común p'asistir a los axentes culturales de toles espresiones artístiques y pa facilita-yos l'accesu a fondos y subvenciones estranxeres, colo que s'intentaría garantizar una presencia siguida nos foros culturales internacionales. Vamos favorecer l'espardimientu nel estranxeru de proyectos de pequeña, mediana y gran escala, representativos del texíu cultural ricu y diversu del nuestru país, con intercambios, beques, xires, producción d'eventos, festivales, exposiciones, alcuentros, pitchings (presentaciones) y clústeres tecnolóxicos.</li>
<li>Como oficina de mediación, EsCultura va favorecer la coordinación de les acciones culturales que na actualidá lleven a cabu bien distintos organismos: Institutu Cervantes, Axencia Española de Cooperación Internacional pal Desenvolvimientu (AECID), Acción Cultural Española, Institut Ramón Llull, Institut d’Estudis Baleàrics, Ministeriu d'Industria, Institutu Español de Comerciu Esterior, centros culturales d'España, embaxaes españoles nel estranxeru y Fundación Carolina.</li>
</ul>
</div>
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.