code
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
|---|---|---|---|---|---|
<html>
<head>
<style>
div {
height: 50px;
width: 50px;
background-color: blue;
}
</style>
</head>
<body>
<div id="box"></div>
</body>
</html>
|
scheib/chromium
|
third_party/blink/web_tests/compositing/force-compositing-mode/resources/subframe-small.html
|
HTML
|
bsd-3-clause
| 182
|
<html>
<head>
<style type="text/css">
div {
width: 50px;
height: 50px;
border: 50px solid black;
margin: 10px;
}
</style>
</head>
<body>
<!-- Check behavior of prefixed border-radius with two values. -->
<div style="-webkit-border-radius: 30px 75px;"></div>
<div style="border-radius: 30px / 75px;"></div>
</body>
</html>
|
scheib/chromium
|
third_party/blink/web_tests/fast/borders/webkit-border-radius.html
|
HTML
|
bsd-3-clause
| 406
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Parsing: Numbers in classes</title>
<style type="text/css">
p { color: red; }
.\31 \33 { color: green; }
</style>
<link rel="first" href="css3-modsel-1.html" title="Groups of selectors">
<link rel="prev" href="css3-modsel-175b.html" title="Parsing: Numbers in classes">
<link rel="next" href="css3-modsel-d1.html" title="NEGATED Dynamic handling of :empty">
<link rel="last" href="css3-modsel-d5e.html" title="NEGATED :indeterminate with :checked">
<link rel="up" href="./index.html">
<link rel="top" href="../../index.html">
</head>
<body>
<p class="13">This line should be green.</p>
</body>
</html>
|
chromium/chromium
|
third_party/blink/web_tests/fast/selectors/175c.html
|
HTML
|
bsd-3-clause
| 697
|
<!DOCTYPE>
<title> Test for bug https://bugs.webkit.org/show_bug.cgi?id=92389</title>
<body>
<style>
td {
width: 50px;
height: 50px;
border: 1px solid;
}
.outline-first {
outline: 5px solid green;
}
.outline-second {
outline: 5px solid yellow;
}
</style>
<table>
<tr class="outline-first">
<td></td>
<td></td>
</tr>
<tr class="outline-second">
<td></td>
<td></td>
</tr>
</table>
</body>
|
scheib/chromium
|
third_party/blink/web_tests/fast/table/table-row-outline-paint.html
|
HTML
|
bsd-3-clause
| 499
|
<div class="contentpanel">
<!--\\\\\\\ contentpanel start\\\\\\-->
<div class="pull-left breadcrumb_admin clear_both">
<div class="pull-left page_title theme_color">
<h1>Tabs & Accordion</h1>
<h2 class="">Subtitle goes here...</h2>
</div>
<div class="pull-right">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">UI KIT</a></li>
<li class="active">Tabs & Accordion</li>
</ol>
</div>
</div>
<div class="container clear_both padding_fix">
<!--\\\\\\\ container start \\\\\\-->
<div class="row">
<div class="col-lg-12">
<section class="panel default blue_title h2">
<div class="panel-heading">Default<span class="semi-bold"> Tabs</span> </div>
<div class="panel-body">
<ul class="nav nav-tabs" id="myTab">
<li class="active"><a data-toggle="tab" href="#home">Home</a></li>
<li><a data-toggle="tab" href="#profile">Profile</a></li>
<li class="dropdown"> <a data-toggle="dropdown" class="dropdown-toggle" id="myTabDrop1" href="#">Dropdown <b class="caret"></b></a>
<ul aria-labelledby="myTabDrop1" role="menu" class="dropdown-menu">
<li><a data-toggle="tab" tabindex="-1" href="#dropdown1">@fat</a></li>
<li><a data-toggle="tab" tabindex="-1" href="#dropdown2">@mdo</a></li>
</ul>
</li>
</ul>
<div class="tab-content" id="myTabContent">
<div id="home" class="tab-pane fade in active">
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet</p>
</div>
<div id="profile" class="tab-pane fade">
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.</p>
</div>
<div id="dropdown1" class="tab-pane fade">
<p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
</div>
<div id="dropdown2" class="tab-pane fade">
<p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.</p>
</div>
</div>
</div>
</section>
</div>
<div class="col-lg-6">
<section class="panel default blue_title h2">
<div class="panel-heading">portlet<span class="semi-bold"> Tabs</span> </div>
<div class="panel-body">
<ul class="nav nav-tabs" id="myTab">
<li class="active"><a data-toggle="tab" href="#Tab1">Tab1</a></li>
<li><a data-toggle="tab" href="#Tab2">Tab2</a></li>
<li><a data-toggle="tab" href="#Tab3">Tab3</a></li>
</ul>
<div class="tab-content" id="myTabContent">
<div id="Tab1" class="tab-pane fade in active">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged</p>
</div>
<div id="Tab2" class="tab-pane fade">
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet</p>
</div>
<div id="Tab3" class="tab-pane fade">
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.</p>
</div>
</div>
</div>
</section>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<section class="panel default blue_title h2">
<div class="panel-heading">Basic <span class="semi-bold">Accordion</span> </div>
<div class="panel-body">
<div class="panel-group accordion accordion-semi" id="accordion3">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#accordion3" href="#ac3-1"> <i class="fa fa-angle-right"></i> Semi-primary Accordion </a> </h4>
</div>
<div style="height: 0px;" id="ac3-1" class="panel-collapse collapse">
<div class="panel-body"> Etiam euismod diam justo, quis luctus leo commodo et. Sed pretium est sit amet ligula consequat, sed suscipit arcu rhoncus. Sed bibendum posuere tincidunt. </div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#accordion3" href="#ac3-2"> <i class="fa fa-angle-right"></i> Collapsible Group Item #2 </a> </h4>
</div>
<div id="ac3-2" class="panel-collapse collapse" style="height: 0px;">
<div class="panel-body"> In vel mi porta, bibendum nulla et, scelerisque lacus. Morbi pellentesque interdum blandit. In consequat tempus pharetra. </div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a class="collapsed" data-toggle="collapse" data-parent="#accordion3" href="#ac3-3"> <i class="fa fa-angle-right"></i> Collapsible Group Item #3 </a> </h4>
</div>
<div id="ac3-3" class="panel-collapse collapse">
<div class="panel-body">Etiam euismod diam justo, quis luctus leo commodo et. Sed pretium est sit amet ligula consequat, sed suscipit arcu rhoncus. </div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="col-lg-6">
<section class="panel default blue_title h2">
<div class="panel-heading">Basic <span class="semi-bold"> Accordion</span> </div>
<div class="panel-body">
<div id="accordion" class="panel-group accordion accordion-color">
<div class="panel panel-default">
<div class="panel-heading success">
<h4 class="panel-title ">
<a href="#collapse4" data-parent="#accordion" data-toggle="collapse" class="">
Collapsible Group Item #1
</a>
</h4>
</div>
<div class="panel-collapse collapse in" id="collapse4" style="height: auto;">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading yellow">
<h4 class="panel-title">
<a href="#collapse5" data-parent="#accordion" data-toggle="collapse" class="collapsed">
Collapsible Group Item #2
</a>
</h4>
</div>
<div class="panel-collapse collapse" id="collapse5" style="height: 0px;">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading blue">
<h4 class="panel-title">
<a href="#collapse6" data-parent="#accordion" data-toggle="collapse" class="collapsed">
Collapsible Group Item #3
</a>
</h4>
</div>
<div class="panel-collapse collapse" id="collapse6" style="height: 0px;">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<!--\\\\\\\ container end \\\\\\-->
</div>
<!--\\\\\\\ content panel end \\\\\\-->
|
mtaki/BongoERP
|
web/themes/app/pages/admin/zone/partials/tabs.html
|
HTML
|
bsd-3-clause
| 12,924
|
<p>
Image #0 (BIG!)
<br>
<img src="img/beach.jpg" width="1000">
<p>
Image #1
<br>
<img src="img/beach.jpg">
<p>
Image #2
<br>
<img src="img/beach.jpg" style="zoom: 25%;">
<p>
Image #3
<br>
<img src="img/beach.jpg" width="10" height="10">
<p>
Image #4
<br>
<img src="img/denker.png" height="2000">
|
zenx/xhtml2pdf
|
testrender/data/source/test-image.html
|
HTML
|
apache-2.0
| 301
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>IE<9 HTML5 Shiv Tests</title>
<link rel="stylesheet" href="style.css">
<script src="../src/html5shiv-printshiv.js"></script>
</head>
<body>
<h1>
HTML5 Shiv Tests
</h1>
<h2>manual Print tests</h2>
<ul>
<li>
<a href="html5shiv.html">html5shiv testsuite</a>: <span class="pass">PASS</span>
</li>
</ul>
<h2>manual Print tests</h2>
<ul>
<li>
<a href="iframe.1.html">iframe.1.html</a>: <span class="pass">PASS</span>
</li>
<li>
<a href="mixed-test.html">mixed-test.html</a>: <span class="pass">PASS</span>
</li>
</ul>
<h2>additional tests</h2>
<ul>
<li>
<a href="object-test.html">object-test.html</a>: <span class="pass">PASS</span>
</li>
<li>
<a href="highcharts/area-basic.html">area-basic.html</a>: <span class="pass">PASS</span>
</li>
<li>
<a href="jquery-1.7.1/index.html">simplified jQuery test suite</a>:
</li>
</ul>
<body>
</html>
|
synchronit/synchronit_website
|
zensum/node_modules/html5shiv/test/index.html
|
HTML
|
apache-2.0
| 1,010
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>::first-letter after <br></title>
<style type="text/css">
p { color: green; }
p:first-letter { background: red; color: yellow; font-size: 4em; }
p::first-letter { background: red; color: yellow; font-size: 4em; }
</style>
<link rel="first" href="css3-modsel-1.html" title="Groups of selectors">
<link rel="prev" href="css3-modsel-179a.html" title="::first-line after <br>">
<link rel="next" href="css3-modsel-181.html" title="Case sensitivity">
<link rel="last" href="css3-modsel-d4.html" title="Dynamic updating of :first-child and :last-child">
<link rel="up" href="./index.html">
<link rel="top" href="../../index.html">
</head>
<body>
<p><br>This line should be green.</p>
</body>
</html>
|
scheib/chromium
|
third_party/blink/web_tests/css3/selectors3/html/css3-modsel-180a.html
|
HTML
|
bsd-3-clause
| 804
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: Counter scope and nesting on :after</title>
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#scope">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters">
<link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content">
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter">
<style type="text/css">
body { white-space: nowrap; }
span:before { counter-increment: c 1; content: "B" counters(c,".") "-" }
span:after { counter-increment: c 1; content: "A" counters(c,".") "-" }
body, span#reset:after { counter-reset: c 0; }
</style>
</head>
<body>
<p>The following two lines should be the same:</p>
<div><span><span id="reset"><span></span></span></span></div>
<div>B1-B2-B3-A4-A4.1-A5-</div>
</body>
</html>
|
chromium/chromium
|
third_party/blink/web_tests/css2.1/t120401-scope-03-c.html
|
HTML
|
bsd-3-clause
| 909
|
<ion-view view-title="Friends">
<ion-content ng-class="{expanded:isExpanded}">
<div class="content has-header">
<div class="list animate-fade-slide-in-right">
<a href="#/app/profile" class="item item-avatar item-icon-right">
<img src="img/jon-snow.jpg">
<h2>Jon Snow</h2>
<p>Da illest illegitimate</p>
<i class="icon ion-chatbubble muted"></i>
</a>
<a href="#/app/profile" class="item item-avatar item-icon-right">
<img src="img/daenerys.jpg">
<h2>Daenerys Targaryen</h2>
<p>Dragon mommy</p>
<i class="icon ion-chatbubble muted"></i>
</a>
<a href="#/app/profile" class="item item-avatar item-icon-right">
<img src="img/arya.jpg">
<h2>Arya Stark</h2>
<p>Is Chuck Norris' fear</p>
<i class="icon ion-chatbubble muted"></i>
</a>
<a href="#/app/profile" class="item item-avatar item-icon-right">
<img src="img/sansa.jpg">
<h2>Sansa Stark</h2>
<p>& Joffrey <strike>sitting</strike> sat in a tree</p>
<i class="icon ion-chatbubble muted"></i>
</a>
<a href="#/app/profile" class="item item-avatar item-icon-right">
<img src="img/tyrion.jpg">
<h2>Tyrion Lannister</h2>
<p>B.A.M.F. imp</p>
<i class="icon ion-chatbubble muted"></i>
</a>
</div>
</div>
</ion-content>
</ion-view>
|
sbamniya/New-Kayas
|
www/templates/friends.html
|
HTML
|
mit
| 1,781
|
<html>
<body>
Reports any fields which have a "setter" method but no "getter" method.
While within the Java beans spec, such fields may be unnecessarily difficult to work with in
certain bean containers.
<!-- tooltip end -->
<p>
</body>
</html>
|
Yihy/resources_cn
|
src/main/resources/inspectionDescriptions/FieldHasSetterButNoGetter.html
|
HTML
|
apache-2.0
| 245
|
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<div ng-app="myApp" ng-controller="MyCtrl">
</div>
<script src="../../node_modules/angular/angular.js"></script>
<script src="../../dist/angular_1_router.js"></script>
<script>
angular.module('myApp', ['ngComponentRouter'])
.controller('MyCtrl', ['$rootRouter', function ($rootRouter) {
console.log($rootRouter);
$rootRouter.navigateByUrl('/')
.then(console.log.bind(console, 'resolve'), console.log.bind(console, 'reject'));
}]);
</script>
</body>
</html>
|
ValtoFrameworks/Angular-2
|
modules/angular1_router/index.html
|
HTML
|
mit
| 576
|
<script>
function cancelLoadAndJumpToBlank() {
window.stop();
window.location = "about:blank";
}
</script>
<img src="Ahem.ttf">
<script src="about:blank"></script>
|
leighpauls/k2cro4
|
third_party/WebKit/Tools/TestWebKitAPI/Tests/mac/CancelLoadFromResourceLoadDelegate.html
|
HTML
|
bsd-3-clause
| 187
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CKFinder — Podręcznik Użytkownika</title>
<link href="../../files/other/help.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="../../files/other/help.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
</head>
<body>
<h1>
CKFinder — Licencja (EN)</h1>
<iframe src="../../../license.txt" style="width:800px;height:600px"></iframe>
</body>
</html>
|
gregmoser/muracon2016
|
www/requirements/ckfinder/help/pl/files/license.html
|
HTML
|
mit
| 674
|
<blockquote><p>test test
test</p>
</blockquote>
<blockquote><p>test
test
test</p>
</blockquote>
<p>test</p>
<p>>this is not a quote</p>
|
codekissyoung/filmfest
|
yii2/vendor/cebe/markdown/tests/markdown-data/blockquote.html
|
HTML
|
apache-2.0
| 139
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Selectable Test Suite</title>
<script src="../../../jquery-1.9.1.js"></script>
<link rel="stylesheet" href="../../../external/qunit.css">
<link rel="stylesheet" href="../qunit-composite.css">
<script src="../../../external/qunit.js"></script>
<script src="../qunit-composite.js"></script>
<script src="../subsuite.js"></script>
<script>
testAllVersions( "selectable" );
</script>
</head>
<body>
<h1 id="qunit-header">jQuery UI Selectable Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture">
</div>
</body>
</html>
|
yuyang545262477/Resume
|
项目三jQueryMobile/bower_components/jquery-ui-tabs/tests/unit/selectable/all.html
|
HTML
|
mit
| 726
|
{% extends "page.html" %}
{% block subtitle %}{{ _('About') }}{% endblock %}
{% block breadcrumb_content %}
<li class="active">{% link_for _('About'), controller='home', action='about' %}</li>
{% endblock %}
{% block primary %}
<article class="module">
<div class="module-content about_page">
{% block about %}
{% if g.site_about %}
{{ h.render_markdown(g.site_about) }}
{% else %}
<h1 class="page-heading">{{ _('About') }}</h1>
{% snippet 'home/snippets/about_text.html' %}
{% endif %}
{% endblock %}
</div>
</article>
{% endblock %}
{% block secondary %}{% endblock %}
{% block meta_description %}
<meta name="description" content="About the Project - OpenBudgetsIndia. Open Budgets India (OBI) is a data portal that provides budget information on Union, State and Local Level Budgets in India. It is an initiative started by Centre for Budget and Governance Accountability(CBGA) and has been made possible with the generous and active interest of our funders, Omidyar Network, Bill and Melinda Gates Foundation (BMGF), International Development Research Centre- Think Tank Initiative (IDRC-TTI) and National Foundation for India (NFI).">
{% endblock %}
|
cbgaindia/ckanext-openbudgetsin_theme
|
ckanext/openbudgetsin_theme/templates/home/about.html
|
HTML
|
mit
| 1,244
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>elpi: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.0 / elpi - 1.9.5</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
elpi
<small>
1.9.5
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-06 09:22:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-06 09:22:26 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Enrico Tassi <enrico.tassi@inria.fr>"
authors: [ "Enrico Tassi" ]
license: "LGPL-2.1-or-later"
homepage: "https://github.com/LPCIC/coq-elpi"
bug-reports: "https://github.com/LPCIC/coq-elpi/issues"
dev-repo: "git+https://github.com/LPCIC/coq-elpi"
build: [ [ make "build" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" "OCAMLWARN=" ]
[ make "test" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ] {with-test}
]
install: [ make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
depends: [
"elpi" {= "1.13.0"}
"coq" {>= "8.13" & < "8.14~" }
]
tags: [ "logpath:elpi" ]
synopsis: "Elpi extension language for Coq"
description: """
Coq-elpi provides a Coq plugin that embeds ELPI.
It also provides a way to embed Coq's terms into λProlog using
the Higher-Order Abstract Syntax approach
and a way to read terms back. In addition to that it exports to ELPI a
set of Coq's primitives, e.g. printing a message, accessing the
environment of theorems and data types, defining a new constant and so on.
For convenience it also provides a quotation and anti-quotation for Coq's
syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural
numbers, or `{{A -> B}}` to the representation of a product by unfolding
the `->` notation. Finally it provides a way to define new vernacular commands
and
new tactics."""
url {
src: "https://github.com/LPCIC/coq-elpi/archive/v1.9.5.tar.gz"
checksum: "sha256=837728cc8c536a74757bbc36365828ce5ac8a2f3f9afa8182c98c4986861c77a"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-elpi.1.9.5 coq.8.7.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0).
The following dependencies couldn't be met:
- coq-elpi -> coq >= 8.13 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-elpi.1.9.5</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
coq-bench/coq-bench.github.io
|
clean/Linux-x86_64-4.04.2-2.0.5/released/8.7.0/elpi/1.9.5.html
|
HTML
|
mit
| 7,602
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coqoban: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.2 / coqoban - 8.11.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
coqoban
<small>
8.11.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-10 04:49:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-10 04:49:34 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "erik@martin-dorel.org"
homepage: "https://github.com/coq-community/coqoban"
dev-repo: "git+https://github.com/coq-community/coqoban.git"
bug-reports: "https://github.com/coq-community/coqoban/issues"
license: "LGPL-2.1-or-later"
synopsis: "Coqoban (Sokoban in Coq)"
description: """
A Coq implementation of Sokoban, the Japanese warehouse keepers'
game."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml" {>= "4.05.0"}
"coq" {(>= "8.10" & < "8.13~") | (= "dev")}
]
tags: [
"category:Miscellaneous/Logical Puzzles and Entertainment"
"keyword:Sokoban"
"keyword:puzzles"
"logpath:Coqoban"
]
authors: [
"Jasper Stein"
"Hugo Herbelin"
]
url {
src: "https://github.com/coq-community/coqoban/archive/v8.11.0.tar.gz"
checksum: "sha256=07762404f7bf6b57dca178cdf16730bb50b1815b8e6454a0d1a427078b0a9b68"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-coqoban.8.11.0 coq.8.8.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.2).
The following dependencies couldn't be met:
- coq-coqoban -> coq >= dev
no matching version
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coqoban.8.11.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
coq-bench/coq-bench.github.io
|
clean/Linux-x86_64-4.09.1-2.0.6/released/8.8.2/coqoban/8.11.0.html
|
HTML
|
mit
| 6,868
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Testpage</title>
</head>
<form action="http://localhost:8088/stream-server/rest/upload/join" method="post">
<input type="text" name="data"/>
<input type="submit"/>
</form>
</body>
</html>
|
bitunified/node-platform
|
np-server/web/testpage.html
|
HTML
|
mit
| 270
|
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Responsive</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="Style.css" type="text/css" />
<script type="text/javascript" src="Function.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<style>
.info {
background: transparent;
}
</style>
<![endif]-->
</head>
<body>
<header>
<a href="#"><img src="http://www.dope-society.com/wp-content/uploads/2012/12/Banner2.jpg" alt="LOGO" /></a>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#" id="shop">Shop</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<div class="first-section">
<label class="section-header">Graphic Shirts</label>
<div class="menu-divider">
<aside class="right-side-menu">
<ul id="filter-title">
<h1>Filter</h1>
<a href="#"><span>Clear All</span></a>
</ul>
<ul class="main-sidebar-section">
<li><a href="#">Type</a><span class="arrow"></span>
<ul>
<li><a href="#">All</a></li>
<li><a href="#">Shirts</a></li>
<li><a href="#">Jackets</a></li>
<li><a href="#">Shoes</a></li>
</ul>
</li>
<li><a href="#">Brands</a>
<ul>
<li><a href="#">Brand A</a></li>
<li><a href="#">Brand B</a></li>
<li><a href="#">Brand C</a></li>
<li><a href="#">Brand D</a></li>
<li><a href="#">Brand E</a></li>
<li><a href="#">Brand F</a></li>
<li><a href="#">Brand G</a></li>
</ul>
</li>
<li><a href="#">Colors</a>
<ul>
<li><a href="#">Black</a></li>
<li><a href="#">Green</a></li>
<li><a href="#">Yellow</a></li>
<li><a href="#">Red</a></li>
<li><a href="#">Gray</a></li>
<li><a href="#">White</a></li>
<li><a href="#">Purple</a></li>
<li><a href="#">Blue</a></li>
</ul>
</li>
<li><a href="#">Departments</a>
<ul>
<li><a href="#">All</a></li>
<li><a href="#">Shirts</a></li>
<li><a href="#">Jackets</a></li>
<li><a href="#">Shoes</a></li>
</ul>
</li>
<li><a href="#">Sizes</a>
<ul>
<li><a href="#">Extra Small</a></li>
<li><a href="#">Small</a></li>
<li><a href="#">Medium</a></li>
<li><a href="#">Large</a></li>
<li><a href="#">Extra Large</a></li>
<li><a href="#">Double Extra Large</a></li>
<li><a href="#">Triple Extra Large</a></li>
</ul>
</li>
</ul> <!------------------------------- End of Sidebar ------------------------------->
</aside>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\1.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#" onclick="change_pic()">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\2.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\3.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\4.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\5.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\6.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\7.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\8.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\9.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\10.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
<div class="section-picture">
<a href="#"><img src="Img\Shirts\11.jpg"/></a>
<div class="info">
<div class="info-header">
<h3>Super Sexy Hoodie</h3><br>
<h4>$35</h4><h5 class="alt-price">Retail $70</h5>
</div>
<div class="info-hidden">
<div class="sizes">
<div class="size">
<a href="#">XS</a>
</div>
<div class="size sold-out">
<a href="#">S</a>
</div>
<div class="size">
<a href="#">M</a>
</div>
<div class="size sold-out">
<a href="#">L</a>
</div>
<div class="size">
<a href="#">XL</a>
</div>
<div class="size">
<a href="#">2XL</a>
</div>
<div class="size">
<a href="#">3XL</a>
</div>
</div>
<div class="add-to-cart">
<a href="#">Add to Cart</a>
</div>
</div>
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>
|
jabsquared/hack-the-dot
|
Sketchy Website/Box Model.html
|
HTML
|
mit
| 13,343
|
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Amit Kushwaha" />
<meta name="copyright" content="Amit Kushwaha" />
<meta name="twitter:creator" content="@imYardstick17">
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary">
<meta name="keywords" content=", Deep Learning, " />
<meta property="og:title" content="Image Similarity "/>
<meta property="og:url" content="https://amitk.org/image-similarity.html" />
<meta property="og:description" content="A Deep learning approach to identify a probable image plagiarism." />
<meta property="og:site_name" content="Connecting Dots" />
<meta property="og:article:author" content="Amit Kushwaha" />
<meta property="og:article:published_time" content="2017-03-01T00:00:00+05:30" />
<meta name="twitter:title" content="Image Similarity ">
<meta name="twitter:description" content="A Deep learning approach to identify a probable image plagiarism.">
<title>Image Similarity · Connecting Dots
</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://amitk.org/theme/css/pygments.css" media="screen">
<link rel="stylesheet" type="text/css" href="https://amitk.org/theme/tipuesearch/tipuesearch.css" media="screen">
<link rel="stylesheet" type="text/css" href="https://amitk.org/theme/css/elegant.css" media="screen">
<link rel="stylesheet" type="text/css" href="https://amitk.org/theme/css/custom.css" media="screen">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98482392-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="content-sans-footer">
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="https://amitk.org/"><span class=site-name>Connecting Dots</span></a>
<div class="nav-collapse collapse">
<ul class="nav pull-right top-menu">
<li ><a href="https://amitk.org">Home</a></li>
<li ><a href="https://amitk.org/pages/about-me.html">About me</a></li>
<li ><a href="https://amitk.org/categories.html">Categories</a></li>
<li ><a href="https://amitk.org/tags.html">Tags</a></li>
<li ><a href="https://amitk.org/archives.html">Archives</a></li>
<li><form class="navbar-search" action="https://amitk.org/search.html" onsubmit="return validateForm(this.elements['q'].value);"> <input type="text" class="search-query" placeholder="Search" name="q" id="tipue_search_input"></form></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span1"></div>
<div class="span10">
<article>
<div class="row-fluid">
<header class="page-header span10 offset2">
<h1><a href="https://amitk.org/image-similarity.html"> Image Similarity </a></h1>
</header>
</div>
<div class="row-fluid">
<div class="span8 offset2 article-content">
<p>A Deep learning approach to identify a probable image plagiarism.</p>
<section>
<div class="accordion" id="accordion2">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle disqus-comment-count" data-toggle="collapse" data-parent="#accordion2"
href="https://amitk.org/image-similarity.html#disqus_thread">
Comments
</a>
</div>
<div id="disqus_thread" class="accordion-body collapse">
<div class="accordion-inner">
<div class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'amitkushwaha';
var disqus_identifier = 'https://amitk.org/image-similarity.html';
var disqus_url = 'https://amitk.org/image-similarity.html';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<hr/>
</div>
<section>
<div class="span2" style="float:right;font-size:0.9em;">
<h4>Published</h4>
<time pubdate="pubdate" datetime="2017-03-01T00:00:00+05:30">Mar 1, 2017</time>
<h4>Category</h4>
<a class="category-link" href="https://amitk.org/categories.html#deep-learning-ref">Deep Learning</a>
<h4>Contact</h4>
<a href="https://www.linkedin.com/in/yardstick17" title="My linkedin Profile" class="sidebar-social-links" target="_blank">
<i class="fa fa-linkedin sidebar-social-links"></i></a>
<a href="https://github.com/yardstick17" title="My github Profile" class="sidebar-social-links" target="_blank">
<i class="fa fa-github sidebar-social-links"></i></a>
<a href="https://twitter.com/imYardstick17" title="My twitter Profile" class="sidebar-social-links" target="_blank">
<i class="fa fa-twitter sidebar-social-links"></i></a>
</div>
</section>
</div>
</article>
</div>
<div class="span1"></div>
</div>
</div>
<div id="push"></div>
</div>
<footer>
<div id="footer">
<ul class="footer-content">
<li class="elegant-power">Powered by <a href="http://getpelican.com/" title="Pelican Home Page">Pelican</a>. Theme: <a href="http://oncrashreboot.com/pelican-elegant" title="Theme Elegant Home Page">Elegant</a> by <a href="http://oncrashreboot.com" title="Talha Mansoor Home Page">Talha Mansoor</a></li>
</ul>
</div>
</footer> <script src="http://code.jquery.com/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script>
function validateForm(query)
{
return (query.length > 0);
}
</script>
<script type="text/javascript">
var disqus_shortname = 'amitkushwaha';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<script language="javascript" type="text/javascript">
function uncollapse() {
if (window.location.hash.match(/^#comment-\d+$/)) {
$('#disqus_thread').collapse('show');
}
}
</script>
<script type="text/javascript" language="JavaScript">
uncollapse();
window.onhashchange=function(){
if (window.location.hash.match(/^#comment-\d+$/))
window.location.reload(true);
}
</script>
<script>
$('#disqus_thread').on('shown', function () {
var link = document.getElementsByClassName('accordion-toggle');
var old_innerHTML = link[0].innerHTML;
$(link[0]).fadeOut(500, function() {
$(this).text('Click here to hide comments').fadeIn(500);
});
$('#disqus_thread').on('hidden', function () {
$(link[0]).fadeOut(500, function() {
$(this).text(old_innerHTML).fadeIn(500);
});
})
})
</script>
</body>
<!-- Theme: Elegant built for Pelican
License : http://oncrashreboot.com/pelican-elegant -->
</html>
|
yardstick17/yardstick17.github.io
|
image-similarity.html
|
HTML
|
mit
| 9,069
|
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/paper-button/paper-button.html">
<dom-module id="xtal-browser-window">
<template>
<span style="cursor:pointer" id="toggle_button" raised on-click="toggleIFrame">[[collapsedText]]</span>
<content on-click="markClicked"></content>
<div id="div_iframe"
style$="display:none;border-style: inset;border-color: grey;overflow: scroll;height: 500px;width: {{width}}"
>
<iframe id="iframe" on-load="handleOnLoad" style="width:100%;height:1000%"></iframe>
</div>
<div id="div_noFrame"> </div>
</template>
<script>
Polymer({
is: 'xtal-browser-window',
properties:{
linkOnly:{
type: Boolean
},
sandBox:{
type: String
},
windowTop:{
type: Number
},
width:{
type: String,
value: '90%'
},
collapsedText:{
type: String,
value: '►'
},
clicked:{
type: Boolean,
notify: true,
reflectToAttribute: true
}
},
markClicked: function(){
this.clicked = true;
},
toggleIFrame: function(){
this.clicked = true;
var aLink;
if(Polymer.Settings.useShadow){
aLink = this.getEffectiveChildNodes()[1];
}else{
aLink = this.children[1];
}
if(this.linkOnly){
window.open(aLink.href);
return;
}
var iFrame = this.$.iframe;
var toggleButton = this.$.toggle_button;
var divIFrame = this.$.div_iframe;
var div_noFrame = this.$.div_noFrame;
if(divIFrame.style.display ==='none'){
divIFrame.style.display = 'block';
div_noFrame.style.display = 'none';
iFrame.src = aLink.href;
toggleButton.innerText = '▼';
}else{
iFrame.src='about:blank';
divIFrame.style.display = 'none';
div_noFrame.style.display = 'block';
toggleButton.innerText = this.collapsedText;
}
},
ready: function(){
var aLink = this.children[0];
aLink.target = '_blank';
if(this.sandBox){
var iFrame = this.$.iframe;
iFrame.setAttribute('sandbox', this.sandBox);
}
//toggleButton.innerText = '▼';
},
handleOnLoad: function(){
//this.$.iframe.contentWindow.scrollTo(0, 1000);
this.$.div_iframe.scrollTop = this.windowTop;
}
})
</script>
</dom-module>
|
bahrus/crystal
|
xtal-elements/xtal-browser-window.html
|
HTML
|
mit
| 3,295
|
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>{{site.title}}</title>
<meta name="description" content="{{site.description}}">
<meta name="theme-color" content="#d20b00" />
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="{{ '/css/normalize.min.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/css/main.css?v=' | relative_url }}">
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" href="touch-icon-iphone.png" required />
<link rel="apple-touch-icon" sizes="72x72" href="touch-icon-ipad.png" required />
<link rel="apple-touch-icon" sizes="114x114" href="touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="144x144" href="touch-icon-ipad-retina.png" />
</head>
<body>
<main>
{{ content }}
<div class="meta-bar">
<span>Created by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a> 2017</span> -
<a href="imprint.html">Impressum</a>
</div>
</main>
<script async src="{{ 'dist/bundle.js' | relative_url }}"></script>
</body>
</html>
|
Dangoo/toolz
|
_layouts/default.html
|
HTML
|
mit
| 1,357
|
<div class="navigation-wrapper">
<nav role="navigation" id="site-nav" class="animated drop">
<ul>
{% for link in site.data.navigation %}
{% if link.url contains 'http' %}
{% assign domain = '' %}
{% else %}
{% assign domain = site.url %}
{% endif %}
<li><a href="{{ domain }}{{ link.url }}" style="text-decoration:none" {% if link.url contains 'http' %}target="_blank"{% endif %}>{{ link.title }}</a></li>
{% endfor %}
</ul>
</nav>
</div><!-- /.navigation-wrapper -->
{% include browser-upgrade.html %}
{% if page.image.feature %}<header class="masthead">
{% if site.logo != null %}
<div class="wrap">
<a href="{{ site.url }}/" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/fokep.jpg" width="100%" max-width="890px" alt="{{ site.title }} logo" class="animated fadeInDown"></a>
</div>
{% endif %}
</header><!-- /.masthead -->
{% else %}<header class="masthead">
<div class="wrap">
{% if site.logo != null %}
<a href="{{ site.url }}/" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/fokep.jpg" width="100%" alt="{{ site.title }} logo" class="animated fadeInDown"></a>
{% endif %}
<h1 class="site-title animated fadeIn"><a href="{{ site.url }}/"></a></h1>
<h2 class="site-description animated fadeIn" itemprop="description"> tesztszöveg</h2>
</div>
</header><!-- /.masthead -->{% endif %}
<div class="js-menu-screen menu-screen"></div>
|
doka/altest
|
_includes/fonavigation.html
|
HTML
|
mit
| 1,483
|
<div class="container">
<div class="header">
<input class="charname" spellcheck="false" type="text" name="attr_char_name" placeholder="Character name"/>
<input class="chardesc" spellcheck="false" type="text" name="attr_char_desc" placeholder="Character description"/>
<input class="hidediv" type="hidden" name="attr_char_name" value=""/>
<div class="autofill-reminder">If you enter Lady Blackbird, Naomi Bishop, Cyrus Vance, Kale Arkam, or Snargle, their details will be filled in automatically.</div>
</div>
<div class="traits left">
<div class="stats">
<label class="pool"><span>Pool:</span>
<input type="number" name="attr_pool" min="0" max="10" value="7"/>
</label>
<label class="xp"><span>XP:</span>
<input type="number" name="attr_xp" min="0" max="10" value="0"/>
</label>
<button type="roll" name="roll_dice" value="/r ?{Number of dice}d6>4">Roll</button>
</div>
<h3>Traits</h3>
<fieldset class="repeating_trait">
<div class="reprow">
<input class="name" spellcheck="false" type="text" name="attr_name" placeholder="Trait name"/>
<div class="auto-expand desc"><span name="attr_tags"></span>
<textarea spellcheck="false" name="attr_tags" placeholder="Tags"></textarea>
</div>
</div>
</fieldset>
<div class="tagsblurb">Tags in [brackets] are qualities you don’t have yet. You can buy them with advances. See the Rules Summary below, under Keys.</div>
</div>
<div class="keys right">
<fieldset class="repeating_keysecret">
<div class="reprow">
<input class="name" spellcheck="false" type="text" name="attr_name" placeholder="Key or secret name"/>
<div class="auto-expand desc"><span name="attr_desc"></span>
<textarea spellcheck="false" name="attr_desc" placeholder="Description"></textarea>
</div>
</div>
</fieldset>
</div>
<div class="conditions">
<label class="condition">
<input type="checkbox" name="attr_injured" value="1"/><span></span><span>Injured</span>
</label>
<label class="condition">
<input type="checkbox" name="attr_dead" value="1"/><span></span><span>Dead</span>
</label>
<label class="condition">
<input type="checkbox" name="attr_tired" value="1"/><span></span><span>Tired</span>
</label>
<label class="condition">
<input type="checkbox" name="attr_angry" value="1"/><span></span><span>Angry</span>
</label>
<label class="condition">
<input type="checkbox" name="attr_lost" value="1"/><span></span><span>Lost</span>
</label>
<label class="condition">
<input type="checkbox" name="attr_hunted" value="1"/><span></span><span>Hunted</span>
</label>
<label class="condition">
<input type="checkbox" name="attr_trapped" value="1"/><span></span><span>Trapped</span>
</label>
</div>
<div class="rulestitle">Rules Summary</div>
<div class="rules left">
<h4>Rolling the Dice</h4>
<p>When you try to overcome an obstacle, you roll dice. Start with one die. Add a die if you have a <strong>trait</strong> that can help you. If that trait has any <strong>tags</strong> that apply, add another die for each tag. Finally, add any number of dice from your personal <strong>pool</strong> of dice (your pool starts with 7 dice).</p>
<p>Roll all the dice you’ve gathered. Each die that shows <strong>4 or higher</strong> is a hit. You need hits equal to the difficulty <strong>level</strong> (usually 3) to pass the obstacle.</p>
<p class="smallcaps">Levels: 2 Easy—3 Difficult—4 Challenging—5 Extreme</p>
<p><strong>If you pass</strong>, discard all the dice you rolled (including any pool dice you used). Don’t worry, you can get your pool dice back.</p>
<p><strong>If you don’t pass</strong>, you don’t yet achieve your goal. But, you get to keep the pool dice you rolled and <strong>add another die to your pool</strong>. The GM will escalate the situation in some way and you might be able to try again.</p>
<h4>Conditions</h4>
<p>When events warrant or especially when you fail a roll, the GM may impose a <strong>condition</strong> on your character: <strong>Injured, Dead, Tired, Angry, Lost, Hunted,</strong> or <strong>Trapped</strong>. When you take a condition, mark its box and say how it comes about. [<span class="smallcaps">Note:</span> The “dead” condition just means “presumed dead” unless you say otherwise.]</p>
<h4>Helping</h4>
<p>If your character is in a position to help another character, you can give them a die from your pool. Say what your character does to help. If the roll fails, you get your pool die back. If it succeeds, your die is lost.</p>
</div>
<div class="rules right">
<h4>Keys</h4>
<p>When you hit a key, you can do one of two things:</p>
<ul>
<li>Take an <strong>experience point</strong> (XP)</li>
<li>Add a die to your pool (up to a max of 10)</li>
</ul>
<p>If you go into danger because of your key, you get 2 XP or 2 pool dice (or 1 XP <em>and</em> 1 pool die). When you have accumulated 5 XP, you earn an <strong>advance</strong>. You can spend an advance on one of the following:</p>
<ul>
<li>Add a new <strong>Trait</strong> (based on something you learned during play or on some past experience that has come to light)</li>
<li>Add a <strong>tag</strong> to an existing trait</li>
<li>Add a new <strong>Key</strong> (you can never have the same key twice)</li>
<li>Learn a <strong>Secret</strong> (if you have the means to)</li>
</ul>
<p>You can hold on to advances if you want, and spend them at any time, even in the middle of a battle!</p>
<p>Each key also has a <strong>buyoff</strong>. If the buyoff condition occurs, you have the <em>option</em> of removing the Key and earning two advances.</p>
<h4>Refresh</h4>
<p>You can refresh your pool back to 7 dice by having a <strong>refreshment scene</strong> with another character. You may also remove a condition or regain the use of a Secret, depending on the details of the scene. A refreshment scene is a good time to ask questions (in character) so the other player can show off aspects of his or her PC—“Why did you choose this life?”—“What do you think of the Lady?”—“Why did you take this job?” etc. Refreshment scenes can be flashbacks, too.</p>
</div>
</div>
<script type="text/worker">
"use strict";
const characterData = {
"lady blackbird": {
keysecret: [
{
name: 'Key of the Paragon',
desc: 'As a noble, you’re a cut above the common man. Hit your key when you demonstrate your superiority or when your noble traits overcome a problem. Buyoff: Disown your noble heritage.',
},
{
name: 'Key of the Mission',
desc: 'You must escape the Empire and rendezvous with your once secret lover, the Pirate King Uriah Flint, whom you haven’t seen in six years. Hit your key when you take action to complete the mission. Buyoff: Give up on your mission.',
},
{
name: 'Key of the Impostor',
desc: 'You are in disguise, passing yourself off as commoner. Hit your key when you perform well enough to fool someone with your disguise. Buyoff: Reveal your true identity to someone you fooled.',
},
{
name: 'Secret of Stormblood',
desc: 'As long as you can speak, you can channel magical power and do Sorcery. You have the Master Sorcerer trait and the Stormblood tag.',
},
{
name: 'Secret of Inner Focus',
desc: 'Once per session, you can re-roll a failure when doing Sorcery.',
},
],
trait: [
{
name: 'Imperial Noble',
tags: 'Etiquette, Dance, Educated, History, Science, Wealth, Connections, House Blackbird',
},
{
name: 'Master Sorcerer',
tags: 'Spellcaster, Channeling, Stormblood, Wind, Lightning, [Fly], [Blast], [Sense]',
},
{
name: 'Athletic',
tags: 'Run, Fencing, Rapier, Duels, Shooting, [Pistol], [Acrobatics]',
},
{
name: 'Charm',
tags: 'Charisma, Presence, Command, Nobles, Servants, [Soldiers]',
},
{
name: 'Cunning',
tags: 'Deception, Misdirection, Disguise, Codes, [Sneak], [Hide]',
},
],
},
"naomi bishop": {
keysecret: [
{
name: 'Key of the Guardian',
desc: 'You are Lady Blackbird’s loyal defender. Hit your key when you make a decision influenced by Lady Blackbird or protect her from harm. Buyoff: Sever your relationship with the Lady.',
},
{
name: 'Key of Vengeance',
desc: 'The Empire enslaved you and made you kill for sport. You will have your revenge on them and watch their cities burn. Hit your key when you strike a blow against the Empire (especially by killing an Imperial). Buyoff: Forgive them for what they did to you.',
},
{
name: 'Key of the Warrior',
desc: 'You crave the crash and roar of battle, the tougher the better. Hit your key when you do battle with worthy or superior foes. Buyoff: Pass up an opportunity for a good fight.',
},
{
name: 'Secret of Destruction',
desc: 'You can break things with your bare hands as if you were swinging a sledgehammer. It’s scary.',
},
{
name: 'Secret of the Bodyguard',
desc: 'Once per session, you can re-roll a failure when protecting someone.',
},
],
trait: [
{
name: 'Pit-Fighter',
tags: 'Combat Tested, Brutal, Living Weapon, Fast, Hard, [Strong], [Bone-breaking], [Scary Look]',
},
{
name: 'Bodyguard',
tags: 'Awareness, Threats, Defend, Disarm, Restrain, Carry, Delay, [Security], [First Aid]',
},
{
name: 'Ex-Slave',
tags: 'Sneak, Hide, Run, Tough, Endure, Scrounge, Nobles, [Hatred], [Iron Will]',
},
{
name: 'Keen',
tags: 'Insightful, Aware, Coiled, Liars, Traps, [Danger], [Sense Motives]',
},
],
},
"cyrus vance": {
keysecret: [
{
name: 'Key of the Commander',
desc: 'You are accustomed to giving orders and having them obeyed. Hit your key when you come up with a plan and give orders to make it happen. Buyoff: Acknowledge someone else as the leader.',
},
{
name: 'Key of Hidden Longing',
desc: 'You are completely enthralled by Lady Blackbird, but you don’t want her to know it. Hit your key when you make a decision based on this secret affection or when you somehow show it indirectly. Buyoff: Give up on your secret desire or make it public.',
},
{
name: 'Key of the Outcast',
desc: 'You got exiled from the Empire. Hit your key when your outcast status causes you trouble or is important in a scene. Buyoff: Regain your former standing or join a new group.',
},
{
name: 'Secret of Leadership',
desc: 'Once per session, you can give someone else a chance to re-roll a failed roll, by giving them orders, advice, or setting a good example.',
},
{
name: 'Secret of Warpblood',
desc: 'Once per session, you can teleport yourself or someone you’re touching.',
},
],
trait: [
{
name: 'Ex-Imperial Soldier',
tags: 'Tactics, Command, Soldiers, Rank, Connections, Maps, Imperial War Ships',
},
{
name: 'Smuggler',
tags: 'Haggle, Deception, Sneak, Hide, Camouflage, Forgery, Pilot, Navigation, [Repair], [Gunnery]',
},
{
name: 'Survivor',
tags: 'Tough, Run, Scrounge, Endure, Creepy Stare, Intimidate, [Medic]',
},
{
name: 'Warrior',
tags: 'Battle-Hardened, Shooting, Two-Gun Style, Pistol, Fencing, Sword, [Brawl], [Hail of Lead]',
},
],
},
"kale arkam": {
keysecret: [
{
name: 'Key of Greed',
desc: 'You like the shiny things. Hit your key when you steal something cool or score a big payoff. Buyoff: Swear off stealing forever.',
},
{
name: 'Key of the Mission',
desc: 'You must safely deliver Lady Blackbird to the Pirate King Uriah Flint, so she can marry him. Hit your key when you take action to complete the mission. Buyoff: Give up the mission.',
},
{
name: 'Key of Fraternity',
desc: 'You are sworn to Captain Vance in a bond of brotherhood. Hit your key when your character is influenced by Vance or when you show how deep your bond is. Buyoff: Sever the relationship.',
},
{
name: 'Secret of Concealment',
desc: 'No matter how thoroughly you’re searched, you always have a few key items with you. You can produce any common, simple item at a moment’s notice.',
},
{
name: 'Secret of Reflexes',
desc: 'Once per session, you can re-roll a failure when doing anything involving grace, dexterity, or quick reflexes.',
},
],
trait: [
{
name: 'Burglar',
tags: 'Quiet, Sneak, Hide, Dextrous, Locks, Perceptive, Traps, Darkness, [Alarms], [Distractions]',
},
{
name: 'Tricky',
tags: 'Quick, Dirty Fighting, Tumbler, Escape, Contortionist, [Sleight of Hand], [Acrobatics], [Dagger]',
},
{
name: 'Petty Magic (use one spell tag at a time)',
tags: 'Light spell, Dark spell, Jump spell, Shatter Spell, [Channeling], [Spellcaster]',
},
{
name: 'Mechanic',
tags: 'Repair, Engines, Efficiency, Spare Parts, Sabotage, [Enhancements], [Ship Weapons]',
},
],
},
"snargle": {
keysecret: [
{
name: 'Key of the Daredevil',
desc: 'You thrive in dangerous situations. Hit your key when you do something cool that is risky or reckless (especially piloting stunts). Buyoff: Be very very careful.',
},
{
name: 'Key of Conscience',
desc: 'You don’t like to see anyone suffer, even enemies. Hit your key when you help someone who is in trouble or when you change someone’s life for the better Buyoff: Ignore a request for help.',
},
{
name: 'Key of Banter',
desc: 'You have a knack for snappy comments. Hit your key when Snargle says something that makes the other players laugh or when you explain something using your pilot techno jargon. Buyoff: Everyone groans at one of your comments.',
},
{
name: 'Secret of Shape Warping',
desc: 'As a goblin, you can change your shape, growing shorter, taller, fatter, thinner, or changing your skin color, at will.',
},
{
name: 'Secret of the Lucky Break',
desc: 'Once per session, you can keep your pool dice when you succeed (so go ahead and use ‘em all).',
},
],
trait: [
{
name: 'Pilot',
tags: 'Daring, Steady, Maneuvering, Evasion, Tricky flying, Navigation, Maps, Atmospherics. [The Owl], [Battle], [Ramming]',
},
{
name: 'Sky Sailor',
tags: 'Gunnery, Aim, Maintenance, Observation, Signals, Empire, Pirates, Free Worlds, Haven, [Repair], [Connections]',
},
{
name: 'Goblin',
tags: 'Warp shape, Glide, Nightvision, Agile, Quick, Tumbler, Teeth & Claws, [Mimic Shape], [Reckless], [Connections]',
},
{
name: 'Sly',
tags: 'Crafty, Sneaky, Distractions, Bluff, Languages, Trade Speak, [Sharp], [Disguise]',
},
],
},
};
const autoExpandFields = [
'repeating_trait:tags',
'repeating_keysecret:desc',
];
const fillRepeatingSectionFromData = (sectionName, dataList) => {
getSectionIDs(`repeating_${sectionName}`, idList => {
const existingRowAttributes = idList.map(id => `repeating_${sectionName}_${id}_name`);
getAttrs(existingRowAttributes, v => {
const existingRowNames = existingRowAttributes.map(name => v[name]),
createdIDs = [],
setting = dataList.filter(o => !existingRowNames.includes(o.name))
.map(o => {
let rowID;
while (!rowID) {
let newID = generateRowID();
if (!createdIDs.includes(newID)) {
rowID = newID;
createdIDs.push(rowID);
}
}
return Object.keys(o).reduce((m, key) => {
m[`repeating_${sectionName}_${rowID}_${key}`] = o[key];
return m;
}, {});
})
.reduce((m, o) => Object.assign(m, o), {});
setAttrs(setting);
});
});
};
autoExpandFields.forEach(name => {
on(`change:${name}`, event => {
const attrName = name.replace(':', '_');
getAttrs([attrName], v => {
if (v[attrName].trim() !== v[attrName] && event.sourceType === 'player') {
setAttrs({
[attrName]: v[attrName].trim()
});
}
});
});
});
on('change:char_name', event => {
getAttrs(['char_name'], v => {
if (v.char_name.toLowerCase() in characterData) {
fillRepeatingSectionFromData('trait', characterData[v.char_name.toLowerCase()].trait);
fillRepeatingSectionFromData('keysecret', characterData[v.char_name.toLowerCase()].keysecret);
}
});
});
</script>
|
KingMarth/roll20-character-sheets
|
Lady Blackbird/lady_blackbird.html
|
HTML
|
mit
| 16,489
|
<!DOCTYPE html>
<HTML><head><TITLE>Manpage of GNOME-SESSION-PROPERTIES</TITLE>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css" type="text/css">
</head>
<body>
<header class="site-header">
<div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div>
<div class="site-description">{"type":"documentation"}</div>
</div>
</header>
<div class="page-content"><div class="wrap">
<H1>GNOME-SESSION-PROPERTIES</H1>
Section: User Commands (1)<BR>Updated: GNOME<BR><A HREF="#index">Index</A>
<A HREF="/manpages/index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
gnome-session-properties - Configure what applications to start on login
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<P>
<B>gnome-session-properties</B>
<P>
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<P>
<I>gnome-session-properties</I> enables the users to configure what
applications should be started on login, in addition to the default
startup applications configured on the system.
<P>
It also proposes an interface to save a snapshot of the currently
running applications so that they can automatically be restored to
their current state on your next GNOME session.
<A NAME="lbAE"> </A>
<H2>SEE ALSO</H2>
<B><A HREF="/manpages/index.html?1+gnome-session">gnome-session</A>(1)</B>
<B><A HREF="/manpages/index.html?1+gnome-session-save">gnome-session-save</A>(1)</B>
<A NAME="lbAF"> </A>
<H2>BUGS</H2>
If you find bugs in the <I>gnome-session-properties</I> program, please report
these on <A HREF="http://bugzilla.gnome.org.">http://bugzilla.gnome.org.</A>
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">SEE ALSO</A><DD>
<DT><A HREF="#lbAF">BUGS</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/manpages/index.html">man2html</A>,
using the manual pages.<BR>
Time: 05:29:04 GMT, December 24, 2015
</div></div>
</body>
</HTML>
|
yuweijun/yuweijun.github.io
|
manpages/man1/gnome-session-properties.1.html
|
HTML
|
mit
| 2,052
|
<!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.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Three.js Transforms</title>
<style type="text/css">
html { overflow: hidden; }
body { margin: 0; padding: 0; overflow: hidden; font-family: Monospace; font-size: 13px; line-height: 20px; color: #333; }
a { color: #0088cc; text-decoration: none; }
a:hover, a:focus { color: #005580; text-decoration: underline; }
/* stats */
#fps, #ms { background: transparent !important; }
#fpsText, #msText { color: #aaa !important; }
#fpsGraph, #msGraph { display: none; }
</style>
</head>
<body>
<div id="container"></div>
<script src="three/three.min.js"></script>
<script src="three/controls/OrbitControls.js"></script>
<script src="three/Detector.js"></script>
<script src="three/libs/stats.min.js"></script>
<script src="three/libs/dat.gui.min.js"></script>
<script src="three/libs/tween.min.js"></script>
<script>
if ( ! Detector.webgl ) Detector.addGetWebGLMessage();
var container;
var stats;
var camera, controls, scene, renderer;
var mesh;
var helper;
var mouseX = 0, mouseY = 0;
var clock = new THREE.Clock();
var windowHalfX = window.innerWidth / 2;
var windowHalfY = window.innerHeight / 2;
init();
animate();
function init() {
container = document.getElementById( 'container' );
camera = new THREE.PerspectiveCamera( 60, window.innerWidth / window.innerHeight, 1, 100000 );
camera.position.set( -10, 100, 300 );
scene = new THREE.Scene();
// add objects here
// var helper = new THREE.GridHelper( 100, 20 );
// helper.position.y = -100;
// scene.add( helper );
var material = new THREE.MeshNormalMaterial();
// var material = new THREE.MeshBasicMaterial({ color: 0xcccccc });
var geometry = new THREE.BoxGeometry( 80, 80, 80, 1, 1, 1 );
// var geometry = new THREE.BoxGeometry( 65, 65, 65, 1, 1, 1 );
mesh = new THREE.Mesh( geometry, material );
mesh.rotation.y = Math.PI / 4;
mesh.position.set( 0, 0, 0 );
// mesh.position.set( 0, -45, 0 );
scene.add( mesh );
helper = new THREE.WireframeHelper( mesh, 0x000000 );
scene.add( helper );
// setupTween();
renderer = new THREE.WebGLRenderer( { antialias: true, alpha: true } );
// renderer.setClearColor( 0xBBBBBB, 1 );
renderer.setClearColor( 0x000000, 0 ); // the default
renderer.setSize( window.innerWidth, window.innerHeight );
container.appendChild( renderer.domElement );
controls = new THREE.OrbitControls( camera, renderer.domElement );
controls.noKeys = true;
stats = new Stats();
stats.domElement.style.position = 'absolute';
stats.domElement.style.top = '0px';
container.appendChild( stats.domElement );
// document.addEventListener( 'mousemove', onDocumentMouseMove, false );
//
window.addEventListener( 'resize', onWindowResize, false );
}
function setupGui() {
// dat.GUI debugging -----------------------------------------
var gui = new dat.GUI();
var f1 = gui.addFolder('meshOuter rotation');
f1.add(mesh.position, 'x', 0, 2*Math.PI);
f1.add(mesh.position, 'y', 0, 2*Math.PI);
f1.add(mesh.position, 'z', 0, 2*Math.PI);
f1.open();
}
function onWindowResize() {
windowHalfX = window.innerWidth / 2;
windowHalfY = window.innerHeight / 2;
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
renderer.setSize( window.innerWidth, window.innerHeight );
}
function onDocumentMouseMove( event ) {
mouseX = ( event.clientX - windowHalfX );
mouseY = ( event.clientY - windowHalfY );
// document.getElementById('mouse').innerText = mouseX + ', ' + mouseY;
}
//
var paused = false;
function animate() {
requestAnimationFrame( animate );
if (!paused) {
render();
stats.update();
controls.update();
TWEEN.update();
}
}
function render() {
var delta = clock.getDelta();
// if (mesh) {
// mesh.rotation.y -= 1.0 * delta;
// }
renderer.render( scene, camera );
}
function setupTween(obj, prop, targetValue) {
var update = function(){
obj[prop] = current.property;
}
var current = { property: obj[prop] };
var target = { property: targetValue };
var tween = new TWEEN.Tween(current).to(target, 800)
.easing(TWEEN.Easing.Cubic.Out)
.onUpdate(update);
tween.start();
}
var step = 1;
var opts = { scale: 1 }
function applyStep(step) {
// console.log(step);
if (step == 1) {
setupTween( mesh.position, 'x', 0);
}
else if (step == 2) {
setupTween( mesh.position, 'x', -100);
setupTween( mesh.scale, 'x', 1);
setupTween( mesh.scale, 'y', 1);
setupTween( mesh.scale, 'z', 1);
}
else if (step == 3) {
setupTween( mesh.scale, 'x', 2);
setupTween( mesh.scale, 'y', 2);
setupTween( mesh.scale, 'z', 2);
}
else if (step == 4) {
setupTween( mesh.rotation, 'y', Math.PI / 4);
}
else if (step == 5) {
setupTween( mesh.rotation, 'y', Math.PI * 5 / 4);
}
}
onmessage = function(e) {
// paused = (e.data == 'pause' || e.data == 'slide:stop');
step = e.data.director.args[0];
applyStep( step );
};
function forward() {
step++;
if (step > 5) { step = 5; return; }
applyStep(step);
}
function back() {
step--;
if (step <= 0) { step = 1; return; }
applyStep(step);
}
// Controls for stand-alone
window.addEventListener('keydown', function (e) {
if (e.keyCode == 38 || e.keyCode == 37) back();
if (e.keyCode == 40 || e.keyCode == 39) forward();
});
</script>
</body>
</html>
|
jaimerosales/colombia-jsconf
|
iframes/transforms.html
|
HTML
|
mit
| 6,908
|
<!DOCTYPE html>
<html lang="en-US">
<!-- head
============================================================================ -->
<head>
<!-- Basic Info
======================================================================== -->
<title>PLUME HTML5 Multipurpose Template</title>
<meta name="author" content="Graphicfort">
<meta name="robots" content="index follow">
<meta name="googlebot" content="index follow">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="PLUME, HTML5, CSS3, Creative, Multipurpose, Template, Create a website fast">
<meta name="description" content="HTML5 Multipurpose Template, Create a website fast">
<!-- Mobile Configurations
======================================================================== -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- fav and icons for Mobile
======================================================================== -->
<link rel="shortcut icon" href="images/icons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="images/icons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/icons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/icons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/icons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/icons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/icons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/icons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/apple-touch-icon-180x180.png">
<!-- Google Fonts
======================================================================== -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CPoppins:400,500,600" rel="stylesheet">
<!-- CSS Files
======================================================================== -->
<link rel="stylesheet" href="js/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/plugins.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Head JS Libs
======================================================================== -->
<script src="js/vendor/modernizr-custom.js"></script>
</head><!-- /End head -->
<!-- body
============================================================================ -->
<body>
<!-- To top Button
======================================================================== -->
<a href="#" class="btn-gfort-top"><i class="fa fa-angle-up"></i></a>
<!-- Main Wrapper
======================================================================== -->
<div id="main-wrapper">
<!-- Header Section
==================================================================== -->
<header class="header-section fixed-header">
<!-- Header Section Container -->
<div class="header-section-container">
<!-- Header Menu -->
<div class="header-menu">
<!-- Header Menu Container -->
<div class="header-menu-container">
<!-- Navbar -->
<nav class="navbar">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- col-md-12 -->
<div class="col-md-12">
<!-- Navbar Header / Logo -->
<div class="navbar-header">
<a href="index.html" class="navbar-brand" title="PLUME">
<img src="images/logo.png" alt="PLUME Logo" />
</a>
</div><!-- /End Navbar Header / Logo -->
<!-- Header Buttons -->
<ul class="header-btns">
<!-- Header Cart Button -->
<li class="header-cart-btn">
<a href="#" title="View Cart">
<i class="fa fa-shopping-bag"></i><span class="badge">2</span>
</a>
<!-- Header Cart -->
<div class="header-cart">
<!-- Header Cart Container -->
<div class="header-cart-container">
<!-- Shop Products -->
<ul class="shop-products">
<!-- Product Item -->
<li>
<!-- Remove Button -->
<a href="#" class="remove-btn" title="Remove this item">×</a>
<!-- Item image -->
<a href="#" title="Eraser with wood plate" class="item-image overlay-hover scale-hover-2x">
<img src="images/header/header-cart/001.jpg" alt="Product Image" />
</a>
<!-- Shop Item Body -->
<div class="shop-item-body">
<!-- Title -->
<a href="#" title="Eraser with wood plate">Eraser with wood plate</a>
<!-- Quantity -->
<span class="quantity">1 × <span class="amount"><span class="currencySymbol">$</span>17</span></span>
</div><!-- /End Shop Item Body -->
</li><!-- /End Product Item -->
<!-- Product Item -->
<li>
<!-- Remove Button -->
<a href="#" class="remove-btn" title="Remove this item">×</a>
<!-- Item image -->
<a href="#" title="Pencil with wood stand" class="item-image overlay-hover scale-hover-2x">
<img src="images/header/header-cart/002.jpg" alt="Product Image" />
</a>
<!-- Shop Item Body -->
<div class="shop-item-body">
<!-- Title -->
<a href="#" title="Pencil with wood stand">Pencil with wood stand</a>
<!-- Quantity -->
<span class="quantity">2 × <span class="amount"><span class="currencySymbol">$</span>17</span></span>
</div><!-- /End Shop Item Body -->
</li><!-- /End Product Item -->
</ul><!-- /End Shop Products -->
<!-- Total Price -->
<p class="total-price">
<strong>Subtotal:</strong>
<span class="amount"><span class="currencySymbol">$</span>51</span>
</p><!-- /End Total Price -->
<!-- Buttons -->
<p class="buttons">
<a href="#" class="btn btn-gfort">View Cart</a>
<a href="#" class="btn btn-gfort">Checkout</a>
</p><!-- /End Buttons -->
</div><!-- /End Header Cart Container -->
</div><!-- /End Header Cart -->
</li><!-- /End Header Cart Button -->
<!-- Header Language Button -->
<li class="header-lang-btn">
<a href="#" title="English">EN</a>
<!-- Header Language Menu -->
<nav class="header-language-menu">
<ul>
<li>
<a href="#" title="French">
<img src="images/header/header-lang-flags/fr.jpg" alt="French">Fr
</a>
</li>
<li>
<a href="#" title="Deutsch">
<img src="images/header/header-lang-flags/ge.jpg" alt="Deutsch">De
</a>
</li>
<li>
<a href="#" title="Italian">
<img src="images/header/header-lang-flags/it.jpg" alt="Italian">It
</a>
</li>
</ul>
</nav><!-- /End Header Language Menu -->
</li><!-- /End Header Language Button -->
<!-- Header Search Button -->
<li class="header-search-btn">
<a href="#" class="form-open-btn">
<i class="fa fa-search"></i>
</a>
</li><!-- /End Header Search Button -->
</ul><!-- /End Header Buttons -->
<!-- Toggle Menu Button -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="menu-wd">Menu</span>
<span class="lines-wrapper"><i class="lines"></i></span>
</button><!-- /End Toggle Menu Button -->
<!-- Navbar Collapse (Menu) -->
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="#">Features</a>
<ul class="submenu">
<li>
<a href="#">Headers</a>
<ul class="submenu">
<li><a href="header-1.html">Header 1</a></li>
<li><a href="header-2.html">Header 2</a></li>
<li><a href="header-3.html">Header 3</a></li>
<li><a href="header-4.html">Header 4</a></li>
<li><a href="header-5.html">Header 5</a></li>
<li><a href="header-6.html">Header 6</a></li>
<li><a href="header-7.html">Header 7</a></li>
<li><a href="header-8.html">Header 8</a></li>
<li><a href="header-9.html">Header 9</a></li>
<li><a href="header-10.html">Header 10</a></li>
<li><a href="header-11.html">Header 11</a></li>
<li><a href="header-12.html">Header 12</a></li>
<li><a href="header-13.html">Header 13</a></li>
<li><a href="header-14.html">Header 14</a></li>
</ul>
</li>
<li>
<a href="#">Page Title</a>
<ul class="submenu">
<li>
<a href="#">Large</a>
<ul class="submenu">
<li>
<a href="page-title-large-parallax-background.html">Parallax Background</a>
</li>
<li>
<a href="page-title-large-grey-background.html">Grey Background</a>
</li>
<li>
<a href="page-title-large-white-background.html">White Background</a>
</li>
<li>
<a href="page-title-large-main-background.html">Main Background</a>
</li>
<li>
<a href="page-title-large-black-background.html">Black Background</a>
</li>
</ul>
</li>
<li>
<a href="#">Medium 1</a>
<ul class="submenu">
<li>
<a href="page-title-medium-1-parallax-background.html">Parallax Background</a>
</li>
<li>
<a href="page-title-medium-1-grey-background.html">Grey Background</a>
</li>
<li>
<a href="page-title-medium-1-white-background.html">White Background</a>
</li>
<li>
<a href="page-title-medium-1-main-background.html">Main Background</a>
</li>
<li>
<a href="page-title-medium-1-black-background.html">Black Background</a>
</li>
</ul>
</li>
<li>
<a href="#">Medium 2</a>
<ul class="submenu">
<li>
<a href="page-title-medium-2-parallax-background.html">Parallax Background</a>
</li>
<li>
<a href="page-title-medium-2-grey-background.html">Grey Background</a>
</li>
<li>
<a href="page-title-medium-2-white-background.html">White Background</a>
</li>
<li>
<a href="page-title-medium-2-main-background.html">Main Background</a>
</li>
<li>
<a href="page-title-medium-2-black-background.html">Black Background</a>
</li>
</ul>
</li>
<li>
<a href="#">Small</a>
<ul class="submenu">
<li>
<a href="page-title-small-parallax-background.html">Parallax Background</a>
</li>
<li>
<a href="page-title-small-grey-background.html">Grey Background</a>
</li>
<li>
<a href="page-title-small-white-background.html">White Background</a>
</li>
<li>
<a href="page-title-small-main-background.html">Main Background</a>
</li>
<li>
<a href="page-title-small-black-background.html">Black Background</a>
</li>
</ul>
</li>
<li>
<a href="#">Wide</a>
<ul class="submenu">
<li>
<a href="page-title-wide-parallax-background.html">Parallax Background</a>
</li>
<li>
<a href="page-title-wide-grey-background.html">Grey Background</a>
</li>
<li>
<a href="page-title-wide-white-background.html">White Background</a>
</li>
<li>
<a href="page-title-wide-main-background.html">Main Background</a>
</li>
<li>
<a href="page-title-wide-black-background.html">Black Background</a>
</li>
</ul>
</li>
<li>
<a href="#">Minimal</a>
<ul class="submenu">
<li>
<a href="page-title-minimal-parallax-background.html">Parallax Background</a>
</li>
<li>
<a href="page-title-minimal-grey-background.html">Grey Background</a>
</li>
<li>
<a href="page-title-minimal-white-background.html">White Background</a>
</li>
<li>
<a href="page-title-minimal-main-background.html">Main Background</a>
</li>
<li>
<a href="page-title-minimal-black-background.html">Black Background</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">Events</a>
<ul class="submenu">
<li><a href="events-right-sidebar.html">Right sidebar</a></li>
<li><a href="events-left-sidebar.html">Left sidebar</a></li>
<li><a href="events-wide.html">Wide</a></li>
<li>
<a href="#">Single Event</a>
<ul class="submenu">
<li><a href="events-single-right-sidebar.html">Right sidebar</a></li>
<li><a href="events-single-left-sidebar.html">Left sidebar</a></li>
<li><a href="events-single-wide.html">Wide</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="widgets.html">Widgets</a></li>
<li><a href="top-footer.html">Top Footer</a></li>
<li><a href="copyright.html">Copyright</a></li>
</ul>
</li>
<li>
<a href="#">Portfolio</a>
<ul class="submenu">
<li>
<a href="#">1 Column</a>
<ul class="submenu">
<li>
<a href="#">Right Sidebar</a>
<ul class="submenu">
<li><a href="portfolio-1-right-sidebar.html">Default</a></li>
<li><a href="portfolio-1-right-sidebar-title-overlay.html">Title overlay</a></li>
</ul>
</li>
<li>
<a href="#">Left Sidebar</a>
<ul class="submenu">
<li><a href="portfolio-1-left-sidebar.html">Default</a></li>
<li><a href="portfolio-1-left-sidebar-title-overlay.html">Title overlay</a></li>
</ul>
</li>
<li>
<a href="#">Wide</a>
<ul class="submenu">
<li><a href="portfolio-1-wide.html">Default</a></li>
<li><a href="portfolio-1-wide-title-overlay.html">Title overlay</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">2 Columns</a>
<ul class="submenu">
<li>
<a href="#">Right Sidebar</a>
<ul class="submenu">
<li><a href="portfolio-2-right-sidebar.html">Default</a></li>
<li><a href="portfolio-2-right-sidebar-title-overlay.html">Title overlay</a></li>
<li><a href="portfolio-2-right-sidebar-no-margin.html">Default - no margin</a></li>
<li><a href="portfolio-2-right-sidebar-title-overlay-no-margin.html">Title overlay - no margin</a></li>
</ul>
</li>
<li>
<a href="#">Left Sidebar</a>
<ul class="submenu">
<li><a href="portfolio-2-left-sidebar.html">Default</a></li>
<li><a href="portfolio-2-left-sidebar-title-overlay.html">Title overlay</a></li>
<li><a href="portfolio-2-left-sidebar-no-margin.html">Default - no margin</a></li>
<li><a href="portfolio-2-left-sidebar-title-overlay-no-margin.html">Title overlay - no margin</a></li>
</ul>
</li>
<li>
<a href="#">Wide</a>
<ul class="submenu">
<li><a href="portfolio-2-wide.html">Default</a></li>
<li><a href="portfolio-2-wide-title-overlay.html">Title overlay</a></li>
<li><a href="portfolio-2-wide-no-margin.html">Default - no margin</a></li>
<li><a href="portfolio-2-wide-title-overlay-no-margin.html">Title overlay - no margin</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">3 Columns</a>
<ul class="submenu">
<li>
<a href="#">Right Sidebar</a>
<ul class="submenu">
<li><a href="portfolio-3-right-sidebar.html">Default</a></li>
<li><a href="portfolio-3-right-sidebar-title-overlay.html">Title overlay</a></li>
<li><a href="portfolio-3-right-sidebar-no-margin.html">Default - no margin</a></li>
<li><a href="portfolio-3-right-sidebar-title-overlay-no-margin.html">Title overlay - no margin</a></li>
</ul>
</li>
<li>
<a href="#">Left Sidebar</a>
<ul class="submenu">
<li><a href="portfolio-3-left-sidebar.html">Default</a></li>
<li><a href="portfolio-3-left-sidebar-title-overlay.html">Title overlay</a></li>
<li><a href="portfolio-3-left-sidebar-no-margin.html">Default - no margin</a></li>
<li><a href="portfolio-3-left-sidebar-title-overlay-no-margin.html">Title overlay - no margin</a></li>
</ul>
</li>
<li>
<a href="#">Wide</a>
<ul class="submenu">
<li><a href="portfolio-3-wide.html">Default</a></li>
<li><a href="portfolio-3-wide-title-overlay.html">Title overlay</a></li>
<li><a href="portfolio-3-wide-no-margin.html">Default - no margin</a></li>
<li><a href="portfolio-3-wide-title-overlay-no-margin.html">Title overlay - no margin</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">4 Columns</a>
<ul class="submenu">
<li>
<a href="#">Wide</a>
<ul class="submenu">
<li><a href="portfolio-4-wide.html">Default</a></li>
<li><a href="portfolio-4-wide-title-overlay.html">Title overlay</a></li>
<li><a href="portfolio-4-wide-no-margin.html">Default - no margin</a></li>
<li><a href="portfolio-4-wide-title-overlay-no-margin.html">Title overlay - no margin</a></li>
</ul>
</li>
<li>
<a href="#">FullWidth</a>
<ul class="submenu">
<li><a href="portfolio-4-fullwidth.html">Default</a></li>
<li><a href="portfolio-4-fullwidth-title-overlay.html">Title overlay</a></li>
<li><a href="portfolio-4-fullwidth-no-margin.html">Default - no margin</a></li>
<li><a href="portfolio-4-fullwidth-title-overlay-no-margin.html">Title overlay - no margin</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">5 Columns</a>
<ul class="submenu">
<li>
<a href="#">Wide</a>
<ul class="submenu">
<li><a href="portfolio-5-wide.html">Default</a></li>
<li><a href="portfolio-5-wide-title-overlay.html">Title overlay</a></li>
<li><a href="portfolio-5-wide-no-margin.html">Default - no margin</a></li>
<li><a href="portfolio-5-wide-title-overlay-no-margin.html">Title overlay - no margin</a></li>
</ul>
</li>
<li>
<a href="#">FullWidth</a>
<ul class="submenu">
<li><a href="portfolio-5-fullwidth.html">Default</a></li>
<li><a href="portfolio-5-fullwidth-title-overlay.html">Title overlay</a></li>
<li><a href="portfolio-5-fullwidth-no-margin.html">Default - no margin</a></li>
<li><a href="portfolio-5-fullwidth-title-overlay-no-margin.html">Title overlay - no margin</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="portfolio-masnory.html">Masnory</a></li>
<li>
<a href="#">Single Project</a>
<ul class="submenu">
<li>
<a href="#">Right Sidebar</a>
<ul class="submenu">
<li><a href="portfolio-single-right-sidebar-image.html">image</a></li>
<li><a href="portfolio-single-right-sidebar-slider.html">Slider</a></li>
<li><a href="portfolio-single-right-sidebar-video.html">Video</a></li>
<li><a href="portfolio-single-right-sidebar-audio.html">Audio</a></li>
</ul>
</li>
<li>
<a href="#">Left Sidebar</a>
<ul class="submenu">
<li><a href="portfolio-single-left-sidebar-image.html">image</a></li>
<li><a href="portfolio-single-left-sidebar-slider.html">Slider</a></li>
<li><a href="portfolio-single-left-sidebar-video.html">Video</a></li>
<li><a href="portfolio-single-left-sidebar-audio.html">Audio</a></li>
</ul>
</li>
<li>
<a href="#">Wide</a>
<ul class="submenu">
<li><a href="portfolio-single-wide-image.html">image</a></li>
<li><a href="portfolio-single-wide-slider.html">Slider</a></li>
<li><a href="portfolio-single-wide-video.html">Video</a></li>
<li><a href="portfolio-single-wide-audio.html">Audio</a></li>
</ul>
</li>
<li>
<a href="#">Wide (Side by Side)</a>
<ul class="submenu">
<li><a href="portfolio-single-wide-sbs-image.html">image</a></li>
<li><a href="portfolio-single-wide-sbs-slider.html">Slider</a></li>
<li><a href="portfolio-single-wide-sbs-video.html">Video</a></li>
<li><a href="portfolio-single-wide-sbs-audio.html">Audio</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="megamenu">
<a href="#">Pages</a>
<ul class="submenu">
<li>
<a href="#">Pages 1</a>
<ul class="submenu">
<li><a href="about-us-1.html">About US 1</a></li>
<li><a href="about-us-2.html">About US 2</a></li>
<li><a href="about-us-3.html">About US 3</a></li>
<li><a href="about-us-4.html">About US 4</a></li>
<li><a href="about-me.html">About ME</a></li>
<li><a href="services-1.html">Services 1</a></li>
<li><a href="sign-in-1.html">Sign in 1</a></li>
<li><a href="sign-up-1.html">Sign up 1</a></li>
<li><a href="lost-password-1.html">Lost Password 1</a></li>
<li><a href="404-1.html">404 (1)</a></li>
<li><a href="under-construction-1.html">Under Construction (1)</a></li>
<li><a href="maintenance-1.html">Maintenance (1)</a></li>
</ul>
</li>
<li>
<a href="#">Pages 2</a>
<ul class="submenu">
<li><a href="services-2.html">Services 2</a></li>
<li><a href="services-3.html">Services 3</a></li>
<li><a href="services-4.html">Services 4</a></li>
<li><a href="services-5.html">Services 5</a></li>
<li><a href="faq-1.html">FAQ 1</a></li>
<li><a href="faq-2.html">FAQ 2</a></li>
<li><a href="sign-in-2.html">Sign in 2</a></li>
<li><a href="sign-up-2.html">Sign up 2</a></li>
<li><a href="lost-password-2.html">Lost Password 2</a></li>
<li><a href="404-2.html">404 (2)</a></li>
<li><a href="under-construction-2.html">Under Construction (2)</a></li>
<li><a href="maintenance-2.html">Maintenance (2)</a></li>
</ul>
</li>
<li>
<a href="#">Pages 3</a>
<ul class="submenu">
<li><a href="contact-us-1.html">Contact US 1</a></li>
<li><a href="contact-us-2.html">Contact US 2</a></li>
<li><a href="contact-us-3.html">Contact US 3</a></li>
<li><a href="jobs.html">Jobs</a></li>
<li><a href="404.html">404</a></li>
<li><a href="under-construction.html">Under Construction</a></li>
<li><a href="sign-in-3.html">Sign in 3</a></li>
<li><a href="sign-up-3.html">Sign up 3</a></li>
<li><a href="lost-password-3.html">Lost Password 3</a></li>
<li><a href="404-3.html">404 (3)</a></li>
<li><a href="under-construction-3.html">Under Construction (3)</a></li>
<li><a href="maintenance-3.html">Maintenance (3)</a></li>
</ul>
</li>
<li>
<a href="#">Pages 4</a>
<ul class="submenu">
<li><a href="maintenance.html">Maintenance</a></li>
<li><a href="sign-in.html">Sign in</a></li>
<li><a href="sign-up.html">Sign up</a></li>
<li><a href="lost-password.html">Lost Password</a></li>
<li><a href="search-results.html">Search Results</a></li>
<li><a href="sitemap.html">SiteMap</a></li>
<li><a href="sign-in-4.html">Sign in 4</a></li>
<li><a href="sign-up-4.html">Sign up 4</a></li>
<li><a href="lost-password-4.html">Lost Password 4</a></li>
<li><a href="404-4.html">404 (4)</a></li>
<li><a href="under-construction-4.html">Under Construction (4)</a></li>
<li><a href="maintenance-4.html">Maintenance (4)</a></li>
</ul>
</li>
</ul>
</li>
<li class="current_page_item">
<a href="#">Shop</a>
<ul class="submenu">
<li class="current_page_item">
<a href="#">Account</a>
<ul class="submenu">
<li>
<a href="shop-account-dashboard.html">Dashboard</a>
</li>
<li>
<a href="shop-account-orders-1.html">Orders (1)</a>
</li>
<li>
<a href="shop-account-orders-2.html">Orders (2)</a>
</li>
<li>
<a href="shop-account-order-details.html">Order Details</a>
</li>
<li>
<a href="shop-account-downloads-1.html">Downloads (1)</a>
</li>
<li>
<a href="shop-account-downloads-2.html">Downloads (2)</a>
</li>
<li>
<a href="shop-account-addresses-1.html">Addresses (1)</a>
</li>
<li>
<a href="shop-account-addresses-2.html">Addresses (2)</a>
</li>
<li>
<a href="shop-account-addresses-3.html">Addresses (3)</a>
</li>
<li>
<a href="shop-account-addresses-4.html">Addresses (4)</a>
</li>
<li>
<a href="shop-account-details.html">Account Details</a>
</li>
<li class="current_page_item">
<a href="shop-account-wishlist-1.html">Wishlist (1)</a>
</li>
<li>
<a href="shop-account-wishlist-2.html">Wishlist (2)</a>
</li>
<li>
<a href="shop-account-wishlist-3.html">Wishlist (3)</a>
</li>
<li>
<a href="shop-account-wishlist-4.html">Wishlist (4)</a>
</li>
<li>
<a href="shop-account-wishlist-5.html">Wishlist (5)</a>
</li>
</ul>
</li>
<li>
<a href="#">2 Columns</a>
<ul class="submenu">
<li><a href="shop-2-right-sidebar.html">Right Sidebar</a></li>
<li><a href="shop-2-left-sidebar.html">Left Sidebar</a></li>
</ul>
</li>
<li>
<a href="#">3 Columns</a>
<ul class="submenu">
<li><a href="shop-3-right-sidebar.html">Right Sidebar</a></li>
<li><a href="shop-3-left-sidebar.html">Left Sidebar</a></li>
<li><a href="shop-3-wide.html">Wide</a></li>
</ul>
</li>
<li>
<a href="shop-4.html">4 Columns</a>
</li>
<li>
<a href="shop-5.html">5 Columns</a>
</li>
<li>
<a href="#">Single Product</a>
<ul class="submenu">
<li>
<a href="shop-single-right-sidebar.html">Right Sidebar</a>
</li>
<li>
<a href="shop-single-left-sidebar.html">Left Sidebar</a>
</li>
<li>
<a href="shop-single-wide.html">Wide</a>
</li>
</ul>
</li>
<li>
<a href="#">Cart</a>
<ul class="submenu">
<li><a href="shop-cart-1.html">Cart (1)</a></li>
<li><a href="shop-cart-2.html">Cart (2)</a></li>
</ul>
</li>
<li>
<a href="#">Checkout</a>
<ul class="submenu">
<li><a href="shop-checkout-1.html">Checkout (1)</a></li>
<li><a href="shop-checkout-2.html">Checkout (2)</a></li>
</ul>
</li>
</ul>
</li>
<li class="megamenu">
<a href="#">Blog</a>
<ul class="submenu">
<li>
<a href="#">Right sidebar</a>
<ul class="submenu">
<li><a href="blog-right-sidebar.html">Default</a></li>
<li><a href="blog-right-sidebar-small-images.html">Small image</a></li>
<li><a href="blog-right-sidebar-masonry.html">Masonry</a></li>
<li><a href="blog-right-sidebar-grid.html">Grid</a></li>
<li><a href="blog-right-sidebar-timeline.html">Timeline</a></li>
<li><a href="blog-right-sidebar-timeline-minimal.html">Timeline Minimal</a></li>
<li><a href="blog-right-sidebar-minimal-1.html">Minimal v1</a></li>
<li><a href="blog-right-sidebar-minimal-2.html">Minimal v2</a></li>
<li><a href="blog-right-sidebar-single.html">Single Post (Default)</a></li>
</ul>
</li>
<li>
<a href="#">Left sidebar</a>
<ul class="submenu">
<li><a href="blog-left-sidebar.html">Default</a></li>
<li><a href="blog-left-sidebar-small-images.html">Small image</a></li>
<li><a href="blog-left-sidebar-masonry.html">Masonry</a></li>
<li><a href="blog-left-sidebar-grid.html">Grid</a></li>
<li><a href="blog-left-sidebar-timeline.html">Timeline</a></li>
<li><a href="blog-left-sidebar-timeline-minimal.html">Timeline Minimal</a></li>
<li><a href="blog-left-sidebar-minimal-1.html">Minimal v1</a></li>
<li><a href="blog-left-sidebar-minimal-2.html">Minimal v2</a></li>
<li><a href="blog-left-sidebar-single-audio.html">Single Post (Audio)</a></li>
</ul>
</li>
<li>
<a href="#">Center</a>
<ul class="submenu">
<li><a href="blog-center.html">Default</a></li>
<li><a href="blog-center-small-images.html">Small image</a></li>
<li><a href="blog-center-masonry.html">Masonry</a></li>
<li><a href="blog-center-grid.html">Grid</a></li>
<li><a href="blog-center-timeline.html">Timeline</a></li>
<li><a href="blog-center-timeline-minimal.html">Timeline Minimal</a></li>
<li><a href="blog-center-minimal-1.html">Minimal v1</a></li>
<li><a href="blog-center-minimal-2.html">Minimal v2</a></li>
<li><a href="blog-center-single-quote.html">Single Post (Quote)</a></li>
</ul>
</li>
<li>
<a href="#">Wide</a>
<ul class="submenu">
<li><a href="blog-wide.html">Default</a></li>
<li><a href="blog-wide-small-images.html">Small image</a></li>
<li><a href="blog-wide-masonry.html">Masonry</a></li>
<li><a href="blog-wide-grid.html">Grid</a></li>
<li><a href="blog-wide-timeline.html">Timeline</a></li>
<li><a href="blog-wide-timeline-minimal.html">Timeline Minimal</a></li>
<li><a href="blog-wide-minimal-1.html">Minimal v1</a></li>
<li><a href="blog-wide-minimal-2.html">Minimal v2</a></li>
<li><a href="blog-wide-single-link.html">Single Post (Link)</a></li>
</ul>
</li>
</ul>
</li>
<li class="megamenu">
<a href="#">Elements</a>
<ul class="submenu">
<li>
<a href="#">Elements 1</a>
<ul class="submenu">
<li><a href="elements-sections.html">Sections</a></li>
<li><a href="elements-dividers.html">Dividers</a></li>
<li><a href="elements-buttons.html">Buttons</a></li>
<li><a href="elements-social-icons.html">Social icons</a></li>
<li><a href="elements-social-feeds.html">Social Feeds</a></li>
<li><a href="elements-forms.html">Forms</a></li>
<li><a href="elements-subscribe-forms.html">Subscribe Forms</a></li>
<li><a href="elements-tooltips.html">Tooltips</a></li>
<li><a href="elements-tabs.html">Tabs</a></li>
<li><a href="elements-accordion.html">Accordion</a></li>
<li><a href="elements-tables.html">Tables</a></li>
</ul>
</li>
<li>
<a href="#">Elements 2</a>
<ul class="submenu">
<li><a href="elements-alerts.html">Alerts</a></li>
<li><a href="elements-clients.html">Clients</a></li>
<li><a href="elements-counters-progress-pie.html">Counters, Progress & Pie</a></li>
<li><a href="elements-skills.html">Skills</a></li>
<li><a href="elements-text-block.html">Text Block</a></li>
<li><a href="elements-icon-block.html">Icon Block</a></li>
<li><a href="elements-image-block.html">Image Block</a></li>
<li><a href="elements-media-block.html">Media Block</a></li>
<li><a href="elements-multimedia-block.html">Multimedia Block</a></li>
<li><a href="elements-process-block.html">Process Block</a></li>
<li><a href="elements-contact-block.html">Contact Block</a></li>
</ul>
</li>
<li>
<a href="#">Elements 3</a>
<ul class="submenu">
<li><a href="elements-maps.html">Maps</a></li>
<li><a href="elements-pricing-tables.html">Pricing Tables</a></li>
<li><a href="elements-cta.html">Call to action</a></li>
<li><a href="elements-lightbox.html">Lightbox</a></li>
<li><a href="elements-testimonials.html">Testimonials</a></li>
<li><a href="elements-timeline.html">Timeline</a></li>
<li><a href="elements-team-member.html">Team Member</a></li>
<li><a href="elements-lists.html">Lists</a></li>
<li><a href="elements-modal.html">Modal</a></li>
<li><a href="index-resume.html">Text Animation</a></li>
<li><a href="elements-gallery.html">Gallery</a></li>
</ul>
</li>
<li>
<a href="#">Elements 4</a>
<ul class="submenu">
<li><a href="elements-recent-posts.html">Recent Posts</a></li>
<li><a href="elements-recent-projects.html">Recent Projects</a></li>
<li><a href="elements-recent-products.html">Recent Products</a></li>
<li><a href="elements-recent-events.html">Recent Events</a></li>
<li><a href="elements-pre.html">pre</a></li>
<li><a href="elements-icons.html">Icons</a></li>
<li><a href="elements-animation.html">Animation</a></li>
<li><a href="faq-2.html">Smooth Scrolling</a></li>
<li><a href="elements-page-preloader-1.html">Page Preloader</a></li>
<li><a href="elements-notifications-1.html">Notifications</a></li>
<li><a href="elements-panels.html">Panels</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div><!-- /End Navbar Collapse (Menu) -->
</div><!-- /End col-md-12 -->
</div><!-- /End row -->
</div><!-- /End container -->
</nav><!-- /End Navbar -->
<!-- Header Search Form Block
==================================================== -->
<div class="form-block header-search-form-block">
<!-- Form Block Container -->
<div class="form-block-container">
<!-- Form -->
<form method="get" action="search-results.html">
<!-- col-md-12 -->
<div class="col-md-12">
<!-- Form Group -->
<div class="form-group">
<!-- Close Button -->
<a href="#" class="form-close-btn">×</a>
<input type="text" class="form-control" placeholder="Type then hit enter to search..." name="s" autocomplete="off">
</div><!-- /End Form Group -->
</div><!-- /End col-md-12 -->
</form><!-- /End Form -->
</div><!-- /End Form Block Container -->
</div><!-- /End Header Search Form Block -->
</div><!-- /End Header Menu Container -->
</div><!-- /End Header Menu -->
</div><!-- /End Header Section Container -->
</header><!-- /End Header Section -->
<!-- Page Title Section
==================================================================== -->
<div class="page-title-section page-title-section-wide grey-background-color">
<!-- Section Container -->
<div class="section-container">
<!-- Breadcrumb Title -->
<div class="breadcrumb-title">
<!-- container -->
<div class="container">
<h1 class="breadcrumb-main-title">Shop</h1>
</div><!-- /End container -->
</div><!-- /End Breadcrumb Title -->
<!-- Breadcrumb Block -->
<div class="breadcrumb-block">
<!-- container -->
<div class="container">
<ol class="breadcrumb">
<li><a href="index.html" title="Home"><i class="fa fa-home"></i></a></li>
<li><a href="shop-account-dashboard.html" title="Dashboard">Dashboard</a></li>
<li class="active">Wishlist</li>
</ol>
</div><!-- /End container -->
</div><!-- /End Breadcrumb block -->
</div><!-- /End Section Container -->
</div><!-- /End Page Title Section -->
<!-- Page Body
==================================================================== -->
<div class="page-body">
<!-- Main Content
================================================================ -->
<div class="main-content">
<!-- Main Content Container -->
<div class="main-content-container">
<!-- gfort Section -->
<div class="gfort-section">
<!-- Section Container -->
<div class="section-container">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- col-md-12 -->
<div class="col-md-12">
<!-- Navigation Block -->
<nav class="navigation-block">
<ul>
<li>
<a href="shop-account-dashboard.html"><i class="fa fa-th"></i>Dashboard</a>
</li>
<li>
<a href="shop-account-orders-1.html"><i class="fa fa-list"></i>Orders</a>
</li>
<li>
<a href="shop-account-downloads-1.html"><i class="fa fa-download"></i>Downloads</a>
</li>
<li>
<a href="shop-account-addresses-1.html"><i class="fa fa-map-signs"></i>Addresses</a>
</li>
<li>
<a href="shop-account-details.html"><i class="fa fa-user"></i>Account Details</a>
</li>
<li class="active">
<a href="shop-account-wishlist-1.html"><i class="fa fa-gift"></i>Wishlist</a>
</li>
<li>
<a href="#"><i class="fa fa-sign-out"></i>Logout</a>
</li>
</ul>
</nav><!-- /End Navigation Block -->
</div><!-- /End col-md-12 -->
<!-- col-md-12 -->
<div class="col-md-12">
<!-- Section Title -->
<div class="section-title section-title-sm">
<h2 class="section-main-title">Wishlists</h2>
</div><!-- /End Section Title -->
</div><!-- /End col-md-12 -->
<!-- col-md-12 -->
<div class="col-md-12">
<!-- Text Block -->
<div class="gfort-block text-block">
<!-- gfort Block Container -->
<div class="gfort-block-container">
<!-- gfort Block Body -->
<div class="gfort-block-body">
<!-- gfort Block Content -->
<div class="gfort-block-content">
<p><a href="#" class="btn btn-gfort">Create a New List</a></p>
<p>You have not created any lists yet. <a href="#">Go shopping to create one</a>.</p>
</div><!-- /End gfort Block Content -->
</div><!-- /End gfort Block Body -->
</div><!-- /End gfort Block Container -->
</div><!-- /End Text Block -->
</div><!-- /End col-md-12 -->
</div><!-- /End row -->
</div><!-- /End container -->
</div><!-- /End Section Container -->
</div><!-- /End gfort Section -->
</div><!-- /End Main Content Container -->
</div><!-- /End Main Content -->
</div><!-- /End Page Body -->
<!-- Footer Section
==================================================================== -->
<footer class="footer-section">
<!-- Footer Top Section -->
<div class="footer-top-section">
<!-- Footer Top Section Container -->
<div class="footer-top-section-container">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- col-md-4 -->
<div class="col-md-4">
<!-- Widget Block ( Text ) -->
<div class="widget-block widget-block-text">
<!-- Widget Block Container -->
<div class="widget-block-container">
<!-- Widget Block Title -->
<div class="widget-block-title">
<h6>About us</h6>
</div><!-- /End Widget Block Title -->
<!-- Widget Block Body -->
<div class="widget-block-body">
<p>Donec pulvinar quam dolor, vitae ligulas elite pretium. Phasellus vitae turpis vel. Commod ullamcorper facilisis. Volutpat eu nisi sed ac orci nulla. Vitae ligula felis et quam.</p>
<p>Integer a fringilla augue, sit amet efficitur arcu. Nullam in odio posuere magna id, consectetur ipsum.</p>
</div><!-- /End Widget Block Body -->
</div><!-- /End Widget Block Container -->
</div><!-- /End Widget Block ( Text ) -->
</div><!-- /End col-md-4 -->
<!-- col-md-2 -->
<div class="col-md-2">
<!-- Widget Block ( Link ) -->
<div class="widget-block widget-block-link">
<!-- Widget Block Container -->
<div class="widget-block-container">
<!-- Widget Block Title -->
<div class="widget-block-title">
<h6>Company</h6>
</div><!-- /End Widget Block Title -->
<!-- Widget Block Body -->
<div class="widget-block-body">
<!-- Links Block -->
<ul class="links-block">
<li><a href="#" title="FAQs">FAQs</a></li>
<li><a href="#" title="Pricing">Pricing</a></li>
<li><a href="#" title="Portfolio">Portfolio</a></li>
<li><a href="#" title="About us">About us</a></li>
<li><a href="#" title="Terms of use">Terms of use</a></li>
<li><a href="#" title="Privacy Policy">Privacy Policy</a></li>
</ul><!-- /End Links Block -->
</div><!-- /End Widget Block Body -->
</div><!-- /End Widget Block Container -->
</div><!-- /End Widget Block ( Link ) -->
</div><!-- /End col-md-2 -->
<!-- col-md-3 -->
<div class="col-md-3">
<!-- Widget Block ( Latest Posts ) -->
<div class="widget-block widget-block-posts">
<!-- Widget Block Container -->
<div class="widget-block-container">
<!-- Widget Block Title -->
<div class="widget-block-title">
<h6>Latest Posts</h6>
</div><!-- /End Widget Block Title -->
<!-- Widget Block Body -->
<div class="widget-block-body">
<!-- Blog Posts -->
<ul class="blog-posts">
<!-- Blog Item -->
<li>
<!-- Item image -->
<a href="#" title="You must do the things you think you can't do" class="item-image overlay-hover scale-hover-2x">
<img src="images/widgets/blog-posts/001.jpg" alt="Article Image" />
</a>
<!-- Blog Item Body -->
<div class="blog-item-body">
<!-- Title -->
<a href="#" title="You must do the things you think you can't do" class="blog-item-small-title">You must do the things you think you can't do</a>
<!-- Blog item Meta -->
<div class="blog-item-meta">
<span class="item-meta-date">
<time datetime="2016-05-17">May 17, 2016</time>
</span>
<span class="item-meta-comments">
<a href="#"><i class="fa fa-comments-o"></i>3</a>
</span>
</div><!-- /End Blog item Meta -->
</div><!-- /End Blog Item Body -->
</li><!-- /End Blog Item -->
<!-- Blog Item -->
<li>
<!-- Item image -->
<a href="#" title="ideas shape the course of history" class="item-image overlay-hover scale-hover-2x">
<img src="images/widgets/blog-posts/002.jpg" alt="Article Image" />
</a>
<!-- Blog Item Body -->
<div class="blog-item-body">
<!-- Title -->
<a href="#" title="ideas shape the course of history" class="blog-item-small-title">ideas shape the course of history</a>
<!-- Blog item Meta -->
<div class="blog-item-meta">
<span class="item-meta-date">
<time datetime="2016-05-17">May 17, 2016</time>
</span>
<span class="item-meta-comments">
<a href="#"><i class="fa fa-comments-o"></i>3</a>
</span>
</div><!-- /End Blog item Meta -->
</div><!-- /End Blog Item Body -->
</li><!-- /End Blog Item -->
</ul><!-- /End Blog Posts -->
</div><!-- /End Widget Block Body -->
</div><!-- /End Widget Block Container -->
</div><!-- /End Widget Block ( Latest Posts ) -->
</div><!-- /End col-md-3 -->
<!-- col-md-3 -->
<div class="col-md-3">
<!-- Widget Block ( Latest Projects ) -->
<div class="widget-block widget-block-projects">
<!-- Widget Block Container -->
<div class="widget-block-container">
<!-- Widget Block Title -->
<div class="widget-block-title">
<h6>Latest Projects</h6>
</div><!-- /End Widget Block Title -->
<!-- Widget Block Body -->
<div class="widget-block-body">
<ul class="portfolio-projects">
<li>
<a href="#" class="item-image overlay-hover scale-hover-2x">
<img src="images/widgets/portfolio-projects/001.jpg" alt="Project Image">
</a>
</li>
<li>
<a href="#" class="item-image overlay-hover scale-hover-2x">
<img src="images/widgets/portfolio-projects/002.jpg" alt="Project Image">
</a>
</li>
<li>
<a href="#" class="item-image overlay-hover scale-hover-2x">
<img src="images/widgets/portfolio-projects/003.jpg" alt="Project Image">
</a>
</li>
<li>
<a href="#" class="item-image overlay-hover scale-hover-2x">
<img src="images/widgets/portfolio-projects/004.jpg" alt="Project Image">
</a>
</li>
<li>
<a href="#" class="item-image overlay-hover scale-hover-2x">
<img src="images/widgets/portfolio-projects/005.jpg" alt="Project Image">
</a>
</li>
<li>
<a href="#" class="item-image overlay-hover scale-hover-2x">
<img src="images/widgets/portfolio-projects/006.jpg" alt="Project Image">
</a>
</li>
</ul>
</div><!-- /End Widget Block Body -->
</div><!-- /End Widget Block Container -->
</div><!-- /End Widget Block ( Latest Projects ) -->
</div><!-- /End col-md-3 -->
</div><!-- /End row -->
</div><!-- /End container -->
</div><!-- /End Footer Top Section Container -->
</div><!-- /End Footer Top Section -->
<!-- Footer copyright Section -->
<div class="footer-copyright-section">
<!-- Footer copyright Section Container -->
<div class="footer-copyright-section-container">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- copyright Widget ( Left ) -->
<div class="copyright-widget widget-left-side">
<!-- copyright Widget Container -->
<div class="copyright-widget-container">
<!-- Info Block -->
<div class="info-block">
<!-- Info Block Container -->
<div class="info-block-container">
<p>© 2017 <a href="http://themeforest.net/user/graphicfort/portfolio?ref=GraphicFort" title="Graphicfort" target="_blank">Graphicfort</a>, all rights reserved.</p>
</div><!-- /End Info Block Container -->
</div><!-- /End Info Block -->
</div><!-- /End copyright Widget Container -->
</div><!-- /End copyright Widget ( Left ) -->
<!-- copyright Widget ( Right ) -->
<div class="copyright-widget widget-right-side">
<!-- copyright Widget Container -->
<div class="copyright-widget-container">
<!-- Social Icons Block ( small ) -->
<div class="social-icons-block icons-transparent icons-sm icons-style-1">
<ul>
<li>
<a href="#" title="Facebook">
<i class="fa fa-facebook" aria-hidden="true"></i>
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#" title="Google Plus">
<i class="fa fa-google-plus" aria-hidden="true"></i>
<i class="fa fa-google-plus" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#" title="Twitter">
<i class="fa fa-twitter" aria-hidden="true"></i>
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#" title="youtube">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
<i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#" title="Behance">
<i class="fa fa-behance" aria-hidden="true"></i>
<i class="fa fa-behance" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#" title="Pinterest">
<i class="fa fa-pinterest" aria-hidden="true"></i>
<i class="fa fa-pinterest" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#" title="Dribbble">
<i class="fa fa-dribbble" aria-hidden="true"></i>
<i class="fa fa-dribbble" aria-hidden="true"></i>
</a>
</li>
</ul>
</div><!-- /End Social Icons Block ( small ) -->
</div><!-- /End copyright Widget Container -->
</div><!-- /End copyright Widget ( Right ) -->
</div><!-- /End row -->
</div><!-- /End container -->
</div><!-- /End Footer copyright Section Container -->
</div><!-- /End Footer copyright Section -->
</footer><!-- /End Footer Section -->
</div><!-- /End Main Wrapper -->
<!-- Java Script Files
======================================================================== -->
<script type="text/javascript" src="js/vendor/jquery.min.js"></script>
<script type="text/javascript" src="js/vendor/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</body>
</html>
|
pjc0247/pjc0247.github.io
|
pp/shop-account-wishlist-1.html
|
HTML
|
mit
| 110,541
|
<html>
<head>
<meta content="HTML Tidy for HTML5 for Linux version 5.2.0" name="generator"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="Create an RTOS event group using statically allocated RAM" name="description"/>
<meta content="RTOS, event, group, flag, bit, bits, event flags, event groups" name="keywords"/>
<title>xEventGroupCreateStatic() - Create a FreeRTOS event group
using statically allocated RAM</title>
<link href="doxygen.css" rel="stylesheet"/>
<style type="text/css">
</style>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<script src="banners.js" type="text/javascript">
</script>
<script src="stlib.js" type="text/javascript">
</script>
<script src="left_menu.js" type="text/javascript">
</script>
<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript">
</script>
<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js">
</script>
<link href="code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css" rel="stylesheet"/>
<script type="text/javascript">
window.onload = function()
{
var rect1 = document.getElementById( 'td_right_side_bar' ).getBoundingClientRect();
if( rect1.right >= window.innerWidth )
{
document.getElementById( 'td_right_side_bar' ).style.display = 'none';
document.getElementById( 'td_right_side_bar' ).style.width = '0';
}
};
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6086815-2']);
_gaq.push(['_setDomainName', 'freertos.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
function check_left_image_clash()
{
var rect1 = document.getElementById( 'left_banner_image' ).getBoundingClientRect();
var rect2 = document.getElementById( 'id_tree_menu' ).getBoundingClientRect();
if ( rect1.right >= rect2.left ) {
document.getElementById( 'td_left_side_bar' ).style.display = 'none';
document.getElementById( 'td_left_side_bar' ).style.width = '0';
}
}
</script>
<script type="text/javascript">
function check_right_image_clash()
{
var rect1 = document.getElementById( 'td_right_side_bar' ).getBoundingClientRect();
if( rect1.right >= window.innerWidth )
{
document.getElementById( 'td_right_side_bar' ).style.display = 'none';
document.getElementById( 'td_right_side_bar' ).style.width = '0';
}
}
</script>
<script type="text/javascript">
$( document ).ready( function()
{
window.setTimeout("blindDownMenuHint();", 5000);
window.setTimeout("blindUpMenuHint();", 12000);
}
)
function blindDownMenuHint()
{
if( window.name != "done" )
{
$( "#menu_hint").show( "blind", "slow" );
window.name = "done";
}
}
function blindUpMenuHint()
{
$( "#menu_hint").hide( "blind", "slow" );
}
</script></head>
<body><font face="Arial"><a id="page_top" name="page_top"/></font>
<table>
<tbody>
<tr>
<td valign="top">
<!-- Content area - the other td is the side bar area. -->
<table align="center" cellpadding="5" cellspacing="0" style="height:100%;background:white; border-left:solid 1px #f0f0f0; border-right:solid 1px #f0f0f0;">
<tbody>
<tr valign="top">
<td colspan="3" style="height:100px;">
<!-- Spans the left menu, blank line, and main content columns of the next row. -->
<table border="0" cellpadding="0" cellspacing="2" style="width:100%;"><!-- Rows for logos and banners, blue lines with menu. -->
<tbody>
<tr style="padding: 0px 0px 0px 0px;"><!-- Top row, banner and logo. -->
<td>
<table cellpadding="0" cellspacing="5px" style="table-layout:fixed;" width="100%">
<tbody>
<tr>
<td id="logo_column" style="line-height:normal;" valign="middle" width="174px">
<div style="float:left;"><a href="index.html"><img alt="Free RTOS logo" border="0" src="logo.jpg" style="padding: 0 0 0 5px;" width="164px"/></a></div>
</td>
<td style="width:5px; border-top:solid 2px #e6e6e6; border-left:solid 2px #e6e6e6; border-bottom:solid 2px #e6e6e6;"> </td>
<td id="page_heading_largerx" style="line-height:normal; width:324px;" valign="middle">
<h3>Quality RTOS & Embedded
Software<br/>
</h3>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr bgcolor="#7095D3" style="height:5px;"><!-- Blank line. -->
<td/>
</tr>
<tr bgcolor="#B6CFFE" style="height:19px;"><!-- Horizontal menu. -->
<td bgcolor="#B6CFFE" valign="middle">
<!-- Top menu with social media icons. -->
<table cellpadding="0" cellspacing="0" style="padding-top:4px;"><!-- Top horizontal menu. -->
<tbody>
<tr>
<td width="4px">
<!-- Just brings the first white menu spacing bar in from the left of the blue bar. --></td>
<td align="center" style="border-right:solid 2px white; border-left:solid 2px white; width:100px; line-height:normal;"/>
<td align="center" style="border-right:solid 2px white; width:112px; line-height:normal;"/>
<td align="center" style="border-right:solid 2px white; width:104px; line-height:normal;"/>
<td align="center" style="border-right:solid 2px white; width:94px; line-height:normal;"/>
<td align="center" style="border-right:solid 2px white; width:94px; line-height:normal;"/>
<td align="center" style="border-right:solid 2px white; width:90px; line-height:normal;"/>
<td align="center" style="border-right:solid 2px white; width:90px; line-height:normal;"/>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="top"><!-- Main content row with menu and content area columns. -->
<td style="width:2px; padding-right:0; padding-left:0;"> <!-- Blank column. -->
<!-- Just to move the main text away from the silver verticle line slightly. --></td>
<td id="td_main_content_column"><!-- Main content area. -->
<table border="0" cellpadding="0" cellspacing="0" id="menu_hint" style="height:30px; background:#ffff99; display:none;">
<tbody>
<tr valign="middle">
<td width="5px"/>
<td width="30px"><img border="0" height="25px" src="menu_hint_arrow.png" style="padding:0;"/></td>
<td valign="middle">Hint: Use the tree menu
to navigate groups of related pages </td>
</tr>
</tbody>
</table>
<h1>xEventGroupCreateStatic<br/>
<small>[<a class="el" href="event-groups-API.html">Event Group API</a>]</small></h1>
<div align="center">
<table bgcolor="#B6CFFE" cellpadding="3" cellspacing="0">
<tbody>
<tr>
<td align="center" style="border:solid 1px white; background-color:#7095d3;"><a href="RTOS_Task_Notification_As_Event_Group.html" style="color:white;"><b> TIP:
'Task Notifications' can provide a light
weight alternative to event groups in
many situations </b></a></td>
</tr>
</tbody>
</table>
</div>
<p><br/>
event_groups.h</p>
<pre><font face="courier">
EventGroupHandle_t xEventGroupCreateStatic(
StaticEventGroup_t *pxEventGroupBuffer );
</font></pre>
<p>Creates a new RTOS <a href="FreeRTOS-Event-Groups.html">event
group</a>, and returns a handle by which the
newly created event group can be referenced. <a href="a00110.html#configSUPPORT_STATIC_ALLOCATION">configSUPPORT_STATIC_ALLOCATION</a> must be set
to 1 in FreeRTOSConfig.h and the RTOS source file
<tt>FreeRTOS/source/event_groups.c</tt> must be
included in the build for the
xEventGroupCreateStatic() function to be
available.</p>
<p>Each event group requires a [very] small amount
of RAM that is used to hold the event group's
state. If an event group is created using <a href="xEventGroupCreate.html">xEventGroupCreate()</a> then the required RAM
is automatically allocated from the <a href="a00111.html">FreeRTOS heap</a>. If an
event group is created using
xEventGroupCreateStatic() then the RAM is
provided by the application writer, which
requires an additional parameter, but allows the
RAM to be statically allocated at compile time.
See the <a href="Static_Vs_Dynamic_Memory_Allocation.html">Static Vs Dynamic allocation</a> page for more
information.</p>
<p>Event groups are stored in variables of type
EventBits_t. The number of bits (or flags)
implemented within an event group is 8 if <a href="a00110.html#configUSE_16_BIT_TICKS">configUSE_16_BIT_TICKS</a> is set to 1, or 24
if configUSE_16_BIT_TICKS is set to 0. The
dependency on configUSE_16_BIT_TICKS results from
the data type used for thread local storage in
the internal implementation of RTOS tasks.</p>
<dl compact="compact">
<dt><b>Parameters:</b></dt>
<dd>
<table border="0" cellpadding="0" cellspacing="10">
<tbody>
<tr>
<td valign="top"><font face="arial"><em>pxEventGroupBuffer</em></font>
</td>
<td><font face="arial">Must point to a
variable of type StaticEventGroup_t, in
which the event group data structure
will be stored.</font></td>
</tr>
</tbody>
</table>
</dd>
</dl>
<dl compact="compact">
<dt><b>Returns:</b></dt>
<dd>If the event group was created successfully
then a handle to the event group is returned.
If pxEventGroupBuffer was NULL then NULL is
returned.</dd>
</dl>
<b>Example usage:</b>
<pre><font face="courier">
<font color="green">/* Declare a variable to hold the handle of the created event group. */</font>
EventGroupHandle_t xEventGroupHandle;
<font color="green">/* Declare a variable to hold the data associated with the created
event group. */</font>
StaticEventGroup_t xCreatedEventGroup;
<font color="green">/* Attempt to create the event group. */</font>
xEventGroupHandle = xEventGroupCreateStatic( &xCreatedEventGroup );
<font color="green">/* pxEventGroupBuffer was not null so expect the event group to have
been created? */</font>
<a href="a00110.html#configASSERT">configASSERT</a>( xEventGroupHandle );
</font></pre>
<br/>
<br/>
<br/>
<br/>
<br/>
<p><br/>
</p>
<div align="center"><a href="#page_top"><small>[
Back to the top ]</small></a> <a href="RTOS.html"><small>[ About FreeRTOS
]</small></a> <a href="index.html"><small>[ Sitemap
]</small></a> <small>[
<script type="text/javascript">
<!--
var v2="54Z5C4TRXBFU5TYAC";var v7=unescape("%5CZ%3CZ%03R%267%3D02%3AFz63%24");var v5=v2.length;var v1="";for(var v4=0;v4<v5;v4++){v1+=String.fromCharCode(v2.charCodeAt(v4)^v7.charCodeAt(v4));}document.write('<a href="javascript:void(0)" onclick="window.location=\'mail\u0074o\u003a'+v1+'?subject=Website%20feedback'+'\'">'+'Report an error on this page<\/a>');
//-->
</script></small>
<noscript/>
<a href="http://w2.syronex.com/jmr/safemailto/#noscript">Report an error on this page (with anti-spam)</a> ]</div>
<br/>
<p><br/>
</p>
<p><br/>
</p>
<p><br/>
</p>
<div align="center" class="text_ad"><font size="1">Copyright (C) 2004-2010 Richard Barry. Copyright
(C) 2010-2016 Real Time Engineers Ltd.<br/>
Any and all data, files, source code, html
content and documentation included in the
FreeRTOS<small><sup>TM</sup></small>
distribution or available on this site are the
exclusive property of Real Time Engineers Ltd..
See the files license.txt (included in the
distribution) and this <a href="copyright.html">copyright notice</a> for more information.
FreeRTOS<sup>TM</sup> and FreeRTOS.org<sup>TM</sup> are trade marks of Real Time Engineers
Ltd.</font></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<script language="JavaScript" type="text/javascript">
<!--
document.getElementById('banner_div').innerHTML = show_banners2();
//-->
</script></body>
</html>
|
hmbar/epd-embedded-web
|
freertos/xEventGroupCreateStatic.html
|
HTML
|
mit
| 16,977
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>PLSQLDataFlowHandler xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
<div id="overview"><a href="../../../../../../apidocs/net/sourceforge/pmd/lang/plsql/PLSQLDataFlowHandler.html">View Javadoc</a></div><pre>
<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_javadoccomment">/**</em>
<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_javadoccomment"> * BSD-style license; for more info see <a href="http://pmd.sourceforge.net/license.htm" target="alexandria_uri">http://pmd.sourceforge.net/license.htm</a>l</em>
<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_javadoccomment"> */</em>
<a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.lang.plsql;
<a class="jxr_linenumber" name="L5" href="#L5">5</a>
<a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> java.util.List;
<a class="jxr_linenumber" name="L7" href="#L7">7</a>
<a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.DataFlowHandler;
<a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.ast.Node;
<a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.dfa.DataFlowNode;
<a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.plsql.ast.ASTLabelledStatement;
<a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.plsql.dfa.PLSQLDataFlowNode;
<a class="jxr_linenumber" name="L13" href="#L13">13</a>
<a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../net/sourceforge/pmd/lang/plsql/PLSQLDataFlowHandler.html">PLSQLDataFlowHandler</a> <strong class="jxr_keyword">implements</strong> DataFlowHandler {
<a class="jxr_linenumber" name="L15" href="#L15">15</a> <strong class="jxr_keyword">public</strong> DataFlowNode createDataFlowNode(List<DataFlowNode> dataFlow, Node node) {
<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../net/sourceforge/pmd/lang/plsql/dfa/PLSQLDataFlowNode.html">PLSQLDataFlowNode</a>(dataFlow, node);
<a class="jxr_linenumber" name="L17" href="#L17">17</a> }
<a class="jxr_linenumber" name="L18" href="#L18">18</a>
<a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">public</strong> Class<ASTLabelledStatement> getLabelStatementNodeClass() {
<a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">return</strong> ASTLabelledStatement.<strong class="jxr_keyword">class</strong>;
<a class="jxr_linenumber" name="L21" href="#L21">21</a> }
<a class="jxr_linenumber" name="L22" href="#L22">22</a> }
<a class="jxr_linenumber" name="L23" href="#L23">23</a>
</pre>
<hr/>
<div id="footer">Copyright © 2002–2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</div>
</body>
</html>
|
byronka/xenos
|
utils/pmd-bin-5.2.2/docs/pmd-plsql/xref/net/sourceforge/pmd/lang/plsql/PLSQLDataFlowHandler.html
|
HTML
|
mit
| 3,693
|
---
layout: post
title: Gender Policing the Restroom
date: 2011-09-29 05:23:05.000000000 -07:00
type: post
published: true
status: publish
categories: []
tags: []
meta:
_edit_last: '1'
author:
login: admin
email: cczona@gmail.com
display_name: admin
first_name: Carina C.
last_name: Zon
---
<p>A really good first-person POV on everyday harms inflicted by gender policing.</p>
<p><a href="http://dailyxtra.com/vancouver/ideas/dear-lady-in-the-womens-washroom">"Dear Lady in the Women's Washroom"</a></p>
|
cczona/cczona.github.io
|
_posts/2011-09-29-gender-policing-the-restroom.html
|
HTML
|
mit
| 516
|
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pymatgen.analysis.structure_prediction.dopant_predictor module — pymatgen 2022.0.9 documentation</title>
<link rel="canonical" href="https://pymatgen.orgpymatgen.analysis.structure_prediction.dopant_predictor.html"/>
<script type="text/javascript" src="_static/js/modernizr.min.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/language_data.js"></script>
<script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="pymatgen.analysis.structure_prediction.substitution_probability module" href="pymatgen.analysis.structure_prediction.substitution_probability.html" />
<link rel="prev" title="pymatgen.analysis.structure_prediction package" href="pymatgen.analysis.structure_prediction.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33990148-1']);
_gaq.push(['_trackPageview']);
</script>
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: linear-gradient(0deg, rgba(23,63,162,1) 0%, rgba(0,70,192,1) 100%)" >
<a href="index.html" class="icon icon-home"> pymatgen
</a>
<div class="version">
2022.0.9
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_log.html">Change log</a></li>
<li class="toctree-l1"><a class="reference internal" href="compatibility.html">Compatibility</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="team.html">Development Team</a></li>
<li class="toctree-l1"><a class="reference internal" href="references.html">References</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="modules.html">API Docs</a><ul class="current">
<li class="toctree-l2 current"><a class="reference internal" href="pymatgen.html">pymatgen namespace</a><ul class="current">
<li class="toctree-l3 current"><a class="reference internal" href="pymatgen.html#subpackages">Subpackages</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="pymatgen.alchemy.html">pymatgen.alchemy package</a></li>
<li class="toctree-l4 current"><a class="reference internal" href="pymatgen.analysis.html">pymatgen.analysis namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.apps.html">pymatgen.apps package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.cli.html">pymatgen.cli package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.command_line.html">pymatgen.command_line package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.core.html">pymatgen.core package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.electronic_structure.html">pymatgen.electronic_structure package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.entries.html">pymatgen.entries package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.ext.html">pymatgen.ext namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.io.html">pymatgen.io namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.optimization.html">pymatgen.optimization package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.phonon.html">pymatgen.phonon package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.symmetry.html">pymatgen.symmetry package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.transformations.html">pymatgen.transformations package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.util.html">pymatgen.util package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.vis.html">pymatgen.vis package</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="pymatgen.html#submodules">Submodules</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">pymatgen</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content style-external-links">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> »</li>
<li><a href="modules.html">pymatgen</a> »</li>
<li><a href="pymatgen.html">pymatgen namespace</a> »</li>
<li><a href="pymatgen.analysis.html">pymatgen.analysis namespace</a> »</li>
<li><a href="pymatgen.analysis.structure_prediction.html">pymatgen.analysis.structure_prediction package</a> »</li>
<li>pymatgen.analysis.structure_prediction.dopant_predictor module</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/materialsproject/pymatgen/blob/master/docs_rst/pymatgen.analysis.structure_prediction.dopant_predictor.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="module-pymatgen.analysis.structure_prediction.dopant_predictor">
<span id="pymatgen-analysis-structure-prediction-dopant-predictor-module"></span><h1>pymatgen.analysis.structure_prediction.dopant_predictor module<a class="headerlink" href="#module-pymatgen.analysis.structure_prediction.dopant_predictor" title="Permalink to this headline">¶</a></h1>
<p>Predicting potential dopants</p>
<dl class="py function">
<dt id="pymatgen.analysis.structure_prediction.dopant_predictor.get_dopants_from_shannon_radii">
<code class="sig-name descname">get_dopants_from_shannon_radii</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">bonded_structure</span></em>, <em class="sig-param"><span class="n">num_dopants</span><span class="o">=</span><span class="default_value">5</span></em>, <em class="sig-param"><span class="n">match_oxi_sign</span><span class="o">=</span><span class="default_value">False</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2022.0.9/pymatgen/core/../analysis/structure_prediction/dopant_predictor.py#L61-L127"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.structure_prediction.dopant_predictor.get_dopants_from_shannon_radii" title="Permalink to this definition">¶</a></dt>
<dd><p>Get dopant suggestions based on Shannon radii differences.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>bonded_structure</strong> (<a class="reference internal" href="pymatgen.analysis.graphs.html#pymatgen.analysis.graphs.StructureGraph" title="pymatgen.analysis.graphs.StructureGraph"><em>StructureGraph</em></a>) – A pymatgen structure graph
decorated with oxidation states. For example, generated using the
CrystalNN.get_bonded_structure() method.</p></li>
<li><p><strong>num_dopants</strong> (<em>int</em>) – The nummber of suggestions to return for
n- and p-type dopants.</p></li>
<li><p><strong>match_oxi_sign</strong> (<em>bool</em>) – Whether to force the dopant and original species
to have the same sign of oxidation state. E.g. If the original site
is in a negative charge state, then only negative dopants will be
returned.</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p><p>Dopant suggestions, given as a dictionary with keys “n_type” and
“p_type”. The suggestions for each doping type are given as a list of
dictionaries, each with they keys:</p>
<ul class="simple">
<li><p>”radii_diff”: The difference between the Shannon radii of the species.</p></li>
<li><p>”dopant_spcies”: The dopant species.</p></li>
<li><p>”original_species”: The substituted species.</p></li>
</ul>
</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p>(dict)</p>
</dd>
</dl>
</dd></dl>
<dl class="py function">
<dt id="pymatgen.analysis.structure_prediction.dopant_predictor.get_dopants_from_substitution_probabilities">
<code class="sig-name descname">get_dopants_from_substitution_probabilities</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">structure</span></em>, <em class="sig-param"><span class="n">num_dopants</span><span class="o">=</span><span class="default_value">5</span></em>, <em class="sig-param"><span class="n">threshold</span><span class="o">=</span><span class="default_value">0.001</span></em>, <em class="sig-param"><span class="n">match_oxi_sign</span><span class="o">=</span><span class="default_value">False</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2022.0.9/pymatgen/core/../analysis/structure_prediction/dopant_predictor.py#L15-L58"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.analysis.structure_prediction.dopant_predictor.get_dopants_from_substitution_probabilities" title="Permalink to this definition">¶</a></dt>
<dd><p>Get dopant suggestions based on substitution probabilities.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>structure</strong> (<a class="reference internal" href="pymatgen.core.structure.html#pymatgen.core.structure.Structure" title="pymatgen.core.structure.Structure"><em>Structure</em></a>) – A pymatgen structure decorated with
oxidation states.</p></li>
<li><p><strong>num_dopants</strong> (<em>int</em>) – The number of suggestions to return for
n- and p-type dopants.</p></li>
<li><p><strong>threshold</strong> (<em>float</em>) – Probability threshold for substitutions.</p></li>
<li><p><strong>match_oxi_sign</strong> (<em>bool</em>) – Whether to force the dopant and original species
to have the same sign of oxidation state. E.g. If the original site
is in a negative charge state, then only negative dopants will be
returned.</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>
<dd class="field-even"><p><p>Dopant suggestions, given as a dictionary with keys “n_type” and
“p_type”. The suggestions for each doping type are given as a list of
dictionaries, each with they keys:</p>
<ul class="simple">
<li><p>”probability”: The probability of substitution.</p></li>
<li><p>”dopant_species”: The dopant species.</p></li>
<li><p>”original_species”: The substituted species.</p></li>
</ul>
</p>
</dd>
<dt class="field-odd">Return type</dt>
<dd class="field-odd"><p>(dict)</p>
</dd>
</dl>
</dd></dl>
</div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2011, Pymatgen Development Team
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
the JavaScript coming from www.google-analytics.com.
<script type="text/javascript">
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</div>
</body>
</html>
|
gmatteo/pymatgen
|
docs/pymatgen.analysis.structure_prediction.dopant_predictor.html
|
HTML
|
mit
| 14,654
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>geocoq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.1 / geocoq - 1.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
geocoq
<small>
1.0.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-04 18:52:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-04 18:52:19 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Julien Narboux <julien@narboux.fr>"
homepage: "http://geocoq.github.io/GeoCoq/"
bug-reports: "https://github.com/GeoCoq/GeoCoq/issues"
authors: ["Gabriel Braun <gabriel.braun@unistra.fr>" "Pierre Boutry <pierre.boutry@unistra.fr>" "Julien Narboux <narboux@unistra.fr>"]
license: "LGPL 3"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.4pl4" & < "8.5~"}
]
tags: [
"logpath:GeoCoq"
]
synopsis: "A formalization of geometry in Coq based on Tarski's axiom system"
url {
src: "https://github.com/GeoCoq/GeoCoq/archive/1.0.1.tar.gz"
checksum: "md5=5e656c305b8fd6c2e19a133d899067bd"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-geocoq.1.0.1 coq.8.13.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1).
The following dependencies couldn't be met:
- coq-geocoq -> coq < 8.5~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-geocoq.1.0.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
coq-bench/coq-bench.github.io
|
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.1/geocoq/1.0.1.html
|
HTML
|
mit
| 6,657
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>aac-tactics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.12.0 / aac-tactics - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
aac-tactics
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-26 21:48:02 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 21:48:02 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/aac-tactics"
dev-repo: "git+https://github.com/coq-community/aac-tactics.git"
bug-reports: "https://github.com/coq-community/aac-tactics/issues"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/AAC_tactics"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [
"keyword:reflexive tactic"
"keyword:rewriting"
"keyword:rewriting modulo associativity and commutativity"
"keyword:rewriting modulo ac"
"keyword:decision procedure"
"category:Miscellaneous/Coq Extensions"
"date:2018-10-04"
"logpath:AAC_tactics"
]
authors: [
"Damien Pous <>"
"Thomas Braibant <>"
"Fabian Kunze <>"
]
synopsis: "This Coq plugin provides tactics for rewriting universally quantified equations, modulo associative (and possibly commutative) operators"
flags: light-uninstall
url {
src: "https://github.com/coq-community/aac-tactics/archive/v8.8.0.tar.gz"
checksum: "md5=75de4d507926423e754c55694e826084"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-aac-tactics.8.8.0 coq.8.12.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.12.0).
The following dependencies couldn't be met:
- coq-aac-tactics -> coq < 8.9~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-aac-tactics.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
coq-bench/coq-bench.github.io
|
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.0/aac-tactics/8.8.0.html
|
HTML
|
mit
| 7,062
|
<style>
@media screen and (max-width: 1100px) {
#menu,.selectButtons{
display: none;
}
body{
padding-top: 1px;
}
.top_div{
line-height: 30px;
cursor: pointer;
text-align: center;
height: 30px;
width: 100%;
background: #999;
}
.logo_div{
text-align: center;
margin-top: 8px;
vertical-align: middle;
height: 50px;
background: #262626;
}
.logo_div img{
cursor: pointer;
}
.menu_img,.search_img{
margin-top: 14px;
float: left;
display: block;
}
.menu_img {
margin-right: 10px;
}
.user_img,.market_img{
float: right;
display: block;
}
.market_img{
margin-top: 11px;
margin-right: 10px;
}
.user_img{
margin-top: 14px;
}
#regForm input{
width: 100%;
}
#regForm span{
padding-bottom: 10px;
padding-top: 10px;
}
.first_line_logo{
display: none;
}
body #service{
width: 16px;
}
.foot .bottom .bottom_right ,.foot .bottom .bottom_left{
clear: both;
width: 100%;
}
.bottom_left input{
width: 100%;
}
.first_line_logo2{
display: inline-block;
}
.bottom_left img{
display: block;
cursor: pointer;
margin: 0 auto;
}
.bottom_left p{
text-align: center;
}
.bottom_container{
width: 100%;
/*height: 300px;*/
margin: 0 auto;
}
.foot .bottom .bottom_right{
clear: both;
height: 200px;
width: 100%;
}
.foot .bottom_right{
background: #262626;
color: white;
}
.bottom_right div ul li{
text-align: center;
}
.bottom_right div .li1{
font-size:1em;
color: #999;
padding: 15px 0;
}
#regForm span{
font-size: 0.8em;
color: #999;
}
}
</style>
<div class="head">
<div class="first_line">
<div class="top_div">满299免邮</div>
<div id="menu">
<ul id="nav">
<li class="mainlevel" id="mainlevel_01"><a href="" ng-mouseover="move()" target="_blank">满299免邮</a>
<ul id="sub_01">
<li><a href="" target="_blank">购买男装</a></li>
<li><a href="" target="_blank">购买女装</a></li>
<li><a href="" target="_blank">查看详情</a></li>
</ul>
</li>
<li class="mainlevel" id="mainlevel_02"><a href="" ng-mouseover="move()" target="_blank">ENGLISH</a>
<ul id="sub_02">
</ul>
</li>
<li class="mainlevel" id="mainlevel_03"><a href="" ng-mouseover="move()" target="_blank">登录</a>
<ul id="sub_03">
<!--<li><a href="" target="_blank">登录</a></li>-->
<li><a href="" target="_blank">创建账户</a></li>
<li><a href="" target="_blank">追踪我的订单</a></li>
</ul>
</li>
<li class="mainlevel" id="mainlevel_04"><a href="" ng-mouseover="move()" target="_blank">购物袋</a>
<ul id="sub_04">
</ul>
</li>
</ul>
</div>
</div>
<div class="logo_div">
<img class="menu_img" src="../../../img/sites-abercrombie_cn-site_files/menu.png" alt=""/>
<img class="search_img" src="../../../img/sites-abercrombie_cn-site_files/search.png" alt=""/>
<img class="first_line_logo2" src="../../../img/Sites-abercrombie_cn-Site_files/logo2.png" alt=""/>
<img class="first_line_logo" src="../../../img/Sites-abercrombie_cn-Site_files/logo.png" alt=""/>
<img class="user_img" src="../../../img/Sites-abercrombie_cn-Site_files/user.png" alt=""/>
<img class="market_img" src="../../../img/Sites-abercrombie_cn-Site_files/market.png" alt=""/>
</div>
<div class="selectButtons">
<span>男装</span>
<span>女装</span>
<span>牛仔裤</span>
<span>LOOKBOOK</span>
<!--<div>-->
<!--<input type="text" placeholder="搜索产品"/><img src="../../../img/sites-abercrombie_cn-site_files/searchimg.png" alt=""/>-->
<!--</div>-->
</div>
</div>
<div class="main">
<p>创建账户</p>
<p>如果你有一个账户,请 <a href="">登录</a></p>
<form id="regForm" action="" name="regForm">
<label for="username">姓名</label><br/><input id="username" ng-blur="validateUsername()" ng-model="username" type="text"/><span ng-style="{color:isRight}">{{usernameLabel}}</span><br/>
<label for="email">电子邮件</label><br/><input id="email" ng-model="email" ng-blur="validateEmail()" type="text"/><span ng-hide="isEmailInfo" ng-style="{color:isEmailRight}">{{emailLabel}}</span><span ng-show="isEmailInfo">您可使用您的电子邮件登录,我们将通过该地址与您联系</span><br/>
<label for="password">密码</label><br/><input id="password" ng-model="password" type="password" ng-blur="validatePwd()"/><span ng-hide="isPwdInfo" ng-style="{color:isPwdRight}">{{passwordLabel}}</span><span ng-show="isPwdInfo">密码必须是 6-25 位字符,且包含字母和数字。</span><br/>
<label for="confirm">确认密码</label><br/><input id="confirm" ng-model="confirmPwd" type="password" ng-blur="validateConfirm()"/><span ng-style="{color:isConfirmRight}">{{confirmLabel}}</span><br/>
<label for="yanzhengma">验证码</label><br/><input id="yanzhengma" ng-model="yanzhengma" type="text" ng-blur="validateYanzhengma()"/><span ng-style="{color:isYanzhengmaRight}">{{yanzhengmaLabel}}</span><span>验证码是"abcd"</span><br/>
<label ><span ng-class="{color:isChecked}">{{confirmCheck}}</span></label><br/>
<label for="service"></label><input id="service" ng-model="select" type="checkbox"/><span>我确认我已阅读并接受 <a href="">网站使用条款</a>,并同意ABERCROMBIE & FITCH收集、使用和传输我的个人信息,以用于 <a
href="">隐私政策</a>规定的目的。</span><br/>
<input id="create" type="button" ng-click="validate()" value="创建账户"/>
</form>
</div>
<div class="foot">
<div class="color"></div>
<div class="bottom">
<div class="bottom_container">
<div class="bottom_left">
<input type="button" value="取得独享优惠的电子邮件"/>
<p>成为获得关于独享优惠、最新 Lookbook 和最新潮流等信息的第一人。</p>
<img src="../../../img/sites-abercrombie_cn-site_files/weibo.png" alt=""/>
<p><a href="">查找门店</a> <a href="">沪ICP备14015436-1号
<!--<img src="./img/Sites-abercrombie_cn-Site_files/anf-CN-govt-icon" alt=""/>-->
</a></p>
</div>
<div class="bottom_right">
<div class="d1">
<ul>
<li class="li1">帮助</li>
<li>常见问题</li>
<li>尺码表</li>
<li>订单帮助</li>
<li>在线订购</li>
<li>运费和手续费</li>
<li>退货和换货</li>
<li>追踪我的订单</li>
</ul>
</div>
<div class="d2">
<ul>
<li class="li1">隐私与条款</li>
<li>隐私</li>
<li>销售条款</li>
<li>网站使用条例</li>
</ul>
</div>
<div class="d3">
<ul>
<li class="li1">关于我们</li>
<li>品牌保护</li>
<li>职位招聘</li>
<li>多样性</li>
<li>投资者</li>
</ul>
</div>
<div class="d4">
<ul>
<li class="li1">我们的品牌</li>
<li>Abercrombie & Fitch</li>
<li>Abercrombie Kids</li>
<li>Hollister</li>
</ul>
</div>
</div>
</div>
</div>
</div>
|
lihanqiang/myapp
|
public/assets/scripts/modules/reg/reg.html
|
HTML
|
mit
| 9,991
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SFML - Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">SFML 2.5.1</span>
</div>
</div>
<div id="content">
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="contents">
 
<h3><a id="index_a"></a>- a -</h3><ul>
<li>a
: <a class="el" href="classsf_1_1Color.html#a56dbdb47d5f040d9b78ac6a0b8b3a831">sf::Color</a>
</li>
<li>advance
: <a class="el" href="classsf_1_1Glyph.html#aeac19b97ec11409147191606b784deda">sf::Glyph</a>
</li>
<li>alphaDstFactor
: <a class="el" href="structsf_1_1BlendMode.html#aaf85b6b7943181cc81745569c4851e4e">sf::BlendMode</a>
</li>
<li>alphaEquation
: <a class="el" href="structsf_1_1BlendMode.html#a68f5a305e0912946f39ba6c9265710c4">sf::BlendMode</a>
</li>
<li>alphaSrcFactor
: <a class="el" href="structsf_1_1BlendMode.html#aa94e44f8e1042a7357e8eff78c61a1be">sf::BlendMode</a>
</li>
<li>alt
: <a class="el" href="structsf_1_1Event_1_1KeyEvent.html#a915a483317de67d995188a855701fbd7">sf::Event::KeyEvent</a>
</li>
<li>antialiasingLevel
: <a class="el" href="structsf_1_1ContextSettings.html#ac4a097be18994dba38d73f36b0418bdc">sf::ContextSettings</a>
</li>
<li>Any
: <a class="el" href="classsf_1_1IpAddress.html#a3dbc10b0dc6804cc69e29342f7406907">sf::IpAddress</a>
</li>
<li>attributeFlags
: <a class="el" href="structsf_1_1ContextSettings.html#a0ef3fc53802bc0197d2739466915ada5">sf::ContextSettings</a>
</li>
<li>axis
: <a class="el" href="structsf_1_1Event_1_1JoystickMoveEvent.html#add22e8126b7974271991dc6380cbdee3">sf::Event::JoystickMoveEvent</a>
</li>
</ul>
<h3><a id="index_b"></a>- b -</h3><ul>
<li>b
: <a class="el" href="classsf_1_1Color.html#a6707aedd0609c8920e12df5d7abc53cb">sf::Color</a>
</li>
<li>bitsPerPixel
: <a class="el" href="classsf_1_1VideoMode.html#aa080f1ef96a1008d58b1920eceb189df">sf::VideoMode</a>
</li>
<li>Black
: <a class="el" href="classsf_1_1Color.html#a77c688197b981338f0b19dc58bd2facd">sf::Color</a>
</li>
<li>blendMode
: <a class="el" href="classsf_1_1RenderStates.html#ad6ac87f1b5006dae7ebfee4b5d40f5a8">sf::RenderStates</a>
</li>
<li>Blue
: <a class="el" href="classsf_1_1Color.html#ab03770d4817426b2614cfc33cf0e245c">sf::Color</a>
</li>
<li>bounds
: <a class="el" href="classsf_1_1Glyph.html#a6f3c892093167914adc31e52e5923f4b">sf::Glyph</a>
</li>
<li>Broadcast
: <a class="el" href="classsf_1_1IpAddress.html#aa93d1d57b65d243f2baf804b6035465c">sf::IpAddress</a>
</li>
<li>button
: <a class="el" href="structsf_1_1Event_1_1JoystickButtonEvent.html#a6412e698a2f7904c5aa875a0d1b34da4">sf::Event::JoystickButtonEvent</a>
, <a class="el" href="structsf_1_1Event_1_1MouseButtonEvent.html#a5f53725aa7b647705486eeb95f723024">sf::Event::MouseButtonEvent</a>
</li>
</ul>
<h3><a id="index_c"></a>- c -</h3><ul>
<li>channelCount
: <a class="el" href="structsf_1_1SoundFileReader_1_1Info.html#ac748bb30768d1a3caf329e95d31d6d2a">sf::SoundFileReader::Info</a>
</li>
<li>code
: <a class="el" href="structsf_1_1Event_1_1KeyEvent.html#a2879fdab8a68cb1c6ecc45730a2d0e61">sf::Event::KeyEvent</a>
</li>
<li>color
: <a class="el" href="classsf_1_1Vertex.html#a799faa0629442e90f07cd2edb568ff80">sf::Vertex</a>
</li>
<li>colorDstFactor
: <a class="el" href="structsf_1_1BlendMode.html#adee68ee59e7f1bf71d12db03d251104d">sf::BlendMode</a>
</li>
<li>colorEquation
: <a class="el" href="structsf_1_1BlendMode.html#aed12f06eb7f50a1b95b892b0964857b1">sf::BlendMode</a>
</li>
<li>colorSrcFactor
: <a class="el" href="structsf_1_1BlendMode.html#a32d1a55dbfada86a06d9b881dc8ccf7b">sf::BlendMode</a>
</li>
<li>control
: <a class="el" href="structsf_1_1Event_1_1KeyEvent.html#a9255861c2f88501d80ad6b44a310b62f">sf::Event::KeyEvent</a>
</li>
<li>CurrentTexture
: <a class="el" href="classsf_1_1Shader.html#ac84c7953eec2e19358ea6e2cc5385b8d">sf::Shader</a>
</li>
<li>Cyan
: <a class="el" href="classsf_1_1Color.html#a64ae9beb0b9a5865dd811cda4bb18340">sf::Color</a>
</li>
</ul>
<h3><a id="index_d"></a>- d -</h3><ul>
<li>Default
: <a class="el" href="classsf_1_1RenderStates.html#ad29672df29f19ce50c3021d95f2bb062">sf::RenderStates</a>
</li>
<li>delta
: <a class="el" href="structsf_1_1Event_1_1MouseWheelEvent.html#a4d02b524b5530c7863e7b0f211fa522c">sf::Event::MouseWheelEvent</a>
, <a class="el" href="structsf_1_1Event_1_1MouseWheelScrollEvent.html#ac45c164997a594d424071e74b53b5817">sf::Event::MouseWheelScrollEvent</a>
</li>
<li>depthBits
: <a class="el" href="structsf_1_1ContextSettings.html#a4809e22089c2af7276b8809b5aede7bb">sf::ContextSettings</a>
</li>
</ul>
<h3><a id="index_f"></a>- f -</h3><ul>
<li>family
: <a class="el" href="structsf_1_1Font_1_1Info.html#a008413b4b6cf621eb92668a11098a519">sf::Font::Info</a>
</li>
<li>finger
: <a class="el" href="structsf_1_1Event_1_1TouchEvent.html#a9a79fe86bf9ac3c16ec7326f96feb61a">sf::Event::TouchEvent</a>
</li>
</ul>
<h3><a id="index_g"></a>- g -</h3><ul>
<li>g
: <a class="el" href="classsf_1_1Color.html#a591daf9c3c55dea830c76c962d6ba1a5">sf::Color</a>
</li>
<li>Green
: <a class="el" href="classsf_1_1Color.html#a95629b30de8c6856aa7d3afed12eb865">sf::Color</a>
</li>
</ul>
<h3><a id="index_h"></a>- h -</h3><ul>
<li>height
: <a class="el" href="structsf_1_1Event_1_1SizeEvent.html#af0f76a599d5f48189cb8d78d4e5facdb">sf::Event::SizeEvent</a>
, <a class="el" href="classsf_1_1Rect.html#a6fa0fc7de1636d78cae1a1b54eef95cd">sf::Rect< T ></a>
, <a class="el" href="classsf_1_1VideoMode.html#a5a88d44c9470db7474361a42a189342d">sf::VideoMode</a>
</li>
</ul>
<h3><a id="index_i"></a>- i -</h3><ul>
<li>Identity
: <a class="el" href="classsf_1_1Transform.html#aa4eb1eecbcb9979d76e2543b337fdb13">sf::Transform</a>
</li>
<li>InvalidPos
: <a class="el" href="classsf_1_1String.html#abaadecaf12a6b41c54d725c75fd28527">sf::String</a>
</li>
</ul>
<h3><a id="index_j"></a>- j -</h3><ul>
<li>joystickButton
: <a class="el" href="classsf_1_1Event.html#a42aad27a054c1c05bd5c3d020e1db174">sf::Event</a>
</li>
<li>joystickConnect
: <a class="el" href="classsf_1_1Event.html#aa354335c9ad73362442bc54ffe81118f">sf::Event</a>
</li>
<li>joystickId
: <a class="el" href="structsf_1_1Event_1_1JoystickButtonEvent.html#a2f80ecdb964a5ae0fc30726a404c41ec">sf::Event::JoystickButtonEvent</a>
, <a class="el" href="structsf_1_1Event_1_1JoystickConnectEvent.html#a08e58e8559d3e4fe4654855fec79194b">sf::Event::JoystickConnectEvent</a>
, <a class="el" href="structsf_1_1Event_1_1JoystickMoveEvent.html#a7bf2b2f2941a21ed26a67c95f5e4232f">sf::Event::JoystickMoveEvent</a>
</li>
<li>joystickMove
: <a class="el" href="classsf_1_1Event.html#ac479e8351cc2024d5c1094dc33970f7f">sf::Event</a>
</li>
</ul>
<h3><a id="index_k"></a>- k -</h3><ul>
<li>key
: <a class="el" href="classsf_1_1Event.html#a45b92fc6757ca7c193f06b302e424ab0">sf::Event</a>
</li>
</ul>
<h3><a id="index_l"></a>- l -</h3><ul>
<li>left
: <a class="el" href="classsf_1_1Rect.html#aa49960fa465103d9cb7069ceb25c7c32">sf::Rect< T ></a>
</li>
<li>length
: <a class="el" href="structsf_1_1Music_1_1Span.html#a509fdbef69a8fc0f8430ecb7b9e76221">sf::Music::Span< T ></a>
</li>
<li>LocalHost
: <a class="el" href="classsf_1_1IpAddress.html#a594d3a8e2559f8fa8ab0a96fa597333b">sf::IpAddress</a>
</li>
</ul>
<h3><a id="index_m"></a>- m -</h3><ul>
<li>m_source
: <a class="el" href="classsf_1_1SoundSource.html#a0223cef4b1c587e6e1e17b4c92c4479c">sf::SoundSource</a>
</li>
<li>Magenta
: <a class="el" href="classsf_1_1Color.html#a6fe70d90b65b2163dd066a84ac00426c">sf::Color</a>
</li>
<li>majorVersion
: <a class="el" href="structsf_1_1ContextSettings.html#a99a680d5c15a7e34c935654155dd5166">sf::ContextSettings</a>
</li>
<li>minorVersion
: <a class="el" href="structsf_1_1ContextSettings.html#aaeb0efe9d2658b840da93b30554b100f">sf::ContextSettings</a>
</li>
<li>mouseButton
: <a class="el" href="classsf_1_1Event.html#a20886a16ab7624de070b97145bb1dcac">sf::Event</a>
</li>
<li>mouseMove
: <a class="el" href="classsf_1_1Event.html#a786620ec4315d40c7c4cf4ddf3a1881f">sf::Event</a>
</li>
<li>mouseWheel
: <a class="el" href="classsf_1_1Event.html#a8758c6d7998757978fd9146099a02a1e">sf::Event</a>
</li>
<li>mouseWheelScroll
: <a class="el" href="classsf_1_1Event.html#a5fd91c82198a31a0cd3dc93c4d1ae4c6">sf::Event</a>
</li>
</ul>
<h3><a id="index_n"></a>- n -</h3><ul>
<li>name
: <a class="el" href="structsf_1_1Joystick_1_1Identification.html#a135a9a3a4dc11c2b5cde51159b4d136d">sf::Joystick::Identification</a>
</li>
<li>None
: <a class="el" href="classsf_1_1IpAddress.html#a4619b4abbe3c8fef056e7299db967404">sf::IpAddress</a>
</li>
</ul>
<h3><a id="index_o"></a>- o -</h3><ul>
<li>offset
: <a class="el" href="structsf_1_1Music_1_1Span.html#a49bb6a3c4239288cf47c1298c3e5e1a3">sf::Music::Span< T ></a>
</li>
</ul>
<h3><a id="index_p"></a>- p -</h3><ul>
<li>position
: <a class="el" href="structsf_1_1Event_1_1JoystickMoveEvent.html#aba5a70815420161375fd2e756689c32a">sf::Event::JoystickMoveEvent</a>
, <a class="el" href="classsf_1_1Vertex.html#a8a4e0f4dfa7f1eb215c92e93d04f0ac0">sf::Vertex</a>
</li>
<li>productId
: <a class="el" href="structsf_1_1Joystick_1_1Identification.html#a18c21317789f51f9a5f132677727ff77">sf::Joystick::Identification</a>
</li>
</ul>
<h3><a id="index_r"></a>- r -</h3><ul>
<li>r
: <a class="el" href="classsf_1_1Color.html#a6a5256ca24a4f9f0e0808f6fc23e01e1">sf::Color</a>
</li>
<li>Red
: <a class="el" href="classsf_1_1Color.html#a127dbf55db9c07d0fa8f4bfcbb97594a">sf::Color</a>
</li>
</ul>
<h3><a id="index_s"></a>- s -</h3><ul>
<li>sampleCount
: <a class="el" href="structsf_1_1SoundFileReader_1_1Info.html#a74b40b4693d7000571484736d1367167">sf::SoundFileReader::Info</a>
, <a class="el" href="structsf_1_1SoundStream_1_1Chunk.html#af47f5d94012acf8b11f056ba77aff97a">sf::SoundStream::Chunk</a>
</li>
<li>sampleRate
: <a class="el" href="structsf_1_1SoundFileReader_1_1Info.html#a06ef71c19e7de190b294ae02c361f752">sf::SoundFileReader::Info</a>
</li>
<li>samples
: <a class="el" href="structsf_1_1SoundStream_1_1Chunk.html#aa3b84d69adbe663a17a7671626076df4">sf::SoundStream::Chunk</a>
</li>
<li>sensor
: <a class="el" href="classsf_1_1Event.html#acdeacbb321655b962e27d08eeec5a190">sf::Event</a>
</li>
<li>shader
: <a class="el" href="classsf_1_1RenderStates.html#ad4f79ecdd0c60ed0d24fbe555b221bd8">sf::RenderStates</a>
</li>
<li>shift
: <a class="el" href="structsf_1_1Event_1_1KeyEvent.html#a776af1a3ca79abeeec18ebf1c0065aa9">sf::Event::KeyEvent</a>
</li>
<li>size
: <a class="el" href="classsf_1_1Event.html#a85dae56a377eeffd39183c3f6fc96cb9">sf::Event</a>
</li>
<li>sRgbCapable
: <a class="el" href="structsf_1_1ContextSettings.html#ac93b041bfb6cbd36034997797708a0a3">sf::ContextSettings</a>
</li>
<li>stencilBits
: <a class="el" href="structsf_1_1ContextSettings.html#ac2e788c201ca20e84fd38a28071abd29">sf::ContextSettings</a>
</li>
<li>system
: <a class="el" href="structsf_1_1Event_1_1KeyEvent.html#ac0557f7edc2a608ec65175fdd843afc5">sf::Event::KeyEvent</a>
</li>
</ul>
<h3><a id="index_t"></a>- t -</h3><ul>
<li>texCoords
: <a class="el" href="classsf_1_1Vertex.html#a9e79bd05818d36c4789751908037097c">sf::Vertex</a>
</li>
<li>text
: <a class="el" href="classsf_1_1Event.html#a00c7bba6bee892791847ec22440e0a83">sf::Event</a>
</li>
<li>texture
: <a class="el" href="classsf_1_1RenderStates.html#a457fc5a41731889de9cf39cf9b3436c3">sf::RenderStates</a>
</li>
<li>textureRect
: <a class="el" href="classsf_1_1Glyph.html#a0d502d326449f8c49011ed91d2805f5b">sf::Glyph</a>
</li>
<li>top
: <a class="el" href="classsf_1_1Rect.html#abd3d3a2d0ad211ef0082bd0aa1a5c0e3">sf::Rect< T ></a>
</li>
<li>touch
: <a class="el" href="classsf_1_1Event.html#a5f6ed8e499a4c3d171ff1baab469b2ee">sf::Event</a>
</li>
<li>transform
: <a class="el" href="classsf_1_1RenderStates.html#a1f737981a0f2f0d4bb8dac866a8d1149">sf::RenderStates</a>
</li>
<li>Transparent
: <a class="el" href="classsf_1_1Color.html#a569b45471737f770656f50ae7bbac292">sf::Color</a>
</li>
<li>type
: <a class="el" href="structsf_1_1Event_1_1SensorEvent.html#abee7d67bf0947fd1138e4466011e2436">sf::Event::SensorEvent</a>
, <a class="el" href="classsf_1_1Event.html#adf2f8044f713fd9d6019077b0d1ffe0a">sf::Event</a>
</li>
</ul>
<h3><a id="index_u"></a>- u -</h3><ul>
<li>unicode
: <a class="el" href="structsf_1_1Event_1_1TextEvent.html#a00d96b1a5328a1d7cbc276e161befcb0">sf::Event::TextEvent</a>
</li>
</ul>
<h3><a id="index_v"></a>- v -</h3><ul>
<li>vendorId
: <a class="el" href="structsf_1_1Joystick_1_1Identification.html#a827caf37a56492e3430e5ca6b15b5e9f">sf::Joystick::Identification</a>
</li>
</ul>
<h3><a id="index_w"></a>- w -</h3><ul>
<li>wheel
: <a class="el" href="structsf_1_1Event_1_1MouseWheelScrollEvent.html#a1d82dccecc46968d517b2fc66639dd74">sf::Event::MouseWheelScrollEvent</a>
</li>
<li>White
: <a class="el" href="classsf_1_1Color.html#a4fd874712178d9e206f53226002aa4ca">sf::Color</a>
</li>
<li>width
: <a class="el" href="structsf_1_1Event_1_1SizeEvent.html#a20ea1b78c9bb1604432f8f0067bbfd94">sf::Event::SizeEvent</a>
, <a class="el" href="classsf_1_1Rect.html#a4dd5b9d4333bebbc51bd309298fd500f">sf::Rect< T ></a>
, <a class="el" href="classsf_1_1VideoMode.html#a9b3b2ad2cac6b9c266823fb5ed506d90">sf::VideoMode</a>
</li>
</ul>
<h3><a id="index_x"></a>- x -</h3><ul>
<li>x
: <a class="el" href="structsf_1_1Event_1_1MouseButtonEvent.html#a49b937b311729174950787781aafcdc7">sf::Event::MouseButtonEvent</a>
, <a class="el" href="structsf_1_1Event_1_1MouseMoveEvent.html#aa3a23809afb905cbb52c66d8512e21fd">sf::Event::MouseMoveEvent</a>
, <a class="el" href="structsf_1_1Event_1_1MouseWheelEvent.html#a3079803f836ed7208f43b60332ab053e">sf::Event::MouseWheelEvent</a>
, <a class="el" href="structsf_1_1Event_1_1MouseWheelScrollEvent.html#a3d17cae0568d18083f879655abdc8ae4">sf::Event::MouseWheelScrollEvent</a>
, <a class="el" href="structsf_1_1Event_1_1SensorEvent.html#aa6ccbd13c181b866a6467462158d93d9">sf::Event::SensorEvent</a>
, <a class="el" href="structsf_1_1Event_1_1TouchEvent.html#a8993963790b850caa68b98d3cad2be45">sf::Event::TouchEvent</a>
, <a class="el" href="classsf_1_1Vector2.html#a1e6ad77fa155f3753bfb92699bd28141">sf::Vector2< T ></a>
, <a class="el" href="classsf_1_1Vector3.html#a3cb0c769390bc37c346bb1a69e510d16">sf::Vector3< T ></a>
</li>
</ul>
<h3><a id="index_y"></a>- y -</h3><ul>
<li>y
: <a class="el" href="structsf_1_1Event_1_1MouseButtonEvent.html#aae4735071868d4411d1782bf67619d64">sf::Event::MouseButtonEvent</a>
, <a class="el" href="structsf_1_1Event_1_1MouseMoveEvent.html#a86d78a2fba5b3abda16ca059f2392ad4">sf::Event::MouseMoveEvent</a>
, <a class="el" href="structsf_1_1Event_1_1MouseWheelEvent.html#a7ea1b8d8c28e2f530c6e9e6d9a5d32d3">sf::Event::MouseWheelEvent</a>
, <a class="el" href="structsf_1_1Event_1_1MouseWheelScrollEvent.html#aa38bf23704162024eed19917eef3853c">sf::Event::MouseWheelScrollEvent</a>
, <a class="el" href="structsf_1_1Event_1_1SensorEvent.html#aecafcd25ecb3ba486e42284e4bb69a57">sf::Event::SensorEvent</a>
, <a class="el" href="structsf_1_1Event_1_1TouchEvent.html#add80639dc68bc37e3275744d501cdbe0">sf::Event::TouchEvent</a>
, <a class="el" href="classsf_1_1Vector2.html#a420f2481b015f4eb929c75f2af564299">sf::Vector2< T ></a>
, <a class="el" href="classsf_1_1Vector3.html#a6590d50ccb862c5efc5512e974e9b794">sf::Vector3< T ></a>
</li>
<li>Yellow
: <a class="el" href="classsf_1_1Color.html#af8896b5f56650935f5b9d72d528802c7">sf::Color</a>
</li>
</ul>
<h3><a id="index_z"></a>- z -</h3><ul>
<li>z
: <a class="el" href="structsf_1_1Event_1_1SensorEvent.html#a5704e0d0b82b07f051cc858894f3ea43">sf::Event::SensorEvent</a>
, <a class="el" href="classsf_1_1Vector3.html#a2f36ab4b552c028e3a9734c1ad4df7d1">sf::Vector3< T ></a>
</li>
<li>Zero
: <a class="el" href="classsf_1_1Time.html#a8db127b632fa8da21550e7282af11fa0">sf::Time</a>
</li>
</ul>
</div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
SFML is licensed under the terms and conditions of the <a href="https://www.sfml-dev.org/license.php">zlib/png license</a>.<br>
Copyright © Laurent Gomila ::
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> ::
</div>
</div>
</body>
</html>
|
mvxxx/MarsCombat
|
external/SFML/share/SFML/doc/html/functions_vars.html
|
HTML
|
mit
| 17,164
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Source: src/pixi/renderers/canvas/CanvasGraphics.js · Phaser CE</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
<script src="https://use.typekit.net/fmc0gtt.js"></script>
<script>Typekit.load()</script>
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li>
<a href="https://github.com/photonstorm/phaser-ce/blob/master/README.md">
<i class="icon-info-sign icon-white"></i>
Read Me
</a>
</li>
<li>
<a href="https://github.com/photonstorm/phaser-ce/blob/master/CHANGELOG.md">
<i class="icon-list icon-white"></i>
Change Log
</a>
</li>
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="CreatureShader.html">CreatureShader</a>
</li>
<li class="class-depth-0">
<a href="EarCut.html">EarCut</a>
</li>
<li class="class-depth-0">
<a href="Event.html">Event</a>
</li>
<li class="class-depth-0">
<a href="EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Bullet.html">Bullet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.CanvasPool.html">CanvasPool</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Hermite.html">Hermite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.KeyCode.html">KeyCode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Path.html">Path</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathFollower.html">PathFollower</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PathPoint.html">PathPoint</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.AStar.html">AStar</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.AStar.AStarNode.html">AStarNode</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.AStar.AStarPath.html">AStarPath</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.ColorHarmony.html">ColorHarmony</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.CSS3Filters.html">CSS3Filters</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.Juicy.html">Juicy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.Juicy.ScreenFlash.html">ScreenFlash</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Plugin.Juicy.Trail.html">Trail</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.KineticScrolling.html">KineticScrolling</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.PathManager.html">PathManager</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.SamplePlugin.html">SamplePlugin</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.TilemapWalker.html">TilemapWalker</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.VirtualJoystick.html">VirtualJoystick</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Plugin.Webcam.html">Webcam</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PointerMode.html">PointerMode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Weapon.html">Weapon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-2">
<a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#destroy">destroy</a>
</li>
<li class="class-depth-0">
<a href="global.html#init">init</a>
</li>
<li class="class-depth-0">
<a href="global.html#set">set</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-globe icon-white"></i> Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-ce">Phaser CE Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main">
<h1 class="page-title">Source: src/pixi/renderers/canvas/CanvasGraphics.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Mat Groves http://matgroves.com/ @Doormat23
*/
/**
* A set of functions used by the canvas renderer to draw the primitive graphics data.
*
* @class CanvasGraphics
* @static
*/
PIXI.CanvasGraphics = function()
{
};
/*
* Renders a PIXI.Graphics object to a canvas.
*
* @method renderGraphics
* @static
* @param graphics {Graphics} the actual graphics object to render
* @param context {CanvasRenderingContext2D} the 2d drawing method of the canvas
*/
PIXI.CanvasGraphics.renderGraphics = function(graphics, context)
{
var worldAlpha = graphics.worldAlpha;
if (graphics.dirty)
{
this.updateGraphicsTint(graphics);
graphics.dirty = false;
}
for (var i = 0; i < graphics.graphicsData.length; i++)
{
var data = graphics.graphicsData[i];
var shape = data.shape;
var fillColor = data._fillTint;
var lineColor = data._lineTint;
context.lineWidth = data.lineWidth;
if (data.type === Phaser.POLYGON)
{
context.beginPath();
var points = shape.points;
context.moveTo(points[0], points[1]);
for (var j=1; j < points.length/2; j++)
{
context.lineTo(points[j * 2], points[j * 2 + 1]);
}
if (shape.closed)
{
context.lineTo(points[0], points[1]);
}
// if the first and last point are the same close the path - much neater :)
if (points[0] === points[points.length-2] && points[1] === points[points.length-1])
{
context.closePath();
}
if (data.fill)
{
context.globalAlpha = data.fillAlpha * worldAlpha;
context.fillStyle = '#' + ('00000' + ( fillColor | 0).toString(16)).substr(-6);
context.fill();
}
if (data.lineWidth)
{
context.globalAlpha = data.lineAlpha * worldAlpha;
context.strokeStyle = '#' + ('00000' + ( lineColor | 0).toString(16)).substr(-6);
context.stroke();
}
}
else if (data.type === Phaser.RECTANGLE)
{
if (data.fillColor || data.fillColor === 0)
{
context.globalAlpha = data.fillAlpha * worldAlpha;
context.fillStyle = '#' + ('00000' + ( fillColor | 0).toString(16)).substr(-6);
context.fillRect(shape.x, shape.y, shape.width, shape.height);
}
if (data.lineWidth)
{
context.globalAlpha = data.lineAlpha * worldAlpha;
context.strokeStyle = '#' + ('00000' + ( lineColor | 0).toString(16)).substr(-6);
context.strokeRect(shape.x, shape.y, shape.width, shape.height);
}
}
else if (data.type === Phaser.CIRCLE)
{
// TODO - need to be Undefined!
context.beginPath();
context.arc(shape.x, shape.y, shape.radius,0,2*Math.PI);
context.closePath();
if (data.fill)
{
context.globalAlpha = data.fillAlpha * worldAlpha;
context.fillStyle = '#' + ('00000' + ( fillColor | 0).toString(16)).substr(-6);
context.fill();
}
if (data.lineWidth)
{
context.globalAlpha = data.lineAlpha * worldAlpha;
context.strokeStyle = '#' + ('00000' + ( lineColor | 0).toString(16)).substr(-6);
context.stroke();
}
}
else if (data.type === Phaser.ELLIPSE)
{
// ellipse code taken from: http://stackoverflow.com/questions/2172798/how-to-draw-an-oval-in-html5-canvas
var w = shape.width * 2;
var h = shape.height * 2;
var x = shape.x - w/2;
var y = shape.y - h/2;
context.beginPath();
var kappa = 0.5522848,
ox = (w / 2) * kappa, // control point offset horizontal
oy = (h / 2) * kappa, // control point offset vertical
xe = x + w, // x-end
ye = y + h, // y-end
xm = x + w / 2, // x-middle
ym = y + h / 2; // y-middle
context.moveTo(x, ym);
context.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y);
context.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym);
context.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye);
context.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym);
context.closePath();
if (data.fill)
{
context.globalAlpha = data.fillAlpha * worldAlpha;
context.fillStyle = '#' + ('00000' + ( fillColor | 0).toString(16)).substr(-6);
context.fill();
}
if (data.lineWidth)
{
context.globalAlpha = data.lineAlpha * worldAlpha;
context.strokeStyle = '#' + ('00000' + ( lineColor | 0).toString(16)).substr(-6);
context.stroke();
}
}
else if (data.type === Phaser.ROUNDEDRECTANGLE)
{
var rx = shape.x;
var ry = shape.y;
var width = shape.width;
var height = shape.height;
var radius = shape.radius;
var maxRadius = Math.min(width, height) / 2 | 0;
radius = radius > maxRadius ? maxRadius : radius;
context.beginPath();
context.moveTo(rx, ry + radius);
context.lineTo(rx, ry + height - radius);
context.quadraticCurveTo(rx, ry + height, rx + radius, ry + height);
context.lineTo(rx + width - radius, ry + height);
context.quadraticCurveTo(rx + width, ry + height, rx + width, ry + height - radius);
context.lineTo(rx + width, ry + radius);
context.quadraticCurveTo(rx + width, ry, rx + width - radius, ry);
context.lineTo(rx + radius, ry);
context.quadraticCurveTo(rx, ry, rx, ry + radius);
context.closePath();
if (data.fillColor || data.fillColor === 0)
{
context.globalAlpha = data.fillAlpha * worldAlpha;
context.fillStyle = '#' + ('00000' + ( fillColor | 0).toString(16)).substr(-6);
context.fill();
}
if (data.lineWidth)
{
context.globalAlpha = data.lineAlpha * worldAlpha;
context.strokeStyle = '#' + ('00000' + ( lineColor | 0).toString(16)).substr(-6);
context.stroke();
}
}
}
};
/*
* Renders a graphics mask
*
* @static
* @private
* @method renderGraphicsMask
* @param graphics {Graphics} the graphics which will be used as a mask
* @param context {CanvasRenderingContext2D} the context 2d method of the canvas
*/
PIXI.CanvasGraphics.renderGraphicsMask = function(graphics, context)
{
var len = graphics.graphicsData.length;
if (len === 0)
{
return;
}
context.beginPath();
for (var i = 0; i < len; i++)
{
var data = graphics.graphicsData[i];
var shape = data.shape;
if (data.type === Phaser.POLYGON)
{
var points = shape.points;
context.moveTo(points[0], points[1]);
for (var j=1; j < points.length/2; j++)
{
context.lineTo(points[j * 2], points[j * 2 + 1]);
}
// if the first and last point are the same close the path - much neater :)
if (points[0] === points[points.length-2] && points[1] === points[points.length-1])
{
context.closePath();
}
}
else if (data.type === Phaser.RECTANGLE)
{
context.rect(shape.x, shape.y, shape.width, shape.height);
context.closePath();
}
else if (data.type === Phaser.CIRCLE)
{
// TODO - need to be Undefined!
context.arc(shape.x, shape.y, shape.radius, 0, 2 * Math.PI);
context.closePath();
}
else if (data.type === Phaser.ELLIPSE)
{
// ellipse code taken from: http://stackoverflow.com/questions/2172798/how-to-draw-an-oval-in-html5-canvas
var w = shape.width * 2;
var h = shape.height * 2;
var x = shape.x - w/2;
var y = shape.y - h/2;
var kappa = 0.5522848,
ox = (w / 2) * kappa, // control point offset horizontal
oy = (h / 2) * kappa, // control point offset vertical
xe = x + w, // x-end
ye = y + h, // y-end
xm = x + w / 2, // x-middle
ym = y + h / 2; // y-middle
context.moveTo(x, ym);
context.bezierCurveTo(x, ym - oy, xm - ox, y, xm, y);
context.bezierCurveTo(xm + ox, y, xe, ym - oy, xe, ym);
context.bezierCurveTo(xe, ym + oy, xm + ox, ye, xm, ye);
context.bezierCurveTo(xm - ox, ye, x, ym + oy, x, ym);
context.closePath();
}
else if (data.type === Phaser.ROUNDEDRECTANGLE)
{
var rx = shape.x;
var ry = shape.y;
var width = shape.width;
var height = shape.height;
var radius = shape.radius;
var maxRadius = Math.min(width, height) / 2 | 0;
radius = radius > maxRadius ? maxRadius : radius;
context.moveTo(rx, ry + radius);
context.lineTo(rx, ry + height - radius);
context.quadraticCurveTo(rx, ry + height, rx + radius, ry + height);
context.lineTo(rx + width - radius, ry + height);
context.quadraticCurveTo(rx + width, ry + height, rx + width, ry + height - radius);
context.lineTo(rx + width, ry + radius);
context.quadraticCurveTo(rx + width, ry, rx + width - radius, ry);
context.lineTo(rx + radius, ry);
context.quadraticCurveTo(rx, ry, rx, ry + radius);
context.closePath();
}
}
};
PIXI.CanvasGraphics.updateGraphicsTint = function(graphics)
{
if (graphics.tint === 0xFFFFFF)
{
return;
}
var tintR = (graphics.tint >> 16 & 0xFF) / 255;
var tintG = (graphics.tint >> 8 & 0xFF) / 255;
var tintB = (graphics.tint & 0xFF)/ 255;
for (var i = 0; i < graphics.graphicsData.length; i++)
{
var data = graphics.graphicsData[i];
var fillColor = data.fillColor | 0;
var lineColor = data.lineColor | 0;
data._fillTint = (((fillColor >> 16 & 0xFF) / 255 * tintR*255 << 16) + ((fillColor >> 8 & 0xFF) / 255 * tintG*255 << 8) + (fillColor & 0xFF) / 255 * tintB*255);
data._lineTint = (((lineColor >> 16 & 0xFF) / 255 * tintR*255 << 16) + ((lineColor >> 8 & 0xFF) / 255 * tintG*255 << 8) + (lineColor & 0xFF) / 255 * tintB*255);
}
};
</pre>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2016 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
on Tue Jun 20 2017 19:07:38 GMT-0700 (PDT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html>
|
adamlabadorf/bobodyssey
|
docs/src_pixi_renderers_canvas_CanvasGraphics.js.html
|
HTML
|
mit
| 44,356
|
# Introduction
So far, most of the things I do with Kalliope could be considered as not really domitic (maybe more domogeek ^^).
Indeed, so far I use Kalliope to:
- Get data from API ([Google calendar](https://github.com/bacardi55/google-calendar), [Google Maps](https://github.com/bacardi55/kalliope-gmaps), [Uber](https://github.com/bacardi55/kalliope-uber))
- Get [RSS feeds](https://github.com/kalliope-project/kalliope_neuron_rss_reader) info (lequipe.fr mainly)
- [Scrap web page](https://github.com/bacardi55/kalliope-web-scraper) to get content (Google news, TV program, Cinema program, joke of the day, …)
- Get Kalliope to reminds things using [a script](https://github.com/bacardi55/kalliope-starter55/blob/master/script/reminder.py) and the [repeat neuron](https://github.com/bacardi55/kalliope-repeat)
- [Play music](https://github.com/bacardi55/kalliope-mpd) via my [mopidy](http://mopidy.com/) server
- Play video on my [Kodi](https://kodi.tv/) server via [a script](https://github.com/bacardi55/kalliope-starter55/blob/master/script/find-episode.sh)
The last 2 items could be considered as domotic, but I consider them as media management, but the line is grey :)
# Domotic
## what for?
Usage are legions and I don't intend to describe all of them here, just the one I'm going to use. Bear in mind than I'm just starting so my knowledge is limited and the devices I have are not numerous :).
I have several ideas to start with, like managing internal sensors (temp, light, motion detector, …) or managing switches (Lamp, electric plug, …)
## How:
### The protocol: Z-wave
But first, I needed to find the basic of all this: How to manage these devices from a central control point. I read online some documentation, about protocol and devices and finally end up choosing device compatible with the z-wave protocol, as there is the openzwave opensource lib that seems to work well. Main issue of Z-wave is that the company behind it are owner of the z-wave chip.
I let you read online additional info on z-wave if you wish, there are a lot about it.
### The main controller: [Domoticz](https://domoticz.com/)
So I ended up buying a usb stick z-wave controller and a z-wave multi sensor (temp/hum, light, motion detection) to start poking at it. But I still needed an app to manage all the z-wave devices.
For this, 2 solutions:
- Create a neuron that leverage the openzwave python library
- Use a tool that manage domotic devices
I think that the simplest, yet most powerful approach was to choose the 2nd option, and choose a software that was exactly meant to manage domotic device. I could have choose several: [jeedom](https://www.jeedom.com), [openhab](http://www.openhab.org/), [Home-Assistant.io](Home-Assistant.io), …
I ended up choosing [Domoticz](https://domoticz.com/), very light and powerful app in C++ with a web app and a mobile app. It was very easy to install on an old rpiB+ and to setup my z-wave sensor.
It also provide [APIs](https://www.domoticz.com/wiki/Domoticz_API/JSON_URL%27s#Retrieve_status_of_specific_device) to do a lot of actions so that kalliope could send action :)
APIs provide options to (non exhaustive, go to their doc page for full API endpoints):
- Get device status (and value): Important for me to get metric from sensor
- Set on/off on device: I'll soon have a zwave electrig plug, and I want to be able to switch it on and off via kalliope
- Get / Set scene/groups state: Scene and groups are option in domoticz to regroup devices together (group mean all device has same state (on or off) and group state can be change. Scene has only one state, but devices can have different states).
That's the main I'll start poking at, in that order!
### Kalliope integration
#### Pymoticz
I did find online an [old python code](https://github.com/EirikAskheim/pymoticz/network) to manage domoticz. I also found a more recent fork of it [here](https://github.com/wackoracoon/pymoticz) that worked well.
Only issue is that is was forcing the use of http and didn't allow https. So I [forked it](https://github.com/bacardi55/pymoticz) to add https support. There is [pull request here](https://github.com/wackoracoon/pymoticz/pull/1) to merge it.
#### Kalliope Neuron
As you would have guess, a neuron is coming up. You can find it in a draft mode [on github](https://github.com/bacardi55/kalliope-domoticz). For now, it is very limited but in development. It does include directly the pymoticz library so no manual addition needed there.
For now, you can only request data value from a device. So for example, I can retrieve the temperature and the light level from the sensor.
**Brain example**
```
---
- name: "domoticz-get-temp-living-room"
signals:
- order: "living room temperature"
neurons:
- domoticz:
host: ""
action: "get_device"
device: "6"
ssl_verify: "False"
say_template: "Living temperature is degrees and humidity is %"
- name: "domoticz-get-lux-living-room"
signals:
- order: "brightness in living room"
neurons:
- domoticz:
host: ""
action: "get_device"
device: "5"
ssl_verify: "False"
say_template: "Living room brightness is "
```
# What's next
As I said above, there are a lot to be able to do: set on/off devices, get / set scenes and groups, … A lot of fun to have marrying Kalliopé and domoticz :)
Stay tuned!
|
bacardi55/bacardi55.org
|
_posts/_site/2017-03-15-entering-the-domotic-game.html
|
HTML
|
mit
| 5,481
|
<!DOCTYPE html>
<html lang="en-us" ng-app="myAngularApp">
<head>
<title>39 - Understanding 'compile'</title>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8">
<!-- load bootstrap and fontawesome via CDN -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
<style>
html, body
{
font-size: 1.1em;
}
</style>
<!-- load angular via CDN -->
<script src="https://code.angularjs.org/1.3.9/angular.js"></script>
<script src="https://code.angularjs.org/1.3.9/angular-route.js"></script>
<script src="app.js"></script>
</head>
<body>
<header>
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">AngularJS</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="#/"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#/second"><i class="fa"></i> Second</a></li>
</ul>
</div>
</nav>
</header>
<div class="container">
<div ng-view></div>
</div>
</body>
</html>
|
louielugtu/workspace-library
|
app/angular-udemy/39-understanding-compile/index.html
|
HTML
|
mit
| 1,221
|
<html><body>
<h4>Windows 10 x64 (18362.113)</h4><br>
<h2>_ETW_DECODE_CONTROL_ENTRY</h2>
<font face="arial"> +0x000 Next : Ptr64 <a href="./_ETW_DECODE_CONTROL_ENTRY.html">_ETW_DECODE_CONTROL_ENTRY</a><br>
+0x008 Decode : <a href="./_GUID.html">_GUID</a><br>
+0x018 Control : <a href="./_GUID.html">_GUID</a><br>
+0x028 ConsumersNotified : UChar<br>
</font></body></html>
|
epikcraw/ggool
|
public/Windows 10 x64 (18362.113)/_ETW_DECODE_CONTROL_ENTRY.html
|
HTML
|
mit
| 412
|
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Footer</title>
<link href="../css/footer.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Irish+Grover|Raleway:400,500,600,700' rel='stylesheet' type='text/css'>
</head>
<body>
<footer>
<div class="content"><h1>Follow Us<h1></div>
<div class="footer">
<div class="social"></div>
<div class="social"></div>
<div class="social"></div>
<div class="social"></div>
<div class="social"></div>
<div class="social"></div>
</div>
</footer>
<div class="copyright micro milli">
<p>Copyright © 2014 Paper Monsters. All rights reserved. Designed by Lorena Franco.</p>
</div>
</footer>
</body>
</html>
|
lorefranko/ecommerce-website
|
styleguide/footer.html
|
HTML
|
mit
| 799
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v4.5.0 - v4.6.1: v8::PersistentHandleVisitor Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v4.5.0 - v4.6.1
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1PersistentHandleVisitor.html">PersistentHandleVisitor</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1PersistentHandleVisitor-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::PersistentHandleVisitor Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a092c6cc7700b38d9c60bd693a071045a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a092c6cc7700b38d9c60bd693a071045a"></a>
virtual void </td><td class="memItemRight" valign="bottom"><b>VisitPersistentHandle</b> (<a class="el" href="classv8_1_1Persistent.html">Persistent</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > *value, uint16_t class_id)</td></tr>
<tr class="separator:a092c6cc7700b38d9c60bd693a071045a"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Interface for iterating through all the persistent handles in the heap. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
v8-dox/v8-dox.github.io
|
4107b5d/html/classv8_1_1PersistentHandleVisitor.html
|
HTML
|
mit
| 5,604
|
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Getting Started | Worldpay Within</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<div class="row">
<div class="large-12 columns">
<img style="padding-top: 5px; padding-bottom: 5px;" src="images/worldpaylogosmall.png" alt="Worldpay Logo"/>
<div style="padding-left: 5px; color: white; background-color: red;">
<a class="whiteLink" href="index.html">
<h1 style="font-size: 1.8em !important;">Worldpay Within Documentation</h1>
</a>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<div class="callout">
<div class="row">
<div class="large-12 columns">
<!-- Insert page content below -->
<h3>Getting started</h3>
<p>Worldpay Within is an open source project that provides a downloadable SDK that can be used as an API to provide a set of really cool services. For example, one device can pay for services from another.</p>
<!--<p>We are an open source project, and some of our internal dev terms may spill out to the external SDK - apologies for this. But think of the SDK you download as being the API to a set of really cool services that allow smart devices to pay for services from oneanother</p>-->
<p>The SDK is available in a number of supported languages that we refer to as "wrappers". While these provide the development kit to make the devices work in the expected way, you still need to get the core IoT componet from the releases - we refer to this as the "RPC-agent".</p>
<!--<p>What you get from the SDK you download from our git repo, is access to the API in all the supported languages (we refer this as the 'wrapper'), you will still need to get the core IoT component from the releases (we refer to this as the 'RPC-agent'). <a href="internal-structure.html">If you're interested further on the internal architectcure of the project check this out</a>.-->
<p>More information about the inner workings of the internal architecture can be found in the <a href="internal-structure.html">Internal architecture</a> page.</p>
<h3>1. Get the SDK (software development kit) from the Github repository</h3>
<p>You'll need to either download or clone the SDK from the GitHub repository, which you can do <a href="https://github.com/WPTechInnovation/worldpay-within-sdk">here</a>.
<!--<p>Please either download the repo, or clone the repo from Github, <a href="https://github.com/WPTechInnovation/worldpay-within-sdk">the github repo for Worldpay Within can be found here</a></p>-->
<h3>2. Download the core Iot component</h3>
<p>You'll then need the core component, which is sometimes called the "RPC-agent". You'll get these from the GitHub repo:
<!--<p>The Iot core component is sometimes called the "RPC-Agent" (and sometimes referred to as the binaries) from the Github Repository</p>-->
<ol>
<li>Go to the <a href="https://github.com/WPTechInnovation/worldpay-within-sdk/releases">release page</a>.</li>
<!--<li>Go to the releases page here <a href="https://github.com/WPTechInnovation/worldpay-within-sdk/releases">https://github.com/WPTechInnovation/worldpay-within-sdk/releases</a></li>-->
<li>Download the latest version of the 'wpwithin-<version_number>-bins.tar.gz' zip file. For example, wpwithin-0.4-bins.tar.gz.</li>
<!--<li>Download the zip file entitled 'wpwithin-<version_number>-bins.tar.gz' e.g. wpwithin-0.4-bins.tar.gz - make sure to get the latest one though!</li>-->
<!--<li>You don't need all the files in this download! Oh no, you'll just need the ones for the computer that you are developing on, and thing (smart device) that you are going to run it on.</li>-->
<li>You just need to download the files you need for the computer and device you're going to develop on and use.</li>
<li>Unzip the file rpc-agent-bins-<version_number>.tar.gz.</li>
<li>
Choose the RPC-agent file appropriate to your Thing or development machine.<!--, e.g. choose ******* chat to Conor******-->
</li>
</ol>
<!--
***** wget this*****
Have a download on deve machine flow
vs
download on RPi flow.....
-->
<h3>3. Setup your environment Worldpay Within</h3>
<p>You'll need to drop the core IoT component (RPC-agent file) into the appropriate place in the SDK (or wrapper directory).</p>
<p>Follow the instructions for each supported language on where to place the core IoT component (RPC-agent file) and what to call it. The instructions will also let you know if there are any other pre-requisites to install on your device before you get started.</p>
<ul>
<li><a href="https://github.com/WPTechInnovation/worldpay-within-sdk/tree/master/wrappers/java">Java</a></li>
<li><a href="dotnet.html">.NET</a></li>
<li><a href="getting-started-with-go.html">Go (no wrapper required, you work directly with Go!)</a></li>
<li><a href="nodejs.html">Node.js</a></li>
<li><a href="python27.html">Python (2.7)</a></li>
</ul>
<!--
<h3>4. Run your first example Worldpay Within Code</h3>
<h3>5. Where to go from there</h3>
-->
<!-- Insert page content above -->
</div>
</div>
</div>
</div>
</div>
<!--
<
-->
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91392512-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
szarych/wpw-doc-dev
|
old/getting-started.html
|
HTML
|
mit
| 7,451
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Class: AbstractFilter</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="Phaser.KeyCode.html">KeyCode</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PointerMode.html">PointerMode</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.AbstractFilter.html">AbstractFilter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasPool.html">CanvasPool</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EarCut.html">EarCut</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Event.html">Event</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.GraphicsData.html">GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PolyK.html">PolyK</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Strip.html">Strip</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.TilingSprite.html">TilingSprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#AUTO">AUTO</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPDATA">BITMAPDATA</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPTEXT">BITMAPTEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#blendModes">blendModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#BUTTON">BUTTON</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS">CANVAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CIRCLE">CIRCLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#CREATURE">CREATURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#DOWN">DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ELLIPSE">ELLIPSE</a>
</li>
<li class="class-depth-0">
<a href="global.html#EMITTER">EMITTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#GAMES">GAMES</a>
</li>
<li class="class-depth-0">
<a href="global.html#GRAPHICS">GRAPHICS</a>
</li>
<li class="class-depth-0">
<a href="global.html#GROUP">GROUP</a>
</li>
<li class="class-depth-0">
<a href="global.html#HEADLESS">HEADLESS</a>
</li>
<li class="class-depth-0">
<a href="global.html#IMAGE">IMAGE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT">LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#LINE">LINE</a>
</li>
<li class="class-depth-0">
<a href="global.html#MATRIX">MATRIX</a>
</li>
<li class="class-depth-0">
<a href="global.html#NONE">NONE</a>
</li>
<li class="class-depth-0">
<a href="global.html#PENDING_ATLAS">PENDING_ATLAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINT">POINT</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINTER">POINTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#POLYGON">POLYGON</a>
</li>
<li class="class-depth-0">
<a href="global.html#RECTANGLE">RECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RETROFONT">RETROFONT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT">RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROPE">ROPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#scaleModes">scaleModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITE">SPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITEBATCH">SPRITEBATCH</a>
</li>
<li class="class-depth-0">
<a href="global.html#TEXT">TEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAP">TILEMAP</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILESPRITE">TILESPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#UP">UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERSION">VERSION</a>
</li>
<li class="class-depth-0">
<a href="global.html#VIDEO">VIDEO</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL">WEBGL</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="https://confirmsubscription.com/h/r/369DE48E3E86AF1E">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/irc">IRC</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<!--<h1 class="page-title">Class: AbstractFilter</h1>-->
<section>
<header>
<h2>
<span class="ancestors"><a href="PIXI.html">PIXI</a>.</span>
AbstractFilter
</h2>
</header>
<article>
<div class="container-overview">
<dt>
<h4 class="name "
id="AbstractFilter"><span class="type-signature"></span>new AbstractFilter<span class="signature">(fragmentSrc, uniforms)</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>This is the base class for creating a PIXI filter. Currently only webGL supports filters.
If you want to make a custom filter this should be your base class.</p>
</div>
<h5>Parameters:</h5>
<table class="params table table-striped">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>fragmentSrc</code></td>
<td class="type">
<span class="param-type">Array</span>
</td>
<td class="description last"><p>The fragment source in an array of strings.</p></td>
</tr>
<tr>
<td class="name"><code>uniforms</code></td>
<td class="type">
<span class="param-type">Object</span>
</td>
<td class="description last"><p>An object containing the uniforms for this filter.</p></td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_filters_AbstractFilter.js.html">pixi/filters/AbstractFilter.js</a>, <a href="src_pixi_filters_AbstractFilter.js.html#sunlight-1-line-5">line 5</a>
</dt>
</dl>
</dd>
</div>
<h3 class="subsection-title">Members</h3>
<dl>
<dt>
<h4 class="name "
id="dirty"><span class="type-signature"></span>dirty<span class="type-signature"> :Boolean</span></h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_filters_AbstractFilter.js.html">pixi/filters/AbstractFilter.js</a>, <a href="src_pixi_filters_AbstractFilter.js.html#sunlight-1-line-31">line 31</a>
</dt>
</dl>
</dd>
<dt>
<h4 class="name "
id="padding"><span class="type-signature"></span>padding<span class="type-signature"> :Number</span></h4>
</dt>
<dd>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_filters_AbstractFilter.js.html">pixi/filters/AbstractFilter.js</a>, <a href="src_pixi_filters_AbstractFilter.js.html#sunlight-1-line-37">line 37</a>
</dt>
</dl>
</dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<dl>
<dt>
<h4 class="name "
id="syncUniforms"><span class="type-signature"></span>syncUniforms<span class="signature">()</span><span class="type-signature"></span></h4>
</dt>
<dd>
<div class="description">
<p>Syncs the uniforms between the class object and the shaders.</p>
</div>
<dl class="details">
<dt class="tag-source">Source -
<a href="src_pixi_filters_AbstractFilter.js.html">pixi/filters/AbstractFilter.js</a>, <a href="src_pixi_filters_AbstractFilter.js.html#sunlight-1-line-60">line 60</a>
</dt>
</dl>
</dd>
</dl>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2015 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a>
on Thu Feb 18 2016 14:41:09 GMT+0000 (GMT Standard Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html>
|
mperalt3/ctg2
|
docs/PIXI.AbstractFilter.html
|
HTML
|
mit
| 38,952
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/app.css">
<script src="lib/mqttws31.js"></script>
<script src="src/app.js"></script>
</head>
<body>
<div>
<button id="on">On</button>
<button id="off">Off</button>
</div>
<div>
<span>Button state: </span>
<span id="button">unknown</span>
</div>
</body>
</html>
|
CardboardIoT/experiment-hello-world
|
static/index.html
|
HTML
|
mit
| 384
|
<html>
<head>
<script src="Board.js" type="text/javascript"></script>
<script src="BoardView.js" type="text/javascript"></script>
<script src="Elements.js" type="text/javascript"></script>
<script src="Snake.js" type="text/javascript"></script>
<script src="Terminal.js" type="text/javascript"></script>
<script type="text/javascript">
var Terminal = null;
var board;
var view;
var dir = -1;
var snake;
var interval;
function init() {
var t = new Element(3, 4);
Terminal = new Term(document.getElementById('board').firstChild, 14, 12);
board = new Board(10, 10, 5);
view = new BoardView(board);
snake = new Snake(5, 5, board);
interval = window.setInterval(snakeStep, 500);
}
function keyPressed(event) {
if (window.event != null) {
event = window.event;
}
if (event.keyCode >= Terminal.KEY_LEFT
&& event.keyCode <= Terminal.KEY_DOWN) {
dir = event.keyCode;
}
}
function snakeStep() {
var result = true;
switch (dir) {
case Terminal.KEY_UP:
result = snake.moveUp();
break;
case Terminal.KEY_DOWN:
result = snake.moveDown();
break;
case Terminal.KEY_LEFT:
result = snake.moveLeft();
break;
case Terminal.KEY_RIGHT:
result = snake.moveRight();
break;
}
if (!result) {
Terminal.cursorTo(5, 15);
Terminal.put('GAME OVER');
window.clearInterval(interval);
}
}
window.onload = init;
document.onkeydown = keyPressed;
</script>
</head>
<body>
<pre id="board"> </pre>
</body>
</html>
|
smarr/Snake
|
JavaScript/index.html
|
HTML
|
mit
| 1,501
|
---
layout: default
---
<div class="post">
<h1 class="post-title">{{ page.title }}</h1>
<span class="post-date">{{ page.date | date_to_string }}</span>
{{ content }}
</div>
{% if site.related_posts %}
<div class="related">
<h2>Related Posts</h2>
<ul class="related-posts">
{% for post in site.related_posts limit:3 %}
<li>
<h3>
<a href="{{ site.baseurl}}/{{ post.url }}">
{{ post.title }}
<small>{{ post.date | date_to_string }}</small>
</a>
</h3>
</li>
{% endfor %}
</ul>
</div>
{% endif %}
|
nickb1080/personal-site
|
_layouts/post.html
|
HTML
|
mit
| 616
|
---
permalink: /notes/
layout: page
title: "Notes"
---
{% if site.data.sections.notes.show %}
<!--notes-->
<section class="page page__notes page--bg">
<header class="page__header">
<div class="container">
<h1 class="page__title">{{ site.data.sections.notes.heading }}</h1>
</div>
</header>
<div class="page__body">
<div class="container">
<div class="row">
<div class="col-lg-12">
{% for post in site.posts limit:5 %}
{% include post-entry.html %}
{% endfor %}
</div>
<div class="col-lg-12 center-lg">
{% include pagination.html %}
</div>
</div>
</div>
</div>
</section>
{% endif %}
|
daviddiasdigital/daviddiasdigital.github.io
|
_pages/notes.html
|
HTML
|
mit
| 701
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<title>File Otros/Agregador_Tiendas/system/helpers/path_helper.php | Practica2_Servidor</title>
<link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li>
<a href="namespace-Composer.html">
Composer<span></span>
</a>
<ul>
<li>
<a href="namespace-Composer.Autoload.html">
Autoload </a>
</li>
</ul></li>
<li>
<a href="namespace-None.html">
None </a>
</li>
<li>
<a href="namespace-org.html">
org<span></span>
</a>
<ul>
<li>
<a href="namespace-org.bovigo.html">
bovigo<span></span>
</a>
<ul>
<li>
<a href="namespace-org.bovigo.vfs.html">
vfs<span></span>
</a>
<ul>
<li>
<a href="namespace-org.bovigo.vfs.example.html">
example </a>
</li>
<li>
<a href="namespace-org.bovigo.vfs.visitor.html">
visitor </a>
</li>
</ul></li></ul></li></ul></li>
<li>
<a href="namespace-PHP.html">
PHP </a>
</li>
</ul>
</div>
<hr>
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-AdvancedValueBinderTest.html">AdvancedValueBinderTest</a></li>
<li><a href="class-Agregador.html" class="invalid">Agregador</a></li>
<li><a href="class-AutofilterColumnTest.html">AutofilterColumnTest</a></li>
<li><a href="class-AutoFilterTest.html">AutoFilterTest</a></li>
<li><a href="class-AutoloaderTest.html">AutoloaderTest</a></li>
<li><a href="class-CalculationTest.html">CalculationTest</a></li>
<li><a href="class-Camiseta.html">Camiseta</a></li>
<li><a href="class-Carrito.html">Carrito</a></li>
<li><a href="class-Carro.html">Carro</a></li>
<li><a href="class-Categorias.html">Categorias</a></li>
<li><a href="class-CellCollectionTest.html">CellCollectionTest</a></li>
<li><a href="class-CellTest.html">CellTest</a></li>
<li><a href="class-CholeskyDecomposition.html">CholeskyDecomposition</a></li>
<li><a href="class-CI_Benchmark.html" class="invalid">CI_Benchmark</a></li>
<li><a href="class-CI_Cache.html" class="invalid">CI_Cache</a></li>
<li><a href="class-CI_Cache_apc.html" class="invalid">CI_Cache_apc</a></li>
<li><a href="class-CI_Cache_dummy.html" class="invalid">CI_Cache_dummy</a></li>
<li><a href="class-CI_Cache_file.html" class="invalid">CI_Cache_file</a></li>
<li><a href="class-CI_Cache_memcached.html" class="invalid">CI_Cache_memcached</a></li>
<li><a href="class-CI_Cache_redis.html">CI_Cache_redis</a></li>
<li><a href="class-CI_Cache_wincache.html">CI_Cache_wincache</a></li>
<li><a href="class-CI_Calendar.html" class="invalid">CI_Calendar</a></li>
<li><a href="class-CI_Cart.html" class="invalid">CI_Cart</a></li>
<li><a href="class-CI_Config.html" class="invalid">CI_Config</a></li>
<li><a href="class-CI_Controller.html" class="invalid">CI_Controller</a></li>
<li><a href="class-CI_DB_active_record.html">CI_DB_active_record</a></li>
<li><a href="class-CI_DB_Cache.html" class="invalid">CI_DB_Cache</a></li>
<li><a href="class-CI_DB_cubrid_driver.html" class="invalid">CI_DB_cubrid_driver</a></li>
<li><a href="class-CI_DB_cubrid_forge.html" class="invalid">CI_DB_cubrid_forge</a></li>
<li><a href="class-CI_DB_cubrid_result.html" class="invalid">CI_DB_cubrid_result</a></li>
<li><a href="class-CI_DB_cubrid_utility.html" class="invalid">CI_DB_cubrid_utility</a></li>
<li><a href="class-CI_DB_driver.html" class="invalid">CI_DB_driver</a></li>
<li><a href="class-CI_DB_forge.html" class="invalid">CI_DB_forge</a></li>
<li><a href="class-CI_DB_ibase_driver.html">CI_DB_ibase_driver</a></li>
<li><a href="class-CI_DB_ibase_forge.html">CI_DB_ibase_forge</a></li>
<li><a href="class-CI_DB_ibase_result.html">CI_DB_ibase_result</a></li>
<li><a href="class-CI_DB_ibase_utility.html">CI_DB_ibase_utility</a></li>
<li><a href="class-CI_DB_mssql_driver.html" class="invalid">CI_DB_mssql_driver</a></li>
<li><a href="class-CI_DB_mssql_forge.html" class="invalid">CI_DB_mssql_forge</a></li>
<li><a href="class-CI_DB_mssql_result.html" class="invalid">CI_DB_mssql_result</a></li>
<li><a href="class-CI_DB_mssql_utility.html" class="invalid">CI_DB_mssql_utility</a></li>
<li><a href="class-CI_DB_mysql_driver.html" class="invalid">CI_DB_mysql_driver</a></li>
<li><a href="class-CI_DB_mysql_forge.html" class="invalid">CI_DB_mysql_forge</a></li>
<li><a href="class-CI_DB_mysql_result.html" class="invalid">CI_DB_mysql_result</a></li>
<li><a href="class-CI_DB_mysql_utility.html" class="invalid">CI_DB_mysql_utility</a></li>
<li><a href="class-CI_DB_mysqli_driver.html" class="invalid">CI_DB_mysqli_driver</a></li>
<li><a href="class-CI_DB_mysqli_forge.html" class="invalid">CI_DB_mysqli_forge</a></li>
<li><a href="class-CI_DB_mysqli_result.html" class="invalid">CI_DB_mysqli_result</a></li>
<li><a href="class-CI_DB_mysqli_utility.html" class="invalid">CI_DB_mysqli_utility</a></li>
<li><a href="class-CI_DB_oci8_driver.html" class="invalid">CI_DB_oci8_driver</a></li>
<li><a href="class-CI_DB_oci8_forge.html" class="invalid">CI_DB_oci8_forge</a></li>
<li><a href="class-CI_DB_oci8_result.html" class="invalid">CI_DB_oci8_result</a></li>
<li><a href="class-CI_DB_oci8_utility.html" class="invalid">CI_DB_oci8_utility</a></li>
<li><a href="class-CI_DB_odbc_driver.html" class="invalid">CI_DB_odbc_driver</a></li>
<li><a href="class-CI_DB_odbc_forge.html" class="invalid">CI_DB_odbc_forge</a></li>
<li><a href="class-CI_DB_odbc_result.html" class="invalid">CI_DB_odbc_result</a></li>
<li><a href="class-CI_DB_odbc_utility.html" class="invalid">CI_DB_odbc_utility</a></li>
<li><a href="class-CI_DB_pdo_4d_driver.html">CI_DB_pdo_4d_driver</a></li>
<li><a href="class-CI_DB_pdo_4d_forge.html">CI_DB_pdo_4d_forge</a></li>
<li><a href="class-CI_DB_pdo_cubrid_driver.html">CI_DB_pdo_cubrid_driver</a></li>
<li><a href="class-CI_DB_pdo_cubrid_forge.html">CI_DB_pdo_cubrid_forge</a></li>
<li><a href="class-CI_DB_pdo_dblib_driver.html">CI_DB_pdo_dblib_driver</a></li>
<li><a href="class-CI_DB_pdo_dblib_forge.html">CI_DB_pdo_dblib_forge</a></li>
<li><a href="class-CI_DB_pdo_driver.html" class="invalid">CI_DB_pdo_driver</a></li>
<li><a href="class-CI_DB_pdo_firebird_driver.html">CI_DB_pdo_firebird_driver</a></li>
<li><a href="class-CI_DB_pdo_firebird_forge.html">CI_DB_pdo_firebird_forge</a></li>
<li><a href="class-CI_DB_pdo_forge.html" class="invalid">CI_DB_pdo_forge</a></li>
<li><a href="class-CI_DB_pdo_ibm_driver.html">CI_DB_pdo_ibm_driver</a></li>
<li><a href="class-CI_DB_pdo_ibm_forge.html">CI_DB_pdo_ibm_forge</a></li>
<li><a href="class-CI_DB_pdo_informix_driver.html">CI_DB_pdo_informix_driver</a></li>
<li><a href="class-CI_DB_pdo_informix_forge.html">CI_DB_pdo_informix_forge</a></li>
<li><a href="class-CI_DB_pdo_mysql_driver.html">CI_DB_pdo_mysql_driver</a></li>
<li><a href="class-CI_DB_pdo_mysql_forge.html">CI_DB_pdo_mysql_forge</a></li>
<li><a href="class-CI_DB_pdo_oci_driver.html">CI_DB_pdo_oci_driver</a></li>
<li><a href="class-CI_DB_pdo_oci_forge.html">CI_DB_pdo_oci_forge</a></li>
<li><a href="class-CI_DB_pdo_odbc_driver.html">CI_DB_pdo_odbc_driver</a></li>
<li><a href="class-CI_DB_pdo_odbc_forge.html">CI_DB_pdo_odbc_forge</a></li>
<li><a href="class-CI_DB_pdo_pgsql_driver.html">CI_DB_pdo_pgsql_driver</a></li>
<li><a href="class-CI_DB_pdo_pgsql_forge.html">CI_DB_pdo_pgsql_forge</a></li>
<li><a href="class-CI_DB_pdo_result.html" class="invalid">CI_DB_pdo_result</a></li>
<li><a href="class-CI_DB_pdo_sqlite_driver.html">CI_DB_pdo_sqlite_driver</a></li>
<li><a href="class-CI_DB_pdo_sqlite_forge.html">CI_DB_pdo_sqlite_forge</a></li>
<li><a href="class-CI_DB_pdo_sqlsrv_driver.html">CI_DB_pdo_sqlsrv_driver</a></li>
<li><a href="class-CI_DB_pdo_sqlsrv_forge.html">CI_DB_pdo_sqlsrv_forge</a></li>
<li><a href="class-CI_DB_pdo_utility.html" class="invalid">CI_DB_pdo_utility</a></li>
<li><a href="class-CI_DB_postgre_driver.html" class="invalid">CI_DB_postgre_driver</a></li>
<li><a href="class-CI_DB_postgre_forge.html" class="invalid">CI_DB_postgre_forge</a></li>
<li><a href="class-CI_DB_postgre_result.html" class="invalid">CI_DB_postgre_result</a></li>
<li><a href="class-CI_DB_postgre_utility.html" class="invalid">CI_DB_postgre_utility</a></li>
<li><a href="class-CI_DB_query_builder.html">CI_DB_query_builder</a></li>
<li><a href="class-CI_DB_result.html" class="invalid">CI_DB_result</a></li>
<li><a href="class-CI_DB_sqlite3_driver.html">CI_DB_sqlite3_driver</a></li>
<li><a href="class-CI_DB_sqlite3_forge.html">CI_DB_sqlite3_forge</a></li>
<li><a href="class-CI_DB_sqlite3_result.html">CI_DB_sqlite3_result</a></li>
<li><a href="class-CI_DB_sqlite3_utility.html">CI_DB_sqlite3_utility</a></li>
<li><a href="class-CI_DB_sqlite_driver.html" class="invalid">CI_DB_sqlite_driver</a></li>
<li><a href="class-CI_DB_sqlite_forge.html" class="invalid">CI_DB_sqlite_forge</a></li>
<li><a href="class-CI_DB_sqlite_result.html" class="invalid">CI_DB_sqlite_result</a></li>
<li><a href="class-CI_DB_sqlite_utility.html" class="invalid">CI_DB_sqlite_utility</a></li>
<li><a href="class-CI_DB_sqlsrv_driver.html" class="invalid">CI_DB_sqlsrv_driver</a></li>
<li><a href="class-CI_DB_sqlsrv_forge.html" class="invalid">CI_DB_sqlsrv_forge</a></li>
<li><a href="class-CI_DB_sqlsrv_result.html" class="invalid">CI_DB_sqlsrv_result</a></li>
<li><a href="class-CI_DB_sqlsrv_utility.html" class="invalid">CI_DB_sqlsrv_utility</a></li>
<li><a href="class-CI_DB_utility.html" class="invalid">CI_DB_utility</a></li>
<li><a href="class-CI_Driver.html" class="invalid">CI_Driver</a></li>
<li><a href="class-CI_Driver_Library.html" class="invalid">CI_Driver_Library</a></li>
<li><a href="class-CI_Email.html" class="invalid">CI_Email</a></li>
<li><a href="class-CI_Encrypt.html" class="invalid">CI_Encrypt</a></li>
<li><a href="class-CI_Encryption.html">CI_Encryption</a></li>
<li><a href="class-CI_Exceptions.html" class="invalid">CI_Exceptions</a></li>
<li><a href="class-CI_Form_validation.html" class="invalid">CI_Form_validation</a></li>
<li><a href="class-CI_FTP.html" class="invalid">CI_FTP</a></li>
<li><a href="class-CI_Hooks.html" class="invalid">CI_Hooks</a></li>
<li><a href="class-CI_Image_lib.html" class="invalid">CI_Image_lib</a></li>
<li><a href="class-CI_Input.html" class="invalid">CI_Input</a></li>
<li><a href="class-CI_Javascript.html" class="invalid">CI_Javascript</a></li>
<li><a href="class-CI_Jquery.html" class="invalid">CI_Jquery</a></li>
<li><a href="class-CI_Lang.html" class="invalid">CI_Lang</a></li>
<li><a href="class-CI_Loader.html" class="invalid">CI_Loader</a></li>
<li><a href="class-CI_Log.html" class="invalid">CI_Log</a></li>
<li><a href="class-CI_Migration.html" class="invalid">CI_Migration</a></li>
<li><a href="class-CI_Model.html" class="invalid">CI_Model</a></li>
<li><a href="class-CI_Output.html" class="invalid">CI_Output</a></li>
<li><a href="class-CI_Pagination.html" class="invalid">CI_Pagination</a></li>
<li><a href="class-CI_Parser.html" class="invalid">CI_Parser</a></li>
<li><a href="class-CI_Profiler.html" class="invalid">CI_Profiler</a></li>
<li><a href="class-CI_Router.html" class="invalid">CI_Router</a></li>
<li><a href="class-CI_Security.html" class="invalid">CI_Security</a></li>
<li><a href="class-CI_Session.html" class="invalid">CI_Session</a></li>
<li><a href="class-CI_Session_database_driver.html">CI_Session_database_driver</a></li>
<li><a href="class-CI_Session_driver.html">CI_Session_driver</a></li>
<li><a href="class-CI_Session_files_driver.html">CI_Session_files_driver</a></li>
<li><a href="class-CI_Session_memcached_driver.html">CI_Session_memcached_driver</a></li>
<li><a href="class-CI_Session_redis_driver.html">CI_Session_redis_driver</a></li>
<li><a href="class-CI_SHA1.html">CI_SHA1</a></li>
<li><a href="class-CI_Table.html" class="invalid">CI_Table</a></li>
<li><a href="class-CI_Trackback.html" class="invalid">CI_Trackback</a></li>
<li><a href="class-CI_Typography.html" class="invalid">CI_Typography</a></li>
<li><a href="class-CI_Unit_test.html" class="invalid">CI_Unit_test</a></li>
<li><a href="class-CI_Upload.html" class="invalid">CI_Upload</a></li>
<li><a href="class-CI_URI.html" class="invalid">CI_URI</a></li>
<li><a href="class-CI_User_agent.html" class="invalid">CI_User_agent</a></li>
<li><a href="class-CI_Utf8.html" class="invalid">CI_Utf8</a></li>
<li><a href="class-CI_Xmlrpc.html" class="invalid">CI_Xmlrpc</a></li>
<li><a href="class-CI_Xmlrpcs.html" class="invalid">CI_Xmlrpcs</a></li>
<li><a href="class-CI_Zip.html" class="invalid">CI_Zip</a></li>
<li><a href="class-CodePageTest.html">CodePageTest</a></li>
<li><a href="class-ColorTest.html">ColorTest</a></li>
<li><a href="class-ColumnCellIteratorTest.html">ColumnCellIteratorTest</a></li>
<li><a href="class-ColumnIteratorTest.html">ColumnIteratorTest</a></li>
<li><a href="class-Complex.html">Complex</a></li>
<li><a href="class-complexAssert.html">complexAssert</a></li>
<li><a href="class-Composer.Autoload.ClassLoader.html">Composer\Autoload\ClassLoader</a></li>
<li><a href="class-ComposerAutoloaderInit03216eaa5a0e5a7f5bbbeeae5708a458.html">ComposerAutoloaderInit03216eaa5a0e5a7f5bbbeeae5708a458</a></li>
<li><a href="class-DataSeriesValuesTest.html">DataSeriesValuesTest</a></li>
<li><a href="class-DataTypeTest.html">DataTypeTest</a></li>
<li><a href="class-DateTest.html">DateTest</a></li>
<li><a href="class-DateTime.html">DateTime</a></li>
<li><a href="class-DateTimeTest.html">DateTimeTest</a></li>
<li><a href="class-DefaultValueBinderTest.html">DefaultValueBinderTest</a></li>
<li><a href="class-DOMCharacterData.html">DOMCharacterData</a></li>
<li><a href="class-DOMElement.html">DOMElement</a></li>
<li><a href="class-DOMNode.html">DOMNode</a></li>
<li><a href="class-DOMText.html">DOMText</a></li>
<li><a href="class-EigenvalueDecomposition.html">EigenvalueDecomposition</a></li>
<li><a href="class-EliminarUsuario.html">EliminarUsuario</a></li>
<li><a href="class-EngineeringTest.html">EngineeringTest</a></li>
<li><a href="class-Error404.html">Error404</a></li>
<li><a href="class-Excel.html">Excel</a></li>
<li><a href="class-FileTest.html">FileTest</a></li>
<li><a href="class-FinancialTest.html">FinancialTest</a></li>
<li><a href="class-FontTest.html">FontTest</a></li>
<li><a href="class-FPDF.html">FPDF</a></li>
<li><a href="class-FunctionsTest.html">FunctionsTest</a></li>
<li><a href="class-Gestor_Tiendas_Model.html">Gestor_Tiendas_Model</a></li>
<li><a href="class-HyperlinkTest.html">HyperlinkTest</a></li>
<li><a href="class-JSON_WebClient.html">JSON_WebClient</a></li>
<li><a href="class-JSON_WebServer_Controller.html" class="invalid">JSON_WebServer_Controller</a></li>
<li><a href="class-LayoutTest.html">LayoutTest</a></li>
<li><a href="class-LegendTest.html">LegendTest</a></li>
<li><a href="class-LogicalTest.html">LogicalTest</a></li>
<li><a href="class-Login.html">Login</a></li>
<li><a href="class-LookupRefTest.html">LookupRefTest</a></li>
<li><a href="class-Main.html">Main</a></li>
<li><a href="class-MathTrigTest.html">MathTrigTest</a></li>
<li><a href="class-Mdl_Agregador.html">Mdl_Agregador</a></li>
<li><a href="class-Mdl_camiseta.html">Mdl_camiseta</a></li>
<li><a href="class-Mdl_carrito.html">Mdl_carrito</a></li>
<li><a href="class-Mdl_categorias.html">Mdl_categorias</a></li>
<li><a href="class-Mdl_MisPedidos.html">Mdl_MisPedidos</a></li>
<li><a href="class-Mdl_pedidos.html">Mdl_pedidos</a></li>
<li><a href="class-Mdl_provincias.html">Mdl_provincias</a></li>
<li><a href="class-Mdl_restablecerCont.html">Mdl_restablecerCont</a></li>
<li><a href="class-Mdl_seleccionadas.html">Mdl_seleccionadas</a></li>
<li><a href="class-Mdl_usuarios.html">Mdl_usuarios</a></li>
<li><a href="class-Mdl_xml.html">Mdl_xml</a></li>
<li><a href="class-MisPedidos.html">MisPedidos</a></li>
<li><a href="class-ModificarCorrecto.html">ModificarCorrecto</a></li>
<li><a href="class-ModificarUsuario.html">ModificarUsuario</a></li>
<li><a href="class-Monedas.html">Monedas</a></li>
<li><a href="class-MyReadFilter.html">MyReadFilter</a></li>
<li><a href="class-NumberFormatTest.html">NumberFormatTest</a></li>
<li><a href="class-org.bovigo.vfs.example.Example.html">org\bovigo\vfs\example\Example</a></li>
<li><a href="class-org.bovigo.vfs.example.ExampleTestCaseOldWay.html">org\bovigo\vfs\example\ExampleTestCaseOldWay</a></li>
<li><a href="class-org.bovigo.vfs.example.ExampleTestCaseWithVfsStream.html">org\bovigo\vfs\example\ExampleTestCaseWithVfsStream</a></li>
<li><a href="class-org.bovigo.vfs.example.FailureExample.html">org\bovigo\vfs\example\FailureExample</a></li>
<li><a href="class-org.bovigo.vfs.example.FailureExampleTestCase.html">org\bovigo\vfs\example\FailureExampleTestCase</a></li>
<li><a href="class-org.bovigo.vfs.example.FilemodeExample.html">org\bovigo\vfs\example\FilemodeExample</a></li>
<li><a href="class-org.bovigo.vfs.example.FilemodeExampleTestCaseOldWay.html">org\bovigo\vfs\example\FilemodeExampleTestCaseOldWay</a></li>
<li><a href="class-org.bovigo.vfs.example.FilemodeExampleTestCaseWithVfsStream.html">org\bovigo\vfs\example\FilemodeExampleTestCaseWithVfsStream</a></li>
<li><a href="class-org.bovigo.vfs.example.FilePermissionsExample.html">org\bovigo\vfs\example\FilePermissionsExample</a></li>
<li><a href="class-org.bovigo.vfs.example.FilePermissionsExampleTestCase.html">org\bovigo\vfs\example\FilePermissionsExampleTestCase</a></li>
<li><a href="class-org.bovigo.vfs.QuotaTestCase.html">org\bovigo\vfs\QuotaTestCase</a></li>
<li><a href="class-org.bovigo.vfs.TestvfsStreamAbstractContent.html">org\bovigo\vfs\TestvfsStreamAbstractContent</a></li>
<li><a href="class-org.bovigo.vfs.TestvfsStreamWrapper.html">org\bovigo\vfs\TestvfsStreamWrapper</a></li>
<li><a href="class-org.bovigo.vfs.vfsStream.html">org\bovigo\vfs\vfsStream</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamAbstractContent.html">org\bovigo\vfs\vfsStreamAbstractContent</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamAbstractContentTestCase.html">org\bovigo\vfs\vfsStreamAbstractContentTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamContainerIterator.html">org\bovigo\vfs\vfsStreamContainerIterator</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamContainerIteratorTestCase.html">org\bovigo\vfs\vfsStreamContainerIteratorTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamDirectory.html">org\bovigo\vfs\vfsStreamDirectory</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamDirectoryIssue18TestCase.html">org\bovigo\vfs\vfsStreamDirectoryIssue18TestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamDirectoryTestCase.html">org\bovigo\vfs\vfsStreamDirectoryTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamFile.html">org\bovigo\vfs\vfsStreamFile</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamFileTestCase.html">org\bovigo\vfs\vfsStreamFileTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamGlobTestCase.html">org\bovigo\vfs\vfsStreamGlobTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamResolveIncludePathTestCase.html">org\bovigo\vfs\vfsStreamResolveIncludePathTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamTestCase.html">org\bovigo\vfs\vfsStreamTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamUmaskTestCase.html">org\bovigo\vfs\vfsStreamUmaskTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapper.html">org\bovigo\vfs\vfsStreamWrapper</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperAlreadyRegisteredTestCase.html">org\bovigo\vfs\vfsStreamWrapperAlreadyRegisteredTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperBaseTestCase.html">org\bovigo\vfs\vfsStreamWrapperBaseTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperDirSeparatorTestCase.html">org\bovigo\vfs\vfsStreamWrapperDirSeparatorTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperFileTestCase.html">org\bovigo\vfs\vfsStreamWrapperFileTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperFileTimesTestCase.html">org\bovigo\vfs\vfsStreamWrapperFileTimesTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperFlockTestCase.html">org\bovigo\vfs\vfsStreamWrapperFlockTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperMkDirTestCase.html">org\bovigo\vfs\vfsStreamWrapperMkDirTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperQuotaTestCase.html">org\bovigo\vfs\vfsStreamWrapperQuotaTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperRecordingProxy.html">org\bovigo\vfs\vfsStreamWrapperRecordingProxy</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperSelectStreamTestCase.html">org\bovigo\vfs\vfsStreamWrapperSelectStreamTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperSetOptionTestCase.html">org\bovigo\vfs\vfsStreamWrapperSetOptionTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperTestCase.html">org\bovigo\vfs\vfsStreamWrapperTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamWrapperWithoutRootTestCase.html">org\bovigo\vfs\vfsStreamWrapperWithoutRootTestCase</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamZipTestCase.html">org\bovigo\vfs\vfsStreamZipTestCase</a></li>
<li><a href="class-org.bovigo.vfs.visitor.vfsStreamAbstractVisitor.html">org\bovigo\vfs\visitor\vfsStreamAbstractVisitor</a></li>
<li><a href="class-org.bovigo.vfs.visitor.vfsStreamAbstractVisitorTestCase.html">org\bovigo\vfs\visitor\vfsStreamAbstractVisitorTestCase</a></li>
<li><a href="class-org.bovigo.vfs.visitor.vfsStreamPrintVisitor.html">org\bovigo\vfs\visitor\vfsStreamPrintVisitor</a></li>
<li><a href="class-org.bovigo.vfs.visitor.vfsStreamPrintVisitorTestCase.html">org\bovigo\vfs\visitor\vfsStreamPrintVisitorTestCase</a></li>
<li><a href="class-org.bovigo.vfs.visitor.vfsStreamStructureVisitor.html">org\bovigo\vfs\visitor\vfsStreamStructureVisitor</a></li>
<li><a href="class-org.bovigo.vfs.visitor.vfsStreamStructureVisitorTestCase.html">org\bovigo\vfs\visitor\vfsStreamStructureVisitorTestCase</a></li>
<li><a href="class-PasswordHasherTest.html">PasswordHasherTest</a></li>
<li><a href="class-PclZip.html">PclZip</a></li>
<li><a href="class-PDF.html" class="invalid">PDF</a></li>
<li><a href="class-Pedidos.html">Pedidos</a></li>
<li><a href="class-PHPExcel.html">PHPExcel</a></li>
<li><a href="class-PHPExcel_Autoloader.html">PHPExcel_Autoloader</a></li>
<li><a href="class-PHPExcel_Best_Fit.html">PHPExcel_Best_Fit</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_APC.html">PHPExcel_CachedObjectStorage_APC</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_CacheBase.html">PHPExcel_CachedObjectStorage_CacheBase</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_DiscISAM.html">PHPExcel_CachedObjectStorage_DiscISAM</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_Igbinary.html">PHPExcel_CachedObjectStorage_Igbinary</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_Memcache.html">PHPExcel_CachedObjectStorage_Memcache</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_Memory.html">PHPExcel_CachedObjectStorage_Memory</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_MemoryGZip.html">PHPExcel_CachedObjectStorage_MemoryGZip</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_MemorySerialized.html">PHPExcel_CachedObjectStorage_MemorySerialized</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_PHPTemp.html">PHPExcel_CachedObjectStorage_PHPTemp</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_SQLite.html">PHPExcel_CachedObjectStorage_SQLite</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_SQLite3.html">PHPExcel_CachedObjectStorage_SQLite3</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_Wincache.html">PHPExcel_CachedObjectStorage_Wincache</a></li>
<li><a href="class-PHPExcel_CachedObjectStorageFactory.html">PHPExcel_CachedObjectStorageFactory</a></li>
<li><a href="class-PHPExcel_CalcEngine_CyclicReferenceStack.html">PHPExcel_CalcEngine_CyclicReferenceStack</a></li>
<li><a href="class-PHPExcel_CalcEngine_Logger.html">PHPExcel_CalcEngine_Logger</a></li>
<li><a href="class-PHPExcel_Calculation.html">PHPExcel_Calculation</a></li>
<li><a href="class-PHPExcel_Calculation_Database.html">PHPExcel_Calculation_Database</a></li>
<li><a href="class-PHPExcel_Calculation_DateTime.html">PHPExcel_Calculation_DateTime</a></li>
<li><a href="class-PHPExcel_Calculation_Engineering.html">PHPExcel_Calculation_Engineering</a></li>
<li><a href="class-PHPExcel_Calculation_ExceptionHandler.html">PHPExcel_Calculation_ExceptionHandler</a></li>
<li><a href="class-PHPExcel_Calculation_Financial.html">PHPExcel_Calculation_Financial</a></li>
<li><a href="class-PHPExcel_Calculation_FormulaParser.html">PHPExcel_Calculation_FormulaParser</a></li>
<li><a href="class-PHPExcel_Calculation_FormulaToken.html">PHPExcel_Calculation_FormulaToken</a></li>
<li><a href="class-PHPExcel_Calculation_Function.html">PHPExcel_Calculation_Function</a></li>
<li><a href="class-PHPExcel_Calculation_Functions.html">PHPExcel_Calculation_Functions</a></li>
<li><a href="class-PHPExcel_Calculation_Logical.html">PHPExcel_Calculation_Logical</a></li>
<li><a href="class-PHPExcel_Calculation_LookupRef.html">PHPExcel_Calculation_LookupRef</a></li>
<li><a href="class-PHPExcel_Calculation_MathTrig.html">PHPExcel_Calculation_MathTrig</a></li>
<li><a href="class-PHPExcel_Calculation_Statistical.html">PHPExcel_Calculation_Statistical</a></li>
<li><a href="class-PHPExcel_Calculation_TextData.html">PHPExcel_Calculation_TextData</a></li>
<li><a href="class-PHPExcel_Calculation_Token_Stack.html">PHPExcel_Calculation_Token_Stack</a></li>
<li><a href="class-PHPExcel_Cell.html">PHPExcel_Cell</a></li>
<li><a href="class-PHPExcel_Cell_AdvancedValueBinder.html">PHPExcel_Cell_AdvancedValueBinder</a></li>
<li><a href="class-PHPExcel_Cell_DataType.html">PHPExcel_Cell_DataType</a></li>
<li><a href="class-PHPExcel_Cell_DataValidation.html">PHPExcel_Cell_DataValidation</a></li>
<li><a href="class-PHPExcel_Cell_DefaultValueBinder.html">PHPExcel_Cell_DefaultValueBinder</a></li>
<li><a href="class-PHPExcel_Cell_Hyperlink.html">PHPExcel_Cell_Hyperlink</a></li>
<li><a href="class-PHPExcel_Chart.html">PHPExcel_Chart</a></li>
<li><a href="class-PHPExcel_Chart_Axis.html">PHPExcel_Chart_Axis</a></li>
<li><a href="class-PHPExcel_Chart_DataSeries.html">PHPExcel_Chart_DataSeries</a></li>
<li><a href="class-PHPExcel_Chart_DataSeriesValues.html">PHPExcel_Chart_DataSeriesValues</a></li>
<li><a href="class-PHPExcel_Chart_GridLines.html">PHPExcel_Chart_GridLines</a></li>
<li><a href="class-PHPExcel_Chart_Layout.html">PHPExcel_Chart_Layout</a></li>
<li><a href="class-PHPExcel_Chart_Legend.html">PHPExcel_Chart_Legend</a></li>
<li><a href="class-PHPExcel_Chart_PlotArea.html">PHPExcel_Chart_PlotArea</a></li>
<li><a href="class-PHPExcel_Chart_Renderer_jpgraph.html">PHPExcel_Chart_Renderer_jpgraph</a></li>
<li><a href="class-PHPExcel_Chart_Title.html">PHPExcel_Chart_Title</a></li>
<li><a href="class-PHPExcel_Comment.html">PHPExcel_Comment</a></li>
<li><a href="class-PHPExcel_DocumentProperties.html">PHPExcel_DocumentProperties</a></li>
<li><a href="class-PHPExcel_DocumentSecurity.html">PHPExcel_DocumentSecurity</a></li>
<li><a href="class-PHPExcel_Exponential_Best_Fit.html">PHPExcel_Exponential_Best_Fit</a></li>
<li><a href="class-PHPExcel_HashTable.html">PHPExcel_HashTable</a></li>
<li><a href="class-PHPExcel_Helper_HTML.html">PHPExcel_Helper_HTML</a></li>
<li><a href="class-PHPExcel_IOFactory.html">PHPExcel_IOFactory</a></li>
<li><a href="class-PHPExcel_Linear_Best_Fit.html">PHPExcel_Linear_Best_Fit</a></li>
<li><a href="class-PHPExcel_Logarithmic_Best_Fit.html">PHPExcel_Logarithmic_Best_Fit</a></li>
<li><a href="class-PHPExcel_NamedRange.html">PHPExcel_NamedRange</a></li>
<li><a href="class-PHPExcel_Polynomial_Best_Fit.html">PHPExcel_Polynomial_Best_Fit</a></li>
<li><a href="class-PHPExcel_Power_Best_Fit.html">PHPExcel_Power_Best_Fit</a></li>
<li><a href="class-PHPExcel_Properties.html">PHPExcel_Properties</a></li>
<li><a href="class-PHPExcel_Reader_Abstract.html">PHPExcel_Reader_Abstract</a></li>
<li><a href="class-PHPExcel_Reader_CSV.html">PHPExcel_Reader_CSV</a></li>
<li><a href="class-PHPExcel_Reader_DefaultReadFilter.html">PHPExcel_Reader_DefaultReadFilter</a></li>
<li><a href="class-PHPExcel_Reader_Excel2003XML.html">PHPExcel_Reader_Excel2003XML</a></li>
<li><a href="class-PHPExcel_Reader_Excel2007.html">PHPExcel_Reader_Excel2007</a></li>
<li><a href="class-PHPExcel_Reader_Excel2007_Chart.html">PHPExcel_Reader_Excel2007_Chart</a></li>
<li><a href="class-PHPExcel_Reader_Excel2007_Theme.html">PHPExcel_Reader_Excel2007_Theme</a></li>
<li><a href="class-PHPExcel_Reader_Excel5.html">PHPExcel_Reader_Excel5</a></li>
<li><a href="class-PHPExcel_Reader_Excel5_Escher.html">PHPExcel_Reader_Excel5_Escher</a></li>
<li><a href="class-PHPExcel_Reader_Excel5_MD5.html">PHPExcel_Reader_Excel5_MD5</a></li>
<li><a href="class-PHPExcel_Reader_Excel5_RC4.html">PHPExcel_Reader_Excel5_RC4</a></li>
<li><a href="class-PHPExcel_Reader_Gnumeric.html">PHPExcel_Reader_Gnumeric</a></li>
<li><a href="class-PHPExcel_Reader_HTML.html">PHPExcel_Reader_HTML</a></li>
<li><a href="class-PHPExcel_Reader_OOCalc.html">PHPExcel_Reader_OOCalc</a></li>
<li><a href="class-PHPExcel_Reader_SYLK.html">PHPExcel_Reader_SYLK</a></li>
<li><a href="class-PHPExcel_ReferenceHelper.html">PHPExcel_ReferenceHelper</a></li>
<li><a href="class-PHPExcel_RichText.html">PHPExcel_RichText</a></li>
<li><a href="class-PHPExcel_RichText_Run.html">PHPExcel_RichText_Run</a></li>
<li><a href="class-PHPExcel_RichText_TextElement.html">PHPExcel_RichText_TextElement</a></li>
<li><a href="class-PHPExcel_Settings.html">PHPExcel_Settings</a></li>
<li><a href="class-PHPExcel_Shared_CodePage.html">PHPExcel_Shared_CodePage</a></li>
<li><a href="class-PHPExcel_Shared_Date.html">PHPExcel_Shared_Date</a></li>
<li><a href="class-PHPExcel_Shared_Drawing.html">PHPExcel_Shared_Drawing</a></li>
<li><a href="class-PHPExcel_Shared_Escher.html">PHPExcel_Shared_Escher</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DgContainer.html">PHPExcel_Shared_Escher_DgContainer</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DgContainer_SpgrContainer.html">PHPExcel_Shared_Escher_DgContainer_SpgrContainer</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer.html">PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DggContainer.html">PHPExcel_Shared_Escher_DggContainer</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DggContainer_BstoreContainer.html">PHPExcel_Shared_Escher_DggContainer_BstoreContainer</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE.html">PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip.html">PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip</a></li>
<li><a href="class-PHPExcel_Shared_Excel5.html">PHPExcel_Shared_Excel5</a></li>
<li><a href="class-PHPExcel_Shared_File.html">PHPExcel_Shared_File</a></li>
<li><a href="class-PHPExcel_Shared_Font.html">PHPExcel_Shared_Font</a></li>
<li><a href="class-PHPExcel_Shared_JAMA_LUDecomposition.html">PHPExcel_Shared_JAMA_LUDecomposition</a></li>
<li><a href="class-PHPExcel_Shared_JAMA_Matrix.html">PHPExcel_Shared_JAMA_Matrix</a></li>
<li><a href="class-PHPExcel_Shared_JAMA_QRDecomposition.html">PHPExcel_Shared_JAMA_QRDecomposition</a></li>
<li><a href="class-PHPExcel_Shared_OLE.html">PHPExcel_Shared_OLE</a></li>
<li><a href="class-PHPExcel_Shared_OLE_ChainedBlockStream.html">PHPExcel_Shared_OLE_ChainedBlockStream</a></li>
<li><a href="class-PHPExcel_Shared_OLE_PPS.html">PHPExcel_Shared_OLE_PPS</a></li>
<li><a href="class-PHPExcel_Shared_OLE_PPS_File.html">PHPExcel_Shared_OLE_PPS_File</a></li>
<li><a href="class-PHPExcel_Shared_OLE_PPS_Root.html">PHPExcel_Shared_OLE_PPS_Root</a></li>
<li><a href="class-PHPExcel_Shared_OLERead.html">PHPExcel_Shared_OLERead</a></li>
<li><a href="class-PHPExcel_Shared_PasswordHasher.html">PHPExcel_Shared_PasswordHasher</a></li>
<li><a href="class-PHPExcel_Shared_String.html">PHPExcel_Shared_String</a></li>
<li><a href="class-PHPExcel_Shared_TimeZone.html">PHPExcel_Shared_TimeZone</a></li>
<li><a href="class-PHPExcel_Shared_XMLWriter.html">PHPExcel_Shared_XMLWriter</a></li>
<li><a href="class-PHPExcel_Shared_ZipArchive.html">PHPExcel_Shared_ZipArchive</a></li>
<li><a href="class-PHPExcel_Shared_ZipStreamWrapper.html">PHPExcel_Shared_ZipStreamWrapper</a></li>
<li><a href="class-PHPExcel_Style.html">PHPExcel_Style</a></li>
<li><a href="class-PHPExcel_Style_Alignment.html">PHPExcel_Style_Alignment</a></li>
<li><a href="class-PHPExcel_Style_Border.html">PHPExcel_Style_Border</a></li>
<li><a href="class-PHPExcel_Style_Borders.html">PHPExcel_Style_Borders</a></li>
<li><a href="class-PHPExcel_Style_Color.html">PHPExcel_Style_Color</a></li>
<li><a href="class-PHPExcel_Style_Conditional.html">PHPExcel_Style_Conditional</a></li>
<li><a href="class-PHPExcel_Style_Fill.html">PHPExcel_Style_Fill</a></li>
<li><a href="class-PHPExcel_Style_Font.html">PHPExcel_Style_Font</a></li>
<li><a href="class-PHPExcel_Style_NumberFormat.html">PHPExcel_Style_NumberFormat</a></li>
<li><a href="class-PHPExcel_Style_Protection.html">PHPExcel_Style_Protection</a></li>
<li><a href="class-PHPExcel_Style_Supervisor.html">PHPExcel_Style_Supervisor</a></li>
<li><a href="class-PHPExcel_Worksheet.html">PHPExcel_Worksheet</a></li>
<li><a href="class-PHPExcel_Worksheet_AutoFilter.html">PHPExcel_Worksheet_AutoFilter</a></li>
<li><a href="class-PHPExcel_Worksheet_AutoFilter_Column.html">PHPExcel_Worksheet_AutoFilter_Column</a></li>
<li><a href="class-PHPExcel_Worksheet_AutoFilter_Column_Rule.html">PHPExcel_Worksheet_AutoFilter_Column_Rule</a></li>
<li><a href="class-PHPExcel_Worksheet_BaseDrawing.html">PHPExcel_Worksheet_BaseDrawing</a></li>
<li><a href="class-PHPExcel_Worksheet_CellIterator.html">PHPExcel_Worksheet_CellIterator</a></li>
<li><a href="class-PHPExcel_Worksheet_Column.html">PHPExcel_Worksheet_Column</a></li>
<li><a href="class-PHPExcel_Worksheet_ColumnCellIterator.html">PHPExcel_Worksheet_ColumnCellIterator</a></li>
<li><a href="class-PHPExcel_Worksheet_ColumnDimension.html">PHPExcel_Worksheet_ColumnDimension</a></li>
<li><a href="class-PHPExcel_Worksheet_ColumnIterator.html">PHPExcel_Worksheet_ColumnIterator</a></li>
<li><a href="class-PHPExcel_Worksheet_Drawing.html">PHPExcel_Worksheet_Drawing</a></li>
<li><a href="class-PHPExcel_Worksheet_Drawing_Shadow.html">PHPExcel_Worksheet_Drawing_Shadow</a></li>
<li><a href="class-PHPExcel_Worksheet_HeaderFooter.html">PHPExcel_Worksheet_HeaderFooter</a></li>
<li><a href="class-PHPExcel_Worksheet_HeaderFooterDrawing.html">PHPExcel_Worksheet_HeaderFooterDrawing</a></li>
<li><a href="class-PHPExcel_Worksheet_MemoryDrawing.html">PHPExcel_Worksheet_MemoryDrawing</a></li>
<li><a href="class-PHPExcel_Worksheet_PageMargins.html">PHPExcel_Worksheet_PageMargins</a></li>
<li><a href="class-PHPExcel_Worksheet_PageSetup.html">PHPExcel_Worksheet_PageSetup</a></li>
<li><a href="class-PHPExcel_Worksheet_Protection.html">PHPExcel_Worksheet_Protection</a></li>
<li><a href="class-PHPExcel_Worksheet_Row.html">PHPExcel_Worksheet_Row</a></li>
<li><a href="class-PHPExcel_Worksheet_RowCellIterator.html">PHPExcel_Worksheet_RowCellIterator</a></li>
<li><a href="class-PHPExcel_Worksheet_RowDimension.html">PHPExcel_Worksheet_RowDimension</a></li>
<li><a href="class-PHPExcel_Worksheet_RowIterator.html">PHPExcel_Worksheet_RowIterator</a></li>
<li><a href="class-PHPExcel_Worksheet_SheetView.html">PHPExcel_Worksheet_SheetView</a></li>
<li><a href="class-PHPExcel_WorksheetIterator.html">PHPExcel_WorksheetIterator</a></li>
<li><a href="class-PHPExcel_Writer_Abstract.html">PHPExcel_Writer_Abstract</a></li>
<li><a href="class-PHPExcel_Writer_CSV.html">PHPExcel_Writer_CSV</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Chart.html">PHPExcel_Writer_Excel2007_Chart</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Comments.html">PHPExcel_Writer_Excel2007_Comments</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_ContentTypes.html">PHPExcel_Writer_Excel2007_ContentTypes</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_DocProps.html">PHPExcel_Writer_Excel2007_DocProps</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Drawing.html">PHPExcel_Writer_Excel2007_Drawing</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Rels.html">PHPExcel_Writer_Excel2007_Rels</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_RelsRibbon.html">PHPExcel_Writer_Excel2007_RelsRibbon</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_RelsVBA.html">PHPExcel_Writer_Excel2007_RelsVBA</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_StringTable.html">PHPExcel_Writer_Excel2007_StringTable</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Style.html">PHPExcel_Writer_Excel2007_Style</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Theme.html">PHPExcel_Writer_Excel2007_Theme</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Workbook.html">PHPExcel_Writer_Excel2007_Workbook</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Worksheet.html">PHPExcel_Writer_Excel2007_Worksheet</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_WriterPart.html">PHPExcel_Writer_Excel2007_WriterPart</a></li>
<li><a href="class-PHPExcel_Writer_Excel5.html">PHPExcel_Writer_Excel5</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_BIFFwriter.html">PHPExcel_Writer_Excel5_BIFFwriter</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Escher.html">PHPExcel_Writer_Excel5_Escher</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Font.html">PHPExcel_Writer_Excel5_Font</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Parser.html">PHPExcel_Writer_Excel5_Parser</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Workbook.html">PHPExcel_Writer_Excel5_Workbook</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Worksheet.html">PHPExcel_Writer_Excel5_Worksheet</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Xf.html">PHPExcel_Writer_Excel5_Xf</a></li>
<li><a href="class-PHPExcel_Writer_HTML.html">PHPExcel_Writer_HTML</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument.html">PHPExcel_Writer_OpenDocument</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Cell_Comment.html">PHPExcel_Writer_OpenDocument_Cell_Comment</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Content.html">PHPExcel_Writer_OpenDocument_Content</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Meta.html">PHPExcel_Writer_OpenDocument_Meta</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_MetaInf.html">PHPExcel_Writer_OpenDocument_MetaInf</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Mimetype.html">PHPExcel_Writer_OpenDocument_Mimetype</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Settings.html">PHPExcel_Writer_OpenDocument_Settings</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Styles.html">PHPExcel_Writer_OpenDocument_Styles</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Thumbnails.html">PHPExcel_Writer_OpenDocument_Thumbnails</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_WriterPart.html">PHPExcel_Writer_OpenDocument_WriterPart</a></li>
<li><a href="class-PHPExcel_Writer_PDF.html">PHPExcel_Writer_PDF</a></li>
<li><a href="class-PHPExcel_Writer_PDF_Core.html">PHPExcel_Writer_PDF_Core</a></li>
<li><a href="class-PHPExcel_Writer_PDF_DomPDF.html">PHPExcel_Writer_PDF_DomPDF</a></li>
<li><a href="class-PHPExcel_Writer_PDF_mPDF.html">PHPExcel_Writer_PDF_mPDF</a></li>
<li><a href="class-PHPExcel_Writer_PDF_tcPDF.html">PHPExcel_Writer_PDF_tcPDF</a></li>
<li><a href="class-ReferenceHelperTest.html">ReferenceHelperTest</a></li>
<li><a href="class-Registro.html">Registro</a></li>
<li><a href="class-RestablecerContrasenha.html">RestablecerContrasenha</a></li>
<li><a href="class-RowCellIteratorTest.html">RowCellIteratorTest</a></li>
<li><a href="class-RowIteratorTest.html">RowIteratorTest</a></li>
<li><a href="class-RuleTest.html">RuleTest</a></li>
<li><a href="class-SesionNoIniciada.html">SesionNoIniciada</a></li>
<li><a href="class-SingularValueDecomposition.html">SingularValueDecomposition</a></li>
<li><a href="class-SQLite3.html">SQLite3</a></li>
<li><a href="class-StringTest.html">StringTest</a></li>
<li><a href="class-testDataFileIterator.html">testDataFileIterator</a></li>
<li><a href="class-TextDataTest.html">TextDataTest</a></li>
<li><a href="class-Tienda01.html">Tienda01</a></li>
<li><a href="class-Tienda02.html">Tienda02</a></li>
<li><a href="class-Tiendas_Model.html">Tiendas_Model</a></li>
<li><a href="class-TimeZoneTest.html">TimeZoneTest</a></li>
<li><a href="class-trendClass.html">trendClass</a></li>
<li><a href="class-TTFParser.html">TTFParser</a></li>
<li><a href="class-WorksheetColumnTest.html">WorksheetColumnTest</a></li>
<li><a href="class-WorksheetRowTest.html">WorksheetRowTest</a></li>
<li><a href="class-XEEValidatorTest.html">XEEValidatorTest</a></li>
<li><a href="class-XML.html">XML</a></li>
<li><a href="class-XML_RPC_Client.html" class="invalid">XML_RPC_Client</a></li>
<li><a href="class-XML_RPC_Message.html" class="invalid">XML_RPC_Message</a></li>
<li><a href="class-XML_RPC_Response.html" class="invalid">XML_RPC_Response</a></li>
<li><a href="class-XML_RPC_Values.html" class="invalid">XML_RPC_Values</a></li>
<li><a href="class-XMLWriter.html">XMLWriter</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-DateTimeInterface.html">DateTimeInterface</a></li>
<li><a href="class-Iterator.html">Iterator</a></li>
<li><a href="class-IteratorAggregate.html">IteratorAggregate</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamContainer.html">org\bovigo\vfs\vfsStreamContainer</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamContent.html">org\bovigo\vfs\vfsStreamContent</a></li>
<li><a href="class-org.bovigo.vfs.visitor.vfsStreamVisitor.html">org\bovigo\vfs\visitor\vfsStreamVisitor</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_ICache.html">PHPExcel_CachedObjectStorage_ICache</a></li>
<li><a href="class-PHPExcel_Cell_IValueBinder.html">PHPExcel_Cell_IValueBinder</a></li>
<li><a href="class-PHPExcel_IComparable.html">PHPExcel_IComparable</a></li>
<li><a href="class-PHPExcel_Reader_IReader.html">PHPExcel_Reader_IReader</a></li>
<li><a href="class-PHPExcel_Reader_IReadFilter.html">PHPExcel_Reader_IReadFilter</a></li>
<li><a href="class-PHPExcel_RichText_ITextElement.html">PHPExcel_RichText_ITextElement</a></li>
<li><a href="class-PHPExcel_Writer_IWriter.html">PHPExcel_Writer_IWriter</a></li>
<li><a href="class-SessionHandlerInterface.html">SessionHandlerInterface</a></li>
<li><a href="class-Traversable.html">Traversable</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-Exception.html">Exception</a></li>
<li><a href="class-InvalidArgumentException.html">InvalidArgumentException</a></li>
<li><a href="class-LogicException.html">LogicException</a></li>
<li><a href="class-org.bovigo.vfs.vfsStreamException.html">org\bovigo\vfs\vfsStreamException</a></li>
<li><a href="class-PHPExcel_Calculation_Exception.html">PHPExcel_Calculation_Exception</a></li>
<li><a href="class-PHPExcel_Chart_Exception.html">PHPExcel_Chart_Exception</a></li>
<li><a href="class-PHPExcel_Exception.html">PHPExcel_Exception</a></li>
<li><a href="class-PHPExcel_Reader_Exception.html">PHPExcel_Reader_Exception</a></li>
<li><a href="class-PHPExcel_Writer_Exception.html">PHPExcel_Writer_Exception</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-_attributes_to_string.html" class="invalid">_attributes_to_string</a></li>
<li><a href="function-_error_handler.html">_error_handler</a></li>
<li><a href="function-_exception_handler.html" class="invalid">_exception_handler</a></li>
<li><a href="function-_get_smiley_array.html" class="invalid">_get_smiley_array</a></li>
<li><a href="function-_get_validation_object.html" class="invalid">_get_validation_object</a></li>
<li><a href="function-_list.html" class="invalid">_list</a></li>
<li><a href="function-_parse_attributes.html">_parse_attributes</a></li>
<li><a href="function-_parse_form_attributes.html" class="invalid">_parse_form_attributes</a></li>
<li><a href="function-_shutdown_handler.html">_shutdown_handler</a></li>
<li><a href="function-_stringify_attributes.html">_stringify_attributes</a></li>
<li><a href="function-acosh.html">acosh</a></li>
<li><a href="function-alternator.html" class="invalid">alternator</a></li>
<li><a href="function-anchor.html" class="invalid">anchor</a></li>
<li><a href="function-anchor_popup.html" class="invalid">anchor_popup</a></li>
<li><a href="function-array_column.html">array_column</a></li>
<li><a href="function-array_replace.html">array_replace</a></li>
<li><a href="function-array_replace_recursive.html">array_replace_recursive</a></li>
<li><a href="function-ascii_to_entities.html" class="invalid">ascii_to_entities</a></li>
<li><a href="function-asinh.html">asinh</a></li>
<li><a href="function-atanh.html">atanh</a></li>
<li><a href="function-auto_link.html" class="invalid">auto_link</a></li>
<li><a href="function-auto_typography.html" class="invalid">auto_typography</a></li>
<li><a href="function-base_url.html" class="invalid">base_url</a></li>
<li><a href="function-br.html" class="invalid">br</a></li>
<li><a href="function-byte_format.html" class="invalid">byte_format</a></li>
<li><a href="function-cambiaFormatoFecha.html">cambiaFormatoFecha</a></li>
<li><a href="function-camelize.html" class="invalid">camelize</a></li>
<li><a href="function-character_limiter.html" class="invalid">character_limiter</a></li>
<li><a href="function-claves_check.html">claves_check</a></li>
<li><a href="function-Composer.Autoload.includeFile.html">Composer\Autoload\includeFile</a></li>
<li><a href="function-composerRequire03216eaa5a0e5a7f5bbbeeae5708a458.html">composerRequire03216eaa5a0e5a7f5bbbeeae5708a458</a></li>
<li><a href="function-config_item.html" class="invalid">config_item</a></li>
<li><a href="function-convert_accented_characters.html" class="invalid">convert_accented_characters</a></li>
<li><a href="function-CreaArrayParaSelect.html">CreaArrayParaSelect</a></li>
<li><a href="function-CreaSelect.html">CreaSelect</a></li>
<li><a href="function-CreaSelectMod.html">CreaSelectMod</a></li>
<li><a href="function-create_captcha.html" class="invalid">create_captcha</a></li>
<li><a href="function-current_url.html" class="invalid">current_url</a></li>
<li><a href="function-date_range.html">date_range</a></li>
<li><a href="function-days_in_month.html" class="invalid">days_in_month</a></li>
<li><a href="function-DB.html" class="invalid">DB</a></li>
<li><a href="function-delete_cookie.html" class="invalid">delete_cookie</a></li>
<li><a href="function-delete_files.html" class="invalid">delete_files</a></li>
<li><a href="function-directory_map.html" class="invalid">directory_map</a></li>
<li><a href="function-dni_LetraNIF.html">dni_LetraNIF</a></li>
<li><a href="function-do_hash.html" class="invalid">do_hash</a></li>
<li><a href="function-doctype.html" class="invalid">doctype</a></li>
<li><a href="function-element.html" class="invalid">element</a></li>
<li><a href="function-elements.html" class="invalid">elements</a></li>
<li><a href="function-ellipsize.html" class="invalid">ellipsize</a></li>
<li><a href="function-encode_php_tags.html" class="invalid">encode_php_tags</a></li>
<li><a href="function-entities_to_ascii.html" class="invalid">entities_to_ascii</a></li>
<li><a href="function-entity_decode.html" class="invalid">entity_decode</a></li>
<li><a href="function-Error.html">Error</a></li>
<li><a href="function-force_download.html" class="invalid">force_download</a></li>
<li><a href="function-form_button.html" class="invalid">form_button</a></li>
<li><a href="function-form_checkbox.html" class="invalid">form_checkbox</a></li>
<li><a href="function-form_close.html" class="invalid">form_close</a></li>
<li><a href="function-form_dropdown.html" class="invalid">form_dropdown</a></li>
<li><a href="function-form_error.html" class="invalid">form_error</a></li>
<li><a href="function-form_fieldset.html" class="invalid">form_fieldset</a></li>
<li><a href="function-form_fieldset_close.html" class="invalid">form_fieldset_close</a></li>
<li><a href="function-form_hidden.html" class="invalid">form_hidden</a></li>
<li><a href="function-form_input.html" class="invalid">form_input</a></li>
<li><a href="function-form_label.html" class="invalid">form_label</a></li>
<li><a href="function-form_multiselect.html" class="invalid">form_multiselect</a></li>
<li><a href="function-form_open.html" class="invalid">form_open</a></li>
<li><a href="function-form_open_multipart.html" class="invalid">form_open_multipart</a></li>
<li><a href="function-form_password.html" class="invalid">form_password</a></li>
<li><a href="function-form_prep.html" class="invalid">form_prep</a></li>
<li><a href="function-form_radio.html" class="invalid">form_radio</a></li>
<li><a href="function-form_reset.html" class="invalid">form_reset</a></li>
<li><a href="function-form_submit.html" class="invalid">form_submit</a></li>
<li><a href="function-form_textarea.html" class="invalid">form_textarea</a></li>
<li><a href="function-form_upload.html" class="invalid">form_upload</a></li>
<li><a href="function-function_usable.html">function_usable</a></li>
<li><a href="function-get_clickable_smileys.html" class="invalid">get_clickable_smileys</a></li>
<li><a href="function-get_config.html" class="invalid">get_config</a></li>
<li><a href="function-get_cookie.html" class="invalid">get_cookie</a></li>
<li><a href="function-get_dir_file_info.html" class="invalid">get_dir_file_info</a></li>
<li><a href="function-get_file_info.html" class="invalid">get_file_info</a></li>
<li><a href="function-get_filenames.html" class="invalid">get_filenames</a></li>
<li><a href="function-get_instance.html" class="invalid">get_instance</a></li>
<li><a href="function-get_mime_by_extension.html" class="invalid">get_mime_by_extension</a></li>
<li><a href="function-get_mimes.html">get_mimes</a></li>
<li><a href="function-getFicheroXML_Monedas.html">getFicheroXML_Monedas</a></li>
<li><a href="function-GetInfoFromTrueType.html">GetInfoFromTrueType</a></li>
<li><a href="function-GetInfoFromType1.html">GetInfoFromType1</a></li>
<li><a href="function-getPrecioFinal.html">getPrecioFinal</a></li>
<li><a href="function-gmt_to_local.html" class="invalid">gmt_to_local</a></li>
<li><a href="function-hash_equals.html">hash_equals</a></li>
<li><a href="function-hash_pbkdf2.html">hash_pbkdf2</a></li>
<li><a href="function-heading.html" class="invalid">heading</a></li>
<li><a href="function-hex2bin.html">hex2bin</a></li>
<li><a href="function-highlight_code.html" class="invalid">highlight_code</a></li>
<li><a href="function-highlight_phrase.html" class="invalid">highlight_phrase</a></li>
<li><a href="function-html_escape.html" class="invalid">html_escape</a></li>
<li><a href="function-human_to_unix.html" class="invalid">human_to_unix</a></li>
<li><a href="function-humanize.html" class="invalid">humanize</a></li>
<li><a href="function-hypo.html">hypo</a></li>
<li><a href="function-img.html" class="invalid">img</a></li>
<li><a href="function-increment_string.html" class="invalid">increment_string</a></li>
<li><a href="function-index_page.html" class="invalid">index_page</a></li>
<li><a href="function-is_cli.html">is_cli</a></li>
<li><a href="function-is_countable.html">is_countable</a></li>
<li><a href="function-is_false.html" class="invalid">is_false</a></li>
<li><a href="function-is_https.html">is_https</a></li>
<li><a href="function-is_loaded.html" class="invalid">is_loaded</a></li>
<li><a href="function-is_php.html" class="invalid">is_php</a></li>
<li><a href="function-is_really_writable.html" class="invalid">is_really_writable</a></li>
<li><a href="function-is_true.html" class="invalid">is_true</a></li>
<li><a href="function-JAMAError.html">JAMAError</a></li>
<li><a href="function-js_insert_smiley.html">js_insert_smiley</a></li>
<li><a href="function-lang.html" class="invalid">lang</a></li>
<li><a href="function-link_tag.html" class="invalid">link_tag</a></li>
<li><a href="function-load_class.html" class="invalid">load_class</a></li>
<li><a href="function-LoadMap.html">LoadMap</a></li>
<li><a href="function-local_to_gmt.html" class="invalid">local_to_gmt</a></li>
<li><a href="function-log_message.html" class="invalid">log_message</a></li>
<li><a href="function-mailto.html" class="invalid">mailto</a></li>
<li><a href="function-MakeDefinitionFile.html">MakeDefinitionFile</a></li>
<li><a href="function-MakeFont.html">MakeFont</a></li>
<li><a href="function-MakeFontDescriptor.html">MakeFontDescriptor</a></li>
<li><a href="function-MakeFontEncoding.html">MakeFontEncoding</a></li>
<li><a href="function-MakeUnicodeArray.html">MakeUnicodeArray</a></li>
<li><a href="function-MakeWidthArray.html">MakeWidthArray</a></li>
<li><a href="function-mb_str_replace.html">mb_str_replace</a></li>
<li><a href="function-mb_strlen.html">mb_strlen</a></li>
<li><a href="function-mb_strpos.html">mb_strpos</a></li>
<li><a href="function-mb_substr.html">mb_substr</a></li>
<li><a href="function-mdate.html" class="invalid">mdate</a></li>
<li><a href="function-Message.html">Message</a></li>
<li><a href="function-meta.html" class="invalid">meta</a></li>
<li><a href="function-MostrarDescuento.html">MostrarDescuento</a></li>
<li><a href="function-MuestraMonedas.html">MuestraMonedas</a></li>
<li><a href="function-mysql_to_unix.html" class="invalid">mysql_to_unix</a></li>
<li><a href="function-nbs.html" class="invalid">nbs</a></li>
<li><a href="function-nice_date.html">nice_date</a></li>
<li><a href="function-nl2br_except_pre.html" class="invalid">nl2br_except_pre</a></li>
<li><a href="function-Notice.html">Notice</a></li>
<li><a href="function-now.html" class="invalid">now</a></li>
<li><a href="function-octal_permissions.html" class="invalid">octal_permissions</a></li>
<li><a href="function-odbc_fetch_array.html">odbc_fetch_array</a></li>
<li><a href="function-odbc_fetch_object.html">odbc_fetch_object</a></li>
<li><a href="function-ol.html" class="invalid">ol</a></li>
<li><a href="function-parse_smileys.html" class="invalid">parse_smileys</a></li>
<li><a href="function-password_get_info.html">password_get_info</a></li>
<li><a href="function-password_hash.html">password_hash</a></li>
<li><a href="function-password_needs_rehash.html">password_needs_rehash</a></li>
<li><a href="function-password_verify.html">password_verify</a></li>
<li><a href="function-PclZipUtilCopyBlock.html">PclZipUtilCopyBlock</a></li>
<li><a href="function-PclZipUtilOptionText.html">PclZipUtilOptionText</a></li>
<li><a href="function-PclZipUtilPathInclusion.html">PclZipUtilPathInclusion</a></li>
<li><a href="function-PclZipUtilPathReduction.html">PclZipUtilPathReduction</a></li>
<li><a href="function-PclZipUtilRename.html">PclZipUtilRename</a></li>
<li><a href="function-PclZipUtilTranslateWinPath.html">PclZipUtilTranslateWinPath</a></li>
<li><a href="function-plural.html" class="invalid">plural</a></li>
<li><a href="function-prep_url.html" class="invalid">prep_url</a></li>
<li><a href="function-quoted_printable_encode.html">quoted_printable_encode</a></li>
<li><a href="function-quotes_to_entities.html" class="invalid">quotes_to_entities</a></li>
<li><a href="function-random_element.html" class="invalid">random_element</a></li>
<li><a href="function-random_string.html" class="invalid">random_string</a></li>
<li><a href="function-read_file.html" class="invalid">read_file</a></li>
<li><a href="function-redirect.html" class="invalid">redirect</a></li>
<li><a href="function-reduce_double_slashes.html" class="invalid">reduce_double_slashes</a></li>
<li><a href="function-reduce_multiples.html" class="invalid">reduce_multiples</a></li>
<li><a href="function-remove_invisible_characters.html" class="invalid">remove_invisible_characters</a></li>
<li><a href="function-repeater.html" class="invalid">repeater</a></li>
<li><a href="function-safe_mailto.html" class="invalid">safe_mailto</a></li>
<li><a href="function-sanitize_filename.html" class="invalid">sanitize_filename</a></li>
<li><a href="function-SaveToFile.html">SaveToFile</a></li>
<li><a href="function-send_email.html" class="invalid">send_email</a></li>
<li><a href="function-SesionIniciadaCheck.html">SesionIniciadaCheck</a></li>
<li><a href="function-set_checkbox.html" class="invalid">set_checkbox</a></li>
<li><a href="function-set_cookie.html" class="invalid">set_cookie</a></li>
<li><a href="function-set_radio.html" class="invalid">set_radio</a></li>
<li><a href="function-set_realpath.html" class="invalid">set_realpath</a></li>
<li><a href="function-set_select.html" class="invalid">set_select</a></li>
<li><a href="function-set_status_header.html" class="invalid">set_status_header</a></li>
<li><a href="function-set_value.html" class="invalid">set_value</a></li>
<li><a href="function-show_404.html" class="invalid">show_404</a></li>
<li><a href="function-show_error.html" class="invalid">show_error</a></li>
<li><a href="function-singular.html" class="invalid">singular</a></li>
<li><a href="function-site_url.html" class="invalid">site_url</a></li>
<li><a href="function-smiley_js.html" class="invalid">smiley_js</a></li>
<li><a href="function-standard_date.html" class="invalid">standard_date</a></li>
<li><a href="function-strip_image_tags.html" class="invalid">strip_image_tags</a></li>
<li><a href="function-strip_quotes.html" class="invalid">strip_quotes</a></li>
<li><a href="function-strip_slashes.html" class="invalid">strip_slashes</a></li>
<li><a href="function-symbolic_permissions.html" class="invalid">symbolic_permissions</a></li>
<li><a href="function-timespan.html" class="invalid">timespan</a></li>
<li><a href="function-timezone_menu.html" class="invalid">timezone_menu</a></li>
<li><a href="function-timezones.html" class="invalid">timezones</a></li>
<li><a href="function-transpose.html">transpose</a></li>
<li><a href="function-trim_slashes.html" class="invalid">trim_slashes</a></li>
<li><a href="function-ul.html" class="invalid">ul</a></li>
<li><a href="function-underscore.html" class="invalid">underscore</a></li>
<li><a href="function-unix_to_human.html" class="invalid">unix_to_human</a></li>
<li><a href="function-uri_string.html" class="invalid">uri_string</a></li>
<li><a href="function-url_title.html" class="invalid">url_title</a></li>
<li><a href="function-valid_email.html" class="invalid">valid_email</a></li>
<li><a href="function-validation_errors.html" class="invalid">validation_errors</a></li>
<li><a href="function-Warning.html">Warning</a></li>
<li><a href="function-word_censor.html" class="invalid">word_censor</a></li>
<li><a href="function-word_limiter.html" class="invalid">word_limiter</a></li>
<li><a href="function-word_wrap.html" class="invalid">word_wrap</a></li>
<li><a href="function-write_file.html" class="invalid">write_file</a></li>
<li><a href="function-xml_convert.html" class="invalid">xml_convert</a></li>
<li><a href="function-xss_clean.html" class="invalid">xss_clean</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text" placeholder="Search">
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<span>Namespace</span> </li>
<li>
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<pre><code><span id="1" class="l"><a href="#1"> 1: </a><span class="xlang"><?php</span> <span class="php-keyword1">if</span> ( ! <span class="php-keyword2">defined</span>(<span class="php-quote">'BASEPATH'</span>)) <span class="php-keyword1">exit</span>(<span class="php-quote">'No direct script access allowed'</span>);
</span><span id="2" class="l"><a href="#2"> 2: </a><span class="php-comment">/**
</span></span><span id="3" class="l"><a href="#3"> 3: </a><span class="php-comment"> * CodeIgniter
</span></span><span id="4" class="l"><a href="#4"> 4: </a><span class="php-comment"> *
</span></span><span id="5" class="l"><a href="#5"> 5: </a><span class="php-comment"> * An open source application development framework for PHP 5.1.6 or newer
</span></span><span id="6" class="l"><a href="#6"> 6: </a><span class="php-comment"> *
</span></span><span id="7" class="l"><a href="#7"> 7: </a><span class="php-comment"> * @package CodeIgniter
</span></span><span id="8" class="l"><a href="#8"> 8: </a><span class="php-comment"> * @author ExpressionEngine Dev Team
</span></span><span id="9" class="l"><a href="#9"> 9: </a><span class="php-comment"> * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc.
</span></span><span id="10" class="l"><a href="#10">10: </a><span class="php-comment"> * @license http://codeigniter.com/user_guide/license.html
</span></span><span id="11" class="l"><a href="#11">11: </a><span class="php-comment"> * @link http://codeigniter.com
</span></span><span id="12" class="l"><a href="#12">12: </a><span class="php-comment"> * @since Version 1.0
</span></span><span id="13" class="l"><a href="#13">13: </a><span class="php-comment"> * @filesource
</span></span><span id="14" class="l"><a href="#14">14: </a><span class="php-comment"> */</span>
</span><span id="15" class="l"><a href="#15">15: </a>
</span><span id="16" class="l"><a href="#16">16: </a><span class="php-comment">// ------------------------------------------------------------------------</span>
</span><span id="17" class="l"><a href="#17">17: </a>
</span><span id="18" class="l"><a href="#18">18: </a><span class="php-comment">/**
</span></span><span id="19" class="l"><a href="#19">19: </a><span class="php-comment"> * CodeIgniter Path Helpers
</span></span><span id="20" class="l"><a href="#20">20: </a><span class="php-comment"> *
</span></span><span id="21" class="l"><a href="#21">21: </a><span class="php-comment"> * @package CodeIgniter
</span></span><span id="22" class="l"><a href="#22">22: </a><span class="php-comment"> * @subpackage Helpers
</span></span><span id="23" class="l"><a href="#23">23: </a><span class="php-comment"> * @category Helpers
</span></span><span id="24" class="l"><a href="#24">24: </a><span class="php-comment"> * @author ExpressionEngine Dev Team
</span></span><span id="25" class="l"><a href="#25">25: </a><span class="php-comment"> * @link http://codeigniter.com/user_guide/helpers/xml_helper.html
</span></span><span id="26" class="l"><a href="#26">26: </a><span class="php-comment"> */</span>
</span><span id="27" class="l"><a href="#27">27: </a>
</span><span id="28" class="l"><a href="#28">28: </a><span class="php-comment">// ------------------------------------------------------------------------</span>
</span><span id="29" class="l"><a href="#29">29: </a>
</span><span id="30" class="l"><a href="#30">30: </a><span class="php-comment">/**
</span></span><span id="31" class="l"><a href="#31">31: </a><span class="php-comment"> * Set Realpath
</span></span><span id="32" class="l"><a href="#32">32: </a><span class="php-comment"> *
</span></span><span id="33" class="l"><a href="#33">33: </a><span class="php-comment"> * @access public
</span></span><span id="34" class="l"><a href="#34">34: </a><span class="php-comment"> * @param string
</span></span><span id="35" class="l"><a href="#35">35: </a><span class="php-comment"> * @param bool checks to see if the path exists
</span></span><span id="36" class="l"><a href="#36">36: </a><span class="php-comment"> * @return string
</span></span><span id="37" class="l"><a href="#37">37: </a><span class="php-comment"> */</span>
</span><span id="38" class="l"><a href="#38">38: </a><span class="php-keyword1">if</span> ( ! <span class="php-keyword2">function_exists</span>(<span class="php-quote">'set_realpath'</span>))
</span><span id="39" class="l"><a href="#39">39: </a>{
</span><span id="40" class="l"><a href="#40">40: </a> <span class="php-keyword1">function</span> set_realpath(<span class="php-var">$path</span>, <span class="php-var">$check_existance</span> = <span class="php-keyword1">FALSE</span>)
</span><span id="41" class="l"><a href="#41">41: </a> {
</span><span id="42" class="l"><a href="#42">42: </a> <span class="php-comment">// Security check to make sure the path is NOT a URL. No remote file inclusion!</span>
</span><span id="43" class="l"><a href="#43">43: </a> <span class="php-keyword1">if</span> (<span class="php-keyword2">preg_match</span>(<span class="php-quote">"#^(http:\/\/|https:\/\/|www\.|ftp|[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})#i"</span>, <span class="php-var">$path</span>))
</span><span id="44" class="l"><a href="#44">44: </a> {
</span><span id="45" class="l"><a href="#45">45: </a> show_error(<span class="php-quote">'The path you submitted must be a local server path, not a URL'</span>);
</span><span id="46" class="l"><a href="#46">46: </a> }
</span><span id="47" class="l"><a href="#47">47: </a>
</span><span id="48" class="l"><a href="#48">48: </a> <span class="php-comment">// Resolve the path</span>
</span><span id="49" class="l"><a href="#49">49: </a> <span class="php-keyword1">if</span> (<span class="php-keyword2">function_exists</span>(<span class="php-quote">'realpath'</span>) <span class="php-keyword1">AND</span> @<span class="php-keyword2">realpath</span>(<span class="php-var">$path</span>) !== <span class="php-keyword1">FALSE</span>)
</span><span id="50" class="l"><a href="#50">50: </a> {
</span><span id="51" class="l"><a href="#51">51: </a> <span class="php-var">$path</span> = <span class="php-keyword2">realpath</span>(<span class="php-var">$path</span>).<span class="php-quote">'/'</span>;
</span><span id="52" class="l"><a href="#52">52: </a> }
</span><span id="53" class="l"><a href="#53">53: </a>
</span><span id="54" class="l"><a href="#54">54: </a> <span class="php-comment">// Add a trailing slash</span>
</span><span id="55" class="l"><a href="#55">55: </a> <span class="php-var">$path</span> = <span class="php-keyword2">preg_replace</span>(<span class="php-quote">"#([^/])/*</span><span class="php-var">$</span><span class="php-quote">#"</span>, <span class="php-quote">"\\1/"</span>, <span class="php-var">$path</span>);
</span><span id="56" class="l"><a href="#56">56: </a>
</span><span id="57" class="l"><a href="#57">57: </a> <span class="php-comment">// Make sure the path exists</span>
</span><span id="58" class="l"><a href="#58">58: </a> <span class="php-keyword1">if</span> (<span class="php-var">$check_existance</span> == <span class="php-keyword1">TRUE</span>)
</span><span id="59" class="l"><a href="#59">59: </a> {
</span><span id="60" class="l"><a href="#60">60: </a> <span class="php-keyword1">if</span> ( ! <span class="php-keyword2">is_dir</span>(<span class="php-var">$path</span>))
</span><span id="61" class="l"><a href="#61">61: </a> {
</span><span id="62" class="l"><a href="#62">62: </a> show_error(<span class="php-quote">'Not a valid path: '</span>.<span class="php-var">$path</span>);
</span><span id="63" class="l"><a href="#63">63: </a> }
</span><span id="64" class="l"><a href="#64">64: </a> }
</span><span id="65" class="l"><a href="#65">65: </a>
</span><span id="66" class="l"><a href="#66">66: </a> <span class="php-keyword1">return</span> <span class="php-var">$path</span>;
</span><span id="67" class="l"><a href="#67">67: </a> }
</span><span id="68" class="l"><a href="#68">68: </a>}
</span><span id="69" class="l"><a href="#69">69: </a>
</span><span id="70" class="l"><a href="#70">70: </a>
</span><span id="71" class="l"><a href="#71">71: </a><span class="php-comment">/* End of file path_helper.php */</span>
</span><span id="72" class="l"><a href="#72">72: </a><span class="php-comment">/* Location: ./system/helpers/path_helper.php */</span></span></code></pre>
<div id="footer">
Practica2_Servidor API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
</div>
<script src="resources/combined.js?056d0a570f5e91e43be2719a6d30b4b426c2aee0"></script>
<script src="elementlist.js?6695153af8baa053fc9e62fe58e60bbb427f0910"></script>
</body>
</html>
|
isacm94/Practica2_Servidor
|
doc/source-function-set_realpath.html
|
HTML
|
mit
| 71,755
|
<script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><!DOCTYPE html>
<html lang="en"></html>
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href="../../images/favicon.png" rel="shortcut icon" type="image/png">
<title>DJI Mobile SDK Documentation
</title><link rel="stylesheet" href="../../stylesheets/doc-vendor.css"><link rel="stylesheet" href="../../stylesheets/doc-app.css">
</head>
<body>
<nav id="site-header" class="site-header navbar">
<div class="container">
<div class="navbar-header"><a href="/" class="logo"><img src="../../images/dji-logo@2x.png">Developer</a></div>
<div id="header-navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/mobile-sdk">Mobile SDK</a></li>
<li><a href="/ux-sdk">UX SDK</a></li>
<li><a href="/onboard-sdk">Onboard SDK</a></li>
<li><a href="/payload-sdk">Payload SDK</a></li>
<li><a href="/windows-sdk">Windows SDK</a></li>
</ul>
<ul v-cloak v-show="!loggedIn" class="nav navbar-nav navbar-right nav-user">
<li><a href="/login">Login</a></li>
<li><a href="/register" class="head-cta">Register</a></li>
</ul>
<ul v-cloak v-show="loggedIn" class="nav navbar-nav navbar-right nav-user">
<li class="hovedown"><a href="javascript:void(0);" class="hovedown-toggle"><i class="fa fa-user"></i></a>
<ul class="hovedown-menu hovedown-menu-right">
<li><a href="/user">User Center</a></li>
<li><a href="javascript:void(0);" v-on="click: logout">Logout</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div data-offset-top="60" data-spy="affix" class="sub-nav">
<div class="container">
<h1 class="logo">Mobile SDK</h1>
<nav><a href="/mobile-sdk">Overview</a><a href="/mobile-sdk/documentation">Documentation</a><span class="active hovedown menu-item">API Reference<span class="caret"></span>
<ul class="hovedown-menu">
<li><a href="/api-reference/ios-api/index.html">IOS SDK</a></li>
<li><a href="/api-reference/android-api/index.html">Android SDK</a></li>
<li><a href="/api-reference/ios-uilib-api/index.html">IOS UX SDK</a></li>
<li><a href="/api-reference/android-uilib-api/index.html">Android UX SDK</a></li>
</ul></span><a href="/mobile-sdk/downloads">Downloads</a><a href="/mobile-sdk/support">Support</a>
</nav>
</div>
</div>
<div id="documentation-page" class="documentation-page">
<div class="container">
<div class="site-sidebar">
<div class="searcher">
<div id="panel" class="panel panel_tree">
<div class="header">
<div class="search-con">
<label id="search-label" for="search">
</label>
<input id="search" type="text" placeholder="Search" autosave="searchdoc" results="10" autocomplete="off">
<div class="search-icon"></div><a class="clean-search glyphicon glyphicon-remove-circle"></a>
</div>
</div>
<div class="tree">
<ul></ul>
</div>
<div class="result">
<ul></ul>
</div>
</div>
</div>
<div class="nav scrollable js-tree-menu">
<dl>
<dt>Manager Classes
</dt>
<dd><a data-href="../SDKManager/DJISDKManager.html" class="sub-toggle">DJISDKManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../SDKManager/DJISDKManager_DJISDKManagerCallbackInterface.html">SDKManagerCallback</a>
</dd>
<dd><a data-href="../SDKManager/DJIBluetoothProductConnector.html" class="sub-toggle">BluetoothProductConnector<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../SDKManager/DJIBluetoothProductConnector_BluetoothProductConnectorListenerInterface.html">BluetoothDevicesListCallback</a>
</dd>
<dd><a href="../SDKManager/DJIBluetoothProductConnector_DJIBluetoothDevice.html">BluetoothDevice</a>
</dd>
</ul>
</dd>
<dd><a href="../SDKManager/DJISDKManager_DJISDKInitEvent.html">DJISDKInitEvent</a>
</dd>
</ul>
</dd>
<dd><a data-href="../KeyManager/DJIKeyManager.html" class="sub-toggle">KeyManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../KeyManager/DJIKey.html" class="sub-toggle">DJIKey<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../KeyManager/DJIBatteryKey.html">BatteryKey</a>
</dd>
<dd><a href="../KeyManager/DJICameraKey.html">CameraKey</a>
</dd>
<dd><a href="../KeyManager/DJIFlightControllerKey.html">FlightControllerKey</a>
</dd>
<dd><a href="../KeyManager/DJIRadarKey.html">RadarKey</a>
</dd>
<dd><a href="../KeyManager/DJIPayloadKey.html">PayloadKey</a>
</dd>
<dd><a href="../KeyManager/DJIGimbalKey.html">GimbalKey</a>
</dd>
<dd><a href="../KeyManager/DJIProductKey.html">ProductKey</a>
</dd>
<dd><a href="../KeyManager/DJIRemoteControllerKey.html">RemoteControllerKey</a>
</dd>
<dd><a href="../KeyManager/DJIHandheldControllerKey.html">HandheldControllerKey</a>
</dd>
<dd><a href="../KeyManager/DJIAirLinkKey.html">AirLinkKey</a>
</dd>
<dd><a href="../KeyManager/DJIAccessoryKey.html">AccessoryAggregationKey</a>
</dd>
<dd><a href="../KeyManager/DJILidarKey.html">LidarKey</a>
</dd>
<dd><a href="../KeyManager/DJIRTKBaseStationKey.html">BaseStationKey</a>
</dd>
<dd><a href="../KeyManager/DJIDiagnosticsKey.html">DiagnosticsKey</a>
</dd>
</ul>
</dd>
<dd><a href="../KeyManager/DJIKeyManager_GetCallback_Interface.html">GetCallback</a>
</dd>
<dd><a href="../KeyManager/DJIKeyManager_SetCallback_Interface.html">SetCallback</a>
</dd>
<dd><a href="../KeyManager/DJIKeyManager_ActionCallback_Interface.html">ActionCallback</a>
</dd>
<dd><a href="../KeyManager/DJIKeyManager_DJIKeyedListenerUpdateBlock.html">KeyListener</a>
</dd>
</ul>
</dd>
<dd><a data-href="../FlyZoneManager/DJIFlyZoneManager.html" class="sub-toggle">FlyZoneManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../FlyZoneManager/DJIFlyZoneManager_DJIUnlockedZoneGroup.html">UnlockedZoneGroup</a>
</dd>
<dd><a data-href="../FlyZoneManager/DJIFlyZoneManager_DJIFlyZoneInformation.html" class="sub-toggle">FlyZoneInformation<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../FlyZoneManager/DJIFlyZoneManager_DJISubFlyZoneInformation.html">SubFlyZoneInformation</a>
</dd>
</ul>
</dd>
<dd><a href="../FlyZoneManager/DJIFlyZoneManager_flyForbidStatusUpdatedCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../FlyZoneManager/DJIFlyZoneManager_basicDatabaseUpgradeProgressUpdatedCallbackInterface.html">BasicDatabaseUpgradeProgressUpdatedCallback</a>
</dd>
<dd><a href="../FlyZoneManager/DJIFlyZoneManager_DJIIndividualUnlockZone.html">CustomUnlockZone</a>
</dd>
<dd><a href="../FlyZoneManager/DJIFlyZoneManager_DJIFlyingSafetyWarningInformation.html">FlySafeWarningInformation</a>
</dd>
<dd><a href="../FlyZoneManager/DJIFlyZoneManager_DJIFlyingSafetySeriousWarningInformation.html">FlySafeSeriousWarningInformation</a>
</dd>
<dd><a href="../FlyZoneManager/DJIFlyZoneManager_DJIFlyingSafetyTip.html">FlySafeTipInformation</a>
</dd>
<dd><a href="../FlyZoneManager/DJIFlyZoneManager_DJIFlySafeReturnToHomeInformation.html">FlySafeReturnToHomeInformation</a>
</dd>
<dd><a data-href="../FlyZoneManager/DJIFlyZoneManager_DJIFlySafeNotification.html" class="sub-toggle">FlySafeNotification<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../FlyZoneManager/DJIFlyZoneManager_DJIFlySafeNotificationCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../AppActivationManager/DJIAppActivationManager.html" class="sub-toggle">AppActivationManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../AppActivationManager/DJIAppActivationManager_AircraftBindingStateListenerInterface.html">AircraftBindingStateListener</a>
</dd>
<dd><a href="../AppActivationManager/DJIAppActivationManager_AppActivationStateListenerInterface.html">AppActivationStateListener</a>
</dd>
</ul>
</dd>
<dd><a data-href="../UserAccountManager/DJIUserAccountManager.html" class="sub-toggle">UserAccountManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../UserAccountManager/DJIUserAccountManager_UserAccountStateChangeListenerInterface.html">UserAccountStateChangeListener</a>
</dd>
<dd><a href="../UserAccountManager/DJIUserAccountManager_UserAccountInformation.html">UserAccountInformation</a>
</dd>
</ul>
</dd>
<dd><a href="../DataProtectionManager/DJIDataProtectionManager.html">DataProtectionManager</a>
</dd>
<dd><a data-href="../LDMManager/DJILDMManager.html" class="sub-toggle">LDMManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../LDMManager/DJILDMManager_LDMModule.html" class="sub-toggle">LDMModule<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../LDMManager/DJILDMManager_LDMModule_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a href="../LDMManager/DJILDMManager_LDMCallbackInterface.html">LDMCallback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../UTMISSManager/DJIUTMISSManager.html" class="sub-toggle">UTMISSManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../UTMISSManager/DJIUTMISSManager_UTMISSFlightDataUpdatedUploadStatusCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../UTMISSManager/DJIUTMISSManager_DJIUTMISSParam.html">UTMISSParam</a>
</dd>
</ul>
</dd>
<dd><a data-href="../FlightHubManager/DJIFlightHubManager.html" class="sub-toggle">FlightHubManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubOnlineDevice.html">OnlineDevice</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubBoundDevice.html">BoundDevice</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubUser.html">User</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubTeam.html">Team</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubUpStream.html">UpStream</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubLiveStream.html">LiveStream</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubFlightPathNode.html">FlightPathNode</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubFlightHistoricalDetail.html">FlightHistoricalDetail</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubStatistics.html">Statistics</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubHistoricalFlight.html">HistoricalFlight</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_DJIFlightHubRealTimeFlightData.html">RealTimeFlightData</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightHubManager_UpdatedUploadStateCallbackInterface.html">UpdatedUploadStateCallback</a>
</dd>
<dd><a href="../FlightHubManager/DJIFlightController_DJIGravityCenterStateInterfaceCallback.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../LiveStreamManager/DJILiveStreamManager.html" class="sub-toggle">LiveStreamManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../LiveStreamManager/DJILiveStreamManager_OnLiveErrorStatusListener.html">OnLiveErrorStatusListener</a>
</dd>
<dd><a href="../LiveStreamManager/DJILiveStreamManager_LiveVideoResolution.html">LiveVideoResolution</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Upgrade/DJIUpgradeManager.html" class="sub-toggle">UpgradeManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Upgrade/DJIUpgradeManager_DJIUpgradeComponent.html" class="sub-toggle">UpgradeComponent<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Upgrade/DJIUpgradeManager_DJIUpgradeComponent_UpgradeFirmwareListenerInterface.html">UpgradeFirmwareListener</a>
</dd>
<dd><a href="../Upgrade/DJIUpgradeManager_DJIUpgradeComponent_DJIFirmwareUpgradeProgress.html">FirmwareUpgradeProgress</a>
</dd>
<dd><a href="../Upgrade/DJIUpgradeManager_DJIUpgradeComponent_DJIFirmwareInformation.html">FirmwareInformation</a>
</dd>
</ul>
</dd>
<dd><a href="../Upgrade/DJIUpgradeManager_UpgradeComponentChangeListener.html">UpgradeComponentChangeListener</a>
</dd>
</ul>
</dd>
</dl>
<dl>
<dt>Base Classes
</dt>
<dd><a data-href="../../BaseClasses/DJIBaseProduct.html" class="sub-toggle">BaseProduct<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../../BaseClasses/DJIVideoFeeder.html" class="sub-toggle">VideoFeeder<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../../BaseClasses/DJIVideoFeeder_VideoDataListenerInterface.html">VideoDataListener</a>
</dd>
<dd><a href="../../BaseClasses/DJIVideoFeeder_VideoActiveStatusListenerInterface.html">VideoActiveStatusListener</a>
</dd>
<dd><a data-href="../../BaseClasses/DJIVideoFeeder_DJIVideoFeed.html" class="sub-toggle">VideoFeed<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../../BaseClasses/DJIVideoFeeder_DJIVideoFeed_DJIVideoFeedPhysicalSourceCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="../../BaseClasses/DJIVideoFeeder_PhysicalSourceListener.html">PhysicalSourceListener</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../BaseComponent/DJIBaseComponent.html" class="sub-toggle">BaseComponent<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../BaseComponent/DJIBaseComponent_DJIComponentListenerInterface.html">ComponentListener</a>
</dd>
</ul>
</dd>
</dl>
<dl>
<dt>Product Classes
</dt>
<dd><a href="../../Products/Aircraft/DJIAircraft.html">Aircraft</a>
</dd>
<dd><a href="../../Products/Handheld/DJIHandheld.html">HandHeld</a>
</dd>
</dl>
<dl>
<dt>Component Classes
</dt>
<dd><a data-href="../FlightController/DJIFlightController.html" class="sub-toggle">FlightController<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../FlightController/DJIFlightController_ReceivedDataFromExternalDeviceCallbackInterface.html">OnboardSDKDeviceDataCallback</a>
</dd>
<dd><a data-href="../FlightController/DJIFlightController_DJIFlightControllerCurrentState.html" class="sub-toggle">FlightControllerState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../FlightController/DJIFlightController_UpdateSystemStateCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../FlightController/DJIFlightController_DJIAttitude.html">Attitude</a>
</dd>
<dd><a href="../FlightController/DJIFlightController_DJILocationCoordinate3D.html">LocationCoordinate3D</a>
</dd>
<dd><a href="../FlightController/DJIFlightController_DJIFlightControllerCurrentState_DJIFlightControllerSmartGoHomeStatus.html">GoHomeAssessment</a>
</dd>
</ul>
</dd>
<dd><a href="../FlightController/DJIFlightController_DJIGravityCenterState.html">GravityCenterState</a>
</dd>
<dd><a href="../Compass/DJICompass.html">Compass</a>
</dd>
<dd><a data-href="../RTK/DJIRTK.html" class="sub-toggle">RTK<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../RTK/DJIRTK_DJIRTKBaseStationInformation.html">RTKBaseStationInformation</a>
</dd>
<dd><a href="../RTK/DJIRTK_RTKBaseStationListCallbackInterface.html">RTKBaseStationListCallback</a>
</dd>
<dd><a href="../RTK/DJIRTK_RTKConnectionStateWithBaseStationReferenceSourceCallbackInterface.html">RTKConnectionStateWithBaseStationReferenceSourceCallback</a>
</dd>
<dd><a data-href="../RTK/DJIRTK_DJIRTKState.html" class="sub-toggle">RTKState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../RTK/DJIRTK_updateRtkStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../RTK/DJIRTKNetworkServiceProvider.html" class="sub-toggle">RTKNetworkServiceProvider<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../RTK/DJIRTKNetworkServiceProvider_DJIRTKNetworkServiceState.html" class="sub-toggle">NetworkServiceState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../RTK/DJIRTKNetworkServiceProvider_DJIRTKNetworkServiceState_callback.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="../RTK/DJIRTKNetworkServiceProvider_DJIRTKNetworkServicePlan.html">NetworkServicePlan</a>
</dd>
<dd><a data-href="../RTK/DJIRTKNetworkServiceProvider_DJIRTKNetworkServicePlansState.html" class="sub-toggle">NetworkServicePlansState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../RTK/DJIRTKNetworkServiceProvider_DJIRTKNetworkServicePlansState_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../RTK/DJIRTKNetworkServiceProvider_DJIRTKNetworkServiceSettings.html" class="sub-toggle">NetworkServiceSettings<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../RTK/DJIRTKNetworkServiceProvider_DJIRTKNetworkServiceSettings_Builder.html">Builder</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a href="../RTK/DJIRTK_DJIRTKReceiverInfo.html">ReceiverInfo</a>
</dd>
<dd><a href="../RTK/DJIRTK_DJILocationStandardDeviation.html">LocationStandardDeviation</a>
</dd>
</ul>
</dd>
<dd><a href="../LandingGear/DJILandingGear.html">LandingGear</a>
</dd>
<dd><a data-href="../IntelligentFlightAssistant/DJIIntelligentFlightAssistant.html" class="sub-toggle">FlightAssistant<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../IntelligentFlightAssistant/DJIIntelligentFlightAssistant_updateVisionFaceAwareStateCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../IntelligentFlightAssistant/DJIIntelligentFlightAssistant_updateVisionPalmControlStateCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../IntelligentFlightAssistant/DJIIntelligentFlightAssistant_updateVisionSmartCaptureStateCallbackInterface.html">Callback</a>
</dd>
<dd><a data-href="../VisionDetectionState/DJIVisionDetectionState.html" class="sub-toggle">VisionDetectionState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../VisionDetectionState/DJIIntelligentFlightAssistant_visionDetectionStateUpdatedCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../VisionDetectionState/DJIVisionDetectionState_DJIVisionDetectionSector.html">ObstacleDetectionSector</a>
</dd>
</ul>
</dd>
<dd><a data-href="../IntelligentFlightAssistant/DJIVisionDetectionState_DJIVisionControlState.html" class="sub-toggle">VisionControlState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../IntelligentFlightAssistant/DJIIntelligentFlightAssistant_UpdateVisionControlStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="../IntelligentFlightAssistant/DJISmartCaptureState.html">SmartCaptureState</a>
</dd>
<dd><a href="../IntelligentFlightAssistant/DJIFlightAssistantPerceptionState.html">PerceptionInformation</a>
</dd>
<dd><a href="../IntelligentFlightAssistant/DJIFlightAssistant_ObstacleAvoidanceSensorState.html">ObstacleAvoidanceSensorState</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Simulator/DJIAccessLocker.html" class="sub-toggle">AccessLocker<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Simulator/DJIAccessLocker_DJIAccessLockerFormattingState.html" class="sub-toggle">FormattingState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Simulator/DJIAccessLocker_DJIAccessLockerFormattingState_callbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="../Simulator/DJIAccessLocker_DJIAccessLockerUserAccountInfo.html">UserAccountInfo</a>
</dd>
</ul>
</dd>
<dd><a href="../Radar/DJIRadar.html">Radar</a>
</dd>
<dd><a data-href="../Simulator/DJISimulator.html" class="sub-toggle">Simulator<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Simulator/DJISimulator_DJISimulatorInitializationData.html">InitializationData</a>
</dd>
<dd><a data-href="../Simulator/DJISimulator_DJISimulatorState.html" class="sub-toggle">SimulatorState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Simulator/DJISimulator_UpdatedSimulatorStateDataCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../IMUState/DJIIMUState.html" class="sub-toggle">IMUState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../IMUState/DJIFlightController_IMUStateChangedCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../IMUState/DJIIMUState_DJIIMUMultiOrientationCalibrationHint.html">MultipleOrientationCalibrationHint</a>
</dd>
</ul>
</dd>
<dd><a href="../FlightController/DJIFlightController_DJIVirtualStickFlightControlData.html">FlightControlData</a>
</dd>
<dd><a href="../FlightController/DJIFlightController_DJILocationCoordinate2D.html">LocationCoordinate2D</a>
</dd>
<dd><a data-href="../FlightController/DJIAirSenseSystemInformation.html" class="sub-toggle">AirSenseSystemInformation<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../FlightController/DJIAirSenseSystemInformation_callbackInterface.html">Callback</a>
</dd>
<dd><a data-href="../FlightController/DJIAirSenseAirplaneState.html" class="sub-toggle">AirSenseAirplaneState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../FlightController/DJIAirSenseAirplaneState_callbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../FlightController/DJIFlightController_DJIFlightControllerLEDsSettings.html" class="sub-toggle">LEDsSettings<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../FlightController/DJIFlightController_DJIFlightControllerLEDsSettings_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a href="../FlightController/DJIFlightController_Limits.html">Limits</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Battery/DJIBattery.html" class="sub-toggle">Battery<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Battery/DJIBattery_AggregationState.html" class="sub-toggle">AggregationState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Battery/DJIBattery_Aggregation_StateUpdateCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../Battery/DJIBattery_BatteryOverview.html">BatteryOverview</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Battery/DJIBattery_BatteryState.html" class="sub-toggle">BatteryState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Battery/DJIBattery_StateUpdateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="../Battery/DJIBattery_WarningRecord.html">WarningRecord</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJICamera.html" class="sub-toggle">Camera<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Camera/DJICamera_SuperResolutionInfo.html" class="sub-toggle">SuperResolutionInfo<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_SuperResolutionInfo_Callback.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="../Camera/DJICamera_PinPoint.html">PinPoint</a>
</dd>
<dd><a href="../Camera/DJICamera_PinPointInfo.html">PinPointInfo</a>
</dd>
<dd><a href="../Camera/DJICamera_CalibrationCallback.html">CalibrationCallback</a>
</dd>
<dd><a href="../Camera/DJICamera_CameraGeneratedTimeLapsePreviewCallbackInterface.html">TimeLapsePreviewCallback</a>
</dd>
<dd><a href="../Camera/DJICamera_histogramUpdateCallbackInterface.html">HistogramCallback</a>
</dd>
<dd><a href="../Camera/DJICamera_TapZoomStateCallbackInterface.html">TapZoomStateCallback</a>
</dd>
<dd><a href="../Camera/DJICamera_TemperatureDataCallbackInterface.html">TemperatureDataCallback</a>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraSystemState.html" class="sub-toggle">SystemState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_CameraUpdatedSystemStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraLensState.html" class="sub-toggle">FocusState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_CameraUpdatedLensStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraSDCardState.html" class="sub-toggle">StorageState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_CameraUpdatedStorageStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraSSDState.html" class="sub-toggle">SSDState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_CameraUpdatedSSDStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJIMediaManager.html" class="sub-toggle">MediaManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJIMediaManager_updateVideoPlaybackStateCallbackInterface.html">VideoPlaybackStateListener</a>
</dd>
<dd><a href="../Camera/DJIMediaManager_CameraDownloadListenerInterface.html">DownloadListener<E></a>
</dd>
<dd><a href="../Camera/DJIMediaManager_FileListStateListener.html">FileListStateListener</a>
</dd>
<dd><a data-href="../Camera/DJIMediaManager_DJIMedia.html" class="sub-toggle">MediaFile<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_CameraGeneratedNewMediaFileCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../Camera/DJIMediaManager_DJIMedia_DJIMediaFile.html">AudioMediaFile</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJIMediaManager_DJIMediaInfo.html" class="sub-toggle">MediaFileInfo<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_CamerNewGeneratedMediaFileInfoCallbackInterface.html">NewFileInfoCallback</a>
</dd>
</ul>
</dd>
<dd><a href="../Camera/DJIMediaManager_VideoPlayback_DJIMediaVideoPlaybackState.html">VideoPlaybackState</a>
</dd>
<dd><a data-href="../Camera/DJIMediaManager_FetchMediaTaskScheduler.html" class="sub-toggle">FetchMediaTaskScheduler<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Camera/DJIMediaManager_DJIFetchMediaTask.html" class="sub-toggle">FetchMediaTask<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJIMediaManager_DJIFetchMediaTask_CallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJIPlaybackManager.html" class="sub-toggle">PlaybackManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJIPlaybackManager_CameraFileDownloadCallbackInterface.html">FileDownloadCallback</a>
</dd>
<dd><a data-href="../Camera/DJIPlaybackManager_DJICameraPlaybackState.html" class="sub-toggle">PlaybackState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJIPlaybackManager_DJICameraPlayBackStateCallBackInterface.html">CallBack</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraParameters.html" class="sub-toggle">Capabilities<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_DJICameraParameters_ListenerInterface.html">DJICameraParametersListener</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraParameters_MultispectralShutterSpeedRangeCallbackInterface.html">MultispectralShutterSpeedRangeCallback</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraParameters_MultispectralExposureCompensationRangeCallbackInterface.html">MultispectralExposureCompensationRangeCallback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraSettingsDef.html" class="sub-toggle">SettingsDefinitions<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Camera/DJICamera_DJICameraExposureParameters.html" class="sub-toggle">ExposureSettings<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_CameraUpdatedCurrentExposureValuesCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraOpticalZoomSpec.html">OpticalZoomSpec</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraHybridZoomSpec.html">HybridZoomSpec</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraPhotoIntervalParam.html">PhotoTimeIntervalSettings</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraPictureStylePreset.html">PictureStylePreset</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraThermalProfile.html">ThermalProfile</a>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraThermalAreaTemperatureAggregations.html" class="sub-toggle">ThermalAreaTemperatureAggregations<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_ThermalCameraAreaTemperatureAggregationsUpdatedCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraThermalExternalSceneSettings.html" class="sub-toggle">ThermalExternalSceneSettings<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_ThermalCameraExternalSceneSettingsUpdatedCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraWhiteBalanceInterface.html">WhiteBalance</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraSSDClipFileNameInterface.html">SSDClipFileName</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraOriginalPhotoSettings.html">OriginalPhotoSettings</a>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraMultispectralStorageSettings.html" class="sub-toggle">MultispectralStoragePhotoSettings<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_DJICameraMultispectralStorageSettings_StoragePhotoCamerasParamBuilder.html">StoragePhotoCamerasParamBuilder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraMultispectralExposureState.html" class="sub-toggle">MultispectralExposureState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_DJICameraMultispectralExposureStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraWatermarkSettings.html">WatermarkSettings</a>
</dd>
<dd><a data-href="../Camera/DJICamera_DJICameraLaserMeasureInformation.html" class="sub-toggle">LaserMeasureInformation<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_DJICameraLaserMeasureInformation_CallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraFocusAssistantSettings.html">FocusAssistantSettings</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraPhotoTimeLapseSettings.html">PhotoTimeLapseSettings</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraVideoResolutionAndFrameRate.html">ResolutionAndFrameRate</a>
</dd>
<dd><a href="../Camera/DJICamera_DJICameraStreamSettings.html">CameraStreamSettings</a>
</dd>
<dd><a href="../Camera/DJICamera_ColorWaveformSettings.html">ColorWaveformSettings</a>
</dd>
<dd><a href="../Camera/DJICamera_StabilizationState.html">StabilizationState</a>
</dd>
<dd><a href="../Camera/DJICamera_CameraPeakThreshold.html">CameraPeakThreshold</a>
</dd>
<dd><a data-href="../Camera/DJICamera_DJILens.html" class="sub-toggle">Lens<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJICamera_DJILens_TapZoomStateCallbackInterface.html">TapZoomStateCallback</a>
</dd>
<dd><a href="../Camera/DJICamera_DJILens_TemperatureDataCallbackInterface.html">TemperatureDataCallback</a>
</dd>
<dd><a href="../Camera/DJICamera_DJILens_ThermalGlobalTemperatureCallback.html">ThermalGlobalTemperatureCallback</a>
</dd>
<dd><a data-href="../Camera/DJICamera_DJILens_LensCapabilities.html" class="sub-toggle">LensCapabilities<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Camera/DJILens_DJILensParameters_ListenerInterface.html">DJILensParametersListener</a>
</dd>
<dd><a href="../Camera/DJICamera_DJILens_ThermalGainModeTemperatureRangeCallback.html">ThermalGainModeTemperatureRangeCallback</a>
</dd>
</ul>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../Gimbal/DJIGimbal.html" class="sub-toggle">Gimbal<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Gimbal/DJIGimbal_GimbalState.html">GimbalState</a>
</dd>
<dd><a href="../Gimbal/DJIGimbal_movementSettingsState.html">MovementSettings</a>
</dd>
<dd><a href="../Gimbal/DJIGimbal_attitude.html">Attitude</a>
</dd>
<dd><a href="../Gimbal/DJIGimbal_stateUpdateCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../Gimbal/DJIGimbal_movementSettingsStateUpdateCallbackInterface.html">Callback</a>
</dd>
<dd><a href="../Gimbal/DJIGimbal_batteryRemainingEnergyUpdateCallbackInterface.html">BatteryChargeRemainingCallback</a>
</dd>
<dd><a data-href="../Gimbal/DJIGimbal_DJIGimbalRotation.html" class="sub-toggle">Rotation<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Gimbal/DJIGimbal_DJIGimbalRotation_Constructor.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a href="../Gimbal/DJIGimbal_DJIMultiGimbalConnectionWorkingStatus.html">MultiGimbalConnectionWorkingStatus</a>
</dd>
<dd><a data-href="../Gimbal/DJIGimbal_DJIGimbalBalanceDetectionState.html" class="sub-toggle">GimbalBalanceDetectionState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Gimbal/DJIGimbal_DJIGimbalBalanceDetectionState_callbackInterface.html">Callback</a>
</dd>
<dd><a href="../Gimbal/DJIGimbal_DJIGimbalDirectionState.html">DirectionState</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Gimbal/DJIGimbal_DJIGimbalControlParametersAutoTuningState.html" class="sub-toggle">GimbalControlParametersAutoTuningState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Gimbal/DJIGimbal_DJIGimbalControlParametersAutoTuningState_CallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Gimbal/DJIGimbal_DJIGimbalCoaxialityDetectionState.html" class="sub-toggle">GimbalCoaxialityDetectionState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Gimbal/DJIGimbal_DJIGimbalCoaxialityDetectionState_CallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../AirLink/DJIAirLink.html" class="sub-toggle">AirLink<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../AirLink/DJIAirlink_SignalQualityCallbackInterface.html">SignalQualityCallback</a>
</dd>
<dd><a href="../AirLink/DJIAirLink_CountryCodeCallbackInterface.html">CountryCodeCallback</a>
</dd>
<dd><a href="../AirLink/DJIAirLink_BaseStationSignalQualityUpdatedCallbackInterface.html">BaseStationSignalQualityUpdatedCallback</a>
</dd>
<dd><a data-href="../LBAirLink/DJILBAirLink.html" class="sub-toggle">LightbridgeLink<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../LBAirLink/DJILBAirLink_DJILBAirLinkChannelInterference.html">ChannelInterference</a>
</dd>
<dd><a href="../LBAirLink/DJILBAirLink_DJILightbridgeAntennaRSSI.html">LightbridgeAntennaRSSI</a>
</dd>
<dd><a href="../LBAirLink/DJILBAirLink_AntennaRSSICallbackInterface.html">AntennaRSSICallback</a>
</dd>
<dd><a href="../LBAirLink/DJILBAirLink_UpdateAllChannelInterferenceCallbackInterface.html">ChannelInterferenceCallback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../OcuSyncLink/DJIOcuSyncLink.html" class="sub-toggle">OcuSyncLink<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../OcuSyncLink/DJIOcuSyncLink_VideoDataRateUpdatedCallbackInterface.html">VideoDataRateCallback</a>
</dd>
<dd><a href="../OcuSyncLink/DJIOcuSyncLink_ReceivedWarningMessageCallbackInterface.html">WarningMessagesCallback</a>
</dd>
<dd><a href="../OcuSyncLink/DJIOcuSyncLink_FrequencyInterferenceUpdatedCallbackInterface.html">ChannelInterferenceCallback</a>
</dd>
<dd><a href="../OcuSyncLink/DJIOcuSyncLink_DJIOcuSyncFrequencyInterference.html">FrequencyInterference</a>
</dd>
</ul>
</dd>
<dd><a data-href="../WiFiLink/DJIWiFiLink.html" class="sub-toggle">WiFiLink<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../WiFiLink/DJIWiFiLink_DJIWiFiSignalQualityChangedCallbackInterface.html">MagneticInterferenceCallback</a>
</dd>
<dd><a href="../WiFiLink/DJIWiFiLink_RSSICallbackInterface.html">ChannelInterferenceCallback</a>
</dd>
<dd><a href="../WiFiLink/DJIWiFiLink_DJIWiFiChannelInterference.html">WifiChannelInterference</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="DJIRemoteController.html" class="sub-toggle">RemoteController<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_DJIRCGimbalMapping.html">GimbalMapping</a>
</dd>
<dd><a href="DJIRemoteController_DJIRCGimbalStickMapping.html">GimbalStickMapping</a>
</dd>
<dd><a href class="active">Callback</a>
</dd>
<dd><a href="DJIRemoteController_MasterSearchingCallbackInterface.html">MasterSearchingCallback</a>
</dd>
<dd><a href="DJIRemoteController_RTKChannelEnabledUpdatedCallbackInterface.html">RTKChannelEnabledUpdatedCallback</a>
</dd>
<dd><a data-href="DJIRemoteController_DJIRCHardwareState.html" class="sub-toggle">HardwareState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_RCHardwareStateUpdateCallbackInterface.html">HardwareStateCallback</a>
</dd>
<dd><a href="DJIRemoteController_DJIRCHardwareRightWheel.html">RightDial</a>
</dd>
<dd><a href="DJIRemoteController_DJIRCHardwareTransformationSwitch.html">TransformationSwitch</a>
</dd>
<dd><a href="DJIRemoteController_DJIRCHardwareState_Button.html">Button</a>
</dd>
<dd><a href="DJIRemoteController_DJIRCFiveDButton.html">FiveDButton</a>
</dd>
</ul>
</dd>
<dd><a data-href="DJIRemoteController_DJIRCGPSData.html" class="sub-toggle">GPSData<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_DJIRCGpsTime.html">Time</a>
</dd>
<dd><a href="DJIRemoteController_GPSLocation.html">GPSLocation</a>
</dd>
</ul>
</dd>
<dd><a data-href="DJIRemoteController_DJIRCBatteryInfo.html" class="sub-toggle">BatteryState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_RCBatteryStateUpdateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="DJIRemoteController_DJIRCRemoteFocusState.html" class="sub-toggle">FocusControllerState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_RCRemoteFocusStateUpdateCallbackInterface.html">FocusControllerStateCallback</a>
</dd>
</ul>
</dd>
<dd><a data-href="DJIRemoteController_DJIRCAircraftMapping.html" class="sub-toggle">AircraftMapping<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_DJIRCAircraftStickMapping.html">AircraftStickMapping</a>
</dd>
</ul>
</dd>
<dd><a data-href="DJIRemoteController_RCCustomButtonTagParam.html" class="sub-toggle">CustomButtonTags<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_RCCustomButtonTagParam_Constructor.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="DJIRemoteController_DJIRCInfo.html" class="sub-toggle">Information<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_RCReceiveGimbalControlRequestFromSlaveCallbackInterface.html">ControlRequestCallback</a>
</dd>
</ul>
</dd>
<dd><a data-href="DJIRemoteController_DJIRCMasterSlaveState.html" class="sub-toggle">MasterSlaveState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_didUpdateMasterSlaveStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="DJIRemoteController_DJIRCGimbalControlSpeed.html">GimbalControlSpeedCoefficient</a>
</dd>
<dd><a href="DJIRemoteController_ResponseForGimbalControl.html">ResponseForGimbalControl</a>
</dd>
<dd><a href="DJIRemoteController_JoinMasterAuthorizationInfo.html">AuthorizationInfo</a>
</dd>
<dd><a href="DJIRemoteController_JoinedMasterNameAndPasswordResult.html">Credentials</a>
</dd>
<dd><a data-href="DJIRemoteController_ProfessionalRC.html" class="sub-toggle">ProfessionalRC<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_ProfessionalRC_Event.html">Event</a>
</dd>
<dd><a href="DJIRemoteController_ProfessionalRC_ButtonConfiguration.html">ButtonConfiguration</a>
</dd>
<dd><a href="DJIRemoteController_ProfessionalRC_ButtonConfiguration_Builder.html">ButtonConfigurationBuilder</a>
</dd>
<dd><a href="DJIRemoteController_ProfessionalRC_CallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="DJIRemoteController_DJIRCMultiDeviceAggregationState.html" class="sub-toggle">MultiDeviceAggregationState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="DJIRemoteController_DJIRCMultiDeviceAggregationState_callbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../HandheldController/DJIHandheldController.html" class="sub-toggle">HandheldController<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../HandheldController/DJIHandheldController_DJIHandheldControllerHardwareState.html" class="sub-toggle">HardwareState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../HandheldController/DJIHandheldController_DJIUpdateHardwareStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../HandheldController/DJIHandheldController_DJIHandheldControllerLEDCommand.html" class="sub-toggle">LEDCommand<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../HandheldController/DJIHandheldController_DJIHandheldControllerLEDCommand_DJIHandheldControllerLEDColorPattern.html">LEDColorPattern</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a href="../MobileRemoteController/DJIMobileRemoteController.html">MobileRemoteController</a>
</dd>
<dd><a data-href="../Payload/DJIPayload.html" class="sub-toggle">Payload<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Payload/DJIPayload_PayloadWidget.html" class="sub-toggle">PayloadWidget<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Payload/DJIPayload_PayloadWidgetListener.html">PayloadWidgetListener</a>
</dd>
<dd><a href="../Payload/DJIPayload_PayloadWidgetDownloadListener.html">PayloadWidgetDownloadListener</a>
</dd>
</ul>
</dd>
<dd><a href="../Payload/DJIPayload_HintMessageCallbackInterface.html">HintMessageCallback</a>
</dd>
<dd><a href="../Payload/DJIPayload_CommandDataCallbackInterface.html">CommandDataCallback</a>
</dd>
<dd><a href="../Payload/DJIPayload_VideoDataReceivedCallbackInterface.html">VideoDataReceivedCallback</a>
</dd>
<dd><a href="../Payload/DJIPayload_StreamDataCallbackInterface.html">StreamDataCallback</a>
</dd>
<dd><a href="../Payload/DJIPayload_WidgetValueChangedCallbackInterface.html">WidgetValueChangedCallback</a>
</dd>
<dd><a href="../Payload/DJIPayload_ActivateInfo.html">ActivateInfo</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Pipeline/DJIPipeline.html" class="sub-toggle">Pipeline<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Pipeline/DJIPipelines.html">Pipelines</a>
</dd>
</ul>
</dd>
<dd><a data-href="../AccessoryAggregation/DJIAccessoryAggregation.html" class="sub-toggle">AccessoryAggregation<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../AccessoryAggregation/DJIAccessoryAggregation_DJISpotlight.html" class="sub-toggle">Spotlight<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../AccessoryAggregation/DJIAccessoryAggregation_DJISpotlight_DJISpotlightState.html" class="sub-toggle">SpotlightState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../AccessoryAggregation/DJIAccessoryAggregation_DJISpotlight_DJISpotlightState_CallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a href="../AccessoryAggregation/DJIAccessoryAggregation_DJIBeacon.html">Beacon</a>
</dd>
<dd><a data-href="../AccessoryAggregation/DJIAccessoryAggregation_DJISpeaker.html" class="sub-toggle">Speaker<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../AccessoryAggregation/DJIAccessoryAggregation_DJISpeaker_DJISpeakerState.html" class="sub-toggle">SpeakerState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../AccessoryAggregation/DJIAccessoryAggregation_DJISpeaker_DJISpeakerState_CallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a href="../AccessoryAggregation/DJIAccessoryAggregation_DJISpeaker_DJIAudioFileInfo.html">AudioFileInfo</a>
</dd>
<dd><a href="../AccessoryAggregation/DJIAccessoryAggregation_DJISpeaker_TransmissionListenerInterface.html">TransmissionListener</a>
</dd>
</ul>
</dd>
<dd><a href="../AccessoryAggregation/DJIAccessoryAggregation_AggregationState.html">AccessoryAggregationState</a>
</dd>
<dd><a href="../AccessoryAggregation/DJIAccessoryAggregation_AggregationState_callbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../RTKBaseStation/DJIRTKBaseStation.html" class="sub-toggle">BaseStation<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../RTKBaseStation/DJIRTKBaseStation_DJIRTKBaseStationBatteryState.html" class="sub-toggle">BaseStationBatteryState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../RTKBaseStation/DJIRTKBaseStation_DJIRTKBaseStationBatteryStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
<dd><a data-href="../RTKBaseStation/DJIRTKBaseStation_DJIRTKBaseStationState.html" class="sub-toggle">BaseStationState<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../RTKBaseStation/DJIRTKBaseStation_DJIRTKBaseStationStateCallbackInterface.html">Callback</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../Lidar/DJILidar.html" class="sub-toggle">Lidar<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Lidar/DJILidar_PointCloud_RecordStatus_ListenerInterface.html">DJIPointCloudStatusListener</a>
</dd>
<dd><a href="../Lidar/DJILidar_DJIPointCloudLiveDataListener.html">DJIPointCloudLiveDataListener</a>
</dd>
<dd><a href="../Lidar/DJILidarLiveViewDataProcessor.html">IDJILidarLiveViewDataProcessor</a>
</dd>
<dd><a data-href="../Lidar/DJILidar_DJILidarCapabilities.html" class="sub-toggle">Capabilities<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Lidar/DJILidar_DJILidarParametersListener_Interface.html">DJILidarParametersListener</a>
</dd>
</ul>
</dd>
<dd><a href="../Lidar/DJILidar_pointCloudLiveViewData.html">PointCloudLiveViewData</a>
</dd>
<dd><a href="../Lidar/DJILidarPointCloudView.html">PointCloudView</a>
</dd>
</ul>
</dd>
</dl>
<dl>
<dt>Mission Classes
</dt>
<dd><a data-href="../Missions/DJIMissionControl.html" class="sub-toggle">MissionControl<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJITriggerable.html">Triggerable</a>
</dd>
<dd><a href="../Missions/DJIMissionControlTimelineElement.html">TimelineElement</a>
</dd>
<dd><a href="../Missions/DJIMissionControl_DJIMissionControlTimelineEventBlockInterface.html">Listener</a>
</dd>
<dd><a href="../Missions/DJIMissionControlTimelineElementFeedback.html">TimelineElementFeedback</a>
</dd>
<dd><a href="../Missions/DJIMissionControlError.html">MissionControlError</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIMissionAction.html" class="sub-toggle">MissionAction<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJITakeOffAction.html">TakeOffAction</a>
</dd>
<dd><a data-href="../Missions/DJIAircraftYawAction.html" class="sub-toggle">AircraftYawAction<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIAircraftYawAction_DJIAircraftYawActionError.html">AircraftYawActionError</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIGoToAction.html" class="sub-toggle">GoToAction<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIGoToAction_DJIGoToActionError.html">GoToActionError</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIGoHomeAction.html">GoHomeAction</a>
</dd>
<dd><a href="../Missions/DJIHotpointAction.html">HotpointAction</a>
</dd>
<dd><a data-href="../Missions/DJIGimbalAttitudeAction.html" class="sub-toggle">GimbalAttitudeAction<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIGimbalAttitudeAction_DJIGimbalAttitudeActionError.html">GimbalAttitudeActionError</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIRecordVideoAction.html" class="sub-toggle">RecordVideoAction<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIRecordVideoAction_DJIRecordVideoActionError.html">RecordVideoActionError</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIShootPhotoAction.html" class="sub-toggle">ShootPhotoAction<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIShootPhotoAction_DJIShootPhotoActionError.html">ShootPhotoActionError</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJILandAction.html">LandAction</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/TimelineMission.html">TimelineMission</a>
</dd>
<dd><a data-href="../Missions/DJIMissionTrigger.html" class="sub-toggle">Trigger<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIMissionTrigger_DJIMissionTriggerActionInterface.html">Action</a>
</dd>
<dd><a href="../Missions/DJIMissionTrigger_listenerInterface.html">Listener</a>
</dd>
<dd><a href="../Missions/DJIMissionTrigger_DJIBatteryLevelMissionTrigger.html">BatteryPowerLevelTrigger</a>
</dd>
<dd><a href="../Missions/DJIMissionTrigger_DJIWaypointReachedMissionTrigger.html">WaypointReachedTrigger</a>
</dd>
<dd><a href="../Missions/DJIMissionTrigger_DJIAircraftLandedMissionTrigger.html">AircraftLandedTrigger</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointMissionOperator.html" class="sub-toggle">WaypointMissionOperator<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Missions/DJIWaypointMission.html" class="sub-toggle">WaypointMission<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointMission_Builder.html">Builder</a>
</dd>
<dd><a data-href="../Missions/DJIWaypoint.html" class="sub-toggle">Waypoint<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypoint_DJIWaypointAction.html">WaypointAction</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointMission_DJIWaypointMissionInterruption.html">WaypointMissionInterruption</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointMissionEvent.html">WaypointMissionEvent</a>
</dd>
<dd><a data-href="../Missions/DJIWaypointMissionUploadEvent.html" class="sub-toggle">WaypointMissionUploadEvent<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointMission_DJIWaypointUploadProgress.html">WaypointUploadProgress</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointMissionDownloadEvent.html" class="sub-toggle">WaypointMissionDownloadEvent<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointMission_DJIWaypointDownloadProgress.html">WaypointDownloadProgress</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointMissionExecutionEvent.html" class="sub-toggle">WaypointMissionExecutionEvent<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointMission_DJIWaypointExecutionProgress.html">WaypointExecutionProgress</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointMissionState.html">WaypointMissionState</a>
</dd>
<dd><a href="../Missions/DJIWaypointMissionOperator_Listener.html">WaypointMissionOperatorListener</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2MissionOperator.html" class="sub-toggle">WaypointV2MissionOperator<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Missions/DJIWaypointV2Mission.html" class="sub-toggle">WaypointV2Mission<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Missions/DJIWaypointV2.html" class="sub-toggle">WaypointV2<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointV2Mission_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/WaypointV2MissionOperatorListenerInterface.html">WaypointV2MissionOperatorListener</a>
</dd>
<dd><a href="../Missions/WaypointV2ActionListenerInterface.html">WaypointV2ActionListener</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2ActionDownloadEventInterface.html">ActionDownloadEvent</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2ActionUploadEventInterface.html">ActionUploadEvent</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2ActionExecutionEvent.html">ActionExecutionEvent</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2ActionUploadProgressInterface.html">ActionUploadProgress</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2MissionExecutionEvent.html">WaypointV2MissionExecutionEvent</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2MissionDownloadEvent.html">WaypointV2MissionDownloadEvent</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2MissionUploadEvent.html">WaypointV2MissionUploadEvent</a>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Action.html" class="sub-toggle">WaypointV2Action<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Action_Builder.html">Builder</a>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Action_DJIWaypointV2Actuator.html" class="sub-toggle">WaypointActuator<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Missions/DJIWaypointV2Actuator_DJIWaypointV2GimbalActuatorParam.html" class="sub-toggle">WaypointGimbalActuatorParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Missions/DJIWaypointV2GimbalActuatorParam_DJIWaypointV2GimbalPathShootingParam.html" class="sub-toggle">WaypointGimbalPathShooting<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Missions/DJIWaypointV2GimbalActuatorParam_DJIWaypointV2GimbalPathPointInfo.html" class="sub-toggle">WaypointGimbalPathPointInfo<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2GimbalActuatorParam_DJIWaypointV2GimbalPathPointInfo_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2GimbalActuatorParam_DJIWaypointV2GimbalStartPathShootingParam.html" class="sub-toggle">WaypointGimbalStartPathShootingParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2GimbalActuatorParam_DJIWaypointV2GimbalStartPathShootingParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2GimbalActuatorParam_DJIWaypointV2GimbalStopPathShootingParam.html" class="sub-toggle">WaypointGimbalStopPathShootingParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2GimbalActuatorParam_DJIWaypointV2GimbalStopPathShootingParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointV2GimbalActuatorParam_DJIWaypointV2GimbalPathShootingParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointV2Actuator_DJIWaypointV2GimbalActuatorParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Actuator_DJIWaypointV2AircraftControlParam.html" class="sub-toggle">WaypointAircraftControlParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Actuator_DJIWaypointV2AircraftControlParam_Builder.html">Builder</a>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2AircraftControlParam_DJIWaypointV2AircraftControlFlyingParam.html" class="sub-toggle">WaypointAircraftControlStartStopFlyParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2AircraftControlParam_DJIWaypointV2AircraftControlFlyingParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2AircraftControlParam_DJIWaypointV2AircraftControlRotateHeadingParam.html" class="sub-toggle">WaypointAircraftControlRotateYawParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2AircraftControlParam_DJIWaypointV2AircraftControlRotateHeadingParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointV2Actuator_PointCloudRecordActuatorParam.html">WaypointPointCloudRecordActuatorParam</a>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Actuator_DJIWaypointV2LidarActuatorParam.html" class="sub-toggle">WaypointLidarActuatorParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Missions/DJIWaypointV2Actuator_DJIWaypointV2LidarActuatorParam_Builder.html" class="sub-toggle">Builder<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Actuator_PointCloudRecordActuatorParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Actuator_DJIWaypointV2CameraActuatorParam.html" class="sub-toggle">WaypointCameraActuatorParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Actuator_DJIWaypointV2CameraActuatorParam_Builder.html">Builder</a>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2CameraActuatorParam_DJIWaypointV2CameraFocalLengthParam.html" class="sub-toggle">WaypointCameraZoomParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2CameraActuatorParam_DJIWaypointV2CameraFocalLengthParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Actuator_DJIWaypointCameraFocusModeParam.html" class="sub-toggle">WaypointCameraFocusModeParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Actuator_DJIWaypointV2CameraFocusModeParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2CameraActuatorParam_DJIWaypointV2CameraFocusParam.html" class="sub-toggle">WaypointCameraFocusParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Missions/DJIWaypointV2ActionActuatorParam_DJIWaypointV2CameraFocus_RectangleTargetParam.html" class="sub-toggle">WaypointCameraFocusRectangleTargetParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2ActionActuatorParam_DJIWaypointV2CameraFocus_RectangleTargetParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2ActionActuatorParam_DJIWaypointV2CameraFocus_PointTargetParam.html" class="sub-toggle">WaypointCameraFocusPointTargetParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2ActionActuatorParam_DJIWaypointV2CameraFocus_PointTargetParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointV2CameraActuatorParam_DJIWaypointV2CameraFocusParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Actuator_DJIWaypointCameraCustomNameParam.html" class="sub-toggle">WaypointCameraCustomNameParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Actuator_DJIWaypointCameraCustomNameParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointV2Action_DJIWaypointV2Actuator_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Action_DJIWaypointV2Trigger.html" class="sub-toggle">WaypointTrigger<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Action_DJIWaypointV2Trigger_Builder.html">Builder</a>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Trigger_DJIWaypointV2IntervalTriggerParam.html" class="sub-toggle">WaypointIntervalTriggerParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Trigger_DJIWaypointV2IntervalTriggerParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Trigger_DJIWaypointV2TrajectoryTriggerParam.html" class="sub-toggle">WaypointTrajectoryTriggerParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Trigger_DJIWaypointV2TrajectoryTriggerParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Trigger_DJIWaypointV2AssociateTriggerParam.html" class="sub-toggle">WaypointV2AssociateTriggerParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Trigger_DJIWaypointV2AssociateTriggerParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIWaypointV2Trigger_DJIWaypointV2ReachPointTriggerParam.html" class="sub-toggle">WaypointReachPointTriggerParam<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIWaypointV2Trigger_DJIWaypointV2ReachPointTriggerParam_Builder.html">Builder</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointV2ActionDownloadProgressInterface.html">ActionDownloadProgress</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2ActionExecutionProgressInterface.html">ActionExecutionProgress</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2Action_ActionTypes.html">ActionTypes</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/DJIWaypointV2MissionOperator_DJIWaypointV2UploadProgress.html">WaypointV2UploadProgress</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2MissionOperator_DJIWaypointV2DownloadProgress.html">WaypointV2DownloadProgress</a>
</dd>
<dd><a href="../Missions/DJIWaypointV2MissionOperator_DJIWaypointV2ExecutionProgress.html">WaypointV2ExecutionProgress</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIFollowMeMissionOperator.html" class="sub-toggle">FollowMeMissionOperator<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIFollowMeMissionOperatorListener.html">FollowMeMissionOperatorListener</a>
</dd>
<dd><a href="../Missions/DJIFollowMeMission.html">FollowMeMission</a>
</dd>
<dd><a data-href="../Missions/DJIFollowMeMissionEvent.html" class="sub-toggle">FollowMeMissionEvent<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIFollowMeMissionState.html">FollowMeMissionState</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIPanoramaMissionOperator.html" class="sub-toggle">PanoramaMissionOperator<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/PanoramaMissionOperatorListener.html">PanoramaMissionOperatorListener</a>
</dd>
<dd><a href="../Missions/DJIPanoramaMissionEvent.html">PanoramaMissionEvent</a>
</dd>
<dd><a href="../Missions/DJIPanoramaMissionState.html">PanoramaMissionState</a>
</dd>
<dd><a href="../Missions/DJIPanoramaMission_DJIPanoramaMissionStatus.html">PanoramaMissionExecutionState</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIHotpointMissionOperator.html" class="sub-toggle">HotpointMissionOperator<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIHotPointMission.html">HotpointMission</a>
</dd>
<dd><a href="../Missions/DJIHotpointMissionOperatorListener.html">HotpointMissionOperatorListener</a>
</dd>
<dd><a data-href="../Missions/DJIHotpointMissionEvent.html" class="sub-toggle">HotpointMissionEvent<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIHotpointMissionState.html">HotpointMissionState</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIIntelligentHotpointMissionOperator.html" class="sub-toggle">IntelligentHotpointMissionOperator<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIIntelligentHotpointMission.html">IntelligentHotpointMission</a>
</dd>
<dd><a href="../Missions/DJIIntelligentHotpointMissionOperatorListenerInterface.html">IntelligentHotpointMissionOperatorListener</a>
</dd>
<dd><a href="../Missions/DJIIntelligentHotpointMissionOperator_DJIIntelligentHotpointMissionState.html">IntelligentHotpointMissionState</a>
</dd>
<dd><a href="../Missions/DJIIntelligentHotpointMissionOperator_DJIIntelligentHotpointMissionEvent.html">IntelligentHotpointMissionEvent</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJITapFlyMissionOperator.html" class="sub-toggle">TapFlyMissionOperator<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/TapFlyMissionOperatorListener.html">TapFlyMissionOperatorListener</a>
</dd>
<dd><a data-href="../Missions/DJITapFlyMission.html" class="sub-toggle">TapFlyMission<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJITapFlyMission_DJITapFlyExecutionState.html">TapFlyExecutionState</a>
</dd>
<dd><a href="../Missions/DJITapFlyMission_DJIVector.html">Vector</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJITapFlyMissionEvent.html" class="sub-toggle">TapFlyMissionEvent<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJITapFlyMissionState.html">TapFlyMissionState</a>
</dd>
</ul>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIActiveTrackMissionOperator.html" class="sub-toggle">ActiveTrackOperator<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a data-href="../Missions/DJIActiveTrackMission.html" class="sub-toggle">ActiveTrackMission<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIActiveTrackTrackingState.html">ActiveTrackTrackingState</a>
</dd>
<dd><a href="../Missions/DJIActiveTrackMission_DJISubjectSensingState.html">SubjectSensingState</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Missions/DJIActiveTrackMissionEvent.html" class="sub-toggle">ActiveTrackMissionEvent<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Missions/DJIActiveTrackMissionState.html">ActiveTrackState</a>
</dd>
</ul>
</dd>
<dd><a href="../Missions/ActiveTrackMissionOperatorListener.html">ActiveTrackMissionOperatorListener</a>
</dd>
</ul>
</dd>
</dl>
<dl>
<dt>Misc Classes
</dt>
<dd><a data-href="../../Utils/DJICommonCallbacks.html" class="sub-toggle">CommonCallbacks<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../../Utils/DJICommonCallbacks_CompletionCallback_Interface.html">CompletionCallback<T</a>
</dd>
<dd><a href="../../Utils/DJICommonCallbacks_CompletionCallbackWith_Interface.html">CompletionCallbackWith<T></a>
</dd>
<dd><a href="../../Utils/DJICommonCallbacks_CompletionCallbackWithTwoParam_Interface.html">Y></a>
</dd>
</ul>
</dd>
<dd><a href="../../Utils/DJIWarningStatusItem.html">WarningStatusItem</a>
</dd>
<dd><a data-href="../../Utils/DJIVideoSizeCalculatorUtil.html" class="sub-toggle">VideoSizeCalculatorUtil<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../../Utils/DJIVideoSizeCalculatorUtil_Interface.html">VideoSizeListener</a>
</dd>
</ul>
</dd>
<dd><a href="../../Utils/DJILocationUtil.html">LocationUtil</a>
</dd>
<dd><a data-href="../ParamCapability/DJIParamCapability.html" class="sub-toggle">DJIParamCapability<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../ParamCapability/DJIParamCapability_DJIParamCapabilityMinMax.html">DJIParamMinMaxCapability</a>
</dd>
</ul>
</dd>
<dd><a data-href="../SDKError/DJIError.html" class="sub-toggle">DJIError<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../SDKError/DJIError_DJIGimbalError.html">DJIGimbalError</a>
</dd>
<dd><a href="../SDKError/DJIError_DataProtectionError.html">DataProtectionError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJISDKFlightHubError.html">DJIFlightHubError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIRTKNetworkServiceError.html">DJIRTKNetworkServiceError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIAccessoryAggregationError.html">DJIAccessoryAggregationError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIAccessLockerError.html">DJIAccessLockerError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIPayloadError.html">DJIPayloadError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIUTMISSError.html">DJIUTMISSError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJILDMError.html">DJILDMError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIUpgradeError.html">DJIUpgradeError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIWaypointV2Error.html">DJIWaypointV2Error</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIPipelineError.html">PipelineError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJISDKError.html">DJISDKError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJISDKCacheError.html">DJISDKCacheError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJICameraError.html">DJICameraError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIFlightControllerError.html">DJIFlightControllerError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIMissionManagerError.html">DJIMissionError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIAirLinkError.html">DJIAirLinkError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIBatteryError.html">DJIBatteryError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIGeoError.html">DJIFlySafeError</a>
</dd>
<dd><a href="../SDKError/DJIError_DJIRemoteControllerError.html">DJIRemoteControllerError</a>
</dd>
</ul>
</dd>
<dd><a data-href="../Diagnostics/DJIDiagnostics.html" class="sub-toggle">DJIDiagnostics<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../Diagnostics/DJIDiagnostics_DiagnosticsInformationCallbackInterface.html">DiagnosticsInformationCallback</a>
</dd>
<dd><a href="../Diagnostics/DJIDiagnostics_DJIDiagnosticsDeviceHealthInformation.html">DeviceHealthInformation</a>
</dd>
</ul>
</dd>
<dd><a data-href="../CodecManager/DJICodecManager.html" class="sub-toggle">DJICodecManager<i class="fa fa-angle-down"></i><i class="fa fa-angle-up"></i></a>
<ul class="sub-menu">
<dd><a href="../CodecManager/DJICodecManager_YuvDataCallbackInterface.html">YuvDataCallback</a>
</dd>
</ul>
</dd>
<dd><a href="../Stick/DJIStick.html">Stick</a>
</dd>
</dl>
</div>
</div>
<div class="site-main">
<div class="article"><div class="article"><h1><font color="#AAA">class </font>Callback</h1></div>
<figure class="highlight java"><table><tr><td class="code"><pre><span class="line"><span class="class"><span class="keyword">interface</span> <span class="title">Callback</span></span></span><br></pre></td></tr></table></figure>
<html><table class="table-supportedby"><tr valign="top"><td width="15%"><font color="#999"><i>Package:</i></font></td><td width="85%"><font color="#999">dji.common.remotecontroller</font></td></tr><tr valign="top"><td width="15%"><font color="#999"><i>SDK Key:</i></font></td><td width="85%"><font color="#999"><a href="../../Components/KeyManager/DJIRemoteControllerKey.html#remotecontrollerkey_gps_data_key">RemoteControllerKey.GPS_DATA</a></font></td></tr></table></html>
<h5 id="description">Description:</h5>
<p><font color="#666">Callback function that updates the Remote Controller's current GPS data.</font></p>
<h5 id="class-members">Class Members:</h5>
<h4 id="callback-method">Callback Method</h4>
<div class="api-row" id="djiremotecontroller_updategpsdata"><div class="api-col left">State</div><div class="api-col middle" style="color:#AAA">method</div><div class="api-col right"><a class="trigger" href="#djiremotecontroller_updategpsdata_inline">onUpdate</a></div></div><div class="inline-doc" id="djiremotecontroller_updategpsdata_inline" <blockquote>
<div class="article"><h6><font color="#AAA">method </font>onUpdate</h6></div>
<figure class="highlight java"><table><tr><td class="code"><pre><span class="line"><span class="function"><span class="keyword">void</span> <span class="title">onUpdate</span><span class="params">(@NonNull GPSData gpsData)</span></span></span><br></pre></td></tr></table></figure>
<html><table class="table-supportedby"><tr valign="top"><td width="15%"><font color="#999"><i>Package:</i></font></td><td width="85%"><font color="#999">dji.common.remotecontroller</font></td></tr><tr valign="top"><td width="15%"><font color="#999"><i>SDK Key:</i></font></td><td width="85%"><font color="#999"><a href="../../Components/KeyManager/DJIRemoteControllerKey.html#remotecontrollerkey_gps_data_key">RemoteControllerKey.GPS_DATA</a></font></td></tr></table></html>
<h5 id="description-v2">Description:</h5>
<p><font color="#666">Callback function that updates the Remote Controller's current GPS data.</font></p>
<h5 id="input-parameters">Input Parameters:</h5>
<html><table class="table-inline-parameters"><tr valign="top"><td><font color="#70BF41">@NonNull <a href="../../Components/RemoteController/DJIRemoteController_DJIRCGPSData.html#djiremotecontroller_djircgpsdata">GPSData</a> <font color="#000">gpsData</font></font></td><td><font color="#666"><i>Current state of the Remote Controller's GPS data.</i></font></td></tr></table></html></div>
</div>
</div>
</div>
<div id="search-modal" class="search-modal modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header"><a href="javascript:;" @click="closeSearch" class="btn-close">×</a>
<h2 class="title">Search Mobile SDK Document
</h2>
<input type="text" v-model="searchInput" @keydown.enter="search">
</div>
<div class="modal-body">
<p v-show="!!searchCount" class="search-count"><span v-cloak>{{searchCount}}</span> Results
</p>
<ul v-show="!!searchCount" class="search-result">
<li v-for="item in searchResult"><a v-bind:href="item.url | docUrl">
<h3 class="title">{{{(item.highlights && item.highlights.title) || item.title}}}</h3>
<p class="content">{{{(item.highlights && item.highlights.content[0]) || item.title}}}</p></a></li>
</ul>
<div v-show="showLoadMore" class="text-center"><a href="javascript:;" @click="loadMoreSearch" class="btn-learn-more">Load More</a></div>
<div v-show="searchLoading" class="text-center">Loading...
</div>
<div v-show="!searchCount && !searchLoading" class="text-center">Not Found
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="site-footer" class="site-footer">
<div class="container">
<div class="foot-nav row">
<nav class="link-list col-xs-2"><span class="title">SDK</span><a href="/mobile-sdk">Mobile SDK</a><a href="/ux-sdk">UX SDK</a><a href="/onboard-sdk">Onboard SDK</a><a href="/payload-sdk">Payload SDK</a><a href="/windows-sdk">Windows SDK</a></nav>
<nav class="link-list col-xs-2"><span class="title">Info</span><a href="/products">Products</a></nav>
<nav class="link-list col-xs-2"><span class="title">Community</span><a href="http://stackoverflow.com/questions/tagged/dji-sdk" target="_blank">Stack Overflow</a><a href="https://www.youtube.com/channel/UCPQwN5xsob8zZGIcDhkYqUA" target="_blank">YouTube</a><a href="https://twitter.com/djidevelopers" target="_blank">Twitter</a></nav>
<nav class="link-list col-xs-2"><span class="title">Contact Us</span><a href="mailto:dev@dji.com"> dev@dji.com</a></nav>
<nav class="link-list col-xs-2"><span class="title">Business Cooperation</span><a href="mailto:dev@dji.com"> dev@dji.com</a></nav>
<nav class="link-list col-xs-2"><span class="title">BILLING</span><a href="mailto:billing-dev@dji.com"> billing-dev@dji.com</a></nav>
</div>
<div class="foot-copyright row">
<div class="col-xs-3 foot-logo"><img src="../../images/dji-logo-foot.png"></div>
<div class="copyright col-xs-7"><span>Copyright © 2019 DJI All Rights Reserved</span><a href="/policies/privacy">Privacy Policy</a><a href="/policies/terms">Terms of Use</a></div>
</div>
</div>
</footer>
<script type="text/javascript">
window.Config = window.config = {
sdk: "mobile-sdk",
locale: "en",
environment: "development",
api_host: ""
};
</script>
<!-- build:js /javascripts/doc-vendor.js-->
<script src="../../javascripts/lib/jquery-2.1.4.min.js" type="text/javascript"></script>
<script src="../../javascripts/lib/bootstrap.js" type="text/javascript"></script>
<script src="../../javascripts/lib/vue.min.js" type="text/javascript"></script>
<!-- endbuild-->
<!-- build:js /javascripts/doc-app.js-->
<script src="../../javascripts/util/cookie.js" type="text/javascript"></script>
<script src="../../javascripts/util/url-manager.js" type="text/javascript"></script>
<script src="../../javascripts/util/ajax-manager.js" type="text/javascript"></script>
<script src="../../javascripts/base/footer.js" type="text/javascript"></script>
<script src="../../javascripts/base/header.js" type="text/javascript"></script>
<script src="../../javascripts/util/searcher.js" type="text/javascript"></script>
<script src="../../javascripts/search_index.js" type="text/javascript"></script>
<script src="../../javascripts/searchdoc.js" type="text/javascript"></script>
<script src="../../javascripts/api.js" type="text/javascript"></script>
<!-- endbuild-->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43055594-1', 'auto');
ga('send', 'pageview');
</script>
</body>
|
dji-sdk/Mobile-SDK-Doc
|
api-reference/android-api/Components/RemoteController/DJIRemoteController_updateGpsDataCallbackInterface.html
|
HTML
|
mit
| 129,607
|
{{#contentFor "pageTitle"}}Create an account - {{ContentHeader.title}}{{/contentFor}}
<main id="content" role="main">
{{>mot_phase-banner}}
{{>mot_a_content-header}}
{{>molecule_validationsummary}}
<div class="text">
<p class="lede">Create your MOT testing account by providing us with the following details. We will create your User ID from this information.</p>
</div>
<form action="#" method="POST" autocomplete="off" novalidate>
{{> molecule_formgroup CONTEXT_NAME}}
{{> molecule_formgroup CONTEXT_EMAIL}}
{{> mot_m_content-navigation }}
</form>
</main>
|
visualunderground/kurad-styleguide
|
app/views/createAnAccount/name.html
|
HTML
|
mit
| 629
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NmeaExample</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>
|
kyosho-/ais
|
projects/nmea-example/src/index.html
|
HTML
|
mit
| 298
|
<div class="row" ng-controller="UserAddCtrl">
<div class="col-lg-12">
<rd-widget>
<rd-widget-body classes=" padding">
<div>
<form ng-submit="submitUser()">
<div class="form-group">
<label>Nama</label>
<input type="text" class="form-control" ng-model="postData.user_name">
</div>
<div class="form-group">
<label >Password</label>
<input type="text" class="form-control" ng-model="postData.password">
</div>
<div class="form-group">
<label >User Level</label>
<input type="text" class="form-control" ng-model="postData.user_level">
</div>
<button type="submit" class="btn btn-primary btn-lg">Tambah User</button>
<button type="button" class="btn btn-default btn-lg" onclick="window.history.back()">Kembali</button>
</form>
</rd-widget-body>
</rd-widget>
</div>
</div>
|
abangadit/simpadk_apps
|
src/templates/add_user.html
|
HTML
|
mit
| 1,000
|
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9 ie8" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="ie9" lang="en"> <![endif]-->
<!--[if IE 10]> <html class="ie10" lang="en"> <![endif]-->
<!--[if (gt IE 10)|!(IE)]> <html lang="en"> <![endif]-->
<head>
</head>
<body>
ttttest
</body>
</html>
|
frangucc/gamify
|
www/sandbox/ticketbar/public/index-app.html
|
HTML
|
mit
| 318
|
<section class="author" itemprop="author">
<div class="details" itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="img-rounded" src="/assets/img/blog-author.jpg" alt="{{site.name}}">
<p class="def">Autor</p>
<h3 class="name">
<a itemprop="name" href="https://plus.google.com/+{{site.gplus_username}}/posts">{{site.username}}</a>
</h3>
<p class="desc">{{site.user_description}}</p>
<p><a itemprop="email" class="email" href="mailto:{{site.email}}">{{site.email}}</a></p>
<p><a itemprop="github" class="github" href="https://github.com/{{site.github_username}}">github.com/{{site.github_username}}</a></p>
</div>
</section>
|
astfarias/astfarias.github.io
|
_includes/author.html
|
HTML
|
mit
| 723
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_111) on Wed Jan 25 17:02:47 EET 2017 -->
<title>Uses of Class ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1.DecContainer.Access.AccessRestriction</title>
<meta name="date" content="2017-01-25">
<link rel="stylesheet" type="text/css" href="../../../../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1.DecContainer.Access.AccessRestriction";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/DecContainer.Access.AccessRestriction.html" title="class in ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1">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?ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/class-use/DecContainer.Access.AccessRestriction.html" target="_top">Frames</a></li>
<li><a href="DecContainer.Access.AccessRestriction.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 ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1.DecContainer.Access.AccessRestriction" class="title">Uses of Class<br>ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1.DecContainer.Access.AccessRestriction</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/DecContainer.Access.AccessRestriction.html" title="class in ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1">DecContainer.Access.AccessRestriction</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="#ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1">ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/DecContainer.Access.AccessRestriction.html" title="class in ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1">DecContainer.Access.AccessRestriction</a> in <a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/package-summary.html">ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/package-summary.html">ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1</a> that return <a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/DecContainer.Access.AccessRestriction.html" title="class in ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1">DecContainer.Access.AccessRestriction</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><a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/DecContainer.Access.AccessRestriction.html" title="class in ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1">DecContainer.Access.AccessRestriction</a></code></td>
<td class="colLast"><span class="typeNameLabel">ObjectFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/ObjectFactory.html#createDecContainerAccessAccessRestriction--">createDecContainerAccessAccessRestriction</a></span>()</code>
<div class="block">Create an instance of <a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/DecContainer.Access.AccessRestriction.html" title="class in ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1"><code>DecContainer.Access.AccessRestriction</code></a></div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/package-summary.html">ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1</a> that return types with arguments of type <a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/DecContainer.Access.AccessRestriction.html" title="class in ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1">DecContainer.Access.AccessRestriction</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>java.util.List<<a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/DecContainer.Access.AccessRestriction.html" title="class in ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1">DecContainer.Access.AccessRestriction</a>></code></td>
<td class="colLast"><span class="typeNameLabel">DecContainer.Access.</span><code><span class="memberNameLink"><a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/DecContainer.Access.html#getAccessRestriction--">getAccessRestriction</a></span>()</code>
<div class="block">Gets the value of the accessRestriction property.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../../../ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/DecContainer.Access.AccessRestriction.html" title="class in ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1">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?ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/class-use/DecContainer.Access.AccessRestriction.html" target="_top">Frames</a></li>
<li><a href="DecContainer.Access.AccessRestriction.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>
|
e-gov/DHX-adapter
|
dhx-adapter-core/doc/ee/ria/dhx/types/ee/riik/schemas/deccontainer/vers_2_1/class-use/DecContainer.Access.AccessRestriction.html
|
HTML
|
mit
| 9,908
|
<div class="filter">
Search: <input ng-model="query">
Sort by:
<select ng-model="orderProp">
<option value="name">Alphabetical</option>
<option value="price">Price</option>
</select>
</div>
<div>
<!--Body content-->
<ul class="pizzas">
<li ng-repeat="pizza in pizzas | filter:query | orderBy:orderProp" class="thumbnail">
<a href="#/pizza/{{pizza.id}}">
<div class="title" >{{pizza.name}}</div><br>
<div class="thumb"><img ng-src="img/pizzas/{{pizza.img}}"></div>
<div class="desc">{{pizza.desc}}</div>
<div class="price">{{pizza.price| currency}}</div>
</a>
</li>
</ul>
</div>
|
SergKam/pizzajs
|
partials/pizza-list.html
|
HTML
|
mit
| 669
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_05) on Thu Sep 30 22:15:44 GMT+01:00 2004 -->
<TITLE>
Uses of Class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation (Spring Framework)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.springframework.jdbc.support.CustomSQLErrorCodesTranslation (Spring Framework)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/springframework/jdbc/support/CustomSQLErrorCodesTranslation.html" title="class in org.springframework.jdbc.support"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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-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="CustomSQLErrorCodesTranslation.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>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.springframework.jdbc.support.CustomSQLErrorCodesTranslation</B></H2>
</CENTER>
No usage of org.springframework.jdbc.support.CustomSQLErrorCodesTranslation
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/springframework/jdbc/support/CustomSQLErrorCodesTranslation.html" title="class in org.springframework.jdbc.support"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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-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="CustomSQLErrorCodesTranslation.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>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright (C) 2003-2004 The Spring Framework Project.</i>
</BODY>
</HTML>
|
dachengxi/spring1.1.1_source
|
docs/api/org/springframework/jdbc/support/class-use/CustomSQLErrorCodesTranslation.html
|
HTML
|
mit
| 5,961
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Spritewerk</title>
</head>
<body>
<canvas></canvas>
<script src="bundle.js"></script>
</body>
</html>
|
spritewerk/spritewerk
|
play/index.html
|
HTML
|
mit
| 309
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Portfolio Item - Start Bootstrap Template</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Custom CSS -->
<link href="css/portfolio-item.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body onload="lol()">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="#"><p>★ Akos</p></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<p>Level: 2</p>
</li>
<li>
<p>Ranking: 47</p>
</li>
<li>
<p>Exp: 500/1200<p>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<div style="text-align:center; color:black;">
<h4>MY PLANS</h4>
<hr style="margin-left:5%; margin-right:5%;">
</div>
<!-- Row 1 -->
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1">Today</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<div class="panel-body">FCT</div>
<div class = "panel-body">Teatro</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2">Tomorrow</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body">A's Birthday</div>
<div class="panel-body">Dinner with A</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3">25 Dez</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body">It's Christmas!</div>
</div>
</div>
</div>
</div><br>
<!-- /.row -->
<!-- Row 2 -->
<div class ="row" style = "text-align: center" ><br>
<a href="./gonowmap.html"><button class = "btn btn-info" style="width:100px;" >New Plan</button></a>
<a href="./index.html"><button class = "btn btn-info" style="width:100px;" >Back</button></a>
</div>
<!-- /.row -->
<div class="modal fade" id="myModal_2" role="dialog">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<p> You have sent an Invitation to Cláudio for your event </p>
</div>
<div class="modal-footer">
<button type="button" style="float:center"class="btn btn-default" data-dismiss="modal">OK</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<p> You have added a new Event </p>
</div>
<div class="modal-footer">
<button type="button" style="float:center"class="btn btn-default" data-dismiss="modal" data-toggle="modal" data-target="#myModal_2">OK</button>
</div>
</div>
</div>
</div>
<button id="hidden_1" style="visibility:hidden" type="button" data-toggle="modal" data-target="#myModal">Save</button>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
<script>
function lol(){
$("#hidden_1").click();
}
</script>
|
GetUp-Go/GetUp-Go.github.io
|
prototype/IPM/newplanadded.html
|
HTML
|
mit
| 6,824
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./be1aaa394b9c86af51fd2a726a1b5548a6ab5f561781c603006e07b848cd7585.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html>
|
simonmysun/praxis
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/09b4eeeb1a4050f307e4f1b809a472e2c429a6eef8baab939815cd53fc44ad7b.html
|
HTML
|
mit
| 550
|
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://developers.liveperson.com/account-configuration-predefined-content-update-content.html" />
</head>
</html>
|
LivePersonInc/dev-hub
|
content_ga6/account-configuration-predefined-content-update-content.html
|
HTML
|
mit
| 171
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v6.1.0: v8::Script Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.1.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Script.html">Script</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1Script-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Script Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aea7392a216607dfbf99046475bf09fe2"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Script.html#aea7392a216607dfbf99046475bf09fe2">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Value.html">Value</a> > Run())</td></tr>
<tr class="separator:aea7392a216607dfbf99046475bf09fe2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a37cfd598569f8b502d568a8a7a5a319b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a37cfd598569f8b502d568a8a7a5a319b"></a>
V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>Run</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context)</td></tr>
<tr class="separator:a37cfd598569f8b502d568a8a7a5a319b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afac25cad452a61897c375c2b881e2070"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1UnboundScript.html">UnboundScript</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Script.html#afac25cad452a61897c375c2b881e2070">GetUnboundScript</a> ()</td></tr>
<tr class="separator:afac25cad452a61897c375c2b881e2070"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:abd2f43c38e8bc6bcc789e6763e0c8e95"><td class="memItemLeft" align="right" valign="top">static </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1Script.html#abd2f43c38e8bc6bcc789e6763e0c8e95">V8_DEPRECATE_SOON</a> ("Use maybe version", Local< <a class="el" href="classv8_1_1Script.html">Script</a> > Compile(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > source, <a class="el" href="classv8_1_1ScriptOrigin.html">ScriptOrigin</a> *origin=nullptr))</td></tr>
<tr class="separator:abd2f43c38e8bc6bcc789e6763e0c8e95"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1793e3022a87f5a574df10bff8b42762"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1793e3022a87f5a574df10bff8b42762"></a>
static V8_WARN_UNUSED_RESULT <a class="el" href="classv8_1_1MaybeLocal.html">MaybeLocal</a>< <a class="el" href="classv8_1_1Script.html">Script</a> > </td><td class="memItemRight" valign="bottom"><b>Compile</b> (<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Context.html">Context</a> > context, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > source, <a class="el" href="classv8_1_1ScriptOrigin.html">ScriptOrigin</a> *origin=nullptr)</td></tr>
<tr class="separator:a1793e3022a87f5a574df10bff8b42762"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a10908ea8e3a2b5f5dc816b19c4fc59e5"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a10908ea8e3a2b5f5dc816b19c4fc59e5"></a>
static <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Script.html">Script</a> > </td><td class="memItemRight" valign="bottom"><b>V8_DEPRECATE_SOON</b> ("Use maybe version", Compile(<a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > source, <a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > file_name))</td></tr>
<tr class="separator:a10908ea8e3a2b5f5dc816b19c4fc59e5"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A compiled JavaScript script, tied to a <a class="el" href="classv8_1_1Context.html">Context</a> which was active when the script was compiled. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="afac25cad452a61897c375c2b881e2070"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1UnboundScript.html">UnboundScript</a>> v8::Script::GetUnboundScript </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the corresponding context-unbound script. </p>
</div>
</div>
<a class="anchor" id="abd2f43c38e8bc6bcc789e6763e0c8e95"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static v8::Script::V8_DEPRECATE_SOON </td>
<td>(</td>
<td class="paramtype">"Use maybe version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Script.html">Script</a> >  </td>
<td class="paramname"><em>Compile</em>Local< String > source, ScriptOrigin *origin=nullptr </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>A shorthand for ScriptCompiler::Compile(). </p>
</div>
</div>
<a class="anchor" id="aea7392a216607dfbf99046475bf09fe2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">v8::Script::V8_DEPRECATE_SOON </td>
<td>(</td>
<td class="paramtype">"Use maybe version" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1Value.html">Value</a> >  </td>
<td class="paramname"><em>Run</em>() </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Runs the script returning the resulting value. It will be run in the context in which it was created (ScriptCompiler::CompileBound or <a class="el" href="classv8_1_1UnboundScript.html#a0f3354dc71e3f831d10f6e82704a4c2b">UnboundScript::BindToCurrentContext()</a>). </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
v8-dox/v8-dox.github.io
|
65b6574/html/classv8_1_1Script.html
|
HTML
|
mit
| 12,056
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v4.5.0 - v4.6.1: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v4.5.0 - v4.6.1
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Boolean.html">Boolean</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Boolean Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1Boolean.html">v8::Boolean</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(v8::Value *obj) (defined in <a class="el" href="classv8_1_1Boolean.html">v8::Boolean</a>)</td><td class="entry"><a class="el" href="classv8_1_1Boolean.html">v8::Boolean</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Cast</b>(T *value) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Equals</b>(Local< Context > context, Local< Value > that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Int32Value</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>IntegerValue</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ad06a4b1f7215d852c367df390491ac84">IsArgumentsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ab071bf567d89c8ce1489b1b7d93abc36">IsFloat32x4</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a1cbbebde8c256d051c4606a7300870c6">IsGeneratorFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a72982768acdadd82d1df02a452251d14">IsGeneratorObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a71ef50f22d6bb4a093cc931b3d981c08">IsMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#af9c52a0668fa3260a0d12a2cdf895b4e">IsMapIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a8829b16b442a6231499c89fd5a6f8049">IsName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a220bd4056471ee1dda8ab9565517edd7">IsSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#addbae0104e07b990ee1af0bd7927824b">IsSetIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aa4ce26f174a4c1823dec56eb946d3134">IsSharedArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aab0297b39ed8e2a71b5dca7950228a36">IsWeakMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a6f5a238206cbd95f98e2da92cab72e80">IsWeakSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(Isolate *isolate, bool value) (defined in <a class="el" href="classv8_1_1Boolean.html">v8::Boolean</a>)</td><td class="entry"><a class="el" href="classv8_1_1Boolean.html">v8::Boolean</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NumberValue</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>SameValue</b>(Local< Value > that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StrictEquals</b>(Local< Value > that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToArrayIndex</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToBoolean</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToDetailString</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInt32</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToInteger</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToNumber</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToObject</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToString</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToUint32</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Uint32Value</b>(Local< Context > context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Boolean > ToBoolean(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Number > ToNumber(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< String > ToString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< String > ToDetailString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Object > ToObject(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Integer > ToInteger(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Uint32 > ToUint32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Int32 > ToInt32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Boolean > ToBoolean() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Number > ToNumber() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< String > ToString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< String > ToDetailString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Object > ToObject() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Integer > ToInteger() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Uint32 > ToUint32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", Local< Int32 > ToInt32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a48ae008760161c7ae7fd54a9db9cffcf">V8_DEPRECATE_SOON</a>("Use maybe version", Local< Uint32 > ToArrayIndex() const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", bool BooleanValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", double NumberValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", int64_t IntegerValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", uint32_t Uint32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>("Use maybe version", int32_t Int32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ae3528a485935d1b19a0e007cd5a06799">V8_DEPRECATE_SOON</a>("Use maybe version", bool Equals(Local< Value > that) const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Value</b>() const (defined in <a class="el" href="classv8_1_1Boolean.html">v8::Boolean</a>)</td><td class="entry"><a class="el" href="classv8_1_1Boolean.html">v8::Boolean</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
v8-dox/v8-dox.github.io
|
4107b5d/html/classv8_1_1Boolean-members.html
|
HTML
|
mit
| 29,804
|
<!DOCTYPE html>
<html lang="en">
<head>
<title><#:C('sitename')#>--会员中心</title>
<meta name="keywords" content="<#:C('keyword')#>"/>
<meta name="description" content="<#:C('content')#>"/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<include file="Pub:Css"/>
<link rel="stylesheet" href="<#$Theme['P']['root']#>/matrix/css/datepicker.css" />
</head>
<body>
<include file="Pub:top"/>
<include file="Pub:nav"/>
<div id="content">
<div id="content-header">
<div id="breadcrumb"> <a href="<#:U('user/index')#>" title="返回首页" class="tip-bottom"><i class="icon-home"></i>首页</a> <a href="#" class="current">用户统计</a> </div>
<h1>黑名单管理</h1>
</div>
<div class="container-fluid">
<hr>
<div class="">
<a href="/index.php/user/addbwlist.html" class="btn btn-danger" title="添加mac黑白名单">添加mac黑白名单</a>
<a href="/index.php/user/blacklist.html" class="btn btn-success" title="黑名单管理">黑名单管理</a>
<a href="/index.php/user/whitelist.html" class="btn btn-primary" title="白名单管理">白名单管理</a>
</div>
<div class="row-fluid">
<div class="span12">
<form action ="" method ="get">
<div class="widget-box">
<div class="widget-title"> <span class="icon"> <i class="icon-th"></i></span>
<h5>黑名单列表</h5>
</div>
<div class="widget-content nopadding">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>编号</th>
<th>用户名</th>
<th>手机号码</th>
<th>MAC地址</th>
<th>添加时间</th>
<th>状态</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<volist name="lists" id="vo">
<tr>
<td><#$i#></td>
<switch name="vo.phone">
<case value="13666666666">
<td>微信临时用户</td>
<td>---</td> </case>
<case value="1399999999">
<td>一键认证用户</td>
<td>---</td> </case>
<case value="13888888888">
<td>微信关注认证用户</td>
<td>---</td> </case>
<default />
<td><#$vo.user#></td>
<td><#$vo.phone#></td>
</switch>
<td><#$vo.mac#></td>
<td><empty name="vo['add_date']"><else/><#$vo.add_date|date='Y-m-d H:i:s',####></empty></td>
<td> <eq name="vo.state" value="1"> 白名单 <else />黑名单</eq> </td>
<td> <a href="<#:U('recoveruser',array('id'=>$vo['id'],'shopid'=>$vo['shopid'],'state'=>0))#>" class="btn btn-primary btn-mini">恢复正常</a> </td>
</tr>
</volist>
</tbody>
</table>
</div>
</div>
<div class="pagination pull-right">
<#$page#>
</div>
</div>
</div>
</div>
</div>
<include file="Pub:foot"/>
<script src="<#$Theme['P']['root']#>/matrix/js/jquery.min.js"></script>
<script src="<#$Theme['P']['root']#>/matrix/js/jquery.ui.custom.js"></script>
<script src="<#$Theme['P']['root']#>/matrix/js/bootstrap.min.js"></script>
<script src="<#$Theme['P']['root']#>/matrix/js/matrix.js"></script>
<script src="<#$Theme['P']['root']#>/matrix/js/common.js"></script>
<script src="<#$Theme['P']['root']#>/matrix/js/bootstrap-datepicker.js"></script>
<script>
var lines;
$(function () {
var stack = 0, bars = true, lines = false, steps = false;
$('.datepicker').datepicker();
$("#query").bind("click",function(){
var st=new Date($("#sdate").val());
var et=new Date($("#edate").val());
if(st.getTime()>et.getTime()){
AlertTips("开始日期不能大于结束日期",2000);
return;
}
$.ajax({
url: '<#:U('xxxxx')#>',
type: "get",
data:{
'mode':'query',
'sdate':$("#sdate").val(),
'edate':$("#edate").val(),
},
dataType:'json',
error:function(){
AlertTips("服务器忙,请稍候再试",2000);
},
success:function(data){
$('#btnkey').val('query');
$('#btnkey').attr('sdate',$("#sdate").val());
$('#btnkey').attr('edate',$("#edate").val());
var bt=[];
var templist=[];
data=eval(data) ;
for(var vo in data){
templist.push([data[vo].t,data[vo].td]);
bt.push([data[vo].t,data[vo].ct]);
}
var plot= $.plot($("#placeholder"), [ bt ], {xaxis:{ticks:templist}, grid: { hoverable: true, clickable: true, borderColor:'#000',borderWidth:1}, series:{lines:{fill:true, show: true}, points:
{ show: true,
}}});
}
});
});
});
</script>
<script>
</script>
</body>
</html>
|
zswhcb/wifidog
|
source/UI/Index/new/User_blacklist.html
|
HTML
|
mit
| 5,168
|
<HTML>
<TITLE>T E X T F I L E S</TITLE>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#000000" ALINK="#004400" VLINK="#004400">
<H1>Fun Textfiles: Computing Across America</H1>
<P>
<TABLE WIDTH=100%>
<TD BGCOLOR=#000000><FONT COLOR=#FFFFFF><B>Filename</B><BR></FONT></TD>
<TD BGCOLOR=#002200><FONT COLOR=#FFFFFF><B>Size</B><BR></FONT></TD>
<TD BGCOLOR=#004400><FONT COLOR=#FFFFFF><B>Description of the Textfile</B><BR></TD></TR>
<tab indent=60 id=T><br>
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-01">gecaa-01</A> <tab to=T><TD> 10260<BR><TD> Computing Across America by Steven K. Roberts: Bicycle Odyssey of a High Tech Nomad (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-02">gecaa-02</A> <tab to=T><TD> 12796<BR><TD> Computing Across America by Steven K. Roberts: Freedom Vs. Security: How to Beat the Tradeoff (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-03">gecaa-03</A> <tab to=T><TD> 8826<BR><TD> Computing Across America by Steven K. Roberts: Granby, Colorado (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-04">gecaa-04</A> <tab to=T><TD> 7861<BR><TD> Computing Across America by Steven K. Roberts: Bainbridge Island, WA (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-05">gecaa-05</A> <tab to=T><TD> 5524<BR><TD> Computing Across America by Steven K. Roberts: Music, Mosfests and Sunsets (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-06">gecaa-06</A> <tab to=T><TD> 4464<BR><TD> Computing Across America by Steven K. Roberts: The Debugging Marathon (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-07">gecaa-07</A> <tab to=T><TD> 4458<BR><TD> Computing Across America by Steven K. Roberts: A Bleary 3am Monologue (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-08">gecaa-08</A> <tab to=T><TD> 6071<BR><TD> Computing Across America by Steven K. Roberts: The First 100 Miles (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-09">gecaa-09</A> <tab to=T><TD> 4901<BR><TD> Computing Across America by Steven K. Roberts: Windows on Washington (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-10">gecaa-10</A> <tab to=T><TD> 7658<BR><TD> Computing Across America by Steven K. Roberts: Rain Country Hospitality (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-11">gecaa-11</A> <tab to=T><TD> 8508<BR><TD> Computing Across America by Steven K. Roberts: Strangeness and Halloween (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-12">gecaa-12</A> <tab to=T><TD> 7865<BR><TD> Computing Across America by Steven K. Roberts: Flying on the Coast (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-13">gecaa-13</A> <tab to=T><TD> 9660<BR><TD> Computing Across America by Steven K. Roberts: Arrival in the Promised Land (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-14">gecaa-14</A> <tab to=T><TD> 8475<BR><TD> Computing Across America by Steven K. Roberts: Adventures in South Ecotopia (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-15">gecaa-15</A> <tab to=T><TD> 10395<BR><TD> Computing Across America by Steven K. Roberts: Humboldt County Play (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-16">gecaa-16</A> <tab to=T><TD> 7265<BR><TD> Computing Across America by Steven K. Roberts: Computing Across Humboldt County? (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-17">gecaa-17</A> <tab to=T><TD> 19702<BR><TD> Computing Across America by Steven K. Roberts: 25 Years in an Afternoon (1986)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-18">gecaa-18</A> <tab to=T><TD> 11420<BR><TD> Computing Across America by Steven K. Roberts: Be It Ever So Humboldt (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-19">gecaa-19</A> <tab to=T><TD> 13277<BR><TD> Computing Across America by Steven K. Roberts: A Week of Movement! (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-20">gecaa-20</A> <tab to=T><TD> 6941<BR><TD> Computing Across America by Steven K. Roberts: Changing the World in Mendocino (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-21">gecaa-21</A> <tab to=T><TD> 13089<BR><TD> Computing Across America by Steven K. Roberts: Accident and Aftermath (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-22">gecaa-22</A> <tab to=T><TD> 8394<BR><TD> Computing Across America by Steven K. Roberts: Sonomarin Snapshots (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-23">gecaa-23</A> <tab to=T><TD> 11746<BR><TD> Computing Across America by Steven K. Roberts: San Francisco En Passant (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-24">gecaa-24</A> <tab to=T><TD> 11659<BR><TD> Computing Across America by Steven K. Roberts: Taking Care of Business (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-25">gecaa-25</A> <tab to=T><TD> 8791<BR><TD> Computing Across America by Steven K. Roberts: Silicon Valley Delights (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-26">gecaa-26</A> <tab to=T><TD> 14009<BR><TD> Computing Across America by Steven K. Roberts: El Camino Reality (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-27">gecaa-27</A> <tab to=T><TD> 9988<BR><TD> Computing Across America by Steven K. Roberts: Roughing It In Palo Alto (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-28">gecaa-28</A> <tab to=T><TD> 9869<BR><TD> Computing Across America by Steven K. Roberts: Escape from the City (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-29">gecaa-29</A> <tab to=T><TD> 11743<BR><TD> Computing Across America by Steven K. Roberts: Kinetic Madness (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-30">gecaa-30</A> <tab to=T><TD> 10202<BR><TD> Computing Across America by Steven K. Roberts: Solstice on Cloud's Rest (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-31">gecaa-31</A> <tab to=T><TD> 16738<BR><TD> Computing Across America by Steven K. Roberts: Hiking Heaven, Hiking Hell (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-32">gecaa-32</A> <tab to=T><TD> 12559<BR><TD> Computing Across America by Steven K. Roberts: Snapshots of Absurdity (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-33">gecaa-33</A> <tab to=T><TD> 12117<BR><TD> Computing Across America by Steven K. Roberts: Notes from Ohio (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-34">gecaa-34</A> <tab to=T><TD> 7763<BR><TD> Computing Across America by Steven K. Roberts: The Other Woman (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-35">gecaa-35</A> <tab to=T><TD> 15966<BR><TD> Computing Across America by Steven K. Roberts: Notes from the Past (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-36">gecaa-36</A> <tab to=T><TD> 18613<BR><TD> Computing Across America by Steven K. Roberts: Junkyards and Tollbridges (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-37">gecaa-37</A> <tab to=T><TD> 11835<BR><TD> Computing Across America by Steven K. Roberts: Technology Update (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-38">gecaa-38</A> <tab to=T><TD> 11197<BR><TD> Computing Across America by Steven K. Roberts: Rocking Into the Bible Belt (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-39">gecaa-39</A> <tab to=T><TD> 16898<BR><TD> Computing Across America by Steven K. Roberts: Blood in the Spokes (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-40">gecaa-40</A> <tab to=T><TD> 20504<BR><TD> Computing Across America by Steven K. Roberts: And Now For Something Completely Different (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-41">gecaa-41</A> <tab to=T><TD> 20722<BR><TD> Computing Across America by Steven K. Roberts: The CAA Transit Authority (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-42">gecaa-42</A> <tab to=T><TD> 16028<BR><TD> Computing Across America by Steven K. Roberts: Key Wasted (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-43">gecaa-43</A> <tab to=T><TD> 20741<BR><TD> Computing Across America by Steven K. Roberts: Gambling, Gadgets and God (1987)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-44">gecaa-44</A> <tab to=T><TD> 11915<BR><TD> Computing Across America by Steven K. Roberts: Born Toulouse (1988)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-45">gecaa-45</A> <tab to=T><TD> 11589<BR><TD> Computing Across America by Steven K. Roberts: Pregnant Paws (1988)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-46">gecaa-46</A> <tab to=T><TD> 23814<BR><TD> Computing Across America by Steven K. Roberts: The Hobo Concertio (1988)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-47">gecaa-47</A> <tab to=T><TD> 13319<BR><TD> Computing Across America by Steven K. Roberts: Hackers 4.0 (1988)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-48">gecaa-48</A> <tab to=T><TD> 8186<BR><TD> Computing Across America by Steven K. Roberts: Dangerous Influences (1988)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-49">gecaa-49</A> <tab to=T><TD> 15784<BR><TD> Computing Across America by Steven K. Roberts: Nomadic Research Labs (1989)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-50">gecaa-50</A> <tab to=T><TD> 23424<BR><TD> Computing Across America by Steven K. Roberts: Uh, Fairs of the Heart? (1989)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-51">gecaa-51</A> <tab to=T><TD> 13141<BR><TD> Computing Across America by Steven K. Roberts: The Midnight Attack (1989)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-52">gecaa-52</A> <tab to=T><TD> 4942<BR><TD> Computing Across America by Steven K. Roberts: Naked at the Epicenter (1989)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-53">gecaa-53</A> <tab to=T><TD> 24490<BR><TD> Computing Across America by Steven K. Roberts: Call to Nomadness (1990)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-54">gecaa-54</A> <tab to=T><TD> 14240<BR><TD> Computing Across America by Steven K. Roberts: Immersed in Santa Cruz (1990)
<TR VALIGN=TOP><TD ALIGN=TOP><A HREF="gecaa-55">gecaa-55</A> <tab to=T><TD> 5558<BR><TD> Computing Across America by Steven K. Roberts: Tidal Passion (1990)
</TABLE><P><TABLE WIDTH=100%><TR><TD ALIGN=RIGHT><SMALL>There are 55 files for a total of 657,900 bytes.</SMALL></TABLE>
|
busyentry/busyadventure
|
wordcount/data/in/fun/CAA/.windex.html
|
HTML
|
mit
| 9,796
|
<!DOCTYPE html>
<html>
<head>
<title>Angular2</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="/">
<link rel="stylesheet" href="styles.css">
<!-- Polyfill(s) for older browsers -->
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="systemjs.config.js"></script>
<script>
System.import('main.js').catch(function(err){ console.error(err); });
</script>
<script>window.module = 'build';</script>
</head>
<body>
<app-root class="app-container"></app-root>
</body>
</html>
|
MasterSais/Angular2
|
src/index.html
|
HTML
|
mit
| 827
|
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Method CanConvert
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Method CanConvert
">
<meta name="generator" content="docfx 2.52.0.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#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="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="DontPanic.TumblrSharp.Client.EnumStringConverter.CanConvert*">
<h1 id="DontPanic_TumblrSharp_Client_EnumStringConverter_CanConvert_" data-uid="DontPanic.TumblrSharp.Client.EnumStringConverter.CanConvert*">Method CanConvert
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/Cataurus/TumblrSharp/new/master/apiSpec/new?filename=DontPanic_TumblrSharp_Client_EnumStringConverter_CanConvert_System_Type_.md&value=---%0Auid%3A%20DontPanic.TumblrSharp.Client.EnumStringConverter.CanConvert(System.Type)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/Cataurus/TumblrSharp/blob/master/src/TumblrSharp.Client/EnumConverter.cs/#L16">View Source</a>
</span>
<a id="DontPanic_TumblrSharp_Client_EnumStringConverter_CanConvert_" data-uid="DontPanic.TumblrSharp.Client.EnumStringConverter.CanConvert*"></a>
<h4 id="DontPanic_TumblrSharp_Client_EnumStringConverter_CanConvert_System_Type_" data-uid="DontPanic.TumblrSharp.Client.EnumStringConverter.CanConvert(System.Type)">CanConvert(Type)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool CanConvert(Type objectType)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Type</span></td>
<td><span class="parametername">objectType</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">Newtonsoft.Json.JsonConverter.CanConvert(System.Type)</span></div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/Cataurus/TumblrSharp/new/master/apiSpec/new?filename=DontPanic_TumblrSharp_Client_EnumStringConverter_CanConvert_.md&value=---%0Auid%3A%20DontPanic.TumblrSharp.Client.EnumStringConverter.CanConvert*%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/Cataurus/TumblrSharp/blob/master/src/TumblrSharp.Client/EnumConverter.cs/#L16" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>
|
piedoom/TumblrSharp
|
docs/api/DontPanic.TumblrSharp.Client.EnumStringConverter.CanConvert.html
|
HTML
|
mit
| 7,088
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="src/css/main.css">
<title>帮助文档</title>
</head>
<body class="container" style="background: #263238;color: white">
<h4 style="text-align: center">帮助文档</h4>
<ol>
<li>通过右边窗口找到想要的监控的医院和科室</li>
<li>进入预约页面会在页面右下角出现红色「监控此号源」</li>
<li>点击「监控此号源」进入刷号模式</li>
<li>根据自己的需求,配置左侧的选项</li>
</ol>
</body>
</html>
|
ksky521/register
|
help.html
|
HTML
|
mit
| 595
|
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Commvault Systems Canada Inc. -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492276929317&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=11075&V_SEARCH.docsStart=1&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Commvault Systems Canada Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Commvault Systems Canada Inc.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.commvault.com"
target="_blank" title="Website URL">http://www.commvault.com</a></p>
<p><a href="mailto:info@commvault.com" title="info@commvault.com">info@commvault.com</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
204-515 Legget Dr<br/>
KANATA,
Ontario<br/>
K2K 3G4
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
204-515 Legget Dr<br/>
KANATA,
Ontario<br/>
K2K 3G4
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(613) 231-2800
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(866) 231-2800</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(613) 231-2826</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Brian
McMurray
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Data Provider <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 231-2800
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
bmcmurray@commvault.com
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Storage Management Software <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
We are a leading provider of enterprise class storage
<br>
management
<br>
solutions that ensure the reliability and availability of
<br>
business critical data. By offering a complete application
<br>
integrated suite of network aware storage management solutions,
<br>
CommVault provides its users with the most comprehensive file
<br>
system and database backup and recovery, disaster recovery,
<br>
hierarchical storage management, archiving and data migration.<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Brian
McMurray
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Data Provider <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(613) 231-2800
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
bmcmurray@commvault.com
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Storage Management Software <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
We are a leading provider of enterprise class storage
<br>
management
<br>
solutions that ensure the reliability and availability of
<br>
business critical data. By offering a complete application
<br>
integrated suite of network aware storage management solutions,
<br>
CommVault provides its users with the most comprehensive file
<br>
system and database backup and recovery, disaster recovery,
<br>
hierarchical storage management, archiving and data migration.<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-06-09
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
GoC-Spending/data-corporations
|
html/234567002507.html
|
HTML
|
mit
| 32,923
|
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pymatgen.symmetry.maggroups module — pymatgen 2022.0.6 documentation</title>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/custom.css" type="text/css" />
<link rel="canonical" href="https://pymatgen.orgpymatgen.symmetry.maggroups.html"/>
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="pymatgen.symmetry.settings module" href="pymatgen.symmetry.settings.html" />
<link rel="prev" title="pymatgen.symmetry.kpath module" href="pymatgen.symmetry.kpath.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33990148-1']);
_gaq.push(['_trackPageview']);
</script>
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" style="background: linear-gradient(0deg, rgba(23,63,162,1) 0%, rgba(0,70,192,1) 100%)" >
<a href="index.html" class="icon icon-home" alt="Documentation Home"> pymatgen
</a>
<div class="version">
2022.0.6
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="change_log.html">Change log</a></li>
<li class="toctree-l1"><a class="reference internal" href="compatibility.html">Compatibility</a></li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a></li>
<li class="toctree-l1"><a class="reference internal" href="team.html">Development Team</a></li>
<li class="toctree-l1"><a class="reference internal" href="references.html">References</a></li>
<li class="toctree-l1 current"><a class="reference internal" href="modules.html">API Docs</a><ul class="current">
<li class="toctree-l2 current"><a class="reference internal" href="pymatgen.html">pymatgen namespace</a><ul class="current">
<li class="toctree-l3 current"><a class="reference internal" href="pymatgen.html#subpackages">Subpackages</a><ul class="current">
<li class="toctree-l4"><a class="reference internal" href="pymatgen.alchemy.html">pymatgen.alchemy package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.analysis.html">pymatgen.analysis namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.apps.html">pymatgen.apps package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.cli.html">pymatgen.cli package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.command_line.html">pymatgen.command_line package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.core.html">pymatgen.core package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.electronic_structure.html">pymatgen.electronic_structure package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.entries.html">pymatgen.entries package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.ext.html">pymatgen.ext namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.io.html">pymatgen.io namespace</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.optimization.html">pymatgen.optimization package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.phonon.html">pymatgen.phonon package</a></li>
<li class="toctree-l4 current"><a class="reference internal" href="pymatgen.symmetry.html">pymatgen.symmetry package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.transformations.html">pymatgen.transformations package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.util.html">pymatgen.util package</a></li>
<li class="toctree-l4"><a class="reference internal" href="pymatgen.vis.html">pymatgen.vis package</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="pymatgen.html#submodules">Submodules</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">pymatgen</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content style-external-links">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home"></a> »</li>
<li><a href="modules.html">pymatgen</a> »</li>
<li><a href="pymatgen.html">pymatgen namespace</a> »</li>
<li><a href="pymatgen.symmetry.html">pymatgen.symmetry package</a> »</li>
<li>pymatgen.symmetry.maggroups module</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/materialsproject/pymatgen/blob/master/docs_rst/pymatgen.symmetry.maggroups.rst" class="fa fa-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="module-pymatgen.symmetry.maggroups">
<span id="pymatgen-symmetry-maggroups-module"></span><h1>pymatgen.symmetry.maggroups module<a class="headerlink" href="#module-pymatgen.symmetry.maggroups" title="Permalink to this headline">¶</a></h1>
<p>Magnetic space groups.</p>
<dl class="py class">
<dt id="pymatgen.symmetry.maggroups.MagneticSpaceGroup">
<em class="property"><span class="pre">class</span> </em><code class="sig-name descname"><span class="pre">MagneticSpaceGroup</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/materialsproject/pymatgen/blob/v2022.0.6/pymatgen/core/../symmetry/maggroups.py#L30-L560"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pymatgen.symmetry.maggroups.MagneticSpaceGroup" title="Permalink to this definition">¶</a></dt>
<dd><p>Bases: <a class="reference internal" href="#pymatgen.symmetry.maggroups.MagneticSpaceGroup" title="pymatgen.symmetry.maggroups.MagneticSpaceGroup"><code class="xref py py-class docutils literal notranslate"><span class="pre">pymatgen.symmetry.maggroups.MagneticSpaceGroup</span></code></a></p>
<p>Representation of a magnetic space group.</p>
<p>Pass through…
:param args:
:param kwargs:
:return:</p>
</dd></dl>
</div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2011, Pymatgen Development Team
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
<div class="footer">This page uses <a href="http://analytics.google.com/">
Google Analytics</a> to collect statistics. You can disable it by blocking
the JavaScript coming from www.google-analytics.com.
<script type="text/javascript">
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</div>
</body>
</html>
|
richardtran415/pymatgen
|
docs/pymatgen.symmetry.maggroups.html
|
HTML
|
mit
| 10,153
|
<ActionBar title="My App3" class="action-bar">
</ActionBar>
<StackLayout class="page">
<ListView [items]="items" class="list-group">
<ng-template let-item="item">
<Label [nsRouterLink]="['/item', item.id]" [text]="item.name"
class="list-group-item"></Label>
</ng-template>
</ListView>
</StackLayout>
|
Tekkl/tekkl-core
|
native/app/item/items.component.html
|
HTML
|
mit
| 352
|
<!DOCTYPE html>
<body style="margin:20px; font:16px/1 Arial;">
<div style="width:200px; background:wheat;">
<div id="d" style="position:relative; text-align:right; background:khaki; border:5px solid navy; padding:5px;">
<span style="background:peru;">
1111 1111 1111
<br>
1111 1111
</span>
<span style="position:absolute; left:0px; top:0px; background:gold;">TL</span><span style="position:absolute;
right:0px; top:0px; background:gold;">TR</span><span style="position:absolute; left:0px; bottom:0px;
background:gold;">BL</span><span style="position:absolute; right:0px; bottom:0px; background:gold;">BR</span>
</div>
</div>
<br>
<div style="width:200px; background:wheat;">
<div id="d" style="position:relative; text-align:center; background:khaki; border:5px solid navy; padding:5px;">
<span style="background:peru;">
1111 1111 1111
<br>
1111 1111
</span>
<span style="position:absolute; left:0px; top:0px; background:gold;">TL</span><span style="position:absolute;
right:0px; top:0px; background:gold;">TR</span><span style="position:absolute; left:0px; bottom:0px;
background:gold;">BL</span><span style="position:absolute; right:0px; bottom:0px; background:gold;">BR</span>
</div>
</div>
<br>
<div style="width:200px; background:wheat;">
<div id="d" style="position:relative; text-align:left; background:khaki; border:5px solid navy; padding:5px;">
<span style="background:peru;">
1111 1111 1111
<br>
1111 1111
</span>
<span style="position:absolute; left:0px; top:0px; background:gold;">TL</span><span style="position:absolute;
right:0px; top:0px; background:gold;">TR</span><span style="position:absolute; left:0px; bottom:0px;
background:gold;">BL</span><span style="position:absolute; right:0px; bottom:0px; background:gold;">BR</span>
</div>
</div>
</body>
|
dota8/dota8.github.io
|
tests/RM8018/absolute_align.html
|
HTML
|
mit
| 1,992
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Colin's Website</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../stylesheets/default.css">
<link rel="stylesheet" type="text/css" href="../stylesheets/blog.css">
</head>
<body>
<div class="contain">
<div class="picture">
<a href="http://razevich.github.io">
<img src="http://razevich.github.io/pic.jpg">
</a>
</div>
<div class="logos">
<a href="https://www.facebook.com/colin.razevich">
<img src="http://razevich.github.io/Facebook.jpg">
</a>
<a href="https://twitter.com/RazevichC">
<img src="http://razevich.github.io/Twitter-icon.png">
</a>
<a href="https://github.com/Razevich">
<img src="http://razevich.github.io/github-256.png">
</a>
</div>
<nav>
<ul>
<li>
<a href="http://razevich.github.io/">Home</a>
</li>
<li>
<a href="http://razevich.github.io/blog/index.html">Blog</a>
</li>
<li>
<a href="mailto:Razevich.c@gmail.com">Contact</a>
</li>
<li>
<a href="3">Project</a>
</li>
</ul>
</nav>
</div>
<div class="wrapper">
<div class ="side-bar">
<h1>Blog Index</h1>
<a href="http://razevich.github.io/blog/t1-git-blog.html">In command of the command line</a>
<a href="http://razevich.github.io/blog/c1-chefs-kitchen.html">What will it be like</a>
<a href="http://razevich.github.io/blog/css-concepts.html">CSS and Pain</a>
<a href="http://razevich.github.io/blog/arrays-hashes.html">You want to remember all of that?</a>
<a href="http://razevich.github.io/blog/enumerable-methods.html">Cycle through your aroblems</a>
<a href="http://razevich.github.io/blog/ruby-classes.html">Got class?</a>
<a href="http://razevich.github.io/blog/Javascript.html">Lets hash out these objects</a>
<a href="http://razevich.github.io/blog/tech.html">So what is the internet?</a>
</div>
<div class="main-work">
<h1>Lets hash out these objects</h1>
<h3>September-30th-2015</h3>
<p>So, we are all thinking about it. Do I need to be the only one to bring it up? Okay fine! I guess I will be that guy.... So have you ever noticed a Javascript object looks a lot like a hash in Ruby? There! I SAID IT!!! lets let the dust settle for a second and figure out just where we stand. I know this may be hard for some of us to handle, we have spent our whole lives knowing but not saying this little fact. But lets all come together and talk about this right now.
</p>
<p>So why do they look the same? How can they be considered the same and how are they different? So we have spent a lot of time in ruby and nowe are onto JavaScript. It is a new and exciting(very scary) world out there DBC people! We know that in Ruby a hash is a |key, value| pair. When you declare a Hash you are going
<pre>
blah = {key => value}
or blah ={key => value, other_key => other_value}
</pre>
They key is used to access the value (Weird right?) so that if you went \n blah.key you would get the value (super weird!). Now JaveScript objects act the same way!
</p>
<p> An object in JavaScript is a way of declaring something that will hold many key value pairs. It is mainly used for OOP (but we will get into that another time) They are declared many ways, but the only way I like (and that means it is the only way you like damn it!) is the var blah = { }. Lets look at just what this means by creating an object car and putting things into it.
<pre>
var car = {
type: "BMW",
year: 2015,
horse_power: 320
}
</pre>
So what is going on there? We look and we have made a variable called car. This variable is then made an object by the {}. Inside these brackets we declare a key, and a value for that key. We can then call these keys to get new information.
<pre>
car.type => "BMW"
</pre>
And like a hash in Ruby, the value can be anything. It can be a string, a boolen, a number, MORE OBJECTS!, functions... you get where I am going with this. It can be a bunch of shit yo! This is just one small look into how they are the same. More to be added later DBC crew!.
</p>
</div>
</div>
<footer>
<ul>
<li class="foot">
<a href="http://razevich.github.io/blog/ruby-classes.html">Back</a>
</li>
<li class="foot space">
<a href="http://razevich.github.io/blog/index.html">Home
</a>
</li>
<li class="foot">
<a href="http://razevich.github.io/blog/tech.html">Forward</a>
</li>
</ul>
</footer>
</body>
</html
|
Razevich/Razevich.github.io
|
blog/Javascript.html
|
HTML
|
mit
| 4,977
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./58749d699de8237611de1749ad96c4c58c217c255a8121b5b97b73c94ded9728.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html>
|
simonmysun/praxis
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/81c0e5472bb543566b27290b55bfb45d7a30bbc0a36275225ace3ac7bad4b923.html
|
HTML
|
mit
| 550
|
<percent-display percent="$ctrl.percentage()" colors=""></percent-display>
|
redhead-web/meteor-foodcoop
|
imports/ui/components/aggregatePercentage/aggregatePercentage.html
|
HTML
|
mit
| 74
|
<!--@subject Contact Form@-->
<!--@vars
{"var data.name":"Sender Name",
"var data.email":"Sender Email",
"var data.telephone":"Sender Telephone",
"var data.comment":"Comment"}
@-->
Name: {{var data.name}}
E-Mail-Adresse: {{var data.email}}
Telefon: {{var data.telephone}}
Bemerkungen: {{var data.comment}}
|
almadaocta/lordbike-production
|
app/locale/de_DE/template/email/contact_form.html
|
HTML
|
mit
| 317
|
<!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_65) on Wed Dec 03 19:50:47 CET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package net.sourceforge.pmd.ant.internal (PMD Core 5.2.2 API)</title>
<meta name="date" content="2014-12-03">
<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 Package net.sourceforge.pmd.ant.internal (PMD Core 5.2.2 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</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sourceforge/pmd/ant/internal/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Uses of Package net.sourceforge.pmd.ant.internal" class="title">Uses of Package<br>net.sourceforge.pmd.ant.internal</h1>
</div>
<div class="contentContainer">No usage of net.sourceforge.pmd.ant.internal</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sourceforge/pmd/ant/internal/package-use.html" target="_top">Frames</a></li>
<li><a href="package-use.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 © 2002–2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</small></p>
</body>
</html>
|
byronka/xenos
|
utils/pmd-bin-5.2.2/docs/pmd-core/apidocs/net/sourceforge/pmd/ant/internal/package-use.html
|
HTML
|
mit
| 4,125
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<title>汇峰网</title>
</head>
<style>
body {
margin: 0;
background: #bcbcbc
}
img {
max-width: 100%;
margin: 0 auto;
display: block;
}
</style>
<body>
<img src="./images/bg_1.jpg" alt="">
</body>
</html>
|
lzxassj/huilicai
|
page/index.html
|
HTML
|
mit
| 510
|
---
common-css:
- "/css/bootstrap.min.css"
- "/css/main.css"
common-ext-css:
- "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"
common-googlefonts:
- "Lora:400,700,400italic,700italic"
- "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"
common-js:
- "/js/jquery-1.11.2.min.js"
- "/js/bootstrap.min.js"
- "/js/main.js"
---
<!DOCTYPE html>
<html lang="en" class="error-404">
{% include head.html %}
<body>
{% include nav.html %}
<div role="main" class="container main-content">
{{ content }}
</div>
{% include footer.html %}
{% include footer-scripts.html %}
</body>
</html>
|
rubenfa/rubenfa.github.io
|
_layouts/error.html
|
HTML
|
mit
| 692
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:48:29 PST 2014 -->
<title>Uses of Interface java.util.function.IntBinaryOperator (Java Platform SE 8 )</title>
<meta name="date" content="2014-12-17">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface java.util.function.IntBinaryOperator (Java Platform SE 8 )";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">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 class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?java/util/function/class-use/IntBinaryOperator.html" target="_top">Frames</a></li>
<li><a href="IntBinaryOperator.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 Interface java.util.function.IntBinaryOperator" class="title">Uses of Interface<br>java.util.function.IntBinaryOperator</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</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="#java.util">java.util</a></td>
<td class="colLast">
<div class="block">Contains the collections framework, legacy collection classes, event model,
date and time facilities, internationalization, and miscellaneous utility
classes (a string tokenizer, a random-number generator, and a bit array).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#java.util.concurrent">java.util.concurrent</a></td>
<td class="colLast">
<div class="block">Utility classes commonly useful in concurrent programming.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#java.util.concurrent.atomic">java.util.concurrent.atomic</a></td>
<td class="colLast">
<div class="block">A small toolkit of classes that support lock-free thread-safe
programming on single variables.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#java.util.stream">java.util.stream</a></td>
<td class="colLast">
<div class="block">Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="java.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> in <a href="../../../../java/util/package-summary.html">java.util</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../java/util/package-summary.html">java.util</a> with parameters of type <a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</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 void</code></td>
<td class="colLast"><span class="typeNameLabel">Arrays.</span><code><span class="memberNameLink"><a href="../../../../java/util/Arrays.html#parallelPrefix-int:A-java.util.function.IntBinaryOperator-">parallelPrefix</a></span>(int[] array,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> op)</code>
<div class="block">Cumulates, in parallel, each element of the given array in place,
using the supplied function.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="typeNameLabel">Arrays.</span><code><span class="memberNameLink"><a href="../../../../java/util/Arrays.html#parallelPrefix-int:A-int-int-java.util.function.IntBinaryOperator-">parallelPrefix</a></span>(int[] array,
int fromIndex,
int toIndex,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> op)</code>
<div class="block">Performs <a href="../../../../java/util/Arrays.html#parallelPrefix-int:A-java.util.function.IntBinaryOperator-"><code>Arrays.parallelPrefix(int[], IntBinaryOperator)</code></a>
for the given subrange of the array.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="java.util.concurrent">
<!-- -->
</a>
<h3>Uses of <a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> in <a href="../../../../java/util/concurrent/package-summary.html">java.util.concurrent</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../java/util/concurrent/package-summary.html">java.util.concurrent</a> with parameters of type <a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</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>int</code></td>
<td class="colLast"><span class="typeNameLabel">ConcurrentHashMap.</span><code><span class="memberNameLink"><a href="../../../../java/util/concurrent/ConcurrentHashMap.html#reduceEntriesToInt-long-java.util.function.ToIntFunction-int-java.util.function.IntBinaryOperator-">reduceEntriesToInt</a></span>(long parallelismThreshold,
<a href="../../../../java/util/function/ToIntFunction.html" title="interface in java.util.function">ToIntFunction</a><<a href="../../../../java/util/Map.Entry.html" title="interface in java.util">Map.Entry</a><<a href="../../../../java/util/concurrent/ConcurrentHashMap.html" title="type parameter in ConcurrentHashMap">K</a>,<a href="../../../../java/util/concurrent/ConcurrentHashMap.html" title="type parameter in ConcurrentHashMap">V</a>>> transformer,
int basis,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> reducer)</code>
<div class="block">Returns the result of accumulating the given transformation
of all entries using the given reducer to combine values,
and the given basis as an identity value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">ConcurrentHashMap.</span><code><span class="memberNameLink"><a href="../../../../java/util/concurrent/ConcurrentHashMap.html#reduceKeysToInt-long-java.util.function.ToIntFunction-int-java.util.function.IntBinaryOperator-">reduceKeysToInt</a></span>(long parallelismThreshold,
<a href="../../../../java/util/function/ToIntFunction.html" title="interface in java.util.function">ToIntFunction</a><? super <a href="../../../../java/util/concurrent/ConcurrentHashMap.html" title="type parameter in ConcurrentHashMap">K</a>> transformer,
int basis,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> reducer)</code>
<div class="block">Returns the result of accumulating the given transformation
of all keys using the given reducer to combine values, and
the given basis as an identity value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">ConcurrentHashMap.</span><code><span class="memberNameLink"><a href="../../../../java/util/concurrent/ConcurrentHashMap.html#reduceToInt-long-java.util.function.ToIntBiFunction-int-java.util.function.IntBinaryOperator-">reduceToInt</a></span>(long parallelismThreshold,
<a href="../../../../java/util/function/ToIntBiFunction.html" title="interface in java.util.function">ToIntBiFunction</a><? super <a href="../../../../java/util/concurrent/ConcurrentHashMap.html" title="type parameter in ConcurrentHashMap">K</a>,? super <a href="../../../../java/util/concurrent/ConcurrentHashMap.html" title="type parameter in ConcurrentHashMap">V</a>> transformer,
int basis,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> reducer)</code>
<div class="block">Returns the result of accumulating the given transformation
of all (key, value) pairs using the given reducer to
combine values, and the given basis as an identity value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">ConcurrentHashMap.</span><code><span class="memberNameLink"><a href="../../../../java/util/concurrent/ConcurrentHashMap.html#reduceValuesToInt-long-java.util.function.ToIntFunction-int-java.util.function.IntBinaryOperator-">reduceValuesToInt</a></span>(long parallelismThreshold,
<a href="../../../../java/util/function/ToIntFunction.html" title="interface in java.util.function">ToIntFunction</a><? super <a href="../../../../java/util/concurrent/ConcurrentHashMap.html" title="type parameter in ConcurrentHashMap">V</a>> transformer,
int basis,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> reducer)</code>
<div class="block">Returns the result of accumulating the given transformation
of all values using the given reducer to combine values,
and the given basis as an identity value.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="java.util.concurrent.atomic">
<!-- -->
</a>
<h3>Uses of <a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> in <a href="../../../../java/util/concurrent/atomic/package-summary.html">java.util.concurrent.atomic</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../java/util/concurrent/atomic/package-summary.html">java.util.concurrent.atomic</a> with parameters of type <a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</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>int</code></td>
<td class="colLast"><span class="typeNameLabel">AtomicInteger.</span><code><span class="memberNameLink"><a href="../../../../java/util/concurrent/atomic/AtomicInteger.html#accumulateAndGet-int-java.util.function.IntBinaryOperator-">accumulateAndGet</a></span>(int x,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> accumulatorFunction)</code>
<div class="block">Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the updated value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">AtomicIntegerArray.</span><code><span class="memberNameLink"><a href="../../../../java/util/concurrent/atomic/AtomicIntegerArray.html#accumulateAndGet-int-int-java.util.function.IntBinaryOperator-">accumulateAndGet</a></span>(int i,
int x,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> accumulatorFunction)</code>
<div class="block">Atomically updates the element at index <code>i</code> with the
results of applying the given function to the current and
given values, returning the updated value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">AtomicIntegerFieldUpdater.</span><code><span class="memberNameLink"><a href="../../../../java/util/concurrent/atomic/AtomicIntegerFieldUpdater.html#accumulateAndGet-T-int-java.util.function.IntBinaryOperator-">accumulateAndGet</a></span>(<a href="../../../../java/util/concurrent/atomic/AtomicIntegerFieldUpdater.html" title="type parameter in AtomicIntegerFieldUpdater">T</a> obj,
int x,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> accumulatorFunction)</code>
<div class="block">Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the updated value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">AtomicInteger.</span><code><span class="memberNameLink"><a href="../../../../java/util/concurrent/atomic/AtomicInteger.html#getAndAccumulate-int-java.util.function.IntBinaryOperator-">getAndAccumulate</a></span>(int x,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> accumulatorFunction)</code>
<div class="block">Atomically updates the current value with the results of
applying the given function to the current and given values,
returning the previous value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">AtomicIntegerArray.</span><code><span class="memberNameLink"><a href="../../../../java/util/concurrent/atomic/AtomicIntegerArray.html#getAndAccumulate-int-int-java.util.function.IntBinaryOperator-">getAndAccumulate</a></span>(int i,
int x,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> accumulatorFunction)</code>
<div class="block">Atomically updates the element at index <code>i</code> with the
results of applying the given function to the current and
given values, returning the previous value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">AtomicIntegerFieldUpdater.</span><code><span class="memberNameLink"><a href="../../../../java/util/concurrent/atomic/AtomicIntegerFieldUpdater.html#getAndAccumulate-T-int-java.util.function.IntBinaryOperator-">getAndAccumulate</a></span>(<a href="../../../../java/util/concurrent/atomic/AtomicIntegerFieldUpdater.html" title="type parameter in AtomicIntegerFieldUpdater">T</a> obj,
int x,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> accumulatorFunction)</code>
<div class="block">Atomically updates the field of the given object managed by this
updater with the results of applying the given function to the
current and given values, returning the previous value.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="java.util.stream">
<!-- -->
</a>
<h3>Uses of <a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> in <a href="../../../../java/util/stream/package-summary.html">java.util.stream</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../java/util/stream/package-summary.html">java.util.stream</a> with parameters of type <a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</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><a href="../../../../java/util/OptionalInt.html" title="class in java.util">OptionalInt</a></code></td>
<td class="colLast"><span class="typeNameLabel">IntStream.</span><code><span class="memberNameLink"><a href="../../../../java/util/stream/IntStream.html#reduce-java.util.function.IntBinaryOperator-">reduce</a></span>(<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> op)</code>
<div class="block">Performs a <a href="../../../../java/util/stream/package-summary.html#Reduction">reduction</a> on the
elements of this stream, using an
<a href="../../../../java/util/stream/package-summary.html#Associativity">associative</a> accumulation
function, and returns an <code>OptionalInt</code> describing the reduced value,
if any.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><span class="typeNameLabel">IntStream.</span><code><span class="memberNameLink"><a href="../../../../java/util/stream/IntStream.html#reduce-int-java.util.function.IntBinaryOperator-">reduce</a></span>(int identity,
<a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">IntBinaryOperator</a> op)</code>
<div class="block">Performs a <a href="../../../../java/util/stream/package-summary.html#Reduction">reduction</a> on the
elements of this stream, using the provided identity value and an
<a href="../../../../java/util/stream/package-summary.html#Associativity">associative</a>
accumulation function, and returns the reduced value.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../java/util/function/IntBinaryOperator.html" title="interface in java.util.function">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 class="aboutLanguage"><strong>Java™ Platform<br>Standard Ed. 8</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?java/util/function/class-use/IntBinaryOperator.html" target="_top">Frames</a></li>
<li><a href="IntBinaryOperator.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><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
fbiville/annotation-processing-ftw
|
doc/java/jdk8/java/util/function/class-use/IntBinaryOperator.html
|
HTML
|
mit
| 22,949
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.2.0 - v0.2.5: process.cc</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.2.0 - v0.2.5
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">process.cc</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"></div><!-- fragment --> </div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:46:37 for V8 API Reference Guide for node.js v0.2.0 - v0.2.5 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
v8-dox/v8-dox.github.io
|
0906f94/html/process_8cc-example.html
|
HTML
|
mit
| 3,711
|
---
layout: default
title: "Lego"
description:
permalink: /category/lego/
---
{% include category.html %}
|
tommueller/tommueller.github.io
|
_categories/lego.html
|
HTML
|
mit
| 106
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct as_weighted_feature<tag::extended_p_square_quantile_quadratic></title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Accumulators">
<link rel="up" href="../../statistics_library_reference.html#header.boost.accumulators.statistics.extended_p_square_quantile_hpp" title="Header <boost/accumulators/statistics/extended_p_square_quantile.hpp>">
<link rel="prev" href="feature_of_tag_idp17679968.html" title="Struct feature_of<tag::weighted_extended_p_square_quantile>">
<link rel="next" href="feature_of_tag_idp17683856.html" title="Struct feature_of<tag::weighted_extended_p_square_quantile_quadratic>">
</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="feature_of_tag_idp17679968.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../statistics_library_reference.html#header.boost.accumulators.statistics.extended_p_square_quantile_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="feature_of_tag_idp17683856.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.accumulators.as_weighted_fe_idp17681712"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct as_weighted_feature<tag::extended_p_square_quantile_quadratic></span></h2>
<p>boost::accumulators::as_weighted_feature<tag::extended_p_square_quantile_quadratic></p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../statistics_library_reference.html#header.boost.accumulators.statistics.extended_p_square_quantile_hpp" title="Header <boost/accumulators/statistics/extended_p_square_quantile.hpp>">boost/accumulators/statistics/extended_p_square_quantile.hpp</a>>
</span>
<span class="keyword">struct</span> <a class="link" href="as_weighted_fe_idp17681712.html" title="Struct as_weighted_feature<tag::extended_p_square_quantile_quadratic>">as_weighted_feature</a><span class="special"><</span><span class="identifier">tag</span><span class="special">::</span><span class="identifier">extended_p_square_quantile_quadratic</span><span class="special">></span> <span class="special">{</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <a class="link" href="tag/weighted_exten_idp17720816.html" title="Struct weighted_extended_p_square_quantile_quadratic">tag::weighted_extended_p_square_quantile_quadratic</a> <a name="boost.accumulators.as_weighted_fe_idp17681712.type"></a><span class="identifier">type</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2005, 2006 Eric Niebler<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="feature_of_tag_idp17679968.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../statistics_library_reference.html#header.boost.accumulators.statistics.extended_p_square_quantile_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="feature_of_tag_idp17683856.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
calvinfarias/IC2015-2
|
BOOST/boost_1_61_0/libs/accumulators/doc/html/boost/accumulators/as_weighted_fe_idp17681712.html
|
HTML
|
mit
| 5,051
|
<!DOCTYPE html><html lang="en"><head><title>src/lib/base</title></head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"><meta name="groc-relative-root" content="../../"><meta name="groc-document-path" content="src/lib/base"><meta name="groc-project-path" content="src/lib/base.coffee"><link rel="stylesheet" type="text/css" media="all" href="../../assets/style.css"><script type="text/javascript" src="../../assets/behavior.js"></script><body><div id="meta"><div class="file-path">src/lib/base.coffee</div></div><div id="document"><div class="segment"><div class="comments"><div class="wrapper"><p>Requires</p></div></div><div class="code"><div class="wrapper"><span class="nv">_ = </span><span class="nx">require</span><span class="p">(</span><span class="s">'underscore'</span><span class="p">)</span>
<span class="nv">queryEngine = </span><span class="nx">require</span><span class="p">(</span><span class="s">'query-engine'</span><span class="p">)</span>
<span class="nv">Backbone = </span><span class="nx">queryEngine</span><span class="p">.</span><span class="nx">Backbone</span></div></div></div><div class="segment"><div class="comments"><div class="wrapper"><p>Log a message</p></div></div><div class="code"><div class="wrapper"><span class="nv">log = </span><span class="nf">(args...) -></span>
<span class="nx">args</span><span class="p">.</span><span class="nx">unshift</span><span class="p">(</span><span class="s">'log'</span><span class="p">)</span>
<span class="nx">@emit</span><span class="p">.</span><span class="nx">apply</span><span class="p">(</span><span class="nx">@</span><span class="p">,</span><span class="nx">args</span><span class="p">)</span>
<span class="nx">@</span>
<span class="nv">emit = </span><span class="nf">(args...) -></span>
<span class="nx">@trigger</span><span class="p">.</span><span class="nx">apply</span><span class="p">(</span><span class="nx">@</span><span class="p">,</span><span class="nx">args</span><span class="p">)</span></div></div></div><div class="segment"><div class="comments"><div class="wrapper"><p>Events</p></div></div><div class="code"><div class="wrapper"><span class="k">class</span> <span class="nx">Events</span>
<span class="nv">log: </span><span class="nx">log</span>
<span class="nv">emit: </span><span class="nx">emit</span>
<span class="nx">_</span><span class="p">.</span><span class="nx">extend</span><span class="p">(</span><span class="nx">Events</span><span class="o">::</span><span class="p">,</span> <span class="nx">Backbone</span><span class="p">.</span><span class="nx">Events</span><span class="p">)</span></div></div></div><div class="segment"><div class="comments"><div class="wrapper"><p>Model</p></div></div><div class="code"><div class="wrapper"><span class="k">class</span> <span class="nx">Model</span> <span class="k">extends</span> <span class="nx">Backbone</span><span class="p">.</span><span class="nx">Model</span>
<span class="nv">log: </span><span class="nx">log</span>
<span class="nv">emit: </span><span class="nx">emit</span>
<span class="nv">setDefaults: </span><span class="nf">(defaults) -></span>
<span class="nv">set = </span><span class="p">{}</span>
<span class="k">for</span> <span class="k">own</span> <span class="nx">key</span><span class="p">,</span><span class="nx">value</span> <span class="k">of</span> <span class="nx">defaults</span>
<span class="nx">set</span><span class="p">[</span><span class="nx">key</span><span class="p">]</span> <span class="o">=</span> <span class="nx">value</span> <span class="k">if</span> <span class="nx">@get</span><span class="p">(</span><span class="nx">key</span><span class="p">)</span> <span class="o">is</span> <span class="nx">@defaults</span><span class="o">?</span><span class="p">[</span><span class="nx">key</span><span class="p">]</span>
<span class="nx">@set</span><span class="p">(</span><span class="nx">set</span><span class="p">)</span>
<span class="k">return</span> <span class="nx">@</span></div></div></div><div class="segment"><div class="comments"><div class="wrapper"><p>Collection</p></div></div><div class="code"><div class="wrapper"><span class="k">class</span> <span class="nx">Collection</span> <span class="k">extends</span> <span class="nx">Backbone</span><span class="p">.</span><span class="nx">Collection</span>
<span class="nv">log: </span><span class="nx">log</span>
<span class="nv">emit: </span><span class="nx">emit</span></div></div></div><div class="segment"><div class="comments"><div class="wrapper"><p>View</p></div></div><div class="code"><div class="wrapper"><span class="k">class</span> <span class="nx">View</span> <span class="k">extends</span> <span class="nx">Backbone</span><span class="p">.</span><span class="nx">View</span>
<span class="nv">log: </span><span class="nx">log</span>
<span class="nv">emit: </span><span class="nx">emit</span></div></div></div><div class="segment"><div class="comments"><div class="wrapper"><p>QueryCollection</p></div></div><div class="code"><div class="wrapper"><span class="k">class</span> <span class="nx">QueryCollection</span> <span class="k">extends</span> <span class="nx">queryEngine</span><span class="p">.</span><span class="nx">QueryCollection</span>
<span class="nv">log: </span><span class="nx">log</span>
<span class="nv">emit: </span><span class="nx">emit</span>
<span class="nv">Collection: </span><span class="nx">QueryCollection</span></div></div></div><div class="segment"><div class="comments"><div class="wrapper"><p>Export our base models</p></div></div><div class="code"><div class="wrapper"><span class="nv">module.exports = </span><span class="p">{</span><span class="nx">queryEngine</span><span class="p">,</span><span class="nx">Backbone</span><span class="p">,</span><span class="nx">Events</span><span class="p">,</span><span class="nx">Model</span><span class="p">,</span><span class="nx">Collection</span><span class="p">,</span><span class="nx">View</span><span class="p">,</span><span class="nx">QueryCollection</span><span class="p">}</span></div></div></div></div></body></html>
|
supersym/dapcod
|
literal/src/lib/base.html
|
HTML
|
mit
| 6,264
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<meta name="keywords" content="Discord, Monster Hunter Online, MHOnline, Tencent, CAPCOM, QQ, Hobby">
<meta name="author" content="Monster Hunter Online Wiki">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>MHOnline - Weapons - Hammer</title>
<!--CSS-->
<link href="/css/icon.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<div id="loadingMask" class="centered">
<div class="progress">
<div class="indeterminate"></div>
</div>
</div>
<!--Dropdowns-->
<ul id="dropdownitems" class="dropdown-content">
<li><a href="/armor/">Armor</a></li>
<li><a href="/hunter-set/">Hunter Set</a></li>
<li><a href="/weapons/">Weapons</a></li>
<li><a href="/jewelry/">Jewelry</a></li>
<li><a href="/mosaics/">Mosaics</a></li>
<li><a href="/talismans/">Talismans</a></li>
<li><a href="/crafting/">Crafting</a></li>
<li><a href="/materials/">Materials</a></li>
<li class="divider"></li>
</ul>
<ul id="dropdownhunting" class="dropdown-content">
<li><a href="/quests/">Quests</a></li>
<li><a href="/monsters/">Monsters</a></li>
<li><a href="/gathering/">Gathering</a></li>
<li><a href="/hunting-groups/">Hunting Groups</a></li>
</ul>
<ul id="dropdownnpc" class="dropdown-content">
<li><a href="/npcs/">Main NPCs</a></li>
<li><a href="/cats/">Cats</a></li>
<li><a href="/food/">Food</a></li>
</ul>
<ul id="dropdownother" class="dropdown-content">
<li><a href="/install/">Install Guide</a></li>
<li><a href="/translation/">Translation Guide</a></li>
<li><a href="/vip/">VIP Guide</a></li>
</ul>
<!--Navigation-->
<nav class="blue" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo"><img src="/images/logo.png" alt="MHOnline"></a>
<ul class="right hide-on-med-and-down">
<li><a href="/">Home</a></li>
<li><a href="/skills/">Skills</a></li>
<li><a class="dropdown-button" href="#!" data-activates="dropdownitems">Items<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-button" href="#!" data-activates="dropdownhunting">Hunting<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-button" href="#!" data-activates="dropdownnpc">NPCs<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-button" href="#!" data-activates="dropdownother">Other<i class="material-icons right">arrow_drop_down</i></a></li>
</ul>
<!--Mobile navigation-->
<ul id="nav-mobile" class="side-nav">
<li><a href="/" class="bold">Home</a></li>
<li><a href="/skills/" class="bold">Skills</a></li>
<li class="no-padding">
<ul class="collapsible" data-collapsible="accordion">
<li>
<a class="collapsible-header bold" href="#">Items</a>
<div class="collapsible-body">
<ul>
<li><a href="/armor/">Armor</a></li>
<li><a href="/hunter-set/">Hunter Set</a></li>
<li><a href="/weapons/">Weapons</a></li>
<li><a href="/jewelry/">Jewelry</a></li>
<li><a href="/mosaics/">Mosaics</a></li>
<li><a href="/talismans/">Talismans</a></li>
<li><a href="/crafting/">Crafting</a></li>
<li><a href="/materials/">Materials</a></li><li class="divider"></li>
</ul>
</div>
</li>
</li>
<li>
<a class="collapsible-header bold" href="#">Hunting</a>
<div class="collapsible-body">
<ul>
<li><a href="/quests/">Quests</a></li>
<li><a href="/monsters/">Monsters</a></li>
<li><a href="/gathering/">Gathering</a></li>
<li><a href="/hunting-groups/">Hunting Groups</a></li>
</ul>
</div>
</li>
</li>
<li>
<a class="collapsible-header bold" href="#">NPCs</a>
<div class="collapsible-body">
<ul>
<li><a href="/npcs/">Main NPCs</a></li>
<li><a href="/cats/">Cats</a></li>
<li><a href="/food/">Food</a></li>
</ul>
</div>
</li>
</li>
<li>
<a class="collapsible-header bold" href="#">Other</a>
<div class="collapsible-body">
<ul>
<li><a href="/install/">Install Guide</a></li>
<li><a href="/translation/">Translation Guide</a></li>
<li><a href="/vip/">VIP Guide</a></li>
</ul>
</div>
</li>
</ul>
</li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<!--Page container-->
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<!--Content-->
<ul class="collapsible" data-collapsible="expandable">
<li>
<div class="collapsible-header">Weapons</div>
<div class="collapsible-body grey lighten-2"><br>
<div class="row">
<!--Blademaster card-->
<div class="col s12 m6">
<div class="card grey darken-2">
<div class="card-content white-text">
<span class="card-title">Blademaster</span><br>
<a class="tooltipped" data-position="right" data-delay="10" data-tooltip="Lance" href="../lance/">
<div class="chip">
<img src="../../images/weapon/lanceicon.png" alt="Lance">
Lance
</div>
</a>
<a class="tooltipped" data-position="right" data-delay="10" data-tooltip="Gunlance" href="../gunlance/">
<div class="chip">
<img src="../../images/weapon/gunlanceicon.png" alt="Gunlance">
Gunlance
</div>
</a>
<a class="tooltipped" data-position="right" data-delay="10" data-tooltip="Sword and Shield" href="../sword-and-shield/">
<div class="chip">
<img src="../../images/weapon/swordandshieldicon.png" alt="Sword and Shield">
Sword and Shield
</div>
</a>
<a class="tooltipped" data-position="right" data-delay="10" data-tooltip="Greatsword" href="../greatsword/">
<div class="chip">
<img src="../../images/weapon/greatswordicon.png" alt="Greatsword">
Greatsword
</div>
</a>
<a class="tooltipped" data-position="right" data-delay="10" data-tooltip="Longsword" href="../longsword/">
<div class="chip">
<img src="../../images/weapon/longswordicon.png" alt="Longsword">
Longsword
</div>
</a>
<a class="tooltipped" data-position="right" data-delay="10" data-tooltip="Hammer" href="../hammer/">
<div class="chip">
<img src="../../images/weapon/hammericon.png" alt="Hammer">
Hammer
</div>
</a>
<a class="tooltipped" data-position="right" data-delay="10" data-tooltip="Dual Blades" href="../dual-blades/">
<div class="chip">
<img src="../../images/weapon/dualbladesicon.png" alt="Dual Blades">
Dual Blades
</div>
</a>
<a class="tooltipped" data-position="right" data-delay="10" data-tooltip="Hunting Horn" href="../hunting-horn/">
<div class="chip">
<img src="../../images/weapon/huntinghornicon.png" alt="Hunting Horn">
Hunting Horn
</div>
</a>
</div>
</div>
</div>
<!--Gunner card-->
<div class="col s12 m6">
<div class="card grey darken-2">
<div class="card-content white-text">
<span class="card-title">Gunner</span><br>
<a class="tooltipped" data-position="right" data-delay="10" data-tooltip="Bow" href="../bow/">
<div class="chip">
<img src="../../images/weapon/bowicon.png" alt="Bow">
Bow
</div>
</a>
<a class="tooltipped" data-position="right" data-delay="10" data-tooltip="Bowgun" href="../bowgun/">
<div class="chip">
<img src="../../images/weapon/bowgunicon.png" alt="Bowgun">
Bowgun
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="collapsible-header dark-grey active">Weapon Tree</div>
<div class="collapsible-body grey lighten-2">
<div>
<table id="weapons" class="hammer hide-on-small-only">
<thead>
<tr>
<td></td>
<td colspan="7" class="bold center-align"><span class="left"><input type="checkbox" id="extraSharp" /><label for="extraSharp">匠</label></span>Dawnwind</td>
<td colspan="3" class="bold center-align">Bone</td>
<td colspan="5" class="bold center-align">Iron</td>
<td colspan="2" class="bold center-align">King</td>
</tr>
</thead>
<tbody>
<tr>
<td class="level">Lv.1</td>
<td colspan="5" id="id54011"></td>
<td colspan="6" id="id54013"></td>
<td colspan="4" id="id54016" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
</tr>
<tr>
<td class="level"></td>
<td colspan="5" id="id54012"></td>
<td colspan="2" id="id54014"></td>
<td colspan="2"></td>
<td colspan="2" id="id54015" class="rightweapon"></td>
<td colspan="4" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.5</td>
<td colspan="2"></td>
<td colspan="3"></td>
<td colspan="2"></td>
<td colspan="2" id="id54021"></td>
<td></td>
<td></td>
<td colspan="4" id="id54022" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.10</td>
<td colspan="2" id="id54031"></td>
<td colspan="3" id="id54032"></td>
<td colspan="2"></td>
<td colspan="2"></td>
<td id="id54033"></td>
<td id="id54035" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
<td colspan="2" id="id54036" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.15</td>
<td colspan="2"></td>
<td colspan="2"></td>
<td></td>
<td colspan="2" id="id54041"></td>
<td colspan="2" id="id54042"></td>
<td></td>
<td></td>
<td colspan="2" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.20</td>
<td colspan="2" id="id54051"></td>
<td colspan="2" id="id54052"></td>
<td></td>
<td colspan="2"></td>
<td></td>
<td></td>
<td id="id54034"></td>
<td id="id54053" class="rightweapon"></td>
<td colspan="2" id="id54054" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.25</td>
<td colspan="2"></td>
<td colspan="2"></td>
<td></td>
<td colspan="2" id="id54061"></td>
<td></td>
<td id="id54062"></td>
<td></td>
<td></td>
<td colspan="2" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.30</td>
<td colspan="2" id="id54071"></td>
<td colspan="2"></td>
<td id="id54072"></td>
<td colspan="2"></td>
<td id="id54073"></td>
<td></td>
<td></td>
<td></td>
<td colspan="2" id="id54074" class="rightweapon"></td>
<td colspan="2" id="id54075" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.35</td>
<td colspan="2"></td>
<td colspan="2" id="id54081"></td>
<td></td>
<td colspan="2" id="id54082"></td>
<td></td>
<td id="id54083"></td>
<td id="id54084"></td>
<td id="id54085" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
<td colspan="2" class="rightweapon"></td>
<td colspan="2" id="id54086" class="rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.40</td>
<td colspan="2" id="id54091"></td>
<td colspan="2" id="id54092"></td>
<td id="id54093"></td>
<td colspan="2" id="id54094"></td>
<td id="id54095"></td>
<td id="id54096"></td>
<td id="id54097"></td>
<td id="id54098" class="rightweapon"></td>
<td colspan="2" id="id54099" class="rightweapon"></td>
<td colspan="2" id="id54100" class="rightweapon"></td>
<td colspan="2" id="id54101" class="rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.45</td>
<td colspan="2" id="id54111" class="middleweapon2"></td>
<td colspan="2" id="id54112" class="middleweapon2"></td>
<td id="id54113" class="middleweapon2"></td>
<td colspan="2" id="id54114" class="middleweapon2"></td>
<td id="id54115" class="middleweapon2"></td>
<td id="id54116" class="middleweapon2"></td>
<td id="id54117" class="middleweapon2"></td>
<td id="id54118" class="middleweapon2 rightweapon"></td>
<td colspan="2" id="id54119" class="middleweapon2 rightweapon"></td>
<td colspan="2" id="id54120" class="middleweapon2 rightweapon"></td>
<td id="id54121" class="middleweapon2 rightweapon"></td>
<td id="id54122" class="middleweapon2 rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.50</td>
<td colspan="2" id="id54131" class="middleweapon2"></td>
<td colspan="2" id="id54132" class="middleweapon2"></td>
<td id="id54133" class="middleweapon2"></td>
<td></td>
<td id="id54134" class="middleweapon2"></td>
<td></td>
<td id="id54135" class="middleweapon2"></td>
<td id="id54136" class="middleweapon2 rightweapon"></td>
<td></td>
<td id="id54137" class="middleweapon2 rightweapon"></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td class="level">Lv.55</td>
<td colspan="2" id="id54164" class="bottomweapon"></td>
<td id="id54158" class="bottomweapon"></td>
<td></td>
<td id="id54166" class="bottomweapon"></td>
<td id="id54151" class="bottomweapon"></td>
<td id="id54168" class="bottomweapon"></td>
<td id="id54152" class="bottomweapon"></td>
<td id="id54167" class="bottomweapon"></td>
<td></td>
<td id="id54153" class="bottomweapon rightweapon"></td>
<td id="id54163" class="bottomweapon rightweapon"></td>
<td id="id54154" class="bottomweapon rightweapon"></td>
<td id="id54155" class="bottomweapon rightweapon"></td>
<td id="id54156" class="bottomweapon rightweapon"></td>
<td id="id54157" class="bottomweapon rightweapon"></td>
<td id="id54159" class="bottomweapon rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.60</td>
<td id="id54184" class="bottomweapon"></td>
<td id="id54177" class="bottomweapon"></td>
<td id="id54180" class="bottomweapon"></td>
<td id="id54165" class="bottomweapon"></td>
<td id="id54173" class="bottomweapon"></td>
<td id="id54171" class="bottomweapon"></td>
<td id="id54178" class="bottomweapon"></td>
<td id="id54181" class="bottomweapon"></td>
<td id="id54174" class="bottomweapon"></td>
<td id="id54161" class="bottomweapon"></td>
<td id="id54162" class="bottomweapon rightweapon"></td>
<td id="id54172" class="bottomweapon rightweapon"></td>
<td id="id54183" class="bottomweapon rightweapon"></td>
<td id="id54175" class="bottomweapon rightweapon"></td>
<td id="id54182" class="bottomweapon rightweapon"></td>
<td id="id54179" class="bottomweapon rightweapon"></td>
<td id="id54176" class="bottomweapon rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.65</td>
<td id="id54207" class="bottomweapon"></td>
<td id="id54194" class="bottomweapon"></td>
<td id="id54202" class="bottomweapon"></td>
<td id="id54199" class="bottomweapon"></td>
<td id="id54192" class="bottomweapon"></td>
<td id="id54205" class="bottomweapon"></td>
<td id="id54200" class="bottomweapon"></td>
<td id="id54203" class="bottomweapon"></td>
<td id="id54196" class="bottomweapon"></td>
<td id="id54193" class="bottomweapon"></td>
<td id="id54195" class="bottomweapon rightweapon"></td>
<td id="id54191" class="bottomweapon rightweapon"></td>
<td id="id54206" class="bottomweapon rightweapon"></td>
<td id="id54197" class="bottomweapon rightweapon"></td>
<td id="id54204" class="bottomweapon rightweapon"></td>
<td id="id54201" class="bottomweapon rightweapon"></td>
<td id="id54198" class="bottomweapon rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.70</td>
<td id="id54266" class="bottomweapon"></td>
<td id="id54235" class="bottomweapon"></td>
<td id="id54261" class="bottomweapon"></td>
<td id="id54231" class="bottomweapon"></td>
<td id="id54233" class="bottomweapon"></td>
<td id="id54264" class="bottomweapon"></td>
<td id="id54259" class="bottomweapon"></td>
<td id="id54262" class="bottomweapon"></td>
<td id="id54237" class="bottomweapon"></td>
<td id="id54234" class="bottomweapon"></td>
<td id="id54236" class="bottomweapon rightweapon"></td>
<td id="id54232" class="bottomweapon rightweapon"></td>
<td id="id54265" class="bottomweapon rightweapon"></td>
<td id="id54238" class="bottomweapon rightweapon"></td>
<td id="id54263" class="bottomweapon rightweapon"></td>
<td id="id54260" class="bottomweapon rightweapon"></td>
<td id="id54239" class="bottomweapon rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.75</td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td id="id54313" class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td id="id54311" class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td id="id54312" class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.80</td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td id="id54411" class="bottomweapon"></td>
<td id="id54412" class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
</tr>
<tr>
<td class="level">Lv.85</td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td class="bottomweapon"></td>
<td id="id54511" class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td class="bottomweapon rightweapon"></td>
<td id="id54512" class="bottomweapon rightweapon"></td>
</tr>
<tr class="lvl90">
<td class="level">Lv.90</td>
<td id="id54815" class="bottomweapon"></td>
<td id="id54805" class="bottomweapon"></td>
<td id="id54810" class="bottomweapon"></td>
<td id="id54801" class="bottomweapon"></td>
<td id="id54803" class="bottomweapon"></td>
<td id="id54813" class="bottomweapon"></td>
<td id="id54808" class="bottomweapon"></td>
<td id="id54811" class="bottomweapon"></td>
<td id="id54806" class="bottomweapon"></td>
<td id="id54804" class="bottomweapon"></td>
<td id="id54816" class="bottomweapon rightweapon"></td>
<td id="id54802" class="bottomweapon rightweapon"></td>
<td id="id54814" class="bottomweapon rightweapon"></td>
<td id="id54807" class="bottomweapon rightweapon"></td>
<td id="id54812" class="bottomweapon rightweapon"></td>
<td id="id54809" class="bottomweapon rightweapon"></td>
<td id="id54817" class="bottomweapon rightweapon"></td>
</tr>
<tr>
<td colspan="17" class="bold center-align"><br>"Fearless Onslaught"</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td colspan="4" class="center-align">Guren Shen Gaoren</td>
<td></td>
<td></td>
<td colspan="3" class="center-align">Merphistophelin</td>
</tr>
<tr>
<td rowspan="2"></td>
<td rowspan="2"></td>
<td rowspan="2"></td>
<td rowspan="2"></td>
<td rowspan="2" id="id54160" class="bottomweapon"></td>
<td rowspan="2" id="id54267" class="bottomweapon"></td>
<td rowspan="2" id="id54314" class="bottomweapon"></td>
<td rowspan="2" id="id54561" class="bottomweapon"></td>
<td rowspan="2"></td>
<td rowspan="2"></td>
<td rowspan="2" id="id54258" class="bottomweapon"></td>
<td rowspan="2"></td>
<td id="id54513" class="bottomweapon"></td>
</tr>
<tr>
<td id="id54514" class="bottomweapon"></td>
</tr>
<tr>
<td><br></td>
</tr>
</tbody>
</table>
<ul id="small-weaponlist" class="collection hide-on-med-and-up">
<li class="collection-item"></li>
</ul>
</div>
</div>
</li>
<li>
<div class="collapsible-header dark-grey">Weapon Info</div>
<div class="collapsible-body grey lighten-2 center">
<div class="section">
<div class="row">
<div class="col s12">
<h5>Tier 1 Talents</h5>
</div>
<div class="col s12 m4">
<b>1-1<br>迎头痛击</b><br><img src="/images/talents/icon_wp_tlt_dachui_05.png">
<p>After Upward Swing & Turning Swing, can left+right click to perform Golf Swing.</p>
</div>
<div class="col s12 m4">
<b>1-2<br>回转疾风</b><br><img src="/images/talents/icon_wp_tlt_dachui_04.png">
<p>Charge lv3 Spinning Attack travel speed increases by 100%.</p>
</div>
<div class="col s12 m4">
<b>1-3<br>回转飓风</b><br><img src="/images/talents/icon_wp_tlt_dachui_03.png">
<p>Charge lv3 Spinning Attack animation speed increases by 50%.</p>
</div>
</div>
<div class="col s12">
<h5>Tier 2 Talents</h5>
</div>
<div class="row">
<div class="col s12 m4">
<b>2-1<br>回转重锤</b><br><img src="/images/talents/icon_wp_tlt_dachui_05.png">
<p>While moving with level 3 charge, can left click to perform Sweep Swing, then automatically enter Spinning Attack.</p>
</div>
<div class="col s12 m4">
<b>2-2<br>举重若轻</b><br><img src="/images/talents/icon_wp_tlt_dachui_04.png">
<p>While moving with charge, can press Shilft to speed up movement.</p>
</div>
<div class="col s12 m4">
<b>2-3<br>裂地冲击</b><br><img src="/images/talents/icon_wp_tlt_dachui_11.png">
<p>When Superpound & Chain Superpound hit the ground, it'll release stun shockwave (only has stun value, but no physical damage).</p>
</div>
</div>
<div class="col s12">
<h5>Tier 3 Talents</h5>
</div>
<div class="row">
<div class="col s12 m4">
<b>3-1<br>赶尽杀绝</b><br><img src="/images/talents/icon_wp_tlt_dachui_07.png">
<p>After Charge lv3 Spinning Attack, can perform 2 Golf Swing continuously.</p>
</div>
<div class="col s12 m4">
<b>3-2<br>力从地起</b><br><img src="/images/talents/icon_wp_tlt_dachui_08.png">
<p>After Superpound, can perform another Upward Swing.</p>
</div>
<div class="col s12 m4">
<b>3-3<br>锤·里奥义</b><br><img src="/images/talents/icon_wp_tlt_dachui_09.png">
<p>Ultimate 1: While in Charge lv3, performing Ultimate will result in 2 ground bounching shockwaves.<br>Ultimate 2: While in Charge lv3, performing Ultimate will expand ground collapsing area.</p>
</div>
</div>
</div>
</div>
</li>
</ul>
<br><br>
</div>
</div>
<!--Spacer-->
<div class="container">
<div class="section">
<p><a href="http://gamer.qq.com/p/resource/weaponfullscreen/iProductID/39/iType/10" target="_blank">Info gathered from here</a> <a href="https://docs.google.com/spreadsheets/d/1BxuqoC1thjCVWfCq_At7ce_gssemdh4SlQ1SXyJuKc0/edit#gid=0">and here</a></p>
</div>
<br><br>
<div class="section">
</div>
</div>
<!--Footer-->
<footer class="page-footer light-blue lighten-2">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Site Info</h5>
<p class="grey-text text-lighten-4">This site is paid for and maintained by @Reaver01. If you would like to contribute to the development of this site, you can make a donation, or message me on our Discord channel.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="CRDPXKLXJTTY2">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<script language="javascript">
months = ['January', 'Febraury', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
var d=new Date();
var weekday=new Array(7);
weekday[0]="Sunday";
weekday[1]="Monday";
weekday[2]="Tuesday";
weekday[3]="Wednesday";
weekday[4]="Thursday";
weekday[5]="Friday";
weekday[6]="Saturday";
var d = new Date();
(d.getFullYear());
var theDate = new Date(document.lastModified);
theDate.setTime((theDate.getTime()+(60*60)) )
with (theDate) {
document.write("<i class='white-text'>Last updated "+weekday[getDay()]+' '+getDate()+' '+months[getMonth()]+' '+d.getFullYear()+' '+getHours()+':'+getMinutes()+" GMT</i>")
}
</script>
</div>
<div class="col l3 s12">
<h5 class="white-text">Other</h5>
<ul>
<li><a class="white-text" href="http://www.kogath.com/TeamHD/">TeamHD Patch Site</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Discord</h5>
<ul>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJfKJEm">#newsupdate</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFLryNm6">#faq</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJDbIsh">#mhodiscussion</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJEjyOT">#raid-search</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFMmU5h7">#help</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJ30fhg">#off-topic</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJFX0Rg">#hello-world</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJpYd7H">#gatheringhall</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made by @Reaver01 with <a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
<!--Scripts-->
<script src="/js/jquery-2.1.1.min.js"></script>
<script src="/js/materialize.js"></script>
<script src="/js/json/hammer.js"></script>
<script src="/js/json/weaponstages.js"></script>
<script src="/js/weapon.js"></script>
<script src="/js/translate.js"></script>
<script src="/js/init.js"></script>
</body>
</html>
|
Reaver01/mhowebsite
|
weapons/hammer/index.html
|
HTML
|
mit
| 32,148
|
<!DOCTYPE html>
<html ng-app="idiomApp">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>idiom</title>
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/extras.css">
</head>
<body ng-controller="wrapperController">
<div class="wrapper relative">
<div class="bg">
<img class="absolute z0" ng-src="../images/bg.jpg" alt="">
</div>
<div class="main absolute z1" ui-view>
</div>
</div>
<script src="framework/jquery/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="framework/angular/angular.min.js" type="text/javascript" charset="utf-8"></script>
<script src="framework/angular-mocks/angular-mocks.js" type="text/javascript" charset="utf-8"></script>
<script src="framework/angular-animate/angular-animate.min.js" type="text/javascript" charset="utf-8"></script>
<script src="framework/angular-ui-router/angular-ui-router.min.js" type="text/javascript" charset="utf-8"></script>
<script src="plugins/language/angular-translate.js" type="text/javascript" charset="utf-8"></script>
<script src="plugins/language/lang_pack.js" type="text/javascript" charset="utf-8"></script>
<script src="js/app.js" type="text/javascript" charset="utf-8"></script>
<script src="js/routes/routes.js" type="text/javascript" charset="utf-8"></script>
<script src="js/filters/utils.js" type="text/javascript" charset="utf-8"></script>
<script src="js/filters/apis.js" type="text/javascript" charset="utf-8"></script>
<script src="js/controllers.js" type="text/javascript" charset="utf-8"></script>
<script src="js/controllers/loading.js" type="text/javascript" charset="utf-8"></script>
<script src="js/controllers/startup.js" type="text/javascript" charset="utf-8"></script>
<script src="js/controllers/doing.js" type="text/javascript" charset="utf-8"></script>
<script src="js/controllers/completed.js" type="text/javascript" charset="utf-8"></script>
<script src="js/controllers/timeout.js" type="text/javascript" charset="utf-8"></script>
<script src="js/controllers/error.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
|
mygala/idiom
|
app/index.html
|
HTML
|
mit
| 2,298
|
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
{% include _head.html %}
</head>
<body class="home">
{% include _browser-upgrade.html %}
{% include _navigation.html %}
{% if page.image.feature %}
<div class="image-wrap">
<img src=
{% if page.image.feature contains 'http' %}
"{{ page.image.feature }}"
{% else %}
"{{ site.url }}/images/{{ page.image.feature }}"
{% endif %}
alt="{{ page.title }} feature image">
{% if page.image.credit %}
<span class="image-credit">Photo Credit: <a href="{{ page.image.creditlink }}">{{ page.image.credit }}</a></span>
{% endif %}
</div><!-- /.image-wrap -->
{% endif %}
<div class="article-author-side">
{% include _author-bio.html %}
</div>
<div id="index">
<h3><a href="{{ site.url}}/news/">Recent News</a></h3>
{% for post in site.categories.news limit:5 %}
<article>
{% if post.link %}
<h2 class="link-post"><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> <a href="{{ post.link }}" target="_blank" title="{{ post.title }}"><i class="fa fa-link"></i></h2>
{% else %}
<h2><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></h2>
<p>{{ post.excerpt | strip_html | truncate: 160 }}</p>
{% endif %}
</article>
{% endfor %}
</div><!-- /#index -->
<div class="footer-wrap">
<footer>
{% include _footer.html %}
</footer>
</div><!-- /.footer-wrap -->
{% include _scripts.html %}
</body>
</html>
|
ezzkaa/joaorodrigues.github.io
|
_layouts/home.html
|
HTML
|
mit
| 1,790
|
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<title>Calculadora IMC</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="jumbotron text-center">
<h1>Calculadora IMC</h1>
<p class="lead">
<form id="div01" name="calculate">
<fieldset>
<label>
Altura (m)
<br/>
<input id="height" type="text" name="Altura" class="form-control">
</label>
<br /><br />
<label class="control-label">
Peso (kg)
<br/>
<input id="weight" type="text" name="Peso" class="form-control">
</label>
<br /><br />
<button type="button" onclick="Function1()" class="btn btn-default">Calcular</button>
<button type="button" onclick="resetForm()" class="btn btn-default">Limpar</button>
</fieldset>
</form>
</p>
<div id="div02">
<table class="table table-striped table-bordered">
<thead>
<tr>
<th class="text-center">IMC</th>
<th class="text-center">Situação</th>
</tr>
</thead>
<tbody>
<tr>
<td> <span id="Result"></span> </td>
<td> <span id="bmi"></span> </td>
</tr>
</tbody>
</table>
<span class="navbar-left"><button type="button" onclick="Function2()" class="btn btn-default">Voltar</button></span>
<br><br>
</div>
<script type="text/javascript">
var display2 = document.getElementById('div02').style.display = 'none';
function Function1()
{
x = document.calculate;
if (x.height.value == "")
{
alert("O campo " + x.height.name + " deve ser preenchido.");
x.height.focus();
return false;
}
if (isNaN(x.height.value.replace(',','.')))
{
alert("O campo " + x.height.name + " deve conter apenas numeros.");
x.height.focus();
return false;
}
if (x.weight.value == "")
{
alert("O campo " + x.weight.name + " deve ser preenchido.");
x.weight.focus();
return false;
}
if (isNaN(x.weight.value.replace(',','.')))
{
alert("O campo " + x.weight.name + " deve conter apenas numeros.");
x.weight.focus();
return false;
}
var display = document.getElementById('div01').style.display;
if(display == "none")
document.getElementById('div01').style.display = 'block';
else
document.getElementById('div01').style.display = 'none';
if(display2 == "none")
document.getElementById('div02').style.display = 'block';
else
document.getElementById('div02').style.display = 'none';
var height = document.getElementById("height").value.replace(',','.');
var weight = document.getElementById("weight").value.replace(',','.');
var y1 = parseFloat(height) * parseFloat(height);
var y2 = parseFloat(weight) / y1;
var Result = y2;
var bmi;
if (Result < 17)
{
bmi = "Muito abaixo do peso";
}
else if (Result >= 17 && Result <= 18.49)
{
bmi = "Abaixo do peso";
}
else if (Result >= 18.5 && Result <= 24.99)
{
bmi = "Peso normal";
}
else if (Result >= 25 && Result <= 29.99)
{
bmi = "Acima do peso";
}
else if (Result >= 30 && Result <= 34.99)
{
bmi = "Obesidade I";
}
else if (Result >= 35 && Result <= 39.99)
{
bmi = "Obesidade II (severa)";
}
else if (Result >= 40)
{
bmi = "Obesidade III (mórbida)";
}
Result = parseInt(Result);
document.getElementById("bmi").innerHTML = bmi;
document.getElementById("Result").innerHTML = Result;
}
function Function2()
{
var display = document.getElementById('div01').style.display;
if(display == "none")
document.getElementById('div01').style.display = 'block';
else
document.getElementById('div01').style.display = 'none';
if(display2 == "none")
document.getElementById('div02').style.display = 'none';
else
document.getElementById('div02').style.display = 'block';
}
function resetForm()
{
document.getElementById("div01").reset();
}
</script>
</div>
</div> <!-- /container -->
</body>
</html>
|
Rodrigo-Correa/JavaScript
|
BMI-Calculator.html
|
HTML
|
mit
| 4,988
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>wCMF 4.0: Member List</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A MDSD framework for building reliable, maintainable and extendable web applications with PHP">
<meta name="keywords" content="PHP, web application framework, model driven development">
<meta name="author" content="wemove digital solutions">
<link rel="shortcut icon" href="theme/images/favicon.ico">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="theme/css/doxstyles.css" rel="stylesheet">
<script src="jquery.js"></script>
<script src="theme/bootstrap3/js/bootstrap.min.js"></script>
<link href="theme/bootstrap3/css/bootstrap.min.css" rel="stylesheet">
<link href="theme/bootstrap3/css/font-awesome.min.css" rel="stylesheet">
<script src="theme/js/tocify/jquery.tocify.min.js"></script>
<link href="theme/js/tocify/jquery.tocify.css" rel="stylesheet">
<script src="theme/js/doxy-boot.js"></script>
<script src="theme/js/application.js"></script>
<script src="dynsections.js"></script>
<link href="theme/css/syntax.css" rel="stylesheet">
<link href="theme/css/style.css" rel="stylesheet">
<script src="search/search.js"></script>
<script src="search/searchdata.js"></script>
</head>
<body style="min-height: 200px; padding-top: 50px;">
<header class="navbar navbar-inverse navbar-fixed-top bs-docs-nav">
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-sm-offset-0 col-md-10">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".menu-navbar-collapse">
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">wCMF 4.0</a>
</div>
<div class="collapse navbar-collapse menu-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-hand-o-right"></i> Guides <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="gettingstarted.html">Getting started</a></li>
<li><a href="architecture.html">Architecture</a></li>
<li><a href="model.html">Model</a></li>
<li><a href="persistence.html">Persistence</a></li>
<li><a href="presentation.html">Presentation</a></li>
<li><a href="configuration.html">Configuration</a></li>
<li><a href="security.html">Security</a></li>
<li><a href="i18n_l10n.html">I18n & l10n</a></li>
<li><a href="tests.html">Tests</a></li>
</ul>
</li>
<li class="dropdown"><a href="annotated.html"><i class="fa fa-file-text-o"></i> API</a></li>
<li><a href="https://github.com/iherwig/wcmf"><i class="fa fa-github"></i> Code</a></li>
<li><a href="support.html"><i class="fa fa-support"></i> Support</a></li>
</ul>
<ul class="nav navbar-nav pull-right">
<li>
<div id="MSearchBox">
<input id="MSearchField" type="text" class="form-control" placeholder="Search API" name="query" onkeyup="searchBox.OnSearchFieldChange(event)">
</div>
<div id="MSearchSelect"></div>
<div id="MSearchClose"></div>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<a class="anchor" id="top"></a>
<div class="content" id="content">
<div class="container">
<div class="row" style="margin-top: 20px;">
<div class="col-md-offset-1 col-sm-offset-0 col-md-10 panel panel-default">
<div>
<!-- end header part --><!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
//var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacewcmf.html">wcmf</a></li><li class="navelem"><a class="el" href="namespacewcmf_1_1lib.html">lib</a></li><li class="navelem"><a class="el" href="namespacewcmf_1_1lib_1_1core.html">core</a></li><li class="navelem"><a class="el" href="classwcmf_1_1lib_1_1core_1_1_event.html">Event</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Event Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classwcmf_1_1lib_1_1core_1_1_event.html">Event</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1core_1_1_event.html#aaf3350830f5be65c2a8521c0c937c73c">isStopped</a>()</td><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1core_1_1_event.html">Event</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1core_1_1_event.html#adc3f4b7596e176069cd179814c05c66d">stopPropagation</a>()</td><td class="entry"><a class="el" href="classwcmf_1_1lib_1_1core_1_1_event.html">Event</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
</div>
</div>
</div>
</div>
<hr>
<footer>
<div class="container">
<div class="row">
<div class="col-md-9">
<small>© 2016 <a href="http://www.wemove.com" target="_blank">wemove digital solutions</a><br>
Generated on Fri Jul 15 2016 22:20:43 for wCMF by  <a href="http://www.doxygen.org/index.html" target="_blank">doxygen</a> 1.8.10</small>
</div>
</div>
</div>
</footer>
</body>
</html>
|
iherwig/wcmf
|
docs/api-gen/html/4.0/classwcmf_1_1lib_1_1core_1_1_event-members.html
|
HTML
|
mit
| 6,507
|
<h1>Components</h1>
<h2>Buttons</h2>
<sty-buttons></sty-buttons>
<h2>Lists</h2>
<sty-lists></sty-lists>
|
marcusnielsen/mn-style
|
client/ui-views/components/template.html
|
HTML
|
mit
| 106
|
<template name="userMedical">
<div class="form-box">
<header>
<h2>User <b>Medical</b> Profile</h2>
</header>
{{#autoForm schema="Schemas.UserMedical" id="MedicalForm" }}
{{> afQuickField name='relationshipStatus' placeholder="Whats your current relationship status" options="allowed" }}
{{> afQuickField name='LookingFor' placeholder="What are you looking for?" options="allowed" }}
{{> afQuickField name='Excess' placeholder="Want Excess" }}
{{> afQuickField name='Extras' placeholder="What additional options are you after" }}
{{> afQuickField name='HospitalCover' placeholder="What level of hospital cover do you want" }}
{{> afQuickField name='HospitalWaitingPeriod' placeholder="How long do you want to wait?" options="allowed"}}
{{> afQuickField name='CurrentIllnessorInjury' placeholder="Any current illness or injuries?" }}
<div class="buttons">
<button class="btn btn-primary" type='submit'>Save</button>
</div>
{{/autoForm }}
</div>
</template>
|
dazmiller/socialite
|
client/views/profile/user_medical.html
|
HTML
|
mit
| 1,138
|
<!DOCTYPE html>
<html>
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<title>Database | Manuvr</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="canonical" href="http://hexo.io/api/warehouse/classes/Database.html">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="/favicon-196x196.png" sizes="196x196">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#2f83cd">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lato:300,700" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro:400,700" rel="stylesheet" type="text/css">
<link rel="alternative" href="/atom.xml" title="Manuvr.io" type="application/atom+xml">
<meta name="description" content="<p&Database constructor.</p&">
<meta property="og:type" content="website">
<meta property="og:title" content="Database">
<meta property="og:url" content="http://manuvr.io/api/warehouse/classes/Database.html">
<meta property="og:site_name" content="Manuvr.io">
<meta property="og:description" content="<p&Database constructor.</p&">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Database">
<meta name="twitter:description" content="<p&Database constructor.</p&">
<meta name="twitter:site" content="@manuvrglove">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58776798-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<article class="api">
<header id="page-banner">
<div class="outer">
<div class="inner">
<h1 id="page-title">API Reference</h1>
</div>
</div>
</header>
<div class="outer">
<div id="mobile-menu-wrap"></div>
<div class="page-content"><header id="api-header">
<h1 id="api-title">Database Class</h1>
<div class="api-meta">
Defined in <a href="https://github.com/tommy351/warehouse/blob/1.0.0-rc.3/lib/database.js#L14">lib/database.js:14</a>
</div>
</header>
<div class="page-entry">
<h2 class="api-section-title">Description</h2>
<p>Database constructor.</p>
<h2 class="api-section-title">Constructor</h2>
<div id="constructor" class="api-item constructor public">
<header class="api-item-header">
<h3 class="api-item-title">
<a href="#constructor">Database</a>
</h3>
<span class="api-item-params">([options])</span>
</header>
<div class="api-item-meta">
Defined in
<a href="https://github.com/tommy351/warehouse/blob/1.0.0-rc.3/lib/database.js#L14">lib/database.js:14</a>
</div>
<div class="api-item-entry">
<p>Database constructor.</p>
<h4 class="api-item-subtitle">Parameters</h4>
<ul>
<li>
<strong>options</strong>
<span class="api-item-type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object">Object</a></span>
<span class="api-item-flag optional">optional</span>
</li>
</ul>
</div>
</div>
<h2 class="api-section-title">Methods</h2>
<!-- removed forEach breaking methods undefined -->
<h2 class="api-section-title">Properties</h2>
<div id="property_Model" class="api-item property private">
<header class="api-item-header">
<h3 class="api-item-title">
<a href="#property_Model">Model</a>
</h3>
<span class="api-item-flag private">private</span>
</header>
<div class="api-item-meta">
Defined in
<a href="https://github.com/tommy351/warehouse/blob/1.0.0-rc.3/lib/database.js#L45">lib/database.js:45</a>
</div>
<div class="api-item-entry">
<p>Model constructor for this database instance.</p>
</div>
</div>
<div id="property_Schema" class="api-item property public">
<header class="api-item-header">
<h3 class="api-item-title">
<a href="#property_Schema">Schema</a>
</h3>
<span class="api-item-flag static">static</span>
</header>
<div class="api-item-meta">
Defined in
<a href="https://github.com/tommy351/warehouse/blob/1.0.0-rc.3/lib/database.js#L180">lib/database.js:180</a>
</div>
<div class="api-item-entry">
<p>See <a href="/api/warehouse/classes/Schema.html">Schema</a>.</p>
</div>
</div>
<div id="property_SchemaType" class="api-item property public">
<header class="api-item-header">
<h3 class="api-item-title">
<a href="#property_SchemaType">SchemaType</a>
</h3>
<span class="api-item-flag static">static</span>
</header>
<div class="api-item-meta">
Defined in
<a href="https://github.com/tommy351/warehouse/blob/1.0.0-rc.3/lib/database.js#L188">lib/database.js:188</a>
</div>
<div class="api-item-entry">
<p>See <a href="/api/warehouse/classes/SchemaType.html">SchemaType</a>.</p>
</div>
</div>
<div id="property__models" class="api-item property private">
<header class="api-item-header">
<h3 class="api-item-title">
<a href="#property__models">_models</a>
</h3>
<span class="api-item-flag private">private</span>
</header>
<div class="api-item-meta">
Defined in
<a href="https://github.com/tommy351/warehouse/blob/1.0.0-rc.3/lib/database.js#L37">lib/database.js:37</a>
</div>
<div class="api-item-entry">
<p>Models.</p>
</div>
</div>
<div id="property_options" class="api-item property private">
<header class="api-item-header">
<h3 class="api-item-title">
<a href="#property_options">options</a>
</h3>
<span class="api-item-flag private">private</span>
</header>
<div class="api-item-meta">
Defined in
<a href="https://github.com/tommy351/warehouse/blob/1.0.0-rc.3/lib/database.js#L25">lib/database.js:25</a>
</div>
<div class="api-item-entry">
<p>Database options.</p>
</div>
</div>
<div id="property_version" class="api-item property public">
<header class="api-item-header">
<h3 class="api-item-title">
<a href="#property_version">version</a>
</h3>
<span class="api-item-flag static">static</span>
</header>
<div class="api-item-meta">
Defined in
<a href="https://github.com/tommy351/warehouse/blob/1.0.0-rc.3/lib/database.js#L196">lib/database.js:196</a>
</div>
<div class="api-item-entry">
<p>Warehouse version.</p>
</div>
</div>
</div>
</div>
<aside id="sidebar">
<strong class="sidebar-title">Projects</strong>
<a href="/api/classes/Hexo.html" class="sidebar-link">Hexo</a>
<a href="/api/warehouse/classes/Database.html" class="sidebar-link current">Warehouse</a>
<strong class="sidebar-title">Classes</strong>
<a href="/api/warehouse/classes/Database.html" class="sidebar-link current">Database</a>
<a href="/api/warehouse/classes/Document.html" class="sidebar-link">Document</a>
<a href="/api/warehouse/classes/Model.html" class="sidebar-link">Model</a>
<a href="/api/warehouse/classes/Query.html" class="sidebar-link">Query</a>
<a href="/api/warehouse/classes/Schema.html" class="sidebar-link">Schema</a>
<a href="/api/warehouse/classes/SchemaType.html" class="sidebar-link">SchemaType</a>
<a href="/api/warehouse/classes/SchemaTypeArray.html" class="sidebar-link">SchemaTypeArray</a>
<a href="/api/warehouse/classes/SchemaTypeBoolean.html" class="sidebar-link">SchemaTypeBoolean</a>
<a href="/api/warehouse/classes/SchemaTypeCUID.html" class="sidebar-link">SchemaTypeCUID</a>
<a href="/api/warehouse/classes/SchemaTypeDate.html" class="sidebar-link">SchemaTypeDate</a>
<a href="/api/warehouse/classes/SchemaTypeEnum.html" class="sidebar-link">SchemaTypeEnum</a>
<a href="/api/warehouse/classes/SchemaTypeNumber.html" class="sidebar-link">SchemaTypeNumber</a>
<a href="/api/warehouse/classes/SchemaTypeObject.html" class="sidebar-link">SchemaTypeObject</a>
<a href="/api/warehouse/classes/SchemaTypeString.html" class="sidebar-link">SchemaTypeString</a>
<a href="/api/warehouse/classes/SchemaTypeVirtual.html" class="sidebar-link">SchemaTypeVirtual</a>
<a href="/api/warehouse/classes/util.html" class="sidebar-link">util</a>
</aside>
</div>
</article>
</body>
</html>
|
Manuvr/manuvr.io
|
OLD/public/api/warehouse/classes/Database.html
|
HTML
|
mit
| 9,977
|
<!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_braille_dots_34568` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_braille_dots_34568">
<title>wayland_kbd::keysyms::XKB_KEY_braille_dots_34568 - 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'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_braille_dots_34568', 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'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_braille_dots_34568</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-5873' class='srclink' href='../../src/wayland_kbd/ffi/keysyms.rs.html#2294' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_braille_dots_34568: <a href='http://doc.rust-lang.org/nightly/std/primitive.u32.html'>u32</a><code> = </code><code>0x10028bc</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<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>typedef</code> (or
<code>tdef</code>).
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html>
|
mcanders/bevy
|
doc/wayland_kbd/keysyms/constant.XKB_KEY_braille_dots_34568.html
|
HTML
|
mit
| 3,892
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class template last_value</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../signals2/reference.html#header.boost.signals2.last_value_hpp" title="Header <boost/signals2/last_value.hpp>">
<link rel="prev" href="dummy_mutex.html" title="Class dummy_mutex">
<link rel="next" href="last_value_void_id798385.html" title="Class last_value<void>">
</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="dummy_mutex.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../signals2/reference.html#header.boost.signals2.last_value_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="last_value_void_id798385.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.signals2.last_value"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class template last_value</span></h2>
<p>boost::signals2::last_value — Evaluate an <a class="link" href="../../InputIterator.html" title="Concept InputIterator">InputIterator</a> sequence and return the
last value in the sequence.</p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../signals2/reference.html#header.boost.signals2.last_value_hpp" title="Header <boost/signals2/last_value.hpp>">boost/signals2/last_value.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">></span>
<span class="keyword">class</span> <a class="link" href="last_value.html" title="Class template last_value">last_value</a> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="identifier">T</span> <a name="boost.signals2.last_value.result_type"></a><span class="identifier">result_type</span><span class="special">;</span>
<span class="comment">// <a class="link" href="last_value.html#id1075712-bb">invocation</a></span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <a class="link" href="../../InputIterator.html" title="Concept InputIterator">InputIterator</a><span class="special">></span>
<span class="identifier">result_type</span> <a class="link" href="last_value.html#id1408958-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">InputIterator</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="id3183345"></a><h2>Description</h2>
<p>
The <code class="computeroutput">last_value</code> class was the default <code class="computeroutput">Combiner</code> template parameter
type for signals in the original Signals library.
Signals2 uses <a class="link" href="optional_last_value.html" title="Class template optional_last_value">optional_last_value</a> as the default, which
does not throw.
</p>
<div class="refsect2">
<a name="id3183377"></a><h3>
<a name="id1075712-bb"></a><code class="computeroutput">last_value</code> invocation</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <a class="link" href="../../InputIterator.html" title="Concept InputIterator">InputIterator</a><span class="special">></span>
<span class="identifier">result_type</span> <a name="id1408958-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">InputIterator</span> first<span class="special">,</span> <span class="identifier">InputIterator</span> last<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term">Effects:</span></p></td>
<td><p>Attempts to dereference every iterator in the sequence <code class="computeroutput">[first, last)</code>.
</p></td>
</tr>
<tr>
<td><p><span class="term">Returns:</span></p></td>
<td><p>The result of the last successful iterator dereference.</p></td>
</tr>
<tr>
<td><p><span class="term">Throws:</span></p></td>
<td><p><a class="link" href="no_slots_error.html" title="Class no_slots_error">no_slots_error</a> if no iterators were successfully dereferenced,
unless the template type of <code class="computeroutput">last_value</code> is <code class="computeroutput">void</code>.</p></td>
</tr>
</tbody>
</table></div>
</li></ol></div>
</div>
<div class="refsect2">
<a name="id3183539"></a><h3>Specializations</h3>
<div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><a class="link" href="last_value_void_id798385.html" title="Class last_value<void>">Class last_value<void></a></p></li></ul></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2001-2004 Douglas Gregor<br>Copyright © 2007-2009 Frank Mori Hess<p>Distributed under the Boost
Software License, Version 1.0. (See accompanying file
<code class="filename">LICENSE_1_0.txt</code> 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="dummy_mutex.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../signals2/reference.html#header.boost.signals2.last_value_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="last_value_void_id798385.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
djsedulous/namecoind
|
libs/boost_1_50_0/doc/html/boost/signals2/last_value.html
|
HTML
|
mit
| 7,756
|
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content=" ">
<title>Get Predefined Content by ID | LivePerson Technical Documentation</title>
<link rel="stylesheet" href="css/syntax.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css">
<!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
<link rel="stylesheet" href="css/modern-business.css">
<link rel="stylesheet" href="css/lavish-bootstrap.css">
<link rel="stylesheet" href="css/customstyles.css">
<link rel="stylesheet" href="css/theme-blue.css">
<!-- <script src="assets/js/jsoneditor.js"></script> -->
<script src="assets/js/jquery-3.1.0.min.js"></script>
<!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> -->
<!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'>
-->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> -->
<script src="assets/js/jquery.cookie-1.4.1.min.js"></script>
<script src="js/jquery.navgoco.min.js"></script>
<script src="assets/js/bootstrap-3.3.4.min.js"></script>
<script src="assets/js/anchor-2.0.0.min.js"></script>
<script src="js/toc.js"></script>
<script src="js/customscripts.js"></script>
<link rel="shortcut icon" href="images/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" title="" href="http://0.0.0.0:4005feed.xml">
<script>
$(document).ready(function() {
// Initialize navgoco with default options
$("#mysidebar").navgoco({
caretHtml: '',
accordion: true,
openClass: 'active', // open
save: false, // leave false or nav highlighting doesn't work right
cookie: {
name: 'navgoco',
expires: false,
path: '/'
},
slide: {
duration: 400,
easing: 'swing'
}
});
$("#collapseAll").click(function(e) {
e.preventDefault();
$("#mysidebar").navgoco('toggle', false);
});
$("#expandAll").click(function(e) {
e.preventDefault();
$("#mysidebar").navgoco('toggle', true);
});
});
</script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container topnavlinks">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="fa fa-home fa-lg navbar-brand" href="index.html"> <span class="projectTitle"> LivePerson Technical Documentation</span></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<!-- entries without drop-downs appear here -->
<!-- entries with drop-downs appear here -->
<!-- conditional logic to control which topnav appears for the audience defined in the configuration file.-->
<li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li>
<!--comment out this block if you want to hide search-->
<li>
<!--start search-->
<div id="search-demo-container">
<input type="text" id="search-input" placeholder="search...">
<ul id="results-container"></ul>
</div>
<script src="js/jekyll-search.js" type="text/javascript"></script>
<script type="text/javascript">
SimpleJekyllSearch.init({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
dataSource: 'search.json',
searchResultTemplate: '<li><a href="{url}" title="Get Predefined Content by ID">{title}</a></li>',
noResultsText: 'No results found.',
limit: 10,
fuzzy: true,
})
</script>
<!--end search-->
</li>
</ul>
</div>
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<div class="col-lg-12"> </div>
<!-- Content Row -->
<div class="row">
<!-- Sidebar Column -->
<div class="col-md-3">
<ul id="mysidebar" class="nav">
<li class="sidebarTitle"> </li>
<li>
<a href="#">Common Guidelines</a>
<ul>
<li class="subfolders">
<a href="#">Introduction</a>
<ul>
<li class="thirdlevel"><a href="index.html">Home</a></li>
<li class="thirdlevel"><a href="getting-started.html">Getting Started with LiveEngage APIs</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Guides</a>
<ul>
<li class="thirdlevel"><a href="guides-customizedchat.html">Customized Chat Windows</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Account Configuration</a>
<ul>
<li class="subfolders">
<a href="#">Predefined Content API</a>
<ul>
<li class="thirdlevel"><a href="account-configuration-predefined-content-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-items.html">Get Predefined Content Items</a></li>
<li class="active thirdlevel"><a href="account-configuration-predefined-content-get-by-id.html">Get Predefined Content by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-query-delta.html">Predefined Content Query Delta</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-create-content.html">Create Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-update-content.html">Update Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-update-content-items.html">Update Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content.html">Delete Predefined Content</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content-items.html">Delete Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items.html">Get Default Predefined Content Items</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items-by-id.html">Get Default Predefined Content by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-predefined-content-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Automatic Messages API</a>
<ul>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-messages.html">Get Automatic Messages</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-message-by-id.html">Get Automatic Message by ID</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-update-an-automatic-message.html">Update an Automatic Message</a></li>
<li class="thirdlevel"><a href="account-configuration-automatic-messages-appendix.html">Appendix</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Administration</a>
<ul>
<li class="subfolders">
<a href="#">Users API</a>
<ul>
<li class="thirdlevel"><a href="administration-users-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-users-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-users.html">Get all users</a></li>
<li class="thirdlevel"><a href="administration-get-user-by-id.html">Get user by ID</a></li>
<li class="thirdlevel"><a href="administration-create-users.html">Create users</a></li>
<li class="thirdlevel"><a href="administration-update-users.html">Update users</a></li>
<li class="thirdlevel"><a href="administration-update-user.html">Update user</a></li>
<li class="thirdlevel"><a href="administration-delete-users.html">Delete users</a></li>
<li class="thirdlevel"><a href="administration-delete-user.html">Delete user</a></li>
<li class="thirdlevel"><a href="administration-change-users-password.html">Change user's password</a></li>
<li class="thirdlevel"><a href="administration-reset-users-password.html">Reset user's password</a></li>
<li class="thirdlevel"><a href="administration-user-query-delta.html">User query delta</a></li>
<li class="thirdlevel"><a href="administration-users-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Skills API</a>
<ul>
<li class="thirdlevel"><a href="administration-skills-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-skills-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-skills.html">Get all skills</a></li>
<li class="thirdlevel"><a href="administration-get-skill-by-id.html">Get skill by ID</a></li>
<li class="thirdlevel"><a href="administration-create-skills.html">Create skills</a></li>
<li class="thirdlevel"><a href="administration.update-skills.html">Update skills</a></li>
<li class="thirdlevel"><a href="administration-update-skill.html">Update skill</a></li>
<li class="thirdlevel"><a href="administration-delete-skills.html">Delete skills</a></li>
<li class="thirdlevel"><a href="administration-delete-skill.html">Delete skill</a></li>
<li class="thirdlevel"><a href="administration-skills-query-delta.html">Skills Query Delta</a></li>
<li class="thirdlevel"><a href="administration-skills-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Agent Groups API</a>
<ul>
<li class="thirdlevel"><a href="administration-agent-groups-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="administration-agent-groups-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="administration-get-all-agent-groups.html">Get all agent groups</a></li>
<li class="thirdlevel"><a href="administration-get-agent-groups-by-id.html">Get agent group by ID</a></li>
<li class="thirdlevel"><a href="administration-create-agent-groups.html">Create agent groups</a></li>
<li class="thirdlevel"><a href="administration-update-agent-groups.html">Update agent groups</a></li>
<li class="thirdlevel"><a href="administration-update-agent-group.html">Update agent group</a></li>
<li class="thirdlevel"><a href="administration-delete-agent-groups.html">Delete agent groups</a></li>
<li class="thirdlevel"><a href="administration-delete-agent-group.html">Delete agent group</a></li>
<li class="thirdlevel"><a href="administration-get-subgroups-and-members.html">Get subgroups and members of an agent group</a></li>
<li class="thirdlevel"><a href="administration-agent-groups-query-delta.html">Agent Groups Query Delta</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Consumer Experience</a>
<ul>
<li class="subfolders">
<a href="#">JavaScript Chat SDK</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-chat-states.html">Chat States</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-surveys.html">Surveys</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-creating-an-instance.html">Creating an Instance</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getestimatedwaittime.html">getEstimatedWaitTime</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getengagement.html">getEngagement</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-addline.html">addLine</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitortyping.html">setVisitorTyping</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitorname.html">setVisitorName</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-endchat.html">endChat</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-requesttranscript.html">requestTranscript</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getexitsurvey.html">getExitSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitexitsurvey.html">submitExitSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getstate.html">getState</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentloginname.html">getAgentLoginName</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getvisitorname.html">getVisitorName</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentid.html">getAgentId</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getrtsessionid.html">getRtSessionId</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getsessionkey.html">getSessionKey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagenttyping.html">getAgentTyping</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-events.html">Events</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onload.html">onLoad</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninit.html">onInit</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onestimatedwaittime.html">onEstimatedWaitTime</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onengagement.html">onEngagement</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onprechatsurvey.html">onPreChatSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstart.html">onStart</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstop.html">onStop</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onrequestchat.html">onRequestChat</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-ontranscript.html">onTranscript</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-online.html">onLine</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstate.html">onState</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninfo.html">onInfo</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onagenttyping.html">onAgentTyping</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onexitsurvey.html">onExitSurvey</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-onaccounttoaccounttransfer.html">onAccountToAccountTransfer</a></li>
<li class="thirdlevel"><a href="rt-interactions-example.html">Engagement Attributes Body Example</a></li>
<li class="thirdlevel"><a href="consumer-experience-javascript-chat-demo.html">Demo App</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Server Chat API</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-server-chat-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-availability.html">Retrieve Availability</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-available-slots.html">Retrieve Available Slots</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-estimated-wait-time.html">Retrieve Estimated Wait Time</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-offline-survey.html">Retrieve an Offline Survey</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-start-chat.html">Start a Chat</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-events.html">Retrieve Chat Events</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-add-lines.html">Add Lines / End Chat</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-information.html">Retrieve Chat Information</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-name.html">Retrieve the Visitor's Name</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-name.html">Set the Visitor's Name</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-agent-typing-status.html">Retrieve the Agent's Typing Status</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-typing-status.html">Retrieve the Visitor's Typing Status</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-typing-status.html">Set the Visitor's Typing Status</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-exit-survey-structure.html">Retrieve Exit Survey Structure</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-submit-survey-data.html">Submit Survey Data</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-send-transcript.html">Send a Transcript</a></li>
<li class="thirdlevel"><a href="consumer-experience-server-chat-sample.html">Sample Postman Collection</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Push Service API</a>
<ul>
<li class="thirdlevel"><a href="push-service-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="push-service-tls-html">TLS Authentication</a></li>
<li class="thirdlevel"><a href="push-service-codes-html">HTTP Response Codes</a></li>
<li class="thirdlevel"><a href="push-service-configuration-html">Configuration of Push Proxy</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">In-App Messaging SDK iOS (2.0)</a>
<ul>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-quick-start.html">Quick Start</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-configurations.html">Advanced Configurations</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-initialize.html">initialize</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-showconversation.html">showConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-removeconversation.html">removeConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-reconnect.html">reconnect</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-togglechatactions.html">toggleChatActions</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-checkactiveconversation.html">checkActiveConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-markasurgent.html">markAsUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-isurgent.html">isUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-dismissurgent.html">dismissUrgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-resolveconversation.html">resolveConversation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-clearhistory.html">clearHistory</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-logout.html">logout</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-destruct.html">destruct</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-handlepush.html">handlePush</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-registerpushnotifications.html">registerPushNotifications</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-setuserprofile.html">setUserProfile</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getassignedagent.html">getAssignedAgent</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-subscribelogevents.html">subscribeLogEvents</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getsdkversion.html">getSDKVersion</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-printalllocalizedkeys.html">printAllLocalizedKeys</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-printsupportedlanguages.html">printSupportedLanguages</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-getallsupportedlanguages.html">getAllSupportedLanguages</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-interfacedefinitions.html">Interface and Class Definitions</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-callbacks-index.html">Callbacks index</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-configuring-the-sdk.html">Configuring the SDK</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-attributes.html">Attributes</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-deprecated-attributes.html">Deprecated Attributes</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-stringlocalization.html">String localization in SDK</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-localizationkeys.html">Localization Keys</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-timestamps.html">Timestamps Formatting</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-createcertificate.html">OS Certificate Creation</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-csat.html">CSAT UI Content</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-photosharing.html">Photo Sharing (Beta)</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-pushnotifications.html">Configuring Push Notifications</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-opensource.html">Open Source List</a></li>
<li class="thirdlevel"><a href="consumer-experience-ios-sdk-security.html">Security</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">In-App Messaging SDK Android (2.0)</a>
<ul>
<li class="thirdlevel"><a href="android-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="android-prerequisites.html">Prerequisites</a></li>
<li class="thirdlevel"><a href="android-download-and-unzip.html">Step 1: Download and Unzip the SDK</a></li>
<li class="thirdlevel"><a href="android-configure-project-settings.html">Step 2: Configure project settings to connect LiveEngage SDK</a></li>
<li class="thirdlevel"><a href="android-code-integration.html">Step 3: Code integration for basic deployment</a></li>
<li class="thirdlevel"><a href="android-initialization.html">SDK Initialization and Lifecycle</a></li>
<li class="thirdlevel"><a href="android-authentication.html">Authentication</a></li>
<li class="thirdlevel"><a href="android-conversations-lifecycle.html">Conversations Lifecycle</a></li>
<li class="thirdlevel"><a href="android-callbacks-interface.html">LivePerson Callbacks Interface</a></li>
<li class="thirdlevel"><a href="android-notifications.html">Notifications</a></li>
<li class="thirdlevel"><a href="android-user-data.html">User Data</a></li>
<li class="thirdlevel"><a href="android-logs.html">Logs and Info</a></li>
<li class="thirdlevel"><a href="android-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="android-initializedeprecated.html">initialize (Deprecated)</a></li>
<li class="thirdlevel"><a href="android-initializeproperties.html">initialize (with SDK properties object)</a></li>
<li class="thirdlevel"><a href="android-showconversation.html">showConversation</a></li>
<li class="thirdlevel"><a href="android-showconversationauth.html">showConversation (with authentication support)</a></li>
<li class="thirdlevel"><a href="android-hideconversation.html">hideConversation</a></li>
<li class="thirdlevel"><a href="android-getconversationfrag.html">getConversationFragment</a></li>
<li class="thirdlevel"><a href="android-getconversationfragauth.html">getConversationFragment with authentication support</a></li>
<li class="thirdlevel"><a href="android-reconnect.html">reconnect</a></li>
<li class="thirdlevel"><a href="android-setuserprofile.html">setUserProfile</a></li>
<li class="thirdlevel"><a href="android-setuserprofiledeprecated.html">setUserProfile (Deprecated)</a></li>
<li class="thirdlevel"><a href="android-registerlppusher.html">registerLPPusher</a></li>
<li class="thirdlevel"><a href="android-unregisterlppusher.html">unregisterLPPusher</a></li>
<li class="thirdlevel"><a href="android-handlepush.html">handlePush</a></li>
<li class="thirdlevel"><a href="android-getsdkversion.html">getSDKVersion</a></li>
<li class="thirdlevel"><a href="android-setcallback.html">setCallback</a></li>
<li class="thirdlevel"><a href="android-removecallback.html">removeCallBack</a></li>
<li class="thirdlevel"><a href="android-checkactiveconversation.html">checkActiveConversation</a></li>
<li class="thirdlevel"><a href="android-checkagentid.html">checkAgentID</a></li>
<li class="thirdlevel"><a href="android-markurgent.html">markConversationAsUrgent</a></li>
<li class="thirdlevel"><a href="android-marknormal.html">markConversationAsNormal</a></li>
<li class="thirdlevel"><a href="android-checkurgent.html">checkConversationIsMarkedAsUrgent</a></li>
<li class="thirdlevel"><a href="android-resolveconversation.html">resolveConversation</a></li>
<li class="thirdlevel"><a href="android-shutdown.html">shutDown</a></li>
<li class="thirdlevel"><a href="android-shutdowndeprecated.html">shutDown (Deprecated)</a></li>
<li class="thirdlevel"><a href="android-clearhistory.html">clearHistory</a></li>
<li class="thirdlevel"><a href="android-logout.html">logOut</a></li>
<li class="thirdlevel"><a href="android-callbacks-index.html">Callbacks Index</a></li>
<li class="thirdlevel"><a href="android-configuring-sdk.html">Configuring the SDK</a></li>
<li class="thirdlevel"><a href="android-attributes.html">Attributes</a></li>
<li class="thirdlevel"><a href="android-configuring-edittext.html">Configuring the message’s EditText</a></li>
<li class="thirdlevel"><a href="android-proguard.html">Proguard Configuration</a></li>
<li class="thirdlevel"><a href="android-modifying-string.html">Modifying Strings</a></li>
<li class="thirdlevel"><a href="android-modifying-resources.html">Modifying Resources</a></li>
<li class="thirdlevel"><a href="android-plural-string.html">Plural String Resource Example</a></li>
<li class="thirdlevel"><a href="android-timestamps.html">Timestamps Formatting</a></li>
<li class="thirdlevel"><a href="android-off-hours.html">Date and Time</a></li>
<li class="thirdlevel"><a href="android-bubble.html">Bubble Timestamp</a></li>
<li class="thirdlevel"><a href="android-separator.html">Separator Timestamp</a></li>
<li class="thirdlevel"><a href="android-resolve.html">Resolve Message</a></li>
<li class="thirdlevel"><a href="android-csat.html">CSAT Behavior</a></li>
<li class="thirdlevel"><a href="android-photo-sharing.html">Photo Sharing - Beta</a></li>
<li class="thirdlevel"><a href="android-push-notifications.html">Enable Push Notifications</a></li>
<li class="thirdlevel"><a href="android-appendix.html">Appendix</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Real-time Interactions</a>
<ul>
<li class="subfolders">
<a href="#">Visit Information API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-visit-information-visit-information.html">Visit Information</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">App Engagement API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-app-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-app-engagement-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="rt-interactions-create-session.html">Create Session</a></li>
<li class="thirdlevel"><a href="rt-interactions-update-session.html">Update Session</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement Attributes</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-engagement-attributes-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-engagement-attributes-engagement-attributes.html">Engagement Attributes</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">IVR Engagement API</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="rt-interactions-ivr-engagement-external engagement.html">External Engagement</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Validate Engagement</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-validate-engagement-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-validate-engagement-validate-engagement.html">Validate Engagement API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement Trigger API</a>
<ul>
<li class="thirdlevel"><a href="trigger-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="trigger-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="trigger-click.html">Click</a></li>
<li class="thirdlevel"><a href="trigger-getinfo.html">getEngagementInfo</a></li>
<li class="thirdlevel"><a href="trigger-getstate.html">getEngagementState</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement Window Widget SDK</a>
<ul>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-limitations.html">Limitations</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-configuration.html">Configuration</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-how-to-use.html">How to use the SDK</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-code-examples.html">Code Examples</a></li>
<li class="thirdlevel"><a href="rt-interactions-window-sdk-event-structure.html">Event Structure</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Agent</a>
<ul>
<li class="subfolders">
<a href="#">Agent Workspace Widget SDK</a>
<ul>
<li class="thirdlevel"><a href="agent-workspace-sdk-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-limitations.html">Limitations</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-how-to-use.html">How to use the SDK</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-public-model.html">Public Model Structure</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-public-properties.html">Public Properties</a></li>
<li class="thirdlevel"><a href="agent-workspace-sdk-code-examples.html">Code Examples</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">LivePerson Domain API</a>
<ul>
<li class="thirdlevel"><a href="agent-domain-domain-api.html">Domain API</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Login Service API</a>
<ul>
<li class="thirdlevel"><a href="login-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="agent-login.html">Login</a></li>
<li class="thirdlevel"><a href="agent-refresh.html">Refresh</a></li>
<li class="thirdlevel"><a href="agent-refresh.html">Logout</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Chat Agent API</a>
<ul>
<li class="thirdlevel"><a href="chat-agent-getting-started.html">Getting Started</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="agent-start-agent-session.html">Start Agent Session</a></li>
<li class="thirdlevel"><a href="agent-retrieve-current-availability.html">Retrieve Current Availability</a></li>
<li class="thirdlevel"><a href="agent-set-agent-availability.html">Set Agent Availability</a></li>
<li class="thirdlevel"><a href="agent-retrieve-available-agents.html">Retrieve Available Agents</a></li>
<li class="thirdlevel"><a href="agent-retrieve-available-slots.html">Retrieve Available Slots</a></li>
<li class="thirdlevel"><a href="agent-retrieve-agent-information.html">Retrieve Agent Information</a></li>
<li class="thirdlevel"><a href="agent-determine-incoming.html">Determine Incoming Chat Requests</a></li>
<li class="thirdlevel"><a href="agent-accept-chat.html">Accept a Chat</a></li>
<li class="thirdlevel"><a href="agent-retrieve-chat-sessions.html">Retrieve Chat Sessions</a></li>
<li class="thirdlevel"><a href="agent-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li>
<li class="thirdlevel"><a href="agent-retrieve-data.html">Retrieve Data for Multiple Chats</a></li>
<li class="thirdlevel"><a href="agent-retrieve-chat-events.html">Retrieve Chat Events</a></li>
<li class="thirdlevel"><a href="agent-add-lines.html">Add Lines</a></li>
<li class="thirdlevel"><a href="agent-end-chat.html">End Chat</a></li>
<li class="thirdlevel"><a href="agent-retrieve-chat-info.html">Retrieve Chat Information</a></li>
<li class="thirdlevel"><a href="">Retrieve Visitor’s Name</a></li>
<li class="thirdlevel"><a href="agent-retrieve-agent-typing.html">Retrieve Agent's Typing Status</a></li>
<li class="thirdlevel"><a href="agent-set-agent-typing.html">Set Agent’s Typing Status</a></li>
<li class="thirdlevel"><a href="agent-retrieve-visitor-typing.html">Retrieve Visitor's Typing Status</a></li>
<li class="thirdlevel"><a href="agent-chat-agent-retrieve-skills.html">Retrieve Available Skills</a></li>
<li class="thirdlevel"><a href="agent-transfer-chat.html">Transfer a Chat</a></li>
<li class="thirdlevel"><a href="agent-retrieve-survey-structure.html">Retrieve Agent Survey Structure</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Messaging Agent SDK</a>
<ul>
<li class="thirdlevel"><a href="messaging-agent-sdk-overview.html">Overview</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Data</a>
<ul>
<li class="subfolders">
<a href="#">Data Access API (Beta)</a>
<ul>
<li class="thirdlevel"><a href="data-data-access-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="data-data-access-architecture.html">Architecture</a></li>
<li class="thirdlevel"><a href="data-data-access-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="data-data-access-base-resource.html">Base Resource</a></li>
<li class="thirdlevel"><a href="data-data-access-agent-activity.html">Agent Activity</a></li>
<li class="thirdlevel"><a href="data-data-access-web-session.html">Web Session</a></li>
<li class="thirdlevel"><a href="data-data-access-engagement.html">Engagement</a></li>
<li class="thirdlevel"><a href="data-data-access-survey.html">Survey</a></li>
<li class="thirdlevel"><a href="data-data-access-schema.html">Schema</a></li>
<li class="thirdlevel"><a href="data-data-access-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Messaging Operations API</a>
<ul>
<li class="thirdlevel"><a href="data-messaging-operations-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="data-messaging-operations-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="data-messaging-operations-messaging-conversation.html">Messaging Conversation</a></li>
<li class="thirdlevel"><a href="data-messaging-operations-messaging-csat-distribution.html">Messaging CSAT Distribution</a></li>
<li class="thirdlevel"><a href="data-messaging-operations-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Messaging Interactions API (Beta)</a>
<ul>
<li class="thirdlevel"><a href="data-messaging-interactions-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-conversations.html">Conversations</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-get-conversation-by-conversation-id.html">Get conversation by conversation ID</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-get-conversations-by-consumer-id.html">Get Conversations by Consumer ID</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-sample-code.html">Sample Code</a></li>
<li class="thirdlevel"><a href="data-messaging-interactions-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Engagement History API</a>
<ul>
<li class="thirdlevel"><a href="data-engagement-history-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="data-engagement-history-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="data-engagement-history-retrieve-engagement-list-by-criteria.html">Retrieve Engagement List by Criteria</a></li>
<li class="thirdlevel"><a href="data-engagement-history-sample-code.html">Sample Code</a></li>
<li class="thirdlevel"><a href="data-engagement-history-appendix.html">Appendix</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Operational Real-time API</a>
<ul>
<li class="thirdlevel"><a href="data-operational-realtime-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-methods.html">Methods</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-queue-health.html">Queue Health</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-engagement-activity.html">Engagement Activity</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-agent-activity.html">Agent Activity</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-current-queue-state.html">Current Queue State</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-sla-histogram.html">SLA Histogram</a></li>
<li class="thirdlevel"><a href="data-operational-realtime-sample-code.html">Sample Code</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">LiveEngage Tag</a>
<ul>
<li class="subfolders">
<a href="#">LE Tag Events</a>
<ul>
<li class="thirdlevel"><a href="lp-tag-tag-events-overview.html">Overview</a></li>
<li class="thirdlevel"><a href="lp-tag-tag-events-how.html">How to use these Events</a></li>
<li class="thirdlevel"><a href="lp-tag-tag-events-events.html">Events</a></li>
<li class="thirdlevel"><a href="lp-tag-visitor-flow.html">Visitor Flow Events</a></li>
<li class="thirdlevel"><a href="lp-tag-engagement.html">Engagement Events</a></li>
<li class="thirdlevel"><a href="lp-tag-engagement-window.html">Engagement Window Events</a></li>
</ul>
</li>
</ul>
<li>
<a href="#">Messaging Window API</a>
<ul>
<li class="subfolders">
<a href="#">Introduction</a>
<ul>
<li class="thirdlevel"><a href="consumer-interation-index.html">Home</a></li>
<li class="thirdlevel"><a href="consumer-int-protocol-overview.html">Protocol Overview</a></li>
<li class="thirdlevel"><a href="consumer-int-getting-started.html">Getting Started</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Tutorials</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-get-msg.html">Get Messages</a></li>
<li class="thirdlevel"><a href="consumer-int-conversation-md.html">Conversation Metadata</a></li>
<li class="thirdlevel"><a href="consumer-int-readaccept-events.html">Read/Accept events</a></li>
<li class="thirdlevel"><a href="consumer-int-authentication.html">Authentication</a></li>
<li class="thirdlevel"><a href="consumer-int-agent-profile.html">Agent Profile</a></li>
<li class="thirdlevel"><a href="consumer-int-post-survey.html">Post Conversation Survey</a></li>
<li class="thirdlevel"><a href="consumer-int-client-props.html">Client Properties</a></li>
<li class="thirdlevel"><a href="consumer-int-no-headers.html">Avoid Webqasocket Headers</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">Samples</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-js-sample.html">JavaScript Messenger</a></li>
</ul>
</li>
<li class="subfolders">
<a href="#">API Reference</a>
<ul>
<li class="thirdlevel"><a href="consumer-int-api-reference.html">Overview</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-reqs.html">Request Builder</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-resps.html">Response Builder</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-notifications.html">Notification Builder</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-req-conv.html">New Conversation</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-close-conv.html">Close Conversation</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-conv-ttr.html">Urgent Conversation</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-csat-conv.html">Update CSAT</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-sub-conv.html">Subscribe Conversations Metadata</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-unsub-conv.html">Unsubscribe Conversations Metadata</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-text-cont.html">Publish Content</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-sub-events.html">Subscribe Conversation Content</a></li>
<li class="thirdlevel"><a href="consumer-int-msg-init-con.html">Browser Init Connection</a></li>
</ul>
</li>
</ul>
<!-- if you aren't using the accordion, uncomment this block:
<p class="external">
<a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a>
</p>
-->
</li>
</ul>
</div>
<!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.-->
<script>$("li.active").parents('li').toggleClass("active");</script>
<!-- Content Column -->
<div class="col-md-9">
<div class="post-header">
<h1 class="post-title-main">Get Predefined Content by ID</h1>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96175782-1', 'auto');
ga('send', 'pageview');
</script>
<div class="post-content">
<p>Retrieves a Predefined Content item by ID from a specific account.</p>
<h2 id="request">Request</h2>
<table>
<thead>
<tr>
<th style="text-align: left">Method</th>
<th style="text-align: left">URL</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">GET</td>
<td style="text-align: left">/api/account/{accountId}/configuration/engagement-window/canned-responses/{pre-defined-content-id}</td>
</tr>
</tbody>
</table>
<p><strong>Path Parameters</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left">Parameter</th>
<th style="text-align: left">Description</th>
<th style="text-align: left">Type</th>
<th style="text-align: left">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">accountId</td>
<td style="text-align: left">LP site ID</td>
<td style="text-align: left">string ^[a-zA-Z0-9_]{1,20}$</td>
<td style="text-align: left">Validation fail error code: 400</td>
</tr>
<tr>
<td style="text-align: left">pre-defined-content-id</td>
<td style="text-align: left">Account Config object’s unique ID</td>
<td style="text-align: left">Positive long number greater than zero</td>
<td style="text-align: left"> </td>
</tr>
</tbody>
</table>
<p><strong>Query Parameters</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left">Name</th>
<th style="text-align: left">Description</th>
<th style="text-align: left">Type</th>
<th style="text-align: left">Required</th>
<th style="text-align: left">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">v</td>
<td style="text-align: left">API version</td>
<td style="text-align: left">Double</td>
<td style="text-align: left">Required</td>
<td style="text-align: left">Default value: 2.0 <br /> Validation fail error code: 400</td>
</tr>
<tr>
<td style="text-align: left">select</td>
<td style="text-align: left">Dynamic selection of the response fields.</td>
<td style="text-align: left">YOGA ‘gdata’ dialect.</td>
<td style="text-align: left">Optional</td>
<td style="text-align: left">Validation error: 400 <br />Non-existing field: no error, blank in response <br /> Supported fields: any in response body</td>
</tr>
<tr>
<td style="text-align: left">fields</td>
<td style="text-align: left">List of required fields</td>
<td style="text-align: left">Comma delimited list of strings</td>
<td style="text-align: left">Optional</td>
<td style="text-align: left">Validation fail error code: 400 <br /> Non existing field error code: 400 <br /> Supported fields: <br /> 1. enabled <br /> 2. data <br /> 3. categoriesIds <br /> 4. hot-key <br /> 5. type</td>
</tr>
<tr>
<td style="text-align: left">field_set</td>
<td style="text-align: left">Predefined set of fields</td>
<td style="text-align: left">Comma delimited list of strings</td>
<td style="text-align: left">Optional</td>
<td style="text-align: left">Default: summary <br /> Validation fail error code: 400 <br /> Non existing field error code: 400 <br /> Supported field_set values: <br /> 1. all(id, deleted, enabled, data, categoriesIds, type, hot-key) <br /> 2. summary(id, deleted, enabled, categoriesIds, type, hot-key)</td>
</tr>
<tr>
<td style="text-align: left">include_deleted</td>
<td style="text-align: left">Whether or not deleted items in the response are included</td>
<td style="text-align: left">Boolean</td>
<td style="text-align: left">Optional</td>
<td style="text-align: left">Default: False</td>
</tr>
<tr>
<td style="text-align: left">sanitize_data</td>
<td style="text-align: left">Whether to sanitize any HTML messages</td>
<td style="text-align: left">Boolean</td>
<td style="text-align: left">Optional</td>
<td style="text-align: left">Default: False</td>
</tr>
<tr>
<td style="text-align: left">lang</td>
<td style="text-align: left">List of requested content languages</td>
<td style="text-align: left">Comma delimited list of language IDs (en-US,…)</td>
<td style="text-align: left">Optional</td>
<td style="text-align: left">Default: all languages</td>
</tr>
</tbody>
</table>
<h2 id="response">Response</h2>
<p><strong>Response Codes</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left">Code</th>
<th style="text-align: left">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">200</td>
<td style="text-align: left">OK</td>
</tr>
<tr>
<td style="text-align: left">401</td>
<td style="text-align: left">Not Authenticated</td>
</tr>
<tr>
<td style="text-align: left">403</td>
<td style="text-align: left">Not Authorized</td>
</tr>
<tr>
<td style="text-align: left">404</td>
<td style="text-align: left">Data Not Found</td>
</tr>
<tr>
<td style="text-align: left">500</td>
<td style="text-align: left">Internal Server Error</td>
</tr>
</tbody>
</table>
<p><strong>Response Headers</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left">Header</th>
<th style="text-align: left">Description</th>
<th style="text-align: left">Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left">ac-revision</td>
<td style="text-align: left">Account config object type collection revision.</td>
<td style="text-align: left"> </td>
</tr>
</tbody>
</table>
<p><strong>Response Body</strong></p>
<p>See <a href="account-configuration-predefined-content-appendix.html">Appendix</a>.</p>
<div class="tags">
</div>
</div>
<hr class="shaded"/>
<footer>
<div class="row">
<div class="col-lg-12 footer">
©2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br />
Site last generated: Mar 27, 2017 <br />
<p><img src="img/company_logo.png" alt="Company logo"/></p>
</div>
</div>
</footer>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
</body>
</html>
|
LivePersonInc/dev-hub
|
content_ga3/account-configuration-predefined-content-get-by-id.html
|
HTML
|
mit
| 172,151
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v7.6.0: v8::PersistentBase< T > Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v7.6.0
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#friends">Friends</a> |
<a href="classv8_1_1PersistentBase-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::PersistentBase< T > Class Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for v8::PersistentBase< T >:</div>
<div class="dyncontent">
<div class="center"><img src="classv8_1_1PersistentBase__inherit__graph.png" border="0" usemap="#v8_1_1PersistentBase_3_01T_01_4_inherit__map" alt="Inheritance graph"/></div>
<map name="v8_1_1PersistentBase_3_01T_01_4_inherit__map" id="v8_1_1PersistentBase_3_01T_01_4_inherit__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a174bb1e45b18fd4eeaee033622825bb8"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a174bb1e45b18fd4eeaee033622825bb8">Reset</a> ()</td></tr>
<tr class="separator:a174bb1e45b18fd4eeaee033622825bb8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a11164f0dfc9a16d79809236e7a9670aa"><td class="memTemplParams" colspan="2">template<class S > </td></tr>
<tr class="memitem:a11164f0dfc9a16d79809236e7a9670aa"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a11164f0dfc9a16d79809236e7a9670aa">Reset</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, const <a class="el" href="classv8_1_1Local.html">Local</a>< S > &other)</td></tr>
<tr class="separator:a11164f0dfc9a16d79809236e7a9670aa"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af6b8f929b0cbaa83341df48ca3b03ef5"><td class="memTemplParams" colspan="2">template<class S > </td></tr>
<tr class="memitem:af6b8f929b0cbaa83341df48ca3b03ef5"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#af6b8f929b0cbaa83341df48ca3b03ef5">Reset</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > &other)</td></tr>
<tr class="separator:af6b8f929b0cbaa83341df48ca3b03ef5"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa846b995b881b4863a21cf78ad7a8dea"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa846b995b881b4863a21cf78ad7a8dea"></a>
V8_INLINE bool </td><td class="memItemRight" valign="bottom"><b>IsEmpty</b> () const </td></tr>
<tr class="separator:aa846b995b881b4863a21cf78ad7a8dea"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abb8a06471ea86de1731a3c94a879b00e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb8a06471ea86de1731a3c94a879b00e"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>Empty</b> ()</td></tr>
<tr class="separator:abb8a06471ea86de1731a3c94a879b00e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a46fddc38d4b77b73a5a1967542d3d557"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a46fddc38d4b77b73a5a1967542d3d557"></a>
V8_INLINE <a class="el" href="classv8_1_1Local.html">Local</a>< T > </td><td class="memItemRight" valign="bottom"><b>Get</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const </td></tr>
<tr class="separator:a46fddc38d4b77b73a5a1967542d3d557"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6374a132dba19abcdece47cb2080aca7"><td class="memTemplParams" colspan="2"><a class="anchor" id="a6374a132dba19abcdece47cb2080aca7"></a>
template<class S > </td></tr>
<tr class="memitem:a6374a132dba19abcdece47cb2080aca7"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > &that) const </td></tr>
<tr class="separator:a6374a132dba19abcdece47cb2080aca7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5609a18c202901b6ab1b510fb3b0d1dc"><td class="memTemplParams" colspan="2"><a class="anchor" id="a5609a18c202901b6ab1b510fb3b0d1dc"></a>
template<class S > </td></tr>
<tr class="memitem:a5609a18c202901b6ab1b510fb3b0d1dc"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memTemplItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="classv8_1_1Local.html">Local</a>< S > &that) const </td></tr>
<tr class="separator:a5609a18c202901b6ab1b510fb3b0d1dc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5bfacec9ab828f9aa7abdb980481589a"><td class="memTemplParams" colspan="2"><a class="anchor" id="a5bfacec9ab828f9aa7abdb980481589a"></a>
template<class S > </td></tr>
<tr class="memitem:a5bfacec9ab828f9aa7abdb980481589a"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > &that) const </td></tr>
<tr class="separator:a5bfacec9ab828f9aa7abdb980481589a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a467b78e40a53fb8324369d8a7a147800"><td class="memTemplParams" colspan="2"><a class="anchor" id="a467b78e40a53fb8324369d8a7a147800"></a>
template<class S > </td></tr>
<tr class="memitem:a467b78e40a53fb8324369d8a7a147800"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memTemplItemRight" valign="bottom"><b>operator!=</b> (const <a class="el" href="classv8_1_1Local.html">Local</a>< S > &that) const </td></tr>
<tr class="separator:a467b78e40a53fb8324369d8a7a147800"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aebb8a2c97e219102f613ff3749c956f6"><td class="memTemplParams" colspan="2">template<typename P > </td></tr>
<tr class="memitem:aebb8a2c97e219102f613ff3749c956f6"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#aebb8a2c97e219102f613ff3749c956f6">SetWeak</a> (P *parameter, typename <a class="el" href="classv8_1_1WeakCallbackInfo.html">WeakCallbackInfo</a>< P >::Callback callback, WeakCallbackType type)</td></tr>
<tr class="separator:aebb8a2c97e219102f613ff3749c956f6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a09fd1d1c3cd3ff32b91937f4d8beb1ea"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a09fd1d1c3cd3ff32b91937f4d8beb1ea">SetWeak</a> ()</td></tr>
<tr class="separator:a09fd1d1c3cd3ff32b91937f4d8beb1ea"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a444d27c00650e3663348024df08cb121"><td class="memTemplParams" colspan="2"><a class="anchor" id="a444d27c00650e3663348024df08cb121"></a>
template<typename P > </td></tr>
<tr class="memitem:a444d27c00650e3663348024df08cb121"><td class="memTemplItemLeft" align="right" valign="top">V8_INLINE P * </td><td class="memTemplItemRight" valign="bottom"><b>ClearWeak</b> ()</td></tr>
<tr class="separator:a444d27c00650e3663348024df08cb121"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afe515daead108cceb1699b54051df13b"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afe515daead108cceb1699b54051df13b"></a>
V8_INLINE void </td><td class="memItemRight" valign="bottom"><b>ClearWeak</b> ()</td></tr>
<tr class="separator:afe515daead108cceb1699b54051df13b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7c03be90a4ec2e19719b2425cdd700fc"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a7c03be90a4ec2e19719b2425cdd700fc">RegisterExternalReference</a> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate) const </td></tr>
<tr class="separator:a7c03be90a4ec2e19719b2425cdd700fc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a52aa0604c4b04d659c3fca5e718df229"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a52aa0604c4b04d659c3fca5e718df229">RegisterExternalReference</a> (<a class="el" href="classv8_1_1EmbedderReachableReferenceReporter.html">EmbedderReachableReferenceReporter</a> *reporter) const </td></tr>
<tr class="separator:a52aa0604c4b04d659c3fca5e718df229"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aed12b0a54bc5ade1fb44e3bdb3a1fe74"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#aed12b0a54bc5ade1fb44e3bdb3a1fe74">MarkIndependent</a> ()</td></tr>
<tr class="separator:aed12b0a54bc5ade1fb44e3bdb3a1fe74"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af18132d6f1472d42d101b1bb410505cb"><td class="memItemLeft" align="right" valign="top">V8_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#af18132d6f1472d42d101b1bb410505cb">V8_DEPRECATED</a> ("deprecated optimization, do not use partially dependent groups", void MarkPartiallyDependent())</td></tr>
<tr class="separator:af18132d6f1472d42d101b1bb410505cb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7244edd33a45b7d95e566fce85e3f87d"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a7244edd33a45b7d95e566fce85e3f87d">MarkActive</a> ()</td></tr>
<tr class="separator:a7244edd33a45b7d95e566fce85e3f87d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2ed93b6be1b27c299906935ef35d2114"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a2ed93b6be1b27c299906935ef35d2114"></a>
V8_INLINE bool </td><td class="memItemRight" valign="bottom"><b>IsIndependent</b> () const </td></tr>
<tr class="separator:a2ed93b6be1b27c299906935ef35d2114"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4a64c26d91ed6a276aa8a7ca4bb7683a"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a4a64c26d91ed6a276aa8a7ca4bb7683a">IsNearDeath</a> () const </td></tr>
<tr class="separator:a4a64c26d91ed6a276aa8a7ca4bb7683a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a714b7794149df483837a2c6b09d52396"><td class="memItemLeft" align="right" valign="top">V8_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a714b7794149df483837a2c6b09d52396">IsWeak</a> () const </td></tr>
<tr class="separator:a714b7794149df483837a2c6b09d52396"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac4c979164b3ed4dc92319e6f5a108d3d"><td class="memItemLeft" align="right" valign="top">V8_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#ac4c979164b3ed4dc92319e6f5a108d3d">SetWrapperClassId</a> (uint16_t class_id)</td></tr>
<tr class="separator:ac4c979164b3ed4dc92319e6f5a108d3d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a01a46bf4e69ed9a837639702ee234643"><td class="memItemLeft" align="right" valign="top">V8_INLINE uint16_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1PersistentBase.html#a01a46bf4e69ed9a837639702ee234643">WrapperClassId</a> () const </td></tr>
<tr class="separator:a01a46bf4e69ed9a837639702ee234643"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa403ece93fda904f5d6ab39e9383a504"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa403ece93fda904f5d6ab39e9383a504"></a>
 </td><td class="memItemRight" valign="bottom"><b>PersistentBase</b> (const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a> &other)=delete</td></tr>
<tr class="separator:aa403ece93fda904f5d6ab39e9383a504"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ada3d83b8cadaf4b83027baa41cd99d8c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ada3d83b8cadaf4b83027baa41cd99d8c"></a>
void </td><td class="memItemRight" valign="bottom"><b>operator=</b> (const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a> &)=delete</td></tr>
<tr class="separator:ada3d83b8cadaf4b83027baa41cd99d8c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab4b4d3fba3498486f1f10dc7d5be90fc"><td class="memTemplParams" colspan="2"><a class="anchor" id="ab4b4d3fba3498486f1f10dc7d5be90fc"></a>
template<class S > </td></tr>
<tr class="memitem:ab4b4d3fba3498486f1f10dc7d5be90fc"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>Reset</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, const <a class="el" href="classv8_1_1Local.html">Local</a>< S > &other)</td></tr>
<tr class="separator:ab4b4d3fba3498486f1f10dc7d5be90fc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a67cbcedf77d176d3870fa4993e300b61"><td class="memTemplParams" colspan="2"><a class="anchor" id="a67cbcedf77d176d3870fa4993e300b61"></a>
template<class S > </td></tr>
<tr class="memitem:a67cbcedf77d176d3870fa4993e300b61"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><b>Reset</b> (<a class="el" href="classv8_1_1Isolate.html">Isolate</a> *isolate, const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > &other)</td></tr>
<tr class="separator:a67cbcedf77d176d3870fa4993e300b61"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:aba4f0964bdacf2bbf62cf876e5d28d0a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aba4f0964bdacf2bbf62cf876e5d28d0a"></a>
class </td><td class="memItemRight" valign="bottom"><b>Isolate</b></td></tr>
<tr class="separator:aba4f0964bdacf2bbf62cf876e5d28d0a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abc0f7da619e9e72510dc07ed7b5ff6d8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abc0f7da619e9e72510dc07ed7b5ff6d8"></a>
class </td><td class="memItemRight" valign="bottom"><b>Utils</b></td></tr>
<tr class="separator:abc0f7da619e9e72510dc07ed7b5ff6d8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afb872edb4aac7ba55f0da004113aa2b0"><td class="memTemplParams" colspan="2"><a class="anchor" id="afb872edb4aac7ba55f0da004113aa2b0"></a>
template<class F > </td></tr>
<tr class="memitem:afb872edb4aac7ba55f0da004113aa2b0"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>Local</b></td></tr>
<tr class="separator:afb872edb4aac7ba55f0da004113aa2b0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad845ec8872174be0a9ca9a3dd1898d30"><td class="memTemplParams" colspan="2"><a class="anchor" id="ad845ec8872174be0a9ca9a3dd1898d30"></a>
template<class F1 , class F2 > </td></tr>
<tr class="memitem:ad845ec8872174be0a9ca9a3dd1898d30"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>Persistent</b></td></tr>
<tr class="separator:ad845ec8872174be0a9ca9a3dd1898d30"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adc49d0fc7441cf7e3b5f039334e44243"><td class="memTemplParams" colspan="2"><a class="anchor" id="adc49d0fc7441cf7e3b5f039334e44243"></a>
template<class F > </td></tr>
<tr class="memitem:adc49d0fc7441cf7e3b5f039334e44243"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>Global</b></td></tr>
<tr class="separator:adc49d0fc7441cf7e3b5f039334e44243"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abb172e0bb22fc5fed7a3a66f29d046ce"><td class="memTemplParams" colspan="2"><a class="anchor" id="abb172e0bb22fc5fed7a3a66f29d046ce"></a>
template<class F > </td></tr>
<tr class="memitem:abb172e0bb22fc5fed7a3a66f29d046ce"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>PersistentBase</b></td></tr>
<tr class="separator:abb172e0bb22fc5fed7a3a66f29d046ce"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a53f604d3d6f2dc0647df33c9979f116a"><td class="memTemplParams" colspan="2"><a class="anchor" id="a53f604d3d6f2dc0647df33c9979f116a"></a>
template<class F > </td></tr>
<tr class="memitem:a53f604d3d6f2dc0647df33c9979f116a"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>ReturnValue</b></td></tr>
<tr class="separator:a53f604d3d6f2dc0647df33c9979f116a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a08e2b8f164392d71811ce6cc134f33e3"><td class="memTemplParams" colspan="2"><a class="anchor" id="a08e2b8f164392d71811ce6cc134f33e3"></a>
template<class F1 , class F2 , class F3 > </td></tr>
<tr class="memitem:a08e2b8f164392d71811ce6cc134f33e3"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>PersistentValueMapBase</b></td></tr>
<tr class="separator:a08e2b8f164392d71811ce6cc134f33e3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a978bb1377559897d74d5fe883a54a315"><td class="memTemplParams" colspan="2"><a class="anchor" id="a978bb1377559897d74d5fe883a54a315"></a>
template<class F1 , class F2 > </td></tr>
<tr class="memitem:a978bb1377559897d74d5fe883a54a315"><td class="memTemplItemLeft" align="right" valign="top">class </td><td class="memTemplItemRight" valign="bottom"><b>PersistentValueVector</b></td></tr>
<tr class="separator:a978bb1377559897d74d5fe883a54a315"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0720b5f434e636e22a3ed34f847eec57"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0720b5f434e636e22a3ed34f847eec57"></a>
class </td><td class="memItemRight" valign="bottom"><b>Object</b></td></tr>
<tr class="separator:a0720b5f434e636e22a3ed34f847eec57"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><h3>template<class T><br />
class v8::PersistentBase< T ></h3>
<p>An object reference that is independent of any handle scope. Where a <a class="el" href="classv8_1_1Local.html">Local</a> handle only lives as long as the <a class="el" href="classv8_1_1HandleScope.html">HandleScope</a> in which it was allocated, a <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a> handle remains valid until it is explicitly disposed.</p>
<p>A persistent handle contains a reference to a storage cell within the <a class="el" href="namespacev8.html">v8</a> engine which holds an object value and which is updated by the garbage collector whenever the object is moved. A new storage cell can be created using the constructor or <a class="el" href="classv8_1_1PersistentBase.html#a174bb1e45b18fd4eeaee033622825bb8">PersistentBase::Reset</a> and existing handles can be disposed using <a class="el" href="classv8_1_1PersistentBase.html#a174bb1e45b18fd4eeaee033622825bb8">PersistentBase::Reset</a>. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a4a64c26d91ed6a276aa8a7ca4bb7683a"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::IsNearDeath </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Checks if the handle holds the only reference to an object. </p>
</div>
</div>
<a class="anchor" id="a714b7794149df483837a2c6b09d52396"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">bool <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::IsWeak </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns true if the handle's reference is weak. </p>
</div>
</div>
<a class="anchor" id="a7244edd33a45b7d95e566fce85e3f87d"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::MarkActive </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Marks the reference to this object as active. The scavenge garbage collection should not reclaim the objects marked as active. This bit is cleared after the each garbage collection pass. </p>
</div>
</div>
<a class="anchor" id="aed12b0a54bc5ade1fb44e3bdb3a1fe74"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::MarkIndependent </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Marks the reference to this object independent. Garbage collector is free to ignore any object groups containing this object. Weak callback for an independent handle should not assume that it will be preceded by a global GC prologue callback or followed by a global GC epilogue callback. </p>
</div>
</div>
<a class="anchor" id="a7c03be90a4ec2e19719b2425cdd700fc"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T> </div>
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">V8_INLINE void <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::RegisterExternalReference </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Deprecated. TODO(hlopko): remove once migration to reporter is finished. </p>
</div>
</div>
<a class="anchor" id="a52aa0604c4b04d659c3fca5e718df229"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::RegisterExternalReference </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1EmbedderReachableReferenceReporter.html">EmbedderReachableReferenceReporter</a> * </td>
<td class="paramname"><em>reporter</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Allows the embedder to tell the <a class="el" href="namespacev8.html">v8</a> garbage collector that a certain object is alive. Only allowed when the embedder is asked to trace its heap by <a class="el" href="classv8_1_1EmbedderHeapTracer.html">EmbedderHeapTracer</a>. </p>
</div>
</div>
<a class="anchor" id="a174bb1e45b18fd4eeaee033622825bb8"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::Reset </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>If non-empty, destroy the underlying storage cell IsEmpty() will return true after this call. </p>
</div>
</div>
<a class="anchor" id="a11164f0dfc9a16d79809236e7a9670aa"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T> </div>
<div class="memtemplate">
template<class S > </div>
<table class="memname">
<tr>
<td class="memname">V8_INLINE void <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::Reset </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classv8_1_1Local.html">Local</a>< S > & </td>
<td class="paramname"><em>other</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>If non-empty, destroy the underlying storage cell and create a new one with the contents of other if other is non empty </p>
</div>
</div>
<a class="anchor" id="af6b8f929b0cbaa83341df48ca3b03ef5"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T> </div>
<div class="memtemplate">
template<class S > </div>
<table class="memname">
<tr>
<td class="memname">V8_INLINE void <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::Reset </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classv8_1_1Isolate.html">Isolate</a> * </td>
<td class="paramname"><em>isolate</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classv8_1_1PersistentBase.html">PersistentBase</a>< S > & </td>
<td class="paramname"><em>other</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>If non-empty, destroy the underlying storage cell and create a new one with the contents of other if other is non empty </p>
</div>
</div>
<a class="anchor" id="aebb8a2c97e219102f613ff3749c956f6"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<div class="memtemplate">
template<typename P > </div>
<table class="memname">
<tr>
<td class="memname">V8_INLINE void <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::SetWeak </td>
<td>(</td>
<td class="paramtype">P * </td>
<td class="paramname"><em>parameter</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">typename <a class="el" href="classv8_1_1WeakCallbackInfo.html">WeakCallbackInfo</a>< P >::Callback </td>
<td class="paramname"><em>callback</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">WeakCallbackType </td>
<td class="paramname"><em>type</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Install a finalization callback on this object. NOTE: There is no guarantee as to <em>when</em> or even <em>if</em> the callback is invoked. The invocation is performed solely on a best effort basis. As always, GC-based finalization should <em>not</em> be relied upon for any critical form of resource management! </p>
</div>
</div>
<a class="anchor" id="a09fd1d1c3cd3ff32b91937f4d8beb1ea"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::SetWeak </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Turns this handle into a weak phantom handle without finalization callback. The handle will be reset automatically when the garbage collector detects that the object is no longer reachable. A related function <a class="el" href="classv8_1_1Isolate.html#aa7df97ed0ea96925e60f519ffc09a33a">Isolate::NumberOfPhantomHandleResetsSinceLastCall</a> returns how many phantom handles were reset by the garbage collector. </p>
</div>
</div>
<a class="anchor" id="ac4c979164b3ed4dc92319e6f5a108d3d"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">void <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::SetWrapperClassId </td>
<td>(</td>
<td class="paramtype">uint16_t </td>
<td class="paramname"><em>class_id</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Assigns a wrapper class ID to the handle. See <a class="el" href="classv8_1_1RetainedObjectInfo.html">RetainedObjectInfo</a> interface description in <a class="el" href="v8-profiler_8h_source.html">v8-profiler.h</a> for details. </p>
</div>
</div>
<a class="anchor" id="af18132d6f1472d42d101b1bb410505cb"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T> </div>
<table class="memname">
<tr>
<td class="memname">V8_INLINE <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::V8_DEPRECATED </td>
<td>(</td>
<td class="paramtype">"deprecated </td>
<td class="paramname"><em>optimization</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">do not use partially dependent groups" </td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void  </td>
<td class="paramname"><em>MarkPartiallyDependent</em>() </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Marks the reference to this object partially dependent. Partially dependent handles only depend on other partially dependent handles and these dependencies are provided through object groups. It provides a way to build smaller object groups for young objects that represent only a subset of all external dependencies. This mark is automatically cleared after each garbage collection. </p>
</div>
</div>
<a class="anchor" id="a01a46bf4e69ed9a837639702ee234643"></a>
<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template<class T > </div>
<table class="memname">
<tr>
<td class="memname">uint16_t <a class="el" href="classv8_1_1PersistentBase.html">v8::PersistentBase</a>< T >::WrapperClassId </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the class ID previously assigned to this handle or 0 if no class ID was previously assigned. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
v8-dox/v8-dox.github.io
|
20127e0/html/classv8_1_1PersistentBase.html
|
HTML
|
mit
| 38,146
|
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Latest Posts – YU KAI'S BLOG</title>
<meta name="description" content="yu kai's blog">
<meta name="keywords" content="YU KAI'S BLOG, Yu-Kai Huang, joyhuang">
<!-- Open Graph -->
<meta property="og:locale" content="zh_TW">
<meta property="og:type" content="article">
<meta property="og:title" content="Latest Posts">
<meta property="og:description" content="yu kai's blog">
<meta property="og:url" content="//joyhuang9473.github.io/page26/index.html">
<meta property="og:site_name" content="YU KAI'S BLOG">
<link rel="canonical" href="//joyhuang9473.github.io/page26/">
<link href="//joyhuang9473.github.io/feed.xml" type="application/atom+xml" rel="alternate" title="YU KAI'S BLOG Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- For all browsers -->
<link rel="stylesheet" href="//joyhuang9473.github.io/assets/css/main.css">
<link rel="stylesheet" href="//joyhuang9473.github.io/assets/css/icard_resume.css">
<!-- Webfonts -->
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic" rel="stylesheet" type="text/css">
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script src="//joyhuang9473.github.io/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="//joyhuang9473.github.io/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="//joyhuang9473.github.io/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="//joyhuang9473.github.io/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="//joyhuang9473.github.io/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="//joyhuang9473.github.io/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="//joyhuang9473.github.io/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body id="post-index" class="feature">
<!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]-->
<nav id="dl-menu" class="dl-menuwrapper" role="navigation">
<button class="dl-trigger">Open Menu</button>
<ul class="dl-menu">
<li><a href="//joyhuang9473.github.io/">Home</a></li>
<li>
<a href="#">About</a>
<ul class="dl-submenu">
<li>
<img src="http://i.imgur.com/IM68HzY.jpg" alt="YU-KAI HUANG photo" class="author-photo">
<h4>YU-KAI HUANG</h4>
<p>Hi! I'm a coder, interested in web, machine leaning, computer security and games.</p>
</li>
<li><a href="//joyhuang9473.github.io/about/"><span class="btn btn-inverse">Learn More</span></a></li>
<li>
<a href="mailto:joyhuang@ags.tw"><i class="fa fa-fw fa-envelope"></i> Email</a>
</li>
<li>
<a href="http://github.com/joyhuang9473"><i class="fa fa-fw fa-github"></i> GitHub</a>
</li>
</ul><!-- /.dl-submenu -->
</li>
<li>
<a href="#">Posts</a>
<ul class="dl-submenu">
<li><a href="//joyhuang9473.github.io/posts/">All Posts</a></li>
<li><a href="//joyhuang9473.github.io/tags/">All Tags</a></li>
<li><a href="//joyhuang9473.github.io/posts/ctf">CTF</a></li>
<li><a href="//joyhuang9473.github.io/posts/ted">TED</a></li>
<li><a href="//joyhuang9473.github.io/posts/gw2">GW2</a></li>
</ul>
</li>
<li>
<a href="#">Projects</a>
<ul class="dl-submenu">
<li><a href="//joyhuang9473.github.io/projects/">All Projects</a></li>
<li><a href="//joyhuang9473.github.io/projects/game">Game</a></li>
<li><a href="//joyhuang9473.github.io/projects/web">Web</a></li>
</ul>
</li>
</ul><!-- /.dl-menu -->
</nav><!-- /.dl-menuwrapper -->
<div class="entry-header">
<div class="image-credit">Image source: <a href="http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/">dargadgetz</a></div><!-- /.image-credit -->
<div class="entry-image">
<img src="//joyhuang9473.github.io/images/abstract-1.jpg" alt="Latest Posts">
</div><!-- /.entry-image -->
<div class="header-title">
<div class="header-title-wrap">
<h1>YU KAI'S BLOG</h1>
<h2>Latest Posts</h2>
</div><!-- /.header-title-wrap -->
</div><!-- /.header-title -->
</div><!-- /.entry-header -->
<div id="main" role="main">
<article class="hentry">
<header>
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="2014-06-26T18:00:00+08:00"><a href="//joyhuang9473.github.io/2014/06/26/iris-hsu-google-taiwan-anita-borg-scholarship.html">June 26, 2014</a></time></span><span class="author vcard"><span class="fn"><a href="//joyhuang9473.github.io/about/" title="About YU-KAI HUANG">YU-KAI HUANG</a></span></span>
</div><!-- /.entry-meta -->
<h1 class="entry-title"><a href="//joyhuang9473.github.io/2014/06/26/iris-hsu-google-taiwan-anita-borg-scholarship.html" rel="bookmark" title="Iris Hsu : Google Taiwan Anita Borg Scholarship " itemprop="url">Iris Hsu : Google Taiwan Anita Borg Scholarship </a></h1>
</header>
<div class="entry-content">
<p><a href="http://irishsu2013.blogspot.tw/2014/06/google-taiwan-anita-borg-scholarship.html">Iris Hsu : [準備心得] Google Taiwan Anita Borg Scholarship</a></p>
<p>這是關於一位朋友在 <a href="http://www.google.com.tw/anitaborg/">Google Taiwan Anita Borg Scholarship</a> 的準備心得,覺得是非常寶貴的經歷過程和經驗分享,而事實上她也是個大名人囉,RockResume 部落格也曾在 <a href="http://blog.rockresume.com/2014/04/iris-hsu-ncu-csie.html">學業與專業成績都非常優異的 Iris Hsu, NCU CSIE</a> 談論過她,特別在此記錄。</p>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
<article class="hentry">
<header>
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="2014-06-26T17:56:00+08:00"><a href="//joyhuang9473.github.io/2014/06/26/bittersweet-about-30-game-system-installation-man-machine-interface-human-software-and-hardware-gateway-to-dramatically-reduce.html">June 26, 2014</a></time></span><span class="author vcard"><span class="fn"><a href="//joyhuang9473.github.io/about/" title="About YU-KAI HUANG">YU-KAI HUANG</a></span></span>
</div><!-- /.entry-meta -->
<h1 class="entry-title"><a href="//joyhuang9473.github.io/2014/06/26/bittersweet-about-30-game-system-installation-man-machine-interface-human-software-and-hardware-gateway-to-dramatically-reduce.html" rel="bookmark" title="遊戲系統30年甘苦談:安裝方式、人機介面人性化,軟硬體門檻大幅降低" itemprop="url">遊戲系統30年甘苦談:安裝方式、人機介面人性化,軟硬體門檻大幅降低</a></h1>
</header>
<div class="entry-content">
<p>轉錄:電腦王 <a href="http://www.techbang.com/posts/18078">遊戲系統30年甘苦談:安裝方式、人機介面人性化,軟硬體門檻大幅降低</a></p>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
<article class="hentry">
<header>
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="2014-06-14T02:58:00+08:00"><a href="//joyhuang9473.github.io/2014/06/14/the-unofficial-world-cup-api.html">June 14, 2014</a></time></span><span class="author vcard"><span class="fn"><a href="//joyhuang9473.github.io/about/" title="About YU-KAI HUANG">YU-KAI HUANG</a></span></span>
</div><!-- /.entry-meta -->
<h1 class="entry-title"><a href="//joyhuang9473.github.io/2014/06/14/the-unofficial-world-cup-api.html" rel="bookmark" title="The (un)official World Cup API" itemprop="url">The (un)official World Cup API</a></h1>
</header>
<div class="entry-content">
<p>配合 2014 年 FIFA 世界盃足球賽,來點相關的內容 XD</p>
<p><a href="http://www.kimonolabs.com/worldcup/explorer">The (un)official World Cup API</a></p>
<blockquote>
<p>Structured data gives you the power to ask interesting questions. Quick want to find out <strong>which team has scored the most goals</strong>? Or <strong>which player</strong>? Wondering who are the <strong>youngest players</strong> participating in the cup? What about the <strong>nicknames of the entire Brazilian team</strong>? We also have historical data for each player so you can look up who’s coming in with the <strong>most regular season goals</strong> or alternatively, the <strong>most red cards</strong>. What questions do you have?</p>
</blockquote>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
<article class="hentry">
<header>
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="2014-06-14T02:22:00+08:00"><a href="//joyhuang9473.github.io/2014/06/14/codecombat-learn-to-code-javascript-by-playing-a-game.html">June 14, 2014</a></time></span><span class="author vcard"><span class="fn"><a href="//joyhuang9473.github.io/about/" title="About YU-KAI HUANG">YU-KAI HUANG</a></span></span>
</div><!-- /.entry-meta -->
<h1 class="entry-title"><a href="//joyhuang9473.github.io/2014/06/14/codecombat-learn-to-code-javascript-by-playing-a-game.html" rel="bookmark" title="CodeCombat : Learn to Code JavaScript by Playing a Game" itemprop="url">CodeCombat : Learn to Code JavaScript by Playing a Game</a></h1>
</header>
<div class="entry-content">
<p>這款遊戲是藉由打 code 的方式操作角色並完成關卡,初步玩了一下,遊戲畫面和音樂都還不錯,感覺挺有趣的,此外,它還有<a href="http://codecombat.com/editor/level/greed">關卡編輯器</a>,能讓玩家自創關卡。</p>
<p>對了,最重要的是它是一個 open source CoffeeScript project :)</p>
<p><a href="http://codecombat.com/">codecombat.com</a></p>
<p><a href="http://blog.codecombat.com/">codecombat blog</a></p>
<p><a href="http://codecombat.com/community">codecombat community</a></p>
<p>github : <a href="https://github.com/codecombat/codecombat">codecombat/codecombat</a></p>
<p><img src="http://i.imgur.com/PEuTBJ7.png" alt="nDsgP65HSuCTdU48TwY4_1.png" /></p>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
<article class="hentry">
<header>
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="2014-06-13T13:26:00+08:00"><a href="//joyhuang9473.github.io/2014/06/13/jpg-to-mp3.html">June 13, 2014</a></time></span><span class="author vcard"><span class="fn"><a href="//joyhuang9473.github.io/about/" title="About YU-KAI HUANG">YU-KAI HUANG</a></span></span>
</div><!-- /.entry-meta -->
<h1 class="entry-title"><a href="//joyhuang9473.github.io/2014/06/13/jpg-to-mp3.html" rel="bookmark" title="jpg to mp3" itemprop="url">jpg to mp3</a></h1>
</header>
<div class="entry-content">
<p>Mr.6 <a href="http://mr6.cc/?p=11932">圖片上美麗的家,將jpg照片檔變成mp3音樂檔後,居然會聽到屋內被家暴的聲音,用公益宣導“多關心身邊的人”來展示推廣公司新的加密技術</a></p>
<iframe src="//player.vimeo.com/video/94503824" width="500" height="281" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>
<p><br /></p>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
<div class="pagination">
<a href="//joyhuang9473.github.io/page25" class="btn">Previous</a>
<ul class="inline-list">
<li>
<a href="//joyhuang9473.github.io">1</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page2">2</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page3">3</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page4">4</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page5">5</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page6">6</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page7">7</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page8">8</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page9">9</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page10">10</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page11">11</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page12">12</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page13">13</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page14">14</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page15">15</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page16">16</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page17">17</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page18">18</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page19">19</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page20">20</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page21">21</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page22">22</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page23">23</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page24">24</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page25">25</a>
</li>
<li>
<span class="current-page">26</span>
</li>
<li>
<a href="//joyhuang9473.github.io/page27">27</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page28">28</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page29">29</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page30">30</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page31">31</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page32">32</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page33">33</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page34">34</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page35">35</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page36">36</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page37">37</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page38">38</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page39">39</a>
</li>
<li>
<a href="//joyhuang9473.github.io/page40">40</a>
</li>
</ul>
<a href="//joyhuang9473.github.io/page27" class="btn">Next</a>
</div><!-- /.pagination -->
</div><!-- /#main -->
<div id="post">
<div style="margin-top:0px;padding:0px;background:none;box-shadow:none" class="entry-content">
<!-- general advertisement -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-4665795394568321"
data-ad-slot="2959368090"
data-ad-format="auto"></ins>
</div>
</div>
<div class="footer-wrapper">
<footer role="contentinfo">
<span>© 2015 YU-KAI HUANG. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="https://mademistakes.com/work/hpstr-jekyll-theme/" rel="nofollow">HPSTR Theme</a>.</span>
<p><img src="https://ga-beacon.appspot.com/UA-65353378-3/joyhuang9473.github.io/Latest Posts" alt="Analytics"></p>
</footer>
</div><!-- /.footer-wrapper -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="//joyhuang9473.github.io/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="//joyhuang9473.github.io/assets/js/scripts.min.js"></script>
<!-- Asynchronous Google Analytics snippet -->
<!-- Google Adsense -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
</html>
|
joyhuang9473/joyhuang9473.github.io
|
_site/page26/index.html
|
HTML
|
mit
| 18,199
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>init (Grit::Repo)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/grit/repo.rb, line 43</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">init</span>(<span class="ruby-identifier">path</span>)
<span class="ruby-comment cmt"># !! TODO !!</span>
<span class="ruby-comment cmt"># create directory</span>
<span class="ruby-comment cmt"># generate initial git directory</span>
<span class="ruby-comment cmt"># create new Grit::Repo on that dir, return it</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>
|
guillermo/ginst
|
vendor/plugins/grit/doc/classes/Grit/Repo.src/M000435.html
|
HTML
|
mit
| 1,039
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.