path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
module12.html
jgmac1106/edu307class
<!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>Realistic Fiction</title> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/simple-sidebar.css" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="style.css"> <!-- 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> <div id="wrapper"> <!-- Sidebar --> <div id="sidebar-wrapper"> </div> <script src="load_sidebar.js"></script> <!-- /#sidebar-wrapper --> <!-- Page Content --> <div id="page-content-wrapper"> <div class="container-fluid"> </div> <div class="row"> <div class="col-lg-12"> <a href="#menu-toggle" class="btn btn-default" id="menu-toggle"><i class="fa fa-minus-square-o fa-3x"></i></a></div> <div class="row"> <div class="col-md-4"> &#32; </div> <div class="col-md-4"> <h1> Realistic Fiction </h1> </div> <div class="col-md-4"> &#32; </div> </div> <div class="row"> <div class="col-md-4"> &#32; </div> <div class="col-md-4"> <img class="img-responsive" src="http://engl3202lsu.weebly.com/uploads/1/1/5/0/11508535/8314741.png?266"> <iframe class="embed-responsive-item" src="https://docs.google.com/presentation/d/13MJS4AsyPrbfL41kkBcGgZTB0Op2uHEjShXvXqrDk1g/embed?start=false&loop=false&delayms=3000" frameborder="0" width="480" height="299" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe> <div class="modulebox"> <p class="summary"> In this module we will explore the use of realistic fiction. <ul> <li>What makes a piece “realistic”?</li> <li>What is the importance of realistic fiction to our students?</li> <li>In what ways could realistic fiction shape our schools and students?</li> </ul> </p> <p>Through <strong>reading</strong>, <strong>writing </strong>, and <strong>particapting</strong> as a class we will explore these questions. </p> </div> </div> <div class="col-md-4"> &#32; </div> </div> <h1 style="text-align:center">The Readings</h1> <div class="row"> <div class="col-md-4"> &#32; </div> <div class="col-md-4"><div class="boxLA"> <p><a href="https://via.hypothes.is/http://edu307class.networkedlearningcollaborative.com/readings/storeybiography.pdf">Cynthia A. Tyson</a>Shut My Mouth Wide Open: Realistic Fiction and Social Action</p></div> <div class="boxLA"> <p><a href="https://via.hypothes.is/http://edu307class.networkedlearningcollaborative.com/readings/lathlaen.pdf">Kelly et al.</a>Depictions and Gaps: Portrayal of U.S. Poverty in Realistic Fiction Children's Picture Books</p> </div> <div class="col-md-4"> &#32; </div> </div> </div> <h1 style="text-align:center">The Tasks</h1> <div class="row"> <div class="col-md-4"> <div class="modulebox"> <h3> Read </h3> <p>Complete the readings. </p> <p>Annotate one of the readings. </p> </div> </div> <div class="col-md-4"> <div class="modulebox"> <h3> Write-Choose Both </h3> <p>According to the article Shut My Mouth Wide Open: Realistic Fiction and Social Action written by Cynthia A. Tyson, does she feel that fairy tales should be taught throughout the curriculum? Why or why not? </p> <p>In the article Depictions and Gaps: Portrayal of U.S. Poverty in Realistic Fiction Children's Picture Books why is it that some areas in the books reflect the reality in the United States, but areas such as poverty are misrepresented? Provide examples and support your thoughts</p> </div> </div> <div class="col-md-4"> <div class="modulebox"> <h3> Participate </h3> <p>Write a short realistic fiction mini lesson. You can choose how you would like to incorporate realistic fiction into in. Think about how culture, ethnicity, income level, and interests would relate to your age group and through realistic fiction. Choose a realistic fiction text to support your lesson that is appropriate to the chosen age group. Make it interactive and fresh, try to gear it towards an age group that you have not tried before, experiment!</p> </div> </div> </div> </div> <!-- /#page-content-wrapper --> </div> <!-- /#wrapper --> <!-- jQuery --> <script src="js/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <!-- Menu Toggle Script --> <script> $("#menu-toggle").click(function(e) { e.preventDefault(); $("#wrapper").toggleClass("toggled"); }); </script> </body> </html>
src/templates/collection.html
fpoirotte/fpoirotte.github.io
{%- extends "page.html" %} {% block body %} <div class="section"> <h1> {% if archive_feed and fa %} <a href="{{ pathto(collection.path, 1) }}/atom.xml"><i class="fa fa-rss-square"></i></a>{% endif %} {{ header }} {% if collection.href %} <a href="{{ collection.href }}">{{ collection }}</a> {% else %} {{ collection }} {% endif %} </h1> {% if ablog.blog_archive_titles %} {% for post in collection %} <div class="section"> <p> {% if fa %}{% endif %} {% if post.published %} {{ post.date.strftime(gettext(ablog.post_date_format)) }} {% else %} Draft {% endif %} - <a href="{{ pathto(post.docname) }}{{ anchor(post) }}">{{ post.title }}</a> </p> {% if 0 %}<ul class="ablog-archive">{% include "postcard2.html" %}</ul>{% endif %} </div> {% endfor %} {% else %} {% for post in collection %} <div class="section"> <h2><a href="{{ pathto(post.docname) }}{{ anchor(post) }}">{{ post.title }}</a></h2> <ul class="ablog-archive"> <li>{% if post.published %} {% if fa %}<i class="fa fa-calendar"></i>{% endif %} {{ post.date.strftime(gettext(ablog.post_date_format)) }} {% else %} {% if fa %}<i class="fa fa-pencil"></i>{% endif %} {% if post.date %}{{ post.date.strftime(gettext(ablog.post_date_format)) }} {% else %} Draft {% endif %} {% endif %} </li> {% include "postcard2.html" %}</ul> {{ post.to_html(collection.docname) }} <p><a href="{{ pathto(post.docname) }}">{{ _("Read more ...") }}</a></p> <hr> </div> {% endfor %} {% endif %} </div> {% endblock %}
Apostila/module-angular1/src/aula11/aula11-ng-options-pureCSS.html
Webschool-io/be-mean
<!doctype html> <html lang="en" data-ng-app="BeMEAN"> <head> <meta charset="UTF-8"> <title>Be MEAN</title> <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css"> <style> .wrapper { max-width: 600px; margin: 0 auto; } .animate { transition: all linear 0.5s; } .ng-hide { height: 0; } .item.ng-enter { -webkit-transition:all linear 0.5s; transition:all linear 0.5s; } .item.ng-leave { -webkit-transition:all linear 0.5s; transition:all linear 0.5s; } .item.ng-move { -webkit-transition:all linear 1s; transition:all linear 1s; } .item.ng-enter { opacity:0; } .item.ng-leave { opacity:1; height: 100px; } .item.ng-leave.ng-leave-active { opacity:0; height: 0; } .item.ng-move { opacity: 0; } .item.ng-move.ng-move-active { opacity: 1; } .item.ng-enter.ng-enter-active { color: #4CAF50; /* .green */ font-weight: bold; font-size: 1.2rem; opacity:1; } .atom-titulo { color : #D0BB00; font-size : 80px; text-align : center; } .atom-logo { display: block; margin: 0 auto; width: 400px; } .bold { font-weight: bold; } .strike { text-decoration: line-through; } </style> </head> <body data-ng-controller="UserController as User" class="wrapper"> <section class="row"> <img class="atom-logo" src="./../bemean-logo.png" alt="Logo do Be MEAN"> <form class="pure-form pure-form-aligned"> <select class="pure-input-1" ng-model="User.lista_comum" ng-options="user.name for user in User.users"> <option value="">Usuários</option> </select> <p> Model: {{ User.lista_comum }} </p> <select class="pure-input-1" ng-model="User.lista_comum_com_valor" ng-options="user.email as user.name for user in User.users"> <option value="">Usuários</option> </select> <p> Model: {{ User.lista_comum_com_valor }} </p> <select class="pure-input-1" ng-model="User.lista_com_valor_inicial" ng-options="user.email as user.name for user in User.users track by user.email"> <option value="">Usuários com valor inicial</option> </select> <p> Model: {{ User.lista_com_valor_inicial }} </p> <select class="pure-input-1" ng-model="User.lista_agrupada" ng-options="user.name group by user.type for user in User.users"> <option value="">Usuários agrupados por type</option> </select> <p> Model: {{ User.lista_agrupada }} </p> <select class="pure-input-1" ng-model="User.lista_agrupada_desabilitada" ng-options="user.name group by user.type disable when !user.active for user in User.users"> <option value="">Usuários agrupados por type e desabilitados por !user.active</option> </select> <p> Model: {{ User.lista_agrupada_desabilitada }} </p> </form> </section> <script src="./../angular.min.js"></script> <script src="./..//angular-animate.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-aria.min.js"></script> <script src="https://gitcdn.link/repo/angular/bower-material/master/angular-material.js"></script> <script> angular.module('BeMEAN', ['ngAnimate', 'ngMaterial']) .controller('UserController', UserController); function UserController() { var vm = this; vm.titulo = "Be MEAN Usuários"; vm.editing = false; vm.reverse = false; vm.getTituloStyle = function(){ return "atom-titulo"; }; vm.users = [ {name: 'Suissa', email: 'suissera@manoveio.com', type: 'teacher', active: true} , {name: 'João', email: 'joao@macioesedoso.com', type: 'student', active: false} , {name: 'Franciele', email: 'fran@quimica.com', type: 'teacher', active: false} , {name: 'Maria', email: 'm@gmail.com', type: 'student', active: true} , {name: 'José', email: 'js@gmail.com', type: 'student', active: true} ]; vm.lista_com_valor_inicial = vm.users[0].email; function getKeyLength() { return Object.keys(angular.copy(vm.users[0])).length; } vm.keysLength = getKeyLength(); vm.orderByName = orderByName; function orderByName() { vm.predicate = 'name'; vm.reverse = !vm.reverse; } vm.orderByEmail = orderByEmail; function orderByEmail() { vm.predicate = 'email'; vm.reverse = !vm.reverse; } vm.add = add; function add(user) { vm.users.push(angular.copy(user)); vm.form = {}; } vm.remove = remove; function remove(users) { vm.users = users.filter(function(el){ return !el.selecionado }); } vm.edit = edit; function edit(user, index) { vm.form = angular.copy(user); vm.form.index = index; vm.editing = true; } vm.save = save; function save(user) { var users = vm.users.map(function(el, i) { if(i === user.index) { delete user.index; return user; } return el; }); vm.users = users; vm.editing = false; } } </script> </body> </html>
doc/pub/fci/html/._fci-bs045.html
ManyBodyPhysics/AbInitioNuclearPhysicsSchool
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="description" content="Nuclear Shell Model"> <title>Nuclear Shell Model</title> <!-- Bootstrap style: bootstrap --> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Slater determinants as basis states, Repetition', 2, None, '___sec0'), ('Slater determinants as basis states, repetition', 2, None, '___sec1'), ('Slater determinants as basis states', 2, None, '___sec2'), ('Slater determinants as basis states', 2, None, '___sec3'), ('Quick repetition of the occupation representation', 2, None, '___sec4'), ('Quick repetition of the occupation representation', 2, None, '___sec5'), ('Quick repetition of the occupation representation', 2, None, '___sec6'), ('Full Configuration Interaction Theory', 2, None, '___sec7'), ('Full Configuration Interaction Theory', 2, None, '___sec8'), ('Full Configuration Interaction Theory', 2, None, '___sec9'), ('Full Configuration Interaction Theory', 2, None, '___sec10'), ('Full Configuration Interaction Theory', 2, None, '___sec11'), ('Full Configuration Interaction Theory', 2, None, '___sec12'), ('Example of a Hamiltonian matrix', 2, None, '___sec13'), ('Example of a Hamiltonian matrix with a Hartree-Fock basis', 2, None, '___sec14'), ('Shell-model jargon', 2, None, '___sec15'), ('FCI and the exponential growth', 2, None, '___sec16'), ('Exponential wall', 2, None, '___sec17'), ('A non-practical way of solving the eigenvalue problem', 2, None, '___sec18'), ('A non-practical way of solving the eigenvalue problem', 2, None, '___sec19'), ('A non-practical way of solving the eigenvalue problem', 2, None, '___sec20'), ('Rewriting the FCI equation', 2, None, '___sec21'), ('Rewriting the FCI equation', 2, None, '___sec22'), ('Rewriting the FCI equation, does not stop here', 2, None, '___sec23'), ('Rewriting the FCI equation, please stop here', 2, None, '___sec24'), ('Rewriting the FCI equation, more to add', 2, None, '___sec25'), ('Rewriting the FCI equation, more to add', 2, None, '___sec26'), ('Summarizing FCI and bringing in approximative methods', 2, None, '___sec27'), ('Definition of the correlation energy', 2, None, '___sec28'), ('FCI equation and the coefficients', 2, None, '___sec29'), ('Building a many-body basis', 2, None, '___sec30'), ('Building a many-body basis', 2, None, '___sec31'), ('Building a many-body basis', 2, None, '___sec32'), ('Building a many-body basis', 2, None, '___sec33'), ('Building a many-body basis', 2, None, '___sec34'), ('Building a many-body basis', 2, None, '___sec35'), ('Building a many-body basis', 2, None, '___sec36'), ('Building a many-body basis', 2, None, '___sec37'), ('Building a many-body basis', 2, None, '___sec38'), ('Building a many-body basis', 2, None, '___sec39'), ('Building a many-body basis', 2, None, '___sec40'), ('Building a many-body basis', 2, None, '___sec41'), ('Project 2', 2, None, '___sec42'), ('Shell-model project', 2, None, '___sec43'), ('Shell-model project', 2, None, '___sec44'), ('Shell-model project', 2, None, '___sec45'), ('Shell-model project', 2, None, '___sec46'), ('Shell-model project', 2, None, '___sec47'), ('Shell-model project', 2, None, '___sec48'), ('Shell-model project', 2, None, '___sec49'), ('Shell-model project', 2, None, '___sec50'), ('Shell-model project', 2, None, '___sec51'), ('Shell-model project', 2, None, '___sec52'), ('Shell-model project', 2, None, '___sec53'), ('Shell-model project', 2, None, '___sec54'), ('Shell-model project', 2, None, '___sec55'), ('Shell-model project', 2, None, '___sec56'), ('Shell-model project', 2, None, '___sec57'), ('Shell-model project', 2, None, '___sec58'), ('Example case: pairing Hamiltonian', 2, None, '___sec59'), ('Example case: pairing Hamiltonian', 2, None, '___sec60'), ('Example case: pairing Hamiltonian', 2, None, '___sec61'), ('Example case: pairing Hamiltonian', 2, None, '___sec62'), ('Example case: pairing Hamiltonian', 2, None, '___sec63'), ('Example case: pairing Hamiltonian', 2, None, '___sec64'), ('Example case: pairing Hamiltonian', 2, None, '___sec65'), ('Example case: pairing Hamiltonian', 2, None, '___sec66'), ('Example case: pairing Hamiltonian', 2, None, '___sec67'), ('Building a Hamiltonian matrix', 2, None, '___sec68'), ('Building a Hamiltonian matrix', 2, None, '___sec69'), ('Building a Hamiltonian matrix', 2, None, '___sec70'), ('Building a Hamiltonian matrix, first step', 2, None, '___sec71'), ('Building a Hamiltonian matrix, second step', 2, None, '___sec72'), ('Building a Hamiltonian matrix', 2, None, '___sec73'), ('Building a Hamiltonian matrix', 2, None, '___sec74'), ('Building a Hamiltonian matrix', 2, None, '___sec75'), ('Building a Hamiltonian matrix', 2, None, '___sec76'), ('Building a Hamiltonian matrix', 2, None, '___sec77'), ('Building a Hamiltonian matrix', 2, None, '___sec78')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="fci-bs.html">Nuclear Shell Model</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._fci-bs001.html#___sec0" style="font-size: 80%;">Slater determinants as basis states, Repetition</a></li> <!-- navigation toc: --> <li><a href="._fci-bs002.html#___sec1" style="font-size: 80%;">Slater determinants as basis states, repetition</a></li> <!-- navigation toc: --> <li><a href="._fci-bs003.html#___sec2" style="font-size: 80%;">Slater determinants as basis states</a></li> <!-- navigation toc: --> <li><a href="._fci-bs004.html#___sec3" style="font-size: 80%;">Slater determinants as basis states</a></li> <!-- navigation toc: --> <li><a href="._fci-bs005.html#___sec4" style="font-size: 80%;">Quick repetition of the occupation representation</a></li> <!-- navigation toc: --> <li><a href="._fci-bs006.html#___sec5" style="font-size: 80%;">Quick repetition of the occupation representation</a></li> <!-- navigation toc: --> <li><a href="._fci-bs007.html#___sec6" style="font-size: 80%;">Quick repetition of the occupation representation</a></li> <!-- navigation toc: --> <li><a href="._fci-bs008.html#___sec7" style="font-size: 80%;">Full Configuration Interaction Theory</a></li> <!-- navigation toc: --> <li><a href="._fci-bs009.html#___sec8" style="font-size: 80%;">Full Configuration Interaction Theory</a></li> <!-- navigation toc: --> <li><a href="._fci-bs010.html#___sec9" style="font-size: 80%;">Full Configuration Interaction Theory</a></li> <!-- navigation toc: --> <li><a href="._fci-bs011.html#___sec10" style="font-size: 80%;">Full Configuration Interaction Theory</a></li> <!-- navigation toc: --> <li><a href="._fci-bs012.html#___sec11" style="font-size: 80%;">Full Configuration Interaction Theory</a></li> <!-- navigation toc: --> <li><a href="._fci-bs013.html#___sec12" style="font-size: 80%;">Full Configuration Interaction Theory</a></li> <!-- navigation toc: --> <li><a href="._fci-bs014.html#___sec13" style="font-size: 80%;">Example of a Hamiltonian matrix</a></li> <!-- navigation toc: --> <li><a href="._fci-bs015.html#___sec14" style="font-size: 80%;">Example of a Hamiltonian matrix with a Hartree-Fock basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs016.html#___sec15" style="font-size: 80%;">Shell-model jargon</a></li> <!-- navigation toc: --> <li><a href="._fci-bs017.html#___sec16" style="font-size: 80%;">FCI and the exponential growth</a></li> <!-- navigation toc: --> <li><a href="._fci-bs018.html#___sec17" style="font-size: 80%;">Exponential wall</a></li> <!-- navigation toc: --> <li><a href="._fci-bs019.html#___sec18" style="font-size: 80%;">A non-practical way of solving the eigenvalue problem</a></li> <!-- navigation toc: --> <li><a href="._fci-bs020.html#___sec19" style="font-size: 80%;">A non-practical way of solving the eigenvalue problem</a></li> <!-- navigation toc: --> <li><a href="._fci-bs021.html#___sec20" style="font-size: 80%;">A non-practical way of solving the eigenvalue problem</a></li> <!-- navigation toc: --> <li><a href="._fci-bs022.html#___sec21" style="font-size: 80%;">Rewriting the FCI equation</a></li> <!-- navigation toc: --> <li><a href="._fci-bs023.html#___sec22" style="font-size: 80%;">Rewriting the FCI equation</a></li> <!-- navigation toc: --> <li><a href="._fci-bs024.html#___sec23" style="font-size: 80%;">Rewriting the FCI equation, does not stop here</a></li> <!-- navigation toc: --> <li><a href="._fci-bs025.html#___sec24" style="font-size: 80%;">Rewriting the FCI equation, please stop here</a></li> <!-- navigation toc: --> <li><a href="._fci-bs026.html#___sec25" style="font-size: 80%;">Rewriting the FCI equation, more to add</a></li> <!-- navigation toc: --> <li><a href="._fci-bs027.html#___sec26" style="font-size: 80%;">Rewriting the FCI equation, more to add</a></li> <!-- navigation toc: --> <li><a href="._fci-bs028.html#___sec27" style="font-size: 80%;">Summarizing FCI and bringing in approximative methods</a></li> <!-- navigation toc: --> <li><a href="._fci-bs029.html#___sec28" style="font-size: 80%;">Definition of the correlation energy</a></li> <!-- navigation toc: --> <li><a href="._fci-bs030.html#___sec29" style="font-size: 80%;">FCI equation and the coefficients</a></li> <!-- navigation toc: --> <li><a href="._fci-bs031.html#___sec30" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs032.html#___sec31" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs033.html#___sec32" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs034.html#___sec33" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs035.html#___sec34" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs036.html#___sec35" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs037.html#___sec36" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs038.html#___sec37" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs039.html#___sec38" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs040.html#___sec39" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs041.html#___sec40" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs042.html#___sec41" style="font-size: 80%;">Building a many-body basis</a></li> <!-- navigation toc: --> <li><a href="._fci-bs043.html#___sec42" style="font-size: 80%;">Project 2</a></li> <!-- navigation toc: --> <li><a href="._fci-bs044.html#___sec43" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="#___sec44" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs046.html#___sec45" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs047.html#___sec46" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs048.html#___sec47" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs049.html#___sec48" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs050.html#___sec49" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs051.html#___sec50" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs052.html#___sec51" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs053.html#___sec52" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs054.html#___sec53" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs055.html#___sec54" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs056.html#___sec55" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs057.html#___sec56" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs058.html#___sec57" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs059.html#___sec58" style="font-size: 80%;">Shell-model project</a></li> <!-- navigation toc: --> <li><a href="._fci-bs060.html#___sec59" style="font-size: 80%;">Example case: pairing Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._fci-bs061.html#___sec60" style="font-size: 80%;">Example case: pairing Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._fci-bs062.html#___sec61" style="font-size: 80%;">Example case: pairing Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._fci-bs063.html#___sec62" style="font-size: 80%;">Example case: pairing Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._fci-bs064.html#___sec63" style="font-size: 80%;">Example case: pairing Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._fci-bs065.html#___sec64" style="font-size: 80%;">Example case: pairing Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._fci-bs066.html#___sec65" style="font-size: 80%;">Example case: pairing Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._fci-bs067.html#___sec66" style="font-size: 80%;">Example case: pairing Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._fci-bs068.html#___sec67" style="font-size: 80%;">Example case: pairing Hamiltonian</a></li> <!-- navigation toc: --> <li><a href="._fci-bs069.html#___sec68" style="font-size: 80%;">Building a Hamiltonian matrix</a></li> <!-- navigation toc: --> <li><a href="._fci-bs070.html#___sec69" style="font-size: 80%;">Building a Hamiltonian matrix</a></li> <!-- navigation toc: --> <li><a href="._fci-bs071.html#___sec70" style="font-size: 80%;">Building a Hamiltonian matrix</a></li> <!-- navigation toc: --> <li><a href="._fci-bs072.html#___sec71" style="font-size: 80%;">Building a Hamiltonian matrix, first step</a></li> <!-- navigation toc: --> <li><a href="._fci-bs073.html#___sec72" style="font-size: 80%;">Building a Hamiltonian matrix, second step</a></li> <!-- navigation toc: --> <li><a href="._fci-bs074.html#___sec73" style="font-size: 80%;">Building a Hamiltonian matrix</a></li> <!-- navigation toc: --> <li><a href="._fci-bs075.html#___sec74" style="font-size: 80%;">Building a Hamiltonian matrix</a></li> <!-- navigation toc: --> <li><a href="._fci-bs076.html#___sec75" style="font-size: 80%;">Building a Hamiltonian matrix</a></li> <!-- navigation toc: --> <li><a href="._fci-bs077.html#___sec76" style="font-size: 80%;">Building a Hamiltonian matrix</a></li> <!-- navigation toc: --> <li><a href="._fci-bs078.html#___sec77" style="font-size: 80%;">Building a Hamiltonian matrix</a></li> <!-- navigation toc: --> <li><a href="._fci-bs079.html#___sec78" style="font-size: 80%;">Building a Hamiltonian matrix</a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0045"></a> <!-- !split --> <h2 id="___sec44" class="anchor">Shell-model project </h2> <div class="panel panel-default"> <div class="panel-body"> <p> <!-- subsequent paragraphs come in larger fonts, so start with a paragraph --> The format of a possible input file could be <div class="row"> <div class="col-xs-4"> <table class="table table-striped table-hover table-condensed"> <thead> <tr><td align="center"><b>Index</b></td> <td align="center">\( n \)</td> <td align="center">\( l \)</td> <td align="center">\( 2j \)</td> <td align="center">\( 2m_j \)</td> </tr> </thead> <tbody> <tr><td align="center"> 1 </td> <td align="center"> 1 </td> <td align="center"> 0 </td> <td align="center"> 1 </td> <td align="center"> -1 </td> </tr> <tr><td align="center"> 2 </td> <td align="center"> 1 </td> <td align="center"> 0 </td> <td align="center"> 1 </td> <td align="center"> 1 </td> </tr> <tr><td align="center"> 3 </td> <td align="center"> 0 </td> <td align="center"> 2 </td> <td align="center"> 3 </td> <td align="center"> -3 </td> </tr> <tr><td align="center"> 4 </td> <td align="center"> 0 </td> <td align="center"> 2 </td> <td align="center"> 3 </td> <td align="center"> -1 </td> </tr> <tr><td align="center"> 5 </td> <td align="center"> 0 </td> <td align="center"> 2 </td> <td align="center"> 3 </td> <td align="center"> 1 </td> </tr> <tr><td align="center"> 6 </td> <td align="center"> 0 </td> <td align="center"> 2 </td> <td align="center"> 3 </td> <td align="center"> 3 </td> </tr> <tr><td align="center"> 7 </td> <td align="center"> 0 </td> <td align="center"> 2 </td> <td align="center"> 5 </td> <td align="center"> -5 </td> </tr> <tr><td align="center"> 8 </td> <td align="center"> 0 </td> <td align="center"> 2 </td> <td align="center"> 5 </td> <td align="center"> -3 </td> </tr> <tr><td align="center"> 9 </td> <td align="center"> 0 </td> <td align="center"> 2 </td> <td align="center"> 5 </td> <td align="center"> -1 </td> </tr> <tr><td align="center"> 10 </td> <td align="center"> 0 </td> <td align="center"> 2 </td> <td align="center"> 5 </td> <td align="center"> 1 </td> </tr> <tr><td align="center"> 11 </td> <td align="center"> 0 </td> <td align="center"> 2 </td> <td align="center"> 5 </td> <td align="center"> 3 </td> </tr> <tr><td align="center"> 12 </td> <td align="center"> 0 </td> <td align="center"> 2 </td> <td align="center"> 5 </td> <td align="center"> 5 </td> </tr> </tbody> </table> </div> <!-- col-xs-4 --> </div> <!-- cell row --> <p> This represents the \( 1s_{1/2}0d_{3/2}0d_{5/2} \) valence space, or just the \( sd \)-space. There are twelve single-particle states, labeled by an overall index, and which have associated quantum numbers the number of radial nodes, the orbital angular momentum \( l \), and the angular momentum \( j \) and third component \( j_z \). To keep everything as integers, we could store \( 2 \times j \) and \( 2 \times j_z \). </div> </div> <p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._fci-bs044.html">&laquo;</a></li> <li><a href="._fci-bs000.html">1</a></li> <li><a href="">...</a></li> <li><a href="._fci-bs037.html">38</a></li> <li><a href="._fci-bs038.html">39</a></li> <li><a href="._fci-bs039.html">40</a></li> <li><a href="._fci-bs040.html">41</a></li> <li><a href="._fci-bs041.html">42</a></li> <li><a href="._fci-bs042.html">43</a></li> <li><a href="._fci-bs043.html">44</a></li> <li><a href="._fci-bs044.html">45</a></li> <li class="active"><a href="._fci-bs045.html">46</a></li> <li><a href="._fci-bs046.html">47</a></li> <li><a href="._fci-bs047.html">48</a></li> <li><a href="._fci-bs048.html">49</a></li> <li><a href="._fci-bs049.html">50</a></li> <li><a href="._fci-bs050.html">51</a></li> <li><a href="._fci-bs051.html">52</a></li> <li><a href="._fci-bs052.html">53</a></li> <li><a href="._fci-bs053.html">54</a></li> <li><a href="._fci-bs054.html">55</a></li> <li><a href="">...</a></li> <li><a href="._fci-bs079.html">80</a></li> <li><a href="._fci-bs046.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
IssueTrackingSystem/app/project/partials/projects.html
ivayloivanof/JavaScriptFrameworks
<div class="widget widget-table action-table" ng-controller="Project" ng-init="getMyProjects()"> <div ng-repeat="project in myProjects.Projects"> <div class="widget-header"> <i class="icon-book"></i><h3>Project Name : {{project.Name}} | Project Key : <em style="color: tomato;">{{project.ProjectKey}}</em></h3> <button class="right btn btn-success"> <a href="#/projects/{{project.Id}}">View Project</a> </button> <button ng-controller="User" ng-show="isAdmin() || isLead()" class="right btn btn-success"> <a href="#/projects/{{project.Id}}/edit">Edit Project</a> </button> </div> <div class="widget-content"> <div class="widget big-stats-container"> <div class="widget-content"> <h6 class="bigstats">{{project.Description}}</h6> <div id="big_stats" class="cf"> <div class="stat"> <i class="icon-user"> Lead</i> <ol> <li class="list-style-none"><a href="#/user/{{project.Lead.Id}}">{{project.Lead.Username}}</a></li> </ol> </div> <div class="stat"> <i class="icon-bookmark"> Labels</i> <ol> <li ng-repeat="label in project.Labels" class="list-style-none">{{label.Name}}</li> </ol> </div> <div class="stat"> <i class="icon-asterisk"> Priorities</i> <ol> <li ng-repeat="priority in project.Priorities" class="list-style-none"> {{priority.Name}} </li> </ol> </div> </div> </div> </div> </div> <br /> </div> </div>
data/president/n500002600000000/20160116150749/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 臺南市 南化區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">1,199</td> <td class="tdAlignRight">26.4855</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>◎</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">2,597</td> <td class="tdAlignRight">57.3669</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">731</td> <td class="tdAlignRight">16.1476</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;10/10&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 23:06:10 +0800" title="Sat, 16 Jan 2016 23:06:10 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;23:06:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
personal-projects/index.html
Jzbonner/jzbonner.github.io
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="description" content="Jzbonner.GitHub.io : UNC - Jarrett Bonner "> <link rel="stylesheet" type="text/css" media="screen" href="/stylesheets/stylesheet.css"> <title>Jarrett Bonner</title> </head> <body> <!-- HEADER --> <div id="header_wrap" class="outer"> <header class="inner"> <a id="forkme_banner" href="https://github.com/Jzbonner">Link to Repository</a> <h1 id="project_title">Jarrett Bonner</h1> <h3 id="project_tagline">University of North Carolina - Chapel Hill (2016)</h3> </header> </div> <!-- MAIN CONTENT --> <div id="main_content_wrap" class="outer"> <section id="main_content" class="inner"> <aside id="sidebar"> <nav> <h4> <a href="/">Home</a> </h4> <ul> <li><a href="/about">About</a></li> <li><a href="/assignments">Assignments</a></li> <li><a href="/personal-projects">Personal Projects</a></li> </ul> </nav> </aside> <h3><a id="personal-projects" class="anchor" href="http://jzbonner.github.io/personal-projects" aria-hidden="true"> <span class="octicon octicon-link"></span></a>Personal Projects</h3> <p><a href="https://guides.github.com/">GitHub Guides</a> - an indepth tutorial published by GitHub. Perfect for those looking to set up and understand the platform. </p> <p><a href="http://www.simplehtmlguide.com/cheatsheet.php">HTML Cheat Sheet</a> - A quick refernce guide for HTML. </p> <p><a href="http://overapi.com/css/">CSS Cheat Sheet</a> - A quick refercne guide for CSS. </p> <p>Will soon post my contributions to other projects and projects of my own... </p> </section> </div> <!-- FOOTER --> <div id="footer_wrap" class="outer"> <footer class="inner"> <p> Published with <a href="https://pages.github.com">GitHub Pages</a></p> </footer> </div> </body> </html>
2010/02/19/Comparative-Phylogenetics-Notebook-(from-OWW).html
sunbjt/cboettig.github.com
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head prefix="dc: http://purl.org/dc/terms/ og: http://ogp.me/ns#"> <meta charset="utf-8" /> <title>Comparative Phylogenetics Notebook (from Oww)</title> <meta name="author" content="Carl Boettiger" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- HTML5 metadata --> <meta name="keywords" content="Science, Ecology, Evolution, Open Science, Reproducible Research" /> <meta name="description" content="My open lab notebook- research in theoretical ecology and evolution" /> <!-- RDFa Metadata (in DublinCore) --> <meta property="dc:title" content="Comparative Phylogenetics Notebook (from Oww)" /> <meta property="dc:creator" content="Carl Boettiger" /> <meta property="dc:date" content="2013-01-10T12:36:56-08:00" /> <meta property="dc:type" content="Lab Notebook Entry" /> <!-- article? entry?--> <meta property="dc:format" content="text/html" /> <meta property="dc:language" content="en" /> <meta property="dc:source" content="Lab Notebook" /> <!-- RDFa Metadata (in OpenGraph) --> <meta property="og:title" content="Comparative Phylogenetics Notebook (from Oww)" /> <meta property="og:author" content="http://www.carlboettiger.info/index.html" /> <!-- Should be Liquid? URI? --> <meta property="http://ogp.me/ns/profile#first_name" content="Carl"/> <meta property="http://ogp.me/ns/profile#last_name" content="Boettiger"/> <meta property="http://ogp.me/ns/article#published_time" content="2013-01-10T12:36:56-08:00" /> <meta property="og:site_name" content="Lab Notebook" /> <!-- Same as dc:source? --> <meta property="og:url" content="http://www.carlboettiger.info/2010/02/19/Comparative-Phylogenetics-Notebook-%28from-OWW%29.html" /> <meta property="og:type" content="article" /> <!-- Google Scholar Metadata --> <meta name="resource_type" content="Lab Notebook"/> <meta name="citation_journal_title" content="Lab Notebook"/> <meta name="citation_publication_date" content="10 Jan 2013"/> <meta name="citation_date" content="10 Jan 2013"/> <meta name="citation_author" content="Carl Boettiger"/> <meta name="citation_title" content="Comparative Phylogenetics Notebook (from Oww)"/> <!-- CSS Stylesheets (toggled with javascript) --> <link href="/assets/css/light.css" rel="stylesheet" type="text/css" id="stl" title="light" /> <link href="/assets/css/dark.css" rel="alternate stylesheet" type="text/css" title="dark" /> <!-- Javascript needed for theme toggle, load immediately --> <script type="text/javascript" src="/assets/js/switch-css.js"></script> <script type="text/javascript"> set_style_from_cookie(); </script> </head> <body> <!-- Navbar ================================================== --> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <a class="brand" href="/README.html"><i style="float:right;" class="icon-info-sign" alt="info" rel="tooltip" title="Credits and technical information about this site" data-placement="bottom"></i></a> <div class="nav-collapse"> <ul class="nav"> <li> <a href="/index.html">Home</a></li> <li> <a href="/vita.html">Vita</a></li> <li> <a href="/research.html">Research</a></li> <li> <a href="/teaching.html">Teaching</a></li> <li> <a href="/community.html">Community</a></li> <li> <a href="/lab-notebook.html">Lab Notebook</a></li> </ul> </div><!--/.nav-collapse --> <form class="navbar-search pull-right" method="get" action="http://google.com/search"> <p> <input type="hidden" name="q" value="site:carlboettiger.info" /> <input type="text" class="search-query" name="q" /> <button class="btn btn-mini" type="submit"><i class="icon-search"></i></button> </p> </form> </div> <!-- /container --> </div> <!-- /navbar-inner --> </div> <!-- /navbar --> <div class="container"> <article> <!-- includes header and entry, but not footer --> <header class="jumbotron subhead"> <h1 class="entry-title">Comparative Phylogenetics Notebook (from Oww)</h1> <p></p> </header> <div class="row"> <div class="span7 offset1"> <h2 id="power-in-trees-continues">Power in trees continues</h2> <p>Discussion of power in trees need a counterpoint to the example of the star tree as being devoid of information content. The best example here is probably the example tree used in the introduction of Felsenstein 1985: two star trees sharing a common ancestor. Implemented the basic creation of a balanced tree of arbitrary depth having this structure. The balanced tree has 2<sup><em>h</em></sup> − 1 nodes, all internal nodes occuring at time = 1/2 and all tips at time = 1. This sets many branch lengths to zero, which effectively turns a binary tree in an unresolved star. Setting the time of all internal nodes to zero, the age of the root, turns this into a star tree.</p> <p><br /> ### From the subversion log</p> <hr /> <p>r208 | cboettig | 2010-02-20 14:44:25 -0800 (Sat, 20 Feb 2010) | 2 lines</p> <p>Implemented the creation of Felstein-style tree and a star syle tree as examples of information-rich and information-poor structure in the code felsenstein_tree.R</p> <hr /> <p>r207 | cboettig | 2010-02-19 11:18:01 -0800 (Fri, 19 Feb 2010) | 2 lines</p> <p>removing old R code</p> <br /> <br /> </div> <!-- Custom sidebar --> <div class="span4"> <div class="sidebar"> <aside prefix="dc: http://purl.org/dc/terms/ og:http://ogp.me/ns/article#"> <i class="icon-calendar"></i> <time datetime="2010-02-19T00:00:00-08:00" property="dc:created">19 Feb 2010</time>. <br /> <p><a class="btn btn-mini" rel="prev" href='/2010/02/18/Comparative-Phylogenetics-Notebook-%28from-OWW%29.html'><i class="icon-chevron-left"></i> prev</a> <a class="btn btn-mini" rel="next" href='/2010/02/19/Teaching.html'>next <i class="icon-chevron-right"></i></a></p> <br /> <p> <a class="btn btn-mini" href="https://github.com/cboettig/labnotebook/commits/master/_posts/2010-02-19-Comparative-Phylogenetics-Notebook-%28from-OWW%29.md"><i class="icon-time"></i> history</a></p> <br /> Posted in <a rel="tag" class="category" href="/categories.html#evolution"><span property="dc:subject og:section">evolution</span></a> <br /> tags: </aside> </div> </div> </div> <!-- Disqus Comments --> <div class="row disqus"> <div class="span8"> <div id="disqus_thread"></div> <script type="text/javascript"> var disqus_shortname = 'cboettig'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + 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> </div> </div> </article> <footer class="footer"> <form style="font-size:10px"> <div class="pull-right"> <span rel="tooltip" title="switch to dark theme"> <a onclick="switch_style('dark'); return false;" name="theme" value="dark" id="dark" class="btn btn-mini"><i class="icon-adjust"></i></a> </span> <span rel="tooltip" title="switch to light theme"> <a onclick="switch_style('light');return false;" name="theme" value="light" id="light" class="btn btn-mini"><i class="icon-certificate"></i></a> </span> </div> </form> <div class="row"> <div class="span4 socialicons" style="font-size:20px" vocab="http://xmlns.com/foaf/0.1/" typeof="Person" resource="#me"> <span rel="tooltip" title="email me"> <a property="account" href="mailto:cboettig@gmail.com" onclick="recordOutboundLink(this, 'Outbound Links', 'email'); return false;"><i class="icon-envelope-alt"></i></a> </span> <span rel="tooltip" title="follow me on twitter (reading, discussing)"> <a property="account" href="https://twitter.com/cboettig" onclick="recordOutboundLink(this, 'Outbound Links', 'Twitter'); return false;"><i class="icon-twitter"></i></a> </span> <!-- <a property="account" href="https://plus.google.com/" onclick="recordOutboundLink(this, 'Outbound Links', 'GPlus'); return false;"><i class="icon-google-plus"></i></a> --> <span rel="tooltip" title="follow me on Github (code, research)"> <a property="account" href="https://github.com/cboettig" onclick="recordOutboundLink(this, 'Outbound Links', 'Github'); return false;"><i class="icon-github" alt="github"></i></a> </span> <!-- <a property="account" href="http://www.mendeley.com/profiles/carl-boettiger" onclick="recordOutboundLink(this, 'Outbound Links', 'Mendeley'); return false;"><img src="/assets/img/icon-mendeley.png" alt="mendeley" /></a> --> <span rel="tooltip" title="subscribe to RSS feeds for my open lab notebook"> <a href="/atom.xml" onclick="recordOutboundLink(this, 'Outbound Links', 'RSS'); return false;"><i class="icon-rss" ></i></a> </span> </div> <div class="span2" style="text-align:center"> <span rel="tooltip" title="An Open Notebook Science (ONS) project claim: Entry provides all content (AC) immediately (I) or without significant delay. See link for details"><a rel="license" href="http://onsclaims.wikispaces.com/" onclick="recordOutboundLink(this, 'Outbound Links', 'ONS_claim'); return false;" ><img src="http://onsclaims.wikispaces.com/file/view/ons-aci2-icon.png" alt="ONS" /></a> </span> </div> <div class="span4"> <a property="http://creativecommons.org/ns#license" href="http://creativecommons.org/publicdomain/zero/1.0/" onclick="recordOutboundLink(this, 'Outbound Links', 'CC0'); return false;"><img src="http://i.creativecommons.org/l/zero/1.0/88x31.png" alt="CC0" style="float:right" /></a> </div> </div> </footer> </div><!-- /container --> <!-- Le javascript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- JQuery, used on a few pages --> <script type="text/javascript" src="http://www.carlboettiger.info/assets/js/jquery.js"></script> <!-- Equations using MathJax --> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: {autoNumber: "all"} } }); </script> <!-- Twitter Bootstrap Javascript --> <script src="http://www.carlboettiger.info/assets/js/bootstrap-transition.js"></script> <script src="http://www.carlboettiger.info/assets/js/bootstrap-collapse.js"></script> <!-- for collapsing navbar--> <script src="http://www.carlboettiger.info/assets/js/bootstrap-tooltip.js"></script> <script src="http://www.carlboettiger.info/assets/js/bootstrap-alert.js"></script> <script type="text/javascript"> $(document).ready(function (){ $("[rel=tooltip]").tooltip(); }); </script> <!-- Unused Twitter Bootstrap Javascript <script src="http://www.carlboettiger.info/assets/js/bootstrap-dropdown.js"></script> <script src="http://www.carlboettiger.info/assets/js/google-code-prettify/prettify.js"></script> <script src="http://www.carlboettiger.info/assets/js/bootstrap-modal.js"></script> <script src="http://www.carlboettiger.info/assets/js/bootstrap-scrollspy.js"></script> <script src="http://www.carlboettiger.info/assets/js/bootstrap-tab.js"></script> <script src="http://www.carlboettiger.info/assets/js/bootstrap-popover.js"></script> <script src="http://www.carlboettiger.info/assets/js/bootstrap-button.js"></script> <script src="http://www.carlboettiger.info/assets/js/bootstrap-carousel.js"></script> <script src="http://www.carlboettiger.info/assets/js/bootstrap-typeahead.js"></script> <script src="http://www.carlboettiger.info/assets/js/application.js"></script> --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-18401403-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script type="text/javascript"> function recordOutboundLink(link, category, action) { try { var pageTracker=_gat._getTracker("UA-18401403-1"); pageTracker._trackEvent(category, action); setTimeout('document.location = "' + link.href + '"', 100) }catch(err){} } </script> <!-- Start Open Web Analytics Tracker --> <script type="text/javascript"> //<![CDATA[ var owa_baseUrl = 'http://www.carlboettiger.info/openwebanalytics/'; var owa_cmds = owa_cmds || []; owa_cmds.push(['setSiteId', '2886faa411a4139a6c6f97b5a1f38697']); owa_cmds.push(['trackPageView']); owa_cmds.push(['trackClicks']); owa_cmds.push(['trackDomStream']); (function() { var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true; owa_baseUrl = ('https:' == document.location.protocol ? window.owa_baseSecUrl || owa_baseUrl.replace(/http:/, 'https:') : owa_baseUrl ); _owa.src = owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js'; var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s); }()); //]]> </script> <!-- End Open Web Analytics Code --> </body> </html>
docs/getting-started-with-rstudio.html
SFG-UCSB/fishery-manageR
<!DOCTYPE html> <html > <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>An introduction to basic fisheries analysis with R</title> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <meta name="description" content="This is an introduction to using R for basic fisheries analysis"> <meta name="generator" content="bookdown 0.3 and GitBook 2.6.7"> <meta property="og:title" content="An introduction to basic fisheries analysis with R" /> <meta property="og:type" content="book" /> <meta property="og:url" content="https://sfg-ucsb.github.io/fishery-manageR/" /> <meta property="og:description" content="This is an introduction to using R for basic fisheries analysis" /> <meta name="github-repo" content="sfg-ucsb/fishery-manageR" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="An introduction to basic fisheries analysis with R" /> <meta name="twitter:description" content="This is an introduction to using R for basic fisheries analysis" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="shortcut icon" href="images/SFG_BW.png" type="image/x-icon"> <link rel="prev" href="installation.html"> <link rel="next" href="data-entry-management.html"> <script src="libs/jquery-2.2.3/jquery.min.js"></script> <link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" /> <link href="libs/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" /> <style type="text/css"> div.sourceCode { overflow-x: auto; } table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { margin: 0; padding: 0; vertical-align: baseline; border: none; } table.sourceCode { width: 100%; line-height: 100%; } td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; } td.sourceCode { padding-left: 5px; } code > span.kw { color: #007020; font-weight: bold; } /* Keyword */ code > span.dt { color: #902000; } /* DataType */ code > span.dv { color: #40a070; } /* DecVal */ code > span.bn { color: #40a070; } /* BaseN */ code > span.fl { color: #40a070; } /* Float */ code > span.ch { color: #4070a0; } /* Char */ code > span.st { color: #4070a0; } /* String */ code > span.co { color: #60a0b0; font-style: italic; } /* Comment */ code > span.ot { color: #007020; } /* Other */ code > span.al { color: #ff0000; font-weight: bold; } /* Alert */ code > span.fu { color: #06287e; } /* Function */ code > span.er { color: #ff0000; font-weight: bold; } /* Error */ code > span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */ code > span.cn { color: #880000; } /* Constant */ code > span.sc { color: #4070a0; } /* SpecialChar */ code > span.vs { color: #4070a0; } /* VerbatimString */ code > span.ss { color: #bb6688; } /* SpecialString */ code > span.im { } /* Import */ code > span.va { color: #19177c; } /* Variable */ code > span.cf { color: #007020; font-weight: bold; } /* ControlFlow */ code > span.op { color: #666666; } /* Operator */ code > span.bu { } /* BuiltIn */ code > span.ex { } /* Extension */ code > span.pp { color: #bc7a00; } /* Preprocessor */ code > span.at { color: #7d9029; } /* Attribute */ code > span.do { color: #ba2121; font-style: italic; } /* Documentation */ code > span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */ code > span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */ </style> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <div class="book without-animation with-summary font-size-2 font-family-1" data-basepath="."> <div class="book-summary"> <nav role="navigation"> <ul class="summary"> <li><a href="./">An introduction to basic fisheries analysis with R</a></li> <li class="divider"></li> <li class="chapter" data-level="1" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i><b>1</b> Objective</a></li> <li class="chapter" data-level="2" data-path="installation.html"><a href="installation.html"><i class="fa fa-check"></i><b>2</b> Installation</a><ul> <li class="chapter" data-level="2.1" data-path="installation.html"><a href="installation.html#r"><i class="fa fa-check"></i><b>2.1</b> R</a></li> <li class="chapter" data-level="2.2" data-path="installation.html"><a href="installation.html#rstudio"><i class="fa fa-check"></i><b>2.2</b> RStudio</a></li> <li class="chapter" data-level="2.3" data-path="installation.html"><a href="installation.html#helpful-resources"><i class="fa fa-check"></i><b>2.3</b> Helpful Resources</a></li> </ul></li> <li class="chapter" data-level="3" data-path="getting-started-with-rstudio.html"><a href="getting-started-with-rstudio.html"><i class="fa fa-check"></i><b>3</b> Getting Started with RStudio</a><ul> <li class="chapter" data-level="3.1" data-path="getting-started-with-rstudio.html"><a href="getting-started-with-rstudio.html#rstudio-interface"><i class="fa fa-check"></i><b>3.1</b> RStudio Interface</a></li> <li class="chapter" data-level="3.2" data-path="getting-started-with-rstudio.html"><a href="getting-started-with-rstudio.html#work-dir"><i class="fa fa-check"></i><b>3.2</b> Working Directory</a><ul> <li class="chapter" data-level="3.2.1" data-path="getting-started-with-rstudio.html"><a href="getting-started-with-rstudio.html#pathnames-path"><i class="fa fa-check"></i><b>3.2.1</b> Pathnames (Path)</a></li> </ul></li> <li class="chapter" data-level="3.3" data-path="getting-started-with-rstudio.html"><a href="getting-started-with-rstudio.html#packages"><i class="fa fa-check"></i><b>3.3</b> Packages</a></li> <li class="chapter" data-level="3.4" data-path="getting-started-with-rstudio.html"><a href="getting-started-with-rstudio.html#helpful-resources-1"><i class="fa fa-check"></i><b>3.4</b> Helpful Resources</a></li> </ul></li> <li class="chapter" data-level="4" data-path="data-entry-management.html"><a href="data-entry-management.html"><i class="fa fa-check"></i><b>4</b> Data Entry &amp; Management</a><ul> <li class="chapter" data-level="4.1" data-path="data-entry-management.html"><a href="data-entry-management.html#best-practices"><i class="fa fa-check"></i><b>4.1</b> Best Practices</a></li> <li class="chapter" data-level="4.2" data-path="data-entry-management.html"><a href="data-entry-management.html#helpful-resources-2"><i class="fa fa-check"></i><b>4.2</b> Helpful Resources</a></li> </ul></li> <li class="chapter" data-level="5" data-path="r-as-a-programming-language.html"><a href="r-as-a-programming-language.html"><i class="fa fa-check"></i><b>5</b> R as a Programming Language</a><ul> <li class="chapter" data-level="5.1" data-path="r-as-a-programming-language.html"><a href="r-as-a-programming-language.html#data-frames"><i class="fa fa-check"></i><b>5.1</b> Data frames</a></li> <li class="chapter" data-level="5.2" data-path="r-as-a-programming-language.html"><a href="r-as-a-programming-language.html#vectors"><i class="fa fa-check"></i><b>5.2</b> Vectors</a></li> <li class="chapter" data-level="5.3" data-path="r-as-a-programming-language.html"><a href="r-as-a-programming-language.html#functions"><i class="fa fa-check"></i><b>5.3</b> Functions</a></li> <li class="chapter" data-level="5.4" data-path="r-as-a-programming-language.html"><a href="r-as-a-programming-language.html#tips-on-coding-and-style"><i class="fa fa-check"></i><b>5.4</b> Tips on coding and style</a></li> <li class="chapter" data-level="5.5" data-path="r-as-a-programming-language.html"><a href="r-as-a-programming-language.html#helpful-resources-3"><i class="fa fa-check"></i><b>5.5</b> Helpful resources</a></li> </ul></li> <li class="chapter" data-level="6" data-path="packages-1.html"><a href="packages-1.html"><i class="fa fa-check"></i><b>6</b> Packages</a></li> <li class="chapter" data-level="7" data-path="loading-data-and-data-cleaning.html"><a href="loading-data-and-data-cleaning.html"><i class="fa fa-check"></i><b>7</b> Loading Data and Data Cleaning</a><ul> <li class="chapter" data-level="7.1" data-path="loading-data-and-data-cleaning.html"><a href="loading-data-and-data-cleaning.html#loading-data"><i class="fa fa-check"></i><b>7.1</b> Loading Data</a></li> <li class="chapter" data-level="7.2" data-path="loading-data-and-data-cleaning.html"><a href="loading-data-and-data-cleaning.html#data-structure"><i class="fa fa-check"></i><b>7.2</b> Data Structure</a></li> <li class="chapter" data-level="7.3" data-path="loading-data-and-data-cleaning.html"><a href="loading-data-and-data-cleaning.html#missing-values"><i class="fa fa-check"></i><b>7.3</b> Missing values</a></li> <li class="chapter" data-level="7.4" data-path="loading-data-and-data-cleaning.html"><a href="loading-data-and-data-cleaning.html#typos"><i class="fa fa-check"></i><b>7.4</b> Typos</a></li> <li class="chapter" data-level="7.5" data-path="loading-data-and-data-cleaning.html"><a href="loading-data-and-data-cleaning.html#errors"><i class="fa fa-check"></i><b>7.5</b> Errors</a></li> <li class="chapter" data-level="7.6" data-path="loading-data-and-data-cleaning.html"><a href="loading-data-and-data-cleaning.html#saving-clean-data"><i class="fa fa-check"></i><b>7.6</b> Saving clean data</a></li> <li class="chapter" data-level="7.7" data-path="loading-data-and-data-cleaning.html"><a href="loading-data-and-data-cleaning.html#helpful-resources-4"><i class="fa fa-check"></i><b>7.7</b> Helpful Resources</a></li> </ul></li> <li class="chapter" data-level="8" data-path="basic-fisheries-statistics.html"><a href="basic-fisheries-statistics.html"><i class="fa fa-check"></i><b>8</b> Basic Fisheries Statistics</a><ul> <li class="chapter" data-level="8.1" data-path="basic-fisheries-statistics.html"><a href="basic-fisheries-statistics.html#calculating-landings"><i class="fa fa-check"></i><b>8.1</b> Calculating Landings</a></li> <li class="chapter" data-level="8.2" data-path="basic-fisheries-statistics.html"><a href="basic-fisheries-statistics.html#calculating-catch-per-unit-effort-cpue"><i class="fa fa-check"></i><b>8.2</b> Calculating Catch-per-Unit-Effort (CPUE)</a></li> <li class="chapter" data-level="8.3" data-path="basic-fisheries-statistics.html"><a href="basic-fisheries-statistics.html#calculating-percent-mature"><i class="fa fa-check"></i><b>8.3</b> Calculating Percent Mature</a></li> <li class="chapter" data-level="8.4" data-path="basic-fisheries-statistics.html"><a href="basic-fisheries-statistics.html#helpful-resources-5"><i class="fa fa-check"></i><b>8.4</b> Helpful Resources</a></li> </ul></li> <li class="chapter" data-level="9" data-path="plotting-fisheries-data.html"><a href="plotting-fisheries-data.html"><i class="fa fa-check"></i><b>9</b> Plotting Fisheries Data</a><ul> <li class="chapter" data-level="9.1" data-path="plotting-fisheries-data.html"><a href="plotting-fisheries-data.html#plotting-landings"><i class="fa fa-check"></i><b>9.1</b> Plotting Landings</a></li> <li class="chapter" data-level="9.2" data-path="plotting-fisheries-data.html"><a href="plotting-fisheries-data.html#plotting-cpue"><i class="fa fa-check"></i><b>9.2</b> Plotting CPUE</a></li> <li class="chapter" data-level="9.3" data-path="plotting-fisheries-data.html"><a href="plotting-fisheries-data.html#plotting-length-frequency"><i class="fa fa-check"></i><b>9.3</b> Plotting Length Frequency</a></li> <li class="chapter" data-level="9.4" data-path="plotting-fisheries-data.html"><a href="plotting-fisheries-data.html#helpful-resources-6"><i class="fa fa-check"></i><b>9.4</b> Helpful Resources</a></li> </ul></li> <li class="chapter" data-level="10" data-path="wrapping-up.html"><a href="wrapping-up.html"><i class="fa fa-check"></i><b>10</b> Wrapping Up</a><ul> <li class="chapter" data-level="10.1" data-path="wrapping-up.html"><a href="wrapping-up.html#r-packages-for-fishery-analysis"><i class="fa fa-check"></i><b>10.1</b> R Packages for Fishery Analysis</a></li> <li class="chapter" data-level="10.2" data-path="wrapping-up.html"><a href="wrapping-up.html#additional-resources"><i class="fa fa-check"></i><b>10.2</b> Additional Resources</a></li> </ul></li> <li class="divider"></li> <li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li> </ul> </nav> </div> <div class="book-body"> <div class="body-inner"> <div class="book-header" role="navigation"> <h1> <i class="fa fa-circle-o-notch fa-spin"></i><a href="./">An introduction to basic fisheries analysis with R</a> </h1> </div> <div class="page-wrapper" tabindex="-1" role="main"> <div class="page-inner"> <section class="normal" id="section-"> <div id="getting-started-with-rstudio" class="section level1"> <h1><span class="header-section-number">3</span> Getting Started with RStudio</h1> <p>Rstudio is what’s referred to as an Integrated Development Environment (IDE) for the R programming language. It provides a single interface for an R user to manage all aspects of an analysis (write code, manage and plot data. see outputs, get help, etc.).</p> <div id="rstudio-interface" class="section level2"> <h2><span class="header-section-number">3.1</span> RStudio Interface</h2> <p>There are four main panels in RStudio (Figure 1).</p> <p><img src="images/rstudio_ide.png" width="434" /></p> <ul> <li><strong>Code Editor</strong> - This is where you write the code for your analysis. Each tab represents a different R <em>script</em> file (e.g. <code>snapper_analysis.R</code>)</li> <li><strong>Console</strong> - This is where R prints the output of your code when it’s run. You can also write code directly in the console after the <code>&gt;</code> symbol</li> <li><strong>Environment/History</strong> - This panel generally has the following two tabs: <ul> <li><strong>Environment</strong> - Displays all your data, variables, and user-defined functions. These are created by the user either in the code editor or directly in the console.</li> <li><strong>History</strong> - A list of your command history</li> </ul></li> <li><strong>Files/Packages/Help/Viewer</strong> - This panel contains numerous helpful panels: <ul> <li><strong>Files</strong> - The list of all files contained in your current <em>working directory</em>. You can also navigate to different folders on your computer. This is where you can click on different R scripts to open them in the code editor.</li> <li><strong>Plots</strong> - When you produce plots with your code they will be displayed here</li> <li><strong>Packages</strong> - The list of packages (groups of functions) currently installed on your computer. You can install new packages or update existing packages from this tab by clicking <code>Install</code> or <code>Update</code>.</li> <li><strong>Help</strong> - Where you can search the R documentation to get help using the different R functions. This is a very useful feature of RStudio! You can also get help for a function by typing <code>?</code> followed by the function name in the console (e.g. <code>?data.frame()</code>).</li> </ul></li> </ul> </div> <div id="work-dir" class="section level2"> <h2><span class="header-section-number">3.2</span> Working Directory</h2> <p>The <strong>working directory</strong> is an important concept in R (and programming in general) and refers to the current directory (folder) that you are working in. Basically, R requires that you tell it where in your computer’s file system it should start looking for files from. This is important because the code used to load data and save results and plots will differ depending on your current working directory.</p> <p>As an example, let’s imagine you are working on an analysis of coral reef fisheries and you have a folder on your Desktop called <code>reef_fish</code>. Inside this <code>reef_fish</code> directory is the file <code>reef_fish_data.csv</code> that you want to analyze. Open RStudio and click <code>Set Working Directory...</code> under the <code>Session</code> menu in the toolbar. This asks you to specify the folder on your computer that R should consider to be the working directory.</p> <div id="pathnames-path" class="section level3"> <h3><span class="header-section-number">3.2.1</span> Pathnames (Path)</h3> <p>Now that the working directory is set, you can load your reef fish data into RStudio by specifying the appropriate <strong>pathname</strong> to the file. In this case, the pathname is simply <code>reef_fish_data.csv</code> since the file is in the working directory and the data could be loaded with <code>read.csv(file = &quot;reef_fish_data.csv&quot;)</code>. If, however, <code>reef_fish_data.csv</code> was actually stored in a subfolder called <code>data</code> the previous <code>read.csv()</code> command will not work because <code>reef_fish_data.csv</code> is not in the working directory. In this case, you can either tell R where the file is using the <strong>absolute</strong>, complete path (e.g. <code>/Users/You/Desktop/reef_fish/data/reef_fish_data.csv</code>), or with the path <strong>relative</strong> to the working directory (e.g. <code>data/reef_fish_data.csv</code>).</p> </div> </div> <div id="packages" class="section level2"> <h2><span class="header-section-number">3.3</span> Packages</h2> <p>Packages are groups of functions that are designed to excel at certain tasks (making plots, standardizing dates, reading/writing large data files, etc.). Many useful packages come standard with R when you download it, however, many more are available online.</p> <p>To install a new package, click on the “Install” button located under the “Packages” tab in RStudio. This will open a pop-up where you can search for and install R packages hosted on CRAN. Alternatively, if you know the name of the package you want to install, you can run <code>install.packages('package_name')</code>.</p> <p><img src="images/package_install.png" width="470" /></p> <p>Once installed, the packages you need for an analysis are loaded by the <code>library('package_name')</code> function.</p> <p>The following packages are commonly used by UCSB for fisheries analyses:</p> <ul> <li><strong>tidyverse</strong> - Contains numerous seperate packages for loading and writing data files (<strong>readr</strong>), data processing (<strong>dplyr</strong> &amp; <strong>tidyr</strong>), plotting (<strong>ggplot2</strong>), and functional programming (<strong>purrr</strong>)</li> <li><strong>readxl</strong> - Reads and writes data from/to Excel workbooks, including workbooks with multiple worksheets</li> <li><strong>lubridate</strong> - Helps R handle dates in an efficient and easy-to-understand manner</li> <li><strong>sf</strong>, <strong>rgeos</strong>, <strong>rgdal</strong> - Key packages for spatial analyses similar to those done with ArcGIS</li> <li><strong>rmarkdown</strong> - Uses R code to author reproducible reports, presentations, and websites</li> <li><strong>shiny</strong> - Creates web applications using R</li> </ul> </div> <div id="helpful-resources-1" class="section level2"> <h2><span class="header-section-number">3.4</span> Helpful Resources</h2> <ul> <li><a href="http://stat545.com/block000_r-rstudio-install.html">Jenny Bryan’s Guide to Installing R and RStudio</a></li> </ul> </div> </div> </section> </div> </div> </div> <a href="installation.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a> <a href="data-entry-management.html" class="navigation navigation-next " aria-label="Next page""><i class="fa fa-angle-right"></i></a> <script src="libs/gitbook-2.6.7/js/app.min.js"></script> <script src="libs/gitbook-2.6.7/js/lunr.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-search.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-sharing.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-fontsettings.js"></script> <script src="libs/gitbook-2.6.7/js/plugin-bookdown.js"></script> <script src="libs/gitbook-2.6.7/js/jquery.highlight.js"></script> <script> require(["gitbook"], function(gitbook) { gitbook.start({ "sharing": { "github": false, "facebook": true, "twitter": true, "google": false, "weibo": false, "instapper": false, "vk": false, "all": ["facebook", "google", "twitter", "weibo", "instapaper"] }, "fontsettings": { "theme": "white", "family": "sans", "size": 2 }, "edit": { "link": "https://github.com/rstudio/bookdown-demo/edit/master/02-getting_started.Rmd", "text": "Edit" }, "download": ["r-fisheries-introduction.pdf"], "toc": { "collapse": "subsection" } }); }); </script> </body> </html>
project/eco-urban-china/index.html
caglarkoksal/caglarkoksal.github.io
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="theme" content="hugo-academic"> <meta name="keywords" content="Caglar Koksal, Çağlar Köksal, University of Manchester, Urban Planning"/> <meta name="robots" content="noarchive, nocache"/> <meta name="author" content="Caglar Koksal"/> <meta name="google" content="notranslate" /> <meta name="google-site-verification" content="6lbpTfbUhconGEw7-gqUdDYJ41-mTBc4OQpadQDqNb8" /> <meta name="generator" content="Hugo 0.31" /> <meta name="author" content="Dr Caglar Koksal"> <meta name="description" content="Lecturer in Planning"> <link rel="stylesheet" href="/css/highlight.min.css"> <link rel="stylesheet" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/font-awesome.min.css"> <link rel="stylesheet" href="/css/academicons.min.css"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700|Merriweather|Roboto+Mono"> <link rel="stylesheet" href="/css/hugo-academic.css"> <link rel="alternate" href="http://www.caglarkoksal.com/index.xml" type="application/rss+xml" title="Caglar Koksal&#39;s Personal Site"> <link rel="feed" href="http://www.caglarkoksal.com/index.xml" type="application/rss+xml" title="Caglar Koksal&#39;s Personal Site"> <link rel="icon" type="image/png" href="/img/icon.png"> <link rel="apple-touch-icon" type="image/png" href="/img/apple-touch-icon.png"> <link rel="canonical" href="http://www.caglarkoksal.com/project/eco-urban-china/"> <title>Eco-Urbanisation: promoting sustainable development in metropolitan regions of China | Caglar Koksal&#39;s Personal Site</title> </head> <body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71"> <nav class="navbar navbar-default navbar-fixed-top" id="navbar-main"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Caglar Koksal&#39;s Personal Site</a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="nav-item"> <a href="/#about"> <span>Home</span> </a> </li> <li class="nav-item"> <a href="/#publications"> <span>Publications</span> </a> </li> <li class="nav-item"> <a href="/#projects"> <span>Projects</span> </a> </li> <li class="nav-item"> <a href="/#teaching"> <span>Teaching</span> </a> </li> <li class="nav-item"> <a href="/#contact"> <span>Contact</span> </a> </li> </ul> </div> </div> </nav> <article class="article article-project" itemscope itemtype="http://schema.org/Article"> <div class="article-container"> <div class="pub-title"> <h1 itemprop="name">Eco-Urbanisation: promoting sustainable development in metropolitan regions of China</h1> <span class="pub-authors" itemprop="author">&nbsp;</span> <span class="pull-right"> <div class="share-box" aria-hidden="true"> <ul class="share"> <li> <a class="twitter" href="https://twitter.com/intent/tweet?text=Eco-Urbanisation%3a%20promoting%20sustainable%20development%20in%20metropolitan%20regions%20of%20China&amp;url=http%3a%2f%2fwww.caglarkoksal.com%2fproject%2feco-urban-china%2f" target="_blank" rel="noopener"> <i class="fa fa-twitter"></i> </a> </li> <li> <a class="facebook" href="https://www.facebook.com/sharer.php?u=http%3a%2f%2fwww.caglarkoksal.com%2fproject%2feco-urban-china%2f" target="_blank" rel="noopener"> <i class="fa fa-facebook"></i> </a> </li> <li> <a class="linkedin" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=http%3a%2f%2fwww.caglarkoksal.com%2fproject%2feco-urban-china%2f&amp;title=Eco-Urbanisation%3a%20promoting%20sustainable%20development%20in%20metropolitan%20regions%20of%20China" target="_blank" rel="noopener"> <i class="fa fa-linkedin"></i> </a> </li> <li> <a class="weibo" href="http://service.weibo.com/share/share.php?url=http%3a%2f%2fwww.caglarkoksal.com%2fproject%2feco-urban-china%2f&amp;title=Eco-Urbanisation%3a%20promoting%20sustainable%20development%20in%20metropolitan%20regions%20of%20China" target="_blank" rel="noopener"> <i class="fa fa-weibo"></i> </a> </li> <li> <a class="email" href="mailto:?subject=Eco-Urbanisation%3a%20promoting%20sustainable%20development%20in%20metropolitan%20regions%20of%20China&amp;body=http%3a%2f%2fwww.caglarkoksal.com%2fproject%2feco-urban-china%2f"> <i class="fa fa-envelope"></i> </a> </li> </ul> </div> </span> </div> <div class="article-style" itemprop="articleBody"> </div> <div class="article-tags"> <a class="btn btn-primary btn-outline" href="/tags/"></a> </div> </div> </article> <div class="container"> <nav> <ul class="pager"> <li class="previous"><a href="http://www.caglarkoksal.com/project/austerity-urbanism-cities-at-manchester/"><span aria-hidden="true">&larr;</span> Uneven Geographies of Austerity Urbanism</a></li> </ul> </nav> </div> <footer class="site-footer"> <div class="container"> <p class="powered-by"> &copy; 2018 Caglar Koksal &middot; Powered by the <a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>. <span class="pull-right" aria-hidden="true"> <a href="#" id="back_to_top"> <span class="button_icon"> <i class="fa fa-chevron-up fa-2x"></i> </span> </a> </span> </p> </div> </footer> <div id="modal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close btn-large" data-dismiss="modal">&times;</button> <h4 class="modal-title">Cite</h4> </div> <div> <pre><code class="modal-body tex"></code></pre> </div> <div class="modal-footer"> <a class="btn btn-primary btn-outline js-copy-cite" href="#" target="_blank"> <i class="fa fa-copy"></i> Copy </a> <a class="btn btn-primary btn-outline js-download-cite" href="#" target="_blank"> <i class="fa fa-download"></i> Download </a> <div id="modal-error"></div> </div> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.3/imagesloaded.pkgd.min.js" integrity="sha512-umsR78NN0D23AzgoZ11K7raBD+R6hqKojyBZs1w8WvYlsI+QuKRGBx3LFCwhatzBunCjDuJpDHwxD13sLMbpRA==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script> <script src="/js/hugo-academic.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" integrity="sha256-/BfiIkHlHoVihZdc6TFuj7MmJ0TWcWsMXkeDFwhi0zw=" crossorigin="anonymous"></script> <script>hljs.initHighlightingOnLoad();</script> </body> </html>
asciidoctor-default.css
opennms-forge/git-cheatsheet
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /** Correct `block` display not defined in IE 8/9. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** Correct `inline-block` display not defined in IE 8/9. */ audio, canvas, video { display: inline-block; } /** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */ [hidden], template { display: none; } script { display: none !important; } /* ========================================================================== Base ========================================================================== */ /** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** Remove default margin. */ body { margin: 0; } /* ========================================================================== Links ========================================================================== */ /** Remove the gray background color from active links in IE 10. */ a { background: transparent; } /** Address `outline` inconsistency between Chrome and other browsers. */ a:focus { outline: thin dotted; } /** Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** Address styling not present in IE 8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ b, strong { font-weight: bold; } /** Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** Correct font family set oddly in Safari 5 and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /** Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre-wrap; } /** Set consistent quote types. */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } /** Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ========================================================================== Embedded content ========================================================================== */ /** Remove border when inside `a` element in IE 8/9. */ img { border: 0; } /** Correct overflow displayed oddly in IE 9. */ svg:not(:root) { overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /** Address margin not present in IE 8/9 and Safari 5. */ figure { margin: 0; } /* ========================================================================== Forms ========================================================================== */ /** Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } /** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */ button, input { line-height: normal; } /** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; } /** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /** Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } meta.foundation-mq-small { font-family: "only screen and (min-width: 768px)"; width: 768px; } meta.foundation-mq-medium { font-family: "only screen and (min-width:1280px)"; width: 1280px; } meta.foundation-mq-large { font-family: "only screen and (min-width:1440px)"; width: 1440px; } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } html, body { font-size: 100%; } body { background: white; color: rgba(0, 0, 0, 0.8); padding: 0; margin: 0; font-family: "Noto Serif", "DejaVu Serif", serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: auto; } a:hover { cursor: pointer; } img, object, embed { max-width: 100%; height: auto; } object, embed { height: 100%; } img { -ms-interpolation-mode: bicubic; } #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } .left { float: left !important; } .right { float: right !important; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } .text-justify { text-align: justify !important; } .hide { display: none; } .antialiased, body { -webkit-font-smoothing: antialiased; } img { display: inline-block; vertical-align: middle; } textarea { height: auto; min-height: 50px; } select { width: 100%; } p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1.21875em; line-height: 1.6; } .subheader, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { line-height: 1.45; color: #7a2518; font-weight: normal; margin-top: 0; margin-bottom: 0.25em; } /* Typography resets */ div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; } /* Default Link Styles */ a { color: #2156a5; text-decoration: underline; line-height: inherit; } a:hover, a:focus { color: #1d4b8f; } a img { border: none; } /* Default paragraph styles */ p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; } p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; } /* Default header styles */ h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: "Open Sans", "DejaVu Sans", sans-serif; font-weight: 300; font-style: normal; color: #ba3925; text-rendering: optimizeLegibility; margin-top: 1em; margin-bottom: 0.5em; line-height: 1.0125em; } h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #e99b8f; line-height: 0; } h1 { font-size: 2.125em; } h2 { font-size: 1.6875em; } h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; } h4 { font-size: 1.125em; } h5 { font-size: 1.125em; } h6 { font-size: 1em; } hr { border: solid #ddddd8; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; } /* Helpful Typography Defaults */ em, i { font-style: italic; line-height: inherit; } strong, b { font-weight: bold; line-height: inherit; } small { font-size: 60%; line-height: inherit; } code { font-family: "Droid Sans Mono", "DejaVu Sans Mono", monospace; font-weight: normal; color: rgba(0, 0, 0, 0.9); } /* Lists */ ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; } ul, ol { margin-left: 1.5em; } ul.no-bullet, ol.no-bullet { margin-left: 1.5em; } /* Unordered Lists */ ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ } ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } ul.square { list-style-type: square; } ul.circle { list-style-type: circle; } ul.disc { list-style-type: disc; } ul.no-bullet { list-style: none; } /* Ordered Lists */ ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; } /* Definition Lists */ dl dt { margin-bottom: 0.3125em; font-weight: bold; } dl dd { margin-bottom: 1.25em; } /* Abbreviations */ abbr, acronym { text-transform: uppercase; font-size: 90%; color: rgba(0, 0, 0, 0.8); border-bottom: 1px dotted #dddddd; cursor: help; } abbr { text-transform: none; } /* Blockquotes */ blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; } blockquote cite { display: block; font-size: 0.9375em; color: rgba(0, 0, 0, 0.6); } blockquote cite:before { content: "\2014 \0020"; } blockquote cite a, blockquote cite a:visited { color: rgba(0, 0, 0, 0.6); } blockquote, blockquote p { line-height: 1.6; color: rgba(0, 0, 0, 0.85); } /* Microformats */ .vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; } .vcard li { margin: 0; display: block; } .vcard .fn { font-weight: bold; font-size: 0.9375em; } .vevent .summary { font-weight: bold; } .vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; } @media only screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.2; } h1 { font-size: 2.75em; } h2 { font-size: 2.3125em; } h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; } h4 { font-size: 1.4375em; } } /* Tables */ table { background: white; margin-bottom: 1.25em; border: solid 1px #dedede; } table thead, table tfoot { background: #f7f8f7; font-weight: bold; } table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: rgba(0, 0, 0, 0.8); text-align: left; } table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: rgba(0, 0, 0, 0.8); } table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f8f8f7; } table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6; } h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.2; word-spacing: -0.05em; } h1 strong, h2 strong, h3 strong, #toctitle strong, .sidebarblock > .content > .title strong, h4 strong, h5 strong, h6 strong { font-weight: 400; } .clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; } .clearfix:after, .float-group:after { clear: both; } *:not(pre) > code { font-size: 0.9375em; font-style: normal !important; letter-spacing: 0; padding: 0.1em 0.5ex; word-spacing: -0.15em; background-color: #f7f7f8; -webkit-border-radius: 4px; border-radius: 4px; line-height: 1.45; text-rendering: optimizeSpeed; } pre, pre > code { line-height: 1.45; color: rgba(0, 0, 0, 0.9); font-family: "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace; font-weight: normal; text-rendering: optimizeSpeed; } .keyseq { color: rgba(51, 51, 51, 0.8); } kbd { display: inline-block; color: rgba(0, 0, 0, 0.8); font-size: 0.75em; line-height: 1.4; background-color: #f7f7f7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; } .keyseq kbd:first-child { margin-left: 0; } .keyseq kbd:last-child { margin-right: 0; } .menuseq, .menu { color: rgba(0, 0, 0, 0.8); } b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; } b.button:before { content: "["; padding: 0 3px 0 2px; } b.button:after { content: "]"; padding: 0 2px 0 3px; } p a > code:hover { color: rgba(0, 0, 0, 0.9); } #header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; } #header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; } #header:after, #content:after, #footnotes:after, #footer:after { clear: both; } #content { margin-top: 1.25em; } #content:before { content: none; } #header > h1:first-child { color: rgba(0, 0, 0, 0.85); margin-top: 2.25rem; margin-bottom: 0; } #header > h1:first-child + #toc { margin-top: 8px; border-top: 1px solid #ddddd8; } #header > h1:only-child, body.toc2 #header > h1:nth-last-child(2) { border-bottom: 1px solid #ddddd8; padding-bottom: 8px; } #header .details { border-bottom: 1px solid #ddddd8; line-height: 1.45; padding-top: 0.25em; padding-bottom: 0.25em; padding-left: 0.25em; color: rgba(0, 0, 0, 0.6); display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; } #header .details span:first-child { margin-left: -0.125em; } #header .details span.email a { color: rgba(0, 0, 0, 0.85); } #header .details br { display: none; } #header .details br + span:before { content: "\00a0\2013\00a0"; } #header .details br + span.author:before { content: "\00a0\22c5\00a0"; color: rgba(0, 0, 0, 0.85); } #header .details br + span#revremark:before { content: "\00a0|\00a0"; } #header #revnumber { text-transform: capitalize; } #header #revnumber:after { content: "\00a0"; } #content > h1:first-child:not([class]) { color: rgba(0, 0, 0, 0.85); border-bottom: 1px solid #ddddd8; padding-bottom: 8px; margin-top: 0; padding-top: 1rem; margin-bottom: 1.25rem; } #toc { border-bottom: 1px solid #efefed; padding-bottom: 0.5em; } #toc > ul { margin-left: 0.125em; } #toc ul.sectlevel0 > li > a { font-style: italic; } #toc ul.sectlevel0 ul.sectlevel1 { margin: 0.5em 0; } #toc ul { font-family: "Open Sans", "DejaVu Sans", sans-serif; list-style-type: none; } #toc a { text-decoration: none; } #toc a:active { text-decoration: underline; } #toctitle { color: #7a2518; font-size: 1.2em; } @media only screen and (min-width: 768px) { #toctitle { font-size: 1.375em; } body.toc2 { padding-left: 15em; padding-right: 0; } #toc.toc2 { margin-top: 0 !important; background-color: #f8f8f7; position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #efefed; border-top-width: 0 !important; border-bottom-width: 0 !important; z-index: 1000; padding: 1.25em 1em; height: 100%; overflow: auto; } #toc.toc2 #toctitle { margin-top: 0; font-size: 1.2em; } #toc.toc2 > ul { font-size: 0.9em; margin-bottom: 0; } #toc.toc2 ul ul { margin-left: 0; padding-left: 1em; } #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; } body.toc2.toc-right { padding-left: 0; padding-right: 15em; } body.toc2.toc-right #toc.toc2 { border-right-width: 0; border-left: 1px solid #efefed; left: auto; right: 0; } } @media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0; } #toc.toc2 { width: 20em; } #toc.toc2 #toctitle { font-size: 1.375em; } #toc.toc2 > ul { font-size: 0.95em; } #toc.toc2 ul ul { padding-left: 1.25em; } body.toc2.toc-right { padding-left: 0; padding-right: 20em; } } #content #toc { border-style: solid; border-width: 1px; border-color: #e0e0dc; margin-bottom: 1.25em; padding: 1.25em; background: #f8f8f7; -webkit-border-radius: 4px; border-radius: 4px; } #content #toc > :first-child { margin-top: 0; } #content #toc > :last-child { margin-bottom: 0; } #footer { max-width: 100%; background-color: rgba(0, 0, 0, 0.8); padding: 1.25em; } #footer-text { color: rgba(255, 255, 255, 0.8); line-height: 1.44; } .sect1 { padding-bottom: 0.625em; } @media only screen and (min-width: 768px) { .sect1 { padding-bottom: 1.25em; } } .sect1 + .sect1 { border-top: 1px solid #efefed; } #content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; z-index: 1001; width: 1.5ex; margin-left: -1.5ex; display: block; text-decoration: none !important; visibility: hidden; text-align: center; font-weight: normal; } #content h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, #toctitle > a.anchor:before, .sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: "\00A7"; font-size: 0.85em; display: block; padding-top: 0.1em; } #content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible; } #content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: #ba3925; text-decoration: none; } #content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: #a53221; } .audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .videoblock { margin-bottom: 1.25em; } .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-rendering: optimizeLegibility; text-align: left; font-family: "Noto Serif", "DejaVu Serif", serif; font-size: 1rem; font-style: italic; } table.tableblock > caption.title { white-space: nowrap; overflow: visible; max-width: 0; } .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { color: rgba(0, 0, 0, 0.85); } table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; } .admonitionblock > table { border-collapse: separate; border: 0; background: none; width: 100%; } .admonitionblock > table td.icon { text-align: center; width: 80px; } .admonitionblock > table td.icon img { max-width: none; } .admonitionblock > table td.icon .title { font-weight: bold; font-family: "Open Sans", "DejaVu Sans", sans-serif; text-transform: uppercase; } .admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #ddddd8; color: rgba(0, 0, 0, 0.6); } .admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; } .exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: white; -webkit-border-radius: 4px; border-radius: 4px; } .exampleblock > .content > :first-child { margin-top: 0; } .exampleblock > .content > :last-child { margin-bottom: 0; } .sidebarblock { border-style: solid; border-width: 1px; border-color: #e0e0dc; margin-bottom: 1.25em; padding: 1.25em; background: #f8f8f7; -webkit-border-radius: 4px; border-radius: 4px; } .sidebarblock > :first-child { margin-top: 0; } .sidebarblock > :last-child { margin-bottom: 0; } .sidebarblock > .content > .title { color: #7a2518; margin-top: 0; text-align: center; } .exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; } .literalblock pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint { background: #f7f7f8; } .sidebarblock .literalblock pre, .sidebarblock .listingblock pre:not(.highlight), .sidebarblock .listingblock pre[class="highlight"], .sidebarblock .listingblock pre[class^="highlight "], .sidebarblock .listingblock pre.CodeRay, .sidebarblock .listingblock pre.prettyprint { background: #f2f1f1; } .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { -webkit-border-radius: 4px; border-radius: 4px; word-wrap: break-word; padding: 1em; font-size: 0.8125em; } .literalblock pre.nowrap, .literalblock pre[class].nowrap, .listingblock pre.nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; } @media only screen and (min-width: 768px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 0.90625em; } } @media only screen and (min-width: 1280px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 1em; } } .literalblock.output pre { color: #f7f7f8; background-color: rgba(0, 0, 0, 0.9); } .listingblock pre.highlightjs { padding: 0; } .listingblock pre.highlightjs > code { padding: 1em; -webkit-border-radius: 4px; border-radius: 4px; } .listingblock pre.prettyprint { border-width: 0; } .listingblock > .content { position: relative; } .listingblock code[data-lang]:before { display: none; content: attr(data-lang); position: absolute; font-size: 0.75em; top: 0.425rem; right: 0.5rem; line-height: 1; text-transform: uppercase; color: #999; } .listingblock:hover code[data-lang]:before { display: block; } .listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; } .listingblock.terminal pre .command:not([data-prompt]):before { content: "$"; } table.pyhltable { border-collapse: separate; border: 0; margin-bottom: 0; background: none; } table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; } table.pyhltable td.code { padding-left: .75em; padding-right: 0; } pre.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #ddddd8; } pre.pygments .lineno { display: inline-block; margin-right: .25em; } table.pyhltable .linenodiv { background: none !important; padding-right: 0 !important; } .quoteblock { margin: 0 1em 1.25em 1.5em; display: table; } .quoteblock > .title { margin-left: -1.5em; margin-bottom: 0.75em; } .quoteblock blockquote, .quoteblock blockquote p { color: rgba(0, 0, 0, 0.85); font-size: 1.15rem; line-height: 1.75; word-spacing: 0.1em; letter-spacing: 0; font-style: italic; text-align: justify; } .quoteblock blockquote { margin: 0; padding: 0; border: 0; } .quoteblock blockquote:before { content: "\201c"; float: left; font-size: 2.75em; font-weight: bold; line-height: 0.6em; margin-left: -0.6em; color: #7a2518; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; } .quoteblock .attribution { margin-top: 0.5em; margin-right: 0.5ex; text-align: right; } .quoteblock .quoteblock { margin-left: 0; margin-right: 0; padding: 0.5em 0; border-left: 3px solid rgba(0, 0, 0, 0.6); } .quoteblock .quoteblock blockquote { padding: 0 0 0 0.75em; } .quoteblock .quoteblock blockquote:before { display: none; } .verseblock { margin: 0 1em 1.25em 1em; } .verseblock pre { font-family: "Open Sans", "DejaVu Sans", sans; font-size: 1.15rem; color: rgba(0, 0, 0, 0.85); font-weight: 300; text-rendering: optimizeLegibility; } .verseblock pre strong { font-weight: 400; } .verseblock .attribution { margin-top: 1.25rem; margin-left: 0.5ex; } .quoteblock .attribution, .verseblock .attribution { font-size: 0.9375em; line-height: 1.45; font-style: italic; } .quoteblock .attribution br, .verseblock .attribution br { display: none; } .quoteblock .attribution cite, .verseblock .attribution cite { display: block; letter-spacing: -0.05em; color: rgba(0, 0, 0, 0.6); } .quoteblock.abstract { margin: 0 0 1.25em 0; display: block; } .quoteblock.abstract blockquote, .quoteblock.abstract blockquote p { text-align: left; word-spacing: 0; } .quoteblock.abstract blockquote:before, .quoteblock.abstract blockquote p:first-of-type:before { display: none; } table.tableblock { max-width: 100%; border-collapse: separate; } table.tableblock td > .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child { margin-bottom: 0; } table.spread { width: 100%; } table.tableblock, th.tableblock, td.tableblock { border: 0 solid #dedede; } table.grid-all th.tableblock, table.grid-all td.tableblock { border-width: 0 1px 1px 0; } table.grid-all tfoot > tr > th.tableblock, table.grid-all tfoot > tr > td.tableblock { border-width: 1px 1px 0 0; } table.grid-cols th.tableblock, table.grid-cols td.tableblock { border-width: 0 1px 0 0; } table.grid-all * > tr > .tableblock:last-child, table.grid-cols * > tr > .tableblock:last-child { border-right-width: 0; } table.grid-rows th.tableblock, table.grid-rows td.tableblock { border-width: 0 0 1px 0; } table.grid-all tbody > tr:last-child > th.tableblock, table.grid-all tbody > tr:last-child > td.tableblock, table.grid-all thead:last-child > tr > th.tableblock, table.grid-rows tbody > tr:last-child > th.tableblock, table.grid-rows tbody > tr:last-child > td.tableblock, table.grid-rows thead:last-child > tr > th.tableblock { border-bottom-width: 0; } table.grid-rows tfoot > tr > th.tableblock, table.grid-rows tfoot > tr > td.tableblock { border-width: 1px 0 0 0; } table.frame-all { border-width: 1px; } table.frame-sides { border-width: 0 1px; } table.frame-topbot { border-width: 1px 0; } th.halign-left, td.halign-left { text-align: left; } th.halign-right, td.halign-right { text-align: right; } th.halign-center, td.halign-center { text-align: center; } th.valign-top, td.valign-top { vertical-align: top; } th.valign-bottom, td.valign-bottom { vertical-align: bottom; } th.valign-middle, td.valign-middle { vertical-align: middle; } table thead th, table tfoot th { font-weight: bold; } tbody tr th { display: table-cell; line-height: 1.6; background: #f7f8f7; } tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: rgba(0, 0, 0, 0.8); font-weight: bold; } p.tableblock > code:only-child { background: none; padding: 0; } p.tableblock { font-size: 1em; } td > div.verse { white-space: pre; } ol { margin-left: 1.75em; } ul li ol { margin-left: 1.5em; } dl dd { margin-left: 1.125em; } dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; } ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.625em; } ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; } ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; } ul.checklist li > p:first-child > .fa-square-o:first-child, ul.checklist li > p:first-child > .fa-check-square-o:first-child { width: 1em; font-size: 0.85em; } ul.checklist li > p:first-child > input[type="checkbox"]:first-child { width: 1em; position: relative; top: 1px; } ul.inline { margin: 0 auto 0.625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; } ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; } ul.inline > li > * { display: block; } .unstyled dl dt { font-weight: normal; font-style: normal; } ol.arabic { list-style-type: decimal; } ol.decimal { list-style-type: decimal-leading-zero; } ol.loweralpha { list-style-type: lower-alpha; } ol.upperalpha { list-style-type: upper-alpha; } ol.lowerroman { list-style-type: lower-roman; } ol.upperroman { list-style-type: upper-roman; } ol.lowergreek { list-style-type: lower-greek; } .hdlist > table, .colist > table { border: 0; background: none; } .hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; } td.hdlist1 { padding-right: .75em; font-weight: bold; } td.hdlist1, td.hdlist2 { vertical-align: top; } .literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; } .colist > table tr > td:first-of-type { padding: 0 0.75em; line-height: 1; } .colist > table tr > td:last-of-type { padding: 0.25em 0; } .thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; } .imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; } .imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; } .imageblock > .title { margin-bottom: 0; } .imageblock.thumb, .imageblock.th { border-width: 6px; } .imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; } .image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; } .image.left { margin-right: 0.625em; } .image.right { margin-left: 0.625em; } a.image { text-decoration: none; } span.footnote, span.footnoteref { vertical-align: super; font-size: 0.875em; } span.footnote a, span.footnoteref a { text-decoration: none; } span.footnote a:active, span.footnoteref a:active { text-decoration: underline; } #footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; } #footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0; } #footnotes .footnote { padding: 0 0.375em; line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em; } #footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; } #footnotes .footnote:last-of-type { margin-bottom: 0; } #content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; } .gist .file-data > table { border: 0; background: #fff; width: 100%; margin-bottom: 0; } .gist .file-data > table td.line-data { width: 99%; } div.unbreakable { page-break-inside: avoid; } .big { font-size: larger; } .small { font-size: smaller; } .underline { text-decoration: underline; } .overline { text-decoration: overline; } .line-through { text-decoration: line-through; } .aqua { color: #00bfbf; } .aqua-background { background-color: #00fafa; } .black { color: black; } .black-background { background-color: black; } .blue { color: #0000bf; } .blue-background { background-color: #0000fa; } .fuchsia { color: #bf00bf; } .fuchsia-background { background-color: #fa00fa; } .gray { color: #606060; } .gray-background { background-color: #7d7d7d; } .green { color: #006000; } .green-background { background-color: #007d00; } .lime { color: #00bf00; } .lime-background { background-color: #00fa00; } .maroon { color: #600000; } .maroon-background { background-color: #7d0000; } .navy { color: #000060; } .navy-background { background-color: #00007d; } .olive { color: #606000; } .olive-background { background-color: #7d7d00; } .purple { color: #600060; } .purple-background { background-color: #7d007d; } .red { color: #bf0000; } .red-background { background-color: #fa0000; } .silver { color: #909090; } .silver-background { background-color: #bcbcbc; } .teal { color: #006060; } .teal-background { background-color: #007d7d; } .white { color: #bfbfbf; } .white-background { background-color: #fafafa; } .yellow { color: #bfbf00; } .yellow-background { background-color: #fafa00; } span.icon > .fa { cursor: default; } .admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; } .admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #19407c; } .admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; } .admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; } .admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; } .admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; } .conum[data-value] { display: inline-block; color: #fff !important; background-color: rgba(0, 0, 0, 0.8); -webkit-border-radius: 100px; border-radius: 100px; text-align: center; font-size: 0.75em; width: 1.67em; height: 1.67em; line-height: 1.67em; font-family: "Open Sans", "DejaVu Sans", sans-serif; font-style: normal; font-weight: bold; } .conum[data-value] * { color: #fff !important; } .conum[data-value] + b { display: none; } .conum[data-value]:after { content: attr(data-value); } pre .conum[data-value] { position: relative; top: -0.125em; } b.conum * { color: inherit !important; } .conum:not([data-value]):empty { display: none; } h1, h2 { letter-spacing: -0.01em; } dt, th.tableblock, td.content { text-rendering: optimizeLegibility; } p, td.content { letter-spacing: -0.01em; } p strong, td.content strong { letter-spacing: -0.005em; } p, blockquote, dt, td.content { font-size: 1.0625rem; } p { margin-bottom: 1.25rem; } .sidebarblock p, .sidebarblock dt, .sidebarblock td.content, p.tableblock { font-size: 1em; } .exampleblock > .content { background-color: #fffef7; border-color: #e0e0dc; -webkit-box-shadow: 0 1px 4px #e0e0dc; box-shadow: 0 1px 4px #e0e0dc; } .print-only { display: none !important; } @media print { @page { margin: 1.25cm 0.75cm; } * { -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important; } a { color: inherit !important; text-decoration: underline !important; } a.bare, a[href^="#"], a[href^="mailto:"] { text-decoration: none !important; } a[href^="http:"]:not(.bare):after, a[href^="https:"]:not(.bare):after { content: "(" attr(href) ")"; display: inline-block; font-size: 0.875em; padding-left: 0.25em; } abbr[title]:after { content: " (" attr(title) ")"; } pre, blockquote, tr, img { page-break-inside: avoid; } thead { display: table-header-group; } img { max-width: 100% !important; } p, blockquote, dt, td.content { font-size: 1em; orphans: 3; widows: 3; } h2, h3, #toctitle, .sidebarblock > .content > .title, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid; } #toc, .sidebarblock, .exampleblock > .content { background: none !important; } #toc { border-bottom: 1px solid #ddddd8 !important; padding-bottom: 0 !important; } .sect1 { padding-bottom: 0 !important; } .sect1 + .sect1 { border: 0 !important; } #header > h1:first-child { margin-top: 1.25rem; } body.book #header { text-align: center; } body.book #header > h1:first-child { border: 0 !important; margin: 2.5em 0 1em 0; } body.book #header .details { border: 0 !important; display: block; padding: 0 !important; } body.book #header .details span:first-child { margin-left: 0 !important; } body.book #header .details br { display: block; } body.book #header .details br + span:before { content: none !important; } body.book #toc { border: 0 !important; text-align: left !important; padding: 0 !important; margin: 0 !important; } body.book #toc, body.book #preamble, body.book h1.sect0, body.book .sect1 > h2 { page-break-before: always; } .listingblock code[data-lang]:before { display: block; } #footer { background: none !important; padding: 0 0.9375em; } #footer-text { color: rgba(0, 0, 0, 0.6) !important; font-size: 0.9em; } .hide-on-print { display: none !important; } .print-only { display: block !important; } .hide-for-print { display: none !important; } .show-for-print { display: inherit !important; } }
sdk/GUID-816B9FA8-8776-33DF-A746-39257B94BB78.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxStruct" /> <meta name="DC.Title" content="NW_Text_Abstract_s" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-816B9FA8-8776-33DF-A746-39257B94BB78" /> <title> NW_Text_Abstract_s </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-816B9FA8-8776-33DF-A746-39257B94BB78"> <a name="GUID-816B9FA8-8776-33DF-A746-39257B94BB78"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> NW_Text_Abstract_s Struct Reference </h1> <table class="signature"> <tr> <td> struct NW_Text_Abstract_s </td> </tr> </table> <div class="section"> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Attributes </th> </tr> </thead> <tbody> <tr> <td align="right" valign="top"> <a href="GUID-DD151053-321E-3420-A6A0-D04BC4D67E26.html"> NW_Text_Length_t </a> </td> <td> <a href="#GUID-06AA3E01-49D0-32E8-A1AA-7154A46E97CC"> characterCount </a> </td> </tr> <tr class="bg"> <td align="right" valign="top"> <a href="GUID-DD151053-321E-3420-A6A0-D04BC4D67E26.html"> NW_Uint16 </a> </td> <td> <a href="#GUID-D0553508-12CD-3C80-828B-5884D3374A1A"> flags </a> </td> </tr> <tr> <td align="right" valign="top"> void * </td> <td> <a href="#GUID-5652FA21-5B26-3803-9103-746B1A808ECB"> storage </a> </td> </tr> <tr class="bg"> <td align="right" valign="top"> <a href="GUID-2E2B127F-E291-3232-9975-6144893B9A31.html"> NW_Object_Dynamic_t </a> </td> <td> <a href="#GUID-42971FBD-C013-37C8-829B-B618FE76A8C6"> super </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Member Data Documentation </h1> <div class="nested1" id="GUID-06AA3E01-49D0-32E8-A1AA-7154A46E97CC"> <a name="GUID-06AA3E01-49D0-32E8-A1AA-7154A46E97CC"> <!-- --> </a> <h2 class="topictitle2"> NW_Text_Length_t characterCount </h2> <table class="signature"> <tr> <td> <a href="GUID-DD151053-321E-3420-A6A0-D04BC4D67E26.html"> NW_Text_Length_t </a> </td> <td> characterCount </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-D0553508-12CD-3C80-828B-5884D3374A1A"> <a name="GUID-D0553508-12CD-3C80-828B-5884D3374A1A"> <!-- --> </a> <h2 class="topictitle2"> NW_Uint16 flags </h2> <table class="signature"> <tr> <td> <a href="GUID-DD151053-321E-3420-A6A0-D04BC4D67E26.html"> NW_Uint16 </a> </td> <td> flags </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-5652FA21-5B26-3803-9103-746B1A808ECB"> <a name="GUID-5652FA21-5B26-3803-9103-746B1A808ECB"> <!-- --> </a> <h2 class="topictitle2"> void * storage </h2> <table class="signature"> <tr> <td> void * </td> <td> storage </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-42971FBD-C013-37C8-829B-B618FE76A8C6"> <a name="GUID-42971FBD-C013-37C8-829B-B618FE76A8C6"> <!-- --> </a> <h2 class="topictitle2"> NW_Object_Dynamic_t super </h2> <table class="signature"> <tr> <td> <a href="GUID-2E2B127F-E291-3232-9975-6144893B9A31.html"> NW_Object_Dynamic_t </a> </td> <td> super </td> </tr> </table> <div class="section"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
eu.hydrologis.stage.spatialite/js/lidar_map.html
moovida/STAGE
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>STAGE - Quick Geometry Viewer</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script type="text/javascript" src="libs/d3.min.js"></script> <script type="text/javascript" src="profile_scatterchart.js"></script> <!-- <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script> <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" /> --> <script type='text/javascript' src="http://leaflet.github.com/Leaflet.draw/lib/leaflet/leaflet.js"></script> <link rel="stylesheet" type="text/css" href="http://leaflet.github.com/Leaflet.draw/lib/leaflet/leaflet.css"> <link rel="stylesheet" type="text/css" href="http://leaflet.github.com/Leaflet.draw/leaflet.draw.css"> <script type='text/javascript' src="http://leaflet.github.com/Leaflet.draw/leaflet.draw.js"></script> <script type='text/javascript' src='libs/jquery.min.js'></script> <style> .map { border-style: solid; border-width: 1px; border-color: #ccc; } svg .line { stroke: red; stroke-width: 1; fill: none; } .dot { fill: #fff; stroke: steelblue; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .axis text { font: 10px sans-serif; } .axis .grid-line { stroke: #000; shape-rendering: crispEdges; } </style> </head> <body> <div id="map"></div> <script> var width = Math.max(960, window.innerWidth) - 30, height = Math.max(500, window.innerHeight) - 30; var map = void 0; var mapData = void 0; var leafletMap; var mapnik; var dataG; var chartG; var lastC = 1; var psize = 2; var doInfoTool = false; var drawnItems; var mapSvg; var chartDiv; var body; // loadScript(); function loadScript() { body = d3.select("body"); body.select("#map").style("width", width + "px").style("height", height + "px"); leafletMap = L.map('map'); mapnik = L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>', maxZoom: 25, maxNativeZoom: 18 }); var esri_world = L.tileLayer('http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}', { attribution: 'Tiles &copy; Esri', maxZoom: 25, maxNativeZoom: 18 }); var baseMaps = { "mapnik": mapnik, "esri_world": esri_world, }; L.control.layers(baseMaps).addTo(leafletMap); leafletMap.setView([0.0, 0.0], 2); leafletMap._initPathRoot(); leafletMap.on('moveend', function () { checkData(false, lastC); }); leafletMap.on('movestart', function () { drawnItems.eachLayer(function (layer) { drawnItems.removeLayer(layer); }); clearChart(); }); leafletMap.on('mousedown', function (event) { if (doInfoTool) info(event) }); enableDrawTools(); mapSvg = d3.select("#map").select("svg"); dataG = mapSvg.append("g").attr("class", "lidardata"); // d3.json("geoms.json", function (data) { checkData(true, lastC); mapnik.addTo(leafletMap); // }); } function enableDrawTools() { drawnItems = new L.FeatureGroup(); leafletMap.addLayer(drawnItems); L.drawLocal.draw.toolbar.buttons.polyline = 'Trace a profile'; L.drawLocal.draw.toolbar.buttons.polygon = 'View the points of a region in 3D'; L.drawLocal.edit.toolbar.buttons.edit = 'Edit a shape'; L.drawLocal.edit.toolbar.buttons.editDisabled = 'No shape to edit'; var drawControl = new L.Control.Draw({ draw: { polygon: { metric: true, shapeOptions: { color: '#004a80', opacity: 1 } }, polyline: { metric: true, shapeOptions: { color: '#004a80', opacity: 1 } }, circle: false, rectangle: false, marker: false }, edit: { featureGroup: drawnItems, remove: false } }); leafletMap.addControl(drawControl); leafletMap.on('draw:created', function (e) { drawnItems.eachLayer(function (layer) { drawnItems.removeLayer(layer); }); layer = e.layer; if (e.layerType === "polyline") { var latLngs = []; layer.getLatLngs().forEach(function (ll) { latLngs.push(ll.lat, ll.lng); }); drawnItems.addLayer(layer); var chartData = getProfileChart(latLngs); doChart(chartData); } if (e.layerType === "polygon") { var latLngs = []; layer.getLatLngs().forEach(function (ll) { latLngs.push(ll.lat, ll.lng); }); drawnItems.addLayer(layer); open3DViewOnPoint(latLngs); } }); leafletMap.on('draw:edited', function (e) { var layers = e.layers; layers.eachLayer(function (layer) { var lls = layer.getLatLngs(); if (lls) { var latLngs = []; lls.forEach(function (ll) { latLngs.push(ll.lat, ll.lng); }); if ((layer instanceof L.Polyline) && !(layer instanceof L.Polygon)) { var chartData = getProfileChart(latLngs); doChart(chartData); } if ((layer instanceof L.Polygon) && !(layer instanceof L.Rectangle)) { open3DViewOnPoint(latLngs); } } }); }); } function clearChart() { body.selectAll("div.chartdiv").remove(); } function doChart(data) { clearChart(); chartDiv = body.append("div").attr("class", "chartdiv"); var chartWidth = width * 0.95; var chartHeigt = 300; chartDiv .style("width", chartWidth + "px").style("height", chartHeigt + "px") .style("position", "absolute") .style("left", "3%") .style("top", "3%"); var chartSvg = chartDiv.append("svg").style("width", chartWidth + "px").style("height", chartHeigt + "px"); chartG = chartSvg.append("g").attr("class", "lidarchart"); // var currentx = d3.transform(mapSvg.style("transform")).translate[0]; // var currenty = d3.transform(mapSvg.style("transform")).translate[1]; // chartG.attr("transform", "translate(" // + currentx + "," // + currenty + ")") var size = data.length; var chartData = []; var minP = 999999; var maxP = -1000; var minH = 99999; var maxH = -1000; for (i = 0; i < size; i = i + 2) { var p = data[i]; var h = data[i + 1]; minH = Math.min(minH, h); minP = Math.min(minP, p); maxH = Math.max(maxH, h); maxP = Math.max(maxP, p); chartData.push([p, h]); } chart = profileScatterChart() .x( d3.scale.linear().domain([minP, maxP]) ) .y( d3.scale.linear().domain([minH, maxH]) ); //chart.centerMatchedTreeProg(treeData.progressive, treeData.height); chartG.append("rect") .attr("rx", 6) .attr("ry", 6) .attr("x", 0) .attr("y", 0) .attr("width", width) .attr("height", 300) .style("fill", "white") .style("fill-opacity", 0.6) ; chart.width(chartWidth); chart.height(chartHeigt); var margins = { top: 10, left: 40, right: 10, bottom: 20 }; chart.margins(margins); //chart.color(""); chart.dotsize(2); chart.setData(chartData); chart.render(chartG, 0, 0); } function enableInfo(doInfo) { doInfoTool = doInfo; if (doInfo) { document.getElementById('map').style.cursor = 'crosshair'; } else { document.getElementById('map').style.cursor = ''; } } function info(event) { var msg = getInfoData(event.latlng.lng, event.latlng.lat); var infoPopup = L.popup().setLatLng(L.latLng(event.latlng.lat, event.latlng.lng)).setContent(msg); leafletMap.openPopup(infoPopup); } function project(x, y) { var point = leafletMap.latLngToLayerPoint(new L.LatLng(y, x)); return point; } function zoomToData() { leafletMap.setZoom(1); checkData(true, 1); } function checkData(fitData, colortab) { lastC = colortab; var zoom = leafletMap.getZoom(); var type = 1; if (zoom > 16) { type = 2; } if (zoom > 21) { type = 3; } var bb = leafletMap.getBounds(); var w = bb.getWest(); var e = bb.getEast(); var s = bb.getSouth(); var n = bb.getNorth(); // 1=overview, 2=cells, 3=points var dataStr = getJsonData(type, s, n, w, e, zoom); if (!dataStr) return; var json = JSON.parse(dataStr); var minVal = json.vmin; var maxVal = json.vmax; var delta = (maxVal - minVal) / 4; var colorScale; if (colortab === 1) { colorScale = d3.scale.linear() .domain( [ minVal, minVal + delta, minVal + 2 * delta, minVal + 3 * delta, maxVal ] ) .range( [ d3.rgb(0, 191, 191), d3.rgb(255, 255, 0), d3.rgb(255, 127, 0), d3.rgb(191, 127, 63), d3.rgb(20, 21, 20) ] ); } else { colorScale = d3.scale.linear() // <-A .domain( [ minVal, minVal + delta, minVal + 2 * delta, minVal + 3 * delta, maxVal ] ) .range( [ d3.rgb(255, 255, 0), d3.rgb(0, 255, 0), d3.rgb(0, 0, 255), d3.rgb(255, 0, 255), d3.rgb(255, 0, 0) ] ); } // DATA JOIN // Join new data with old elements, if any. var rects = dataG.selectAll("polygon") .data(json.data); // UPDATE // Update old elements as needed. rects.attr("points", function (d) { if (d.x1) { var str = ""; var p = project(d.x1, d.y1); str += p.x + "," + p.y; p = project(d.x2, d.y2); str += " " + p.x + "," + p.y; p = project(d.x3, d.y3); str += " " + p.x + "," + p.y; p = project(d.x4, d.y4); str += " " + p.x + "," + p.y; return str; } else { var p = project(d.x, d.y); var str = (p.x - psize) + "," + (p.y - psize); str += " " + (p.x - psize) + "," + (p.y + psize); str += " " + (p.x + psize) + "," + (p.y + psize); str += " " + (p.x + psize) + "," + (p.y - psize); return str; } }) .style("stroke", function (d) { if (d.l) { return colorScale(d.v); } }) .style("stroke-width", function (d) { if (d.l) { return 2; } }) .style("fill", function (d) { return colorScale(d.v); }) .style("fill-opacity", function (d) { if (d.l) { return 0; } return 0.7; }); // rects.select("title").text(function (d) { // if (d.l) // return d.l; // return d.v //}); // ENTER // Create new elements as needed. rects.enter().append("polygon") .attr("points", function (d) { if (d.x1) { var str = ""; var p = project(d.x1, d.y1); str += p.x + "," + p.y; p = project(d.x2, d.y2); str += " " + p.x + "," + p.y; p = project(d.x3, d.y3); str += " " + p.x + "," + p.y; p = project(d.x4, d.y4); str += " " + p.x + "," + p.y; return str; } else { var p = project(d.x, d.y); var str = (p.x - psize) + "," + (p.y - psize); str += " " + (p.x - psize) + "," + (p.y + psize); str += " " + (p.x + psize) + "," + (p.y + psize); str += " " + (p.x + psize) + "," + (p.y - psize); return str; } }) .style("stroke", function (d) { if (d.l) { return colorScale(d.v); } }) .style("stroke-width", function (d) { if (d.l) { return 2; } }) .style("fill", function (d) { return colorScale(d.v); }) .style("fill-opacity", function (d) { if (d.l) { return 0; } return 0.7; }); // .append("svg:title") // .text(function (d) { // if (d.l) // return d.l; // return d.v; // }); rects.exit().remove(); if (fitData && json.ymin) { var southWest = L.latLng(json.ymin, json.xmin), northEast = L.latLng(json.ymax, json.xmax), fitBounds = L.latLngBounds(southWest, northEast); // leafletMap.fitBounds([ // [json.ymin, json.xmin], // [json.ymax, json.xmax] // ]); // fitBounds = gjson.getBounds(); leafletMap.fitBounds(fitBounds); } } </script> </body>
pdk/GUID-6972CA98-B1DD-30FC-A1FA-09AA05620EDF.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxClass"/> <meta name="DC.Title" content="MMGFetchCanceler"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-6972CA98-B1DD-30FC-A1FA-09AA05620EDF"/> <title>MMGFetchCanceler</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-6972CA98-B1DD-30FC-A1FA-09AA05620EDF"><a name="GUID-6972CA98-B1DD-30FC-A1FA-09AA05620EDF"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2366708 id2898088 id2898157 id2898266 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">MMGFetchCanceler Class Reference</h1> <table class="signature"><tr><td>class MMGFetchCanceler</td></tr></table><div class="section"><div> <p>Interface for canceling the fetch popup</p> <div class="p"> <dl class="since"> <dt class="dlterm">Since</dt> <dd>2.6 </dd> </dl> </div> </div></div> <div class="section member-index"><table border="0" class="member-index"><thead><tr><th colspan="2">Public Member Functions</th></tr></thead><tbody><tr><td align="right" class="code">void</td><td><a href="#GUID-0F9CABB9-CD30-3ED9-85B9-9A68B34E8DD0">CancelFetcherL</a>()</td></tr></tbody></table></div><h1 class="pageHeading topictitle1">Member Functions Documentation</h1><div class="nested1" id="GUID-0F9CABB9-CD30-3ED9-85B9-9A68B34E8DD0"><a name="GUID-0F9CABB9-CD30-3ED9-85B9-9A68B34E8DD0"><!-- --></a> <h2 class="topictitle2">CancelFetcherL()</h2> <table class="signature"><tr><td>void</td><td>CancelFetcherL</td><td>(</td><td>)</td><td>[pure virtual]</td></tr></table><div class="section"><div> <p>Calling this method while the fetcher (MGFetch.h) popup is visible (when the <a href="GUID-6972CA98-B1DD-30FC-A1FA-09AA05620EDF.html#GUID-6972CA98-B1DD-30FC-A1FA-09AA05620EDF">MMGFetchCanceler</a> pointer is NOT NULL) causes the fetcher to close.</p> <div class="p"> <dl class="since"> <dt class="dlterm">Since</dt> <dd>2.6 </dd> </dl> </div> </div></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
triper/WebContent/se2/photo_uploader/popup/callback.html
triper2/triper2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="ko"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>FileUploader Callback</title> </head> <body> <script type="text/javascript"> // alert("callback"); // document.domain 설정 try { document.domain = "http://58.72.66.9:7001/Na_down"; } catch(e) {} // execute callback script var sUrl = document.location.search.substr(1); if (sUrl != "blank") { var oParameter = {}; // query array sUrl.replace(/([^=]+)=([^&]*)(&|$)/g, function(){ oParameter[arguments[1]] = arguments[2]; return ""; }); if ((oParameter.errstr || '').length) { // on error (parent.jindo.FileUploader._oCallback[oParameter.callback_func+'_error'])(oParameter); } else { (parent.jindo.FileUploader._oCallback[oParameter.callback_func+'_success'])(oParameter); } } </script> </body> </html>
data/dcs/e/s/2016/01/07/ma/gr-en/index.html
mcolburn/alwb-test-data
<!DOCTYPE html> <html> <head> <title data-commemoration="" data-language="GR-EN" data-type="epub" data-filename="se.m01.d07.ma.gr-en.epub">se.m01.d07.ma</title> <meta charset="utf-8"/> <meta name="keywords" content=""/> <script>window.location="se.m01.d07.ma.gr-en.epub"</script></head> <body> <p class="ePubDownloadNotice">The ePub file is being downloaded. Open it using an eReader capable of reading ePub, e.g. on an iPhone or iPad, use eBooks. On an Android you can use Google Play Book.</p> </body>
doc/com/runescape/revised/content/minigame/greatorbproject/ActivityBar.html
RodriguesJ/Atem
<!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_55) on Thu Jun 12 19:18:22 EDT 2014 --> <title>ActivityBar</title> <meta name="date" content="2014-06-12"> <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="ActivityBar"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ActivityBar.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../../../../../../com/runescape/revised/content/minigame/greatorbproject/Barrier.html" title="class in com.runescape.revised.content.minigame.greatorbproject"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/runescape/revised/content/minigame/greatorbproject/ActivityBar.html" target="_top">Frames</a></li> <li><a href="ActivityBar.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.runescape.revised.content.minigame.greatorbproject</div> <h2 title="Class ActivityBar" class="title">Class ActivityBar</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.runescape.revised.content.minigame.greatorbproject.ActivityBar</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">ActivityBar</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../../com/runescape/revised/content/minigame/greatorbproject/ActivityBar.html#ActivityBar()">ActivityBar</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ActivityBar()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ActivityBar</h4> <pre>public&nbsp;ActivityBar()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ActivityBar.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../../../../../../com/runescape/revised/content/minigame/greatorbproject/Barrier.html" title="class in com.runescape.revised.content.minigame.greatorbproject"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/runescape/revised/content/minigame/greatorbproject/ActivityBar.html" target="_top">Frames</a></li> <li><a href="ActivityBar.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods_inherited_from_class_java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
pdk/GUID-C61B979A-921A-5756-8D7E-691C3DDD3437.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="concept"/> <meta name="DC.Title" content="Sharing databases overview"/> <meta name="abstract" content="Provides access to a server that allows databases to be accessed by multiple clients."/> <meta name="description" content="Provides access to a server that allows databases to be accessed by multiple clients."/> <meta name="DC.Relation" scheme="URI" content="GUID-766F8505-4536-57A6-A788-EFCD8CCF875F.html"/> <meta name="DC.Relation" scheme="URI" content="index.html"/> <meta name="DC.Relation" scheme="URI" content="GUID-32E29020-1956-461A-B79A-1492E06049E7.html"/> <meta name="DC.Relation" scheme="URI" content="GUID-FBCBF8A0-7922-5881-A1C5-5DB41630E75A.html"/> <meta name="DC.Relation" scheme="URI" content="GUID-F8824165-4B33-50D1-9706-BD2438B5A2EE.html"/> <meta name="DC.Relation" scheme="URI" content="GUID-C0414BDC-06FD-5E3C-93F7-DD3467CAA75E.html"/> <meta name="DC.Relation" scheme="URI" content="GUID-766F8505-4536-57A6-A788-EFCD8CCF875F.html"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-C61B979A-921A-5756-8D7E-691C3DDD3437"/> <meta name="DC.Language" content="en"/> <link rel="stylesheet" type="text/css" href="commonltr.css"/> <title>Sharing databases overview</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <link rel="stylesheet" type="text/css" href="nokiacxxref.css"/></head> <body id="GUID-C61B979A-921A-5756-8D7E-691C3DDD3437"><a name="GUID-C61B979A-921A-5756-8D7E-691C3DDD3437"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2563754 id2859821 id2860178 id2860280 id2533842 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt; <a href="GUID-32E29020-1956-461A-B79A-1492E06049E7.html" title="The Symbian Guide describes the architecture and functionality of the platform, and provides guides on using its APIs.">Symbian Guide</a> &gt; <a href="GUID-FBCBF8A0-7922-5881-A1C5-5DB41630E75A.html" title="Provides services to enable and support persistence.">Persistent Data Services Guide</a> &gt; <a href="GUID-F8824165-4B33-50D1-9706-BD2438B5A2EE.html" title="The persistent storage collection.">Persistent Storage</a> &gt; <a href="GUID-C0414BDC-06FD-5E3C-93F7-DD3467CAA75E.html" title="DBMS is the proprietary database management system developed for Symbian platform. Use this section to learn more about DBMS database engine and server.">DBMS</a> &gt; <a href="GUID-766F8505-4536-57A6-A788-EFCD8CCF875F.html">DBMS sharing databases</a> &gt; </div> <h1 class="topictitle1">Sharing databases overview</h1> <div><p>Provides access to a server that allows databases to be accessed by multiple clients.</p> <div class="section" id="GUID-C61B979A-921A-5756-8D7E-691C3DDD3437__GUID-3CCD7889-641D-48EB-8151-422A16CFADF1"><a name="GUID-C61B979A-921A-5756-8D7E-691C3DDD3437__GUID-3CCD7889-641D-48EB-8151-422A16CFADF1"><!-- --></a><h2 class="sectiontitle">Description</h2> <p>The API has two key concepts: DBMS server session, and database change notifier. </p> <p><strong>DBMS server session</strong> </p> <p>A session with the DBMS server allows suitable databases to be shared with read/write access by multiple clients. Note that a session can be used to open any number of databases, and that if write access is required by one client, then all clients of that database must use the DBMS server.</p> <p>The DBMS server session is provided by <a href="GUID-3B846E0B-F161-3C5F-939B-4F4078AF9D95.html"><span class="apiname">RDbs</span></a>.</p> <p><strong>Database change notifier</strong> </p> <p>Clients can be notified of changes (such as transactions committed or rolled back, database closed or recovered) to shared databases through <a href="GUID-53AB4535-A859-3A8C-8344-53865B2FE0B4.html"><span class="apiname">RDbNotifier</span></a>.</p> </div> </div> <div> <div class="familylinks"> <div class="parentlink"><strong>Parent topic:</strong> <a href="GUID-766F8505-4536-57A6-A788-EFCD8CCF875F.html">DBMS sharing databases</a></div> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
foobaero/tools/Mp3tag/help/main_cli.html
djwesterfield/custom-foobar-2000-skins
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <!-- Florian Heidenreich --> <!-- http://www.mp3tag.de/en --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="Author" content="Florian Heidenreich" /> <meta name="Description" content="Mp3tag Help - Command Line Interface" /> <meta name="Keywords" content="" /> <title>Mp3tag Help - Command Line Interface</title> <link rel="stylesheet" type="text/css" href="content.css" /> </head> <body> <div id="wrap"> <div id="header"><a href="index.html" title="Back to main page"><img src="images/banner.gif" alt="Back to main page" title="Back to main page" /></a></div> <div> <h1>Command Line Interface</h1> These parameters can be used when starting Mp3tag from the command line: <div class="note"><div class="noteh"> Mp3tag.exe /fp:"&lt;full-qualified path to directory&gt;" </div><div class="noteb"> <p> Starts Mp3tag in the specified directory using the directory as working directory. </p> </div></div> <div class="note"><div class="noteh"> Mp3tag.exe /fn:"&lt;full-qualified file name&gt;" </div><div class="noteb"> <p> Starts Mp3tag with the specified audio file using the directory of the file as working directory. </p> </div></div> <p> <a class="index" href="index.html">Back to main page</a> </p> </div> <p class="copyright"><strong>All content and graphics are protected by copyright law!</strong> Copyright &copy; 2000-2010 <a href="http://www.mp3tag.de/en/" class="external">Florian Heidenreich</a></p> </div> </body> </html>
pdk/GUID-A0590887-347D-3C92-8D44-F8D809C5ED97.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxClass"/> <meta name="DC.Title" content="stmGesture::MGestureRecogniserIf"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-A0590887-347D-3C92-8D44-F8D809C5ED97"/> <title>stmGesture::MGestureRecogniserIf</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-A0590887-347D-3C92-8D44-F8D809C5ED97"><a name="GUID-A0590887-347D-3C92-8D44-F8D809C5ED97"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">stmGesture::MGestureRecogniserIf Class Reference</h1> <table class="signature"><tr><td>class stmGesture::MGestureRecogniserIf</td></tr></table><div class="section"><div> <p> <a href="GUID-A0590887-347D-3C92-8D44-F8D809C5ED97.html#GUID-A0590887-347D-3C92-8D44-F8D809C5ED97">MGestureRecogniserIf</a> defines the interface needed to be implemented by every gesture recognition element. The gesture recogniser gets the UI events and needs to determine whether they define the expected gesture. </p> </div></div> <div class="section member-index"><table border="0" class="member-index"><thead><tr><th colspan="2">Public Member Functions</th></tr></thead><tbody><tr><td align="right" class="code"/><td><a href="#GUID-042612AA-6C7A-368C-9551-5A4D170B0200">~MGestureRecogniserIf</a>()</td></tr><tr class="bg"><td align="right" class="code">void</td><td><a href="#GUID-F2891D31-7726-31AC-8005-EA87651C242F">enable</a>(bool)</td></tr><tr><td align="right" class="code">void</td><td><a href="#GUID-F495673E-E7C8-339D-AD3C-15777C61551B">enableLogging</a>(bool)</td></tr><tr class="bg"><td align="right" class="code"> <a href="GUID-58568DA0-B52D-301C-90A9-A5DC0214060C.html">TGestureUid</a> </td><td><a href="#GUID-1DFD09B6-2E52-350E-9A26-9A00A05C638D">gestureUid</a>()</td></tr><tr><td align="right" class="code">bool</td><td><a href="#GUID-5A0E305A-E10D-3C10-AD9F-DA7190E38B91">isEnabled</a>()</td></tr><tr class="bg"><td align="right" class="code"> <a href="GUID-58568DA0-B52D-301C-90A9-A5DC0214060C.html">TGestureRecognitionState</a> </td><td><a href="#GUID-02297250-084E-32E6-92A4-04B8139A3B6B">recognise</a>(int, <a href="GUID-4A38F52B-A53C-3235-AD25-1C6E5333168E.html">MGestureEngineIf</a> *)</td></tr><tr><td align="right" class="code">void</td><td><a href="#GUID-BC2972FC-3314-33C0-92C2-8E39EFEC2EFC">release</a>(<a href="GUID-4A38F52B-A53C-3235-AD25-1C6E5333168E.html">MGestureEngineIf</a> *)</td></tr><tr class="bg"><td align="right" class="code">void</td><td><a href="#GUID-49F0530D-81CB-3035-9B33-760D00DD6A5B">setOwner</a>(<a href="GUID-B06F99BD-F032-3B87-AB26-5DD6EBE8C160.html">CCoeControl</a> *)</td></tr></tbody></table></div><h1 class="pageHeading topictitle1">Constructor &amp; Destructor Documentation</h1><div class="nested1" id="GUID-042612AA-6C7A-368C-9551-5A4D170B0200"><a name="GUID-042612AA-6C7A-368C-9551-5A4D170B0200"><!-- --></a> <h2 class="topictitle2">~MGestureRecogniserIf()</h2> <table class="signature"><tr><td>~MGestureRecogniserIf</td><td>(</td><td>)</td><td>[inline, virtual]</td></tr></table><div class="section"><div> <p>Virtual destuructor. </p> </div></div> </div> <h1 class="pageHeading topictitle1">Member Functions Documentation</h1><div class="nested1" id="GUID-F2891D31-7726-31AC-8005-EA87651C242F"><a name="GUID-F2891D31-7726-31AC-8005-EA87651C242F"><!-- --></a> <h2 class="topictitle2">enable(bool)</h2> <table class="signature"><tr><td>void</td><td>enable</td><td>(</td><td>bool</td><td>enableRecogniser</td><td>)</td><td>[pure virtual]</td></tr></table><div class="section"><div> <p>Enable or disable recogniser. E.g. if two gestures are related so that a gesture ending recogniser needs to be activated to stop a t5imer driven behaviour it is useful to add the recogniser to the top of the list and then disable it until needed. </p> </div></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter">bool enableRecogniser</td><td> </td></tr></table></div> </div> <div class="nested1" id="GUID-F495673E-E7C8-339D-AD3C-15777C61551B"><a name="GUID-F495673E-E7C8-339D-AD3C-15777C61551B"><!-- --></a> <h2 class="topictitle2">enableLogging(bool)</h2> <table class="signature"><tr><td>void</td><td>enableLogging</td><td>(</td><td>bool</td><td>loggingEnabled</td><td>)</td><td>[pure virtual]</td></tr></table><div class="section"><div> <p>for testing purposes </p> </div></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter">bool loggingEnabled</td><td> </td></tr></table></div> </div> <div class="nested1" id="GUID-1DFD09B6-2E52-350E-9A26-9A00A05C638D"><a name="GUID-1DFD09B6-2E52-350E-9A26-9A00A05C638D"><!-- --></a> <h2 class="topictitle2">gestureUid()</h2> <table class="signature"><tr><td> <a href="GUID-58568DA0-B52D-301C-90A9-A5DC0214060C.html">TGestureUid</a> </td><td>gestureUid</td><td>(</td><td>)</td><td>const [pure virtual]</td></tr></table><div class="section"><div> <p>Return the type of the gesture recogniser </p> </div></div> </div> <div class="nested1" id="GUID-5A0E305A-E10D-3C10-AD9F-DA7190E38B91"><a name="GUID-5A0E305A-E10D-3C10-AD9F-DA7190E38B91"><!-- --></a> <h2 class="topictitle2">isEnabled()</h2> <table class="signature"><tr><td>bool</td><td>isEnabled</td><td>(</td><td>)</td><td>[pure virtual]</td></tr></table><div class="section"><div> <p>Get the state of the gesture recogniser, whether it is enabled or not </p> </div></div> </div> <div class="nested1" id="GUID-02297250-084E-32E6-92A4-04B8139A3B6B"><a name="GUID-02297250-084E-32E6-92A4-04B8139A3B6B"><!-- --></a> <h2 class="topictitle2">recognise(int, MGestureEngineIf *)</h2> <table class="signature"><tr><td> <a href="GUID-58568DA0-B52D-301C-90A9-A5DC0214060C.html">TGestureRecognitionState</a> </td><td>recognise</td><td>(</td><td>int</td><td>numOfActiveStreams,</td></tr><tr><td colspan="3"> </td><td><a href="GUID-4A38F52B-A53C-3235-AD25-1C6E5333168E.html">MGestureEngineIf</a> *</td><td>ge</td></tr><tr><td colspan="2"> </td><td>)</td><td colspan="2">[pure virtual]</td></tr></table><div class="section"><div> <p>Process the UI event. Note that a gesture may take control only if it sends out a gesture notification. (or is it so?) Until no gesture recogniser has sent a gesture notification, all recognisers who have not returned ENotMyGesture are eligible, based on the order they are in the list.</p> <p>The gesture engine may be either in dynamic gestures mode or fixed gestures mode. In dynamic gestures mode each time an UI event is processed, engine will call each gesture recogniser until one of the recognisers returns EGestureActive.</p> <p>In fixed gestures mode the index of the gesture recogniser first returning EGestureActive is stored and the subsequent UI events are processed so that only that recogniser is allowed to send gesture notification. If it returns !=EGestureActive, it relinguishes the control. </p> </div></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter">int numOfActiveStreams</td><td>: indicates how many pointers are currently active. </td></tr><tr class="bg"><td class="parameter"><a href="GUID-4A38F52B-A53C-3235-AD25-1C6E5333168E.html">MGestureEngineIf</a> * ge</td><td>the gesture engine. The Gesture recogniser uses this to get the current active events. </td></tr></table></div> </div> <div class="nested1" id="GUID-BC2972FC-3314-33C0-92C2-8E39EFEC2EFC"><a name="GUID-BC2972FC-3314-33C0-92C2-8E39EFEC2EFC"><!-- --></a> <h2 class="topictitle2">release(MGestureEngineIf *)</h2> <table class="signature"><tr><td>void</td><td>release</td><td>(</td><td><a href="GUID-4A38F52B-A53C-3235-AD25-1C6E5333168E.html">MGestureEngineIf</a> *</td><td>ge</td><td>)</td><td>[pure virtual]</td></tr></table><div class="section"><div> <p>In dynamic gestures mode the gesture engine will call release of the recogniser who lost activation status because a preceding recogniser in the list took control.</p> <p>Note that the recogniser must then do whatever (if anything) is needed to cancel the gesture. </p> </div></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter"><a href="GUID-4A38F52B-A53C-3235-AD25-1C6E5333168E.html">MGestureEngineIf</a> * ge</td><td> </td></tr></table></div> </div> <div class="nested1" id="GUID-49F0530D-81CB-3035-9B33-760D00DD6A5B"><a name="GUID-49F0530D-81CB-3035-9B33-760D00DD6A5B"><!-- --></a> <h2 class="topictitle2">setOwner(CCoeControl *)</h2> <table class="signature"><tr><td>void</td><td>setOwner</td><td>(</td><td><a href="GUID-B06F99BD-F032-3B87-AB26-5DD6EBE8C160.html">CCoeControl</a> *</td><td>owner</td><td>)</td><td>[pure virtual]</td></tr></table><div class="section"></div> <div class="section parameters"><h3 class="sectiontitle">Parameters</h3><table border="0" class="parameters"><tr><td class="parameter"><a href="GUID-B06F99BD-F032-3B87-AB26-5DD6EBE8C160.html">CCoeControl</a> * owner</td><td> </td></tr></table></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/poifs/filesystem/class-use/Ole10Native.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.poifs.filesystem.Ole10Native (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.poifs.filesystem.Ole10Native (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/poifs/filesystem/Ole10Native.html" title="class in org.apache.poi.poifs.filesystem">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-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/poifs/filesystem/class-use/Ole10Native.html" target="_top">Frames</a></li> <li><a href="Ole10Native.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.poi.poifs.filesystem.Ole10Native" class="title">Uses of Class<br>org.apache.poi.poifs.filesystem.Ole10Native</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/poi/poifs/filesystem/Ole10Native.html" title="class in org.apache.poi.poifs.filesystem">Ole10Native</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.poifs.filesystem">org.apache.poi.poifs.filesystem</a></td> <td class="colLast"> <div class="block">filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.poi.poifs.filesystem"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/poifs/filesystem/Ole10Native.html" title="class in org.apache.poi.poifs.filesystem">Ole10Native</a> in <a href="../../../../../../org/apache/poi/poifs/filesystem/package-summary.html">org.apache.poi.poifs.filesystem</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/poifs/filesystem/package-summary.html">org.apache.poi.poifs.filesystem</a> that return <a href="../../../../../../org/apache/poi/poifs/filesystem/Ole10Native.html" title="class in org.apache.poi.poifs.filesystem">Ole10Native</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/poifs/filesystem/Ole10Native.html" title="class in org.apache.poi.poifs.filesystem">Ole10Native</a></code></td> <td class="colLast"><span class="strong">Ole10Native.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/filesystem/Ole10Native.html#createFromEmbeddedOleObject(org.apache.poi.poifs.filesystem.DirectoryNode)">createFromEmbeddedOleObject</a></strong>(<a href="../../../../../../org/apache/poi/poifs/filesystem/DirectoryNode.html" title="class in org.apache.poi.poifs.filesystem">DirectoryNode</a>&nbsp;directory)</code> <div class="block">Creates an instance of this class from an embedded OLE Object.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/poifs/filesystem/Ole10Native.html" title="class in org.apache.poi.poifs.filesystem">Ole10Native</a></code></td> <td class="colLast"><span class="strong">Ole10Native.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/filesystem/Ole10Native.html#createFromEmbeddedOleObject(org.apache.poi.poifs.filesystem.POIFSFileSystem)">createFromEmbeddedOleObject</a></strong>(<a href="../../../../../../org/apache/poi/poifs/filesystem/POIFSFileSystem.html" title="class in org.apache.poi.poifs.filesystem">POIFSFileSystem</a>&nbsp;poifs)</code> <div class="block">Creates an instance of this class from an embedded OLE Object.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/poifs/filesystem/Ole10Native.html" title="class in org.apache.poi.poifs.filesystem">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-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/poifs/filesystem/class-use/Ole10Native.html" target="_top">Frames</a></li> <li><a href="Ole10Native.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> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
pdk/GUID-C885CC3E-F8CE-34BF-88C9-1A2C52B12DD2.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxClass"/> <meta name="DC.Title" content="CFrameTable::TBufRefPosEntry"/> <meta name="DC.Relation" scheme="URI" content="GUID-289922F5-E98E-310D-B433-47EB6E24164B.html"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-C885CC3E-F8CE-34BF-88C9-1A2C52B12DD2"/> <title>CFrameTable::TBufRefPosEntry</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-C885CC3E-F8CE-34BF-88C9-1A2C52B12DD2"><a name="GUID-C885CC3E-F8CE-34BF-88C9-1A2C52B12DD2"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2578593 id2865498 id2469233 id2469775 id2469780 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">CFrameTable::TBufRefPosEntry Class Reference</h1> <table class="signature"><tr><td>class CFrameTable::TBufRefPosEntry</td></tr></table><div class="section"></div> <div class="section member-index"><table border="0" class="member-index"><thead><tr><th colspan="2">Public Attributes</th></tr></thead><tbody><tr><td align="right" valign="top"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td><a href="#GUID-C447B25C-DDC7-36C5-829D-CB28DC9235F6">iFrameNum</a></td></tr><tr class="bg"><td align="right" valign="top"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td><a href="#GUID-1573871E-9AAE-3ABE-B1E3-B56F7CC77F27">iPos</a></td></tr></tbody></table></div><div> <div class="familylinks"> <div class="parentlink"/> </div> </div><h1 class="pageHeading topictitle1">Member Data Documentation</h1><div class="nested1" id="GUID-C447B25C-DDC7-36C5-829D-CB28DC9235F6"><a name="GUID-C447B25C-DDC7-36C5-829D-CB28DC9235F6"><!-- --></a> <h2 class="topictitle2"> TUint iFrameNum</h2> <table class="signature"><tr><td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td>iFrameNum</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-1573871E-9AAE-3ABE-B1E3-B56F7CC77F27"><a name="GUID-1573871E-9AAE-3ABE-B1E3-B56F7CC77F27"><!-- --></a> <h2 class="topictitle2"> TUint iPos</h2> <table class="signature"><tr><td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td>iPos</td></tr></table><div class="section"></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
org.xtext.xrobot.dsl.web/src/main/webapp/entry.html
JanKoehnlein/XRobot
<!doctype html> <html style="height: 100%;"> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>XRobots</title> <link rel="stylesheet" type="text/css" href="entry.css" /> <script src="webjars/requirejs/2.1.17/require.min.js"></script> <script type="text/javascript"> require.config({ paths: { "text": "webjars/requirejs-text/2.0.10-3/text", "jquery": "webjars/jquery/2.1.4/jquery.min" } }); require([ "entry" ]); </script> </head> <body> <div class="button"> <a id="resourcebutton" href="#" class="round">XRobot<br> Script</a> </div> </body> </html>
modern_javascript_scripts/ch05/membership.html
pce1991/cljs-tutorial
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Membership Form</title> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" href="css/form.css"> </head> <body> <!-- membership.html --> <form action="" method="post" id="theForm"> <fieldset><legend>Create Your Membership</legend> <p>Complete this form to calculate your membership. There's a 20% discount if you enroll for more than one year!</p> <div><label for="type">Type</label> <select name="type" id="type" required> <option value="basic">Basic - $10.00</option> <option value="premium">Premium - $15.00</option> <option value="gold">Gold - $20.00</option> <option value="platinum">Platinum - $25.00</option> </select></div> <div><label for="years">Years</label><input type="number" name="years" id="years" min="1" required></div> <div><label for="cost">Cost</label><input type="text" name="cost" id="cost" disabled></div> <input type="submit" value="Calculate" id="submit"> </fieldset> </form> <script src="js/membership.js"></script> </body> </html>
public/css/bootstrap-slider.css
cllebrun/dashboardPhoto
/*! ======================================================= VERSION 6.0.17 ========================================================= */ /*! ========================================================= * bootstrap-slider.js * * Maintainers: * Kyle Kemp * - Twitter: @seiyria * - Github: seiyria * Rohit Kalkur * - Twitter: @Rovolutionary * - Github: rovolution * * ========================================================= * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ========================================================= */ .slider { display: inline-block; vertical-align: middle; position: relative; } .slider.slider-horizontal { width: 210px; height: 20px; } .slider.slider-horizontal .slider-track { height: 10px; width: 100%; margin-top: -5px; top: 50%; left: 0; } .slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high { height: 100%; top: 0; bottom: 0; } .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle { margin-left: -10px; margin-top: -5px; } .slider.slider-horizontal .slider-tick.triangle, .slider.slider-horizontal .slider-handle.triangle { border-width: 0 10px 10px 10px; width: 0; height: 0; border-bottom-color: #0480be; margin-top: 0; } .slider.slider-horizontal .slider-tick-label-container { white-space: nowrap; margin-top: 20px; } .slider.slider-horizontal .slider-tick-label-container .slider-tick-label { padding-top: 4px; display: inline-block; text-align: center; } .slider.slider-vertical { height: 210px; width: 20px; } .slider.slider-vertical .slider-track { width: 10px; height: 100%; margin-left: -5px; left: 50%; top: 0; } .slider.slider-vertical .slider-selection { width: 100%; left: 0; top: 0; bottom: 0; } .slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high { width: 100%; left: 0; right: 0; } .slider.slider-vertical .slider-tick, .slider.slider-vertical .slider-handle { margin-left: -5px; margin-top: -10px; } .slider.slider-vertical .slider-tick.triangle, .slider.slider-vertical .slider-handle.triangle { border-width: 10px 0 10px 10px; width: 1px; height: 1px; border-left-color: #0480be; margin-left: 0; } .slider.slider-vertical .slider-tick-label-container { white-space: nowrap; } .slider.slider-vertical .slider-tick-label-container .slider-tick-label { padding-left: 4px; } .slider.slider-disabled .slider-handle { background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%); background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%); background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0); } .slider.slider-disabled .slider-track { background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%); background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%); background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0); cursor: not-allowed; } .slider input { display: none; } .slider .tooltip.top { margin-top: -36px; } .slider .tooltip-inner { white-space: nowrap; } .slider .hide { display: none; } .slider-track { position: absolute; cursor: pointer; background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%); background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); border-radius: 4px; } .slider-selection { position: absolute; background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 4px; } .slider-selection.tick-slider-selection { background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%); background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%); background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0); } .slider-track-low, .slider-track-high { position: absolute; background: transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 4px; } .slider-handle { position: absolute; width: 20px; height: 20px; background-color: #337ab7; background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%); background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%); background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0); filter: none; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); border: 0px solid transparent; } .slider-handle.round { border-radius: 50%; } .slider-handle.triangle { background: transparent none; } .slider-handle.custom { background: transparent none; } .slider-handle.custom::before { line-height: 20px; font-size: 20px; content: '\2605'; color: #726204; } .slider-tick { position: absolute; width: 20px; height: 20px; background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; filter: none; opacity: 0.8; border: 0px solid transparent; } .slider-tick.round { border-radius: 50%; } .slider-tick.triangle { background: transparent none; } .slider-tick.custom { background: transparent none; } .slider-tick.custom::before { line-height: 20px; font-size: 20px; content: '\2605'; color: #726204; } .slider-tick.in-selection { background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%); background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%); background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0); opacity: 1; } #ex1Slider .slider-selection { background: #BABABA; }
sdk/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_active_console_notify-members.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <div class="contents"> <h1>MActiveConsoleNotify Member List</h1>This is the complete list of members for <a class="el" href="class_m_active_console_notify.html">MActiveConsoleNotify</a>, including all inherited members.<table> <tr bgcolor="#f0f0f0"><td><b>KeyPressed</b>(TChar aKey)=0 (defined in <a class="el" href="class_m_active_console_notify.html">MActiveConsoleNotify</a>)</td><td><a class="el" href="class_m_active_console_notify.html">MActiveConsoleNotify</a></td><td><code> [pure virtual]</code></td></tr> </table></div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
quote-generator-prototype/resources/public/app.html
tomjkidd/quote-generator
<html> <head> <title>Quote Generator</title> <meta name="google-signin-scope" content="profile email"> <meta name="google-signin-client_id" content="340643924958-ihudkoaue6b2h19j95oui5rs28ebd20l.apps.googleusercontent.com"> <!-- Google Auth --> <script src="https://apis.google.com/js/platform.js" async defer></script> <!-- Toastr --> <link href="http://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script> <!-- Twitter Bootstrap --> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> <!-- Font Awesome --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="css/styles.css" </head> <body> <!-- Elm app container --> <div id="elm-div"></div> <script type="text/javascript" src="src/App.js"></script> <script type="text/javascript" src="src/setup.js"></script> </body> </html>
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/_direct_8cpp_source.html
warlordh/fork_Symbian
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TB9.2 Example Applications: examples/Graphics/WS/Direct/Direct.cpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <h1>examples/Graphics/WS/Direct/Direct.cpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).</span> <a name="l00002"></a>00002 <span class="comment">// All rights reserved.</span> <a name="l00003"></a>00003 <span class="comment">// This component and the accompanying materials are made available</span> <a name="l00004"></a>00004 <span class="comment">// under the terms of &quot;Eclipse Public License v1.0&quot;</span> <a name="l00005"></a>00005 <span class="comment">// which accompanies this distribution, and is available</span> <a name="l00006"></a>00006 <span class="comment">// at the URL &quot;http://www.eclipse.org/legal/epl-v10.html&quot;.</span> <a name="l00007"></a>00007 <span class="comment">//</span> <a name="l00008"></a>00008 <span class="comment">// Initial Contributors:</span> <a name="l00009"></a>00009 <span class="comment">// Nokia Corporation - initial contribution.</span> <a name="l00010"></a>00010 <span class="comment">//</span> <a name="l00011"></a>00011 <span class="comment">// Contributors:</span> <a name="l00012"></a>00012 <span class="comment">//</span> <a name="l00013"></a>00013 <span class="comment">// Description:</span> <a name="l00014"></a>00014 <span class="comment">//</span> <a name="l00015"></a>00015 <a name="l00016"></a>00016 <span class="preprocessor">#include &quot;CLifeEngine.h&quot;</span> <a name="l00017"></a>00017 <span class="preprocessor">#include &quot;Direct.h&quot;</span> <a name="l00018"></a>00018 <span class="preprocessor">#include &quot;CDirectDisplayLife.h&quot;</span> <a name="l00019"></a>00019 <a name="l00020"></a>00020 <span class="preprocessor">#include &lt;eikenv.h&gt;</span> <a name="l00021"></a>00021 <span class="preprocessor">#include &lt;eikmenub.h&gt;</span> <a name="l00022"></a>00022 <a name="l00023"></a>00023 <span class="preprocessor">#include &lt;eikspane.h&gt;</span> <a name="l00024"></a>00024 <a name="l00025"></a>00025 <span class="preprocessor">#include &lt;eikstart.h&gt;</span> <a name="l00026"></a>00026 <a name="l00027"></a>00027 <span class="comment">//</span> <a name="l00028"></a>00028 <span class="comment">// CExampleAppView</span> <a name="l00029"></a>00029 <span class="comment">//</span> <a name="l00030"></a>00030 <a name="l00031"></a>00031 CExampleAppView::CExampleAppView(CLifeEngine&amp; aLifeEngine) <a name="l00032"></a>00032 : iLifeEngine(aLifeEngine) <a name="l00033"></a>00033 { <a name="l00034"></a>00034 } <a name="l00035"></a>00035 <a name="l00036"></a>00036 <span class="keywordtype">void</span> CExampleAppView::ConstructL(<span class="keyword">const</span> TRect&amp; aRect) <a name="l00037"></a>00037 { <a name="l00038"></a>00038 <span class="comment">// Create window</span> <a name="l00039"></a>00039 CreateWindowL(); <a name="l00040"></a>00040 SetRect(aRect); <a name="l00041"></a>00041 <a name="l00042"></a>00042 <span class="comment">// Set up direct displayer for life engine</span> <a name="l00043"></a>00043 iDirectDisplayLife = <span class="keyword">new</span> (ELeave) CDirectDisplayLife ( <a name="l00044"></a>00044 iEikonEnv-&gt;WsSession(), <span class="comment">// Window server session</span> <a name="l00045"></a>00045 Window(), <span class="comment">// The window itself</span> <a name="l00046"></a>00046 iLifeEngine); <a name="l00047"></a>00047 iDirectDisplayLife -&gt; ConstructL(); <a name="l00048"></a>00048 <a name="l00049"></a>00049 ActivateL(); <a name="l00050"></a>00050 } <a name="l00051"></a>00051 <a name="l00052"></a>00052 CExampleAppView::~CExampleAppView() <a name="l00053"></a>00053 { <a name="l00054"></a>00054 <span class="keyword">delete</span> iDirectDisplayLife; <a name="l00055"></a>00055 } <a name="l00056"></a>00056 <a name="l00057"></a>00057 <span class="comment">// Start using the DSA</span> <a name="l00058"></a>00058 <span class="keywordtype">void</span> CExampleAppView::StartDirectL() <a name="l00059"></a>00059 { <a name="l00060"></a>00060 iDirectDisplayLife -&gt; StartL(); <a name="l00061"></a>00061 iState = EDirectStarted; <a name="l00062"></a>00062 } <a name="l00063"></a>00063 <a name="l00064"></a>00064 <span class="comment">// Pause use of the DSA</span> <a name="l00065"></a>00065 <span class="keywordtype">void</span> CExampleAppView::PauseDirect() <a name="l00066"></a>00066 { <a name="l00067"></a>00067 iState = EDirectPaused; <a name="l00068"></a>00068 iDirectDisplayLife -&gt; Cancel(); <a name="l00069"></a>00069 } <a name="l00070"></a>00070 <a name="l00071"></a>00071 <span class="comment">// Restart use of the DSA after pausing</span> <a name="l00072"></a>00072 <span class="keywordtype">void</span> CExampleAppView::RestartDirect() <a name="l00073"></a>00073 { <a name="l00074"></a>00074 iState = EDirectStarted; <a name="l00075"></a>00075 iDirectDisplayLife -&gt; Restart(RDirectScreenAccess::ETerminateCancel); <a name="l00076"></a>00076 } <a name="l00077"></a>00077 <a name="l00078"></a>00078 <span class="comment">// Gets the view state</span> <a name="l00079"></a>00079 TInt CExampleAppView::State()<span class="keyword"> const</span> <a name="l00080"></a>00080 <span class="keyword"> </span>{ <a name="l00081"></a>00081 <span class="keywordflow">return</span> iState; <a name="l00082"></a>00082 } <a name="l00083"></a>00083 <a name="l00084"></a>00084 <a name="l00085"></a>00085 <span class="keywordtype">void</span> CExampleAppView::Draw(<span class="keyword">const</span> TRect&amp; <span class="comment">/*aRect*/</span>)<span class="keyword"> const</span> <a name="l00086"></a>00086 <span class="keyword"> </span>{ <a name="l00087"></a>00087 CWindowGc&amp; gc = SystemGc(); <a name="l00088"></a>00088 <span class="comment">// white out whole rectangle</span> <a name="l00089"></a>00089 TRect rect=Rect(); <a name="l00090"></a>00090 gc.SetPenStyle(CGraphicsContext::ENullPen); <a name="l00091"></a>00091 gc.SetBrushStyle(CGraphicsContext::ESolidBrush); <a name="l00092"></a>00092 gc.SetBrushColor(KRgbWhite); <a name="l00093"></a>00093 gc.DrawRect(rect); <a name="l00094"></a>00094 <span class="comment">// border</span> <a name="l00095"></a>00095 rect.Shrink(10,10); <a name="l00096"></a>00096 gc.SetBrushStyle(CGraphicsContext::ENullBrush); <a name="l00097"></a>00097 gc.SetPenStyle(CGraphicsContext::ESolidPen); <a name="l00098"></a>00098 gc.DrawRect(rect); <a name="l00099"></a>00099 } <a name="l00100"></a>00100 <a name="l00101"></a>00101 <a name="l00102"></a>00102 <span class="comment">//</span> <a name="l00103"></a>00103 <span class="comment">// CExampleAppUi</span> <a name="l00104"></a>00104 <span class="comment">//</span> <a name="l00105"></a>00105 <a name="l00106"></a>00106 <span class="keywordtype">void</span> CExampleAppUi::ConstructL() <a name="l00107"></a>00107 { <a name="l00108"></a>00108 BaseConstructL(); <a name="l00109"></a>00109 <a name="l00110"></a>00110 <span class="comment">// Construct the view</span> <a name="l00111"></a>00111 iAppView=<span class="keyword">new</span>(ELeave) <a class="code" href="class_c_example_app_view.html">CExampleAppView</a>(static_cast&lt;CExampleDocument*&gt;(Document())-&gt;LifeEngine()); <a name="l00112"></a>00112 iAppView-&gt;ConstructL(ClientRect()); <a name="l00113"></a>00113 <a name="l00114"></a>00114 <span class="comment">// Construct the example overlaying dialog</span> <a name="l00115"></a>00115 iOverlayDialog = <span class="keyword">new</span> (ELeave) COverlayDialog(); <a name="l00116"></a>00116 CActiveScheduler::Add(iOverlayDialog); <a name="l00117"></a>00117 } <a name="l00118"></a>00118 <a name="l00119"></a>00119 CExampleAppUi::~CExampleAppUi() <a name="l00120"></a>00120 { <a name="l00121"></a>00121 <span class="keyword">delete</span> iAppView; <a name="l00122"></a>00122 iOverlayDialog-&gt;Cancel(); <a name="l00123"></a>00123 <span class="keyword">delete</span> iOverlayDialog; <a name="l00124"></a>00124 } <a name="l00125"></a>00125 <a name="l00126"></a>00126 <span class="comment">// Handle menu commands</span> <a name="l00127"></a>00127 <span class="keywordtype">void</span> CExampleAppUi::HandleCommandL(TInt aCommand) <a name="l00128"></a>00128 { <a name="l00129"></a>00129 <span class="keywordflow">switch</span> (aCommand) <a name="l00130"></a>00130 { <a name="l00131"></a>00131 <span class="comment">// Start command</span> <a name="l00132"></a>00132 <span class="keywordflow">case</span> EExampleCmd1: <a name="l00133"></a>00133 <span class="comment">// Different action required for very first start</span> <a name="l00134"></a>00134 <span class="comment">// And subsequent restarts</span> <a name="l00135"></a>00135 <span class="keywordflow">if</span> (iAppView -&gt; State() == CExampleAppView::EDirectNotStarted) <a name="l00136"></a>00136 iAppView -&gt; StartDirectL(); <a name="l00137"></a>00137 <span class="keywordflow">else</span> <a name="l00138"></a>00138 { <a name="l00139"></a>00139 iAppView -&gt; PauseDirect(); <a name="l00140"></a>00140 <span class="keyword">static_cast&lt;</span><a class="code" href="class_c_example_document.html">CExampleDocument</a>*<span class="keyword">&gt;</span>(Document())-&gt;LifeEngine().Reset(); <a name="l00141"></a>00141 iAppView -&gt; RestartDirect(); <a name="l00142"></a>00142 } <a name="l00143"></a>00143 <span class="keywordflow">break</span>; <a name="l00144"></a>00144 <span class="comment">// Test overlay command</span> <a name="l00145"></a>00145 <span class="keywordflow">case</span> EExampleCmd2: <a name="l00146"></a>00146 iOverlayDialog-&gt;ShowDialog(); <a name="l00147"></a>00147 <span class="keywordflow">break</span>; <a name="l00148"></a>00148 <span class="comment">// Close command</span> <a name="l00149"></a>00149 <span class="keywordflow">case</span> EEikCmdExit: <a name="l00150"></a>00150 Exit(); <a name="l00151"></a>00151 <span class="keywordflow">break</span>; <a name="l00152"></a>00152 } <a name="l00153"></a>00153 } <a name="l00154"></a>00154 <a name="l00155"></a>00155 <span class="comment">//</span> <a name="l00156"></a>00156 <span class="comment">// CExampleAppUi::COverlayDialog</span> <a name="l00157"></a>00157 <span class="comment">//</span> <a name="l00158"></a>00158 <a name="l00159"></a>00159 CExampleAppUi::COverlayDialog::COverlayDialog() <a name="l00160"></a>00160 :CActive(EPriorityStandard) <a name="l00161"></a>00161 { <a name="l00162"></a>00162 iNotifier.Connect(); <a name="l00163"></a>00163 } <a name="l00164"></a>00164 <a name="l00165"></a>00165 CExampleAppUi::COverlayDialog::~COverlayDialog() <a name="l00166"></a>00166 { <a name="l00167"></a>00167 Cancel(); <a name="l00168"></a>00168 iNotifier.Close(); <a name="l00169"></a>00169 } <a name="l00170"></a>00170 <a name="l00171"></a>00171 <span class="keywordtype">void</span> CExampleAppUi::COverlayDialog::ShowDialog() <a name="l00172"></a>00172 { <a name="l00173"></a>00173 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KLine1,<span class="stringliteral">&quot;Overlaying dialog&quot;</span>); <a name="l00174"></a>00174 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KLine2,<span class="stringliteral">&quot;Owned by another thread&quot;</span>); <a name="l00175"></a>00175 <a class="code" href="secureclientandserver_8h.html#a5eadd4429627d82193b37536d4faa03a">_LIT</a>(KBut,<span class="stringliteral">&quot;OK&quot;</span>); <a name="l00176"></a>00176 <a name="l00177"></a>00177 <span class="comment">// Use a notifier to display a dialog from the notifier server thread</span> <a name="l00178"></a>00178 iNotifier.Notify(KLine1,KLine2,KBut,KBut,iR,iStatus); <a name="l00179"></a>00179 SetActive(); <a name="l00180"></a>00180 } <a name="l00181"></a>00181 <a name="l00182"></a>00182 <span class="keywordtype">void</span> CExampleAppUi::COverlayDialog::RunL() <a name="l00183"></a>00183 { <a name="l00184"></a>00184 <span class="comment">// Don&#39;t care what the dialog returned</span> <a name="l00185"></a>00185 } <a name="l00186"></a>00186 <a name="l00187"></a>00187 <span class="keywordtype">void</span> CExampleAppUi::COverlayDialog::DoCancel() <a name="l00188"></a>00188 { <a name="l00189"></a>00189 } <a name="l00190"></a>00190 <a name="l00191"></a>00191 <span class="comment">//</span> <a name="l00192"></a>00192 <span class="comment">// CExampleDocument</span> <a name="l00193"></a>00193 <span class="comment">//</span> <a name="l00194"></a>00194 <a name="l00195"></a>00195 CExampleDocument::CExampleDocument(CEikApplication&amp; aApp) <a name="l00196"></a>00196 : CEikDocument(aApp) <a name="l00197"></a>00197 { <a name="l00198"></a>00198 } <a name="l00199"></a>00199 <a name="l00200"></a>00200 CExampleDocument::~CExampleDocument() <a name="l00201"></a>00201 { <a name="l00202"></a>00202 <span class="keyword">delete</span> iLifeEngine; <a name="l00203"></a>00203 } <a name="l00204"></a>00204 <a name="l00205"></a>00205 CLifeEngine&amp; CExampleDocument::LifeEngine()<span class="keyword"> const</span> <a name="l00206"></a>00206 <span class="keyword"> </span>{ <a name="l00207"></a>00207 <span class="keywordflow">return</span> *iLifeEngine; <a name="l00208"></a>00208 } <a name="l00209"></a>00209 <a name="l00210"></a>00210 CEikAppUi* CExampleDocument::CreateAppUiL() <a name="l00211"></a>00211 { <a name="l00212"></a>00212 <span class="comment">// Get a random seed from the timer</span> <a name="l00213"></a>00213 User::After(1); <a name="l00214"></a>00214 TTime now; <a name="l00215"></a>00215 now.HomeTime(); <a name="l00216"></a>00216 <a name="l00217"></a>00217 <span class="comment">// Create engine</span> <a name="l00218"></a>00218 iLifeEngine = <span class="keyword">new</span> (ELeave) CLifeEngine(now.Int64()); <a name="l00219"></a>00219 <span class="keywordflow">return</span> <span class="keyword">new</span>(ELeave) <a class="code" href="class_c_example_app_ui.html">CExampleAppUi</a>; <a name="l00220"></a>00220 } <a name="l00221"></a>00221 <a name="l00222"></a>00222 <span class="comment">//</span> <a name="l00223"></a>00223 <span class="comment">// CExampleApplication</span> <a name="l00224"></a>00224 <span class="comment">//</span> <a name="l00225"></a>00225 <a name="l00226"></a>00226 TUid CExampleApplication::AppDllUid()<span class="keyword"> const</span> <a name="l00227"></a>00227 <span class="keyword"> </span>{ <a name="l00228"></a>00228 <span class="keywordflow">return</span> KUidExample; <a name="l00229"></a>00229 } <a name="l00230"></a>00230 <a name="l00231"></a>00231 CApaDocument* CExampleApplication::CreateDocumentL() <a name="l00232"></a>00232 { <a name="l00233"></a>00233 <span class="keywordflow">return</span> <span class="keyword">new</span> (ELeave) <a class="code" href="class_c_example_document.html">CExampleDocument</a>(*<span class="keyword">this</span>); <a name="l00234"></a>00234 } <a name="l00235"></a>00235 <a name="l00236"></a>00236 <span class="comment">//</span> <a name="l00237"></a>00237 <span class="comment">// DLL interface</span> <a name="l00238"></a>00238 <span class="comment">//</span> <a name="l00239"></a>00239 <a name="l00240"></a>00240 EXPORT_C CApaApplication* NewApplication() <a name="l00241"></a>00241 { <a name="l00242"></a>00242 <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="class_c_example_application.html">CExampleApplication</a>; <a name="l00243"></a>00243 } <a name="l00244"></a>00244 <a name="l00245"></a>00245 <a name="l00246"></a>00246 <span class="keyword">extern</span> TInt E32Main() <a name="l00247"></a>00247 { <a name="l00248"></a>00248 <span class="keywordflow">return</span> EikStart::RunApplication(NewApplication); <a name="l00249"></a>00249 } </pre></div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
wp-content/themes/Avada/framework/assets/css/avada-admin.css
preetgujral/lcwpblog
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @-webkit-keyframes fadeInUp{ 0% { opacity:0; -webkit-transform:translateY(20px);} 100% { opacity:1; -webkit-transform:translateY(0);} } @-moz-keyframes fadeInUp{ 0% { opacity:0; -moz-transform:translateY(20px);} 100% { opacity:1; -moz-transform:translateY(0);} } @-o-keyframes fadeInUp{ 0% { opacity:0; -o-transform:translateY(20px);} 100% { opacity:1; -o-transform:translateY(0);} } @keyframes fadeInUp{ 0% { opacity:0; transform:translateY(20px);} 100% { opacity:1; transform:translateY(0);} } .updated, .error, #setting-error-tgmpa { display: block !important; max-width: calc(100% - 250px); } #wpbody-content .avada-wrap .fusion-upgrade-notices { display: block !important; } .avada-wrap .avada-logo { background: #fff url(../images/logo.png) no-repeat center; border: none; padding-top: 80px; height: 30px; position: absolute; top: 0; right: 0; font-size: 14px; text-align: center; font-weight: 600; margin: 5px 0 0; display: inline-block; width: 150px; text-rendering: optimizeLegibility; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2); box-shadow: 0 1px 3px rgba(0,0,0,.2); } .avada-version { margin-top: 30px; display: block; padding: 10px 0; background: #A0CE4E; color: #fff; text-align: center; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2); box-shadow: 0 1px 3px rgba(0,0,0,.2); } .about-wrap .about-text { margin-bottom: 55px; } .avada-registration-steps h3 { font-size: 1em; margin: 1.4em 0 0.6em; font-weight: normal; } .avada-thanks{ float: left; width: 100%; } .avada-thanks p { padding: 20px 0; } .avada-important-notice { padding: 20px 30px; background: #fff; margin: 0px 0px 30px; padding-top: 5px; } .registration-form-container { float: left; width: 95%; margin-bottom: 0; } .avada-large-button.avada-register { float: left; margin-right: 10px; } .avada-loader > i.loader-icon { display: inline-block !important; font-size: 32px; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; width: 32px; height: 32px; line-height: 32px; text-align: center; padding: 0; margin: 0; } span.avada-loader { display: none; } .avada-important-notice .about-description { font-size: 17px; } .registration-form-container .dashicons { display: block; float: left; width: 46px; height: 32px; line-height: 32px; font-size: 42px; text-align: left; } .registration-form-container .about-description { margin-bottom: 20px; } .wrap.about-wrap.avada-wrap .nav-tab-wrapper { margin-bottom: 30px; } .avada-important-notice p.notice-description { font-size: 18px; font-style: italic; margin: 0; } .avada-large-button { padding: 15px 20px !important; height: 40px !important; line-height: 7px !important; } .avada-wrap.about-wrap .feature-section .col { margin-top: 0; } .avada-registration-steps .feature-section { border-bottom: none; } .avada-registration-steps .feature-section div { margin-bottom: 15px; } .avada-registration-steps .four-col > div { float: left; margin-right: 5%; width: 21.25%; } .avada-demo-themes .feature-section.theme-browser.rendered { overflow: visible; display: block; width: 100%; float: left; } .avada-registration-steps h3 > span { margin-right: 10px; } .theme-browser .theme .theme-screenshot img { -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-transform-style: preserve-3d; -webkit-backface-visibility: hidden; } .theme-browser .theme .theme-screenshot:after { padding-top: 74.9%; } .screenshot-hover{ position: absolute; border: 1px solid #E4E4E4; display: none; color: #fff; top: -240px; left: 175px; width: 460px; z-index: 999; border: 10px solid #fff; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; box-shadow: -2px 1px 54px rgba(23,24,25,.14); -moz-box-shadow: -2px 1px 54px rgba(23,24,25,.14); -webkit-box-shadow: -2px 1px 54px rgba(23,24,25,.14); } .avada-demo-themes .theme:nth-child(3n) .screenshot-hover { left: -380px; } .avada-demo-themes .theme:hover .screenshot-hover { display: block; } .fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; } .fusion-animated { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -ms-animation-play-state: paused; -o-animation-play-state: paused; animation-play-state: paused; } .theme:hover .fusion-animated { -webkit-animation-play-state: running; -moz-animation-play-state: running; -ms-animation-play-state: running; -o-animation-play-state: running; animation-play-state: running; } .fusion-animated { visibility: hidden; } .demo-import-loader { background: rgba(255,255,255,0.7); position: absolute; width: 100%; height: 100%; top: 0; text-align: center; display:none; } .demo-import-loader i { text-align: center; display: inline-block; margin: 0 auto; height: 32px; width: 32px; top: 110px; position: relative; font-size: 32px; line-height: 32px; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } .avada-install-plugins .theme-name { line-height: 1.3em; } .avada-install-plugins .theme-screenshot, .avada-install-plugins .theme-name, .avada-install-plugins .theme-update, .avada-install-plugins .plugin-info { cursor: auto; } .avada-install-plugins .plugin-info { position: absolute; top: 77%; width: 100%; font-size: 14px; text-align: center; } .plugin-required { background: rgba(213,78,33,.95); text-transform: uppercase; color: #fff; padding: 5px; position: absolute; top: 85px; } .avada-install-plugins .theme-screenshot img { opacity: 1 !important; cursor: auto; } .avada-install-plugins .theme-browser .theme .theme-actions, .avada-demo-themes .theme-browser .theme .theme-actions { opacity: 1; } .avada-system-status table { margin-bottom: 20px; } .avada-system-status mark.error { color: #a00; background: 0; } .avada-system-status mark.yes { color: #7ad03a; background: 0; } .avada-system-status table tr:nth-child(2n) td, .avada-system-status table tr:nth-child(2n) th { background: #fcfcfc; } .avada-system-status table td:first-child { width: 33%; } .avada-system-status table td.help { width: 1em; } .avada-system-status table th { font-weight: 700; padding: 9px; } #debug-report { display: none; } #debug-report textarea { font-family: monospace; width: 100%; margin: 0; height: 300px; padding: 20px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; resize: none; font-size: 12px; line-height: 20px; outline: 0; } .avada-wrap .system-status-debug { display: block !important; } .avada-importer-issue, .avada-importer-current-value, .avada-importer-recommended-value, .avada-importer-fix { width: 25%; display: inline-block; } #wpwrap .avada-demo-themes .theme-browser { margin: 0 -1.5%; float: none; width: auto; } #wpwrap .avada-demo-themes .theme-browser .theme { margin: 0 0 3% 0; padding: 0 1.5%; width: 33.33333%; border: none; box-shadow: none; } #wpwrap .avada-demo-themes .theme-browser .theme-wrapper { position: relative; border: 1px solid #dedede; box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); } @media only screen and (min-width: 2000px) { #wpwrap .avada-demo-themes .theme-browser .theme { padding: 0 1.5%; width: 33.33333%; } } @media only screen and (max-width: 1120px) { #wpwrap .avada-demo-themes .theme-browser .theme { padding: 0 2.5%; width: 50%; } #wpwrap .avada-demo-themes .theme-browser { margin: 0 -2.5%; } } @media screen and (max-width: 620px){ #wpwrap .avada-demo-themes .theme-browser .theme { padding: 0; width: 100%; } #wpwrap .avada-demo-themes .theme-browser { margin: 0; } .avada-demo-themes .theme:hover .theme-actions { display: block !important; opacity: 1 !important; } .avada-demo-themes .theme:hover .screenshot-hover { display: none !important; } } @media screen and (max-width: 500px){ .updated, .error, #setting-error-tgmpa { max-width: none; } .avada-wrap .avada-logo { display: block; position:relative; margin:0 auto 50px auto; } .about-wrap h2 .nav-tab { width: 100%; margin: 0; padding: 0; height: 40px; line-height: 40px; text-align: center; margin-bottom: 10px; margin-top: 10px; } .about-wrap h2.nav-tab-wrapper { padding: 0; width: 100%; } .avada-demo-themes .theme:hover .theme-actions { display: block !important; opacity: 1 !important; } .avada-demo-themes .theme:hover .screenshot-hover { display: none !important; } } /* TipTip CSS - Version 1.2 */ #tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; } #tiptip_holder.tip_top { padding-bottom: 5px; } #tiptip_holder.tip_bottom { padding-top: 5px; } #tiptip_holder.tip_right { padding-left: 5px; } #tiptip_holder.tip_left { padding-right: 5px; } #tiptip_content { font-size: 11px; color: #fff; text-shadow: 0 0 2px #000; padding: 4px 8px; border: 1px solid rgba(255,255,255,0.25); background-color: rgb(25,25,25); background-color: rgba(25,25,25,0.92); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: 0 0 3px #555; -webkit-box-shadow: 0 0 3px #555; -moz-box-shadow: 0 0 3px #555; } #tiptip_arrow, #tiptip_arrow_inner { position: absolute; border-color: transparent; border-style: solid; border-width: 6px; height: 0; width: 0; } #tiptip_holder.tip_top #tiptip_arrow { border-top-color: #fff; border-top-color: rgba(255,255,255,0.35); } #tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #fff; border-bottom-color: rgba(255,255,255,0.35); } #tiptip_holder.tip_right #tiptip_arrow { border-right-color: #fff; border-right-color: rgba(255,255,255,0.35); } #tiptip_holder.tip_left #tiptip_arrow { border-left-color: #fff; border-left-color: rgba(255,255,255,0.35); } #tiptip_holder.tip_top #tiptip_arrow_inner { margin-top: -7px; margin-left: -6px; border-top-color: rgb(25,25,25); border-top-color: rgba(25,25,25,0.92); } #tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top: -5px; margin-left: -6px; border-bottom-color: rgb(25,25,25); border-bottom-color: rgba(25,25,25,0.92); } #tiptip_holder.tip_right #tiptip_arrow_inner { margin-top: -6px; margin-left: -5px; border-right-color: rgb(25,25,25); border-right-color: rgba(25,25,25,0.92); } #tiptip_holder.tip_left #tiptip_arrow_inner { margin-top: -6px; margin-left: -7px; border-left-color: rgb(25,25,25); border-left-color: rgba(25,25,25,0.92); } /* Webkit Hacks */ @media screen and (-webkit-min-device-pixel-ratio:0) { #tiptip_content { padding: 4px 8px 5px 8px; background-color: rgba(45,45,45,0.88); } #tiptip_holder.tip_bottom #tiptip_arrow_inner { border-bottom-color: rgba(45,45,45,0.88); } #tiptip_holder.tip_top #tiptip_arrow_inner { border-top-color: rgba(20,20,20,0.92); } } /* RTL */ .rtl .avada-wrap h1 { font-weight: normal; } .rtl .avada-logo { left: 0; right: auto; } .rtl .avada-registration-steps .four-col > div { float: right; margin-left: 5%; margin-right: 0; } .rtl .avada-registration-steps .four-col > .last-feature { margin-left: 0; } .rtl .avada-registration-steps h4 > span { margin-left: 10px; margin-right: 0; } .rtl .avada-demo-themes .theme { width: 31%; margin: 0 0 3% 3%; } .rtl .avada-demo-themes .theme:nth-child(3n) { margin-left: 0; margin-right: 0; } @media only screen and (max-width: 1120px) { .rtl .theme-browser .theme:nth-child(odd) { margin-left: 5% !important; margin-right: 0 !important; } .rtl .theme-browser .theme { width: 47.5% !important; margin-left: auto !important; } } @media screen and (max-width: 620px){ .rtl .theme-browser .theme { width: 100% !important; margin-left: 0; } }
account/locale/de_DE.utf8/Manual/ManualNewScripts.html
himan5050/hpbc
<br /><br /> <a name="NewScripts"><font size="+3"><b>Entwicklung - Grundlagen</b></font></a> <br /><br /> <font size="+2"><b>Verzeichnisstruktur</b></font> <br /><br /> Die Skripte, aus denen das System besteht, sind in zwei Verzeichnisse aufgeteilt. Das Hauptverzeichnis enthält alle Skripte, die direkt vom System aufgerufen werden. Skripte oder Skriptteile, die in ein oder mehrere Skripte eingebunden werden, sind im Unterverzeichnis includes/ abgelegt. Die Skripte, welche die Datenbank anlegen, sind im Unterverzeichnis sql/ enthalten, sie sind mit dem Programm mysqldump erstellt worden. Die Dokumentation finden Sie im Unterverzeichnis doc/, wo sich dieses Handbuch und die regelmäßig gestellten Fragen (FAQ) befinden. <br /><br /> Bei der Erstellung neuer Skripte sollten Sie von der Verwendung der folgenden Bausteine Gebrauch machen, die durch das gesamte System hindurch eingesetzt werden. <br /><br /> <font size="+1"><b>session.inc</b></font> <br /><br /> Diese Seite muss auf jeder Seite eingebunden werden, nachdem die Variable $PageSecurity mit einem entsprechenden Wert versorgt wurde (siehe Abschnitt Sicherheitskonzept). Das Skript session.inc hat folgende Funktionen: <br /><br /> <ul> <li> Es eröffnet eine Sitzung, wenn dies noch nicht geschehen ist und prüft, dass ein berechtigter Benutzer angemeldet ist. Wenn das der Fall ist, wird geprüft, ob der Benutzer die für die aufgerufene Seite die erforderliche Berechtigung besitzt, Grundlage ist der übergebene Wert in $PageSecurity. <li> Es bindet im Weiteren folgende Skripte ein: <li> config.php - Dieses Script beinhaltet alle Grundeinstellungen für das System. Zusammen mit der session.inc sorgt es dafür, dass zum Programmstart alle benötigten Systemvariablen belegt sind. <li> ConnectDB.inc - Dieses Skript stellt eine Datenbankverbindung her und enthält alle die Funktionen, die die Datenbank einbinden. Wenn mit der Datenbank kommuniziert wird, ruft das System nur die hier definierten Funktionen auf und keine MySQL-spezifischen Funktionen. Änderungen an der Datenbenk wären ansonsten sehr schwierig anzuwenden. Durch die Verwendung dieser Datei muss nur diese selbst angepasst werden, falls eine andere Datenbank verwendet werden soll. </ul> <font size="+1"><b>header.inc</b></font> <br /><br /> Diese Datei sollte eingebunden werden, nachdem die Variable $title mit dem Namen der Seite versorgt wurde. Sie setzt voraus, dass die config.php bereits geladen wurde ebenso muss die session.inc natürlich vor der header.inc eingebunden sein. Das Programm hat die folgenden Funktionen: <br /><br /> <ul> <li> es gibt den Seitenkopf mit dem Menü (Hauptmenü, Kundensuche, Materialsuche, Lieferantensuche, Handbuch, Abmelden) aus. <li> es setzt das Cascaded-Style-Sheet, das das vom Benutzer ausgewählte Layout auf die folgenden Seiteninhalte anwendet. </ul> <font size="+1"><b>footer.inc</b></font> <br /><br /> Diese Datei enthält das Datum, ein kleines Logo, den Firmennamen, den Copyright-Hinweis und die abschließenden HTML-Tags </body></html>. <br /><br /> <font size="+1"><b>config.php</b></font> <br /><br /> Der Programmierer sollte sich selbst mit den Variablen in config.php vertraut machen, weil diese für alle Scripte, welche die session.inc eingebunden haben, verfügbar sind. Von grundlegender Bedeutung ist $rootpath, welche das Verzeichnis beschreibt, in dem der Webserver die Systemdateien findet. Wenn Sie die Seite mit session.inc und header.inc beginnen und mit footer.inc abschließen ist die meiste Arbeit schon getan, die ein einheitliches Aussehen sichert. <br /><br /> <font size="+1"><b>PDFStarter.php</b></font> <br /><br /> Der einzige Fall, wo es nicht angemessen ist, die Dateien session.inc und header.inc einzubinden, ist wenn eine PDF-Datei erstellt werden soll. Hierfür enthält die Datei PDFStarter.php die Eröffnung der Sitzung und die Überprüfung der Benutzeranmeldung und der Seitenberechtigung mit Hilfe der Variablen $PageSecurity, die natürlich wieder belegt werden muss, bevor Sie die PDFStarter.php einbinden. Normalerweise werden config.php und ConnectDB.inc einzeln (und noch vor PDF_starter_ros.inc) in die PDF-Scripte eingebunden. <br /><br /> <font size="+1"><b>Datenbank-Abstraktionsschicht - ConnectDB.inc</b></font> <br /><br /> Obwohl das System unter MySQL entwickelt wurde, wurde immer mit berücksichtigt, dass die Benutzer nicht auf MySQL festgelegt bleiben, ganz im Sinne der Open-Source-Prinzipien. Aus diesem Grunde werden alle Datenbankanforderungen über die abstrahierenden Funktionen in der ConnectDB.inc abgewickelt. Diese Vorgehensweise wurde konsequent gehandhabt und die Entwicklung von Erweiterungen, die nicht diesem Schema folgen, würde die momentan mögliche Übertragbarkeit zwischen Datenbanken zerstören. Um zu sichern, dass Probleme bei Datenbankumsetzungen gering bleiben, muss auf durchgängig den Standards entsprechende SQL Wert gelegt werden. <br /><br /> <font size="+1"><b>DateFunctions.inc</b></font> <br /><br /> Dieses Skript enthält eine Reihe von Funktionen für Datumsumwandlungen, die durch das System verwendet werden - die wichtigsten davon: <br /><br /> <ul> <li> DateDiff - berechnet den Unterschied zwischen zwei Datumsangaben und hat einen Parameter für die Angabe in Tagen, Wochen oder Monaten. <li> FormatDateForSQL - wandelt das Datum von dem für webERP eingestellten Format $DefaultDateFormat in das für die Datenbank benötigte Format jjjj-mm-tt um. <li> ConvertSQLDate - wandelt das Datum vom SQL-Format jjjj-mm-tt in das für webERP eingestellt Datumsformat um. <li> GetPeriodNo - gibt die Periodennummer zu einem angegebenen Datum zurück und berücksichtigt dabei die Einstellungen zum Geschäftsjahr. Damit immer eine gültige Periode zurückgegeben wird, werden erforderlichenfalls neue Summensätze für die Sachkontenverkehrszahlen angelegt. </ul> <font size="+1"><b>SQL_CommonFuctions.inc</b></font> <br /><br /> Dieses Skript hat einige allgemeine Funktionen, die durch das System hinweg angewendet werden, im Besonderen: <br /><br /> ReadInCompanyRecord - gibt ein Feld von Variablen mit den Unternehmenseinstellungen zurück.
jdbm-1.0/doc/jdbm/recman/BaseRecordManager.html
Norkart/NK-VirtualGlobe
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_02) on Thu Aug 11 09:19:32 PDT 2005 --> <TITLE> BaseRecordManager (JDBM JavaDoc) </TITLE> <META NAME="keywords" CONTENT="jdbm.recman.BaseRecordManager class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="BaseRecordManager (JDBM JavaDoc)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;<A HREF="../../jdbm/recman/BlockIo.html" title="class in jdbm.recman"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?jdbm/recman/BaseRecordManager.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="BaseRecordManager.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> jdbm.recman</FONT> <BR> Class BaseRecordManager</H2> <PRE> java.lang.Object <IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>jdbm.recman.BaseRecordManager</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></DD> </DL> <HR> <DL> <DT><PRE>public final class <B>BaseRecordManager</B><DT>extends java.lang.Object<DT>implements <A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></DL> </PRE> <P> This class manages records, which are uninterpreted blobs of data. The set of operations is simple and straightforward: you communicate with the class using long "rowids" and byte[] data blocks. Rowids are returned on inserts and you can stash them away someplace safe to be able to get back to them. Data blocks can be as long as you wish, and may have lengths different from the original when updating. <p> Operations are synchronized, so that only one of them will happen concurrently even if you hammer away from multiple threads. Operations are made atomic by keeping a transaction log which is recovered after a crash, so the operations specified by this interface all have ACID properties. <p> You identify a file by just the name. The package attaches <tt>.db</tt> for the database file, and <tt>.lg</tt> for the transaction log. The transaction log is synchronized regularly and then restarted, so don't worry if you see the size going up and down. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>$Id: BaseRecordManager.java,v 1.8 2005/06/25 23:12:32 doomdark Exp $</DD> <DT><B>Author:</B></DT> <DD><a href="mailto:boisvert@intalio.com">Alex Boisvert</a>, <a href="cg@cdegroot.com">Cees de Groot</a></DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#DEBUG">DEBUG</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Static debugging flag</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#NAME_DIRECTORY_ROOT">NAME_DIRECTORY_ROOT</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reserved slot for name directory.</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#BaseRecordManager(java.lang.String)">BaseRecordManager</A></B>(java.lang.String&nbsp;filename)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a record manager for the indicated file</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#close()">close</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Closes the record manager.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#commit()">commit</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Commit (make persistent) all changes since beginning of transaction.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#delete(long)">delete</A></B>(long&nbsp;recid)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Deletes a record.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#disableTransactions()">disableTransactions</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Switches off transactioning for the record manager.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.Object</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#fetch(long)">fetch</A></B>(long&nbsp;recid)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches a record using standard java object serialization.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.Object</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#fetch(long, jdbm.helper.Serializer)">fetch</A></B>(long&nbsp;recid, <A HREF="../../jdbm/helper/Serializer.html" title="interface in jdbm.helper">Serializer</A>&nbsp;serializer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches a record using a custom serializer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#getNamedObject(java.lang.String)">getNamedObject</A></B>(java.lang.String&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtain the record id of a named object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#getRoot(int)">getRoot</A></B>(int&nbsp;id)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the indicated root rowid.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#getRootCount()">getRootCount</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of slots available for "root" rowids.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../jdbm/recman/TransactionManager.html" title="class in jdbm.recman">TransactionManager</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#getTransactionManager()">getTransactionManager</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the underlying Transaction Manager</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#insert(java.lang.Object)">insert</A></B>(java.lang.Object&nbsp;obj)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inserts a new record using standard java object serialization.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;long</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#insert(java.lang.Object, jdbm.helper.Serializer)">insert</A></B>(java.lang.Object&nbsp;obj, <A HREF="../../jdbm/helper/Serializer.html" title="interface in jdbm.helper">Serializer</A>&nbsp;serializer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inserts a new record using a custom serializer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#rollback()">rollback</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Rollback (cancel) all changes since beginning of transaction.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#setNamedObject(java.lang.String, long)">setNamedObject</A></B>(java.lang.String&nbsp;name, long&nbsp;recid)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the record id of a named object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#setRoot(int, long)">setRoot</A></B>(int&nbsp;id, long&nbsp;rowid)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the indicated root rowid.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#update(long, java.lang.Object)">update</A></B>(long&nbsp;recid, java.lang.Object&nbsp;obj)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Updates a record using standard java object serialization.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../jdbm/recman/BaseRecordManager.html#update(long, java.lang.Object, jdbm.helper.Serializer)">update</A></B>(long&nbsp;recid, java.lang.Object&nbsp;obj, <A HREF="../../jdbm/helper/Serializer.html" title="interface in jdbm.helper">Serializer</A>&nbsp;serializer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Updates a record using a custom serializer.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="NAME_DIRECTORY_ROOT"><!-- --></A><H3> NAME_DIRECTORY_ROOT</H3> <PRE> public static final int <B>NAME_DIRECTORY_ROOT</B></PRE> <DL> <DD>Reserved slot for name directory. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#jdbm.recman.BaseRecordManager.NAME_DIRECTORY_ROOT">Constant Field Values</A></DL> </DL> <HR> <A NAME="DEBUG"><!-- --></A><H3> DEBUG</H3> <PRE> public static final boolean <B>DEBUG</B></PRE> <DL> <DD>Static debugging flag <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../constant-values.html#jdbm.recman.BaseRecordManager.DEBUG">Constant Field Values</A></DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="BaseRecordManager(java.lang.String)"><!-- --></A><H3> BaseRecordManager</H3> <PRE> public <B>BaseRecordManager</B>(java.lang.String&nbsp;filename) throws java.io.IOException</PRE> <DL> <DD>Creates a record manager for the indicated file <P> <DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - when the file cannot be opened or is not a valid file content-wise.</DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getTransactionManager()"><!-- --></A><H3> getTransactionManager</H3> <PRE> public <A HREF="../../jdbm/recman/TransactionManager.html" title="class in jdbm.recman">TransactionManager</A> <B>getTransactionManager</B>()</PRE> <DL> <DD>Get the underlying Transaction Manager <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="disableTransactions()"><!-- --></A><H3> disableTransactions</H3> <PRE> public void <B>disableTransactions</B>()</PRE> <DL> <DD>Switches off transactioning for the record manager. This means that a) a transaction log is not kept, and b) writes aren't synch'ed after every update. This is useful when batch inserting into a new database. <p> Only call this method directly after opening the file, otherwise the results will be undefined. <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="close()"><!-- --></A><H3> close</H3> <PRE> public void <B>close</B>() throws java.io.IOException</PRE> <DL> <DD>Closes the record manager. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#close()">close</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - when one of the underlying I/O operations fails.</DL> </DD> </DL> <HR> <A NAME="insert(java.lang.Object)"><!-- --></A><H3> insert</H3> <PRE> public long <B>insert</B>(java.lang.Object&nbsp;obj) throws java.io.IOException</PRE> <DL> <DD>Inserts a new record using standard java object serialization. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#insert(java.lang.Object)">insert</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>obj</CODE> - the object for the new record. <DT><B>Returns:</B><DD>the rowid for the new record. <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - when one of the underlying I/O operations fails.</DL> </DD> </DL> <HR> <A NAME="insert(java.lang.Object, jdbm.helper.Serializer)"><!-- --></A><H3> insert</H3> <PRE> public long <B>insert</B>(java.lang.Object&nbsp;obj, <A HREF="../../jdbm/helper/Serializer.html" title="interface in jdbm.helper">Serializer</A>&nbsp;serializer) throws java.io.IOException</PRE> <DL> <DD>Inserts a new record using a custom serializer. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#insert(java.lang.Object, jdbm.helper.Serializer)">insert</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>obj</CODE> - the object for the new record.<DD><CODE>serializer</CODE> - a custom serializer <DT><B>Returns:</B><DD>the rowid for the new record. <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - when one of the underlying I/O operations fails.</DL> </DD> </DL> <HR> <A NAME="delete(long)"><!-- --></A><H3> delete</H3> <PRE> public void <B>delete</B>(long&nbsp;recid) throws java.io.IOException</PRE> <DL> <DD>Deletes a record. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#delete(long)">delete</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>recid</CODE> - the rowid for the record that should be deleted. <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - when one of the underlying I/O operations fails.</DL> </DD> </DL> <HR> <A NAME="update(long, java.lang.Object)"><!-- --></A><H3> update</H3> <PRE> public void <B>update</B>(long&nbsp;recid, java.lang.Object&nbsp;obj) throws java.io.IOException</PRE> <DL> <DD>Updates a record using standard java object serialization. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#update(long, java.lang.Object)">update</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>recid</CODE> - the recid for the record that is to be updated.<DD><CODE>obj</CODE> - the new object for the record. <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - when one of the underlying I/O operations fails.</DL> </DD> </DL> <HR> <A NAME="update(long, java.lang.Object, jdbm.helper.Serializer)"><!-- --></A><H3> update</H3> <PRE> public void <B>update</B>(long&nbsp;recid, java.lang.Object&nbsp;obj, <A HREF="../../jdbm/helper/Serializer.html" title="interface in jdbm.helper">Serializer</A>&nbsp;serializer) throws java.io.IOException</PRE> <DL> <DD>Updates a record using a custom serializer. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#update(long, java.lang.Object, jdbm.helper.Serializer)">update</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>recid</CODE> - the recid for the record that is to be updated.<DD><CODE>obj</CODE> - the new object for the record.<DD><CODE>serializer</CODE> - a custom serializer <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - when one of the underlying I/O operations fails.</DL> </DD> </DL> <HR> <A NAME="fetch(long)"><!-- --></A><H3> fetch</H3> <PRE> public java.lang.Object <B>fetch</B>(long&nbsp;recid) throws java.io.IOException</PRE> <DL> <DD>Fetches a record using standard java object serialization. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#fetch(long)">fetch</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>recid</CODE> - the recid for the record that must be fetched. <DT><B>Returns:</B><DD>the object contained in the record. <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - when one of the underlying I/O operations fails.</DL> </DD> </DL> <HR> <A NAME="fetch(long, jdbm.helper.Serializer)"><!-- --></A><H3> fetch</H3> <PRE> public java.lang.Object <B>fetch</B>(long&nbsp;recid, <A HREF="../../jdbm/helper/Serializer.html" title="interface in jdbm.helper">Serializer</A>&nbsp;serializer) throws java.io.IOException</PRE> <DL> <DD>Fetches a record using a custom serializer. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#fetch(long, jdbm.helper.Serializer)">fetch</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>recid</CODE> - the recid for the record that must be fetched.<DD><CODE>serializer</CODE> - a custom serializer <DT><B>Returns:</B><DD>the object contained in the record. <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE> - when one of the underlying I/O operations fails.</DL> </DD> </DL> <HR> <A NAME="getRootCount()"><!-- --></A><H3> getRootCount</H3> <PRE> public int <B>getRootCount</B>()</PRE> <DL> <DD>Returns the number of slots available for "root" rowids. These slots can be used to store special rowids, like rowids that point to other rowids. Root rowids are useful for bootstrapping access to a set of data. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#getRootCount()">getRootCount</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="getRoot(int)"><!-- --></A><H3> getRoot</H3> <PRE> public long <B>getRoot</B>(int&nbsp;id) throws java.io.IOException</PRE> <DL> <DD>Returns the indicated root rowid. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#getRoot(int)">getRoot</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../jdbm/recman/BaseRecordManager.html#getRootCount()"><CODE>getRootCount()</CODE></A></DL> </DD> </DL> <HR> <A NAME="setRoot(int, long)"><!-- --></A><H3> setRoot</H3> <PRE> public void <B>setRoot</B>(int&nbsp;id, long&nbsp;rowid) throws java.io.IOException</PRE> <DL> <DD>Sets the indicated root rowid. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#setRoot(int, long)">setRoot</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE><DT><B>See Also:</B><DD><A HREF="../../jdbm/recman/BaseRecordManager.html#getRootCount()"><CODE>getRootCount()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getNamedObject(java.lang.String)"><!-- --></A><H3> getNamedObject</H3> <PRE> public long <B>getNamedObject</B>(java.lang.String&nbsp;name) throws java.io.IOException</PRE> <DL> <DD>Obtain the record id of a named object. Returns 0 if named object doesn't exist. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#getNamedObject(java.lang.String)">getNamedObject</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE></DL> </DD> </DL> <HR> <A NAME="setNamedObject(java.lang.String, long)"><!-- --></A><H3> setNamedObject</H3> <PRE> public void <B>setNamedObject</B>(java.lang.String&nbsp;name, long&nbsp;recid) throws java.io.IOException</PRE> <DL> <DD>Set the record id of a named object. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#setNamedObject(java.lang.String, long)">setNamedObject</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE></DL> </DD> </DL> <HR> <A NAME="commit()"><!-- --></A><H3> commit</H3> <PRE> public void <B>commit</B>() throws java.io.IOException</PRE> <DL> <DD>Commit (make persistent) all changes since beginning of transaction. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#commit()">commit</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE></DL> </DD> </DL> <HR> <A NAME="rollback()"><!-- --></A><H3> rollback</H3> <PRE> public void <B>rollback</B>() throws java.io.IOException</PRE> <DL> <DD>Rollback (cancel) all changes since beginning of transaction. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../jdbm/RecordManager.html#rollback()">rollback</A></CODE> in interface <CODE><A HREF="../../jdbm/RecordManager.html" title="interface in jdbm">RecordManager</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE>java.io.IOException</CODE></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;<A HREF="../../jdbm/recman/BlockIo.html" title="class in jdbm.recman"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?jdbm/recman/BaseRecordManager.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="BaseRecordManager.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Cees de Groot (C) 2000. All rights reserved http://jdbm.sourceforge.net </BODY> </HTML>
wp-content/plugins/mywebsql/mywebsql/themes/_base/alerts.css
Happy-Ferret/Bauermeister-Systeme
#popup_container { max-width: 600px; min-width: 320px; } #popup_title { cursor: default; margin: 0; padding: 7px 0 7px 10px; text-align: left; text-align: left; } #popup_content { margin: 0; padding: 15px; } #popup_content div { padding: 5px 0; } #popup_message { line-height: 1.4em; padding: 0 20px; } .popup_panel { text-align: center; } #popup_prompt { margin: 0.5em 0; }
city-choose-master/index.html
lj1990111/ljtest01
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BaiShow</title> </head> <body> <div id="app"></div> <!-- built files will be auto injected --> </body> </html>
pages/platforms/v3_3/cpp/classdocs/affdex-native/classaffdex_1_1_detector.html
Affectiva/developerportal
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.5"/> <title>Affdex SDK: affdex::Detector 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="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="mobileLogo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">Affdex SDK </div> <div id="projectbrief">Technical Reference (C++)</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.5 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceaffdex.html">affdex</a></li><li class="navelem"><a class="el" href="classaffdex_1_1_detector.html">Detector</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pro-methods">Protected Member Functions</a> &#124; <a href="#pro-attribs">Protected Attributes</a> &#124; <a href="classaffdex_1_1_detector-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">affdex::Detector Class Reference</div> </div> </div><!--header--> <div class="contents"> <p>Base detector class. <a href="classaffdex_1_1_detector.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="_detector_8h_source.html">Detector.h</a>&gt;</code></p> <div class="dynheader"> Inheritance diagram for affdex::Detector:</div> <div class="dyncontent"> <div class="center"> <img src="classaffdex_1_1_detector.png" usemap="#affdex::Detector_map" alt=""/> <map id="affdex::Detector_map" name="affdex::Detector_map"> <area href="classaffdex_1_1_frame_detector.html" title="A Detector used to process a sequence of pushed frames. " alt="affdex::FrameDetector" shape="rect" coords="0,56,145,80"/> <area href="classaffdex_1_1_photo_detector.html" title="A Detector for processing still photographs. " alt="affdex::PhotoDetector" shape="rect" coords="155,56,300,80"/> <area href="classaffdex_1_1_video_detector.html" title="A Detector used to process a video file. This class opens a video file and will immediately start dec..." alt="affdex::VideoDetector" shape="rect" coords="310,56,455,80"/> <area href="classaffdex_1_1_camera_detector.html" title="A detector used to acquire and process frames from a physical camera. " alt="affdex::CameraDetector" shape="rect" coords="0,112,145,136"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:ae22fc893446356a3c9fb7718c85fe43f"><td class="memItemLeft" align="right" valign="top">AFFDEXSDK&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ae22fc893446356a3c9fb7718c85fe43f">Detector</a> ()</td></tr> <tr class="memdesc:ae22fc893446356a3c9fb7718c85fe43f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor. <a href="#ae22fc893446356a3c9fb7718c85fe43f">More...</a><br/></td></tr> <tr class="separator:ae22fc893446356a3c9fb7718c85fe43f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a20df8fc102b8a9fca705cd9e3363edeb"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a20df8fc102b8a9fca705cd9e3363edeb">~Detector</a> ()</td></tr> <tr class="memdesc:a20df8fc102b8a9fca705cd9e3363edeb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Virtual destructor. <a href="#a20df8fc102b8a9fca705cd9e3363edeb">More...</a><br/></td></tr> <tr class="separator:a20df8fc102b8a9fca705cd9e3363edeb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a20af9ec1bb1edfcae165734bf6e457b5"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a20af9ec1bb1edfcae165734bf6e457b5">start</a> ()</td></tr> <tr class="memdesc:a20af9ec1bb1edfcae165734bf6e457b5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initialize the detector. <a href="#a20af9ec1bb1edfcae165734bf6e457b5">More...</a><br/></td></tr> <tr class="separator:a20af9ec1bb1edfcae165734bf6e457b5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad979878d0c580fb2f89cb763e0898326"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ad979878d0c580fb2f89cb763e0898326">stop</a> ()</td></tr> <tr class="memdesc:ad979878d0c580fb2f89cb763e0898326"><td class="mdescLeft">&#160;</td><td class="mdescRight">Stop the detector. <a href="#ad979878d0c580fb2f89cb763e0898326">More...</a><br/></td></tr> <tr class="separator:ad979878d0c580fb2f89cb763e0898326"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abb1d550acbd75712f5a448ed56e0537f"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#abb1d550acbd75712f5a448ed56e0537f">reset</a> ()</td></tr> <tr class="memdesc:abb1d550acbd75712f5a448ed56e0537f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reset the processing state of the detector. This method enables an already initialized detector to begin processing a second video/camera feed. <a href="#abb1d550acbd75712f5a448ed56e0537f">More...</a><br/></td></tr> <tr class="separator:abb1d550acbd75712f5a448ed56e0537f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afc7c85c9efe7d4c278634880d5d59a19"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#afc7c85c9efe7d4c278634880d5d59a19">isRunning</a> ()</td></tr> <tr class="memdesc:afc7c85c9efe7d4c278634880d5d59a19"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the state of the detector. <a href="#afc7c85c9efe7d4c278634880d5d59a19">More...</a><br/></td></tr> <tr class="separator:afc7c85c9efe7d4c278634880d5d59a19"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a45ee900a4043cee2811bb76a5335045d"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK <a class="el" href="namespaceaffdex.html#a17bd9e863675d42ed62dbd7163fc4e70">FaceDetectorMode</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a45ee900a4043cee2811bb76a5335045d">getFaceDetectorMode</a> () const </td></tr> <tr class="memdesc:a45ee900a4043cee2811bb76a5335045d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the face detector configuration in use <a href="#a45ee900a4043cee2811bb76a5335045d">More...</a><br/></td></tr> <tr class="separator:a45ee900a4043cee2811bb76a5335045d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4a4a721fc4e0d8815ffa8a501714cd9e"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK unsigned int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a4a4a721fc4e0d8815ffa8a501714cd9e">getMaxNumberFaces</a> () const </td></tr> <tr class="memdesc:a4a4a721fc4e0d8815ffa8a501714cd9e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the max number of faces to be tracked. <a href="#a4a4a721fc4e0d8815ffa8a501714cd9e">More...</a><br/></td></tr> <tr class="separator:a4a4a721fc4e0d8815ffa8a501714cd9e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac103ca294c3f7c91e37533027b1794a9"><td class="memItemLeft" align="right" valign="top">AFFDEXSDK virtual DEPRECATED void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ac103ca294c3f7c91e37533027b1794a9">setLicensePath</a> (const <a class="el" href="namespaceaffdex.html#aa632f9c58551567473ec7eb8a139ad5f">affdex::path</a> &amp;licensePath)</td></tr> <tr class="memdesc:ac103ca294c3f7c91e37533027b1794a9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the path to the license file used to verify the SDK. <a href="#ac103ca294c3f7c91e37533027b1794a9">More...</a><br/></td></tr> <tr class="separator:ac103ca294c3f7c91e37533027b1794a9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af8d8e0b86664c2f333559e2bf992dac5"><td class="memItemLeft" align="right" valign="top">AFFDEXSDK virtual DEPRECATED void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#af8d8e0b86664c2f333559e2bf992dac5">setLicenseString</a> (const char *licenseString)</td></tr> <tr class="memdesc:af8d8e0b86664c2f333559e2bf992dac5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the license string used to verify the SDK. <a href="#af8d8e0b86664c2f333559e2bf992dac5">More...</a><br/></td></tr> <tr class="separator:af8d8e0b86664c2f333559e2bf992dac5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af918ddd9d7b56f319d366c585687e02a"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#af918ddd9d7b56f319d366c585687e02a">setClassifierPath</a> (const <a class="el" href="namespaceaffdex.html#aa632f9c58551567473ec7eb8a139ad5f">affdex::path</a> &amp;classifierPath)</td></tr> <tr class="memdesc:af918ddd9d7b56f319d366c585687e02a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the classifier path. <a href="#af918ddd9d7b56f319d366c585687e02a">More...</a><br/></td></tr> <tr class="separator:af918ddd9d7b56f319d366c585687e02a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab5654ac7f87dc8732f77cb0064daa7d7"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ab5654ac7f87dc8732f77cb0064daa7d7">setFaceListener</a> (<a class="el" href="classaffdex_1_1_face_listener.html">FaceListener</a> *listener)</td></tr> <tr class="memdesc:ab5654ac7f87dc8732f77cb0064daa7d7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the <a class="el" href="classaffdex_1_1_face_listener.html" title="Interface providing callbacks to signal the appearance/disappearance of faces from a sequence of fram...">FaceListener</a> listener. <a href="#ab5654ac7f87dc8732f77cb0064daa7d7">More...</a><br/></td></tr> <tr class="separator:ab5654ac7f87dc8732f77cb0064daa7d7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aea253e07a34c05b02631fb4a66ed1263"><td class="memItemLeft" align="right" valign="top">AFFDEXSDK <a class="el" href="classaffdex_1_1_face_listener.html">FaceListener</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#aea253e07a34c05b02631fb4a66ed1263">getFaceListener</a> ()</td></tr> <tr class="memdesc:aea253e07a34c05b02631fb4a66ed1263"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current <a class="el" href="classaffdex_1_1_face_listener.html" title="Interface providing callbacks to signal the appearance/disappearance of faces from a sequence of fram...">FaceListener</a>. <a href="#aea253e07a34c05b02631fb4a66ed1263">More...</a><br/></td></tr> <tr class="separator:aea253e07a34c05b02631fb4a66ed1263"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aad767ea6194e40cb5408fed77643d20c"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#aad767ea6194e40cb5408fed77643d20c">setImageListener</a> (<a class="el" href="classaffdex_1_1_image_listener.html">ImageListener</a> *listener)</td></tr> <tr class="memdesc:aad767ea6194e40cb5408fed77643d20c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the image listener. <a href="#aad767ea6194e40cb5408fed77643d20c">More...</a><br/></td></tr> <tr class="separator:aad767ea6194e40cb5408fed77643d20c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a125d033ee1c9e918e7265951167b69f3"><td class="memItemLeft" align="right" valign="top">AFFDEXSDK <a class="el" href="classaffdex_1_1_image_listener.html">ImageListener</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a125d033ee1c9e918e7265951167b69f3">getImageListener</a> ()</td></tr> <tr class="memdesc:a125d033ee1c9e918e7265951167b69f3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current <a class="el" href="classaffdex_1_1_image_listener.html" title="Interface providing callbacks for capture and processsing results of individual frames. ">ImageListener</a>. <a href="#a125d033ee1c9e918e7265951167b69f3">More...</a><br/></td></tr> <tr class="separator:a125d033ee1c9e918e7265951167b69f3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1bb945eb7ab3a6e1d71ec475e006fb46"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK <br class="typebreak"/> <a class="el" href="classaffdex_1_1_process_status_listener.html">ProcessStatusListener</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a1bb945eb7ab3a6e1d71ec475e006fb46">getProcessStatusListener</a> ()</td></tr> <tr class="memdesc:a1bb945eb7ab3a6e1d71ec475e006fb46"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current <a class="el" href="classaffdex_1_1_process_status_listener.html" title="Interface providing callbacks for the state of video processing. ">ProcessStatusListener</a>. <a href="#a1bb945eb7ab3a6e1d71ec475e006fb46">More...</a><br/></td></tr> <tr class="separator:a1bb945eb7ab3a6e1d71ec475e006fb46"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:adc70b456d6082c5b3a98fb2a5d0d1694"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#adc70b456d6082c5b3a98fb2a5d0d1694">setProcessStatusListener</a> (<a class="el" href="classaffdex_1_1_process_status_listener.html">ProcessStatusListener</a> *listener)</td></tr> <tr class="memdesc:adc70b456d6082c5b3a98fb2a5d0d1694"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the Processing Status listener. <a href="#adc70b456d6082c5b3a98fb2a5d0d1694">More...</a><br/></td></tr> <tr class="separator:adc70b456d6082c5b3a98fb2a5d0d1694"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a172b2816f964964da3f12645c428edb5"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a172b2816f964964da3f12645c428edb5">setDetectAllExpressions</a> (bool detectAllExpressions)</td></tr> <tr class="memdesc:a172b2816f964964da3f12645c428edb5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the detection state of all expressions. <a href="#a172b2816f964964da3f12645c428edb5">More...</a><br/></td></tr> <tr class="separator:a172b2816f964964da3f12645c428edb5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2b85697ddcc55358d7f87ce755421a3b"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a2b85697ddcc55358d7f87ce755421a3b">setDetectAllEmotions</a> (bool detectAllEmotions)</td></tr> <tr class="memdesc:a2b85697ddcc55358d7f87ce755421a3b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the detection state of all expressions. <a href="#a2b85697ddcc55358d7f87ce755421a3b">More...</a><br/></td></tr> <tr class="separator:a2b85697ddcc55358d7f87ce755421a3b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a663f61a8b013c656246e1150ee8bbc7a"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a663f61a8b013c656246e1150ee8bbc7a">setDetectAllEmojis</a> (bool detectAllEmojis)</td></tr> <tr class="memdesc:a663f61a8b013c656246e1150ee8bbc7a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the detection state of all emojis. <a href="#a663f61a8b013c656246e1150ee8bbc7a">More...</a><br/></td></tr> <tr class="separator:a663f61a8b013c656246e1150ee8bbc7a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0a78536a81135b044d09b87b48cbf216"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a0a78536a81135b044d09b87b48cbf216">setDetectAllAppearances</a> (bool detectAllAppearances)</td></tr> <tr class="memdesc:a0a78536a81135b044d09b87b48cbf216"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the detection state of all appearances. <a href="#a0a78536a81135b044d09b87b48cbf216">More...</a><br/></td></tr> <tr class="separator:a0a78536a81135b044d09b87b48cbf216"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aef3593320146d67924b6e2fcba5fde41"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#aef3593320146d67924b6e2fcba5fde41">getDetectGender</a> ()</td></tr> <tr class="memdesc:aef3593320146d67924b6e2fcba5fde41"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of gender detection. <a href="#aef3593320146d67924b6e2fcba5fde41">More...</a><br/></td></tr> <tr class="separator:aef3593320146d67924b6e2fcba5fde41"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a933b422c34a3447b31d07ee9af0a4cb4"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a933b422c34a3447b31d07ee9af0a4cb4">setDetectGender</a> (bool activate)</td></tr> <tr class="memdesc:a933b422c34a3447b31d07ee9af0a4cb4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the gender detection state. <a href="#a933b422c34a3447b31d07ee9af0a4cb4">More...</a><br/></td></tr> <tr class="separator:a933b422c34a3447b31d07ee9af0a4cb4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abcef49f7a8bef1160e159ec9bca3acfe"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#abcef49f7a8bef1160e159ec9bca3acfe">getDetectGlasses</a> ()</td></tr> <tr class="memdesc:abcef49f7a8bef1160e159ec9bca3acfe"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of glasses detection. <a href="#abcef49f7a8bef1160e159ec9bca3acfe">More...</a><br/></td></tr> <tr class="separator:abcef49f7a8bef1160e159ec9bca3acfe"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3f72c242d0d132cc297d8aa90a9ab251"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a3f72c242d0d132cc297d8aa90a9ab251">setDetectGlasses</a> (bool activate)</td></tr> <tr class="memdesc:a3f72c242d0d132cc297d8aa90a9ab251"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the glasses detection state. <a href="#a3f72c242d0d132cc297d8aa90a9ab251">More...</a><br/></td></tr> <tr class="separator:a3f72c242d0d132cc297d8aa90a9ab251"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7c7e4bc70b201a8f4a4cdc2ff7e0aa02"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a7c7e4bc70b201a8f4a4cdc2ff7e0aa02">getDetectAge</a> ()</td></tr> <tr class="memdesc:a7c7e4bc70b201a8f4a4cdc2ff7e0aa02"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of age detection. <a href="#a7c7e4bc70b201a8f4a4cdc2ff7e0aa02">More...</a><br/></td></tr> <tr class="separator:a7c7e4bc70b201a8f4a4cdc2ff7e0aa02"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3d61796f372c7ff638f6b130175d8c0b"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a3d61796f372c7ff638f6b130175d8c0b">setDetectAge</a> (bool activate)</td></tr> <tr class="memdesc:a3d61796f372c7ff638f6b130175d8c0b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the age detection state. <a href="#a3d61796f372c7ff638f6b130175d8c0b">More...</a><br/></td></tr> <tr class="separator:a3d61796f372c7ff638f6b130175d8c0b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0e1af8325332c6cbd1040c0d4ad7b963"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a0e1af8325332c6cbd1040c0d4ad7b963">getDetectEthnicity</a> ()</td></tr> <tr class="memdesc:a0e1af8325332c6cbd1040c0d4ad7b963"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of ethnicity detection. <a href="#a0e1af8325332c6cbd1040c0d4ad7b963">More...</a><br/></td></tr> <tr class="separator:a0e1af8325332c6cbd1040c0d4ad7b963"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad7754925cd2d39eb004896178f78db7d"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ad7754925cd2d39eb004896178f78db7d">setDetectEthnicity</a> (bool activate)</td></tr> <tr class="memdesc:ad7754925cd2d39eb004896178f78db7d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the ethnicity detection state. <a href="#ad7754925cd2d39eb004896178f78db7d">More...</a><br/></td></tr> <tr class="separator:ad7754925cd2d39eb004896178f78db7d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0ae6b39dad53d18bf0df79bf6cd6d992"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a0ae6b39dad53d18bf0df79bf6cd6d992">getDetectEngagement</a> ()</td></tr> <tr class="memdesc:a0ae6b39dad53d18bf0df79bf6cd6d992"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of engagement detection. <a href="#a0ae6b39dad53d18bf0df79bf6cd6d992">More...</a><br/></td></tr> <tr class="separator:a0ae6b39dad53d18bf0df79bf6cd6d992"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aad93dbf9e75286e24ffb0bc33775e7da"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#aad93dbf9e75286e24ffb0bc33775e7da">setDetectEngagement</a> (bool activate)</td></tr> <tr class="memdesc:aad93dbf9e75286e24ffb0bc33775e7da"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the engagement detection state. <a href="#aad93dbf9e75286e24ffb0bc33775e7da">More...</a><br/></td></tr> <tr class="separator:aad93dbf9e75286e24ffb0bc33775e7da"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1435fd27203370a16f1b57adcfc5c840"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a1435fd27203370a16f1b57adcfc5c840">getDetectLipCornerDepressor</a> ()</td></tr> <tr class="memdesc:a1435fd27203370a16f1b57adcfc5c840"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of lip corner depressor detection. <a href="#a1435fd27203370a16f1b57adcfc5c840">More...</a><br/></td></tr> <tr class="separator:a1435fd27203370a16f1b57adcfc5c840"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a203ce5130440916ed54de8730833bb08"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a203ce5130440916ed54de8730833bb08">setDetectLipCornerDepressor</a> (bool activate)</td></tr> <tr class="memdesc:a203ce5130440916ed54de8730833bb08"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the lip corner depressor detection state. <a href="#a203ce5130440916ed54de8730833bb08">More...</a><br/></td></tr> <tr class="separator:a203ce5130440916ed54de8730833bb08"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa71bcb99f7599994cf622e19d79d4bcb"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#aa71bcb99f7599994cf622e19d79d4bcb">getDetectSmile</a> ()</td></tr> <tr class="memdesc:aa71bcb99f7599994cf622e19d79d4bcb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of smile detection. <a href="#aa71bcb99f7599994cf622e19d79d4bcb">More...</a><br/></td></tr> <tr class="separator:aa71bcb99f7599994cf622e19d79d4bcb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a31985fea6958fb999a653c3056b05ac0"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a31985fea6958fb999a653c3056b05ac0">setDetectSmile</a> (bool activate)</td></tr> <tr class="memdesc:a31985fea6958fb999a653c3056b05ac0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the smile detection state. <a href="#a31985fea6958fb999a653c3056b05ac0">More...</a><br/></td></tr> <tr class="separator:a31985fea6958fb999a653c3056b05ac0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a27496c7e95e037d71bf69c404a88872f"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a27496c7e95e037d71bf69c404a88872f">getDetectAttention</a> ()</td></tr> <tr class="memdesc:a27496c7e95e037d71bf69c404a88872f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of attention detection. <a href="#a27496c7e95e037d71bf69c404a88872f">More...</a><br/></td></tr> <tr class="separator:a27496c7e95e037d71bf69c404a88872f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab52bba8b8063c4c64bae2c061ae141d9"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ab52bba8b8063c4c64bae2c061ae141d9">setDetectAttention</a> (bool activate)</td></tr> <tr class="memdesc:ab52bba8b8063c4c64bae2c061ae141d9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the attention detection state. <a href="#ab52bba8b8063c4c64bae2c061ae141d9">More...</a><br/></td></tr> <tr class="separator:ab52bba8b8063c4c64bae2c061ae141d9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aafbd4613d61ef017494fa55573b35257"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#aafbd4613d61ef017494fa55573b35257">getDetectValence</a> ()</td></tr> <tr class="memdesc:aafbd4613d61ef017494fa55573b35257"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of valence detection. <a href="#aafbd4613d61ef017494fa55573b35257">More...</a><br/></td></tr> <tr class="separator:aafbd4613d61ef017494fa55573b35257"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3245712ec08f167b3dc421d98635f7f5"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a3245712ec08f167b3dc421d98635f7f5">getDetectJoy</a> ()</td></tr> <tr class="memdesc:a3245712ec08f167b3dc421d98635f7f5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of joy detection. <a href="#a3245712ec08f167b3dc421d98635f7f5">More...</a><br/></td></tr> <tr class="separator:a3245712ec08f167b3dc421d98635f7f5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a11d24b78175a0348ccb6bb75416cf428"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a11d24b78175a0348ccb6bb75416cf428">setDetectJoy</a> (bool activate)</td></tr> <tr class="memdesc:a11d24b78175a0348ccb6bb75416cf428"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the joy detection state. <a href="#a11d24b78175a0348ccb6bb75416cf428">More...</a><br/></td></tr> <tr class="separator:a11d24b78175a0348ccb6bb75416cf428"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0ee292754fbf106917aad7e756a57e15"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a0ee292754fbf106917aad7e756a57e15">getDetectFear</a> ()</td></tr> <tr class="memdesc:a0ee292754fbf106917aad7e756a57e15"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of fear detection. <a href="#a0ee292754fbf106917aad7e756a57e15">More...</a><br/></td></tr> <tr class="separator:a0ee292754fbf106917aad7e756a57e15"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abbb65d29818dce1db7cc9ae1ca0db7d6"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#abbb65d29818dce1db7cc9ae1ca0db7d6">setDetectFear</a> (bool activate)</td></tr> <tr class="memdesc:abbb65d29818dce1db7cc9ae1ca0db7d6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the fear detection state. <a href="#abbb65d29818dce1db7cc9ae1ca0db7d6">More...</a><br/></td></tr> <tr class="separator:abbb65d29818dce1db7cc9ae1ca0db7d6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5322a927276958a2dcf207d1167339c4"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a5322a927276958a2dcf207d1167339c4">getDetectDisgust</a> ()</td></tr> <tr class="memdesc:a5322a927276958a2dcf207d1167339c4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of disgust detection. <a href="#a5322a927276958a2dcf207d1167339c4">More...</a><br/></td></tr> <tr class="separator:a5322a927276958a2dcf207d1167339c4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afcd5676b6bf2cfaf2cd42da7a2fc2ca7"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#afcd5676b6bf2cfaf2cd42da7a2fc2ca7">setDetectDisgust</a> (bool activate)</td></tr> <tr class="memdesc:afcd5676b6bf2cfaf2cd42da7a2fc2ca7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the disgust detection state. <a href="#afcd5676b6bf2cfaf2cd42da7a2fc2ca7">More...</a><br/></td></tr> <tr class="separator:afcd5676b6bf2cfaf2cd42da7a2fc2ca7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a668fb9ddb62baa959c1279ebb8864a3a"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a668fb9ddb62baa959c1279ebb8864a3a">getDetectSadness</a> ()</td></tr> <tr class="memdesc:a668fb9ddb62baa959c1279ebb8864a3a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of sadness detection. <a href="#a668fb9ddb62baa959c1279ebb8864a3a">More...</a><br/></td></tr> <tr class="separator:a668fb9ddb62baa959c1279ebb8864a3a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a50a090ec51156f0409a18476a1a37b5d"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a50a090ec51156f0409a18476a1a37b5d">setDetectSadness</a> (bool activate)</td></tr> <tr class="memdesc:a50a090ec51156f0409a18476a1a37b5d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the sadness detection state. <a href="#a50a090ec51156f0409a18476a1a37b5d">More...</a><br/></td></tr> <tr class="separator:a50a090ec51156f0409a18476a1a37b5d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1cdc6cc03d9ff1a20bb7ede6e2b2aa24"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a1cdc6cc03d9ff1a20bb7ede6e2b2aa24">getDetectAnger</a> ()</td></tr> <tr class="memdesc:a1cdc6cc03d9ff1a20bb7ede6e2b2aa24"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of anger detection. <a href="#a1cdc6cc03d9ff1a20bb7ede6e2b2aa24">More...</a><br/></td></tr> <tr class="separator:a1cdc6cc03d9ff1a20bb7ede6e2b2aa24"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab06b5872dfd1571390be0f58805b8cf0"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ab06b5872dfd1571390be0f58805b8cf0">setDetectAnger</a> (bool activate)</td></tr> <tr class="memdesc:ab06b5872dfd1571390be0f58805b8cf0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the anger detection state. <a href="#ab06b5872dfd1571390be0f58805b8cf0">More...</a><br/></td></tr> <tr class="separator:ab06b5872dfd1571390be0f58805b8cf0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4fefe9daf0b22e150d816607a3af419c"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a4fefe9daf0b22e150d816607a3af419c">getDetectSurprise</a> ()</td></tr> <tr class="memdesc:a4fefe9daf0b22e150d816607a3af419c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of surprise detection. <a href="#a4fefe9daf0b22e150d816607a3af419c">More...</a><br/></td></tr> <tr class="separator:a4fefe9daf0b22e150d816607a3af419c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aecc222ae7ff01c45a9204e82988ef8de"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#aecc222ae7ff01c45a9204e82988ef8de">setDetectSurprise</a> (bool activate)</td></tr> <tr class="memdesc:aecc222ae7ff01c45a9204e82988ef8de"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the surprise detection state. <a href="#aecc222ae7ff01c45a9204e82988ef8de">More...</a><br/></td></tr> <tr class="separator:aecc222ae7ff01c45a9204e82988ef8de"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a43a7217b94e6fb65ad607a710cf648fc"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a43a7217b94e6fb65ad607a710cf648fc">getDetectContempt</a> ()</td></tr> <tr class="memdesc:a43a7217b94e6fb65ad607a710cf648fc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of contempt detection. <a href="#a43a7217b94e6fb65ad607a710cf648fc">More...</a><br/></td></tr> <tr class="separator:a43a7217b94e6fb65ad607a710cf648fc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a32ab0d39e62b8ecebad1184ffb5292ce"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a32ab0d39e62b8ecebad1184ffb5292ce">setDetectContempt</a> (bool activate)</td></tr> <tr class="memdesc:a32ab0d39e62b8ecebad1184ffb5292ce"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the contempt detection state. <a href="#a32ab0d39e62b8ecebad1184ffb5292ce">More...</a><br/></td></tr> <tr class="separator:a32ab0d39e62b8ecebad1184ffb5292ce"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:abe90c8062d3af18108c206b68ab4c682"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#abe90c8062d3af18108c206b68ab4c682">setDetectValence</a> (bool activate)</td></tr> <tr class="memdesc:abe90c8062d3af18108c206b68ab4c682"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the valence detection state. <a href="#abe90c8062d3af18108c206b68ab4c682">More...</a><br/></td></tr> <tr class="separator:abe90c8062d3af18108c206b68ab4c682"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a251ebd5090d07df2976d1022edf1a325"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a251ebd5090d07df2976d1022edf1a325">getDetectBrowRaise</a> ()</td></tr> <tr class="memdesc:a251ebd5090d07df2976d1022edf1a325"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of eyebrow raise detection. <a href="#a251ebd5090d07df2976d1022edf1a325">More...</a><br/></td></tr> <tr class="separator:a251ebd5090d07df2976d1022edf1a325"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae2e65e336cd4b22ed7fa07da7c4295c0"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ae2e65e336cd4b22ed7fa07da7c4295c0">setDetectInnerBrowRaise</a> (bool activate)</td></tr> <tr class="memdesc:ae2e65e336cd4b22ed7fa07da7c4295c0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the inner eyebrow raise detection state. <a href="#ae2e65e336cd4b22ed7fa07da7c4295c0">More...</a><br/></td></tr> <tr class="separator:ae2e65e336cd4b22ed7fa07da7c4295c0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8196dfce8cd277410582521af86df25c"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a8196dfce8cd277410582521af86df25c">getDetectInnerBrowRaise</a> ()</td></tr> <tr class="memdesc:a8196dfce8cd277410582521af86df25c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of inner eyebrow raise detection. <a href="#a8196dfce8cd277410582521af86df25c">More...</a><br/></td></tr> <tr class="separator:a8196dfce8cd277410582521af86df25c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae02d12ab0e15c56b01a984783eb91515"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ae02d12ab0e15c56b01a984783eb91515">setDetectBrowRaise</a> (bool activate)</td></tr> <tr class="memdesc:ae02d12ab0e15c56b01a984783eb91515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the eyebrow raise detection state. <a href="#ae02d12ab0e15c56b01a984783eb91515">More...</a><br/></td></tr> <tr class="separator:ae02d12ab0e15c56b01a984783eb91515"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a885c568ffb49be937d1098d10b7f92df"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a885c568ffb49be937d1098d10b7f92df">getDetectBrowFurrow</a> ()</td></tr> <tr class="memdesc:a885c568ffb49be937d1098d10b7f92df"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of eyebrow furrow detection. <a href="#a885c568ffb49be937d1098d10b7f92df">More...</a><br/></td></tr> <tr class="separator:a885c568ffb49be937d1098d10b7f92df"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af8525ed3af1990ffb5e2c989a2156fe4"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#af8525ed3af1990ffb5e2c989a2156fe4">setDetectBrowFurrow</a> (bool activate)</td></tr> <tr class="memdesc:af8525ed3af1990ffb5e2c989a2156fe4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the eyebrow furrow detection state. <a href="#af8525ed3af1990ffb5e2c989a2156fe4">More...</a><br/></td></tr> <tr class="separator:af8525ed3af1990ffb5e2c989a2156fe4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a026483210d5b86fc64d0efe24ca11056"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a026483210d5b86fc64d0efe24ca11056">getDetectNoseWrinkle</a> ()</td></tr> <tr class="memdesc:a026483210d5b86fc64d0efe24ca11056"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of nose wrinkler detection. <a href="#a026483210d5b86fc64d0efe24ca11056">More...</a><br/></td></tr> <tr class="separator:a026483210d5b86fc64d0efe24ca11056"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5dad809531a7557c6b8c8143d0289c76"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a5dad809531a7557c6b8c8143d0289c76">setDetectNoseWrinkle</a> (bool activate)</td></tr> <tr class="memdesc:a5dad809531a7557c6b8c8143d0289c76"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the nose wrinkler detection state. <a href="#a5dad809531a7557c6b8c8143d0289c76">More...</a><br/></td></tr> <tr class="separator:a5dad809531a7557c6b8c8143d0289c76"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aed2ae68631290aa616082c525f44baef"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#aed2ae68631290aa616082c525f44baef">getDetectUpperLipRaise</a> ()</td></tr> <tr class="memdesc:aed2ae68631290aa616082c525f44baef"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of upper lip raiser detection. <a href="#aed2ae68631290aa616082c525f44baef">More...</a><br/></td></tr> <tr class="separator:aed2ae68631290aa616082c525f44baef"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a30605c69629e3290e8a7bb11d916d9ca"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a30605c69629e3290e8a7bb11d916d9ca">setDetectUpperLipRaise</a> (bool activate)</td></tr> <tr class="memdesc:a30605c69629e3290e8a7bb11d916d9ca"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the upper lip raiser detection state. <a href="#a30605c69629e3290e8a7bb11d916d9ca">More...</a><br/></td></tr> <tr class="separator:a30605c69629e3290e8a7bb11d916d9ca"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a33c0f65df68ce0febef69fa3aa299956"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a33c0f65df68ce0febef69fa3aa299956">getDetectChinRaise</a> ()</td></tr> <tr class="memdesc:a33c0f65df68ce0febef69fa3aa299956"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of chin raiser detection. <a href="#a33c0f65df68ce0febef69fa3aa299956">More...</a><br/></td></tr> <tr class="separator:a33c0f65df68ce0febef69fa3aa299956"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9369a7498c08c52b33ccf75d66361b21"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a9369a7498c08c52b33ccf75d66361b21">setDetectChinRaise</a> (bool activate)</td></tr> <tr class="memdesc:a9369a7498c08c52b33ccf75d66361b21"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the chin raiser detection state. <a href="#a9369a7498c08c52b33ccf75d66361b21">More...</a><br/></td></tr> <tr class="separator:a9369a7498c08c52b33ccf75d66361b21"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a979a168eb936b4f25e754f47c629242e"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a979a168eb936b4f25e754f47c629242e">getDetectLipPucker</a> ()</td></tr> <tr class="memdesc:a979a168eb936b4f25e754f47c629242e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of lip pucker detection. <a href="#a979a168eb936b4f25e754f47c629242e">More...</a><br/></td></tr> <tr class="separator:a979a168eb936b4f25e754f47c629242e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0b2d084ad8bf2b037a16496bbe6c5c47"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a0b2d084ad8bf2b037a16496bbe6c5c47">setDetectLipPucker</a> (bool activate)</td></tr> <tr class="memdesc:a0b2d084ad8bf2b037a16496bbe6c5c47"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the lip pucker detection state. <a href="#a0b2d084ad8bf2b037a16496bbe6c5c47">More...</a><br/></td></tr> <tr class="separator:a0b2d084ad8bf2b037a16496bbe6c5c47"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a022f5da63b3c713927c53caa86088ef3"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a022f5da63b3c713927c53caa86088ef3">getDetectLipPress</a> ()</td></tr> <tr class="memdesc:a022f5da63b3c713927c53caa86088ef3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of lip press detection. <a href="#a022f5da63b3c713927c53caa86088ef3">More...</a><br/></td></tr> <tr class="separator:a022f5da63b3c713927c53caa86088ef3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2a9eba7801d5dfd262bbfb7d0ea8cc05"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a2a9eba7801d5dfd262bbfb7d0ea8cc05">setDetectLipPress</a> (bool activate)</td></tr> <tr class="memdesc:a2a9eba7801d5dfd262bbfb7d0ea8cc05"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the lip press detection state. <a href="#a2a9eba7801d5dfd262bbfb7d0ea8cc05">More...</a><br/></td></tr> <tr class="separator:a2a9eba7801d5dfd262bbfb7d0ea8cc05"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac359a4dd62e00798d6c0594442b17bcd"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ac359a4dd62e00798d6c0594442b17bcd">getDetectMouthOpen</a> ()</td></tr> <tr class="memdesc:ac359a4dd62e00798d6c0594442b17bcd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of mouth open detection. <a href="#ac359a4dd62e00798d6c0594442b17bcd">More...</a><br/></td></tr> <tr class="separator:ac359a4dd62e00798d6c0594442b17bcd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af2cf9d409730b7b4a5fb72e3bc4cf5f2"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#af2cf9d409730b7b4a5fb72e3bc4cf5f2">setDetectMouthOpen</a> (bool activate)</td></tr> <tr class="memdesc:af2cf9d409730b7b4a5fb72e3bc4cf5f2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the mouth open detection state. <a href="#af2cf9d409730b7b4a5fb72e3bc4cf5f2">More...</a><br/></td></tr> <tr class="separator:af2cf9d409730b7b4a5fb72e3bc4cf5f2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab81d415bdd88f315eb3bbaeb434513e8"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ab81d415bdd88f315eb3bbaeb434513e8">getDetectLipSuck</a> ()</td></tr> <tr class="memdesc:ab81d415bdd88f315eb3bbaeb434513e8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of lip suck detection. <a href="#ab81d415bdd88f315eb3bbaeb434513e8">More...</a><br/></td></tr> <tr class="separator:ab81d415bdd88f315eb3bbaeb434513e8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aeffc3a90ac6cb6067bcf48d48f0d9657"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#aeffc3a90ac6cb6067bcf48d48f0d9657">setDetectLipSuck</a> (bool activate)</td></tr> <tr class="memdesc:aeffc3a90ac6cb6067bcf48d48f0d9657"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the lip suck detection state. <a href="#aeffc3a90ac6cb6067bcf48d48f0d9657">More...</a><br/></td></tr> <tr class="separator:aeffc3a90ac6cb6067bcf48d48f0d9657"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a97f54461e2f8f7e0b82a6aa0da624489"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a97f54461e2f8f7e0b82a6aa0da624489">getDetectSmirk</a> ()</td></tr> <tr class="memdesc:a97f54461e2f8f7e0b82a6aa0da624489"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of smirk detection. <a href="#a97f54461e2f8f7e0b82a6aa0da624489">More...</a><br/></td></tr> <tr class="separator:a97f54461e2f8f7e0b82a6aa0da624489"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae5012e5384ab104aa4fdf914662b330a"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ae5012e5384ab104aa4fdf914662b330a">setDetectSmirk</a> (bool activate)</td></tr> <tr class="memdesc:ae5012e5384ab104aa4fdf914662b330a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the smirk detection state. <a href="#ae5012e5384ab104aa4fdf914662b330a">More...</a><br/></td></tr> <tr class="separator:ae5012e5384ab104aa4fdf914662b330a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a71c057cc231b6291aabde77046ff31b3"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a71c057cc231b6291aabde77046ff31b3">getDetectEyeClosure</a> ()</td></tr> <tr class="memdesc:a71c057cc231b6291aabde77046ff31b3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of eye closure detection. <a href="#a71c057cc231b6291aabde77046ff31b3">More...</a><br/></td></tr> <tr class="separator:a71c057cc231b6291aabde77046ff31b3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af4343321fcadbae0d07cf6e5c485c731"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#af4343321fcadbae0d07cf6e5c485c731">setDetectEyeClosure</a> (bool activate)</td></tr> <tr class="memdesc:af4343321fcadbae0d07cf6e5c485c731"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the eye closure detection state. <a href="#af4343321fcadbae0d07cf6e5c485c731">More...</a><br/></td></tr> <tr class="separator:af4343321fcadbae0d07cf6e5c485c731"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a244b00c7372a134b53658c4daea79dec"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a244b00c7372a134b53658c4daea79dec">getDetectEyeWiden</a> ()</td></tr> <tr class="memdesc:a244b00c7372a134b53658c4daea79dec"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of eye widen detection. <a href="#a244b00c7372a134b53658c4daea79dec">More...</a><br/></td></tr> <tr class="separator:a244b00c7372a134b53658c4daea79dec"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a85d7dce729618db306989c73575d0291"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a85d7dce729618db306989c73575d0291">setDetectEyeWiden</a> (bool activate)</td></tr> <tr class="memdesc:a85d7dce729618db306989c73575d0291"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the eye widen detection state. <a href="#a85d7dce729618db306989c73575d0291">More...</a><br/></td></tr> <tr class="separator:a85d7dce729618db306989c73575d0291"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0589a29172b0c11cf6e28a6709ba9ffd"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a0589a29172b0c11cf6e28a6709ba9ffd">getDetectCheekRaise</a> ()</td></tr> <tr class="memdesc:a0589a29172b0c11cf6e28a6709ba9ffd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of cheek raise detection. <a href="#a0589a29172b0c11cf6e28a6709ba9ffd">More...</a><br/></td></tr> <tr class="separator:a0589a29172b0c11cf6e28a6709ba9ffd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a41d2771258fce9fdeb4829138af65e2d"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a41d2771258fce9fdeb4829138af65e2d">setDetectCheekRaise</a> (bool activate)</td></tr> <tr class="memdesc:a41d2771258fce9fdeb4829138af65e2d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the cheek raise detection state. <a href="#a41d2771258fce9fdeb4829138af65e2d">More...</a><br/></td></tr> <tr class="separator:a41d2771258fce9fdeb4829138af65e2d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a5ab74d973b5870e8d7fd10d2bb46a929"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a5ab74d973b5870e8d7fd10d2bb46a929">getDetectLidTighten</a> ()</td></tr> <tr class="memdesc:a5ab74d973b5870e8d7fd10d2bb46a929"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of lid tighten detection. <a href="#a5ab74d973b5870e8d7fd10d2bb46a929">More...</a><br/></td></tr> <tr class="separator:a5ab74d973b5870e8d7fd10d2bb46a929"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac04493a2527f95972f4b38e7e8937d7e"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#ac04493a2527f95972f4b38e7e8937d7e">setDetectLidTighten</a> (bool activate)</td></tr> <tr class="memdesc:ac04493a2527f95972f4b38e7e8937d7e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the lid tighten detection state. <a href="#ac04493a2527f95972f4b38e7e8937d7e">More...</a><br/></td></tr> <tr class="separator:ac04493a2527f95972f4b38e7e8937d7e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0bbd24d23dfb007cfa4de4854eb27129"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a0bbd24d23dfb007cfa4de4854eb27129">getDetectDimpler</a> ()</td></tr> <tr class="memdesc:a0bbd24d23dfb007cfa4de4854eb27129"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of dimpler detection. <a href="#a0bbd24d23dfb007cfa4de4854eb27129">More...</a><br/></td></tr> <tr class="separator:a0bbd24d23dfb007cfa4de4854eb27129"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a194a309eb7bf0fdbd2d80307f47c69c9"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a194a309eb7bf0fdbd2d80307f47c69c9">setDetectDimpler</a> (bool activate)</td></tr> <tr class="memdesc:a194a309eb7bf0fdbd2d80307f47c69c9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the dimpler detection state. <a href="#a194a309eb7bf0fdbd2d80307f47c69c9">More...</a><br/></td></tr> <tr class="separator:a194a309eb7bf0fdbd2d80307f47c69c9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:affd9ac82c6c4982980373aa4d67490c2"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#affd9ac82c6c4982980373aa4d67490c2">getDetectLipStretch</a> ()</td></tr> <tr class="memdesc:affd9ac82c6c4982980373aa4d67490c2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of lip stretch detection. <a href="#affd9ac82c6c4982980373aa4d67490c2">More...</a><br/></td></tr> <tr class="separator:affd9ac82c6c4982980373aa4d67490c2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2d3bcffb92853946b6db0f8f3edf5747"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a2d3bcffb92853946b6db0f8f3edf5747">setDetectLipStretch</a> (bool activate)</td></tr> <tr class="memdesc:a2d3bcffb92853946b6db0f8f3edf5747"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the lip stretch detection state. <a href="#a2d3bcffb92853946b6db0f8f3edf5747">More...</a><br/></td></tr> <tr class="separator:a2d3bcffb92853946b6db0f8f3edf5747"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7ed313b2c92eb0749dd1acf9dfb2448b"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a7ed313b2c92eb0749dd1acf9dfb2448b">getDetectJawDrop</a> ()</td></tr> <tr class="memdesc:a7ed313b2c92eb0749dd1acf9dfb2448b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the current state of jaw drop detection. <a href="#a7ed313b2c92eb0749dd1acf9dfb2448b">More...</a><br/></td></tr> <tr class="separator:a7ed313b2c92eb0749dd1acf9dfb2448b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a675b586cf82687a3399bdd26135c6bb4"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a675b586cf82687a3399bdd26135c6bb4">setDetectJawDrop</a> (bool activate)</td></tr> <tr class="memdesc:a675b586cf82687a3399bdd26135c6bb4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Configure the jaw drop detection state. <a href="#a675b586cf82687a3399bdd26135c6bb4">More...</a><br/></td></tr> <tr class="separator:a675b586cf82687a3399bdd26135c6bb4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:af54e0259e824d4425db980546b374497"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#af54e0259e824d4425db980546b374497">enableAnalytics</a> ()</td></tr> <tr class="memdesc:af54e0259e824d4425db980546b374497"><td class="mdescLeft">&#160;</td><td class="mdescRight">Enable Analytics. <a href="#af54e0259e824d4425db980546b374497">More...</a><br/></td></tr> <tr class="separator:af54e0259e824d4425db980546b374497"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaac2694f11b4a4308de6f8e3a1127ad7"><td class="memItemLeft" align="right" valign="top">virtual AFFDEXSDK void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#aaac2694f11b4a4308de6f8e3a1127ad7">disableAnalytics</a> ()</td></tr> <tr class="memdesc:aaac2694f11b4a4308de6f8e3a1127ad7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Disable Analytics. <a href="#aaac2694f11b4a4308de6f8e3a1127ad7">More...</a><br/></td></tr> <tr class="separator:aaac2694f11b4a4308de6f8e3a1127ad7"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a> Protected Member Functions</h2></td></tr> <tr class="memitem:a394ad7c921a9aa648dd4a69abb5340fc"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a394ad7c921a9aa648dd4a69abb5340fc">Detector</a> (const float processFrameRate)</td></tr> <tr class="memdesc:a394ad7c921a9aa648dd4a69abb5340fc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes a new instance of the <a class="el" href="classaffdex_1_1_detector.html" title="Base detector class. ">Detector</a> class. <a href="#a394ad7c921a9aa648dd4a69abb5340fc">More...</a><br/></td></tr> <tr class="separator:a394ad7c921a9aa648dd4a69abb5340fc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4d4aae8f588d033528b52a72ed54916f"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#a4d4aae8f588d033528b52a72ed54916f">Detector</a> (const bool useStaticClassifiers, const float processFrameRate, const <a class="el" href="namespaceaffdex.html#a17bd9e863675d42ed62dbd7163fc4e70">FaceDetectorMode</a> faceConfig)</td></tr> <tr class="memdesc:a4d4aae8f588d033528b52a72ed54916f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes a new instance of the <a class="el" href="classaffdex_1_1_detector.html" title="Base detector class. ">Detector</a> class. <a href="#a4d4aae8f588d033528b52a72ed54916f">More...</a><br/></td></tr> <tr class="separator:a4d4aae8f588d033528b52a72ed54916f"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a> Protected Attributes</h2></td></tr> <tr class="memitem:adb1a95cb43eedec4d963759de30ddffc"><td class="memItemLeft" align="right" valign="top">std::shared_ptr<br class="typebreak"/> &lt; affdex::DetectorBase &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classaffdex_1_1_detector.html#adb1a95cb43eedec4d963759de30ddffc">mDetectorBase</a></td></tr> <tr class="memdesc:adb1a95cb43eedec4d963759de30ddffc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Smart pointer to underlying DetectorBase <a href="#adb1a95cb43eedec4d963759de30ddffc">More...</a><br/></td></tr> <tr class="separator:adb1a95cb43eedec4d963759de30ddffc"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Base detector class. </p> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="ae22fc893446356a3c9fb7718c85fe43f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">AFFDEXSDK affdex::Detector::Detector </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></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>Constructor. </p> </div> </div> <a class="anchor" id="a20df8fc102b8a9fca705cd9e3363edeb"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK affdex::Detector::~Detector </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Virtual destructor. </p> </div> </div> <a class="anchor" id="a394ad7c921a9aa648dd4a69abb5340fc"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">affdex::Detector::Detector </td> <td>(</td> <td class="paramtype">const float&#160;</td> <td class="paramname"><em>processFrameRate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Initializes a new instance of the <a class="el" href="classaffdex_1_1_detector.html" title="Base detector class. ">Detector</a> class. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">processFrameRate</td><td>Maximum processing framerate.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a4d4aae8f588d033528b52a72ed54916f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">affdex::Detector::Detector </td> <td>(</td> <td class="paramtype">const bool&#160;</td> <td class="paramname"><em>useStaticClassifiers</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const float&#160;</td> <td class="paramname"><em>processFrameRate</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="namespaceaffdex.html#a17bd9e863675d42ed62dbd7163fc4e70">FaceDetectorMode</a>&#160;</td> <td class="paramname"><em>faceConfig</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Initializes a new instance of the <a class="el" href="classaffdex_1_1_detector.html" title="Base detector class. ">Detector</a> class. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">useStaticClassifiers</td><td>The use static classifiers.</td></tr> <tr><td class="paramname">processFrameRate</td><td>Maximum processing framerate.</td></tr> <tr><td class="paramname">faceConfig</td><td><a class="el" href="classaffdex_1_1_face.html" title="Represents a face found within a processed Frame. ">Face</a> detector configuration.</td></tr> </table> </dd> </dl> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="aaac2694f11b4a4308de6f8e3a1127ad7"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::disableAnalytics </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Disable Analytics. </p> </div> </div> <a class="anchor" id="af54e0259e824d4425db980546b374497"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::enableAnalytics </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Enable Analytics. </p> </div> </div> <a class="anchor" id="a7c7e4bc70b201a8f4a4cdc2ff7e0aa02"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectAge </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of age detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if age detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a1cdc6cc03d9ff1a20bb7ede6e2b2aa24"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectAnger </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of anger detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if anger detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a27496c7e95e037d71bf69c404a88872f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectAttention </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of attention detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if attention detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a885c568ffb49be937d1098d10b7f92df"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectBrowFurrow </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of eyebrow furrow detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if eyebrow furrow detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a251ebd5090d07df2976d1022edf1a325"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectBrowRaise </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of eyebrow raise detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if eyebrow raise detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a0589a29172b0c11cf6e28a6709ba9ffd"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectCheekRaise </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of cheek raise detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if cheek raise detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a33c0f65df68ce0febef69fa3aa299956"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectChinRaise </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of chin raiser detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if chin raiser detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a43a7217b94e6fb65ad607a710cf648fc"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectContempt </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of contempt detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if contempt detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a0bbd24d23dfb007cfa4de4854eb27129"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectDimpler </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of dimpler detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if dimpler detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a5322a927276958a2dcf207d1167339c4"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectDisgust </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of disgust detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if disgust detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a0ae6b39dad53d18bf0df79bf6cd6d992"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectEngagement </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of engagement detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if engagement detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a0e1af8325332c6cbd1040c0d4ad7b963"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectEthnicity </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of ethnicity detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if age detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a71c057cc231b6291aabde77046ff31b3"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectEyeClosure </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of eye closure detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if eye closure detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a244b00c7372a134b53658c4daea79dec"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectEyeWiden </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of eye widen detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if eye widen detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a0ee292754fbf106917aad7e756a57e15"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectFear </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of fear detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if fear detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="aef3593320146d67924b6e2fcba5fde41"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectGender </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of gender detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if gender detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="abcef49f7a8bef1160e159ec9bca3acfe"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectGlasses </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of glasses detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if glasses detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a8196dfce8cd277410582521af86df25c"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectInnerBrowRaise </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of inner eyebrow raise detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if inner eyebrow raise detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a7ed313b2c92eb0749dd1acf9dfb2448b"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectJawDrop </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of jaw drop detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if jaw drop stretch detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a3245712ec08f167b3dc421d98635f7f5"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectJoy </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of joy detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if joy detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a5ab74d973b5870e8d7fd10d2bb46a929"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectLidTighten </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of lid tighten detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if lid tighten detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a1435fd27203370a16f1b57adcfc5c840"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectLipCornerDepressor </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of lip corner depressor detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if lip corner depressor detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a022f5da63b3c713927c53caa86088ef3"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectLipPress </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of lip press detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if lip press detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a979a168eb936b4f25e754f47c629242e"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectLipPucker </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of lip pucker detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if lip pucker detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="affd9ac82c6c4982980373aa4d67490c2"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectLipStretch </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of lip stretch detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if lip stretch detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="ab81d415bdd88f315eb3bbaeb434513e8"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectLipSuck </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of lip suck detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if lip suck detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="ac359a4dd62e00798d6c0594442b17bcd"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectMouthOpen </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of mouth open detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if mouth open detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a026483210d5b86fc64d0efe24ca11056"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectNoseWrinkle </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of nose wrinkler detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if nose wrinkler detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a668fb9ddb62baa959c1279ebb8864a3a"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectSadness </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of sadness detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if sadness detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="aa71bcb99f7599994cf622e19d79d4bcb"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectSmile </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of smile detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if smile detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a97f54461e2f8f7e0b82a6aa0da624489"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectSmirk </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of smirk detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if smirk detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a4fefe9daf0b22e150d816607a3af419c"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectSurprise </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of surprise detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if surprise detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="aed2ae68631290aa616082c525f44baef"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectUpperLipRaise </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of upper lip raiser detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if upper lip raiser detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="aafbd4613d61ef017494fa55573b35257"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::getDetectValence </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current state of valence detection. </p> <dl class="section return"><dt>Returns</dt><dd>True if valence detection is currently enabled.</dd></dl> </div> </div> <a class="anchor" id="a45ee900a4043cee2811bb76a5335045d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK <a class="el" href="namespaceaffdex.html#a17bd9e863675d42ed62dbd7163fc4e70">FaceDetectorMode</a> affdex::Detector::getFaceDetectorMode </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the face detector configuration in use </p> </div> </div> <a class="anchor" id="aea253e07a34c05b02631fb4a66ed1263"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">AFFDEXSDK <a class="el" href="classaffdex_1_1_face_listener.html">FaceListener</a>* affdex::Detector::getFaceListener </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Gets the current <a class="el" href="classaffdex_1_1_face_listener.html" title="Interface providing callbacks to signal the appearance/disappearance of faces from a sequence of fram...">FaceListener</a>. </p> <dl class="section return"><dt>Returns</dt><dd>Pointer to <a class="el" href="classaffdex_1_1_face_listener.html" title="Interface providing callbacks to signal the appearance/disappearance of faces from a sequence of fram...">FaceListener</a>. NULL if not listener was set.</dd></dl> </div> </div> <a class="anchor" id="a125d033ee1c9e918e7265951167b69f3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">AFFDEXSDK <a class="el" href="classaffdex_1_1_image_listener.html">ImageListener</a>* affdex::Detector::getImageListener </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Gets the current <a class="el" href="classaffdex_1_1_image_listener.html" title="Interface providing callbacks for capture and processsing results of individual frames. ">ImageListener</a>. </p> <dl class="section return"><dt>Returns</dt><dd>Pointer to <a class="el" href="classaffdex_1_1_image_listener.html" title="Interface providing callbacks for capture and processsing results of individual frames. ">ImageListener</a>. NULL if not listener was set.</dd></dl> </div> </div> <a class="anchor" id="a4a4a721fc4e0d8815ffa8a501714cd9e"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK unsigned int affdex::Detector::getMaxNumberFaces </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the max number of faces to be tracked. </p> </div> </div> <a class="anchor" id="a1bb945eb7ab3a6e1d71ec475e006fb46"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK <a class="el" href="classaffdex_1_1_process_status_listener.html">ProcessStatusListener</a>* affdex::Detector::getProcessStatusListener </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Gets the current <a class="el" href="classaffdex_1_1_process_status_listener.html" title="Interface providing callbacks for the state of video processing. ">ProcessStatusListener</a>. </p> <dl class="section return"><dt>Returns</dt><dd>Pointer to <a class="el" href="classaffdex_1_1_process_status_listener.html" title="Interface providing callbacks for the state of video processing. ">ProcessStatusListener</a>. NULL if not listener was set.</dd></dl> </div> </div> <a class="anchor" id="afc7c85c9efe7d4c278634880d5d59a19"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK bool affdex::Detector::isRunning </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns the state of the detector. </p> <dl class="section return"><dt>Returns</dt><dd>True if the detector is initialized. False otherwise. </dd></dl> </div> </div> <a class="anchor" id="abb1d550acbd75712f5a448ed56e0537f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::reset </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Reset the processing state of the detector. This method enables an already initialized detector to begin processing a second video/camera feed. </p> <p>Reimplemented in <a class="el" href="classaffdex_1_1_frame_detector.html#a1963fdcf8e1101f04dab83a0dd901f29">affdex::FrameDetector</a>.</p> </div> </div> <a class="anchor" id="af918ddd9d7b56f319d366c585687e02a"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setClassifierPath </td> <td>(</td> <td class="paramtype">const <a class="el" href="namespaceaffdex.html#aa632f9c58551567473ec7eb8a139ad5f">affdex::path</a> &amp;&#160;</td> <td class="paramname"><em>classifierPath</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets the classifier path. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">classifierPath</td><td>Path to the directory containing the classifier data files.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a3d61796f372c7ff638f6b130175d8c0b"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectAge </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the age detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable age detection. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a0a78536a81135b044d09b87b48cbf216"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectAllAppearances </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>detectAllAppearances</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the detection state of all appearances. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">detectAllAppearances</td><td>True to enable detection of all appearances. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a663f61a8b013c656246e1150ee8bbc7a"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectAllEmojis </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>detectAllEmojis</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the detection state of all emojis. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">detectAllEmojis</td><td>True to enable detection of all emojis. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a2b85697ddcc55358d7f87ce755421a3b"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectAllEmotions </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>detectAllEmotions</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the detection state of all expressions. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">detectAllEmotions</td><td>True to enable detection of all emotions. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a172b2816f964964da3f12645c428edb5"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectAllExpressions </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>detectAllExpressions</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the detection state of all expressions. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">detectAllExpressions</td><td>True to enable detection of all expressions. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ab06b5872dfd1571390be0f58805b8cf0"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectAnger </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the anger detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable anger. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ab52bba8b8063c4c64bae2c061ae141d9"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectAttention </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the attention detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable attention. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="af8525ed3af1990ffb5e2c989a2156fe4"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectBrowFurrow </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the eyebrow furrow detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable eyebrow furrow. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ae02d12ab0e15c56b01a984783eb91515"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectBrowRaise </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the eyebrow raise detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable eyebrow raise. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a41d2771258fce9fdeb4829138af65e2d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectCheekRaise </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the cheek raise detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable cheek raise. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a9369a7498c08c52b33ccf75d66361b21"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectChinRaise </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the chin raiser detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable chin raiser. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a32ab0d39e62b8ecebad1184ffb5292ce"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectContempt </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the contempt detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable contempt. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a194a309eb7bf0fdbd2d80307f47c69c9"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectDimpler </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the dimpler detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable dimpler. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="afcd5676b6bf2cfaf2cd42da7a2fc2ca7"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectDisgust </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the disgust detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable disgust. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="aad93dbf9e75286e24ffb0bc33775e7da"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectEngagement </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the engagement detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable engagement. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ad7754925cd2d39eb004896178f78db7d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectEthnicity </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the ethnicity detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable age detection. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="af4343321fcadbae0d07cf6e5c485c731"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectEyeClosure </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the eye closure detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable eye closure. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a85d7dce729618db306989c73575d0291"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectEyeWiden </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the eye widen detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable eye widen. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="abbb65d29818dce1db7cc9ae1ca0db7d6"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectFear </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the fear detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable fear. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a933b422c34a3447b31d07ee9af0a4cb4"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectGender </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the gender detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable gender. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a3f72c242d0d132cc297d8aa90a9ab251"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectGlasses </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the glasses detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable glasses. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ae2e65e336cd4b22ed7fa07da7c4295c0"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectInnerBrowRaise </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the inner eyebrow raise detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable inner eyebrow raise. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a675b586cf82687a3399bdd26135c6bb4"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectJawDrop </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the jaw drop detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable jaw drop. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a11d24b78175a0348ccb6bb75416cf428"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectJoy </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the joy detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable joy. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ac04493a2527f95972f4b38e7e8937d7e"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectLidTighten </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the lid tighten detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable lid tighten. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a203ce5130440916ed54de8730833bb08"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectLipCornerDepressor </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the lip corner depressor detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable lip corner depressor. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a2a9eba7801d5dfd262bbfb7d0ea8cc05"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectLipPress </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the lip press detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable lip press. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a0b2d084ad8bf2b037a16496bbe6c5c47"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectLipPucker </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the lip pucker detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable lip pucker. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a2d3bcffb92853946b6db0f8f3edf5747"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectLipStretch </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the lip stretch detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable lip stretch. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="aeffc3a90ac6cb6067bcf48d48f0d9657"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectLipSuck </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the lip suck detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable lip suck. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="af2cf9d409730b7b4a5fb72e3bc4cf5f2"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectMouthOpen </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the mouth open detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable mouth open. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a5dad809531a7557c6b8c8143d0289c76"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectNoseWrinkle </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the nose wrinkler detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable nose wrinkler. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a50a090ec51156f0409a18476a1a37b5d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectSadness </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the sadness detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable sadness. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a31985fea6958fb999a653c3056b05ac0"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectSmile </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the smile detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable smile. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ae5012e5384ab104aa4fdf914662b330a"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectSmirk </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the smirk detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable smirk. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="aecc222ae7ff01c45a9204e82988ef8de"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectSurprise </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the surprise detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable surprise. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a30605c69629e3290e8a7bb11d916d9ca"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectUpperLipRaise </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the upper lip raiser detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable upper lip raiser. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="abe90c8062d3af18108c206b68ab4c682"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setDetectValence </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>activate</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Configure the valence detection state. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">activate</td><td>True to enable valence. False to disable.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ab5654ac7f87dc8732f77cb0064daa7d7"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setFaceListener </td> <td>(</td> <td class="paramtype"><a class="el" href="classaffdex_1_1_face_listener.html">FaceListener</a> *&#160;</td> <td class="paramname"><em>listener</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets the <a class="el" href="classaffdex_1_1_face_listener.html" title="Interface providing callbacks to signal the appearance/disappearance of faces from a sequence of fram...">FaceListener</a> listener. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">listener</td><td>The listener.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="aad767ea6194e40cb5408fed77643d20c"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setImageListener </td> <td>(</td> <td class="paramtype"><a class="el" href="classaffdex_1_1_image_listener.html">ImageListener</a> *&#160;</td> <td class="paramname"><em>listener</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets the image listener. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">listener</td><td>The listener.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="ac103ca294c3f7c91e37533027b1794a9"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">AFFDEXSDK virtual DEPRECATED void affdex::Detector::setLicensePath </td> <td>(</td> <td class="paramtype">const <a class="el" href="namespaceaffdex.html#aa632f9c58551567473ec7eb8a139ad5f">affdex::path</a> &amp;&#160;</td> <td class="paramname"><em>licensePath</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets the path to the license file used to verify the SDK. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">licensePath</td><td>The license path.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="af8d8e0b86664c2f333559e2bf992dac5"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">AFFDEXSDK virtual DEPRECATED void affdex::Detector::setLicenseString </td> <td>(</td> <td class="paramtype">const char *&#160;</td> <td class="paramname"><em>licenseString</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets the license string used to verify the SDK. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">licenseString</td><td>The license string.</td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="adc70b456d6082c5b3a98fb2a5d0d1694"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::setProcessStatusListener </td> <td>(</td> <td class="paramtype"><a class="el" href="classaffdex_1_1_process_status_listener.html">ProcessStatusListener</a> *&#160;</td> <td class="paramname"><em>listener</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Sets the Processing Status listener. </p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">listener</td><td>The listener.</td></tr> </table> </dd> </dl> <p>Reimplemented in <a class="el" href="classaffdex_1_1_video_detector.html#aa8146c2fe99bdf53a3004fe69ee67aae">affdex::VideoDetector</a>.</p> </div> </div> <a class="anchor" id="a20af9ec1bb1edfcae165734bf6e457b5"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::start </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Initialize the detector. </p> <dl class="exception"><dt>Exceptions</dt><dd> <table class="exception"> <tr><td class="paramname"><a class="el" href="classaffdex_1_1_affdex_exception.html" title="AffdexException. Base exception type for exceptions thrown by the Affectiva SDK. ">AffdexException</a></td><td><a class="el" href="classaffdex_1_1_affdex_exception.html" title="AffdexException. Base exception type for exceptions thrown by the Affectiva SDK. ">AffdexException</a> on failure to initialize.</td></tr> </table> </dd> </dl> <p>Reimplemented in <a class="el" href="classaffdex_1_1_camera_detector.html#a353f9822dd80bb40fc39bc1b6316dbe9">affdex::CameraDetector</a>, <a class="el" href="classaffdex_1_1_frame_detector.html#a896d1819eae382164636cfd52cc973d8">affdex::FrameDetector</a>, <a class="el" href="classaffdex_1_1_photo_detector.html#a766a5482a7db99d06a60c011a68416f9">affdex::PhotoDetector</a>, and <a class="el" href="classaffdex_1_1_video_detector.html#a5c3723cabd434c3ccf8a1bdf380b9e66">affdex::VideoDetector</a>.</p> </div> </div> <a class="anchor" id="ad979878d0c580fb2f89cb763e0898326"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual AFFDEXSDK void affdex::Detector::stop </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Stop the detector. </p> <p>Reimplemented in <a class="el" href="classaffdex_1_1_frame_detector.html#aca90156a3686bb7a1e10a069baf8e0df">affdex::FrameDetector</a>, <a class="el" href="classaffdex_1_1_photo_detector.html#a8e9eac6be800bf5938309a546ec083a4">affdex::PhotoDetector</a>, <a class="el" href="classaffdex_1_1_camera_detector.html#aa279530577577261273bca13a2e255a6">affdex::CameraDetector</a>, and <a class="el" href="classaffdex_1_1_video_detector.html#ade068d9b11b72120bd5181be900d40ea">affdex::VideoDetector</a>.</p> </div> </div> <h2 class="groupheader">Member Data Documentation</h2> <a class="anchor" id="adb1a95cb43eedec4d963759de30ddffc"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">std::shared_ptr&lt;affdex::DetectorBase&gt; affdex::Detector::mDetectorBase</td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">protected</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Smart pointer to underlying DetectorBase </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>/var/lib/jenkins/workspace/affdex-cpp-sdk-linux/src/affdex-sdk/include/public/<a class="el" href="_detector_8h_source.html">Detector.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Wed Apr 19 2017 18:26:21 for Affdex SDK by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.5 </small></address> </body> </html>
wp-content/themes/betheme/style.css
unuzual/casal20
/* Theme Name: Betheme Theme URI: http://themes.muffingroup.com/betheme Description: Betheme - Premium WordPress Theme Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, responsive-layout, theme-options, translation-ready Author: Muffin group Author URI: http://muffingroup.com License: GNU General Public License version 3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html Version: 7.3 All css files are placed in /css/ folder. If you want to add your own css code, please do it in /css/custom.css */
example_css/inline_overlay.css
lesgreen/gpResponsiveMenu
<style> @media only screen and (max-width: 768px) { .gp-responsive-nav-cntnr { float:left; display:block; } .gp-responsive-nav-cntnr ul { float:left; margin:0; margin-left:5px; } .gp-responsive-nav-cntnr li { list-style:none; float:left; padding: 10px 12px; display:block; text-align:left; position:relative; width: inherit; border:none; } .gp-responsive-nav-cntnr li a { float:left; font-family: Arial,Helvetica,sans-serif; font-weight:bold; text-decoration:none; font-size:12px; color: #0065C9; text-transform:uppercase; } .gp-responsive-nav-cntnr li > ul { position: absolute; left:10px; width:10em; top:28px; background-color:#6D9FC3; z-index: 999; display:none; } .gp-responsive-nav-cntnr li ul li ul { left: 120px; top:0px; } .gp-responsive-nav-cntnr ul li ul li { display:block; width:100%; float:left; } .gp-responsive-nav-cntnr ul li ul li a { color:#FFFFFF; } .gp-responsive-nav-cntnr li ul.active-ul { display:block; } } </style>
myodd/boost/libs/asio/doc/html/boost_asio/reference/basic_socket_streambuf/native_non_blocking/overload1.html
FFMG/myoddweb.piger
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_socket_streambuf::native_non_blocking (1 of 3 overloads)</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../../index.html" title="Boost.Asio"> <link rel="up" href="../native_non_blocking.html" title="basic_socket_streambuf::native_non_blocking"> <link rel="prev" href="../native_non_blocking.html" title="basic_socket_streambuf::native_non_blocking"> <link rel="next" href="overload2.html" title="basic_socket_streambuf::native_non_blocking (2 of 3 overloads)"> </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="../native_non_blocking.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../native_non_blocking.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1"></a><a class="link" href="overload1.html" title="basic_socket_streambuf::native_non_blocking (1 of 3 overloads)">basic_socket_streambuf::native_non_blocking (1 of 3 overloads)</a> </h5></div></div></div> <p> <span class="emphasis"><em>Inherited from basic_socket.</em></span> </p> <p> Gets the non-blocking mode of the native socket implementation. </p> <pre class="programlisting"><span class="keyword">bool</span> <span class="identifier">native_non_blocking</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span> </pre> <p> This function is used to retrieve the non-blocking mode of the underlying native socket. This mode has no effect on the behaviour of the socket object's synchronous operations. </p> <h6> <a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.h0"></a> <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.return_value"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.return_value">Return Value</a> </h6> <p> <code class="computeroutput"><span class="keyword">true</span></code> if the underlying socket is in non-blocking mode and direct system calls may fail with <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">would_block</span></code> (or the equivalent system error). </p> <h6> <a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.h1"></a> <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.remarks"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.remarks">Remarks</a> </h6> <p> The current non-blocking mode is cached by the socket object. Consequently, the return value may be incorrect if the non-blocking mode was set directly on the native socket. </p> <h6> <a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.h2"></a> <span class="phrase"><a name="boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.example"></a></span><a class="link" href="overload1.html#boost_asio.reference.basic_socket_streambuf.native_non_blocking.overload1.example">Example</a> </h6> <p> This function is intended to allow the encapsulation of arbitrary non-blocking system calls as asynchronous operations, in a way that is transparent to the user of the socket object. The following example illustrates how Linux's <code class="computeroutput"><span class="identifier">sendfile</span></code> system call might be encapsulated: </p> <pre class="programlisting"><span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Handler</span><span class="special">&gt;</span> <span class="keyword">struct</span> <span class="identifier">sendfile_op</span> <span class="special">{</span> <span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">&amp;</span> <span class="identifier">sock_</span><span class="special">;</span> <span class="keyword">int</span> <span class="identifier">fd_</span><span class="special">;</span> <span class="identifier">Handler</span> <span class="identifier">handler_</span><span class="special">;</span> <span class="identifier">off_t</span> <span class="identifier">offset_</span><span class="special">;</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">total_bytes_transferred_</span><span class="special">;</span> <span class="comment">// Function call operator meeting WriteHandler requirements.</span> <span class="comment">// Used as the handler for the async_write_some operation.</span> <span class="keyword">void</span> <span class="keyword">operator</span><span class="special">()(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="identifier">ec</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span><span class="special">)</span> <span class="special">{</span> <span class="comment">// Put the underlying socket into non-blocking mode.</span> <span class="keyword">if</span> <span class="special">(!</span><span class="identifier">ec</span><span class="special">)</span> <span class="keyword">if</span> <span class="special">(!</span><span class="identifier">sock_</span><span class="special">.</span><span class="identifier">native_non_blocking</span><span class="special">())</span> <span class="identifier">sock_</span><span class="special">.</span><span class="identifier">native_non_blocking</span><span class="special">(</span><span class="keyword">true</span><span class="special">,</span> <span class="identifier">ec</span><span class="special">);</span> <span class="keyword">if</span> <span class="special">(!</span><span class="identifier">ec</span><span class="special">)</span> <span class="special">{</span> <span class="keyword">for</span> <span class="special">(;;)</span> <span class="special">{</span> <span class="comment">// Try the system call.</span> <span class="identifier">errno</span> <span class="special">=</span> <span class="number">0</span><span class="special">;</span> <span class="keyword">int</span> <span class="identifier">n</span> <span class="special">=</span> <span class="special">::</span><span class="identifier">sendfile</span><span class="special">(</span><span class="identifier">sock_</span><span class="special">.</span><span class="identifier">native_handle</span><span class="special">(),</span> <span class="identifier">fd_</span><span class="special">,</span> <span class="special">&amp;</span><span class="identifier">offset_</span><span class="special">,</span> <span class="number">65536</span><span class="special">);</span> <span class="identifier">ec</span> <span class="special">=</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span><span class="special">(</span><span class="identifier">n</span> <span class="special">&lt;</span> <span class="number">0</span> <span class="special">?</span> <span class="identifier">errno</span> <span class="special">:</span> <span class="number">0</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">get_system_category</span><span class="special">());</span> <span class="identifier">total_bytes_transferred_</span> <span class="special">+=</span> <span class="identifier">ec</span> <span class="special">?</span> <span class="number">0</span> <span class="special">:</span> <span class="identifier">n</span><span class="special">;</span> <span class="comment">// Retry operation immediately if interrupted by signal.</span> <span class="keyword">if</span> <span class="special">(</span><span class="identifier">ec</span> <span class="special">==</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">interrupted</span><span class="special">)</span> <span class="keyword">continue</span><span class="special">;</span> <span class="comment">// Check if we need to run the operation again.</span> <span class="keyword">if</span> <span class="special">(</span><span class="identifier">ec</span> <span class="special">==</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">would_block</span> <span class="special">||</span> <span class="identifier">ec</span> <span class="special">==</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">error</span><span class="special">::</span><span class="identifier">try_again</span><span class="special">)</span> <span class="special">{</span> <span class="comment">// We have to wait for the socket to become ready again.</span> <span class="identifier">sock_</span><span class="special">.</span><span class="identifier">async_write_some</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">null_buffers</span><span class="special">(),</span> <span class="special">*</span><span class="keyword">this</span><span class="special">);</span> <span class="keyword">return</span><span class="special">;</span> <span class="special">}</span> <span class="keyword">if</span> <span class="special">(</span><span class="identifier">ec</span> <span class="special">||</span> <span class="identifier">n</span> <span class="special">==</span> <span class="number">0</span><span class="special">)</span> <span class="special">{</span> <span class="comment">// An error occurred, or we have reached the end of the file.</span> <span class="comment">// Either way we must exit the loop so we can call the handler.</span> <span class="keyword">break</span><span class="special">;</span> <span class="special">}</span> <span class="comment">// Loop around to try calling sendfile again.</span> <span class="special">}</span> <span class="special">}</span> <span class="comment">// Pass result back to user's handler.</span> <span class="identifier">handler_</span><span class="special">(</span><span class="identifier">ec</span><span class="special">,</span> <span class="identifier">total_bytes_transferred_</span><span class="special">);</span> <span class="special">}</span> <span class="special">};</span> <span class="keyword">template</span> <span class="special">&lt;</span><span class="keyword">typename</span> <span class="identifier">Handler</span><span class="special">&gt;</span> <span class="keyword">void</span> <span class="identifier">async_sendfile</span><span class="special">(</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">&amp;</span> <span class="identifier">sock</span><span class="special">,</span> <span class="keyword">int</span> <span class="identifier">fd</span><span class="special">,</span> <span class="identifier">Handler</span> <span class="identifier">h</span><span class="special">)</span> <span class="special">{</span> <span class="identifier">sendfile_op</span><span class="special">&lt;</span><span class="identifier">Handler</span><span class="special">&gt;</span> <span class="identifier">op</span> <span class="special">=</span> <span class="special">{</span> <span class="identifier">sock</span><span class="special">,</span> <span class="identifier">fd</span><span class="special">,</span> <span class="identifier">h</span><span class="special">,</span> <span class="number">0</span><span class="special">,</span> <span class="number">0</span> <span class="special">};</span> <span class="identifier">sock</span><span class="special">.</span><span class="identifier">async_write_some</span><span class="special">(</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">null_buffers</span><span class="special">(),</span> <span class="identifier">op</span><span class="special">);</span> <span class="special">}</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2016 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="../native_non_blocking.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../native_non_blocking.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="overload2.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
documentation/doxy/output/fannie/html/class_gum_loan_payoff_map_model-members.html
joelbrock/ELFCO_CORE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>CORE POS - Fannie: Member List</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.4.7 --> <div class="tabs"> <ul> <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li id="current"><a href="classes.html"><span>Classes</span></a></li> <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="tabs"> <ul> <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li> <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li> <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li> </ul></div> <h1>GumLoanPayoffMapModel Member List</h1>This is the complete list of members for <a class="el" href="class_gum_loan_payoff_map_model.html">GumLoanPayoffMapModel</a>, including all inherited members.<p><table> <tr bgcolor="#f0f0f0"><td><b>$columns</b> (defined in <a class="el" href="class_gum_loan_payoff_map_model.html">GumLoanPayoffMapModel</a>)</td><td><a class="el" href="class_gum_loan_payoff_map_model.html">GumLoanPayoffMapModel</a></td><td><code> [protected]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>$name</b> (defined in <a class="el" href="class_gum_loan_payoff_map_model.html">GumLoanPayoffMapModel</a>)</td><td><a class="el" href="class_gum_loan_payoff_map_model.html">GumLoanPayoffMapModel</a></td><td><code> [protected]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>gumLoanAccountID</b>() (defined in <a class="el" href="class_gum_loan_payoff_map_model.html">GumLoanPayoffMapModel</a>)</td><td><a class="el" href="class_gum_loan_payoff_map_model.html">GumLoanPayoffMapModel</a></td><td></td></tr> <tr bgcolor="#f0f0f0"><td><b>gumPayoffID</b>() (defined in <a class="el" href="class_gum_loan_payoff_map_model.html">GumLoanPayoffMapModel</a>)</td><td><a class="el" href="class_gum_loan_payoff_map_model.html">GumLoanPayoffMapModel</a></td><td></td></tr> </table><hr size="1"><address style="align: right;"><small>Generated on 11 Sep 2014 for CORE POS - Fannie by&nbsp; <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address> </body> </html>
css/main.css
louis-cai/louis-cai.github.io
:root { --body-bg-color: #fff; --content-bg-color: #fff; --card-bg-color: #f5f5f5; --text-color: #555; --blockquote-color: #666; --link-color: #555; --link-hover-color: #222; --brand-color: #fff; --brand-hover-color: #fff; --table-row-odd-bg-color: #f9f9f9; --table-row-hover-bg-color: #f5f5f5; --menu-item-bg-color: #f5f5f5; --btn-default-bg: #222; --btn-default-color: #fff; --btn-default-border-color: #222; --btn-default-hover-bg: #fff; --btn-default-hover-color: #222; --btn-default-hover-border-color: #222; --highlight-background: #f0f0f0; --highlight-foreground: #444; --highlight-gutter-background: #dedede; --highlight-gutter-foreground: #555; } html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } body { margin: 0; } main { display: block; } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } a { background: transparent; } abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } button, input { /* 1 */ overflow: visible; } button, select { /* 1 */ text-transform: none; } button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; } button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } progress { vertical-align: baseline; } textarea { overflow: auto; } [type='checkbox'], [type='radio'] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button { height: auto; } [type='search'] { outline-offset: -2px; /* 2 */ -webkit-appearance: textfield; /* 1 */ } [type='search']::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { font: inherit; /* 2 */ -webkit-appearance: button; /* 1 */ } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } ::selection { background: #262a30; color: #eee; } html, body { height: 100%; } body { background: var(--body-bg-color); color: var(--text-color); font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif; font-size: 1em; line-height: 2; min-height: 100%; position: relative; transition: padding 0.2s ease-in-out; } h1, h2, h3, h4, h5, h6 { font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif; font-weight: bold; line-height: 1.5; margin: 30px 0 15px; } h1 { font-size: 1.5em; } h2 { font-size: 1.375em; } h3 { font-size: 1.25em; } h4 { font-size: 1.125em; } h5 { font-size: 1em; } h6 { font-size: 0.875em; } p { margin: 0 0 20px; } a { border-bottom: 1px solid #999; color: var(--link-color); cursor: pointer; outline: 0; text-decoration: none; overflow-wrap: break-word; } a:hover { border-bottom-color: var(--link-hover-color); color: var(--link-hover-color); } iframe, img, video, embed { display: block; margin-left: auto; margin-right: auto; max-width: 100%; } hr { background-image: repeating-linear-gradient(-45deg, #ddd, #ddd 4px, transparent 4px, transparent 8px); border: 0; height: 3px; margin: 40px 0; } blockquote { border-left: 4px solid #ddd; color: var(--blockquote-color); margin: 0; padding: 0 15px; } blockquote cite::before { content: '-'; padding: 0 5px; } dt { font-weight: bold; } dd { margin: 0; padding: 0; } .table-container { overflow: auto; } table { border-collapse: collapse; border-spacing: 0; font-size: 0.875em; margin: 0 0 20px; width: 100%; } tbody tr:nth-of-type(odd) { background: var(--table-row-odd-bg-color); } tbody tr:hover { background: var(--table-row-hover-bg-color); } caption, th, td { padding: 8px; } th, td { border: 1px solid #ddd; border-bottom: 3px solid #ddd; } th { font-weight: 700; padding-bottom: 10px; } td { border-bottom-width: 1px; } .btn { background: var(--btn-default-bg); border: 2px solid var(--btn-default-border-color); border-radius: 0; color: var(--btn-default-color); display: inline-block; font-size: 0.875em; line-height: 2; padding: 0 20px; transition: background-color 0.2s ease-in-out; } .btn:hover { background: var(--btn-default-hover-bg); border-color: var(--btn-default-hover-border-color); color: var(--btn-default-hover-color); } .btn + .btn { margin: 0 0 8px 8px; } .btn .fa-fw { text-align: left; width: 1.285714285714286em; } .toggle { line-height: 0; } .toggle .toggle-line { background: #fff; display: block; height: 2px; left: 0; position: relative; top: 0; transition: all 0.4s; width: 100%; } .toggle .toggle-line:not(:first-child) { margin-top: 3px; } .toggle.toggle-arrow .toggle-line:first-child { left: 50%; top: 2px; transform: rotate(45deg); width: 50%; } .toggle.toggle-arrow .toggle-line:last-child { left: 50%; top: -2px; transform: rotate(-45deg); width: 50%; } .toggle.toggle-close .toggle-line:nth-child(2) { opacity: 0; } .toggle.toggle-close .toggle-line:first-child { top: 5px; transform: rotate(45deg); } .toggle.toggle-close .toggle-line:last-child { top: -5px; transform: rotate(-45deg); } /* Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org> */ .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #F0F0F0; } /* Base color: saturation 0; */ .hljs, .hljs-subst { color: #444; } .hljs-comment { color: #888888; } .hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name { font-weight: bold; } /* User color: hue: 0 */ .hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion { color: #880000; } .hljs-title, .hljs-section { color: #880000; font-weight: bold; } .hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr, .hljs-selector-pseudo { color: #BC6060; } /* Language color: hue: 90; */ .hljs-literal { color: #78A960; } .hljs-built_in, .hljs-bullet, .hljs-code, .hljs-addition { color: #397300; } /* Meta color: hue: 200 */ .hljs-meta { color: #1f7199; } .hljs-meta-string { color: #4d99bf; } /* Misc effects */ .hljs-emphasis { font-style: italic; } .hljs-strong { font-weight: bold; } code, kbd, figure.highlight, pre { background: var(--highlight-background); color: var(--highlight-foreground); } figure.highlight, pre { line-height: 1.6; margin: 0 auto 20px; } figure.highlight figcaption, pre .caption, pre figcaption { background: var(--highlight-gutter-background); color: var(--highlight-foreground); display: flow-root; font-size: 0.875em; line-height: 1.2; padding: 0.5em; } figure.highlight figcaption a, pre .caption a, pre figcaption a { color: var(--highlight-foreground); float: right; } figure.highlight figcaption a:hover, pre .caption a:hover, pre figcaption a:hover { border-bottom-color: var(--highlight-foreground); } pre, code { font-family: consolas, Menlo, monospace, 'PingFang SC', 'Microsoft YaHei'; } code { border-radius: 3px; font-size: 0.875em; padding: 2px 4px; overflow-wrap: break-word; } kbd { border: 2px solid #ccc; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); font-family: inherit; padding: 0.1em 0.3em; white-space: nowrap; } figure.highlight { position: relative; } figure.highlight pre { border: 0; margin: 0; padding: 10px 0; } figure.highlight table { border: 0; margin: 0; width: auto; } figure.highlight td { border: 0; padding: 0; } figure.highlight .gutter { -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none; } figure.highlight .gutter pre { background: var(--highlight-gutter-background); color: var(--highlight-gutter-foreground); padding-left: 10px; padding-right: 10px; text-align: right; } figure.highlight .code pre { padding-left: 10px; width: 100%; } pre .caption, pre figcaption { margin-bottom: 10px; } .gist table { width: auto; } .gist table td { border: 0; } pre { overflow: auto; padding: 10px; position: relative; } pre code { background: none; padding: 0; text-shadow: none; } .blockquote-center { border-left: 0; margin: 40px 0; padding: 0; position: relative; text-align: center; } .blockquote-center::before, .blockquote-center::after { left: 0; line-height: 1; opacity: 0.6; position: absolute; width: 100%; } .blockquote-center::before { border-top: 1px solid #ccc; text-align: left; top: -20px; content: '\f10d'; font-family: 'Font Awesome 5 Free'; font-weight: 900; } .blockquote-center::after { border-bottom: 1px solid #ccc; bottom: -20px; text-align: right; content: '\f10e'; font-family: 'Font Awesome 5 Free'; font-weight: 900; } .blockquote-center p, .blockquote-center div { text-align: center; } .group-picture { margin-bottom: 20px; } .group-picture .group-picture-row { display: flex; gap: 3px; margin-bottom: 3px; } .group-picture .group-picture-column { flex: 1; } .group-picture .group-picture-column img { height: 100%; margin: 0; object-fit: cover; width: 100%; } .post-body .label { color: #555; padding: 0 2px; } .post-body .label.default { background: #f0f0f0; } .post-body .label.primary { background: #efe6f7; } .post-body .label.info { background: #e5f2f8; } .post-body .label.success { background: #e7f4e9; } .post-body .label.warning { background: #fcf6e1; } .post-body .label.danger { background: #fae8eb; } .post-body .link-grid { display: grid; grid-gap: 1.5rem; gap: 1.5rem; grid-template-columns: 1fr 1fr; margin-bottom: 20px; padding: 1rem; } @media (max-width: 767px) { .post-body .link-grid { grid-template-columns: 1fr; } } .post-body .link-grid .link-grid-container { border: solid #ddd; box-shadow: 1rem 1rem 0.5rem rgba(0,0,0,0.5); min-height: 5rem; min-width: 0; padding: 0.5rem; position: relative; transition: background 0.3s; } .post-body .link-grid .link-grid-container:hover { animation: next-shake 0.5s; background: var(--card-bg-color); } .post-body .link-grid .link-grid-container:active { box-shadow: 0.5rem 0.5rem 0.25rem rgba(0,0,0,0.5); transform: translate(0.2rem, 0.2rem); } .post-body .link-grid .link-grid-container .link-grid-image { border: 1px solid #ddd; border-radius: 50%; box-sizing: border-box; height: 5rem; padding: 3px; position: absolute; width: 5rem; } .post-body .link-grid .link-grid-container p { margin: 0 1rem 0 6rem; } .post-body .link-grid .link-grid-container p:first-of-type { font-size: 1.2em; } .post-body .link-grid .link-grid-container p:last-of-type { font-size: 0.8em; line-height: 1.3rem; opacity: 0.7; } .post-body .link-grid .link-grid-container a { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } @-moz-keyframes next-shake { 0% { transform: translate(1pt, 1pt) rotate(0deg); } 10% { transform: translate(-1pt, -2pt) rotate(-1deg); } 20% { transform: translate(-3pt, 0pt) rotate(1deg); } 30% { transform: translate(3pt, 2pt) rotate(0deg); } 40% { transform: translate(1pt, -1pt) rotate(1deg); } 50% { transform: translate(-1pt, 2pt) rotate(-1deg); } 60% { transform: translate(-3pt, 1pt) rotate(0deg); } 70% { transform: translate(3pt, 1pt) rotate(-1deg); } 80% { transform: translate(-1pt, -1pt) rotate(1deg); } 90% { transform: translate(1pt, 2pt) rotate(0deg); } 100% { transform: translate(1pt, -2pt) rotate(-1deg); } } @-webkit-keyframes next-shake { 0% { transform: translate(1pt, 1pt) rotate(0deg); } 10% { transform: translate(-1pt, -2pt) rotate(-1deg); } 20% { transform: translate(-3pt, 0pt) rotate(1deg); } 30% { transform: translate(3pt, 2pt) rotate(0deg); } 40% { transform: translate(1pt, -1pt) rotate(1deg); } 50% { transform: translate(-1pt, 2pt) rotate(-1deg); } 60% { transform: translate(-3pt, 1pt) rotate(0deg); } 70% { transform: translate(3pt, 1pt) rotate(-1deg); } 80% { transform: translate(-1pt, -1pt) rotate(1deg); } 90% { transform: translate(1pt, 2pt) rotate(0deg); } 100% { transform: translate(1pt, -2pt) rotate(-1deg); } } @-o-keyframes next-shake { 0% { transform: translate(1pt, 1pt) rotate(0deg); } 10% { transform: translate(-1pt, -2pt) rotate(-1deg); } 20% { transform: translate(-3pt, 0pt) rotate(1deg); } 30% { transform: translate(3pt, 2pt) rotate(0deg); } 40% { transform: translate(1pt, -1pt) rotate(1deg); } 50% { transform: translate(-1pt, 2pt) rotate(-1deg); } 60% { transform: translate(-3pt, 1pt) rotate(0deg); } 70% { transform: translate(3pt, 1pt) rotate(-1deg); } 80% { transform: translate(-1pt, -1pt) rotate(1deg); } 90% { transform: translate(1pt, 2pt) rotate(0deg); } 100% { transform: translate(1pt, -2pt) rotate(-1deg); } } @keyframes next-shake { 0% { transform: translate(1pt, 1pt) rotate(0deg); } 10% { transform: translate(-1pt, -2pt) rotate(-1deg); } 20% { transform: translate(-3pt, 0pt) rotate(1deg); } 30% { transform: translate(3pt, 2pt) rotate(0deg); } 40% { transform: translate(1pt, -1pt) rotate(1deg); } 50% { transform: translate(-1pt, 2pt) rotate(-1deg); } 60% { transform: translate(-3pt, 1pt) rotate(0deg); } 70% { transform: translate(3pt, 1pt) rotate(-1deg); } 80% { transform: translate(-1pt, -1pt) rotate(1deg); } 90% { transform: translate(1pt, 2pt) rotate(0deg); } 100% { transform: translate(1pt, -2pt) rotate(-1deg); } } .post-body .note { border-radius: 3px; margin-bottom: 20px; padding: 1em; position: relative; border: 1px solid #eee; border-left-width: 5px; } .post-body .note summary { cursor: pointer; outline: 0; } .post-body .note summary p { display: inline; } .post-body .note h2, .post-body .note h3, .post-body .note h4, .post-body .note h5, .post-body .note h6 { border-bottom: initial; margin: 0; padding-top: 0; } .post-body .note p:first-child, .post-body .note ul:first-child, .post-body .note ol:first-child, .post-body .note table:first-child, .post-body .note pre:first-child, .post-body .note blockquote:first-child, .post-body .note img:first-child { margin-top: 0; } .post-body .note p:last-child, .post-body .note ul:last-child, .post-body .note ol:last-child, .post-body .note table:last-child, .post-body .note pre:last-child, .post-body .note blockquote:last-child, .post-body .note img:last-child { margin-bottom: 0; } .post-body .note.default { border-left-color: #777; } .post-body .note.default h2, .post-body .note.default h3, .post-body .note.default h4, .post-body .note.default h5, .post-body .note.default h6 { color: #777; } .post-body .note.primary { border-left-color: #6f42c1; } .post-body .note.primary h2, .post-body .note.primary h3, .post-body .note.primary h4, .post-body .note.primary h5, .post-body .note.primary h6 { color: #6f42c1; } .post-body .note.info { border-left-color: #428bca; } .post-body .note.info h2, .post-body .note.info h3, .post-body .note.info h4, .post-body .note.info h5, .post-body .note.info h6 { color: #428bca; } .post-body .note.success { border-left-color: #5cb85c; } .post-body .note.success h2, .post-body .note.success h3, .post-body .note.success h4, .post-body .note.success h5, .post-body .note.success h6 { color: #5cb85c; } .post-body .note.warning { border-left-color: #f0ad4e; } .post-body .note.warning h2, .post-body .note.warning h3, .post-body .note.warning h4, .post-body .note.warning h5, .post-body .note.warning h6 { color: #f0ad4e; } .post-body .note.danger { border-left-color: #d9534f; } .post-body .note.danger h2, .post-body .note.danger h3, .post-body .note.danger h4, .post-body .note.danger h5, .post-body .note.danger h6 { color: #d9534f; } .post-body .tabs { margin-bottom: 20px; } .post-body .tabs, .tabs-comment { padding-top: 10px; } .post-body .tabs ul.nav-tabs, .tabs-comment ul.nav-tabs { background: var(--body-bg-color); display: flex; display: flex; flex-wrap: wrap; justify-content: center; margin: 0; padding: 0; position: -webkit-sticky; position: sticky; top: 0; } @media (max-width: 413px) { .post-body .tabs ul.nav-tabs, .tabs-comment ul.nav-tabs { display: block; margin-bottom: 5px; } } .post-body .tabs ul.nav-tabs li.tab, .tabs-comment ul.nav-tabs li.tab { border-bottom: 1px solid #ddd; border-left: 1px solid transparent; border-right: 1px solid transparent; border-radius: 0 0 0 0; border-top: 3px solid transparent; flex-grow: 1; list-style-type: none; } @media (max-width: 413px) { .post-body .tabs ul.nav-tabs li.tab, .tabs-comment ul.nav-tabs li.tab { border-bottom: 1px solid transparent; border-left: 3px solid transparent; border-right: 1px solid transparent; border-top: 1px solid transparent; } } @media (max-width: 413px) { .post-body .tabs ul.nav-tabs li.tab, .tabs-comment ul.nav-tabs li.tab { border-radius: 0; } } .post-body .tabs ul.nav-tabs li.tab a, .tabs-comment ul.nav-tabs li.tab a { border-bottom: initial; display: block; line-height: 1.8; padding: 0.25em 0.75em; text-align: center; transition: all 0.2s ease-out; } .post-body .tabs ul.nav-tabs li.tab a i, .tabs-comment ul.nav-tabs li.tab a i { width: 1.285714285714286em; } .post-body .tabs ul.nav-tabs li.tab.active, .tabs-comment ul.nav-tabs li.tab.active { border-bottom-color: transparent; border-left-color: #ddd; border-right-color: #ddd; border-top-color: #fc6423; } @media (max-width: 413px) { .post-body .tabs ul.nav-tabs li.tab.active, .tabs-comment ul.nav-tabs li.tab.active { border-bottom-color: #ddd; border-left-color: #fc6423; border-right-color: #ddd; border-top-color: #ddd; } } .post-body .tabs ul.nav-tabs li.tab.active a, .tabs-comment ul.nav-tabs li.tab.active a { cursor: default; } .post-body .tabs .tab-content, .tabs-comment .tab-content { border: 1px solid #ddd; border-radius: 0 0 0 0; border-top-color: transparent; } @media (max-width: 413px) { .post-body .tabs .tab-content, .tabs-comment .tab-content { border-radius: 0; border-top-color: #ddd; } } .post-body .tabs .tab-content .tab-pane, .tabs-comment .tab-content .tab-pane { padding: 20px 20px 0; } .post-body .tabs .tab-content .tab-pane:not(.active), .tabs-comment .tab-content .tab-pane:not(.active) { display: none; } .pagination .prev, .pagination .next, .pagination .page-number, .pagination .space { display: inline-block; margin: -1px 10px 0; padding: 0 10px; } @media (max-width: 767px) { .pagination .prev, .pagination .next, .pagination .page-number, .pagination .space { margin: 0 5px; } } .pagination .page-number.current { background: #ccc; border-color: #ccc; color: var(--content-bg-color); } .pagination { border-top: 1px solid #eee; margin: 120px 0 0; text-align: center; } .pagination .prev, .pagination .next, .pagination .page-number { border-bottom: 0; border-top: 1px solid #eee; transition: border-color 0.2s ease-in-out; } .pagination .prev:hover, .pagination .next:hover, .pagination .page-number:hover { border-top-color: var(--link-hover-color); } @media (max-width: 767px) { .pagination { border-top: 0; } .pagination .prev, .pagination .next, .pagination .page-number { border-bottom: 1px solid #eee; border-top: 0; } .pagination .prev:hover, .pagination .next:hover, .pagination .page-number:hover { border-bottom-color: var(--link-hover-color); } } .pagination .space { margin: 0; padding: 0; } .comments { margin-top: 60px; overflow: hidden; } .comment-button-group { display: flex; display: flex; flex-wrap: wrap; justify-content: center; justify-content: center; margin: 1em 0; } .comment-button-group .comment-button { margin: 0.1em 0.2em; } .comment-button-group .comment-button.active { background: var(--btn-default-hover-bg); border-color: var(--btn-default-hover-border-color); color: var(--btn-default-hover-color); } .comment-position { display: none; } .comment-position.active { display: block; } .tabs-comment { margin-top: 4em; padding-top: 0; } .tabs-comment .comments { margin-top: 0; padding-top: 0; } .headband { background: #222; height: 3px; } @media (max-width: 991px) { .headband { display: none; } } .header { background: transparent; } .header-inner { margin: 0 auto; width: 700px; } @media (min-width: 1200px) { .header-inner { width: 800px; } } @media (min-width: 1600px) { .header-inner { width: 900px; } } .site-brand-container { display: flex; flex-shrink: 0; padding: 0 10px; } .use-motion .header, .use-motion .site-brand-container .toggle { opacity: 0; } .site-meta { flex-grow: 1; text-align: center; } @media (max-width: 767px) { .site-meta { text-align: center; } } .custom-logo-image { margin-top: 20px; } @media (max-width: 991px) { .custom-logo-image { display: none; } } .brand { border-bottom: 0; color: var(--brand-color); display: inline-block; padding: 0 40px; } .brand:hover { color: var(--brand-hover-color); } .site-title { font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif; font-size: 1.375em; font-weight: normal; margin: 0; } .site-subtitle { color: #999; font-size: 0.8125em; margin: 10px 0; } .use-motion .site-title, .use-motion .site-subtitle, .use-motion .custom-logo-image { opacity: 0; position: relative; top: -10px; } .site-nav-toggle, .site-nav-right { display: none; } @media (max-width: 767px) { .site-nav-toggle, .site-nav-right { display: flex; flex-direction: column; justify-content: center; } } .site-nav-toggle .toggle, .site-nav-right .toggle { color: var(--text-color); padding: 10px; width: 22px; } .site-nav-toggle .toggle .toggle-line, .site-nav-right .toggle .toggle-line { background: var(--text-color); border-radius: 1px; } @media (max-width: 767px) { .site-nav { --scroll-height: 0; height: 0; overflow: hidden; transition: height 0.2s ease-in-out; } body:not(.site-nav-on) .site-nav .animated { animation: none; } body.site-nav-on .site-nav { height: var(--scroll-height); } } .menu { margin: 0; padding: 1em 0; text-align: center; } .menu-item { display: inline-block; list-style: none; margin: 0 10px; } @media (max-width: 767px) { .menu-item { display: block; margin-top: 10px; } .menu-item.menu-item-search { display: none; } } .menu-item a { border-bottom: 0; display: block; font-size: 0.8125em; transition: border-color 0.2s ease-in-out; } .menu-item a:hover, .menu-item a.menu-item-active { background: var(--menu-item-bg-color); } .menu-item .fa, .menu-item .fab, .menu-item .far, .menu-item .fas { margin-right: 8px; } .menu-item .badge { display: inline-block; font-weight: bold; line-height: 1; margin-left: 0.35em; margin-top: 0.35em; text-align: center; white-space: nowrap; } @media (max-width: 767px) { .menu-item .badge { float: right; margin-left: 0; } } .use-motion .menu-item { visibility: hidden; } .sidebar-inner { color: #999; max-height: calc(100vh - 36px); padding: 18px 10px; text-align: center; display: flex; flex-direction: column; justify-content: center; } .site-overview-item:not(:first-child) { margin-top: 10px; } .cc-license .cc-opacity { border-bottom: 0; opacity: 0.7; } .cc-license .cc-opacity:hover { opacity: 0.9; } .cc-license img { display: inline-block; } .site-author-image { border: 2px solid #333; max-width: 96px; padding: 2px; } .site-author-name { color: #f5f5f5; font-weight: normal; margin: 5px 0 0; } .site-description { color: #999; font-size: 1em; margin-top: 5px; } .links-of-author a { font-size: 0.8125em; } .links-of-author .fa, .links-of-author .fab, .links-of-author .far, .links-of-author .fas { margin-right: 2px; } .sidebar .sidebar-button:not(:first-child) { margin-top: 15px; } .sidebar .sidebar-button button { background: transparent; color: #fc6423; cursor: pointer; line-height: 2; padding: 0 15px; border: 1px solid #fc6423; border-radius: 4px; } .sidebar .sidebar-button button:hover { background: #fc6423; color: #fff; } .sidebar .sidebar-button button .fa, .sidebar .sidebar-button button .fab, .sidebar .sidebar-button button .far, .sidebar .sidebar-button button .fas { margin-right: 5px; } .links-of-blogroll { font-size: 0.8125em; } .links-of-blogroll-title { font-size: 0.875em; font-weight: 600; margin-top: 0; } .links-of-blogroll-list { list-style: none; margin: 0; padding: 0; } .sidebar-dimmer { display: none; } @media (max-width: 991px) { .sidebar-dimmer { background: #000; display: block; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; transition: visibility 0.4s, opacity 0.4s; visibility: hidden; width: 100%; z-index: 1100; } .sidebar-active .sidebar-dimmer { opacity: 0.7; visibility: visible; } } .sidebar-nav { display: none; margin: 0; padding-bottom: 20px; padding-left: 0; } .sidebar-nav-active .sidebar-nav { display: block; } .sidebar-nav li { border-bottom: 1px solid transparent; color: #666; cursor: pointer; display: inline-block; font-size: 0.875em; } .sidebar-nav li.sidebar-nav-overview { margin-left: 10px; } .sidebar-nav li:hover { color: #f5f5f5; } .sidebar-toc-active .sidebar-nav-toc, .sidebar-overview-active .sidebar-nav-overview { border-bottom-color: #87daff; color: #87daff; } .sidebar-toc-active .sidebar-nav-toc:hover, .sidebar-overview-active .sidebar-nav-overview:hover { color: #87daff; } .sidebar-panel-container { flex: 1; overflow-x: hidden; overflow-y: auto; } .sidebar-panel { display: none; } .sidebar-overview-active .site-overview-wrap { display: flex; flex-direction: column; justify-content: center; } .sidebar-toc-active .post-toc-wrap { display: block; } .sidebar-toggle { bottom: 45px; height: 12px; padding: 6px 5px; width: 14px; background: #222; cursor: pointer; opacity: 0.8; position: fixed; z-index: 1300; left: 30px; } @media (max-width: 991px) { .sidebar-toggle { left: 20px; } } .sidebar-toggle:hover { opacity: 1; } @media (max-width: 991px) { .sidebar-toggle { opacity: 1; } } .sidebar-toggle:hover .toggle-line { background: #87daff; } @media (any-hover: hover) { body:not(.sidebar-active) .sidebar-toggle:hover .toggle-line:first-child { left: 50%; top: 2px; transform: rotate(45deg); width: 50%; } body:not(.sidebar-active) .sidebar-toggle:hover .toggle-line:last-child { left: 50%; top: -2px; transform: rotate(-45deg); width: 50%; } } .sidebar-active .sidebar-toggle .toggle-line:nth-child(2) { opacity: 0; } .sidebar-active .sidebar-toggle .toggle-line:first-child { top: 5px; transform: rotate(45deg); } .sidebar-active .sidebar-toggle .toggle-line:last-child { top: -5px; transform: rotate(-45deg); } .post-toc { font-size: 0.875em; } .post-toc ol { list-style: none; margin: 0; padding: 0 2px 5px 10px; text-align: left; } .post-toc ol > ol { padding-left: 0; } .post-toc ol a { transition: all 0.2s ease-in-out; } .post-toc .nav-item { line-height: 1.8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .post-toc .nav .nav-child { display: none; } .post-toc .nav .active > .nav-child { display: block; } .post-toc .nav .active-current > .nav-child { display: block; } .post-toc .nav .active-current > .nav-child > .nav-item { display: block; } .post-toc .nav .active > a { border-bottom-color: #87daff; color: #87daff; } .post-toc .nav .active-current > a { color: #87daff; } .post-toc .nav .active-current > a:hover { color: #87daff; } .site-state { display: flex; flex-wrap: wrap; justify-content: center; line-height: 1.4; } .site-state-item { padding: 0 15px; } .site-state-item a { border-bottom: 0; display: block; } .site-state-item-count { display: block; font-size: 1.25em; font-weight: 600; } .site-state-item-name { color: inherit; font-size: 0.875em; } .footer { color: #999; font-size: 0.875em; padding: 20px 0; } .footer.footer-fixed { bottom: 0; left: 0; position: absolute; right: 0; } .footer-inner { box-sizing: border-box; text-align: center; display: flex; flex-direction: column; justify-content: center; margin: 0 auto; width: 700px; } @media (min-width: 1200px) { .footer-inner { width: 800px; } } @media (min-width: 1600px) { .footer-inner { width: 900px; } } .use-motion .footer { opacity: 0; } .languages { display: inline-block; font-size: 1.125em; position: relative; } .languages .lang-select-label span { margin: 0 0.5em; } .languages .lang-select { height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; } .with-love { color: #ff0000; display: inline-block; margin: 0 5px; } @-moz-keyframes icon-animate { 0%, 100% { transform: scale(1); } 10%, 30% { transform: scale(0.9); } 20%, 40%, 60%, 80% { transform: scale(1.1); } 50%, 70% { transform: scale(1.1); } } @-webkit-keyframes icon-animate { 0%, 100% { transform: scale(1); } 10%, 30% { transform: scale(0.9); } 20%, 40%, 60%, 80% { transform: scale(1.1); } 50%, 70% { transform: scale(1.1); } } @-o-keyframes icon-animate { 0%, 100% { transform: scale(1); } 10%, 30% { transform: scale(0.9); } 20%, 40%, 60%, 80% { transform: scale(1.1); } 50%, 70% { transform: scale(1.1); } } @keyframes icon-animate { 0%, 100% { transform: scale(1); } 10%, 30% { transform: scale(0.9); } 20%, 40%, 60%, 80% { transform: scale(1.1); } 50%, 70% { transform: scale(1.1); } } .noscript-warning { background-color: #f55; color: #fff; font-family: sans-serif; font-size: 1rem; font-weight: bold; left: 0; position: fixed; text-align: center; top: 0; width: 100%; z-index: 1500; } .back-to-top { font-size: 12px; bottom: -100px; box-sizing: border-box; color: #fff; padding: 0 6px; transition: bottom 0.2s ease-in-out; background: #222; cursor: pointer; opacity: 0.8; position: fixed; z-index: 1300; left: 30px; width: 24px; } .back-to-top span { display: none; } @media (max-width: 991px) { .back-to-top { left: 20px; } } .back-to-top:hover { opacity: 1; } @media (max-width: 991px) { .back-to-top { opacity: 1; } } .back-to-top:hover { color: #87daff; } .back-to-top.back-to-top-on { bottom: 19px; } .rtl.post-body p, .rtl.post-body a, .rtl.post-body h1, .rtl.post-body h2, .rtl.post-body h3, .rtl.post-body h4, .rtl.post-body h5, .rtl.post-body h6, .rtl.post-body li, .rtl.post-body ul, .rtl.post-body ol { direction: rtl; font-family: UKIJ Ekran; } .rtl.post-title { font-family: UKIJ Ekran; } .post-button { margin-top: 40px; text-align: center; } .use-motion .post-block, .use-motion .pagination, .use-motion .comments { visibility: hidden; } .use-motion .post-header { visibility: hidden; } .use-motion .post-body { visibility: hidden; } .use-motion .collection-header { visibility: hidden; } .posts-collapse .post-content { margin-bottom: 35px; margin-left: 35px; position: relative; } @media (max-width: 767px) { .posts-collapse .post-content { margin-left: 0; margin-right: 0; } } .posts-collapse .post-content .collection-title { font-size: 1.125em; position: relative; } .posts-collapse .post-content .collection-title::before { background: #999; border: 1px solid #fff; margin-left: -6px; margin-top: -4px; position: absolute; top: 50%; border-radius: 50%; content: ' '; height: 10px; width: 10px; } .posts-collapse .post-content .collection-year { font-size: 1.5em; font-weight: bold; margin: 60px 0; position: relative; } .posts-collapse .post-content .collection-year::before { background: #bbb; margin-left: -4px; margin-top: -4px; position: absolute; top: 50%; border-radius: 50%; content: ' '; height: 8px; width: 8px; } .posts-collapse .post-content .collection-header { display: block; margin-left: 20px; } .posts-collapse .post-content .collection-header small { color: #bbb; margin-left: 5px; } .posts-collapse .post-content .post-header { border-bottom: 1px dashed #ccc; margin: 30px 2px 0; padding-left: 15px; position: relative; transition: border 0.2s ease-in-out; } .posts-collapse .post-content .post-header::before { background: #bbb; border: 1px solid #fff; left: -6px; position: absolute; top: 0.75em; transition: background 0.2s ease-in-out; border-radius: 50%; content: ' '; height: 6px; width: 6px; } .posts-collapse .post-content .post-header:hover { border-bottom-color: #666; } .posts-collapse .post-content .post-header:hover::before { background: #222; } .posts-collapse .post-content .post-meta-container { display: inline; font-size: 0.75em; margin-right: 10px; } .posts-collapse .post-content .post-title { display: inline; } .posts-collapse .post-content .post-title a { border-bottom: 0; color: var(--link-color); } .posts-collapse .post-content .post-title .fa-external-link-alt { font-size: 0.875em; margin-left: 5px; } .posts-collapse .post-content::before { background: #f5f5f5; content: ' '; height: 100%; margin-left: -2px; position: absolute; top: 1.25em; width: 4px; } .post-body { font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif; overflow-wrap: break-word; } @media (min-width: 1200px) { .post-body { font-size: 1.125em; } } @media (min-width: 992px) { .post-body { text-align: justify; } } @media (max-width: 991px) { .post-body { text-align: justify; } } .post-body h1 .header-anchor, .post-body h2 .header-anchor, .post-body h3 .header-anchor, .post-body h4 .header-anchor, .post-body h5 .header-anchor, .post-body h6 .header-anchor, .post-body h1 .headerlink, .post-body h2 .headerlink, .post-body h3 .headerlink, .post-body h4 .headerlink, .post-body h5 .headerlink, .post-body h6 .headerlink { border-bottom-style: none; color: inherit; float: right; font-size: 0.875em; margin-left: 10px; opacity: 0; } .post-body h1 .header-anchor::before, .post-body h2 .header-anchor::before, .post-body h3 .header-anchor::before, .post-body h4 .header-anchor::before, .post-body h5 .header-anchor::before, .post-body h6 .header-anchor::before, .post-body h1 .headerlink::before, .post-body h2 .headerlink::before, .post-body h3 .headerlink::before, .post-body h4 .headerlink::before, .post-body h5 .headerlink::before, .post-body h6 .headerlink::before { content: '\f0c1'; font-family: 'Font Awesome 5 Free'; font-weight: 900; } .post-body h1:hover .header-anchor, .post-body h2:hover .header-anchor, .post-body h3:hover .header-anchor, .post-body h4:hover .header-anchor, .post-body h5:hover .header-anchor, .post-body h6:hover .header-anchor, .post-body h1:hover .headerlink, .post-body h2:hover .headerlink, .post-body h3:hover .headerlink, .post-body h4:hover .headerlink, .post-body h5:hover .headerlink, .post-body h6:hover .headerlink { opacity: 0.5; } .post-body h1:hover .header-anchor:hover, .post-body h2:hover .header-anchor:hover, .post-body h3:hover .header-anchor:hover, .post-body h4:hover .header-anchor:hover, .post-body h5:hover .header-anchor:hover, .post-body h6:hover .header-anchor:hover, .post-body h1:hover .headerlink:hover, .post-body h2:hover .headerlink:hover, .post-body h3:hover .headerlink:hover, .post-body h4:hover .headerlink:hover, .post-body h5:hover .headerlink:hover, .post-body h6:hover .headerlink:hover { opacity: 1; } .post-body .exturl .fa { font-size: 0.875em; margin-left: 4px; } .post-body .image-caption, .post-body img + figcaption, .post-body .fancybox + figcaption { color: #999; font-size: 0.875em; font-weight: bold; line-height: 1; margin: -20px auto 15px; text-align: center; } .post-body iframe, .post-body img, .post-body video, .post-body embed { margin-bottom: 20px; } .post-body .video-container { height: 0; margin-bottom: 20px; overflow: hidden; padding-top: 75%; position: relative; width: 100%; } .post-body .video-container iframe, .post-body .video-container object, .post-body .video-container embed { height: 100%; left: 0; margin: 0; position: absolute; top: 0; width: 100%; } .post-gallery { display: flex; min-height: 200px; } .post-gallery .post-gallery-image { flex: 1; } .post-gallery .post-gallery-image:not(:first-child) { clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%); margin-left: -20px; } .post-gallery .post-gallery-image:not(:last-child) { margin-right: -20px; } .post-gallery .post-gallery-image img { height: 100%; object-fit: cover; opacity: 1; width: 100%; } .posts-expand .post-gallery { margin-bottom: 60px; } .posts-collapse .post-gallery { margin: 15px 0; } .posts-expand .post-header { font-size: 1.125em; margin-bottom: 60px; text-align: center; } .posts-expand .post-title { font-size: 1.5em; font-weight: normal; margin: initial; overflow-wrap: break-word; } .posts-expand .post-title-link { border-bottom: 0; color: var(--link-color); display: inline-block; position: relative; } .posts-expand .post-title-link::before { background: var(--link-color); bottom: 0; content: ''; height: 2px; left: 0; position: absolute; transform: scaleX(0); transition: transform 0.2s ease-in-out; width: 100%; } .posts-expand .post-title-link:hover::before { transform: scaleX(1); } .posts-expand .post-title-link .fa-external-link-alt { font-size: 0.875em; margin-left: 5px; } .post-sticky-flag { display: inline-block; margin-right: 8px; transform: rotate(30deg); } .posts-expand .post-meta-container { color: #999; font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif; font-size: 0.75em; margin-top: 3px; } .posts-expand .post-meta-container .post-description { font-size: 0.875em; margin-top: 2px; } .posts-expand .post-meta-container time { border-bottom: 1px dashed #999; cursor: pointer; } .post-meta { display: flex; flex-wrap: wrap; justify-content: center; } :not(.post-meta-break) + .post-meta-item::before { content: '|'; margin: 0 0.5em; } .post-meta-item-icon { margin-right: 3px; } @media (max-width: 991px) { .post-meta-item-text { display: none; } } .post-meta-break { flex-basis: 100%; height: 0; } .post-nav { border-top: 1px solid #eee; display: flex; gap: 30px; justify-content: space-between; margin-top: 1em; padding: 10px 5px 0; } .post-nav-item { flex: 1; } .post-nav-item a { border-bottom: 0; display: block; font-size: 0.875em; line-height: 1.6; } .post-nav-item a:active { top: 2px; } .post-nav-item .fa { font-size: 0.75em; } .post-nav-item:first-child .fa { margin-right: 5px; } .post-nav-item:last-child { text-align: right; } .post-nav-item:last-child .fa { margin-left: 5px; } .post-footer { display: flex; flex-direction: column; justify-content: center; } .post-eof { background: #ccc; height: 1px; margin: 80px auto 60px; width: 8%; } .post-block:last-of-type .post-eof { display: none; } .post-tags { margin-top: 40px; text-align: center; } .post-tags a { display: inline-block; font-size: 0.8125em; } .post-tags a:not(:last-child) { margin-right: 10px; } .post-widgets { border-top: 1px solid #eee; margin-top: 15px; text-align: center; } .wpac-rating-container { height: 20px; line-height: 20px; margin-top: 10px; padding-top: 6px; text-align: center; } .social-like { display: flex; font-size: 0.875em; justify-content: center; text-align: center; } .reward-container { margin: 1em 0 0; padding: 1em 0; text-align: center; } .reward-container button { background: transparent; color: #87daff; cursor: pointer; line-height: 2; padding: 0 15px; border: 2px solid #87daff; border-radius: 2px; outline: 0; transition: all 0.2s ease-in-out; vertical-align: text-top; } .reward-container button:hover { background: #87daff; color: #fff; } .post-reward { display: none; padding-top: 20px; } .post-reward.active { display: block; } .post-reward div { display: inline-block; } .post-reward div span { display: block; } .post-reward img { display: inline-block; margin: 0.8em 2em 0; max-width: 100%; width: 180px; } @-moz-keyframes next-roll { from { transform: rotateZ(30deg); } to { transform: rotateZ(-30deg); } } @-webkit-keyframes next-roll { from { transform: rotateZ(30deg); } to { transform: rotateZ(-30deg); } } @-o-keyframes next-roll { from { transform: rotateZ(30deg); } to { transform: rotateZ(-30deg); } } @keyframes next-roll { from { transform: rotateZ(30deg); } to { transform: rotateZ(-30deg); } } .category-all-page .category-all-title { text-align: center; } .category-all-page .category-all { margin-top: 20px; } .category-all-page .category-list { list-style: none; margin: 0; padding: 0; } .category-all-page .category-list-item { margin: 5px 10px; } .category-all-page .category-list-count { color: #bbb; } .category-all-page .category-list-count::before { content: ' ('; } .category-all-page .category-list-count::after { content: ') '; } .category-all-page .category-list-child { padding-left: 10px; } .event-list hr { background: #222; margin: 20px 0 45px; } .event-list hr::after { background: #222; color: #fff; content: 'NOW'; display: inline-block; font-weight: bold; padding: 0 5px; } .event-list .event { --event-background: #222; --event-foreground: #bbb; --event-title: #fff; background: var(--event-background); padding: 15px; } .event-list .event .event-summary { border-bottom: 0; color: var(--event-title); margin: 0; padding: 0 0 0 35px; position: relative; } .event-list .event .event-summary::before { animation: dot-flash 1s alternate infinite ease-in-out; background: var(--event-title); left: 0; margin-top: -6px; position: absolute; top: 50%; border-radius: 50%; content: ' '; height: 12px; width: 12px; } .event-list .event:nth-of-type(odd) .event-summary::before { animation-delay: 0.5s; } .event-list .event:not(:last-child) { margin-bottom: 20px; } .event-list .event .event-relative-time { color: var(--event-foreground); display: inline-block; font-size: 12px; font-weight: normal; padding-left: 12px; } .event-list .event .event-details { color: var(--event-foreground); display: block; line-height: 18px; padding: 6px 0 6px 35px; } .event-list .event .event-details::before { color: var(--event-foreground); display: inline-block; margin-right: 9px; width: 14px; font-family: 'Font Awesome 5 Free'; font-weight: 900; } .event-list .event .event-details.event-location::before { content: '\f041'; } .event-list .event .event-details.event-duration::before { content: '\f017'; } .event-list .event .event-details.event-description::before { content: '\f024'; } .event-list .event-past { --event-background: #f5f5f5; --event-foreground: #999; --event-title: #222; } @-moz-keyframes dot-flash { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(0.8); } } @-webkit-keyframes dot-flash { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(0.8); } } @-o-keyframes dot-flash { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(0.8); } } @keyframes dot-flash { from { opacity: 1; transform: scale(1); } to { opacity: 0; transform: scale(0.8); } } ul.breadcrumb { font-size: 0.75em; list-style: none; margin: 1em 0; padding: 0 2em; text-align: center; } ul.breadcrumb li { display: inline; } ul.breadcrumb li:not(:first-child)::before { content: '/\00a0'; font-weight: normal; padding: 0.5em; } ul.breadcrumb li:last-child { font-weight: bold; } .tag-cloud { text-align: center; } .tag-cloud a { display: inline-block; margin: 10px; } .tag-cloud-0 { border-bottom-color: #aaa; color: #aaa; } .tag-cloud-1 { border-bottom-color: #9a9a9a; color: #9a9a9a; } .tag-cloud-2 { border-bottom-color: #8b8b8b; color: #8b8b8b; } .tag-cloud-3 { border-bottom-color: #7c7c7c; color: #7c7c7c; } .tag-cloud-4 { border-bottom-color: #6c6c6c; color: #6c6c6c; } .tag-cloud-5 { border-bottom-color: #5d5d5d; color: #5d5d5d; } .tag-cloud-6 { border-bottom-color: #4e4e4e; color: #4e4e4e; } .tag-cloud-7 { border-bottom-color: #3e3e3e; color: #3e3e3e; } .tag-cloud-8 { border-bottom-color: #2f2f2f; color: #2f2f2f; } .tag-cloud-9 { border-bottom-color: #202020; color: #202020; } .tag-cloud-10 { border-bottom-color: #111; color: #111; } mjx-container[jax='CHTML'][display='true'], .has-jax { overflow: auto hidden; } mjx-container[display='true'] + br { display: none; } .use-motion .animated { animation-fill-mode: none; visibility: inherit; } .use-motion .sidebar .animated { animation-fill-mode: both; } .main-inner { margin: 0 auto; width: 700px; } @media (min-width: 1200px) { .main-inner { width: 800px; } } @media (min-width: 1600px) { .main-inner { width: 900px; } } @media (max-width: 767px) { .main-inner { padding-left: 20px; padding-right: 20px; } } @media (max-width: 767px) { .header-inner, .main-inner, .footer-inner { width: auto; } } .main-inner { padding-bottom: 60px; } .post-block:first-of-type { padding-top: 70px; } @media (max-width: 767px) { .post-block:first-of-type { padding-top: 35px; } } .custom-logo-image { background: #fff; margin: 0 auto 10px; max-width: 150px; padding: 5px; } .brand { background: var(--btn-default-bg); } .header-inner { padding-top: 100px; } @media (max-width: 767px) { .header-inner { padding-top: 50px; } } @media (max-width: 767px) { .site-nav { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; } } @media (max-width: 767px) { .menu { text-align: left; } } @media (max-width: 767px) { .menu .menu-item { margin: 0 10px; } } .menu .menu-item a { border-bottom: 1px solid transparent; } @media (max-width: 767px) { .menu .menu-item a { padding: 5px 10px; } } .menu .menu-item a:hover, .menu .menu-item a.menu-item-active { background: transparent; border-bottom: 1px solid var(--link-hover-color); } @media (max-width: 767px) { .menu .menu-item a:hover, .menu .menu-item a.menu-item-active { border-bottom: 1px dotted #ddd; } } @media (min-width: 768px) { .menu .menu-item .fa, .menu .menu-item .fab, .menu .menu-item .far, .menu .menu-item .fas { display: block; line-height: 2; margin-right: 0; width: 100%; } } .menu .menu-item .badge { background: #eee; color: #555; padding: 1px 4px; } .sub-menu { margin: 10px 0; } .sub-menu .menu-item { display: inline-block; } @media (min-width: 992px) { .sidebar-active { padding-left: 320px; } } .sidebar { left: -320px; } .sidebar-active .sidebar { left: 0; } .sidebar { background: #222; bottom: 0; box-shadow: inset 0 2px 6px #000; position: fixed; top: 0; transition: all 0.2s ease-out; width: 320px; z-index: 1200; } .sidebar a { border-bottom-color: #555; color: #999; } .sidebar a:hover { border-bottom-color: #eee; color: #eee; } .links-of-author:not(:first-child) { margin-top: 15px; } .links-of-author a { border-bottom-color: #555; display: inline-block; margin-bottom: 10px; margin-right: 10px; vertical-align: middle; } .links-of-author a::before { background: #5e8395; display: inline-block; margin-right: 3px; transform: translateY(-2px); border-radius: 50%; content: ' '; height: 4px; width: 4px; } .links-of-blogroll-item { padding: 2px 10px; } .links-of-blogroll-item a { box-sizing: border-box; display: inline-block; max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
user/zhye.html
efsee/app
<!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="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="format-detection" content="telephone=no, email=no" /> <title>聚车金融</title> <link rel="stylesheet" href="../css/mui.min.css"> <link href="../css/css.css" rel="stylesheet" type="text/css" /> <style> .hkjl-list { padding: 0 10px; ;} .mui-table h4{ line-height: 25px; font-weight: 500; } .mui-table-view-cell:after {left: 0px;} </style> </head> <body> <div class="mui-content"> <!--下拉刷新容器--> <div id="pullrefresh" class="mui-content mui-scroll-wrapper"> <div class="mui-scroll"> <ul id="zjjl-list" class="mui-table-view mui-table-view-striped mui-table-view-condensed"> </ul> </div> </div> </div> <script id="tpl-item" type="text/html"> {{each list as item i}} <li class="mui-table-view-cell"> <div class="mui-table"> <div class="mui-table-cell mui-col-xs-9"> <h4 class="mui-ellipsis">{{item.account_type}} {{item.balance}}</h4> <h5>记录时间: {{item.addtime | dateFormat:'yyyy-MM-dd hh:mm'}}</h5> <p class="mui-h6"> {{if item.type=="recharge" || item.type=="borrow_success" || item.type=="borrow_change_sell" || item.type=="tender_late_repay_yes" || item.type=="tender_false" || item.type=="system_repayment" || item.type=="tender_advance_repay_interest" || item.type=="tender_advance_repay_yes" || item.type=="cash_false" || item.type=="tender_user_cancel" || item.type=="borrow_spread_add" || item.type=="tender_spread_add" || item.type=="borrow_spread" || item.type=="tender_spread" || item.type=="online_recharge" || item.type=="recharge_jiangli" || item.type=="tender_award_add" || item.type=="change_add"}} 存入金额: ¥{{item.money | toFixed}} {{/if}} {{if item.type=="tender_repay_yes"}} 存入金额: ¥{{item.money | toFixed}} {{/if}} {{if item.type=="cash_frost" || item.type=="tender" || item.type=="cash"}} 冻结金额: ¥{{item.money | toFixed}} {{/if}} {{if item.type=="tender_success_frost"}} <!--冻结金额: ¥{{item.money | toFixed}}--> {{/if}} 待收金额: ¥{{item.await | toFixed}} </p> </div> <div class="mui-table-cell mui-col-xs-3 mui-text-right"> <p>可用金额: </p> <span class="mui-h5"> ¥{{item.balance | toFixed}} </span> </div> </div> </li> {{/each}} </script> <script src="../js/mui.min.js"></script> <script src="../js/template.js"></script> <script src="../js/template.function.js"></script> <script src="../js/api.js"></script> <script type="text/javascript" charset="utf-8"> var curr_page = 0; mui.init({ pullRefresh: { container: '#pullrefresh', down: { callback: pulldownRefresh }, up: { contentrefresh: '正在加载...', callback: pullupRefresh } } }); /** * 下拉刷新具体业务实现 */ function pulldownRefresh() { setTimeout(function() { curr_page = 1; getdata(curr_page); mui('#pullrefresh').pullRefresh().endPulldownToRefresh(); //mui('#pullrefresh').pullRefresh().endPulldownToRefresh(); //refresh completed }, 1500); } var count = 0; /** * 上拉加载具体业务实现 */ function pullupRefresh() { setTimeout(function() { //mui('#pullrefresh').pullRefresh().endPullupToRefresh(); //参数为true代表没有更多数据了。 curr_page = curr_page + 1; getdata(curr_page); }, 1500); } if (mui.os.plus) { mui.plusReady(function() { setTimeout(function() { mui('#pullrefresh').pullRefresh().pullupLoading(); }, 100); }); } else { mui.ready(function() { mui('#pullrefresh').pullRefresh().pullupLoading(); }); } mui.plusReady(function(){ // getdata(1); }); // function getdata(page){ request = {'type':'','user_id':user.uid(),'epage':10}; request.page = page; account.GetLogList({'request':request},function(res){ console.log(JSON.stringify(res)); var html = template('tpl-item',res); var ul = document.querySelector('#zjjl-list'); var upflag = res.page >= res.total_page ? true : false; if(page > 1){ ul.innerHTML = ul.innerHTML + html; }else{ ul.innerHTML = html; } mui('#pullrefresh').pullRefresh().endPullupToRefresh(upflag); if(res.total == 0){ html = '<li class="mui-table-view-cell">没有记录</li>'; ul.innerHTML = html; mui('#pullrefresh').pullRefresh().disablePullupToRefresh(); } }); } // mui.back = function(){ // // } </script> </body> </html>
static/css/style.css
knorkinator/PythonProject
/* TODO: merge CSS files */ * { margin: 0; padding: 0; font-family: "Open Sans", sans-serif; } ::-moz-selection { /* Code for Firefox */ background: rgba(255,255,255,0.4); } ::selection { background: rgba(255,255,255,0.4); } *.unselectable { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .lazy { /* Lazy loading images no-js browser fix */ display: none; } body { height: 100vh; color: #fff; -webkit-font-smoothing: antialiased; } a { transition: all 0.2s; } a:link, a:visited { text-decoration: none; color: #ffffff; } a:hover { text-decoration: underline; } #jodels-list a:hover, a:hover img { text-decoration: none; outline: none; } a.hashtag:link, a.hashtag:visited { font-weight: 700; } .list-group-item a.hashtag:hover { text-decoration: none; } .list-group-item.green a.hashtag:hover { color: #6e8813 } .list-group-item.yellow a.hashtag:hover { color: #b28100 } .list-group-item.orange a.hashtag:hover { color: #b26a05 } .list-group-item.red a.hashtag:hover { color: #9a4242 } .list-group-item.blue a.hashtag:hover { color: #04718d } .list-group-item.turquoise a.hashtag:hover { color: #60837a } main { /* TODO: smaller padding at top on small computers for setup etc */ padding: 50px 0; min-width: 400px; } /* Colours */ body.green { background-color: #6e8813 } .green { background-color: #9EC41C } body.yellow { background-color: #b28100 } .yellow { background-color: #ffba00 } body.orange, body.grey { background-color: #b26a05 } .orange { background-color: #ff9908 } .grey { background-color: #999999 !important } body.red { background-color: #9a4242 } .red { background-color: #dd5f5f } body.blue { background-color: #04718d } .blue { background-color: #06a3cb } body.turquoise { background-color: #60837a } .turquoise { background-color: #8abdb0 } /* --------------- Header --------------- */ header { width: 100%; padding: 15px; color: #ffffff; } header .logo h1 { margin: 0; } /* Nav */ header nav { font-size: 16px; } header.nav>li>a { text-transform: uppercase; } @media (min-width: 768px) { .navbar-nav>li>a { padding: 10px; } } ul.navbar-nav > li { float: left !important; } .nav>li>a:focus, .nav>li>a:hover { background-color: rgba(255, 255, 255, 0.4); } /* --------------- Setup Page --------------- */ .container.setup { margin-top: 50px; border-radius: 4px; box-shadow: 0 1px 3px 1px rgba(0,0,0,0.05); } .container.setup > .row { text-align: center; margin: 50px 0; } .container.setup > .row.message { padding-bottom: 30px; } .container.setup .location { width: 100%; } .setup input, .switch-field label { padding: 0.2em; font-size: 2em; outline: none; border: 5px solid #fff; color: #fff; } .switch-field input[type=radio] { position: absolute !important; clip: rect(0, 0, 0, 0); height: 1px; width: 1px !important; border: 0; overflow: hidden; } .switch-field label { font-size: 1.3em; float: left; display: inline-block; width: 50%; background-color: rgba(0,0,0,0); font-weight: normal; text-align: center; text-shadow: none; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } .switch-field label:first-of-type { border-right: 0; } .switch-field label:last-of-type { border-left: 0; } .switch-field label:hover { cursor: pointer; } .switch-field input:checked + label { background-color: #fff; -webkit-box-shadow: none; box-shadow: none; color: #666; } .setup input[type=text] { background-color: #fff; width: 70%; float: left; font-weight: 600; color: #666; } .setup .location input[type=submit] { width: 29%; float: right; } .setup input.ip { width: 100%; margin-top: 4px; } ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #bbb !important; font-weight: normal; } ::-moz-placeholder { /* Firefox 19+ */ color: #bbb !important; font-weight: normal; } :-ms-input-placeholder { /* IE 10+ */ color: #bbb !important; font-weight: normal; } :-moz-placeholder { /* Firefox 18- */ color: #bbb !important; font-weight: normal; } .setup input[type=submit] { cursor: pointer; } .setup input[type=submit]:hover { background-color: #fff; color: #666; } .setup input[type=submit]:active { background-color: rgba(255,255,255,0.2); color: #fff; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-text-fill-color: #666; background-color: #fff !important; transition: background-color 5000s ease-in-out 0s; } /* --------------- Post items --------------- */ /*.jodel.container > .row > .col-md-6.col-xs-8 > */.panel/*.panel-default*/ { border: none; margin-bottom: 0; border-radius: 4px; box-shadow: 0 1px 3px 1px rgba(0,0,0,0.05); overflow: hidden; } /* Panel Header */ .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading, .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-footer { background-color: #ffffff; color: #aaaaaa; padding: 15px 20px; border: 0; } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading a, .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-footer a { color: #999999; } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading a.active { text-decoration: underline; } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading .location { background: url("/static/images/map-marker.png") no-repeat; background-size: 14px; background-position: 0px 1px; padding-left: 20px; font-weight: 700; font-size: 16px; } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading .channel a:hover { text-decoration: none; } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading .channel, .panel-heading .hashtag { background: none; font-weight: 700; font-size: 16px; } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading .channel:before { content: '\0040' } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading .hashtag:before { content: '\0023' } /*.jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading .town { font-size: 16px; padding-top: 4px; }*/ .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading .share_info { float: right; line-height: 21px; } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading .share_info.overview { font-size: 14px; } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading .share_info.post span { margin-left: 15px; padding-right: 5px; } .panel-heading .nav > li > a { display: inline; } .panel-heading .navbar-nav { margin: 0; } .panel-heading .nav>li>a:focus, .panel-heading .nav>li>a:hover { text-decoration: underline; } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading img, .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-footer img { height: 20px; width: 20px; vertical-align: sub; } .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > .panel-heading .share_info img.share { width: 17px; } /* Post item */ .jodel.container > .row > .col-md-6.col-xs-8 > .panel.panel-default > ul.list-group { height: 100%; overflow-y: auto; } .list-group-item { padding-top: 20px; border: none; transition: background-color 0.2s; overflow: hidden; /* prevent blurred image from overflowing */ } .list-group-item.parent:not(:last-child) { border-right-color: #fff; border-left-color: #fff; border-top-color: #fff; border-bottom: 6px solid #fff; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } /* 10% darker: #jodels-list .list-group-item.parent.green:hover { background-color: #85AB03 } #jodels-list .list-group-item.parent.yellow:hover { background-color: #E6A100 } #jodels-list .list-group-item.parent.orange:hover { background-color: #E68000 } #jodels-list .list-group-item.parent.red:hover { background-color: #C44646 } #jodels-list .list-group-item.parent.blue:hover { background-color: #008AB2 } #jodels-list .list-group-item.parent.turquoise:hover { background-color: #71A497 }*/ /* 5% darker: */ #jodels-list .list-group-item.parent.green:hover { background-color: #91B70F } #jodels-list .list-group-item.parent.yellow:hover { background-color: #F2AD00 } #jodels-list .list-group-item.parent.orange:hover { background-color: #F28C00 } #jodels-list .list-group-item.parent.red:hover { background-color: #D05252 } #jodels-list .list-group-item.parent.blue:hover { background-color: #0096BE } #jodels-list .list-group-item.parent.turquoise:hover { background-color: #7DB0A3 } .list-group-item:only-child { border: none; padding-bottom: 20px; } #jodel-detail .list-group-item.child:last-child { margin-bottom: 5px; } #jodel-detail .list-group-item.child.image:last-child { margin-bottom: 0; } .list-group-item.image { padding: 0; background-color: #fff !important; } .list-group-item img.mobile { z-index: 0; width: 100%; position: relative; } .list-group-item img.none { display: none; } .list-group-item img.desktop { z-index: 0; width: 100%; position: relative; } #jodels-list .list-group-item img.post_image { -webkit-filter: blur(30px); -moz-filter: blur(30px); -ms-filter: "blur(30px)"; filter: blur(30px); -moz-transform: scale(1.2); -ms-transform: scale(1.0); -webkit-transform: scale(1.2); transform: scale(1.2); overflow: hidden; } #jodels-list .list-group-item:hover img.post_image { -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: "blur(0px)"; filter: blur(0px); -moz-transform: scale(1.0); -ms-transform: scale(1.0); -webkit-transform: scale(1.0); transform: scale(1.0); /*transition: filter 0.05s ease-out 0s;*/ } .list-group-item .row.image { z-index: 1; position: absolute; left: 15px; bottom: 45%; width: 100%; } .list-group-item .row.image.time { z-index: 1; position: absolute; left: 15px; bottom: 10px; } .list-group-item .row.center { display: flex; } .list-group-item .row .message.removed { margin-bottom: 15px; opacity: 0.65; } .list-group-item .row .message { padding-left: 25px; font-size: 16px; line-height: 28px; white-space: pre-line; text-align: initial; } .list-group-item .row.image .message { opacity: 0.4; text-align: center; line-height: 70px; padding-left: 16%; } #jodels-list .list-group-item.parent:hover .row.image .message, #jodel-detail .list-group-item.parent .row.image .message { opacity: 0; } /* Voting block */ .list-group-item .row .voting .removed { visibility: hidden; } .list-group-item .row .voting { margin-right: 10px; align-self: center; } #jodel-detail .list-group-item .row .voting { cursor: default; } .list-group-item .row .voting img { width: 26.7px; height: 16.9px; } .list-group-item .row .voting .votes { font-size: 16px; line-height: 17px; opacity: 0.65; text-align: center; font-weight: 600; } .list-group-item .row .voting .vote-up { margin-top: 0; margin-bottom: 10px; } .list-group-item .row .voting .vote-down { margin-top: 10px; margin-bottom: 0; } /* Information Row */ #jodel-detail .list-group-item .row.time { cursor: default; } .list-group-item .row.time { opacity: 0.7; } .list-group-item .row .time-block { padding-left: 25px; padding-right: 15px; padding-top: 10px; } .list-group-item .row .time-block .icon.time { height: 14px; width: 14px; margin-right: 4px; vertical-align: bottom; } .list-group-item .row .time-block, .list-group-item .row .location-block, .list-group-item .row .comment-block { font-size: 11px; /* orig: 9.5px */ } .list-group-item .row .comment-block { text-align: center; padding-left: 25px; padding-right: 15px; padding-top: 10px; } .list-group-item .row .comment-block .icon.comment { height: 14px; width: 14px; margin-left: 5px; opacity: 0.8; vertical-align: sub; } .list-group-item .row .oj-block { text-align: right; padding-left: 25px; padding-right: 15px; padding-top: 10px; } .list-group-item .row .oj-block .icon-oj { height: 14px; width: 14px; margin-left: 5px; margin-right: 5px; } .list-group-item .row .oj-block .oj { font-size: 11px; /* orig: 9.5px */ } .list-group-item .row .location-block { text-align: right; padding-left: 25px; padding-right: 25px; padding-top: 10px; } .list-group-item .row .location-block .glyphicon.location { margin-left: 4px; opacity: 0.8; top: 2px; font-size: 13px; margin-right: 2px; } /* --------------- Channel list --------------- */ #channels li { position: relative; width: 33.333333%; overflow: hidden; float: left; transition: all 0.2s; } #channels li.no-image:hover .square-content { background-color: rgba(255, 255, 255, 0.3); } #channels li img { -webkit-filter: blur(5px) brightness(60%); -moz-filter: blur(5px) brightness(60%); -ms-filter: "blur(5px) brightness(60%)"; filter: blur(5px) brightness(60%); width: 110%; top: -25%; position: absolute; left: -5%; display: block; } #channels li:hover img { -webkit-filter: blur(5px) brightness(90%); -moz-filter: blur(5px) brightness(90%); -ms-filter: "blur(5px) brightness(90%)"; filter: blur(5px) brightness(90%); transition: all 0.2s; } #channels li:before{ content: ""; display: block; padding-top: 90%/*100%*/; } #channels .square-content { position: absolute; top: 0; left: 0; bottom: 0; right: 0; transition: all 0.2s; } #channels .square-content .row { z-index: 2; position: absolute; left: 15px; bottom: 40%; width: 100%; text-align: center; } #channels li .badge { background-color: rgba(255, 255, 255, 0.3); margin-bottom: 3px; } #channels .square-content .title { font-size: 16px; font-weight: 600; } .error-message { text-align: center; padding: 50px; margin-bottom: 20px; font-size: 16px; } .error-message h2 { margin-bottom: 20px; } .error-message a { line-height: 40px; } .error-message a:hover { text-decoration: underline !important; } a span.next_posts { color: #FF9908; text-align: right; }
includes/payment/paypal420/docs/apidoc/PayPal/PaymentDetailsItemType.html
uzaytek/orion
<?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 xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs For Class PaymentDetailsItemType</title> <link rel="stylesheet" href="../media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <div class="page-body"> <h2 class="class-name">Class PaymentDetailsItemType</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> <span class="disabled">Description</span> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">PaymentDetailsItemType</p> <p class="description"><p>PaymentDetailsItemType Information about a Payment Item.</p></p> <p class="notes"> Located in <a class="field" href="_PayPal_Type_PaymentDetailsItemType_php.html">/PayPal/Type/PaymentDetailsItemType.php</a> (line <span class="field">18</span>) </p> <pre><a href="../PayPal/XSDType.html">XSDType</a> | --PaymentDetailsItemType</pre> </div> </div> <a name="sec-var-summary"></a> <div class="info-box"> <div class="info-box-title">Variable Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="var-summary"> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$Amount" title="details" class="var-name">$Amount</a> </div> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$Name" title="details" class="var-name">$Name</a> </div> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$Number" title="details" class="var-name">$Number</a> </div> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$Quantity" title="details" class="var-name">$Quantity</a> </div> <div class="var-title"> <span class="var-type">mixed</span> <a href="#$Tax" title="details" class="var-name">$Tax</a> </div> </div> </div> </div> <a name="sec-method-summary"></a> <div class="info-box"> <div class="info-box-title">Method Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="method-summary"> <div class="method-definition"> <span class="method-result">PaymentDetailsItemType</span> <a href="#PaymentDetailsItemType" title="details" class="method-name">PaymentDetailsItemType</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getAmount" title="details" class="method-name">getAmount</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getName" title="details" class="method-name">getName</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getNumber" title="details" class="method-name">getNumber</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getQuantity" title="details" class="method-name">getQuantity</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#getTax" title="details" class="method-name">getTax</a> () </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setAmount" title="details" class="method-name">setAmount</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$Amount</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setName" title="details" class="method-name">setName</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$Name</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setNumber" title="details" class="method-name">setNumber</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$Number</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setQuantity" title="details" class="method-name">setQuantity</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$Quantity</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> <div class="method-definition"> <span class="method-result">void</span> <a href="#setTax" title="details" class="method-name">setTax</a> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$Tax</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> </div> </div> <a name="sec-vars"></a> <div class="info-box"> <div class="info-box-title">Variables</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <a name="var$Amount" id="$Amount"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$Amount</span> (line <span class="line-number">44</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Cost of item You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies.</p> </div> <a name="var$Name" id="$Name"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$Name</span> (line <span class="line-number">23</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Item name.</p> </div> <a name="var$Number" id="$Number"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$Number</span> (line <span class="line-number">28</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Item number.</p> </div> <a name="var$Quantity" id="$Quantity"><!-- --></A> <div class="oddrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$Quantity</span> (line <span class="line-number">33</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Item quantity.</p> </div> <a name="var$Tax" id="$Tax"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">mixed</span> <span class="var-name">$Tax</span> (line <span class="line-number">38</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Item sales tax.</p> </div> <h4>Inherited Variables</h4> <A NAME='inherited_vars'><!-- --></A> <p>Inherited from <span class="classname"><a href="../PayPal/XSDType.html">XSDType</a></span></p> <blockquote> <span class="var-title"> <span class="var-name"><a href="../PayPal/XSDType.html#var$_attributes">XSDType::$_attributes</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../PayPal/XSDType.html#var$_attributeValues">XSDType::$_attributeValues</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../PayPal/XSDType.html#var$_elements">XSDType::$_elements</a></span><br> </span> <span class="var-title"> <span class="var-name"><a href="../PayPal/XSDType.html#var$_namespace">XSDType::$_namespace</a></span><br> </span> </blockquote> </div> </div> <a name="sec-methods"></a> <div class="info-box"> <div class="info-box-title">Methods</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) </div> <div class="info-box-body"> <A NAME='method_detail'></A> <a name="methodPaymentDetailsItemType" id="PaymentDetailsItemType"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">Constructor PaymentDetailsItemType</span> (line <span class="line-number">46</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">PaymentDetailsItemType</span> <span class="method-name"> PaymentDetailsItemType </span> () </div> </div> <a name="methodgetAmount" id="getAmount"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getAmount</span> (line <span class="line-number">121</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getAmount </span> () </div> </div> <a name="methodgetName" id="getName"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getName</span> (line <span class="line-number">85</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getName </span> () </div> </div> <a name="methodgetNumber" id="getNumber"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getNumber</span> (line <span class="line-number">94</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getNumber </span> () </div> </div> <a name="methodgetQuantity" id="getQuantity"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getQuantity</span> (line <span class="line-number">103</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getQuantity </span> () </div> </div> <a name="methodgetTax" id="getTax"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getTax</span> (line <span class="line-number">112</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> getTax </span> () </div> </div> <a name="methodsetAmount" id="setAmount"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setAmount</span> (line <span class="line-number">125</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setAmount </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$Amount</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <a name="methodsetName" id="setName"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setName</span> (line <span class="line-number">89</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setName </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$Name</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <a name="methodsetNumber" id="setNumber"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setNumber</span> (line <span class="line-number">98</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setNumber </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$Number</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <a name="methodsetQuantity" id="setQuantity"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">setQuantity</span> (line <span class="line-number">107</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setQuantity </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$Quantity</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <a name="methodsetTax" id="setTax"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">setTax</span> (line <span class="line-number">116</span>) </div> <!-- ========== Info from phpDoc block ========= --> <div class="method-signature"> <span class="method-result">void</span> <span class="method-name"> setTax </span> (<span class="var-type">mixed</span>&nbsp;<span class="var-name">$Tax</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$charset</span> = <span class="var-default">'iso-8859-1'</span>]) </div> </div> <h4>Inherited Methods</h4> <a name='inherited_methods'><!-- --></a> <!-- =========== Summary =========== --> <p>Inherited From <span class="classname"><a href="../PayPal/XSDType.html">XSDType</a></span></p> <blockquote> <span class="method-name"><a href="../PayPal/XSDType.html#methodXSDType">XSDType::XSDType()</a></span><br> <span class="method-name"><a href="../PayPal/XSDType.html#methodgetattr">XSDType::getattr()</a></span><br> <span class="method-name"><a href="../PayPal/XSDType.html#methodgetSoapValue">XSDType::getSoapValue()</a></span><br> <span class="method-name"><a href="../PayPal/XSDType.html#methodsetattr">XSDType::setattr()</a></span><br> <span class="method-name"><a href="../PayPal/XSDType.html#method__set_attribute">XSDType::__set_attribute()</a></span><br> </blockquote> </div> </div> <p class="notes" id="credit"> Documentation generated on Thu, 11 May 2006 22:39:17 -0400 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.0RC3</a> </p> </div></body> </html>
doc/controller/CloseIssue.html
ZiXian92/MyGitHubIssueTracker
<!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_25) on Sat Jan 03 21:44:58 SGT 2015 --> <title>CloseIssue</title> <meta name="date" content="2015-01-03"> <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="CloseIssue"; } } catch(err) { } //--> var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CloseIssue.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../controller/AddIssue.html" title="class in controller"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../controller/Command.html" title="class in controller"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?controller/CloseIssue.html" target="_top">Frames</a></li> <li><a href="CloseIssue.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">controller</div> <h2 title="Class CloseIssue" class="title">Class CloseIssue</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../controller/Command.html" title="class in controller">controller.Command</a></li> <li> <ul class="inheritance"> <li>controller.CloseIssue</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">CloseIssue</span> extends <a href="../controller/Command.html" title="class in controller">Command</a></pre> <div class="block">Defines the command to close the selected issue.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>ZiXian92</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../controller/CloseIssue.html#CloseIssue-java.lang.String-java.lang.String-">CloseIssue</a></span>(java.lang.String&nbsp;issueName, java.lang.String&nbsp;repoName)</code> <div class="block">Creates a new instance of this command to close an issue.</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../controller/CloseIssue.html#execute--">execute</a></span>()</code> <div class="block">Executes this command.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="CloseIssue-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>CloseIssue</h4> <pre>public&nbsp;CloseIssue(java.lang.String&nbsp;issueName, java.lang.String&nbsp;repoName)</pre> <div class="block">Creates a new instance of this command to close an issue.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>repoName</code> - The name of the repository in which to close the issue. Cannot be null or an empty string.</dd> <dd><code>issueName</code> - The issue to close. Cannot be null or an empty string.</dd> </dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="execute--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>execute</h4> <pre>public&nbsp;void&nbsp;execute()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../controller/Command.html#execute--">Command</a></code></span></div> <div class="block">Executes this command.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../controller/Command.html#execute--">execute</a></code>&nbsp;in class&nbsp;<code><a href="../controller/Command.html" title="class in controller">Command</a></code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/CloseIssue.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-files/index-1.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../controller/AddIssue.html" title="class in controller"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../controller/Command.html" title="class in controller"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?controller/CloseIssue.html" target="_top">Frames</a></li> <li><a href="CloseIssue.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
web/WEB-INF/classes/gwt-2.6.0/doc/javadoc/com/google/gwt/cell/client/class-use/ButtonCellBase.DefaultAppearance.Style.html
JakaCikac/dScrum
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style (Google Web Toolkit Javadoc) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style (Google Web Toolkit Javadoc)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../com/google/gwt/cell/client/ButtonCellBase.DefaultAppearance.Style.html" title="interface in com.google.gwt.cell.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> GWT 2.6.0</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/google/gwt/cell/client//class-useButtonCellBase.DefaultAppearance.Style.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ButtonCellBase.DefaultAppearance.Style.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Interface<br>com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance.Style</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../com/google/gwt/cell/client/ButtonCellBase.DefaultAppearance.Style.html" title="interface in com.google.gwt.cell.client">ButtonCellBase.DefaultAppearance.Style</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#com.google.gwt.cell.client"><B>com.google.gwt.cell.client</B></A></TD> <TD>Standard <A HREF="../../../../../../com/google/gwt/cell/client/Cell.html" title="interface in com.google.gwt.cell.client"><CODE>Cell</CODE></A> subclasses used by the <A HREF="../../../../../../com/google/gwt/user/cellview/client/package-summary.html"><CODE>cellview</CODE></A> widgets.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="com.google.gwt.cell.client"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../com/google/gwt/cell/client/ButtonCellBase.DefaultAppearance.Style.html" title="interface in com.google.gwt.cell.client">ButtonCellBase.DefaultAppearance.Style</A> in <A HREF="../../../../../../com/google/gwt/cell/client/package-summary.html">com.google.gwt.cell.client</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../com/google/gwt/cell/client/package-summary.html">com.google.gwt.cell.client</A> that return <A HREF="../../../../../../com/google/gwt/cell/client/ButtonCellBase.DefaultAppearance.Style.html" title="interface in com.google.gwt.cell.client">ButtonCellBase.DefaultAppearance.Style</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../com/google/gwt/cell/client/ButtonCellBase.DefaultAppearance.Style.html" title="interface in com.google.gwt.cell.client">ButtonCellBase.DefaultAppearance.Style</A></CODE></FONT></TD> <TD><CODE><B>ButtonCellBase.DefaultAppearance.Resources.</B><B><A HREF="../../../../../../com/google/gwt/cell/client/ButtonCellBase.DefaultAppearance.Resources.html#buttonCellBaseStyle()">buttonCellBaseStyle</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../com/google/gwt/cell/client/ButtonCellBase.DefaultAppearance.Style.html" title="interface in com.google.gwt.cell.client"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> GWT 2.6.0</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/google/gwt/cell/client//class-useButtonCellBase.DefaultAppearance.Style.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ButtonCellBase.DefaultAppearance.Style.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
cms-pages/nguoi-tim-viec.html
enjoy2000/iconicvn
<div id="page-title"> <h2 class="blue-tit text-blue">Người tìm việc</h2> </div> <div class="cms-row clearfix"> <div class="fll width-20"> <img src="/skin/frontend/default/iconic/images/viec-lam-left.jpg" alt="" /> </div> <div class="fll width-50"> <h3 class="top-tit">Nếu bạn đang tìm cơ hội việc làm hãy đến với ICONIC!</h3> <p> Iconic hỗ trợ tư vấn, tuyển dụng miễn phí cho các ứng viên có nguyện vọng tìm việc/chuyển việc ở Việt Nam.<br /> Ngoài những vị trí được đăng tuyển công khai, Iconic có rất nhiều vị trí không được thông báo rộng rãi. Để nhận được sự hỗ trợ tốt nhất, bạn đừng ngại ngần mà hãy liên lạc về Iconic. </p> </div> </div> <div class="cms-row clearfix"> <div class="flr width-20"> <img src="/skin/frontend/default/iconic/images/viec-lam-right.jpg" alt="" /> </div> <div class="flr width-50"> <h3 class="top-tit">Dịch vụ hỗ trợ Tìm Việc/Chuyển Việc</h3> <ul class="small-grey"> <li>Cầu nối giữa các doanh nghiệp và người tìm việc…</li> <li>Giới thiệu việc làm, trọng tâm hướng đến các doanh nghiệp có vốn đầu tư nước ngoài, đặc biệt là các doanh nghiệp Nhật Bản.</li> <li>Cung cấp cơ hội cho những ứng viên mong muốn làm việc cho các doanh nghiệp Nhật Bản tại Việt Nam.</li> </ul> <h5 class="blue-circle-tit"> Quy trình dịch vụ hỗ trợ tìm việc/ chuyển việc </h5> <ol class="grey"> <li> <strong>Kết nối</strong> <p>Bạn hãy đăng ký tìm việc trên website hoặc gửi Hồ sơ qua email. Nếu bạn tìm thấy thông tin tuyển dụng phù hợp trên website này, hãy ghi lại mã số thông tin tuyển dụng đó rồi liên lạc về Iconic. Hoặc trong trường hợp bạn không tìm thấy thông tin tuyển dụng mà mình quan tâm thì hãy nhớ, chúng tôi vẫn còn những vị trí tuyển dụng không được đăng tuyển công khai. Vì thế, đừng ngại ngần mà hãy liên lạc cho chúng tôi để nhận được sự hỗ trợ.</p> </li> <li> <strong>Liên lạc từ Iconic</strong> <p>Từ phía Iconic sẽ liên lạc trực tiếp để tư vấn cho các ứng viên đã đăng ký thông tin.</p> </li> <li> <strong>Gặp gỡ và trao đổi</strong> <p>Ứng viên sinh sống tại Việt Nam vui lòng đến công ty chúng tôi (văn phòng tại thành phố Hồ Chí Minh hoặc Hà Nội) để trao đổi cụ thể về việc làm. Với các ứng viên sinh sống tại nước ngoài (chẳng hạn Nhật Bản), chúng tôi xin phép được trao đổi qua SKYPE.</p> </li> <li> <strong>Phỏng vấn ở công ty tuyển dụng</strong> <p>Thông thường thì phần lớn các cuộc phỏng vấn sẽ được tiến hành ở Việt Nam. Tuy nhiên, tùy theo nhà tuyển dụng mà cũng có thể sẽ tiến hành phỏng vấn ở Nhật Bản, hoặc thông qua SKYPE hay các cuộc họp sử dụng camera v.v…</p> </li> <li> <strong>Nhận việc và bắt đầu đi làm</strong> <p>Trường hợp có quyết định tuyển dụng từ phía công ty tuyển dụng, về nguyên tắc, Iconic sẽ thay mặt cho công ty tuyển dụng để liên lạc với ứng viên. Sau khi đạt được thỏa thuận về ngày đi làm, điều kiện làm việc, chế độ đãi ngộ… ứng viên sẽ bắt đầu công việc mới.</p> </li> </ol> </div> </div>
opensource/tengine/intro.html
zzqcn/zzqcn.github.io
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="zh" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="zh" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>介绍 &mdash; zzq&#39;s blog</title> <script type="text/javascript" src="../../_static/js/modernizr.min.js"></script> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT:'../../', VERSION:'2019.04.16', LANGUAGE:'zh', COLLAPSE_INDEX:false, FILE_SUFFIX:'.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../../_static/jquery.js"></script> <script type="text/javascript" src="../../_static/underscore.js"></script> <script type="text/javascript" src="../../_static/doctools.js"></script> <script type="text/javascript" src="../../_static/js/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/hacks.css" type="text/css" /> <link rel="index" title="索引" href="../../genindex.html" /> <link rel="search" title="搜索" href="../../search.html" /> <link rel="next" title="架构" href="arch.html" /> <link rel="prev" title="Tengine" href="index.html" /> </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" > <a href="../../index.html" class="icon icon-home"> 赵子清技术文章 </a> <div class="version"> 2019.04 </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="../../design/index.html">表达与设计</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../design/rest/index.html">用reST编写文档</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../design/rest/intro.html">1. 简介</a></li> <li class="toctree-l3"><a class="reference internal" href="../../design/rest/setup.html">2. 安装与基本使用</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/setup.html#id2">2.1. 安装软件包</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/setup.html#id3">2.2. 项目建立</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/setup.html#conf-py">2.3. conf.py配置</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/setup.html#index">2.4. index页配置</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/setup.html#id6">2.5. 参考</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../design/rest/grammar.html">3. reST语法介绍</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id1">3.1. 章节标题</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id2">3.2. 段落</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id3">3.3. 行内标记</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id4">3.4. 列表</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id5">3.5. 代码</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id6">3.6. 超链接</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id7">3.7. 图片</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id8">3.8. 表格</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id9">3.9. 引用</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id10">3.10. 脚注</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id11">3.11. 提醒</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id12">3.12. 替换</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/grammar.html#id13">3.13. 参考</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../design/rest/style.html">4. 修改样式</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/style.html#step1">4.1. Step1</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/style.html#step2">4.2. Step2</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/style.html#step3">4.3. Step3</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../design/rest/topdf.html">5. 生成PDF</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/topdf.html#xetex">5.1. 方法一:使用xeTex(推荐)</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/topdf.html#cjkutf8">5.2. 方法二: 使用CJKutf8包 (默认)</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/topdf.html#id1">5.3. 终极解决办法</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../design/rest/doxygen.html">6. 生成API文档</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/doxygen.html#step1">6.1. Step1</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/doxygen.html#step2">6.2. Step2</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/doxygen.html#step3">6.3. Step3</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/doxygen.html#step4">6.4. Step4</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../design/rest/with_vscode.html">7. 在Visual Studio Code中使用</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/with_vscode.html#id1">7.1. 安装步骤</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/with_vscode.html#id2">7.2. 配置</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/with_vscode.html#id3">7.3. 使用</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/with_vscode.html#id4">7.4. 问题记录</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../design/rest/add_comment.html">8. 给github博客添加评论功能</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/add_comment.html#oauth-application">8.1. 1. 注册OAuth Application</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/add_comment.html#id1">8.2. 2. 编辑博客页面, 引入gitment</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/add_comment.html#id2">8.3. 3. 初始化评论</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/rest/add_comment.html#id3">8.4. 参考链接</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../design/latex/index.html">LaTeX</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../design/latex/setup.html">安装与配置</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../design/latex/setup.html#id2">1. 安装</a></li> <li class="toctree-l4"><a class="reference internal" href="../../design/latex/setup.html#id3">2. 卸载</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../design/latex/quick_start.html">快速入门示例</a></li> <li class="toctree-l3"><a class="reference internal" href="../../design/latex/text.html">文本与段落</a></li> <li class="toctree-l3"><a class="reference internal" href="../../design/latex/code.html">程序代码</a></li> <li class="toctree-l3"><a class="reference internal" href="../../design/latex/figure_table.html">图像与表格</a></li> <li class="toctree-l3"><a class="reference internal" href="../../design/latex/debug.html">错误调试</a></li> <li class="toctree-l3"><a class="reference internal" href="../../design/latex/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../design/reduce-word-doc-size.html">减少Word文件大小</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../design/reduce-word-doc-size.html#id1">分析</a></li> <li class="toctree-l3"><a class="reference internal" href="../../design/reduce-word-doc-size.html#id2">减小图片大小</a></li> <li class="toctree-l3"><a class="reference internal" href="../../design/reduce-word-doc-size.html#id3">参考</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../design/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../lang/index.html">开发语言</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../lang/cpp/index.html">C++ 11</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../lang/cpp/preface.html">前言</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/cpp/preface.html#c">C++的变化</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/cpp/preface.html#id2">对C++程序员的建议</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/cpp/preface.html#id3">对C程序员的建议</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/cpp/preface.html#c-11">C++11主要特性</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/cpp/preface.html#id4">参考</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/cpp/basic.html">基本功能</a></li> <li class="toctree-l3"><a class="reference internal" href="../../lang/cpp/oop.html">面向对象</a></li> <li class="toctree-l3"><a class="reference internal" href="../../lang/cpp/stl.html">标准库</a></li> <li class="toctree-l3"><a class="reference internal" href="../../lang/cpp/boost.html">boost库</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../lang/go/index.html">Go</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../lang/go/setup.html">环境配置</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/go/setup.html#go-get">使用代理以解决go get超时问题</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/go/setup.html#id2">日常项目开发环境配置</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/go/setup.html#ide">IDE配置</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/go/json.html">JSON解析</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/go/json.html#id1">简单解析</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/go/json.html#id2">不确定JSON的解析</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/go/json.html#id3">复杂内容的解析</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/go/withc.html">C语言适配</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/go/withc.html#id1">调用C编写的动态库</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/go/books.html">学习资料</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../lang/lua/lua_basic.html">lua基础</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../lang/lua/lua_basic.html#id1">预备知识</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id2">获得lua</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id3">lua命令行</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id4">保留关键字</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id5">注释</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#chunk">Chunk</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/lua/lua_basic.html#id6">数据类型</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#string">string</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#userdata">userdata</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#thread">thread</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/lua/lua_basic.html#id7">表达式</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id8">算术运算符</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id9">关系运算符</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id10">逻辑运算符</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id11">连接运算符</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id12">运算符优先级</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/lua/lua_basic.html#id13">语句</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id14">赋值</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id15">局部变量</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id16">条件语句</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/lua/lua_basic.html#id17">循环语句</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/lua/lua_basic.html#id18">函数</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../lang/shell/index.html">Linux shell编程</a><ul class="simple"> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../lang/asm/index.html">汇编语言</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../lang/asm/arch.html">计算机体系结构</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/arch.html#cpu">CPU</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/arch.html#id5">内存</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/arch.html#id6">中断</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/asm/asm_intro.html">汇编语言简介</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/asm_intro.html#id2">汇编代码的两种记法</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/asm_intro.html#centosnasm">CentOS运行nasm</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/asm_intro.html#id3">操作数</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/asm_intro.html#id4">基本指令</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/asm_intro.html#id5">指示符</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/asm_intro.html#id6">输入输出</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/asm_intro.html#id7">代码模板</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/asm_intro.html#id8">第一个程序</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/asm/basic.html">语言基础</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/basic.html#id2">数据移动</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/basic.html#id3">算术运算</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/basic.html#id4">位操作</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/basic.html#id7">控制流</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/basic.html#id8">栈操作与函数调用</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/asm/simd.html">intel SIMD指令</a></li> <li class="toctree-l3"><a class="reference internal" href="../../lang/asm/debug.html">调试</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/debug.html#linux-gdb">Linux + gdb</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/asm/withc.html">与C语言互操作</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/withc.html#id1">调用约定</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/withc.html#id2">C调用汇编代码</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/withc.html#id3">汇编调用C代码</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/asm/withc.html#id4">结构体</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/asm/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../lang/build/index.html">编译与构建</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../lang/build/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../lang/toml.html">TOML配置文件语言</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../lang/toml.html#id1">示例</a></li> <li class="toctree-l3"><a class="reference internal" href="../../lang/toml.html#id2">语法</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id3">整体约定</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id4">注释</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id5">字符串</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id6">整数</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id7">浮点数</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id8">布尔值</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id9">时间日期</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id10">数组</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id11">表</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id12">内联表</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id13">表数组</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/toml.html#id14">为什么我要用它呢?</a></li> <li class="toctree-l3"><a class="reference internal" href="../../lang/toml.html#id15">目前的实现</a></li> <li class="toctree-l3"><a class="reference internal" href="../../lang/toml.html#libtoml">libtoml试用</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id16">编译</a></li> <li class="toctree-l4"><a class="reference internal" href="../../lang/toml.html#id17">简单示例</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../lang/toml.html#id18">参考</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../lang/byteorder.html">字节序与比特序</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../lang/byteorder.html#id2">字节序</a></li> <li class="toctree-l3"><a class="reference internal" href="../../lang/byteorder.html#id3">比特序</a></li> <li class="toctree-l3"><a class="reference internal" href="../../lang/byteorder.html#id4">编写可移植代码</a></li> </ul> </li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../algo/index.html">数据结构与算法</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../algo/list.html">链表,栈与队列</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../algo/list.html#id2">单向链表</a></li> <li class="toctree-l3"><a class="reference internal" href="../../algo/list.html#id3">双向链表</a></li> <li class="toctree-l3"><a class="reference internal" href="../../algo/list.html#id4">侵入式数据结构</a></li> <li class="toctree-l3"><a class="reference internal" href="../../algo/list.html#id5">栈</a></li> <li class="toctree-l3"><a class="reference internal" href="../../algo/list.html#id6">队列</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../algo/list.html#id7">基本实现</a></li> <li class="toctree-l4"><a class="reference internal" href="../../algo/list.html#id8">下标的处理</a></li> <li class="toctree-l4"><a class="reference internal" href="../../algo/list.html#id9">无锁队列</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../algo/tree.html">树</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../algo/tree.html#id2">二叉查找树</a></li> <li class="toctree-l3"><a class="reference internal" href="../../algo/tree.html#avl">AVL树</a></li> <li class="toctree-l3"><a class="reference internal" href="../../algo/tree.html#id3">红黑树</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../algo/hash.html">哈希表</a></li> <li class="toctree-l2"><a class="reference internal" href="../../algo/graph.html">图</a></li> <li class="toctree-l2"><a class="reference internal" href="../../algo/visit.html">遍历</a></li> <li class="toctree-l2"><a class="reference internal" href="../../algo/order.html">排序</a></li> <li class="toctree-l2"><a class="reference internal" href="../../algo/find.html">查找</a></li> <li class="toctree-l2"><a class="reference internal" href="../../algo/ac.html">AC算法</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../sys/index.html">系统与库</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../sys/linux/index.html">Linux</a></li> <li class="toctree-l2"><a class="reference internal" href="../../sys/win/index.html">Windows</a></li> <li class="toctree-l2"><a class="reference internal" href="../../sys/mac/index.html">macOS</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../debug/index.html">调试与逆向工程</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../debug/debug-segfault.html">Linux下段错误调试技巧</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../debug/debug-segfault.html#core-dumpgdb">生成core dump文件并用gdb调试</a></li> <li class="toctree-l3"><a class="reference internal" href="../../debug/debug-segfault.html#dmesgaddr2line">使用dmesg和addr2line命令</a></li> <li class="toctree-l3"><a class="reference internal" href="../../debug/debug-segfault.html#id2">让程序段错误时自动输出堆栈信息并调试</a></li> <li class="toctree-l3"><a class="reference internal" href="../../debug/debug-segfault.html#id3">参考</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../debug/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../net/index.html">TCP/IP网络</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../net/tcpip/index.html">TCP/IP详解</a><ul class="simple"> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../net/netalgo/index.html">网络算法学</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../net/netalgo/proto_process.html">9 Protocol Processing</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/proto_process.html#id1">9.1 缓存管理</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/proto_process.html#crcchecksum">9.2 CRC和Checksum</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/proto_process.html#id4">9.3 通用协议处理</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/proto_process.html#id5">9.4 重组</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/proto_process.html#id7">9.5 结论</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../net/netalgo/sched_packet.html">14 Scheduling Packets</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#id1">14.1 概述</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#id2">14.2 拥塞控制</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#id13">14.3 带宽与突发限制</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#id24">14.4 多队列与优先级</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#id25">14.5 资源预留协议</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#id26">14.6 带宽保证</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#id30">14.7 时延保证</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#scalable-fair-queuing">14.8 Scalable Fair Queuing</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#dpdk">14.9 dpdk分层调度</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#diffserv">14.10 DiffServ架构介绍</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#dpdk-qos">14.11 dpdk QoS框架</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#id37">附录</a></li> <li class="toctree-l4"><a class="reference internal" href="../../net/netalgo/sched_packet.html#id38">参考</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../net/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../sec/index.html">安全</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../sec/dpi/index.html">DPI</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../sec/dpi/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../sec/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../perf/index.html">性能优化</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../perf/cpu/index.html">CPU知识</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu/microprocessor.html">理解微处理器</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/microprocessor.html#introduction">Introduction</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/microprocessor.html#code-and-data-a-closer-look">Code and Data: a closer look</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/microprocessor.html#meet-the-file-clerk">meet the &#8220;file clerk&#8221;</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/microprocessor.html#refining-the-model">Refining the model</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/microprocessor.html#ram-when-the-registers-alone-don-t-cut-it">RAM: when the registers alone don&#8217;t cut it</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/microprocessor.html#a-closer-look-at-the-code-stream-the-program">A closer look at the code stream: the program</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/microprocessor.html#excursus-op-codes-and-machine-language">Excursus: Op codes and machine language</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/microprocessor.html#the-programming-model-and-the-isa">The programming model and the ISA</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/microprocessor.html#branch-instructions">Branch instructions</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/microprocessor.html#conclusion">Conclusion</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu/pipeline.html">理解流水线与超标量执行</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/pipeline.html#introduction">Introduction</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/pipeline.html#pipelining-explained">Pipelining Explained</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/pipeline.html#superscalar-execution">Superscalar execution</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/pipeline.html#combining-pipelined-and-superscalar-execution">Combining pipelined and superscalar execution</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/pipeline.html#conclusions">Conclusions</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu/bandwidth.html">理解带宽与时延</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu/intel_p4.html">NetBurst: The Microarchitecture of the Pentium 4 Processor</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/intel_p4.html#id1">引言</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/intel_p4.html#netburst">NetBurst微架构概述</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/intel_p4.html#id4">时钟频率</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/intel_p4.html#id6">NetBurst微架构</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/intel_p4.html#id10">性能</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/intel_p4.html#id11">结论</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/cpu/intel_p4.html#id12">作者</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu/glossary.html">CPU相关术语及缩略语</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../perf/intel_opt_manual/index.html">Intel优化手册</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../perf/intel_opt_manual/2.html">2 INTEL 64 AND IA-32 PROCESSOR ARCHITECTURES</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#skylake-server">Skylake Server</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#skylake">Skylake</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#haswell">Haswell</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#haswell-e">Haswell-E</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#broadwell">Broadwell</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#sandy-bridge">Sandy Bridge</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#ivy-bridge">Ivy Bridge</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#core-enhanced-core">Core &amp; Enhanced Core</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#nehalem">Nehalem</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#id1">超线程技术</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#id2">64位架构</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/2.html#simd">SIMD技术</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../perf/intel_opt_manual/3.html">3 一般性优化原则</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/3.html#id2">3.1 性能工具</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/3.html#id4">3.2 处理器全景</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/3.html#id7">3.3 编程规则, 建议及调整提示</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/3.html#id8">3.4 优化前端</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/3.html#execution-core">3.5 优化Execution Core</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/3.html#id20">3.6 优化内存访问</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/3.html#prefetch">3.7 prefetch</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/3.html#id23">3.8 浮点数的考量</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/3.html#pcie">3.9 最大化PCIe性能</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../perf/intel_opt_manual/7.html">7 优化cache使用</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/7.html#general-prefetch-coding-guidelines">7.1 GENERAL PREFETCH CODING GUIDELINES</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/7.html#prefetch-and-cacheability-instructions">7.2 PREFETCH AND CACHEABILITY INSTRUCTIONS</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/7.html#prefetch">7.3 PREFETCH</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/7.html#cacheability-control">7.4 CACHEABILITY CONTROL</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/7.html#memory-optimization-using-prefetch">7.5 MEMORY OPTIMIZATION USING PREFETCH</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_opt_manual/7.html#memory-optimization-using-non-temporal-stores">7.6 MEMORY OPTIMIZATION USING NON-TEMPORAL STORES</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../perf/intel_vtune/index.html">Intel VTune Amplifier</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../perf/intel_vtune/intro.html">介绍</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/intro.html#id2">简介</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/intro.html#id3">调优方法论</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/intro.html#id4">安装</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/intro.html#id5">一般使用</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/intro.html#id10">参考资料</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hotspots.html">教程: 优化热点</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hotspots.html#id2">编译示例程序</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hotspots.html#vtune">创建vtune工程并运行分析</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hotspots.html#id3">分析代码</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hotspots.html#id4">优化代码</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hardware.html">教程: 优化硬件利用率</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hardware.html#id2">编译示例程序</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hardware.html#vtune">创建vtune工程并运行分析</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hardware.html#id3">分析代码</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hardware.html#id4">优化代码</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_hardware.html#id5">进一步分析和优化</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../perf/intel_vtune/tutorial_false_sharing.html">教程: 优化伪共享</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_false_sharing.html#id2">编译示例程序</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_false_sharing.html#vtune">创建vtune工程并运行分析</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_false_sharing.html#id3">分析代码</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tutorial_false_sharing.html#id4">优化代码</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../perf/intel_vtune/tunning_guide_e5v3.html">调优指南: Xeon E5 v3</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tunning_guide_e5v3.html#intel-xeon-e5-v3-family">1 Intel Xeon E5 v3 Family</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tunning_guide_e5v3.html#id1">2 性能测量的复杂性</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tunning_guide_e5v3.html#id2">3 发现性能问题</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tunning_guide_e5v3.html#front-end-bound">4 调优Front-End Bound</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tunning_guide_e5v3.html#back-end-bound">5 调优Back-End Bound</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tunning_guide_e5v3.html#bad-speculation">6 调优Bad Speculation</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tunning_guide_e5v3.html#retiring">7 调优Retiring</a></li> <li class="toctree-l4"><a class="reference internal" href="../../perf/intel_vtune/tunning_guide_e5v3.html#id12">8 附加主题</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../perf/cpu_cache.html">CPU Cache Optimization</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu_cache.html#cpu-cache-the-need-to-know">CPU Cache: the Need to Know</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu_cache.html#our-first-example">Our First Example</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu_cache.html#cache-line-and-fetch-utilization">Cache Line and Fetch Utilization</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu_cache.html#more-examples">More Examples</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu_cache.html#conclusion">Conclusion</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/cpu_cache.html#id1">参考</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../perf/simd_demo.html">SIMD指令编程demo</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../perf/simd_demo.html#id1">正常代码</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/simd_demo.html#id2">一次循环计算4次</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/simd_demo.html#sse">使用SSE指令</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/simd_demo.html#avx">使用AVX指令</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/simd_demo.html#id3">性能对比</a></li> <li class="toctree-l3"><a class="reference internal" href="../../perf/simd_demo.html#id4">更多参考</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../perf/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../virt/index.html">虚拟化</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../virt/vmware/index.html">VMware</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../virt/vmware/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../virt/qemu/index.html">QEMU</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../virt/qemu/links.html">参考链接</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../virt/container/index.html">容器</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../virt/container/links.html">参考链接</a></li> </ul> </li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../ai/index.html">AI</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../ai/books.html">学习资料</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../ai/books.html#pattern-recognition-and-machine-learning">Pattern Recognition and Machine Learning</a></li> <li class="toctree-l3"><a class="reference internal" href="../../ai/books.html#convex-optimization">Convex Optimization</a></li> <li class="toctree-l3"><a class="reference internal" href="../../ai/books.html#deep-learning-fundamentals-an-introduction-for-beginners">Deep Learning Fundamentals: An Introduction for Beginners</a></li> <li class="toctree-l3"><a class="reference internal" href="../../ai/books.html#optimization-in-operations-research">Optimization in Operations Research</a></li> <li class="toctree-l3"><a class="reference internal" href="../../ai/books.html#artificial-intelligence-a-modern-approach">Artificial Intelligence: A Modern Approach</a></li> <li class="toctree-l3"><a class="reference internal" href="../../ai/books.html#deep-learning-in-natural-language-processing">Deep Learning in Natural Language Processing</a></li> <li class="toctree-l3"><a class="reference internal" href="../../ai/books.html#id2">机器学习</a></li> <li class="toctree-l3"><a class="reference internal" href="../../ai/books.html#deep-learning">Deep Learning</a></li> </ul> </li> </ul> </li> <li class="toctree-l1 current"><a class="reference internal" href="../index.html">开源</a><ul class="current"> <li class="toctree-l2"><a class="reference internal" href="../dpdk/index.html">DPDK</a><ul> <li class="toctree-l3"><a class="reference internal" href="../dpdk/hf-dpdk/index.html">深入浅出DPDK</a><ul> <li class="toctree-l4"><a class="reference internal" href="../dpdk/hf-dpdk/intro.html">引言</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/hf-dpdk/hf_mem_cache.html">深入浅出dpdk: cache与内存</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/hf-dpdk/hf_parallel.html">深入浅出dpdk: 并行计算</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/hf-dpdk/hf_sync.html">深入浅出dpdk: 同步充斥机制</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/hf-dpdk/hf_pkt_forward.html">深入浅出dpdk: 报文转发</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/hf-dpdk/hf_pkt_io.html">深入浅出dpdk: PCIe与包处理IO</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/hf-dpdk/hf_nic_optimize.html">深入浅出dpdk: 网卡性能优化</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/hf-dpdk/hf_classify.html">深入浅出dpdk: 流分类与多队列</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/hf-dpdk/hf_hw_accel.html">深入浅出dpdk: 硬件加速与功能卸载</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../dpdk/code-analysis/index.html">DPDK</a><ul> <li class="toctree-l4"><a class="reference internal" href="../dpdk/code-analysis/eal.html">源码分析: EAL</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/code-analysis/mem.html">源码分析: Memory</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/code-analysis/memseg.html">源码分析: Memseg</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/code-analysis/memzone.html">源码分析: Memzone</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/code-analysis/malloc.html">源码分析: Malloc</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/code-analysis/mempool.html">源码分析: Mempool</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/code-analysis/mbuf.html">源码分析: Mbuf</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/code-analysis/ring.html">源码分析: Ring</a></li> <li class="toctree-l4"><a class="reference internal" href="../dpdk/code-analysis/build_sys.html">编译系统</a></li> </ul> </li> </ul> </li> <li class="toctree-l2 current"><a class="reference internal" href="index.html">Tengine</a><ul class="current"> <li class="toctree-l3 current"><a class="current reference internal" href="#">介绍</a><ul> <li class="toctree-l4"><a class="reference internal" href="#tengine">Tengine的由来</a></li> <li class="toctree-l4"><a class="reference internal" href="#id2">Tengine的改进</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="arch.html">架构</a><ul> <li class="toctree-l4"><a class="reference internal" href="arch.html#id2">高性能服务器设计</a></li> <li class="toctree-l4"><a class="reference internal" href="arch.html#id3">进程模型</a></li> <li class="toctree-l4"><a class="reference internal" href="arch.html#id5">事件处理模型</a></li> <li class="toctree-l4"><a class="reference internal" href="arch.html#id7">模块化</a></li> <li class="toctree-l4"><a class="reference internal" href="arch.html#id9">请求处理机制</a></li> <li class="toctree-l4"><a class="reference internal" href="arch.html#id10">参考资料</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="key_points.html">基本概念</a><ul> <li class="toctree-l4"><a class="reference internal" href="key_points.html#connection">连接/connection</a></li> <li class="toctree-l4"><a class="reference internal" href="key_points.html#request">请求/request</a></li> <li class="toctree-l4"><a class="reference internal" href="key_points.html#keepalive">keepalive</a></li> <li class="toctree-l4"><a class="reference internal" href="key_points.html#pipeline">pipeline</a></li> <li class="toctree-l4"><a class="reference internal" href="key_points.html#lingering-close">lingering_close</a></li> <li class="toctree-l4"><a class="reference internal" href="key_points.html#id6">参考资料</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="infrastructure.html">基础设施</a><ul> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id2">日志</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id3">内存管理</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#cycle">cycle</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id7">字符串操作</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id12">容器</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id18">时间</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id19">网络</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id21">事件</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id22">进程</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id23">线程</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id24">模块</a></li> <li class="toctree-l4"><a class="reference internal" href="infrastructure.html#id25">错误处理</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="http.html">HTTP</a><ul> <li class="toctree-l4"><a class="reference internal" href="http.html#id1">HTTP请求处理</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../wireshark/index.html">wireshark</a><ul class="simple"> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../hyperscan/index.html">hyperscan</a><ul> <li class="toctree-l3"><a class="reference internal" href="../hyperscan/hs_intro.html">hyperscan介绍</a><ul> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_intro.html#how-we-match-regular-expressions">首席工程师: How we match regular expressions</a></li> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_intro.html#id1">源码结构</a></li> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_intro.html#id2">参考</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../hyperscan/hs_pre.html">hyperscan预备知识</a><ul> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_pre.html#c-11">C++ 11</a></li> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_pre.html#id5">设计模式</a></li> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_pre.html#id6">数据结构</a></li> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_pre.html#boost-library">Boost Library</a></li> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_pre.html#ragel">Ragel</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../hyperscan/hs_debug.html">hyperscan调试环境与技巧</a><ul> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_debug.html#id1">编译</a></li> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_debug.html#dump">生成dump信息</a></li> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_debug.html#id4">加速编译过程</a></li> <li class="toctree-l4"><a class="reference internal" href="../hyperscan/hs_debug.html#id5">生成源码文档</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../links.html">参考链接</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../misc/index.html">工具与杂项</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../misc/vim/index.html">Vim</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/vim/intro.html">简介与基本配置</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/vim/intro.html#vim">为什么要使用vim</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/vim/intro.html#id2">本系列文章的指导思想和一些约定</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/vim/intro.html#id3">学习之前的基本配置和几个需要了解的基本操作</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/git/index.html">Git</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/git/basic_command.html">Git常用命令</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/basic_command.html#id2">一、新建代码库</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/basic_command.html#id3">二、配置</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/basic_command.html#id4">三、增加/删除文件</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/basic_command.html#id5">四、代码提交</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/basic_command.html#id6">五、分支</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/basic_command.html#id7">六、标签</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/basic_command.html#id8">七、查看信息</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/basic_command.html#id9">八、远程同步</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/basic_command.html#id10">九、撤销</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/basic_command.html#id11">十、其他</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../misc/git/tricks.html">小技巧</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/tricks.html#shellsshgithub">shell通过SSH连接github</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/git/tricks.html#id2">在命令提示符中显示当前分支</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/vmware/index.html">虚拟机</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/vmware/static-ip.html">配置静态IP</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/vmware/reduce-disk-size.html">减少磁盘占用空间</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/vmware/reduce-disk-size.html#id2">清理软件包</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/vmware/reduce-disk-size.html#id3">清理不用的旧内核</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/vmware/reduce-disk-size.html#id4">清理日志</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/vmware/reduce-disk-size.html#vmware">使用VMware磁盘工具回收磁盘空间</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/vmware/reduce-disk-size.html#id5">参考</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../misc/vmware/misc.html">杂项</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/vmware/misc.html#id2">解决启动黑屏问题</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/cmake.html">CMake使用</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/cmake.html#hello-world">Hello World</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/cmake.html#id1">清理编译后留下的文件</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/cmake.html#id2">处理多个目录</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/cmake.html#id3">处理第3方依赖库</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/cmake.html#debugrelease">生成debug和release版的程序</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/cmake.html#id4">参考资料</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/clib-abi.html">解决C/C++依赖库不兼容的问题</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/clib-abi.html#id1">问题引入与分析</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/clib-abi.html#id3">解决问题</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/clib-abi.html#id7">参考资料</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/shadowsocks.html">VPS+Shadowsocks科学上网</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/shadowsocks.html#vps">购买VPS</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/shadowsocks.html#shadowsocks">安装,配置shadowsocks</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/shadowsocks.html#id2">服务器端</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/shadowsocks.html#id3">客户端</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../misc/shadowsocks.html#id4">其他技巧</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/shadowsocks.html#id5">对不同网站使用不同的连接方式: 直接/代理</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/shadowsocks.html#window">Window下令无法设置代理的应用程序使用代理</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../misc/shadowsocks.html#id6">参考链接</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/patch.html">补丁工具patch</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/patch.html#id1">1 为单个文件生成补丁</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/patch.html#id2">2 为多个文件生成补丁</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/patch.html#id3">3 打补丁</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/patch.html#id4">4 示例</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/libpcap.html">libpcap使用</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/libpcap.html#id1">创建句柄</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/libpcap.html#pcap-open-offline">pcap_open_offline</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/libpcap.html#pcap-dump-open">pcap_dump_open</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../misc/libpcap.html#id2">关闭句柄</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/libpcap.html#pcap-close">pcap_close</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/libpcap.html#pcap-dump-close">pcap_dump_close</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../misc/libpcap.html#packet">读取packet</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/libpcap.html#pcap-open-pcap-dispatch">pcap_open/pcap_dispatch</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../misc/libpcap.html#id3">设置选项</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/libpcap.html#pcap-set-promisc">pcap_set_promisc</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../misc/libpcap.html#id4">其他</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/libpcap.html#pcap-breakloop">pcap_breakloop</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/libpcap.html#pcap-file">pcap_file</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/libpcap.html#pcap-dump-file">pcap_dump_file</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../misc/libpcap.html#id5">参考</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/cunit.html">CUnit</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/cunit.html#cunit-2-1-3">编译安装CUnit-2.1-3</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/centos.html">CentOS应用</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/centos.html#centos7-3minimalc-c">CentOS7.3Minimal从零配置C/C++开发环境</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/centos.html#failed-to-start-lsb-bring-up-down-networking">网络配置失败,显示Failed to start LSB: Bring up/down networking</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/centos.html#centoswindows">共享CentOS虚拟机上的文件给Windows本机访问</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/centos.html#pip">安装pip</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/ubuntu.html">Ubuntu应用</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/ubuntu.html#id1">14.04更换阿里云源</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/ubuntu.html#youcompleteme">安装YouCompleteMe插件</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/ubuntu.html#cpu">隔离某些cpu核心</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/ubuntu.html#vmware-workstationubuntu-server">VMware Workstation中的Ubuntu Server虚拟机重启后共享文件夹消失</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/ubuntu.html#cannot-set-lc-ctype-to-default-locale-no-such-file-or-directory">Cannot set LC_CTYPE to default locale: No such file or directory</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/ubuntu.html#man">man文档不全</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/ubuntu.html#id2">修改系统对消息队列的默认限制</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/xiaomi-router.html">小米路由器开发</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/xiaomi-router.html#rom">用ROM刷机</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/xiaomi-router.html#ssh">开启SSH</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/xiaomi-router.html#id2">交叉编译环境搭建</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/xiaomi-router.html#id3">交叉编译库或工具</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/xiaomi-router.html#libpcap">编译libpcap</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/xiaomi-router.html#helloworld">编译helloworld</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/xiaomi-router.html#gdb">编译gdb</a></li> </ul> </li> <li class="toctree-l3"><a class="reference internal" href="../../misc/xiaomi-router.html#id4">其他</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/xiaomi-router.html#id5">在小米路由器上部署静态网页</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/qemu.html">QEMU模拟器</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../misc/qemu.html#id2">安装软件包</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/qemu.html#id3">用户模式</a></li> <li class="toctree-l3"><a class="reference internal" href="../../misc/qemu.html#id4">系统模式</a><ul> <li class="toctree-l4"><a class="reference internal" href="../../misc/qemu.html#id5">一般使用</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/qemu.html#id6">配置网络</a></li> <li class="toctree-l4"><a class="reference internal" href="../../misc/qemu.html#gdb">远程gdb调试</a></li> </ul> </li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../misc/config-links.html">配置文件-参考链接</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../hobby/index.html">兴趣爱好</a><ul> <li class="toctree-l2"><a class="reference internal" href="../../hobby/video_trick.html">视频制作相关小技巧</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../hobby/video_trick.html#b">如何下载B站视频,或者用微博发的视频?</a></li> <li class="toctree-l3"><a class="reference internal" href="../../hobby/video_trick.html#mac">Mac系统下应该用什么软件做视频编辑?</a></li> <li class="toctree-l3"><a class="reference internal" href="../../hobby/video_trick.html#mac-gif">Mac系统如何做动图(gif)?</a></li> <li class="toctree-l3"><a class="reference internal" href="../../hobby/video_trick.html#gif-fcpx">我有一些动图(gif),怎么将它们导入到fcpx?直接导入发现它们不动了啊!</a></li> <li class="toctree-l3"><a class="reference internal" href="../../hobby/video_trick.html#id2">Mac系统如何录制系统自己发出的声音,比如我正在听一首很好听的歌但是不方便下载它?</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="../../hobby/ffmpeg.html">ffmpeg应用</a><ul> <li class="toctree-l3"><a class="reference internal" href="../../hobby/ffmpeg.html#id1">常用技巧</a></li> <li class="toctree-l3"><a class="reference internal" href="../../hobby/ffmpeg.html#id2">参考</a></li> </ul> </li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="../../blogroll.html">友情链接</a></li> <li class="toctree-l1"><a class="reference internal" href="../../aboutme.html">关于我</a></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">赵子清技术文章</a> </nav> <div class="wy-nav-content"> <div class="rst-content"> <div role="navigation" aria-label="breadcrumbs navigation"> <ul class="wy-breadcrumbs"> <li><a href="../../index.html">Docs</a> &raquo;</li> <li><a href="../index.html">开源</a> &raquo;</li> <li><a href="index.html">Tengine</a> &raquo;</li> <li>介绍</li> <li class="wy-breadcrumbs-aside"> </li> </ul> <hr/> </div> <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> <div itemprop="articleBody"> <div class="section" id="id1"> <h1>介绍<a class="headerlink" href="#id1" title="永久链接至标题">¶</a></h1> <p><em>更新于2018.06.08</em></p> <p>以下来源:《淘宝Tengine&#8211;易运维的高性能Nginx服务器》(《程序员》杂志, 2012年9月刊登)</p> <div class="section" id="tengine"> <h2>Tengine的由来<a class="headerlink" href="#tengine" title="永久链接至标题">¶</a></h2> <p>Nginx是近几年脱颖而出的一个非常优秀的Web服务器,它以资源消耗低、并发能力强著称, 现在是世界上第三大Web服务器。在淘宝,我们用它来服务静态文件、PHP动态页面,做反向代理和负载均衡等。根据淘宝的实际需求,我们开发了数十个不同用途的模块。但随着使用的增多,它的一些不足和有待改进的地方也逐渐凸显。例如,Nginx不支持动态模块加载, 不同的应用往往需要编译不同的RPM包,从而导致运维比较麻烦;Nginx欠缺输入请求体过滤器机制,从而使得开发安全模块比较困难;不支持Syslog的方式发送日志,导致日志管理烦琐等。Nginx缺少的这些功能都不能通过开发第三方模块来实现,因此我们开始对它的核心进行深度定制和开发。另外,我们在Web服务器领域也积累了一些经验和创新性的想法,希望在Nginx优秀的基础上,继续加强它的性能、安全和可运维性。这就是Tengine项目的由来。</p> <p>Tengine是Nginx的一个超集,它基于Nginx的最新稳定版本,对其核心进行扩展和增强,同时保持对Nginx的100%向后兼容性。使用Nginx为Web服务器的业务可以无缝迁移到Tengine。因为Tengine继承了Nginx的优点,所以相对于Apache这样传统的Web服务器,它性能更高,而资源占用(CPU、内存等)更省。在处理大量并发的请求时,它的表现更出色、稳定。同时, Tengine经受住了淘宝生产线的长时间考验,对于访问繁忙和服务器数目众多的大型网站尤为适合。</p> <p>基于生产环境的实际需求,我们跟淘宝的运维工程师紧密合作,对Tengine进行开发,因此我们设计出来的模块也更着眼于实用性、可用性和运维性。例如我们开发的动态模块加载功能, 就可以免去打包和编译的烦琐工作,让Nginx使用第三方模块像使用Apache一样方便。Tengine的命令行,可以显示编译进去的模块和全部支持的指令。Tengine的Syslog功能,可以支持Syslog、Pipe、File等多种记录方式,相当灵活。结合tsar开发的统计模块,甚至可以统计QPS、响应时间等数据。Tengine的主动式健康检查模块,可以在不改动配置的情况下,感知后端服务器的健康状况,主动屏蔽有问题的服务器。</p> <p>2011年12月初,Tengine正式开源。项目主页在http://tengine.taobao.org。淘宝之所以开源Tengine,是因为淘宝是开源软件的受惠者,公司一直很支持技术项目的开源以回馈开源社区——通过Tengine的开源,我们希望能帮助和淘宝一样对高性能Web服务器有迫切需要的人或互联网公司,大家一起享受开源带来的技术进步。同时,开源对于Tengine本身的发展也更有利,例如我们可以获得更多用户的意见和建议、Bug反馈甚至是Patch等。现在Tengine在国内和国外有很多用户,各项功能有众多线上系统在使用,因此他们的反馈也让Tengine更加稳定和注重实效。自开源以来,我们每隔一个月左右发布一个新版本,添加和修改一些功能及修复Bug。当Nginx本身升级时,Tengine也会定时合并Nginx的更新。同时我们也在和Nginx公司合作,将Tengine对于Nginx的改进提交给他们。最近我们翻译了部分Nginx的英文文档,被Nginx官方收录。他们对Tengine的一些功能也表示了浓厚的兴趣,因此Tengine中的部分功能有望在不久的将来出现在标准Nginx中。</p> </div> <div class="section" id="id2"> <h2>Tengine的改进<a class="headerlink" href="#id2" title="永久链接至标题">¶</a></h2> <p>Tengine目前的一些性能改进如下表所示。</p> <table border="1" class="docutils"> <colgroup> <col width="25%" /> <col width="75%" /> </colgroup> <thead valign="bottom"> <tr class="row-odd"><th class="head">项</th> <th class="head">改进内容</th> </tr> </thead> <tbody valign="top"> <tr class="row-even"><td>应用模块</td> <td>concat, user_agent, footer, slice</td> </tr> <tr class="row-odd"><td>upstream模块</td> <td>upstream_check</td> </tr> <tr class="row-even"><td>框架模块和Web开发</td> <td>Lua</td> </tr> <tr class="row-odd"><td>管理模块</td> <td>backtrace, sysguard, traffic status</td> </tr> <tr class="row-even"><td>核心补丁或模块</td> <td>dso, input body filter, syslog, CPU affinity, proc</td> </tr> <tr class="row-odd"><td>数据结构</td> <td>4-heap, trie</td> </tr> </tbody> </table> <div class="section" id="id3"> <h3>计时器优化<a class="headerlink" href="#id3" title="永久链接至标题">¶</a></h3> <p>Timers(计时器)是网络服务器中一个很重要的基础设置,用来管理读写超时和应用逻辑的超时等。其常见操作有添加超时、删除超时以及查找最小的超时值。Nginx使用Red-black tree(红黑树)作为其计时器的数据结构。红黑树对应于添加、删除和查找最小值的算法复杂度都是O(logn)。在Tengine中,我们将Nginx的计时器数据结构改为了4-heap(四叉最小堆)。四叉堆是二叉堆的变种,比二叉堆有更浅的深度和更好的CPU Cache命中率。最小堆的添加、删除的复杂度和红黑树一样都是O(log n),但在查找最小值时,它的算法复杂度是O(1),即只要取出堆顶的第一个元素即可,因此比Nginx的红黑树更适合频繁获取最小值的场景,特别是在处理大量连接时,用最小堆性能提升比较明显。</p> </div> <div class="section" id="id4"> <h3>浏览器和爬虫的判断优化<a class="headerlink" href="#id4" title="永久链接至标题">¶</a></h3> <p>判断浏览器的类型是Web服务器的一个常见需求。Nginx中判断浏览器的方法是对关注的浏览器种类在User-Agent头中做暴力查找(strstr)。strstr本身的算法复杂度是O(n^2), Nginx查找的是多个串,因此其最终算法复杂度是O(n^3)。随着现在移动端的浏览器增多, 原有模块的复杂度成指数增长,性能不高。在Tengine中,我们开发了一个全新的user_agent模块,使用了trie(前缀树)来搜索多个可能的浏览器匹配串。它将所有的匹配字符串构造出一个自动机,每次匹配,它的算法复杂度只需要O(n)。因此复杂度不会随着匹配串数量的增加而增加。</p> </div> <div class="section" id="cpu"> <h3>自动绑定CPU亲缘性<a class="headerlink" href="#cpu" title="永久链接至标题">¶</a></h3> <p>原有的Nginx CPU绑定需要手工操作,在Tengine中我们将Worker进程和CPU进行自动绑定, 可以减少因CPU的Cache失效带来的性能损失,从而提高性能。另外,这样也减少了运维配置的工作量。Tengine对Nginx机制的增强则包含以下几个方面。</p> </div> <div class="section" id="lua"> <h3>Lua模块<a class="headerlink" href="#lua" title="永久链接至标题">¶</a></h3> <p>基于降低Nginx模块开发难度的初衷,Lua模块(ngx_lua)将Lua嵌入进Nginx核心中,借助于Lua的协程和Nginx的事件模型实现同步、非阻塞的I /O操作,开发者在Nginx配置文件中可串行同步编写Lua脚本来处理业务逻辑,既可以用它来黏合各种上游(Proxy、Drizzle、 Redis、Memcached等)的输出,也可以使用它的Cosocket接口来编写访问上游的客户端。 得益于Lua解释器极低的开销和JIT技术(LuaJIT),用户不用编写复杂的C模块就能获得极高的吞吐性能。也可以动态更改逻辑,不用再重新编译Nginx代码,从而带来了极大的灵活性。</p> <p>Lua模块在初始化时为每个Nginx工作进程创建一个Lua/LuaJIT实例(Lua VM),同一进程处理的所有请求将共享该实例,并且Lua模块将用户Lua代码包装为协程工厂缓存在Nginx内, 一个请求到来时协程工厂为它分配一个独立协程来运行业务逻辑。在需要进行阻塞的I/O操作时,Lua模块自动将I/O操作委托给Nginx的事件处理模型,并保存正在运行的协程上下文, 返回到Nginx工作进程中处理其他请求,等到I/O操作完成时,又会恢复该协程继续运行。</p> <div class="figure" id="id8"> <img alt="../../_images/nginx_lua.png" src="../../_images/nginx_lua.png" /> <p class="caption"><span class="caption-text">Nginx事件与Lua协程</span></p> </div> </div> <div class="section" id="id5"> <h3>动态模块支持<a class="headerlink" href="#id5" title="永久链接至标题">¶</a></h3> <p>Tengine中加入了动态模块功能,对模块实现了动态编译,加入模块不再需要静态编译整个Tengine代码。使用方法类似Apache,在使用时可以当场动态编译想加入的模块,非常方便。</p> <ol class="arabic simple"> <li>我们提供类似apxs的编译工具,将模块编译成动态链接库。</li> <li>在Tengine启动时通过动态链接库读入模块的模块结构体,这个结构体包含了模块处理的所有信息。</li> <li>Tengine有内置的模块加载顺序表,也可在配置文件中显式的指定模块的加载顺序,保证模块加载顺序正常。</li> <li>Tengine内部通过两个版本号(Major和Minor)来控制动态链接库(.so文件)的前后兼容性。 当Major版本号相同时,较新版本的Tengine兼容较旧版本的.so文件(Tengine的Minor大于.so文件)。只有当Tengine的API发生重大变化时,Major的版本号才发生变化。增加新的API只会增加Minor版本号。</li> </ol> </div> <div class="section" id="id6"> <h3>输入体过滤器支持<a class="headerlink" href="#id6" title="永久链接至标题">¶</a></h3> <p>Nginx没有对请求主体内容的过滤机制,而且在处理较大请求时,可能会缓存到磁盘的临时文件上,因此对输入体的分析和过滤很不方便。Tengine中增加了对于读取用户请求输入体的回调函数,该函数优先于缓存磁盘执行。在收到请求体时会调用这个回调函数,可以方便地对上传的内容进行过滤。而且所有输入体过滤器以链式流程处理。</p> </div> <div class="section" id="id7"> <h3>开启额外进程的机制<a class="headerlink" href="#id7" title="永久链接至标题">¶</a></h3> <p>Tengine中可以方便地启动进程,这些进程可以独立于原有Nginx工作进程,用来执行某些特殊逻辑(例如非HTTP的应用场景)。该机制在Tengine中增加了一种全新的模块类型, 可以开发多个不同用途的进程模块。</p> </div> <div class="section" id="syslog"> <h3>对Syslog和管道日志的支持<a class="headerlink" href="#syslog" title="永久链接至标题">¶</a></h3> <p>Syslog功能对于集中式的日志管理非常有用,因此现有大部分的服务器软件都支持Syslog功能。 Tengine可以将错误日志和访问日志发送到本地或远程的Syslog服务器。我们完全实现了底层Syslog的协议(使用UDP),解决了Syslog接口阻塞的问题。Tengine也支持通过管道方式将日志写到另一个程序,如Cronolog。此外,在Tengine中,还可以对日志进行抽样,例如只记录1%的日志,从而降低对磁盘I/O的压力,对繁忙的业务颇有用处。</p> </div> <div class="section" id="api"> <h3>API的增强<a class="headerlink" href="#api" title="永久链接至标题">¶</a></h3> <p>Tengine对Nginx的API进行了扩充,如内存操作、HTTP头处理等,以简化模块开发的难度。</p> <p>目前Tengine比Nginx增加功能模块主要有下面一些。</p> <ul> <li><p class="first">Concat模块</p> <p>可以组合多个JavaScript和CSS请求变成一个,从而降低下载时间,提高用户体验。该模块对于提高前端的响应时间非常有用。</p> </li> <li><p class="first">Sysguard模块</p> <p>在系统的Load或者内存(Swap)使用超过一定阈值或比例时返回等待页面,从而保护服务器。</p> </li> <li><p class="first">User_agent模块</p> <p>利用trie结构,扫描浏览器和爬虫的种类,定义$browser和$os变量,比Nginx的Browser模块更加灵活且性能更高。</p> </li> <li><p class="first">Footer模块</p> <p>在响应内容后添加一段内容。可用来添加Host信息,对定位大量服务器中出问题的个别机器很有用。</p> </li> <li><p class="first">Slice模块</p> <p>用来访问一个文件中的一个片段,可以指定开始和结束的偏移值也可以增加头和尾。</p> </li> <li><p class="first">Backtrace模块</p> <p>在遇到异常如崩溃时将调用栈输出到日志以便于问题定位。</p> </li> <li><p class="first">主动式Upstream健康检查模块</p> <p>可以对后端的HTTP、HTTPS、MySQL等类型的服务器定期发起心跳包,维护后端的健康情况, 当服务器不可用时,就不再向其发送实际请求。实现了Tengine与后端服务器的高可用。</p> </li> </ul> <p>针对易运维性,我们在几个方面对Tengine进行增强,下表是Nginx与Tengine的对比。</p> <table border="1" class="docutils"> <colgroup> <col width="17%" /> <col width="31%" /> <col width="51%" /> </colgroup> <thead valign="bottom"> <tr class="row-odd"><th class="head">功能</th> <th class="head">Nginx</th> <th class="head">Tengine</th> </tr> </thead> <tbody valign="top"> <tr class="row-even"><td>日志</td> <td>File</td> <td>Syslog, Pipe, File,可抽样</td> </tr> <tr class="row-odd"><td>编译方式</td> <td>每次静态编译</td> <td>核心模块静态编译,功能模块各自编译,动态加载</td> </tr> <tr class="row-even"><td>健康检查方式</td> <td>被动式检查</td> <td>主动式心跳检查</td> </tr> <tr class="row-odd"><td>状态统计</td> <td>只显示并发连接数和请求数</td> <td>可针对域名、端口进行统计,也可对流量进行统计</td> </tr> <tr class="row-even"><td>后端连接数限制</td> <td>无</td> <td>可以针对后端服务器进行连接数限制</td> </tr> <tr class="row-odd"><td>命令行</td> <td>可显示版本号和编译</td> <td>选项还可以显示 - 所有编译进去的模块(-m)、 - 所有支持的指令(-l)、 - 输出所有include 的文件(-d)</td> </tr> <tr class="row-even"><td>CPU亲缘性</td> <td>手工绑定</td> <td>自动绑定</td> </tr> <tr class="row-odd"><td>过载保护</td> <td>无</td> <td>Sysguard 模块</td> </tr> <tr class="row-even"><td>崩溃输出堆栈</td> <td>Coredump</td> <td>Coredump、backtrace模块</td> </tr> </tbody> </table> <p>Tengine目前正在做的改进还包括以下方面。</p> <ul class="simple"> <li>负载均衡的增强如更多负载均衡算法和云的支持等,一致性Hash模块、Session保持模块、 后端连接数限制模块、随机负载均衡模块等。</li> <li>Cache功能增强,主要是内存Cache的支持,降低高并发对磁盘I/O带来的影响。</li> <li>更强的统计模块,可以根据端口或者域名统计流量、连接数等有用的信息。</li> </ul> </div> </div> </div> </div> </div> <footer> <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> <a href="arch.html" class="btn btn-neutral float-right" title="架构" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> <a href="index.html" class="btn btn-neutral float-left" title="Tengine" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> </div> <hr/> <div role="contentinfo"> <p> &copy; Copyright 2019, 赵子清 </p> </div> </footer> </div> </div> </section> </div> <script type="text/javascript"> jQuery(function () { SphinxRtdTheme.Navigation.enable(true); }); </script> </body> </html>
css/foundation.css
developmentDM2/The-Haute-Mess
meta.foundation-version { font-family: "/5.5.1/"; } meta.foundation-mq-small { font-family: "/only screen/"; width: 0; } meta.foundation-mq-small-only { font-family: "/only screen and (max-width: 40em)/"; width: 0; } meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; } meta.foundation-mq-medium-only { font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/"; width: 40.063em; } meta.foundation-mq-large { font-family: "/only screen and (min-width:64.063em)/"; width: 64.063em; } meta.foundation-mq-large-only { font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/"; width: 64.063em; } meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:90.063em)/"; width: 90.063em; } meta.foundation-mq-xlarge-only { font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/"; width: 90.063em; } meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120.063em)/"; width: 120.063em; } meta.foundation-data-attribute-namespace { font-family: false; } html, body { height: 100%; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body { font-size: 100%; } body { background: #fff; color: #222; padding: 0; margin: 0; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1.5; position: relative; cursor: auto; } a:hover { cursor: pointer; } img { max-width: 100%; height: auto; } img { -ms-interpolation-mode: bicubic; } #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } .left { float: left !important; } .right { float: right !important; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .hide { display: none; } .invisible { visibility: hidden; } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } img { display: inline-block; vertical-align: middle; } textarea { height: auto; min-height: 50px; } select { width: 100%; } .row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5rem; } .row:before, .row:after { content: " "; display: table; } .row:after { clear: both; } .row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; } .row.collapse .row { margin-left: 0; margin-right: 0; } .row .row { width: auto; margin-left: -0.9375rem; margin-right: -0.9375rem; margin-top: 0; margin-bottom: 0; max-width: none; } .row .row:before, .row .row:after { content: " "; display: table; } .row .row:after { clear: both; } .row .row.collapse { width: auto; margin: 0; max-width: none; } .row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; } .row .row.collapse:after { clear: both; } .column, .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } [class*="column"] + [class*="column"]:last-child { float: right; } [class*="column"] + [class*="column"].end { float: left; } @media only screen { .small-push-0 { position: relative; left: 0%; right: auto; } .small-pull-0 { position: relative; right: 0%; left: auto; } .small-push-1 { position: relative; left: 8.33333%; right: auto; } .small-pull-1 { position: relative; right: 8.33333%; left: auto; } .small-push-2 { position: relative; left: 16.66667%; right: auto; } .small-pull-2 { position: relative; right: 16.66667%; left: auto; } .small-push-3 { position: relative; left: 25%; right: auto; } .small-pull-3 { position: relative; right: 25%; left: auto; } .small-push-4 { position: relative; left: 33.33333%; right: auto; } .small-pull-4 { position: relative; right: 33.33333%; left: auto; } .small-push-5 { position: relative; left: 41.66667%; right: auto; } .small-pull-5 { position: relative; right: 41.66667%; left: auto; } .small-push-6 { position: relative; left: 50%; right: auto; } .small-pull-6 { position: relative; right: 50%; left: auto; } .small-push-7 { position: relative; left: 58.33333%; right: auto; } .small-pull-7 { position: relative; right: 58.33333%; left: auto; } .small-push-8 { position: relative; left: 66.66667%; right: auto; } .small-pull-8 { position: relative; right: 66.66667%; left: auto; } .small-push-9 { position: relative; left: 75%; right: auto; } .small-pull-9 { position: relative; right: 75%; left: auto; } .small-push-10 { position: relative; left: 83.33333%; right: auto; } .small-pull-10 { position: relative; right: 83.33333%; left: auto; } .small-push-11 { position: relative; left: 91.66667%; right: auto; } .small-pull-11 { position: relative; right: 91.66667%; left: auto; } .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .small-1 { width: 8.33333%; } .small-2 { width: 16.66667%; } .small-3 { width: 25%; } .small-4 { width: 33.33333%; } .small-5 { width: 41.66667%; } .small-6 { width: 50%; } .small-7 { width: 58.33333%; } .small-8 { width: 66.66667%; } .small-9 { width: 75%; } .small-10 { width: 83.33333%; } .small-11 { width: 91.66667%; } .small-12 { width: 100%; } .small-offset-0 { margin-left: 0% !important; } .small-offset-1 { margin-left: 8.33333% !important; } .small-offset-2 { margin-left: 16.66667% !important; } .small-offset-3 { margin-left: 25% !important; } .small-offset-4 { margin-left: 33.33333% !important; } .small-offset-5 { margin-left: 41.66667% !important; } .small-offset-6 { margin-left: 50% !important; } .small-offset-7 { margin-left: 58.33333% !important; } .small-offset-8 { margin-left: 66.66667% !important; } .small-offset-9 { margin-left: 75% !important; } .small-offset-10 { margin-left: 83.33333% !important; } .small-offset-11 { margin-left: 91.66667% !important; } .small-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; } .column.small-uncentered, .columns.small-uncentered { margin-left: 0; margin-right: 0; float: left; } .column.small-centered:last-child, .columns.small-centered:last-child { float: none; } .column.small-uncentered:last-child, .columns.small-uncentered:last-child { float: left; } .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right; } .row.small-collapse > .column, .row.small-collapse > .columns { padding-left: 0; padding-right: 0; } .row.small-collapse .row { margin-left: 0; margin-right: 0; } .row.small-uncollapse > .column, .row.small-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } } @media only screen and (min-width: 40.063em) { .medium-push-0 { position: relative; left: 0%; right: auto; } .medium-pull-0 { position: relative; right: 0%; left: auto; } .medium-push-1 { position: relative; left: 8.33333%; right: auto; } .medium-pull-1 { position: relative; right: 8.33333%; left: auto; } .medium-push-2 { position: relative; left: 16.66667%; right: auto; } .medium-pull-2 { position: relative; right: 16.66667%; left: auto; } .medium-push-3 { position: relative; left: 25%; right: auto; } .medium-pull-3 { position: relative; right: 25%; left: auto; } .medium-push-4 { position: relative; left: 33.33333%; right: auto; } .medium-pull-4 { position: relative; right: 33.33333%; left: auto; } .medium-push-5 { position: relative; left: 41.66667%; right: auto; } .medium-pull-5 { position: relative; right: 41.66667%; left: auto; } .medium-push-6 { position: relative; left: 50%; right: auto; } .medium-pull-6 { position: relative; right: 50%; left: auto; } .medium-push-7 { position: relative; left: 58.33333%; right: auto; } .medium-pull-7 { position: relative; right: 58.33333%; left: auto; } .medium-push-8 { position: relative; left: 66.66667%; right: auto; } .medium-pull-8 { position: relative; right: 66.66667%; left: auto; } .medium-push-9 { position: relative; left: 75%; right: auto; } .medium-pull-9 { position: relative; right: 75%; left: auto; } .medium-push-10 { position: relative; left: 83.33333%; right: auto; } .medium-pull-10 { position: relative; right: 83.33333%; left: auto; } .medium-push-11 { position: relative; left: 91.66667%; right: auto; } .medium-pull-11 { position: relative; right: 91.66667%; left: auto; } .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .medium-1 { width: 8.33333%; } .medium-2 { width: 16.66667%; } .medium-3 { width: 25%; } .medium-4 { width: 33.33333%; } .medium-5 { width: 41.66667%; } .medium-6 { width: 50%; } .medium-7 { width: 58.33333%; } .medium-8 { width: 66.66667%; } .medium-9 { width: 75%; } .medium-10 { width: 83.33333%; } .medium-11 { width: 91.66667%; } .medium-12 { width: 100%; } .medium-offset-0 { margin-left: 0% !important; } .medium-offset-1 { margin-left: 8.33333% !important; } .medium-offset-2 { margin-left: 16.66667% !important; } .medium-offset-3 { margin-left: 25% !important; } .medium-offset-4 { margin-left: 33.33333% !important; } .medium-offset-5 { margin-left: 41.66667% !important; } .medium-offset-6 { margin-left: 50% !important; } .medium-offset-7 { margin-left: 58.33333% !important; } .medium-offset-8 { margin-left: 66.66667% !important; } .medium-offset-9 { margin-left: 75% !important; } .medium-offset-10 { margin-left: 83.33333% !important; } .medium-offset-11 { margin-left: 91.66667% !important; } .medium-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; } .column.medium-uncentered, .columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left; } .column.medium-centered:last-child, .columns.medium-centered:last-child { float: none; } .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child { float: left; } .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right; } .row.medium-collapse > .column, .row.medium-collapse > .columns { padding-left: 0; padding-right: 0; } .row.medium-collapse .row { margin-left: 0; margin-right: 0; } .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .push-0 { position: relative; left: 0%; right: auto; } .pull-0 { position: relative; right: 0%; left: auto; } .push-1 { position: relative; left: 8.33333%; right: auto; } .pull-1 { position: relative; right: 8.33333%; left: auto; } .push-2 { position: relative; left: 16.66667%; right: auto; } .pull-2 { position: relative; right: 16.66667%; left: auto; } .push-3 { position: relative; left: 25%; right: auto; } .pull-3 { position: relative; right: 25%; left: auto; } .push-4 { position: relative; left: 33.33333%; right: auto; } .pull-4 { position: relative; right: 33.33333%; left: auto; } .push-5 { position: relative; left: 41.66667%; right: auto; } .pull-5 { position: relative; right: 41.66667%; left: auto; } .push-6 { position: relative; left: 50%; right: auto; } .pull-6 { position: relative; right: 50%; left: auto; } .push-7 { position: relative; left: 58.33333%; right: auto; } .pull-7 { position: relative; right: 58.33333%; left: auto; } .push-8 { position: relative; left: 66.66667%; right: auto; } .pull-8 { position: relative; right: 66.66667%; left: auto; } .push-9 { position: relative; left: 75%; right: auto; } .pull-9 { position: relative; right: 75%; left: auto; } .push-10 { position: relative; left: 83.33333%; right: auto; } .pull-10 { position: relative; right: 83.33333%; left: auto; } .push-11 { position: relative; left: 91.66667%; right: auto; } .pull-11 { position: relative; right: 91.66667%; left: auto; } } @media only screen and (min-width: 64.063em) { .large-push-0 { position: relative; left: 0%; right: auto; } .large-pull-0 { position: relative; right: 0%; left: auto; } .large-push-1 { position: relative; left: 8.33333%; right: auto; } .large-pull-1 { position: relative; right: 8.33333%; left: auto; } .large-push-2 { position: relative; left: 16.66667%; right: auto; } .large-pull-2 { position: relative; right: 16.66667%; left: auto; } .large-push-3 { position: relative; left: 25%; right: auto; } .large-pull-3 { position: relative; right: 25%; left: auto; } .large-push-4 { position: relative; left: 33.33333%; right: auto; } .large-pull-4 { position: relative; right: 33.33333%; left: auto; } .large-push-5 { position: relative; left: 41.66667%; right: auto; } .large-pull-5 { position: relative; right: 41.66667%; left: auto; } .large-push-6 { position: relative; left: 50%; right: auto; } .large-pull-6 { position: relative; right: 50%; left: auto; } .large-push-7 { position: relative; left: 58.33333%; right: auto; } .large-pull-7 { position: relative; right: 58.33333%; left: auto; } .large-push-8 { position: relative; left: 66.66667%; right: auto; } .large-pull-8 { position: relative; right: 66.66667%; left: auto; } .large-push-9 { position: relative; left: 75%; right: auto; } .large-pull-9 { position: relative; right: 75%; left: auto; } .large-push-10 { position: relative; left: 83.33333%; right: auto; } .large-pull-10 { position: relative; right: 83.33333%; left: auto; } .large-push-11 { position: relative; left: 91.66667%; right: auto; } .large-pull-11 { position: relative; right: 91.66667%; left: auto; } .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .large-1 { width: 8.33333%; } .large-2 { width: 16.66667%; } .large-3 { width: 25%; } .large-4 { width: 33.33333%; } .large-5 { width: 41.66667%; } .large-6 { width: 50%; } .large-7 { width: 58.33333%; } .large-8 { width: 66.66667%; } .large-9 { width: 75%; } .large-10 { width: 83.33333%; } .large-11 { width: 91.66667%; } .large-12 { width: 100%; } .large-offset-0 { margin-left: 0% !important; } .large-offset-1 { margin-left: 8.33333% !important; } .large-offset-2 { margin-left: 16.66667% !important; } .large-offset-3 { margin-left: 25% !important; } .large-offset-4 { margin-left: 33.33333% !important; } .large-offset-5 { margin-left: 41.66667% !important; } .large-offset-6 { margin-left: 50% !important; } .large-offset-7 { margin-left: 58.33333% !important; } .large-offset-8 { margin-left: 66.66667% !important; } .large-offset-9 { margin-left: 75% !important; } .large-offset-10 { margin-left: 83.33333% !important; } .large-offset-11 { margin-left: 91.66667% !important; } .large-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; } .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left; } .column.large-centered:last-child, .columns.large-centered:last-child { float: none; } .column.large-uncentered:last-child, .columns.large-uncentered:last-child { float: left; } .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right; } .row.large-collapse > .column, .row.large-collapse > .columns { padding-left: 0; padding-right: 0; } .row.large-collapse .row { margin-left: 0; margin-right: 0; } .row.large-uncollapse > .column, .row.large-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .push-0 { position: relative; left: 0%; right: auto; } .pull-0 { position: relative; right: 0%; left: auto; } .push-1 { position: relative; left: 8.33333%; right: auto; } .pull-1 { position: relative; right: 8.33333%; left: auto; } .push-2 { position: relative; left: 16.66667%; right: auto; } .pull-2 { position: relative; right: 16.66667%; left: auto; } .push-3 { position: relative; left: 25%; right: auto; } .pull-3 { position: relative; right: 25%; left: auto; } .push-4 { position: relative; left: 33.33333%; right: auto; } .pull-4 { position: relative; right: 33.33333%; left: auto; } .push-5 { position: relative; left: 41.66667%; right: auto; } .pull-5 { position: relative; right: 41.66667%; left: auto; } .push-6 { position: relative; left: 50%; right: auto; } .pull-6 { position: relative; right: 50%; left: auto; } .push-7 { position: relative; left: 58.33333%; right: auto; } .pull-7 { position: relative; right: 58.33333%; left: auto; } .push-8 { position: relative; left: 66.66667%; right: auto; } .pull-8 { position: relative; right: 66.66667%; left: auto; } .push-9 { position: relative; left: 75%; right: auto; } .pull-9 { position: relative; right: 75%; left: auto; } .push-10 { position: relative; left: 83.33333%; right: auto; } .pull-10 { position: relative; right: 83.33333%; left: auto; } .push-11 { position: relative; left: 91.66667%; right: auto; } .pull-11 { position: relative; right: 91.66667%; left: auto; } } .inline-list { margin: 0 auto 1.0625rem auto; margin-left: -1.375rem; margin-right: 0; padding: 0; list-style: none; overflow: hidden; } .inline-list > li { list-style: none; margin-left: 1.375rem; display: inline-block; text-align: center; } .inline-list > li > * { display: block; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } .text-justify { text-align: justify !important; } @media only screen and (max-width: 40em) { .small-only-text-left { text-align: left !important; } .small-only-text-right { text-align: right !important; } .small-only-text-center { text-align: center !important; } .small-only-text-justify { text-align: justify !important; } } @media only screen { .small-text-left { text-align: left !important; } .small-text-right { text-align: right !important; } .small-text-center { text-align: center !important; } .small-text-justify { text-align: justify !important; } } @media only screen and (min-width: 40.063em) and (max-width: 64em) { .medium-only-text-left { text-align: left !important; } .medium-only-text-right { text-align: right !important; } .medium-only-text-center { text-align: center !important; } .medium-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 40.063em) { .medium-text-left { text-align: left !important; } .medium-text-right { text-align: right !important; } .medium-text-center { text-align: center !important; } .medium-text-justify { text-align: justify !important; } } @media only screen and (min-width: 64.063em) and (max-width: 90em) { .large-only-text-left { text-align: left !important; } .large-only-text-right { text-align: right !important; } .large-only-text-center { text-align: center !important; } .large-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 64.063em) { .large-text-left { text-align: left !important; } .large-text-right { text-align: right !important; } .large-text-center { text-align: center !important; } .large-text-justify { text-align: justify !important; } } @media only screen and (min-width: 90.063em) and (max-width: 120em) { .xlarge-only-text-left { text-align: left !important; } .xlarge-only-text-right { text-align: right !important; } .xlarge-only-text-center { text-align: center !important; } .xlarge-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 90.063em) { .xlarge-text-left { text-align: left !important; } .xlarge-text-right { text-align: right !important; } .xlarge-text-center { text-align: center !important; } .xlarge-text-justify { text-align: justify !important; } } @media only screen and (min-width: 120.063em) and (max-width: 99999999em) { .xxlarge-only-text-left { text-align: left !important; } .xxlarge-only-text-right { text-align: right !important; } .xxlarge-only-text-center { text-align: center !important; } .xxlarge-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 120.063em) { .xxlarge-text-left { text-align: left !important; } .xxlarge-text-right { text-align: right !important; } .xxlarge-text-center { text-align: center !important; } .xxlarge-text-justify { text-align: justify !important; } } /* Typography resets */ div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; } /* Default Link Styles */ a { color: #008CBA; text-decoration: none; line-height: inherit; } a:hover, a:focus { color: #0078a0; } a img { border: none; } /* Default paragraph styles */ p { font-family: inherit; font-weight: normal; font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; text-rendering: optimizeLegibility; } p.lead { font-size: 1.21875rem; line-height: 1.6; } p aside { font-size: 0.875rem; line-height: 1.35; font-style: italic; } /* Default header styles */ h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; font-style: normal; color: #222222; text-rendering: optimizeLegibility; margin-top: 0.2rem; margin-bottom: 0.5rem; line-height: 1.4; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; } h1 { font-size: 2.125rem; } h2 { font-size: 1.6875rem; } h3 { font-size: 1.375rem; } h4 { font-size: 1.125rem; } h5 { font-size: 1.125rem; } h6 { font-size: 1rem; } .subheader { line-height: 1.4; color: #6f6f6f; font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; } hr { border: solid #DDDDDD; border-width: 1px 0 0; clear: both; margin: 1.25rem 0 1.1875rem; height: 0; } /* Helpful Typography Defaults */ em, i { font-style: italic; line-height: inherit; } strong, b { font-weight: bold; line-height: inherit; } small { font-size: 60%; line-height: inherit; } code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #333333; background-color: #f8f8f8; border-width: 1px; border-style: solid; border-color: #dfdfdf; padding: 0.125rem 0.3125rem 0.0625rem; } /* Lists */ ul, ol, dl { font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; list-style-position: outside; font-family: inherit; } ul { margin-left: 1.1rem; } ul.no-bullet { margin-left: 0; } ul.no-bullet li ul, ul.no-bullet li ol { margin-left: 1.25rem; margin-bottom: 0; list-style: none; } /* Unordered Lists */ ul li ul, ul li ol { margin-left: 1.25rem; margin-bottom: 0; } ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } ul.square { list-style-type: square; margin-left: 1.1rem; } ul.circle { list-style-type: circle; margin-left: 1.1rem; } ul.disc { list-style-type: disc; margin-left: 1.1rem; } ul.no-bullet { list-style: none; } /* Ordered Lists */ ol { margin-left: 1.4rem; } ol li ul, ol li ol { margin-left: 1.25rem; margin-bottom: 0; } /* Definition Lists */ dl dt { margin-bottom: 0.3rem; font-weight: bold; } dl dd { margin-bottom: 0.75rem; } /* Abbreviations */ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; cursor: help; } abbr { text-transform: none; } abbr[title] { border-bottom: 1px dotted #DDDDDD; } /* Blockquotes */ blockquote { margin: 0 0 1.25rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: 1px solid #DDDDDD; } blockquote cite { display: block; font-size: 0.8125rem; color: #555555; } blockquote cite:before { content: "\2014 \0020"; } blockquote cite a, blockquote cite a:visited { color: #555555; } blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; } /* Microformats */ .vcard { display: inline-block; margin: 0 0 1.25rem 0; border: 1px solid #DDDDDD; padding: 0.625rem 0.75rem; } .vcard li { margin: 0; display: block; } .vcard .fn { font-weight: bold; font-size: 0.9375rem; } .vevent .summary { font-weight: bold; } .vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625rem; } @media only screen and (min-width: 40.063em) { h1, h2, h3, h4, h5, h6 { line-height: 1.4; } h1 { font-size: 2.75rem; } h2 { font-size: 2.3125rem; } h3 { font-size: 1.6875rem; } h4 { font-size: 1.4375rem; } h5 { font-size: 1.125rem; } h6 { font-size: 1rem; } } .reveal-modal-bg { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #000000; background: rgba(0, 0, 0, 0.45); z-index: 1004; display: none; left: 0; } .reveal-modal { visibility: hidden; display: none; position: absolute; z-index: 1005; width: 100%; top: 0; border-radius: 3px; left: 0; background-color: #FFFFFF; padding: 1.875rem; border: solid 1px #666666; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } @media only screen and (max-width: 40em) { .reveal-modal { min-height: 100vh; } } .reveal-modal .column, .reveal-modal .columns { min-width: 0; } .reveal-modal > :first-child { margin-top: 0; } .reveal-modal > :last-child { margin-bottom: 0; } @media only screen and (min-width: 40.063em) { .reveal-modal { width: 80%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal { top: 6.25rem; } } .reveal-modal.radius { border-radius: 3px; } .reveal-modal.round { border-radius: 1000px; } .reveal-modal.collapse { padding: 0; } @media only screen and (min-width: 40.063em) { .reveal-modal.tiny { width: 30%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.small { width: 40%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.medium { width: 60%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.large { width: 70%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.xlarge { width: 95%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } .reveal-modal.full { top: 0; left: 0; height: 100%; height: 100vh; min-height: 100vh; max-width: none !important; margin-left: 0 !important; } @media only screen and (min-width: 40.063em) { .reveal-modal.full { width: 100%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } .reveal-modal.toback { z-index: 1003; } .reveal-modal .close-reveal-modal { font-size: 2.5rem; line-height: 1; position: absolute; top: 0.625rem; right: 1.375rem; color: #AAAAAA; font-weight: bold; cursor: pointer; } .label { font-weight: normal; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline-block; position: relative; margin-bottom: auto; padding: 0.25rem 0.5rem 0.25rem; font-size: 0.6875rem; background-color: #008CBA; color: #FFFFFF; } .label.radius { border-radius: 3px; } .label.round { border-radius: 1000px; } .label.alert { background-color: #f04124; color: #FFFFFF; } .label.warning { background-color: #f08a24; color: #FFFFFF; } .label.success { background-color: #43AC6A; color: #FFFFFF; } .label.secondary { background-color: #e7e7e7; color: #333333; } .label.info { background-color: #a0d3e8; color: #333333; } [class*="block-grid-"] { display: block; padding: 0; margin: 0 -0.625rem; } [class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; } [class*="block-grid-"]:after { clear: both; } [class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; } @media only screen { .small-block-grid-1 > li { width: 100%; list-style: none; } .small-block-grid-1 > li:nth-of-type(1n) { clear: none; } .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .small-block-grid-2 > li { width: 50%; list-style: none; } .small-block-grid-2 > li:nth-of-type(1n) { clear: none; } .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .small-block-grid-3 > li { width: 33.33333%; list-style: none; } .small-block-grid-3 > li:nth-of-type(1n) { clear: none; } .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .small-block-grid-4 > li { width: 25%; list-style: none; } .small-block-grid-4 > li:nth-of-type(1n) { clear: none; } .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .small-block-grid-5 > li { width: 20%; list-style: none; } .small-block-grid-5 > li:nth-of-type(1n) { clear: none; } .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .small-block-grid-6 > li { width: 16.66667%; list-style: none; } .small-block-grid-6 > li:nth-of-type(1n) { clear: none; } .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .small-block-grid-7 > li { width: 14.28571%; list-style: none; } .small-block-grid-7 > li:nth-of-type(1n) { clear: none; } .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .small-block-grid-8 > li { width: 12.5%; list-style: none; } .small-block-grid-8 > li:nth-of-type(1n) { clear: none; } .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .small-block-grid-9 > li { width: 11.11111%; list-style: none; } .small-block-grid-9 > li:nth-of-type(1n) { clear: none; } .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .small-block-grid-10 > li { width: 10%; list-style: none; } .small-block-grid-10 > li:nth-of-type(1n) { clear: none; } .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .small-block-grid-11 > li { width: 9.09091%; list-style: none; } .small-block-grid-11 > li:nth-of-type(1n) { clear: none; } .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .small-block-grid-12 > li { width: 8.33333%; list-style: none; } .small-block-grid-12 > li:nth-of-type(1n) { clear: none; } .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 40.063em) { .medium-block-grid-1 > li { width: 100%; list-style: none; } .medium-block-grid-1 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .medium-block-grid-2 > li { width: 50%; list-style: none; } .medium-block-grid-2 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .medium-block-grid-3 > li { width: 33.33333%; list-style: none; } .medium-block-grid-3 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .medium-block-grid-4 > li { width: 25%; list-style: none; } .medium-block-grid-4 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .medium-block-grid-5 > li { width: 20%; list-style: none; } .medium-block-grid-5 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .medium-block-grid-6 > li { width: 16.66667%; list-style: none; } .medium-block-grid-6 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .medium-block-grid-7 > li { width: 14.28571%; list-style: none; } .medium-block-grid-7 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .medium-block-grid-8 > li { width: 12.5%; list-style: none; } .medium-block-grid-8 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .medium-block-grid-9 > li { width: 11.11111%; list-style: none; } .medium-block-grid-9 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .medium-block-grid-10 > li { width: 10%; list-style: none; } .medium-block-grid-10 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .medium-block-grid-11 > li { width: 9.09091%; list-style: none; } .medium-block-grid-11 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .medium-block-grid-12 > li { width: 8.33333%; list-style: none; } .medium-block-grid-12 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 64.063em) { .large-block-grid-1 > li { width: 100%; list-style: none; } .large-block-grid-1 > li:nth-of-type(1n) { clear: none; } .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .large-block-grid-2 > li { width: 50%; list-style: none; } .large-block-grid-2 > li:nth-of-type(1n) { clear: none; } .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .large-block-grid-3 > li { width: 33.33333%; list-style: none; } .large-block-grid-3 > li:nth-of-type(1n) { clear: none; } .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .large-block-grid-4 > li { width: 25%; list-style: none; } .large-block-grid-4 > li:nth-of-type(1n) { clear: none; } .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .large-block-grid-5 > li { width: 20%; list-style: none; } .large-block-grid-5 > li:nth-of-type(1n) { clear: none; } .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .large-block-grid-6 > li { width: 16.66667%; list-style: none; } .large-block-grid-6 > li:nth-of-type(1n) { clear: none; } .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .large-block-grid-7 > li { width: 14.28571%; list-style: none; } .large-block-grid-7 > li:nth-of-type(1n) { clear: none; } .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .large-block-grid-8 > li { width: 12.5%; list-style: none; } .large-block-grid-8 > li:nth-of-type(1n) { clear: none; } .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .large-block-grid-9 > li { width: 11.11111%; list-style: none; } .large-block-grid-9 > li:nth-of-type(1n) { clear: none; } .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .large-block-grid-10 > li { width: 10%; list-style: none; } .large-block-grid-10 > li:nth-of-type(1n) { clear: none; } .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .large-block-grid-11 > li { width: 9.09091%; list-style: none; } .large-block-grid-11 > li:nth-of-type(1n) { clear: none; } .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .large-block-grid-12 > li { width: 8.33333%; list-style: none; } .large-block-grid-12 > li:nth-of-type(1n) { clear: none; } .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } .keystroke, kbd { background-color: #ededed; border-color: #dddddd; color: #222222; border-style: solid; border-width: 1px; margin: 0; font-family: "Consolas", "Menlo", "Courier", monospace; font-size: inherit; padding: 0.125rem 0.25rem 0; border-radius: 3px; }
extensions/WikiEditor/modules/jquery.wikiEditor.dialogs.config.css
waltz/openurban
/* * CSS for WikiEditor Dialogs */ /* Table Dialog */ #wikieditor-toolbar-table-dialog fieldset { width: 218px; padding: 0; float: left; } #wikieditor-toolbar-table-dialog .wikieditor-toolbar-table-preview-wrapper { width: 330px; padding: 0; float: right; } .wikieditor-toolbar-table-preview-content * { cursor: default; } .wikiEditor-toolbar-dialog .wikieditor-toolbar-table-preview-wrapper table { width: 100% !important; } .wikiEditor-toolbar-dialog .wikieditor-toolbar-table-preview-content table td { padding: 10px 4px !important; height: auto !important; } .wikiEditor-toolbar-dialog .wikieditor-toolbar-table-preview-content table th { padding: 7px 3px !important; } .wikieditor-toolbar-table-dimension-fields .wikieditor-toolbar-field-wrapper { float: left; margin-right: 20px; vertical-align: bottom; } .wikiEditor-toolbar-dialog .ui-dialog-content { padding: 30px 20px 0 !important; } .wikieditor-toolbar-dialog-wrapper { width: 100%; } /* Insert Link Dialog */ #wikieditor-toolbar-link-int-target-status { float: right; } #wikieditor-toolbar-link-int-target, #wikieditor-toolbar-link-int-text { width: 100%; } #wikieditor-toolbar-tool-link-int-target-label { float: left; line-height: 1.7em; } #wikieditor-toolbar-link-int-target-status-exists, #wikieditor-toolbar-link-int-target-status-notexists, #wikieditor-toolbar-link-int-target-status-invalid, #wikieditor-toolbar-link-int-target-status-external { padding-left: 30px; background-position: 0 50%; background-repeat: no-repeat; } #wikieditor-toolbar-link-int-target-status-exists { /* @embed */ background-image: url(images/dialogs/insert-link-exists.png); background-position: left; } #wikieditor-toolbar-link-int-target-status-notexists { /* @embed */ background-image: url(images/dialogs/insert-link-notexists.png); background-position: left; } #wikieditor-toolbar-link-int-target-status-invalid { /* @embed */ background-image: url(images/dialogs/insert-link-invalid.png); background-position: left; } #wikieditor-toolbar-link-int-target-status-external { /* @embed */ background-image: url(images/dialogs/insert-link-external.png); background-position: left; } /* Reference Dialog */ #wikieditor-toolbar-reference-dialog label { float: left; line-height: 1.7em; } #wikieditor-toolbar-reference-text { width: 100%; } /* RTL Changes */ body.rtl #wikieditor-toolbar-link-int-target-status-external { /* @embed */ background-image: url(images/dialogs/insert-link-external-rtl.png); } body.rtl .wikiEditor-toolbar-dialog .ui-dialog-buttonpane button { float: left; margin: 0.5em 0.4em 0.5em 0 !important; } /* Template Editor Dialogs */ .wikiEditor-template-dialog-fields label { text-transform: capitalize; float: left; width: 25%; line-height: 2.25em; } .wikiEditor-template-dialog-fields textarea { float: right; width: 70%; line-height: 1.5em; height: 1.5em; } .wikiEditor-template-dialog-fields .wikiEditor-template-dialog-field-wrapper { padding: 0.75em 0.33em; border-bottom: dashed 1px silver; clear: both; } .wikiEditor-template-dialog-fields .wikiEditor-template-dialog-field-wrapper:first-child { padding-top: 0; } .wikiEditor-template-dialog-fields .wikiEditor-template-dialog-field-wrapper:last-child { border-bottom: none; } /* Self Clearing Floats */ .wikieditor-toolbar-table-dimension-fields:after, .wikieditor-toolbar-dialog-wrapper:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .wikieditor-toolbar-table-dimension-fields, .wikieditor-toolbar-dialog-wrapper { display: inline-table; } /* Hides from IE-mac \*/ * html .wikieditor-toolbar-table-dimension-fields, * html .wikieditor-toolbar-dialog-wrapper { height: 1%; } .wikieditor-toolbar-table-dimension-fields, .wikieditor-toolbar-dialog-wrapper { display: block; } /* End hide from IE-mac */ .wikiEditor-toolbar-dialog .ui-dialog-buttonpane { border-top: 1px solid #cccccc !important; } .wikiEditor-toolbar-dialog .ui-dialog-content { padding-bottom: 1em !important; } /* Edit dialog */ .wikiEditor-dialog-editoptions { margin-top: 15px; } /* Publish dialog */ .wikiEditor-publish-dialog-copywarn { margin-top: 0.5em; } .wikiEditor-publish-dialog-summary { margin-top: 1.5em; } .wikiEditor-publish-dialog-options { margin-top: 1.5em; }
_ASSETS/backup/old_site/v0.3/content_partner.html
christopherstock/GC_Carpentry
<html> <head> <title>Zimmerei Geiger | Holzbau, Trockenbau, Altbausanierung, Dachdeckerarbeiten in W&uuml;rzburg und Mainfranken</title> <META content="deutsch, de" name=language> <META content="" name=keywords> <META content="Zimmerei Geiger | Holzbau, Trockenbau, Altbausanierung, Dachdeckerarbeiten in W&uuml;rzburg und Mainfranken" name=description> <META content=de name=language> <META content="hiddenFrame * andreas g&ouml;tz" name=author> <META content="hiddenFrame * andreas g&ouml;tz" name=publisher> <META content="hiddenFrame 2003 * andreas g&ouml;tz" name=copyright> <META content=2004-02-01 name=date> <META content=global name=distribution> <META content=Alle name=audience> <META content=commercial name=classification> <META content="Web Site Design" name=classification> <META content=index,follow name=robots> <META content=all name=robots> <META content="4 days" name=revisit-after> <META http-equiv=reply-to content=info@hiddenframe.de> <META content="Zimmerei Geiger | Holzbau, Trockenbau, Altbausanierung, Dachdeckerarbeiten in W&uuml;rzburg und Mainfranken" name=page-topic> <META content="Zimmerei Geiger | Holzbau, Trockenbau, Altbausanierung, Dachdeckerarbeiten in W&uuml;rzburg und Mainfranken" name=abstract> <META content=YES name=allow-search> <META content="Zimmerei Geiger" name=searchtitle> <link rel="stylesheet" type="text/css" href="format.css"> <script language="JavaScript" type="text/javascript"> var ver=navigator.appVersion; var dom=document.getElementById?1:0; var ns4=(document.layers&&!dom)?1:0; var ns5=(dom&&parseInt(ver)>=5)?1:0; var ie4=(document.all&&!dom)?1:0; var ie5=(ver.indexOf("MSIE")>-1&&dom)?1:0; var rechner=navigator.platform; var win=(rechner.substring(0,3)=="Win")?1:0; </script> <script language="JavaScript" src="navigation.js" type="text/javascript"></script> <script language="Javascript"> <!-- umleiten('index.html'); //--> </script> </head> <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"> <div align="center"> <br><br> <table> <tr> <td width="500" class="text"> <table> <tr> <td class="text" valign="top"> <b>Dachziegel:</b> <ul> <li><a href="http://www.meindl-dachziegel.de/" target="_blank">Meindl</a></li> <li><a href="http://www.creaton.de/" target="_blank">Creaton</a></li> </ul> </td> <td><img src="images/leer.gif" width=50 height=1 alt="" border="0"></td> <td class="text" valign="top"> <b>Dachfenster:</b> <ul> <li><a href="http://www.roto-bauelemente.de/" target="_blank">Roto</a></li> <li><a href="http://www.velux.de/" target="_blank">Velux</a></li> <li><a href="http://www.glaskunst-kuhn.de/" target="_blank">Glaskunst Kuhn</a></li> </ul> </td> <td><img src="images/leer.gif" width=30 height=1 alt="" border="0"></td> <td class="text" valign="top"> <b>Bautr&auml;ger:</b> <ul> <li><a href="http://www.technos-bau.de" alt="Technos GmbH" target="_blank">Technos GmbH</a></li> </ul> </td> </tr> <tr> <td class="text" valign="top"> <b>Schrauben:</b> <ul> <li><a href="http://www.keller-kalmbach.com/" target="_blank">Keller & Kalmbach</a></li> </ul> </td> <td><img src="images/leer.gif" width=50 height=1 alt="" border="0"></td> <td class="text" valign="top"> <b>Farben:</b> <ul> <li><a href="http://www.eco-world.de/partner/Naturpunkt_Wuerzburg/portrait.html" target="_blank">Naturpunkt</a></li> <li><a href="http://web2.cylex.de/firma-home/schmitt-baubedarf-230183.html" target="_blank">Schmitt Baubedarf</a></li> </ul> </td> <td><img src="images/leer.gif" width=30 height=1 alt="" border="0"></td> <td class="text" valign="top"> <b>Holz:</b> <ul> <li><a href="http://www.dasmassivholzhaus.com" target="_blank">Das Massivholzhaus</a></li> <li><a href="http://www.ladenburger.de/" target="_blank">Ladenburger</a></li> <li><a href="http://www.gleitsmann-holz.com/" target="_blank">Gleitsmann</a></li> <li><a href="http://www.pavatex.de/" target="_blank">Pavatex</a></li> </ul> </td> </tr> </table> </td> </tr> </table> </div> </body> </html>
docs/html/phonon/Phonon.html
KDE/pykde4
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Phonon</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="stylesheet" type="text/css" href="../common/doxygen.css" /> <link rel="stylesheet" media="screen" type="text/css" title="KDE Colors" href="../common/kde.css" /> </head> <body> <div id="container"> <div id="header"> <div id="header_top"> <div> <div> <img alt ="" src="../common/top-kde.jpg"/> KDE 4.7 PyKDE API Reference </div> </div> </div> <div id="header_bottom"> <div id="location"> <ul> <li>KDE's Python API</li> </ul> </div> <div id="menu"> <ul> <li><a href="../modules.html">Overview</a></li> <li><a href="http://techbase.kde.org/Development/Languages/Python">PyKDE Home</a></li> <li><a href="http://kde.org/family/">Sitemap</a></li> <li><a href="http://kde.org/contact/">Contact Us</a></li> </ul> </div> </div> </div> <div id="body_wrapper"> <div id="body"> <div id="right"> <div class="content"> <div id="main"> <div class="clearer">&nbsp;</div> <h1>Phonon Namespace Reference</h1> <code>from PyKDE4.phonon.Phonon import *</code> <p> <h2>Detailed Description</h2> <h2>Class Index</h2> <table width="95%" align="center" border="0" cellpadding="0" cellspacing="0"> <tbody><tr><td><a name="letter_A">&nbsp;&nbsp;A&nbsp;&nbsp;</a></td><td><a name="letter_M">&nbsp;&nbsp;M&nbsp;&nbsp;</a></td><td><a class="el" href="Phonon.Path.html">Path</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td></tr> <tr><td><a class="el" href="Phonon.AbstractAudioOutput.html">AbstractAudioOutput</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.MediaController.html">MediaController</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.PulseSupport.html">PulseSupport</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td></tr> <tr><td><a class="el" href="Phonon.AbstractMediaStream.html">AbstractMediaStream</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.MediaNode.html">MediaNode</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_S">&nbsp;&nbsp;S&nbsp;&nbsp;</a></td></tr> <tr><td><a class="el" href="Phonon.AbstractVideoOutput.html">AbstractVideoOutput</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.MediaObject.html">MediaObject</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.SeekSlider.html">SeekSlider</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td></tr> <tr><td><a class="el" href="Phonon.AudioDataOutput.html">AudioDataOutput</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.MediaSource.html">MediaSource</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.StreamInterface.html">StreamInterface</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td></tr> <tr><td><a class="el" href="Phonon.AudioOutput.html">AudioOutput</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.Mrl.html">Mrl</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_V">&nbsp;&nbsp;V&nbsp;&nbsp;</a></td></tr> <tr><td><a name="letter_E">&nbsp;&nbsp;E&nbsp;&nbsp;</a></td><td><a name="letter_N">&nbsp;&nbsp;N&nbsp;&nbsp;</a></td><td><a class="el" href="Phonon.VideoPlayer.html">VideoPlayer</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td></tr> <tr><td><a class="el" href="Phonon.Effect.html">Effect</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.BackendCapabilities.Notifier.html">Notifier</a>&nbsp;(<a class="el" href="Phonon.BackendCapabilities.html">Phonon.BackendCapabilities</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.VideoWidget.html">VideoWidget</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td></tr> <tr><td><a class="el" href="Phonon.EffectParameter.html">EffectParameter</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_O">&nbsp;&nbsp;O&nbsp;&nbsp;</a></td><td><a class="el" href="Phonon.VideoWidgetInterface.html">VideoWidgetInterface</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td></tr> <tr><td><a class="el" href="Phonon.EffectWidget.html">EffectWidget</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.ObjectDescriptionData.html">ObjectDescriptionData</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.VolumeFaderEffect.html">VolumeFaderEffect</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td></tr> <tr><td><a name="letter_G">&nbsp;&nbsp;G&nbsp;&nbsp;</a></td><td><a class="el" href="Phonon.ObjectDescriptionModelData.html">ObjectDescriptionModelData</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a class="el" href="Phonon.VolumeSlider.html">VolumeSlider</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td></tr> <tr><td><a class="el" href="Phonon.GlobalConfig.html">GlobalConfig</a>&nbsp;(<a class="el" href="Phonon.html">Phonon</a>)&nbsp;&nbsp;&nbsp;</td><td><a name="letter_P">&nbsp;&nbsp;P&nbsp;&nbsp;</a></td><td></td></tr> </table> <table border="0" cellpadding="0" cellspacing="0"><tr><td colspan="2"><br><h2>Enumerations</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="#ObjectDescriptionType">ObjectDescriptionType</a>&nbsp;</td><td class="memItemRight" valign="bottom">{&nbsp;AudioOutputDeviceType, EffectType, AudioChannelType, SubtitleType, AudioCaptureDeviceType, VideoCaptureDeviceType&nbsp;}</td></tr> <tr><td colspan="2"><br><h2>Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../phonon/Phonon.Path.html">Phonon.Path</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#createPath">createPath</a> (<a href="../phonon/Phonon.MediaNode.html">Phonon.MediaNode</a> source, <a href="../phonon/Phonon.MediaNode.html">Phonon.MediaNode</a> sink)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"><a href="../phonon/Phonon.MediaObject.html">Phonon.MediaObject</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#createPlayer">createPlayer</a> (Phonon::Category category, <a href="../phonon/Phonon.MediaSource.html">Phonon.MediaSource</a> source=Phonon.MediaSource())</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#qHash">qHash</a> (<a href="../phonon/Phonon.EffectParameter.html">Phonon.EffectParameter</a> param)</td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="#registerMetaTypes">registerMetaTypes</a> ()</td></tr> </table> <hr><h2>Enumeration Documentation</h2><a class="anchor" name="ObjectDescriptionType"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr><td class="memname">ObjectDescriptionType</td> </tr> </table> </div> <div class="memdoc"><p>Defines the type of information that is contained in a ObjectDescription object. </p> <p> </p><dl compact><dt><b>Enumerator: </b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"><tr><td valign="top"><em>AudioOutputDeviceType</em>&nbsp;</td><td><tr><td valign="top"><em>EffectType</em>&nbsp;</td><td><tr><td valign="top"><em>AudioChannelType</em>&nbsp;</td><td><tr><td valign="top"><em>SubtitleType</em>&nbsp;</td><td><tr><td valign="top"><em>AudioCaptureDeviceType</em>&nbsp;</td><td><tr><td valign="top"><em>VideoCaptureDeviceType</em>&nbsp;</td><td></table> </dl> </div></div><p><hr><h2>Function Documentation</h2><a class="anchor" name="createPath"></a> <div class="memitem"> <div class="memproto"> <table class="memname"><tr> <td class="memname"><a href="../phonon/Phonon.Path.html">Phonon.Path</a> createPath</td> <td>(</td> <td class="paramtype"><a href="../phonon/Phonon.MediaNode.html">Phonon.MediaNode</a>&nbsp;</td> <td class="paramname"><em>source</em>, </td> </tr> <tr> <td class="memname"></td> <td></td> <td class="paramtype"><a href="../phonon/Phonon.MediaNode.html">Phonon.MediaNode</a>&nbsp;</td> <td class="paramname"><em>sink</em></td> </tr> <tr> <td></td> <td>)</td> <td></td> <td></td> <td width="100%"> </td> </tr></table> </div> <div class="memdoc"><p>Creates a new Path connecting two MediaNodes. </p> <p> The implementation will automatically select the right format and media type. E.g. connecting a MediaObject and AudioOutput will create a Path object connecting the audio. This might be represented as PCM or perhaps even AC3 depending on the AudioOutput object. </p> <p> </p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign="top"><em>source</em>&nbsp;</td><td> The MediaNode to connect an output from </td></tr> </table></dl> <p> </p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign="top"><em>sink</em>&nbsp;</td><td> The MediaNode to connect to. </td></tr> </table></dl> <p> </p></div></div><a class="anchor" name="createPlayer"></a> <div class="memitem"> <div class="memproto"> <table class="memname"><tr> <td class="memname"><a href="../phonon/Phonon.MediaObject.html">Phonon.MediaObject</a> createPlayer</td> <td>(</td> <td class="paramtype">Phonon::Category&nbsp;</td> <td class="paramname"><em>category</em>, </td> </tr> <tr> <td class="memname"></td> <td></td> <td class="paramtype"><a href="../phonon/Phonon.MediaSource.html">Phonon.MediaSource</a>&nbsp;</td> <td class="paramname"><em>source=Phonon.MediaSource()</em></td> </tr> <tr> <td></td> <td>)</td> <td></td> <td></td> <td width="100%"> </td> </tr></table> </div> <div class="memdoc"><p>Convenience function to create a MediaObject and AudioOutput connected by a path. </p></div></div><a class="anchor" name="qHash"></a> <div class="memitem"> <div class="memproto"> <table class="memname"><tr> <td class="memname">long qHash</td> <td>(</td> <td class="paramtype"><a href="../phonon/Phonon.EffectParameter.html">Phonon.EffectParameter</a>&nbsp;</td> <td class="paramname"><em>param</em></td> </tr> <tr> <td></td> <td>)</td> <td></td> <td></td> <td width="100%"> </td> </tr></table> </div> <div class="memdoc"><p>\class EffectParameter effectparameter.h phonon/EffectParameter This class describes one parameter of an effect. </p> <p> <dl class="author" compact><dt><b>Author:</b></dt><dd> Matthias Kretz &lt;kretz@kde.org&gt; </dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd> Effect </dd></dl> </p></div></div><a class="anchor" name="registerMetaTypes"></a> <div class="memitem"> <div class="memproto"> <table class="memname"><tr> <td class="memname"> registerMetaTypes</td> <td>(</td> <td class="paramtype">&nbsp;</td> <td class="paramname">)</td> <td width="100%"> </td> </tr> </table> </div> <div class="memdoc"><p>Information about methods for accessing a device </p> <p> It is used by the platform plugin or the backend to provide information about how to access a certain device. To access a device, one needs the driver name (alsa, oss, pulse for example), and the device name (dependent on the driver name). This type is essentialy a list of pairs of driver and device names. </p> <p> It can be put in an ObjectDescriptionData property list. </p> <p> <dl class="see" compact><dt><b>See also:</b></dt><dd> DeviceAccess </dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd> AudioCaptureDevice </dd></dl> </p></div></div> </div> </div> </div> <div id="left"> <div class="menu_box"> <div class="nav_list"> <ul> <li><a href="../allclasses.html">Full Index</a></li> </ul> </div> <a name="cp-menu" /><div class="menutitle"><div> <h2 id="cp-menu-project">Modules</h2> </div></div> <div class="nav_list"> <ul><li><a href="../akonadi/index.html">akonadi</a></li> <li><a href="../dnssd/index.html">dnssd</a></li> <li><a href="../kdecore/index.html">kdecore</a></li> <li><a href="../kdeui/index.html">kdeui</a></li> <li><a href="../khtml/index.html">khtml</a></li> <li><a href="../kio/index.html">kio</a></li> <li><a href="../knewstuff/index.html">knewstuff</a></li> <li><a href="../kparts/index.html">kparts</a></li> <li><a href="../kutils/index.html">kutils</a></li> <li><a href="../nepomuk/index.html">nepomuk</a></li> <li><a href="../phonon/index.html">phonon</a></li> <li><a href="../plasma/index.html">plasma</a></li> <li><a href="../polkitqt/index.html">polkitqt</a></li> <li><a href="../solid/index.html">solid</a></li> <li><a href="../soprano/index.html">soprano</a></li> </ul></div></div> </div> </div> <div class="clearer"/> </div> <div id="end_body"></div> </div> <div id="footer"><div id="footer_text"> This documentation is maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;simon&#64;simonzone&#46;com">Simon Edwards</a>.<br /> KDE<sup>&#174;</sup> and <a href="../images/kde_gear_black.png">the K Desktop Environment<sup>&#174;</sup> logo</a> are registered trademarks of <a href="http://ev.kde.org/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> | <a href="http://www.kde.org/contact/impressum.php">Legal</a> </div></div> </body> </html>
_classes/texturize_plugin.html
mgsolipa/b2evolution_phpxref
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Class Reference: texturize_plugin</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sample-print.css" type="text/css" media="print"> <style id="hilight" type="text/css"></style> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> </head> <body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff"> <table class="pagetitle" width="100%"> <tr> <td valign="top" class="pagetitle"> [ <a href="../index.html">Index</a> ] </td> <td align="right" class="pagetitle"> <h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2> </td> </tr> </table> <!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 --> <!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net --> <!-- http://phpxref.sourceforge.net/ --> <script src="../phpxref.js" type="text/javascript"></script> <script language="JavaScript" type="text/javascript"> <!-- ext='.html'; relbase='../'; subdir='_classes'; filename='index.html'; cookiekey='phpxref'; handleNavFrame(relbase, subdir, filename); logClass('texturize_plugin'); // --> </script> <script language="JavaScript" type="text/javascript"> if (gwGetCookie('xrefnav')=='off') document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>'); else document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>'); </script> <noscript> <p class="navlinks"> [ <a href="../nav.html" target="_top">Show Explorer</a> ] [ <a href="index.html" target="_top">Hide Navbar</a> ] </p> </noscript> [<a href="../index.html">Top level directory</a>]<br> <script language="JavaScript" type="text/javascript"> <!-- document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>'); document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">'); document.writeln('<tr><td class="searchbox-title">'); document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>'); document.writeln('<\/td><\/tr>'); document.writeln('<tr><td class="searchbox-body" id="searchbox-body">'); document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>'); document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: '); document.writeln('<input type="text" size=10 value="" name="classname"><br>'); document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: '); document.writeln('<input type="text" size=10 value="" name="funcname"><br>'); document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: '); document.writeln('<input type="text" size=10 value="" name="varname"><br>'); document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: '); document.writeln('<input type="text" size=10 value="" name="constname"><br>'); document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: '); document.writeln('<input type="text" size=10 value="" name="tablename"><br>'); document.writeln('<input type="submit" class="searchbox-button" value="Search">'); document.writeln('<\/form>'); document.writeln('<\/td><\/tr><\/table>'); document.writeln('<\/td><\/tr><\/table>'); // --> </script> <div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div> <h3>Class Cross Reference</h3> <h2><a href="index.html#texturize_plugin">texturize_plugin</a></h2> <b>Defined at:</b><ul> <li><a href="../plugins/_texturize.plugin.php.html#texturize_plugin">/plugins/_texturize.plugin.php</a> -> <a onClick="logClass('texturize_plugin', '/plugins/_texturize.plugin.php.source.html#l15')" href="../plugins/_texturize.plugin.php.source.html#l15"> line 15</a></li> </ul> <br><b>No references found.</b><br><br> </ul> <!-- A link to the phpxref site in your customized footer file is appreciated ;-) --> <br><hr> <table width="100%"> <tr><td>Generated: Sat Nov 21 22:13:19 2015</td> <td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td> </tr> </table> </body></html>
citizens homework/citizens_index.html
catcappellari/citizens
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Citizens Index</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/style_citizens_MASTER_COPY.css"> </head> <body> <div class="logo"></div> <div class="wrapper1"> <header> <nav> <ul> <li><a href="citizens_index.html">Home</a> </li> <li><a href="information_center.html">Information Center</a> </li> <li><a href="citizens_internal.html">Newsroom</a> </li> <li><a href="citizens_contactus.html">Contact Us</a> </li> </ul> </nav> </header> <div class="top_visual"> <p>Dedicated to bringing people together to discuss issues that are important in their communities.</p> <a href="read_more">Read more</a> </div> <div class="paragraph"> <h2>Our Community</h2> <p>Chermont is a large city located in the Northeast United States. It has a population of just under 2 million, its size being comparable to cities such as Houston, the city, positioned at a key point on a major river, is a hub for trade in the region. Chermont International Airport handles flights from all over the world, and also offers on-site convention space.</p> </div> <div class="clearfix"> <div class="headlines_shape"> <h2>Latest Headlines</h2> <ul> <li> <article> <h4><a href="#">Summer Jobs Available in Chermont Parks</a></h4> <p>Students looking to apply may contact the Recreation Department through May 24th.</p> </article> </li> <li> <article> <h4><a href="#">New superstore planned in Rainbow Avenue</a></h4> <p>From appliances to toys to fishing equipment, the Rainbow Ave. location will have it all.</p> </article> </li> <li> <article> <h4><a href"#">Computer Fair at Convention Center</a></h4> <p>Learn to design and code websites in this intensive three-month course!</p> </article> </li> </ul> </div> <div class="paragraph2"> <h2><a href="#">Youngsters Excel at the Graser County Fair</a></h2> <p>At the County Fair held last Tuesday, a number of young people from across the county participated and walked away with prizes. Over the past year, the youngsters showing a keen interest in honing their talents sewed dresses, planned parties, raised unusual animals as pets, crafted artworks, held painting exhibitions etc. to impress the judges at the Fair with their unique skills.</p> </div> </div> </div> <footer class="nav2"> <nav> <ul> <li><a href="#">Careers</a> </li> <li><a href="#">Trademarks and Copywrites</a> </li> <li><a href="#">Privacy Policy</a> </li> <li><a href="#">Terms and Conditions</a> </li> </ul> </nav> </footer> </body> </html> <!--2--> </body> </html>
components/crypto-api/core/docs/html/x509__txt_8c.html
odit/rv042
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>x509_txt.c File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.2.18 --> <center> <a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center> <hr><h1>x509_txt.c File Reference</h1><code>#include &lt;stdio.h&gt;</code><br> <code>#include &lt;time.h&gt;</code><br> <code>#include &lt;errno.h&gt;</code><br> <code>#include "<a class="el" href="cryptlib_8h-source.html">cryptlib.h</a>"</code><br> <code>#include &lt;<a class="el" href="lhash_8h-source.html">openssl/lhash.h</a>&gt;</code><br> <code>#include &lt;<a class="el" href="buffer_8h-source.html">openssl/buffer.h</a>&gt;</code><br> <code>#include &lt;<a class="el" href="evp_8h-source.html">openssl/evp.h</a>&gt;</code><br> <code>#include &lt;<a class="el" href="asn1_8h-source.html">openssl/asn1.h</a>&gt;</code><br> <code>#include &lt;<a class="el" href="x509_8h-source.html">openssl/x509.h</a>&gt;</code><br> <code>#include &lt;<a class="el" href="objects_8h-source.html">openssl/objects.h</a>&gt;</code><br> <table border=0 cellpadding=0 cellspacing=0> <tr><td></td></tr> <tr><td colspan=2><br><h2>Functions</h2></td></tr> <tr><td nowrap align=right valign=top>const char *&nbsp;</td><td valign=bottom><a class="el" href="x509__txt_8c.html#a0">X509_verify_cert_error_string</a> (long n)</td></tr> </table> <hr><h2>Function Documentation</h2> <a name="a0" doxytag="x509_txt.c::X509_verify_cert_error_string"></a><p> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> const char* X509_verify_cert_error_string </td> <td class="md" valign="top">(&nbsp;</td> <td class="md" nowrap valign="top">long&nbsp;</td> <td class="mdname1" valign="top" nowrap>&nbsp; <em>n</em> </td> <td class="md" valign="top">)&nbsp;</td> <td class="md" nowrap></td> </tr> </table> </td> </tr> </table> <table cellspacing=5 cellpadding=0 border=0> <tr> <td> &nbsp; </td> <td> <p> </td> </tr> </table> <hr><address style="align: right;"><small>Generated on Mon Aug 14 19:59:46 2006 for Octeon Core Crypto API by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address> </body> </html>
index.html
javajunky/html5deck
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>HTML5 Decks App</title> <link rel="stylesheet" href="css/main.css"> </head> <body> <div id="deck_wrapper"> <div id="main_menu_wrapper"> <ul id="main_menu"> <li id="home" class="menu_item">Home</li> <li id="menu_1" class="menu_item">Page 1</li> <li id="menu_2" class="menu_item">Page 2</li> <li id="menu_3" class="menu_item">Page 3</li> <li id="menu_4" class="menu_item">Unload Last Slide</li> <li id="menu_5" class="menu_item">Print Data</li> </ul> </div> <div id="no_content"> <h1>All slides have been unloaded.</h1> </div> </div> <script type="text/javascript" src="js/min/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="js/min/deck-min.js"></script> <script type="text/javascript" src="js/min/gator-min.js"></script> <script type="text/javascript" src="js/min/main-min.js"></script> </body> </html>
lib/richfaces/doc/javadoc/org/richfaces/fragment/orderingList/class-use/RichFacesOrderingList.SelectableListItemImpl.html
Jacksson/mywmsnb
<!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 Thu Oct 23 20:37:10 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.richfaces.fragment.orderingList.RichFacesOrderingList.SelectableListItemImpl (RichFaces Distribution Assembler 4.5.0.Final API)</title> <meta name="date" content="2014-10-23"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.richfaces.fragment.orderingList.RichFacesOrderingList.SelectableListItemImpl (RichFaces Distribution Assembler 4.5.0.Final API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/richfaces/fragment/orderingList/RichFacesOrderingList.SelectableListItemImpl.html" title="class in org.richfaces.fragment.orderingList">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>RichFaces Distribution Assembler 4.5.0.Final</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/richfaces/fragment/orderingList/class-use/RichFacesOrderingList.SelectableListItemImpl.html" target="_top">Frames</a></li> <li><a href="RichFacesOrderingList.SelectableListItemImpl.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.richfaces.fragment.orderingList.RichFacesOrderingList.SelectableListItemImpl" class="title">Uses of Class<br>org.richfaces.fragment.orderingList.RichFacesOrderingList.SelectableListItemImpl</h2> </div> <div class="classUseContainer">No usage of org.richfaces.fragment.orderingList.RichFacesOrderingList.SelectableListItemImpl</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/richfaces/fragment/orderingList/RichFacesOrderingList.SelectableListItemImpl.html" title="class in org.richfaces.fragment.orderingList">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><b>RichFaces Distribution Assembler 4.5.0.Final</b></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/richfaces/fragment/orderingList/class-use/RichFacesOrderingList.SelectableListItemImpl.html" target="_top">Frames</a></li> <li><a href="RichFacesOrderingList.SelectableListItemImpl.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 &#169; 2014 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All Rights Reserved.</small></p> </body> </html>
Coding/W3School/W3CN/www.w3school.com.cn/aspnet/prop_webcontrol_radiobuttonlist_repeatcolumns.html
platinhom/ManualHom
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- Mirrored from www.w3school.com.cn/aspnet/prop_webcontrol_radiobuttonlist_repeatcolumns.asp by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 07:07:08 GMT --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="zh-cn" /> <meta name="robots" content="all" /> <meta name="author" content="w3school.com.cn" /> <meta name="Copyright" content="Copyright W3school.com.cn All Rights Reserved." /> <meta name="MSSmartTagsPreventParsing" content="true" /> <meta http-equiv="imagetoolbar" content="false" /> <link rel="stylesheet" type="text/css" href="../c5.css" /> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" /> <title>ASP.NET RepeatColumns 属性</title> </head> <body class="dotnet"> <div id="wrapper"> <div id="header"> <a href="../index-2.html" title="w3school 在线教程" style="float:left;">w3school 在线教程</a> <div id="ad_head"> <script type="text/javascript"><!-- google_ad_client = "pub-3381531532877742"; /* 728x90, 创建于 08-12-1 */ google_ad_slot = "7423315034"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="../../pagead2.googlesyndication.com/pagead/f.txt"> </script> </div> </div> <div id="navfirst"> <ul id="menu"> <li id="h"><a href="../h.html" title="HTML 系列教程">HTML 系列教程</a></li> <li id="b"><a href="../b.html" title="浏览器脚本教程">浏览器脚本</a></li> <li id="s"><a href="../s.html" title="服务器脚本教程">服务器脚本</a></li> <li id="d"><a href="../d.html" title="ASP.NET 教程">ASP.NET 教程</a></li> <li id="x"><a href="../x.html" title="XML 系列教程">XML 系列教程</a></li> <li id="ws"><a href="../ws.html" title="Web Services 系列教程">Web Services 系列教程</a></li> <li id="w"><a href="../w.html" title="建站手册">建站手册</a></li> </ul> </div> <div id="navsecond"> <div id="course"><h2>ASP.NET 教程</h2> <ul> <li><a href="index.html" title="ASP.NET 教程">ASP.NET 教程</a></li> <li><a href="aspnet.html" title="ASP.NET 简介">ASP.NET 简介</a></li> </ul> <h2>WP 教程</h2> <ul> <li><a href="webpages_intro.html" title="WebPages 简介">WebPages 简介</a></li> <li><a href="webpages_razor.html" title="WebPages Razor">WebPages Razor</a></li> <li><a href="webpages_layout.html" title="WebPages 布局">WebPages 布局</a></li> <li><a href="webpages_folders.html" title="WebPages 文件夹">WebPages 文件夹</a></li> <li><a href="webpages_global.html" title="WebPages 全局">WebPages 全局</a></li> <li><a href="webpages_forms.html" title="WebPages 窗体">WebPages 窗体</a></li> <li><a href="webpages_objects.html" title="WebPages 对象">WebPages 对象</a></li> <li><a href="webpages_files.html" title="WebPages 文件">WebPages 文件</a></li> <li><a href="webpages_helpers.html" title="WebPages 帮助器">WebPages 帮助器</a></li> <li><a href="webpages_webgrid.html" title="WebPages WebGrid">WebPages WebGrid</a></li> <li><a href="webpages_chart.html" title="WebPages 图表">WebPages 图表</a></li> <li><a href="webpages_email.html" title="WebPages 电邮">WebPages 电邮</a></li> <li><a href="webpages_php.html" title="WebPages PHP">WebPages PHP</a></li> <li><a href="webpages_publish.html" title="WebPages 发布">WebPages 发布</a></li> <li><a href="webpages_examples.html" title="WebPages 实例">WebPages 实例</a></li> </ul> <h2>WP 参考手册</h2> <ul> <li><a href="webpages_ref_classes.html" title="WebPages 类">WebPages 类</a></li> <li><a href="webpages_ref_websecurity.asp" title="WebPages 安全">WebPages 安全</a></li> <li><a href="webpages_ref_database.asp" title="WebPages 数据库">WebPages 数据库</a></li> <li><a href="webpages_ref_webmail.html" title="WebPages WebMail">WebPages WebMail</a></li> <li><a href="webpages_ref_helpers.asp" title="WebPages 助手">WebPages 助手</a></li> </ul> <h2>ASP.NET Razor</h2> <ul> <li><a href="razor_intro.html" title="Razor 简介">Razor 简介</a></li> <li><a href="razor_syntax.html" title="Razor 语法">Razor 语法</a></li> <li><a href="razor_cs_variables.html" title="Razor C# 变量">Razor C# 变量</a></li> <li><a href="razor_cs_loops.html" title="Razor C# 循环">Razor C# 循环</a></li> <li><a href="razor_cs_logic.html" title="Razor 外边距合并">Razor C# 逻辑</a></li> <li><a href="razor_vb_variables.html" title="Razor VB 变量">Razor VB 变量</a></li> <li><a href="razor_vb_loops.html" title="Razor VB 循环">Razor VB 循环</a></li> <li><a href="razor_vb_logic.html" title="Razor VB 逻辑">Razor VB 逻辑</a></li> </ul> <h2>ASP.NET MVC</h2> <ul> <li><a href="mvc_intro.html" title="MVC 简介">MVC 简介</a></li> <li><a href="mvc_app.html" title="MVC 应用程序">MVC 应用程序</a></li> <li><a href="mvc_folders.html" title="MVC 文件夹">MVC 文件夹</a></li> <li><a href="mvc_layout.html" title="MVC 布局">MVC 布局</a></li> <li><a href="mvc_controllers.html" title="MVC 控制器">MVC 控制器</a></li> <li><a href="mvc_views.asp" title="MVC 视图">MVC 视图</a></li> <li><a href="mvc_database.html" title="MVC 数据库">MVC 数据库</a></li> <li><a href="mvc_models.html" title="MVC 模型">MVC 模型</a></li> <li><a href="mvc_security.html" title="MVC 安全">MVC 安全</a></li> <li><a href="mvc_htmlhelpers.html" title="MVC HTML 助手">MVC HTML 助手</a></li> <li><a href="mvc_publish.asp" title="MVC 发布">MVC 发布</a></li> <li><a href="mvc_reference.html" title="MVC 参考手册">MVC 参考手册</a></li> </ul> <h2>WF 教程</h2> <ul> <li><a href="aspnet_intro.html" title="WebForms 简介">WebForms 简介</a></li> <li><a href="aspnet_pages.html" title="WebForms Pages">WebForms Pages</a></li> <li><a href="aspnet_controls.html" title="WebForms 控件">WebForms 控件</a></li> <li><a href="aspnet_events.html" title="WebForms 事件">WebForms 事件</a></li> <li><a href="aspnet_forms.html" title="WebForms 窗体">WebForms 窗体</a></li> <li><a href="aspnet_viewstate.asp" title="WebForms ViewState">WebForms ViewState</a></li> <li><a href="aspnet_textbox.asp" title="WebForms TextBox">WebForms TextBox</a></li> <li><a href="aspnet_button.asp" title="WebForms Button">WebForms Button</a></li> <li><a href="aspnet_databinding.html" title="WebForms Data Binding">WebForms 数据绑定</a></li> <li><a href="aspnet_arraylist.html" title="WebForms ArrayList">WebForms ArrayList</a></li> <li><a href="aspnet_hashtable.html" title="WebForms Hashtable">WebForms Hashtable</a></li> <li><a href="aspnet_sortedlist.html" title="WebForms SortedList">WebForms SortedList</a></li> <li><a href="aspnet_xml.html" title="WebForms XML 文件">WebForms XML 文件</a></li> <li><a href="aspnet_repeater.html" title="WebForms Repeater">WebForms Repeater</a></li> <li><a href="aspnet_datalist.html" title="WebForms DataList">WebForms DataList</a></li> <li><a href="aspnet_dbconnection.html" title="WebForms DbConnection">WebForms 数据库连接</a></li> <li><a href="aspnet_masterpages.html" title="WebForms Master Pages">WebForms 母版页</a></li> <li><a href="aspnet_navigation.html" title="WebForms 导航">WebForms 导航</a></li> <li><a href="aspnet_examples.html" title="WebForms 实例">WebForms 实例</a></li> </ul> <h2>WF 参考手册</h2> <ul> <li><a href="aspnet_refhtmlcontrols.html" title="WebForms HTML">WebForms HTML</a></li> <li><a href="aspnet_refwebcontrols.asp" title="WebForms Controls">WebForms Controls</a></li> <li><a href="aspnet_refvalidationcontrols.html" title="WebForms Validation">WebForms Validation</a></li> </ul> </div> </div> <div id="maincontent"> <h1>ASP.NET RepeatColumns 属性</h1> <div class="backtoreference"> <p><a href="control_radiobuttonlist.html" title="ASP.NET RadioButtonList 控件">返回 ASP.NET RadioButtonList 控件参考手册</a></p> </div> <div> <h2>定义和用法</h2> <p>RepeatColumns 属性用于获取或设置当显示单选按钮列表时所用的列数。</p> <h3>语法</h3> <pre>&lt;asp:RadioButtonList <code>RepeatColumns=&quot;num&quot;</code> runat=&quot;server&quot;&gt; <span>some content</span> &lt;/asp:RadioButtonList &gt;</pre> <table class="dataintable"> <tr> <th>属性</th> <th>描述</th> </tr> <tr> <td>num</td> <td>规定要显示的列数。默认是 &quot;1&quot;。</td> </tr> </table> </div> <div> <h2>实例</h2> <p>下面的例子把 RadioButtonList 控件中的 RepeatColumns 属性设置为了 &quot;2&quot;:</p> <pre>&lt;form runat=&quot;server&quot;&gt; &lt;asp:RadioButtonList id=&quot;rb1&quot; runat=&quot;server&quot; <code>RepeatColumns=&quot;2&quot;</code>&gt; <span>Some content</span> &lt;/asp:RadioButtonList&gt; &lt;/form&gt;</pre> </div> <div class="example"> <h2>实例</h2> <dl> <dt>设置 RadioButtonList 控件的 RepeatColumns 属性</dt> </dl> </div> <div class="backtoreference"> <p><a href="control_radiobuttonlist.html" title="ASP.NET RadioButtonList 控件">返回 ASP.NET RadioButtonList 控件参考手册</a></p> </div> </div> <div id="sidebar"> <div id="searchui"> <form method="get" id="searchform" action="http://www.google.com.hk/search"> <p><label for="searched_content">Search:</label></p> <p><input type="hidden" name="sitesearch" value="w3school.com.cn" /></p> <p> <input type="text" name="as_q" class="box" id="searched_content" title="在此输入搜索内容。" /> <input type="submit" value="Go" class="button" title="搜索!" /> </p> </form> </div> <div id="tools"> <h5 id="tools_reference"><a href="aspnet_reference.html">ASP.NET 参考手册</a></h5> </div> <div id="ad"> <script type="text/javascript"><!-- google_ad_client = "ca-pub-3381531532877742"; /* sidebar-160x600 */ google_ad_slot = "3772569310"; google_ad_width = 160; google_ad_height = 600; //--> </script> <script type="text/javascript" src="../../pagead2.googlesyndication.com/pagead/f.txt"> </script> </div> </div> <div id="footer"> <p> W3School 提供的内容仅用于培训。我们不保证内容的正确性。通过使用本站内容随之而来的风险与本站无关。W3School 简体中文版的所有内容仅供测试,对任何法律问题及风险不承担任何责任。 </p> <p> 当使用本站时,代表您已接受了本站的<a href="../about/about_use.html" title="关于使用">使用条款</a>和<a href="../about/about_privacy.html" title="关于隐私">隐私条款</a>。版权所有,保留一切权利。 赞助商:<a href="http://www.yktz.net/" title="上海赢科投资有限公司">上海赢科投资有限公司</a>。 <a href="http://www.miitbeian.gov.cn/">蒙ICP备06004630号</a> </p> </div> </div> </body> <!-- Mirrored from www.w3school.com.cn/aspnet/prop_webcontrol_radiobuttonlist_repeatcolumns.asp by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 07:07:08 GMT --> </html>
doc/weka/core/DistanceFunction.html
Sufrostico/weka
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_43) on Thu Jul 03 22:07:23 NZST 2014 --> <TITLE> DistanceFunction </TITLE> <META NAME="date" CONTENT="2014-07-03"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="DistanceFunction"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../weka/core/Debug.Timestamp.html" title="class in weka.core"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../weka/core/Drawable.html" title="interface in weka.core"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?weka/core/DistanceFunction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DistanceFunction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> weka.core</FONT> <BR> Interface DistanceFunction</H2> <DL> <DT><B>All Superinterfaces:</B> <DD><A HREF="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></DD> </DL> <DL> <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../weka/core/AbstractStringDistanceFunction.html" title="class in weka.core">AbstractStringDistanceFunction</A>, <A HREF="../../weka/core/ChebyshevDistance.html" title="class in weka.core">ChebyshevDistance</A>, <A HREF="../../weka/core/EditDistance.html" title="class in weka.core">EditDistance</A>, <A HREF="../../weka/core/EuclideanDistance.html" title="class in weka.core">EuclideanDistance</A>, <A HREF="../../weka/core/ManhattanDistance.html" title="class in weka.core">ManhattanDistance</A>, <A HREF="../../weka/core/NormalizableDistance.html" title="class in weka.core">NormalizableDistance</A></DD> </DL> <HR> <DL> <DT><PRE>public interface <B>DistanceFunction</B><DT>extends <A HREF="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></DL> </PRE> <P> Interface for any class that can compute and return distances between two instances. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>$Revision: 1.7 $</DD> <DT><B>Author:</B></DT> <DD>Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)</DD> </DL> <HR> <P> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#clean()">clean</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Free any references to training instances</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#distance(weka.core.Instance, weka.core.Instance)">distance</A></B>(<A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;first, <A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;second)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calculates the distance between two instances.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#distance(weka.core.Instance, weka.core.Instance, double)">distance</A></B>(<A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;first, <A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;second, double&nbsp;cutOffValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calculates the distance between two instances.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#distance(weka.core.Instance, weka.core.Instance, double, weka.core.neighboursearch.PerformanceStats)">distance</A></B>(<A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;first, <A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;second, double&nbsp;cutOffValue, <A HREF="../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A>&nbsp;stats)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calculates the distance between two instances.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#distance(weka.core.Instance, weka.core.Instance, weka.core.neighboursearch.PerformanceStats)">distance</A></B>(<A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;first, <A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;second, <A HREF="../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A>&nbsp;stats)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Calculates the distance between two instances.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#getAttributeIndices()">getAttributeIndices</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the range of attributes used in the calculation of the distance.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../weka/core/Instances.html" title="class in weka.core">Instances</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#getInstances()">getInstances</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;returns the instances currently set.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#getInvertSelection()">getInvertSelection</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets whether the matching sense of attribute indices is inverted or not.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#postProcessDistances(double[])">postProcessDistances</A></B>(double[]&nbsp;distances)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Does post processing of the distances (if necessary) returned by distance(distance(Instance first, Instance second, double cutOffValue).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#setAttributeIndices(java.lang.String)">setAttributeIndices</A></B>(java.lang.String&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the range of attributes to use in the calculation of the distance.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#setInstances(weka.core.Instances)">setInstances</A></B>(<A HREF="../../weka/core/Instances.html" title="class in weka.core">Instances</A>&nbsp;insts)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the instances.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#setInvertSelection(boolean)">setInvertSelection</A></B>(boolean&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets whether the matching sense of attribute indices is inverted or not.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../weka/core/DistanceFunction.html#update(weka.core.Instance)">update</A></B>(<A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;ins)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Update the distance function (if necessary) for the newly added instance.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_weka.core.OptionHandler"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from interface weka.core.<A HREF="../../weka/core/OptionHandler.html" title="interface in weka.core">OptionHandler</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../weka/core/OptionHandler.html#getOptions()">getOptions</A>, <A HREF="../../weka/core/OptionHandler.html#listOptions()">listOptions</A>, <A HREF="../../weka/core/OptionHandler.html#setOptions(java.lang.String[])">setOptions</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="setInstances(weka.core.Instances)"><!-- --></A><H3> setInstances</H3> <PRE> void <B>setInstances</B>(<A HREF="../../weka/core/Instances.html" title="class in weka.core">Instances</A>&nbsp;insts)</PRE> <DL> <DD>Sets the instances. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>insts</CODE> - the instances to use</DL> </DD> </DL> <HR> <A NAME="getInstances()"><!-- --></A><H3> getInstances</H3> <PRE> <A HREF="../../weka/core/Instances.html" title="class in weka.core">Instances</A> <B>getInstances</B>()</PRE> <DL> <DD>returns the instances currently set. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the current instances</DL> </DD> </DL> <HR> <A NAME="setAttributeIndices(java.lang.String)"><!-- --></A><H3> setAttributeIndices</H3> <PRE> void <B>setAttributeIndices</B>(java.lang.String&nbsp;value)</PRE> <DL> <DD>Sets the range of attributes to use in the calculation of the distance. The indices start from 1, 'first' and 'last' are valid as well. E.g.: first-3,5,6-last <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - the new attribute index range</DL> </DD> </DL> <HR> <A NAME="getAttributeIndices()"><!-- --></A><H3> getAttributeIndices</H3> <PRE> java.lang.String <B>getAttributeIndices</B>()</PRE> <DL> <DD>Gets the range of attributes used in the calculation of the distance. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>the attribute index range</DL> </DD> </DL> <HR> <A NAME="setInvertSelection(boolean)"><!-- --></A><H3> setInvertSelection</H3> <PRE> void <B>setInvertSelection</B>(boolean&nbsp;value)</PRE> <DL> <DD>Sets whether the matching sense of attribute indices is inverted or not. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - if true the matching sense is inverted</DL> </DD> </DL> <HR> <A NAME="getInvertSelection()"><!-- --></A><H3> getInvertSelection</H3> <PRE> boolean <B>getInvertSelection</B>()</PRE> <DL> <DD>Gets whether the matching sense of attribute indices is inverted or not. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>true if the matching sense is inverted</DL> </DD> </DL> <HR> <A NAME="distance(weka.core.Instance, weka.core.Instance)"><!-- --></A><H3> distance</H3> <PRE> double <B>distance</B>(<A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;first, <A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;second)</PRE> <DL> <DD>Calculates the distance between two instances. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>first</CODE> - the first instance<DD><CODE>second</CODE> - the second instance <DT><B>Returns:</B><DD>the distance between the two given instances</DL> </DD> </DL> <HR> <A NAME="distance(weka.core.Instance, weka.core.Instance, weka.core.neighboursearch.PerformanceStats)"><!-- --></A><H3> distance</H3> <PRE> double <B>distance</B>(<A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;first, <A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;second, <A HREF="../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A>&nbsp;stats) throws java.lang.Exception</PRE> <DL> <DD>Calculates the distance between two instances. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>first</CODE> - the first instance<DD><CODE>second</CODE> - the second instance<DD><CODE>stats</CODE> - the performance stats object <DT><B>Returns:</B><DD>the distance between the two given instances <DT><B>Throws:</B> <DD><CODE>java.lang.Exception</CODE> - if calculation fails</DL> </DD> </DL> <HR> <A NAME="distance(weka.core.Instance, weka.core.Instance, double)"><!-- --></A><H3> distance</H3> <PRE> double <B>distance</B>(<A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;first, <A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;second, double&nbsp;cutOffValue)</PRE> <DL> <DD>Calculates the distance between two instances. Offers speed up (if the distance function class in use supports it) in nearest neighbour search by taking into account the cutOff or maximum distance. Depending on the distance function class, post processing of the distances by postProcessDistances(double []) may be required if this function is used. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>first</CODE> - the first instance<DD><CODE>second</CODE> - the second instance<DD><CODE>cutOffValue</CODE> - If the distance being calculated becomes larger than cutOffValue then the rest of the calculation is discarded. <DT><B>Returns:</B><DD>the distance between the two given instances or Double.POSITIVE_INFINITY if the distance being calculated becomes larger than cutOffValue.</DL> </DD> </DL> <HR> <A NAME="distance(weka.core.Instance, weka.core.Instance, double, weka.core.neighboursearch.PerformanceStats)"><!-- --></A><H3> distance</H3> <PRE> double <B>distance</B>(<A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;first, <A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;second, double&nbsp;cutOffValue, <A HREF="../../weka/core/neighboursearch/PerformanceStats.html" title="class in weka.core.neighboursearch">PerformanceStats</A>&nbsp;stats)</PRE> <DL> <DD>Calculates the distance between two instances. Offers speed up (if the distance function class in use supports it) in nearest neighbour search by taking into account the cutOff or maximum distance. Depending on the distance function class, post processing of the distances by postProcessDistances(double []) may be required if this function is used. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>first</CODE> - the first instance<DD><CODE>second</CODE> - the second instance<DD><CODE>cutOffValue</CODE> - If the distance being calculated becomes larger than cutOffValue then the rest of the calculation is discarded.<DD><CODE>stats</CODE> - the performance stats object <DT><B>Returns:</B><DD>the distance between the two given instances or Double.POSITIVE_INFINITY if the distance being calculated becomes larger than cutOffValue.</DL> </DD> </DL> <HR> <A NAME="postProcessDistances(double[])"><!-- --></A><H3> postProcessDistances</H3> <PRE> void <B>postProcessDistances</B>(double[]&nbsp;distances)</PRE> <DL> <DD>Does post processing of the distances (if necessary) returned by distance(distance(Instance first, Instance second, double cutOffValue). It may be necessary, depending on the distance function, to do post processing to set the distances on the correct scale. Some distance function classes may not return correct distances using the cutOffValue distance function to minimize the inaccuracies resulting from floating point comparison and manipulation. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>distances</CODE> - the distances to post-process</DL> </DD> </DL> <HR> <A NAME="update(weka.core.Instance)"><!-- --></A><H3> update</H3> <PRE> void <B>update</B>(<A HREF="../../weka/core/Instance.html" title="class in weka.core">Instance</A>&nbsp;ins)</PRE> <DL> <DD>Update the distance function (if necessary) for the newly added instance. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>ins</CODE> - the instance to add</DL> </DD> </DL> <HR> <A NAME="clean()"><!-- --></A><H3> clean</H3> <PRE> void <B>clean</B>()</PRE> <DL> <DD>Free any references to training instances <P> <DD><DL> </DL> </DD> <DD><DL> </DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../weka/core/Debug.Timestamp.html" title="class in weka.core"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../weka/core/Drawable.html" title="interface in weka.core"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?weka/core/DistanceFunction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DistanceFunction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
source/_includes/head.html
JJMinton/workoutWebApp
<head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> <meta name="description" content="{{ site.description }}"/> <link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}" type="text/css"></link> <!--<link rel="stylesheet" href="{{ "/css/bootstrap.css" | prepend: site.baseurl }}" type="text/css"></link>--> <!--<link rel="stylesheet" href="{{ "/css/bootstrap-theme.min.css" | prepend: site.baseurl }}" type="text/css"></link>--> <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"></link> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/themes/smoothness/jquery-ui.css" type="text/css"> <!--Javascript Includes --> <!--<script source="{{ '/js/bootstrap.min.js' | prepend: site.baseurl }}"></script>--> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.js"></script> <script type="text/javascript" src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> </head>
html/see_for_yourself.html
digitalamati/digitalamati.org
<h2> See for yourself. </h2> <p style> With this increased detailed knowledge of instruments, the clear challenge is to understand those first principles of design which gave rise to these classic instruments as examples of an aesthetic unity. An approach to this challenge, addressed in this proposal, is to take this recovered knowledge of design in lutherie, and to represent it in <i>programming language software</i>. </p> <p style=""> <b>AmatiML</b> is a domain specific markup language designed to serve as an investigative tool to understand more about the history and evolution of instrument design, an inquiry we like to call “computational art history”. <a id="try-it-now" style="cursor:pointer" target="_blank" class="button">Try it now</a> <p class="bottom fine-print"> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. </p>
190-2006/taxonomy/term/778/index.html
kfitz/machines
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>japan | MS 190: Authorship</title> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="alternate" type="application/rss+xml" title="RSS - japan" href="0/feed/index.html" /> <link rel="shortcut icon" href="../../../misc/favicon.ico" type="image/x-icon" /> <style type="text/css" media="all">@import "../../../modules/aggregator/aggregator.css";</style> <style type="text/css" media="all">@import "../../../modules/node/node.css";</style> <style type="text/css" media="all">@import "../../../modules/system/defaults.css";</style> <style type="text/css" media="all">@import "../../../modules/system/system.css";</style> <style type="text/css" media="all">@import "../../../modules/user/user.css";</style> <style type="text/css" media="all">@import "../../../sites/machines.pomona.edu.190-2006/themes/pushbutton/style.css";</style> </head> <body bgcolor="#ffffff"> <div class="hide"><a href="#content" title="Skip navigation." accesskey="2">Skip navigation</a>.</div> <table id="primary-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td id="home" width="10%"> <a href="../../../index.html" title="Home"><img src="../../../sites/machines.pomona.edu.190-2006/themes/pushbutton/logo.png" alt="Home" border="0" /></a> </td> <td id="site-info" width="20%"> <div class='site-name'><a href="../../../index.html" title="Home">MS 190: Authorship</a></div> </td> <td class="primary-links" width="70%" align="center" valign="middle"> <ul class="links"><li class="first menu-1-1-2"><a href="http://machines.plannedobsolescence.net" class="menu-1-1-2">kathleen fitzpatrick</a></li> <li class="last menu-1-2-2"><a href="http://sakai.claremont.edu/portal/site/CX_mtg_23932" class="menu-1-2-2">course sakai site</a></li> </ul> </td> </tr> </table> <table id="secondary-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td class="secondary-links" width="75%" align="center" valign="middle"> </td> <td width="25%" align="center" valign="middle"> </td> </tr> <tr> <td colspan="2"><div></div></td> </tr> </table> <table id="content" border="0" cellpadding="15" cellspacing="0" width="100%"> <tr> <td id="sidebar-left"> <div class="block block-block" id="block-block-1"> <div class="title"><h3>About</h3></div> <div class="content"><p><a href="../../../index.html">MS 190: Authorship</a> is the course website for the Fall 2006 Media Studies senior seminar at Pomona College in Claremont, California.</p> <p><a href="../../../syllabus/index.html">Syllabus</a><br /> <a href="../8/index.html">Class information</a></p> </div> </div><div class="block block-blog" id="block-blog-0"> <div class="title"><h3>Recent blog posts</h3></div> <div class="content"><div class="item-list"><ul><li><a href="../../../node/716/index.html">Site Archived</a></li><li><a href="../../../node/715/index.html">Another YouTube Phenomenon: &quot;What Do You Love About Music&quot;</a></li><li><a href="../../../node/712/index.html">Blog Blahbla</a></li><li><a href="../../../node/711/index.html">blog about blogging</a></li><li><a href="../../../node/710/index.html">KIDS incorporated</a></li><li><a href="../../../node/709/index.html">consumer whores</a></li><li><a href="../../../node/708/index.html">HELP STALLONE</a></li><li><a href="../../../node/707/index.html">i heart youtube</a></li><li><a href="../../../node/706/index.html">COME TO MY WINDOW!</a></li><li><a href="../../../node/705/index.html">authorin&#039; is funny times</a></li></ul></div><div class="more-link"><a href="../../../blog/index.html" title="Read the latest blog entries.">more</a></div></div> </div><div class="block block-comment" id="block-comment-0"> <div class="title"><h3>Recent comments</h3></div> <div class="content"><div class="item-list"><ul><li><a href="../../../node/527/index.html#comment-576">You&#039;ve got it wrong. Yin</a><br />4 years 17 weeks ago</li><li><a href="../../../node/527/index.html#comment-575">Do you remember the title of</a><br />4 years 17 weeks ago</li><li><a href="../../../node/695/index.html#comment-550">the bubble boy</a><br />4 years 19 weeks ago</li><li><a href="../../../node/660/index.html#comment-549">mine&#039;s just a nickname...</a><br />4 years 19 weeks ago</li><li><a href="../../../node/694/index.html#comment-548">thats a great song </a><br />4 years 19 weeks ago</li><li><a href="../../../node/695/index.html#comment-547">ball and chain</a><br />4 years 19 weeks ago</li><li><a href="../../../node/708/index.html#comment-546">it very much depends</a><br />4 years 19 weeks ago</li><li><a href="../../../node/700/index.html#comment-545">video fun ya ya</a><br />4 years 19 weeks ago</li><li><a href="../../../node/692/index.html#comment-544">hahahaaa the first read</a><br />4 years 19 weeks ago</li><li><a href="../../../node/692/index.html#comment-543">oh yeah my original point</a><br />4 years 19 weeks ago</li></ul></div></div> </div> </td> <td valign="top"> <div id="main"> <div class="breadcrumb"><a href="../../../index.html">Home</a></div> <h1 class="title">japan</h1> <!-- start main content --> <div class="node"> <h1 class="title"><a href="../../../node/652/index.html">japan is a really funny country</a></h1> <span class="submitted">Submitted by bubbleboy14 on 13 December 2006 - 4:17am.</span> <span class="taxonomy"><ul class="links inline"><li class="first last taxonomy_term_778"><a href="index.html" rel="tag" title="" class="taxonomy_term_778 active">japan</a></li> </ul></span> <div class="content"><p>Hilarious, really. There's been some interesting stuff in the news lately about Japanese girls going "bihaku," which means "whity beauty." A few years ago, everyone was "ganguro," which means "black-faced," or "skin cancer." Tanning beds were all the rage for a bit, but now everyone's putting crap (powdered swallow droppings, for instance) on themselves to get pale. I remembered reading something earlier this year about tyrosinase researchers in Hiroshima making a breakthrough of some sort (http://www.cosmeticsdesign-europe.com/news/ng.asp?n=65637-melanins-skin-whitening), but I guess it didn't occur to me that they were making such a vital contribution to what appear to be a booming sector of the cosmetics industry. "That's funny," I said to myself, and did more research.</p> </div> <div class="links">&raquo; <ul class="links inline"><li class="first blog_usernames_blog"><a href="../../../blog/22/index.html" title="Read bubbleboy14&#039;s latest blog entries." class="blog_usernames_blog">bubbleboy14&#039;s blog</a></li> <li class="last node_read_more"><a href="../../../node/652/index.html" title="Read the rest of this posting." class="node_read_more">Read more</a></li> </ul></div> </div> <!-- end main content --> </div><!-- main --> </td> <td id="sidebar-right"> <div class="block block-block" id="block-block-2"> <div class="title"><h3>Links</h3></div> <div class="content"><p>blogs about electronic writing, reading, and publishing:</p> <ul> <li><a href="http://grandtextauto.gatech.edu/" target="_blank">Grand Text Auto</a></li> <li><a href="http://www.futureofthebook.com/blog" target="_blank">if:book</a></li> <li><a href="http://www.jilltxt.net" target="_blank">jill/txt</a></li> <li><a href="http://misc.wordherders.net/" target="_blank">Miscellany is the Largest Category</a></li> </ul> <p></p> <p>other interesting academic blogs:</p> <ul> <li><a href="http://www.michaelberube.com/index.php" target="_blank">Michael Bérubé</a></li> <li><a href="http://bitchphd.blogspot.com/" target="_blank">Bitch, PhD</a></li> <li><a href="http://www.itofisher.com/mito/" target="_blank">Mimi Ito</a></li> <li><a href="http://www.henryjenkins.org/" target="_blank">Henry Jenkins</a></li> <li><a href="http://chutry.wordherders.net/" target="_blank">Chuck Tryon</a></li> <li><a href="http://www.thevalve.org/go" target="_blank">The Valve</a></li> </ul> <p></p> <p>personal blogs everyone should read:</p> <ul> <li><a href="http://www.dooce.com/" target="_blank">Dooce</a></li> <li><a href="http://www.alittlepregnant.com/alittlepregnant/" target="_blank">A Little Pregnant</a></li> <li><a href="http://tinycatpants.squarespace.com/journal/" target="_blank">Tiny Cat Pants</a></li> </ul> <p></p> <p>blogs about authorship, on some level, at least:</p> <ul> <li><a href="http://belledejour-uk.blogspot.com/" target="_blank">Belle de Jour</a></li> </ul> <p><a href="mailto:kfitzpatrickATpomonaDOTedu">suggest a link</a></p> </div> </div> </td> </tr> </table> <table id="footer-menu" summary="Navigation elements." border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" valign="middle"> <div class="primary-links"> <ul class="links"><li class="first menu-1-1-2"><a href="http://machines.plannedobsolescence.net" class="menu-1-1-2">kathleen fitzpatrick</a></li> <li class="last menu-1-2-2"><a href="http://sakai.claremont.edu/portal/site/CX_mtg_23932" class="menu-1-2-2">course sakai site</a></li> </ul> </div> </td> </tr> </table> <div id="footer-message"> <p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License</a>. </p> </div> </body> </html> <!-- Localized -->
wp-content/plugins/tppstore/site/assets/css/login.css
leeparsons/tpp
#facebook_register_form span{visibility:hidden}#facebook_register_form #fb_login_button{min-height:27px!important}.fb-login-button-a{height:27px;width:175px;cursor:pointer;background:url(/assets/images/fb-login.png) no-repeat 0 0;margin:10px 0;float:left}
src/main/assets/files/1436.html
heriniaina/fihirana-katolika
<html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><link rel='stylesheet' type='text/css' href='../tononkira.css' /></head><body><ul class="hira-fihirana-list"><li style="color: red;"><b>Fihirana Hasina</b> <i>p. 461</i></li><li style="color: red;"><b>Vavaka sy Hira</b> <i>p. 578</i></li></ul><p>1 Faly izahay, Virjiny Masina,<br /> &nbsp;Fa mankat&yacute; an-tranonao<br /> &nbsp;Mba hitsaoka an&#39;i Jesoa<br /> &nbsp;Sy hangataka aminy,<br /> &nbsp;Fa fantatrao, Reny malala,<br /> &nbsp;Ny halemen&#39;ny tenanay.<br /> &nbsp;<br /> &nbsp;Koa mifona izahay<br /> &nbsp;Mba iantrao ny zanakao.<br /> &nbsp;Ny vavakay, ny sentonay;<br /> &nbsp;Mba ento re amin&#39;i Jesoa<br /> &nbsp;Ny vavakay, ny sentonay;<br /> &nbsp;Mba ento re an-danitra any<br /> &nbsp;Amin&#39;i Jesoa Zanakao.<br /> &nbsp;<br /> 2 &#39;Zay tia anao, Reny malala,<br /> &nbsp;Tsy hain&#39;ny Zanakao nariana;<br /> &nbsp;Koa &#39;zahay tsy mba handao anao<br /> &nbsp;Fa hialoka ambany elatrao.<br /> &nbsp;Ho faly fo &#39;zahay hahita<br /> &nbsp;Ny tavanao rahefa tafita:<br /> &nbsp;<br /> &nbsp;Hireondreona ny hiranay<br /> &nbsp;Arahin&#39;ireo Anjely alinalina,<br /> &nbsp;Hihoby an&#39;i Jesoa Zanakao<br /> &nbsp;Eo ambanin&#39;ny elatrao, ry Reny,<br /> &nbsp;Hihoby an&#39;i Jesoa Zanakao<br /> &nbsp;Eo ambanin&#39;ny elatrao, ry Reny,<br /> &nbsp;Mandrakizay rahatrizay.<br /> &nbsp;<br /> &nbsp;</p></body></html>
HW01/doc/constant-values.html
liuxue1990/Comp504-Homework
<!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_60) on Tue Sep 01 21:03:57 CDT 2015 --> <title>Constant Field Values</title> <meta name="date" content="2015-09-01"> <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="Constant Field Values"; } } 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>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-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?constant-values.html" target="_top">Frames</a></li> <li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Constant Field Values" class="title">Constant Field Values</h1> <h2 title="Contents">Contents</h2> </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>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-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?constant-values.html" target="_top">Frames</a></li> <li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
sites/all/libraries/openlayers3/apidoc/ol.source.ImageMapGuide.html
ps-intelegencia-analytics/testRepo
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>OpenLayers 3 API Reference - Class: ImageMapGuide</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <script src="scripts/jquery.min.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/bootstrap.min.css"> <link type="text/css" rel="stylesheet" href="styles/jaguar.css"> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" href="/"><img src="logo-70x70.png"> OpenLayers 3</a> <label id="stability"> <input type="checkbox" id="stability-toggle"> Stable Only </label> <ul class="nav navbar-nav pull-right"> <li><a href="../doc">Docs</a></li> <li><a href="../examples">Examples</a></li> <li><a href="index.html" class="active">API</a></li> <li><a href="https://github.com/openlayers/ol3">Code</a></li> </ul> </div> </div> </div> <div id="wrap" class="clearfix"> <div class="navigation"> <div class="search"> <input id="search" type="text" class="form-control input-sm" placeholder="Search Documentation"> </div> <ul class="list"> <li class="item" data-name="ol"> <span class="title"> <a href="ol.html">ol</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.CanvasFunctionType" class="unstable"> <a href="ol.html#CanvasFunctionType">CanvasFunctionType</a> </li> <li data-name="ol.Color" class="unstable"> <a href="ol.html#Color">Color</a> </li> <li data-name="ol.Coordinate" class=""> <a href="ol.html#Coordinate">Coordinate</a> </li> <li data-name="ol.CoordinateFormatType" class=""> <a href="ol.html#CoordinateFormatType">CoordinateFormatType</a> </li> <li data-name="ol.Extent" class=""> <a href="ol.html#Extent">Extent</a> </li> <li data-name="ol.FeatureLoader" class="unstable"> <a href="ol.html#FeatureLoader">FeatureLoader</a> </li> <li data-name="ol.FeatureStyleFunction" class=""> <a href="ol.html#FeatureStyleFunction">FeatureStyleFunction</a> </li> <li data-name="ol.ImageLoadFunctionType" class="unstable"> <a href="ol.html#ImageLoadFunctionType">ImageLoadFunctionType</a> </li> <li data-name="ol.LoadingStrategy" class="unstable"> <a href="ol.html#LoadingStrategy">LoadingStrategy</a> </li> <li data-name="ol.OverlayPositioning" class=""> <a href="ol.html#OverlayPositioning">OverlayPositioning</a> </li> <li data-name="ol.Pixel" class=""> <a href="ol.html#Pixel">Pixel</a> </li> <li data-name="ol.PreRenderFunction" class="unstable"> <a href="ol.html#PreRenderFunction">PreRenderFunction</a> </li> <li data-name="ol.RendererType" class=""> <a href="ol.html#RendererType">RendererType</a> </li> <li data-name="ol.Size" class=""> <a href="ol.html#Size">Size</a> </li> <li data-name="ol.TileCoord" class="unstable"> <a href="ol.html#TileCoord">TileCoord</a> </li> <li data-name="ol.TileLoadFunctionType" class="unstable"> <a href="ol.html#TileLoadFunctionType">TileLoadFunctionType</a> </li> <li data-name="ol.TileUrlFunctionType" class="unstable"> <a href="ol.html#TileUrlFunctionType">TileUrlFunctionType</a> </li> <li data-name="ol.TileVectorLoadFunctionType" class="unstable"> <a href="ol.html#TileVectorLoadFunctionType">TileVectorLoadFunctionType</a> </li> <li data-name="ol.TransformFunction" class=""> <a href="ol.html#TransformFunction">TransformFunction</a> </li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.inherits" class="unstable"> <a href="ol.html#inherits">inherits</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Attribution"> <span class="title"> <a href="ol.Attribution.html">ol.Attribution</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Attribution#getHTML" class=""> <a href="ol.Attribution.html#getHTML">getHTML</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Collection"> <span class="title"> <a href="ol.Collection.html">ol.Collection</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Collection#changed" class="unstable"> <a href="ol.Collection.html#changed">changed</a> </li> <li data-name="ol.Collection#clear" class=""> <a href="ol.Collection.html#clear">clear</a> </li> <li data-name="ol.Collection#extend" class=""> <a href="ol.Collection.html#extend">extend</a> </li> <li data-name="ol.Collection#forEach" class=""> <a href="ol.Collection.html#forEach">forEach</a> </li> <li data-name="ol.Collection#get" class=""> <a href="ol.Collection.html#get">get</a> </li> <li data-name="ol.Collection#getArray" class=""> <a href="ol.Collection.html#getArray">getArray</a> </li> <li data-name="ol.Collection#getKeys" class=""> <a href="ol.Collection.html#getKeys">getKeys</a> </li> <li data-name="ol.Collection#getLength" class=""> <a href="ol.Collection.html#getLength">getLength</a> </li> <li data-name="ol.Collection#getProperties" class=""> <a href="ol.Collection.html#getProperties">getProperties</a> </li> <li data-name="ol.Collection#getRevision" class="unstable"> <a href="ol.Collection.html#getRevision">getRevision</a> </li> <li data-name="ol.Collection#insertAt" class=""> <a href="ol.Collection.html#insertAt">insertAt</a> </li> <li data-name="ol.Collection#item" class=""> <a href="ol.Collection.html#item">item</a> </li> <li data-name="ol.Collection#on" class=""> <a href="ol.Collection.html#on">on</a> </li> <li data-name="ol.Collection#once" class=""> <a href="ol.Collection.html#once">once</a> </li> <li data-name="ol.Collection#pop" class=""> <a href="ol.Collection.html#pop">pop</a> </li> <li data-name="ol.Collection#push" class=""> <a href="ol.Collection.html#push">push</a> </li> <li data-name="ol.Collection#remove" class=""> <a href="ol.Collection.html#remove">remove</a> </li> <li data-name="ol.Collection#removeAt" class=""> <a href="ol.Collection.html#removeAt">removeAt</a> </li> <li data-name="ol.Collection#set" class=""> <a href="ol.Collection.html#set">set</a> </li> <li data-name="ol.Collection#setAt" class=""> <a href="ol.Collection.html#setAt">setAt</a> </li> <li data-name="ol.Collection#setProperties" class=""> <a href="ol.Collection.html#setProperties">setProperties</a> </li> <li data-name="ol.Collection#un" class=""> <a href="ol.Collection.html#un">un</a> </li> <li data-name="ol.Collection#unByKey" class=""> <a href="ol.Collection.html#unByKey">unByKey</a> </li> <li data-name="ol.Collection#unset" class=""> <a href="ol.Collection.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.CollectionEvent#event:add" class=""> <a href="ol.CollectionEvent.html#event:add">add</a> </li> <li data-name="ol.ObjectEvent#event:change:length" class="unstable"> change:length </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.CollectionEvent#event:remove" class=""> <a href="ol.CollectionEvent.html#event:remove">remove</a> </li> </ul> </li> <li class="item" data-name="ol.CollectionEvent"> <span class="title"> <a href="ol.CollectionEvent.html">ol.CollectionEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.CollectionEvent#element"><a href="ol.CollectionEvent.html#element">element</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.DeviceOrientation"> <span class="title"> <a href="ol.DeviceOrientation.html">ol.DeviceOrientation</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.DeviceOrientation#changed" class="unstable"> <a href="ol.DeviceOrientation.html#changed">changed</a> </li> <li data-name="ol.DeviceOrientation#get" class=""> <a href="ol.DeviceOrientation.html#get">get</a> </li> <li data-name="ol.DeviceOrientation#getAlpha" class="unstable"> <a href="ol.DeviceOrientation.html#getAlpha">getAlpha</a> </li> <li data-name="ol.DeviceOrientation#getBeta" class="unstable"> <a href="ol.DeviceOrientation.html#getBeta">getBeta</a> </li> <li data-name="ol.DeviceOrientation#getGamma" class="unstable"> <a href="ol.DeviceOrientation.html#getGamma">getGamma</a> </li> <li data-name="ol.DeviceOrientation#getHeading" class="unstable"> <a href="ol.DeviceOrientation.html#getHeading">getHeading</a> </li> <li data-name="ol.DeviceOrientation#getKeys" class=""> <a href="ol.DeviceOrientation.html#getKeys">getKeys</a> </li> <li data-name="ol.DeviceOrientation#getProperties" class=""> <a href="ol.DeviceOrientation.html#getProperties">getProperties</a> </li> <li data-name="ol.DeviceOrientation#getRevision" class="unstable"> <a href="ol.DeviceOrientation.html#getRevision">getRevision</a> </li> <li data-name="ol.DeviceOrientation#getTracking" class="unstable"> <a href="ol.DeviceOrientation.html#getTracking">getTracking</a> </li> <li data-name="ol.DeviceOrientation#on" class=""> <a href="ol.DeviceOrientation.html#on">on</a> </li> <li data-name="ol.DeviceOrientation#once" class=""> <a href="ol.DeviceOrientation.html#once">once</a> </li> <li data-name="ol.DeviceOrientation#set" class=""> <a href="ol.DeviceOrientation.html#set">set</a> </li> <li data-name="ol.DeviceOrientation#setProperties" class=""> <a href="ol.DeviceOrientation.html#setProperties">setProperties</a> </li> <li data-name="ol.DeviceOrientation#setTracking" class="unstable"> <a href="ol.DeviceOrientation.html#setTracking">setTracking</a> </li> <li data-name="ol.DeviceOrientation#un" class=""> <a href="ol.DeviceOrientation.html#un">un</a> </li> <li data-name="ol.DeviceOrientation#unByKey" class=""> <a href="ol.DeviceOrientation.html#unByKey">unByKey</a> </li> <li data-name="ol.DeviceOrientation#unset" class=""> <a href="ol.DeviceOrientation.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the device orientation changes." class="unstable"> change Triggered when the device orientation changes. </li> <li data-name="ol.ObjectEvent#event:change:alpha" class="unstable"> change:alpha </li> <li data-name="ol.ObjectEvent#event:change:beta" class="unstable"> change:beta </li> <li data-name="ol.ObjectEvent#event:change:gamma" class="unstable"> change:gamma </li> <li data-name="ol.ObjectEvent#event:change:heading" class="unstable"> change:heading </li> <li data-name="ol.ObjectEvent#event:change:tracking" class="unstable"> change:tracking </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.DragBoxEvent"> <span class="title"> <a href="ol.DragBoxEvent.html">ol.DragBoxEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.DragBoxEvent#coordinate"><a href="ol.DragBoxEvent.html#coordinate">coordinate</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Feature"> <span class="title"> <a href="ol.Feature.html">ol.Feature</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Feature#changed" class="unstable"> <a href="ol.Feature.html#changed">changed</a> </li> <li data-name="ol.Feature#clone" class=""> <a href="ol.Feature.html#clone">clone</a> </li> <li data-name="ol.Feature#get" class=""> <a href="ol.Feature.html#get">get</a> </li> <li data-name="ol.Feature#getGeometry" class=""> <a href="ol.Feature.html#getGeometry">getGeometry</a> </li> <li data-name="ol.Feature#getGeometryName" class=""> <a href="ol.Feature.html#getGeometryName">getGeometryName</a> </li> <li data-name="ol.Feature#getId" class=""> <a href="ol.Feature.html#getId">getId</a> </li> <li data-name="ol.Feature#getKeys" class=""> <a href="ol.Feature.html#getKeys">getKeys</a> </li> <li data-name="ol.Feature#getProperties" class=""> <a href="ol.Feature.html#getProperties">getProperties</a> </li> <li data-name="ol.Feature#getRevision" class="unstable"> <a href="ol.Feature.html#getRevision">getRevision</a> </li> <li data-name="ol.Feature#getStyle" class=""> <a href="ol.Feature.html#getStyle">getStyle</a> </li> <li data-name="ol.Feature#getStyleFunction" class=""> <a href="ol.Feature.html#getStyleFunction">getStyleFunction</a> </li> <li data-name="ol.Feature#on" class=""> <a href="ol.Feature.html#on">on</a> </li> <li data-name="ol.Feature#once" class=""> <a href="ol.Feature.html#once">once</a> </li> <li data-name="ol.Feature#set" class=""> <a href="ol.Feature.html#set">set</a> </li> <li data-name="ol.Feature#setGeometry" class=""> <a href="ol.Feature.html#setGeometry">setGeometry</a> </li> <li data-name="ol.Feature#setGeometryName" class=""> <a href="ol.Feature.html#setGeometryName">setGeometryName</a> </li> <li data-name="ol.Feature#setId" class=""> <a href="ol.Feature.html#setId">setId</a> </li> <li data-name="ol.Feature#setProperties" class=""> <a href="ol.Feature.html#setProperties">setProperties</a> </li> <li data-name="ol.Feature#setStyle" class=""> <a href="ol.Feature.html#setStyle">setStyle</a> </li> <li data-name="ol.Feature#un" class=""> <a href="ol.Feature.html#un">un</a> </li> <li data-name="ol.Feature#unByKey" class=""> <a href="ol.Feature.html#unByKey">unByKey</a> </li> <li data-name="ol.Feature#unset" class=""> <a href="ol.Feature.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="change Triggered when the id, the geometry or the style of the feature changes.event:" class="unstable"> change Triggered when the id, the geometry or the style of the feature changes.event: </li> <li data-name="ol.ObjectEvent#event:change:geometry" class="unstable"> change:geometry </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.Geolocation"> <span class="title"> <a href="ol.Geolocation.html">ol.Geolocation</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Geolocation#changed" class="unstable"> <a href="ol.Geolocation.html#changed">changed</a> </li> <li data-name="ol.Geolocation#get" class=""> <a href="ol.Geolocation.html#get">get</a> </li> <li data-name="ol.Geolocation#getAccuracy" class=""> <a href="ol.Geolocation.html#getAccuracy">getAccuracy</a> </li> <li data-name="ol.Geolocation#getAccuracyGeometry" class=""> <a href="ol.Geolocation.html#getAccuracyGeometry">getAccuracyGeometry</a> </li> <li data-name="ol.Geolocation#getAltitude" class=""> <a href="ol.Geolocation.html#getAltitude">getAltitude</a> </li> <li data-name="ol.Geolocation#getAltitudeAccuracy" class=""> <a href="ol.Geolocation.html#getAltitudeAccuracy">getAltitudeAccuracy</a> </li> <li data-name="ol.Geolocation#getHeading" class=""> <a href="ol.Geolocation.html#getHeading">getHeading</a> </li> <li data-name="ol.Geolocation#getKeys" class=""> <a href="ol.Geolocation.html#getKeys">getKeys</a> </li> <li data-name="ol.Geolocation#getPosition" class=""> <a href="ol.Geolocation.html#getPosition">getPosition</a> </li> <li data-name="ol.Geolocation#getProjection" class=""> <a href="ol.Geolocation.html#getProjection">getProjection</a> </li> <li data-name="ol.Geolocation#getProperties" class=""> <a href="ol.Geolocation.html#getProperties">getProperties</a> </li> <li data-name="ol.Geolocation#getRevision" class="unstable"> <a href="ol.Geolocation.html#getRevision">getRevision</a> </li> <li data-name="ol.Geolocation#getSpeed" class=""> <a href="ol.Geolocation.html#getSpeed">getSpeed</a> </li> <li data-name="ol.Geolocation#getTracking" class=""> <a href="ol.Geolocation.html#getTracking">getTracking</a> </li> <li data-name="ol.Geolocation#getTrackingOptions" class=""> <a href="ol.Geolocation.html#getTrackingOptions">getTrackingOptions</a> </li> <li data-name="ol.Geolocation#on" class=""> <a href="ol.Geolocation.html#on">on</a> </li> <li data-name="ol.Geolocation#once" class=""> <a href="ol.Geolocation.html#once">once</a> </li> <li data-name="ol.Geolocation#set" class=""> <a href="ol.Geolocation.html#set">set</a> </li> <li data-name="ol.Geolocation#setProjection" class=""> <a href="ol.Geolocation.html#setProjection">setProjection</a> </li> <li data-name="ol.Geolocation#setProperties" class=""> <a href="ol.Geolocation.html#setProperties">setProperties</a> </li> <li data-name="ol.Geolocation#setTracking" class=""> <a href="ol.Geolocation.html#setTracking">setTracking</a> </li> <li data-name="ol.Geolocation#setTrackingOptions" class=""> <a href="ol.Geolocation.html#setTrackingOptions">setTrackingOptions</a> </li> <li data-name="ol.Geolocation#un" class=""> <a href="ol.Geolocation.html#un">un</a> </li> <li data-name="ol.Geolocation#unByKey" class=""> <a href="ol.Geolocation.html#unByKey">unByKey</a> </li> <li data-name="ol.Geolocation#unset" class=""> <a href="ol.Geolocation.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the position changes." class="unstable"> change Triggered when the position changes. </li> <li data-name="ol.ObjectEvent#event:change:accuracy" class="unstable"> change:accuracy </li> <li data-name="ol.ObjectEvent#event:change:accuracyGeometry" class="unstable"> change:accuracyGeometry </li> <li data-name="ol.ObjectEvent#event:change:altitude" class="unstable"> change:altitude </li> <li data-name="ol.ObjectEvent#event:change:altitudeAccuracy" class="unstable"> change:altitudeAccuracy </li> <li data-name="ol.ObjectEvent#event:change:heading" class="unstable"> change:heading </li> <li data-name="ol.ObjectEvent#event:change:position" class="unstable"> change:position </li> <li data-name="ol.ObjectEvent#event:change:projection" class="unstable"> change:projection </li> <li data-name="ol.ObjectEvent#event:change:speed" class="unstable"> change:speed </li> <li data-name="ol.ObjectEvent#event:change:tracking" class="unstable"> change:tracking </li> <li data-name="ol.ObjectEvent#event:change:trackingOptions" class="unstable"> change:trackingOptions </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.Graticule"> <span class="title"> <a href="ol.Graticule.html">ol.Graticule</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Graticule#getMap" class="unstable"> <a href="ol.Graticule.html#getMap">getMap</a> </li> <li data-name="ol.Graticule#getMeridians" class="unstable"> <a href="ol.Graticule.html#getMeridians">getMeridians</a> </li> <li data-name="ol.Graticule#getParallels" class="unstable"> <a href="ol.Graticule.html#getParallels">getParallels</a> </li> <li data-name="ol.Graticule#setMap" class="unstable"> <a href="ol.Graticule.html#setMap">setMap</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Image"> <span class="title"> <a href="ol.Image.html">ol.Image</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Image#getImage" class="unstable"> <a href="ol.Image.html#getImage">getImage</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.ImageBase"> <span class="title"> <a href="ol.ImageBase.html">ol.ImageBase</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.ImageTile"> <span class="title"> <a href="ol.ImageTile.html">ol.ImageTile</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.ImageTile#getImage" class="unstable"> <a href="ol.ImageTile.html#getImage">getImage</a> </li> <li data-name="ol.ImageTile#getTileCoord" class="unstable"> <a href="ol.ImageTile.html#getTileCoord">getTileCoord</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Kinetic"> <span class="title"> <a href="ol.Kinetic.html">ol.Kinetic</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Map"> <span class="title"> <a href="ol.Map.html">ol.Map</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Map#addControl" class=""> <a href="ol.Map.html#addControl">addControl</a> </li> <li data-name="ol.Map#addInteraction" class=""> <a href="ol.Map.html#addInteraction">addInteraction</a> </li> <li data-name="ol.Map#addLayer" class=""> <a href="ol.Map.html#addLayer">addLayer</a> </li> <li data-name="ol.Map#addOverlay" class=""> <a href="ol.Map.html#addOverlay">addOverlay</a> </li> <li data-name="ol.Map#beforeRender" class="unstable"> <a href="ol.Map.html#beforeRender">beforeRender</a> </li> <li data-name="ol.Map#changed" class="unstable"> <a href="ol.Map.html#changed">changed</a> </li> <li data-name="ol.Map#forEachFeatureAtPixel" class=""> <a href="ol.Map.html#forEachFeatureAtPixel">forEachFeatureAtPixel</a> </li> <li data-name="ol.Map#forEachLayerAtPixel" class=""> <a href="ol.Map.html#forEachLayerAtPixel">forEachLayerAtPixel</a> </li> <li data-name="ol.Map#get" class=""> <a href="ol.Map.html#get">get</a> </li> <li data-name="ol.Map#getControls" class=""> <a href="ol.Map.html#getControls">getControls</a> </li> <li data-name="ol.Map#getCoordinateFromPixel" class=""> <a href="ol.Map.html#getCoordinateFromPixel">getCoordinateFromPixel</a> </li> <li data-name="ol.Map#getEventCoordinate" class=""> <a href="ol.Map.html#getEventCoordinate">getEventCoordinate</a> </li> <li data-name="ol.Map#getEventPixel" class=""> <a href="ol.Map.html#getEventPixel">getEventPixel</a> </li> <li data-name="ol.Map#getInteractions" class=""> <a href="ol.Map.html#getInteractions">getInteractions</a> </li> <li data-name="ol.Map#getKeys" class=""> <a href="ol.Map.html#getKeys">getKeys</a> </li> <li data-name="ol.Map#getLayerGroup" class=""> <a href="ol.Map.html#getLayerGroup">getLayerGroup</a> </li> <li data-name="ol.Map#getLayers" class=""> <a href="ol.Map.html#getLayers">getLayers</a> </li> <li data-name="ol.Map#getOverlays" class=""> <a href="ol.Map.html#getOverlays">getOverlays</a> </li> <li data-name="ol.Map#getPixelFromCoordinate" class=""> <a href="ol.Map.html#getPixelFromCoordinate">getPixelFromCoordinate</a> </li> <li data-name="ol.Map#getProperties" class=""> <a href="ol.Map.html#getProperties">getProperties</a> </li> <li data-name="ol.Map#getRevision" class="unstable"> <a href="ol.Map.html#getRevision">getRevision</a> </li> <li data-name="ol.Map#getSize" class=""> <a href="ol.Map.html#getSize">getSize</a> </li> <li data-name="ol.Map#getTarget" class=""> <a href="ol.Map.html#getTarget">getTarget</a> </li> <li data-name="ol.Map#getTargetElement" class="unstable"> <a href="ol.Map.html#getTargetElement">getTargetElement</a> </li> <li data-name="ol.Map#getView" class=""> <a href="ol.Map.html#getView">getView</a> </li> <li data-name="ol.Map#getViewport" class=""> <a href="ol.Map.html#getViewport">getViewport</a> </li> <li data-name="ol.Map#hasFeatureAtPixel" class="unstable"> <a href="ol.Map.html#hasFeatureAtPixel">hasFeatureAtPixel</a> </li> <li data-name="ol.Map#on" class=""> <a href="ol.Map.html#on">on</a> </li> <li data-name="ol.Map#once" class=""> <a href="ol.Map.html#once">once</a> </li> <li data-name="ol.Map#removeControl" class=""> <a href="ol.Map.html#removeControl">removeControl</a> </li> <li data-name="ol.Map#removeInteraction" class=""> <a href="ol.Map.html#removeInteraction">removeInteraction</a> </li> <li data-name="ol.Map#removeLayer" class=""> <a href="ol.Map.html#removeLayer">removeLayer</a> </li> <li data-name="ol.Map#removeOverlay" class=""> <a href="ol.Map.html#removeOverlay">removeOverlay</a> </li> <li data-name="ol.Map#render" class=""> <a href="ol.Map.html#render">render</a> </li> <li data-name="ol.Map#renderSync" class=""> <a href="ol.Map.html#renderSync">renderSync</a> </li> <li data-name="ol.Map#set" class=""> <a href="ol.Map.html#set">set</a> </li> <li data-name="ol.Map#setLayerGroup" class=""> <a href="ol.Map.html#setLayerGroup">setLayerGroup</a> </li> <li data-name="ol.Map#setProperties" class=""> <a href="ol.Map.html#setProperties">setProperties</a> </li> <li data-name="ol.Map#setSize" class="unstable"> <a href="ol.Map.html#setSize">setSize</a> </li> <li data-name="ol.Map#setTarget" class=""> <a href="ol.Map.html#setTarget">setTarget</a> </li> <li data-name="ol.Map#setView" class=""> <a href="ol.Map.html#setView">setView</a> </li> <li data-name="ol.Map#un" class=""> <a href="ol.Map.html#un">un</a> </li> <li data-name="ol.Map#unByKey" class=""> <a href="ol.Map.html#unByKey">unByKey</a> </li> <li data-name="ol.Map#unset" class=""> <a href="ol.Map.html#unset">unset</a> </li> <li data-name="ol.Map#updateSize" class=""> <a href="ol.Map.html#updateSize">updateSize</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:layerGroup" class="unstable"> change:layerGroup </li> <li data-name="ol.ObjectEvent#event:change:size" class="unstable"> change:size </li> <li data-name="ol.ObjectEvent#event:change:target" class="unstable"> change:target </li> <li data-name="ol.ObjectEvent#event:change:view" class="unstable"> change:view </li> <li data-name="ol.MapBrowserEvent#event:click" class=""> <a href="ol.MapBrowserEvent.html#event:click">click</a> </li> <li data-name="ol.MapBrowserEvent#event:dblclick" class=""> <a href="ol.MapBrowserEvent.html#event:dblclick">dblclick</a> </li> <li data-name="ol.MapEvent#event:moveend" class=""> <a href="ol.MapEvent.html#event:moveend">moveend</a> </li> <li data-name="ol.MapBrowserEvent#event:pointerdrag" class="unstable"> <a href="ol.MapBrowserEvent.html#event:pointerdrag">pointerdrag</a> </li> <li data-name="ol.MapBrowserEvent#event:pointermove" class=""> <a href="ol.MapBrowserEvent.html#event:pointermove">pointermove</a> </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.MapEvent#event:postrender" class="unstable"> <a href="ol.MapEvent.html#event:postrender">postrender</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.MapBrowserEvent#event:singleclick" class=""> <a href="ol.MapBrowserEvent.html#event:singleclick">singleclick</a> </li> </ul> </li> <li class="item" data-name="ol.MapBrowserEvent"> <span class="title"> <a href="ol.MapBrowserEvent.html">ol.MapBrowserEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.MapBrowserEvent#coordinate"><a href="ol.MapBrowserEvent.html#coordinate">coordinate</a></li> <li data-name="ol.MapBrowserEvent#dragging"><a href="ol.MapBrowserEvent.html#dragging">dragging</a></li> <li data-name="ol.MapBrowserEvent#frameState"><a href="ol.MapBrowserEvent.html#frameState">frameState</a></li> <li data-name="ol.MapBrowserEvent#map"><a href="ol.MapBrowserEvent.html#map">map</a></li> <li data-name="ol.MapBrowserEvent#originalEvent"><a href="ol.MapBrowserEvent.html#originalEvent">originalEvent</a></li> <li data-name="ol.MapBrowserEvent#pixel"><a href="ol.MapBrowserEvent.html#pixel">pixel</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.MapBrowserEvent#preventDefault" class=""> <a href="ol.MapBrowserEvent.html#preventDefault">preventDefault</a> </li> <li data-name="ol.MapBrowserEvent#stopPropagation" class=""> <a href="ol.MapBrowserEvent.html#stopPropagation">stopPropagation</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.MapEvent"> <span class="title"> <a href="ol.MapEvent.html">ol.MapEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.MapEvent#frameState"><a href="ol.MapEvent.html#frameState">frameState</a></li> <li data-name="ol.MapEvent#map"><a href="ol.MapEvent.html#map">map</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.ModifyEvent"> <span class="title"> <a href="ol.ModifyEvent.html">ol.ModifyEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.ModifyEvent#features"><a href="ol.ModifyEvent.html#features">features</a></li> <li data-name="ol.ModifyEvent#mapBrowserPointerEvent"><a href="ol.ModifyEvent.html#mapBrowserPointerEvent">mapBrowserPointerEvent</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Object"> <span class="title"> <a href="ol.Object.html">ol.Object</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Object#changed" class="unstable"> <a href="ol.Object.html#changed">changed</a> </li> <li data-name="ol.Object#get" class=""> <a href="ol.Object.html#get">get</a> </li> <li data-name="ol.Object#getKeys" class=""> <a href="ol.Object.html#getKeys">getKeys</a> </li> <li data-name="ol.Object#getProperties" class=""> <a href="ol.Object.html#getProperties">getProperties</a> </li> <li data-name="ol.Object#getRevision" class="unstable"> <a href="ol.Object.html#getRevision">getRevision</a> </li> <li data-name="ol.Object#on" class=""> <a href="ol.Object.html#on">on</a> </li> <li data-name="ol.Object#once" class=""> <a href="ol.Object.html#once">once</a> </li> <li data-name="ol.Object#set" class=""> <a href="ol.Object.html#set">set</a> </li> <li data-name="ol.Object#setProperties" class=""> <a href="ol.Object.html#setProperties">setProperties</a> </li> <li data-name="ol.Object#un" class=""> <a href="ol.Object.html#un">un</a> </li> <li data-name="ol.Object#unByKey" class=""> <a href="ol.Object.html#unByKey">unByKey</a> </li> <li data-name="ol.Object#unset" class=""> <a href="ol.Object.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.ObjectEvent"> <span class="title"> <a href="ol.ObjectEvent.html">ol.ObjectEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.ObjectEvent#key"><a href="ol.ObjectEvent.html#key">key</a></li> <li data-name="ol.ObjectEvent#oldValue"><a href="ol.ObjectEvent.html#oldValue">oldValue</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Observable"> <span class="title"> <a href="ol.Observable.html">ol.Observable</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Observable.unByKey" class=""> <a href="ol.Observable.html#unByKey">unByKey</a> </li> <li data-name="ol.Observable#changed" class="unstable"> <a href="ol.Observable.html#changed">changed</a> </li> <li data-name="ol.Observable#getRevision" class="unstable"> <a href="ol.Observable.html#getRevision">getRevision</a> </li> <li data-name="ol.Observable#on" class=""> <a href="ol.Observable.html#on">on</a> </li> <li data-name="ol.Observable#once" class=""> <a href="ol.Observable.html#once">once</a> </li> <li data-name="ol.Observable#un" class=""> <a href="ol.Observable.html#un">un</a> </li> <li data-name="ol.Observable#unByKey" class=""> <a href="ol.Observable.html#unByKey">unByKey</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Overlay"> <span class="title"> <a href="ol.Overlay.html">ol.Overlay</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Overlay#changed" class="unstable"> <a href="ol.Overlay.html#changed">changed</a> </li> <li data-name="ol.Overlay#get" class=""> <a href="ol.Overlay.html#get">get</a> </li> <li data-name="ol.Overlay#getElement" class=""> <a href="ol.Overlay.html#getElement">getElement</a> </li> <li data-name="ol.Overlay#getKeys" class=""> <a href="ol.Overlay.html#getKeys">getKeys</a> </li> <li data-name="ol.Overlay#getMap" class=""> <a href="ol.Overlay.html#getMap">getMap</a> </li> <li data-name="ol.Overlay#getOffset" class=""> <a href="ol.Overlay.html#getOffset">getOffset</a> </li> <li data-name="ol.Overlay#getPosition" class=""> <a href="ol.Overlay.html#getPosition">getPosition</a> </li> <li data-name="ol.Overlay#getPositioning" class=""> <a href="ol.Overlay.html#getPositioning">getPositioning</a> </li> <li data-name="ol.Overlay#getProperties" class=""> <a href="ol.Overlay.html#getProperties">getProperties</a> </li> <li data-name="ol.Overlay#getRevision" class="unstable"> <a href="ol.Overlay.html#getRevision">getRevision</a> </li> <li data-name="ol.Overlay#on" class=""> <a href="ol.Overlay.html#on">on</a> </li> <li data-name="ol.Overlay#once" class=""> <a href="ol.Overlay.html#once">once</a> </li> <li data-name="ol.Overlay#set" class=""> <a href="ol.Overlay.html#set">set</a> </li> <li data-name="ol.Overlay#setElement" class=""> <a href="ol.Overlay.html#setElement">setElement</a> </li> <li data-name="ol.Overlay#setMap" class=""> <a href="ol.Overlay.html#setMap">setMap</a> </li> <li data-name="ol.Overlay#setOffset" class=""> <a href="ol.Overlay.html#setOffset">setOffset</a> </li> <li data-name="ol.Overlay#setPosition" class=""> <a href="ol.Overlay.html#setPosition">setPosition</a> </li> <li data-name="ol.Overlay#setPositioning" class=""> <a href="ol.Overlay.html#setPositioning">setPositioning</a> </li> <li data-name="ol.Overlay#setProperties" class=""> <a href="ol.Overlay.html#setProperties">setProperties</a> </li> <li data-name="ol.Overlay#un" class=""> <a href="ol.Overlay.html#un">un</a> </li> <li data-name="ol.Overlay#unByKey" class=""> <a href="ol.Overlay.html#unByKey">unByKey</a> </li> <li data-name="ol.Overlay#unset" class=""> <a href="ol.Overlay.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:element" class="unstable"> change:element </li> <li data-name="ol.ObjectEvent#event:change:map" class="unstable"> change:map </li> <li data-name="ol.ObjectEvent#event:change:offset" class="unstable"> change:offset </li> <li data-name="ol.ObjectEvent#event:change:position" class="unstable"> change:position </li> <li data-name="ol.ObjectEvent#event:change:positioning" class="unstable"> change:positioning </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.SelectEvent"> <span class="title"> <a href="ol.SelectEvent.html">ol.SelectEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.SelectEvent#deselected"><a href="ol.SelectEvent.html#deselected">deselected</a></li> <li data-name="ol.SelectEvent#mapBrowserEvent"><a href="ol.SelectEvent.html#mapBrowserEvent">mapBrowserEvent</a></li> <li data-name="ol.SelectEvent#selected"><a href="ol.SelectEvent.html#selected">selected</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Sphere"> <span class="title"> <a href="ol.Sphere.html">ol.Sphere</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Sphere#geodesicArea" class="unstable"> <a href="ol.Sphere.html#geodesicArea">geodesicArea</a> </li> <li data-name="ol.Sphere#haversineDistance" class="unstable"> <a href="ol.Sphere.html#haversineDistance">haversineDistance</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.Tile"> <span class="title"> <a href="ol.Tile.html">ol.Tile</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.Tile#getTileCoord" class="unstable"> <a href="ol.Tile.html#getTileCoord">getTileCoord</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.View"> <span class="title"> <a href="ol.View.html">ol.View</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.View#calculateExtent" class=""> <a href="ol.View.html#calculateExtent">calculateExtent</a> </li> <li data-name="ol.View#centerOn" class="unstable"> <a href="ol.View.html#centerOn">centerOn</a> </li> <li data-name="ol.View#changed" class="unstable"> <a href="ol.View.html#changed">changed</a> </li> <li data-name="ol.View#constrainCenter" class="unstable"> <a href="ol.View.html#constrainCenter">constrainCenter</a> </li> <li data-name="ol.View#constrainResolution" class="unstable"> <a href="ol.View.html#constrainResolution">constrainResolution</a> </li> <li data-name="ol.View#constrainRotation" class="unstable"> <a href="ol.View.html#constrainRotation">constrainRotation</a> </li> <li data-name="ol.View#fit" class="unstable"> <a href="ol.View.html#fit">fit</a> </li> <li data-name="ol.View#get" class=""> <a href="ol.View.html#get">get</a> </li> <li data-name="ol.View#getCenter" class=""> <a href="ol.View.html#getCenter">getCenter</a> </li> <li data-name="ol.View#getKeys" class=""> <a href="ol.View.html#getKeys">getKeys</a> </li> <li data-name="ol.View#getProjection" class=""> <a href="ol.View.html#getProjection">getProjection</a> </li> <li data-name="ol.View#getProperties" class=""> <a href="ol.View.html#getProperties">getProperties</a> </li> <li data-name="ol.View#getResolution" class=""> <a href="ol.View.html#getResolution">getResolution</a> </li> <li data-name="ol.View#getRevision" class="unstable"> <a href="ol.View.html#getRevision">getRevision</a> </li> <li data-name="ol.View#getRotation" class=""> <a href="ol.View.html#getRotation">getRotation</a> </li> <li data-name="ol.View#getZoom" class=""> <a href="ol.View.html#getZoom">getZoom</a> </li> <li data-name="ol.View#on" class=""> <a href="ol.View.html#on">on</a> </li> <li data-name="ol.View#once" class=""> <a href="ol.View.html#once">once</a> </li> <li data-name="ol.View#rotate" class=""> <a href="ol.View.html#rotate">rotate</a> </li> <li data-name="ol.View#set" class=""> <a href="ol.View.html#set">set</a> </li> <li data-name="ol.View#setCenter" class=""> <a href="ol.View.html#setCenter">setCenter</a> </li> <li data-name="ol.View#setProperties" class=""> <a href="ol.View.html#setProperties">setProperties</a> </li> <li data-name="ol.View#setResolution" class=""> <a href="ol.View.html#setResolution">setResolution</a> </li> <li data-name="ol.View#setRotation" class=""> <a href="ol.View.html#setRotation">setRotation</a> </li> <li data-name="ol.View#setZoom" class=""> <a href="ol.View.html#setZoom">setZoom</a> </li> <li data-name="ol.View#un" class=""> <a href="ol.View.html#un">un</a> </li> <li data-name="ol.View#unByKey" class=""> <a href="ol.View.html#unByKey">unByKey</a> </li> <li data-name="ol.View#unset" class=""> <a href="ol.View.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:center" class="unstable"> change:center </li> <li data-name="ol.ObjectEvent#event:change:resolution" class="unstable"> change:resolution </li> <li data-name="ol.ObjectEvent#event:change:rotation" class="unstable"> change:rotation </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.animation"> <span class="title"> <a href="ol.animation.html">ol.animation</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.animation.bounce" class="unstable"> <a href="ol.animation.html#bounce">bounce</a> </li> <li data-name="ol.animation.pan" class="unstable"> <a href="ol.animation.html#pan">pan</a> </li> <li data-name="ol.animation.rotate" class="unstable"> <a href="ol.animation.html#rotate">rotate</a> </li> <li data-name="ol.animation.zoom" class="unstable"> <a href="ol.animation.html#zoom">zoom</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.color"> <span class="title"> <a href="ol.color.html">ol.color</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.color.asArray" class="unstable"> <a href="ol.color.html#asArray">asArray</a> </li> <li data-name="ol.color.asString" class="unstable"> <a href="ol.color.html#asString">asString</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.control"> <span class="title"> <a href="ol.control.html">ol.control</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.control.ScaleLineUnits" class=""> <a href="ol.control.html#ScaleLineUnits">ScaleLineUnits</a> </li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.defaults" class=""> <a href="ol.control.html#defaults">defaults</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.control.Attribution"> <span class="title"> <a href="ol.control.Attribution.html">ol.control.Attribution</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.Attribution.render" class="unstable"> <a href="ol.control.Attribution.html#render">render</a> </li> <li data-name="ol.control.Attribution#changed" class="unstable"> <a href="ol.control.Attribution.html#changed">changed</a> </li> <li data-name="ol.control.Attribution#get" class=""> <a href="ol.control.Attribution.html#get">get</a> </li> <li data-name="ol.control.Attribution#getCollapsed" class=""> <a href="ol.control.Attribution.html#getCollapsed">getCollapsed</a> </li> <li data-name="ol.control.Attribution#getCollapsible" class=""> <a href="ol.control.Attribution.html#getCollapsible">getCollapsible</a> </li> <li data-name="ol.control.Attribution#getKeys" class=""> <a href="ol.control.Attribution.html#getKeys">getKeys</a> </li> <li data-name="ol.control.Attribution#getMap" class=""> <a href="ol.control.Attribution.html#getMap">getMap</a> </li> <li data-name="ol.control.Attribution#getProperties" class=""> <a href="ol.control.Attribution.html#getProperties">getProperties</a> </li> <li data-name="ol.control.Attribution#getRevision" class="unstable"> <a href="ol.control.Attribution.html#getRevision">getRevision</a> </li> <li data-name="ol.control.Attribution#on" class=""> <a href="ol.control.Attribution.html#on">on</a> </li> <li data-name="ol.control.Attribution#once" class=""> <a href="ol.control.Attribution.html#once">once</a> </li> <li data-name="ol.control.Attribution#set" class=""> <a href="ol.control.Attribution.html#set">set</a> </li> <li data-name="ol.control.Attribution#setCollapsed" class=""> <a href="ol.control.Attribution.html#setCollapsed">setCollapsed</a> </li> <li data-name="ol.control.Attribution#setCollapsible" class=""> <a href="ol.control.Attribution.html#setCollapsible">setCollapsible</a> </li> <li data-name="ol.control.Attribution#setMap" class=""> <a href="ol.control.Attribution.html#setMap">setMap</a> </li> <li data-name="ol.control.Attribution#setProperties" class=""> <a href="ol.control.Attribution.html#setProperties">setProperties</a> </li> <li data-name="ol.control.Attribution#setTarget" class="unstable"> <a href="ol.control.Attribution.html#setTarget">setTarget</a> </li> <li data-name="ol.control.Attribution#un" class=""> <a href="ol.control.Attribution.html#un">un</a> </li> <li data-name="ol.control.Attribution#unByKey" class=""> <a href="ol.control.Attribution.html#unByKey">unByKey</a> </li> <li data-name="ol.control.Attribution#unset" class=""> <a href="ol.control.Attribution.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.Control"> <span class="title"> <a href="ol.control.Control.html">ol.control.Control</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.Control#changed" class="unstable"> <a href="ol.control.Control.html#changed">changed</a> </li> <li data-name="ol.control.Control#get" class=""> <a href="ol.control.Control.html#get">get</a> </li> <li data-name="ol.control.Control#getKeys" class=""> <a href="ol.control.Control.html#getKeys">getKeys</a> </li> <li data-name="ol.control.Control#getMap" class=""> <a href="ol.control.Control.html#getMap">getMap</a> </li> <li data-name="ol.control.Control#getProperties" class=""> <a href="ol.control.Control.html#getProperties">getProperties</a> </li> <li data-name="ol.control.Control#getRevision" class="unstable"> <a href="ol.control.Control.html#getRevision">getRevision</a> </li> <li data-name="ol.control.Control#on" class=""> <a href="ol.control.Control.html#on">on</a> </li> <li data-name="ol.control.Control#once" class=""> <a href="ol.control.Control.html#once">once</a> </li> <li data-name="ol.control.Control#set" class=""> <a href="ol.control.Control.html#set">set</a> </li> <li data-name="ol.control.Control#setMap" class=""> <a href="ol.control.Control.html#setMap">setMap</a> </li> <li data-name="ol.control.Control#setProperties" class=""> <a href="ol.control.Control.html#setProperties">setProperties</a> </li> <li data-name="ol.control.Control#setTarget" class="unstable"> <a href="ol.control.Control.html#setTarget">setTarget</a> </li> <li data-name="ol.control.Control#un" class=""> <a href="ol.control.Control.html#un">un</a> </li> <li data-name="ol.control.Control#unByKey" class=""> <a href="ol.control.Control.html#unByKey">unByKey</a> </li> <li data-name="ol.control.Control#unset" class=""> <a href="ol.control.Control.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.FullScreen"> <span class="title"> <a href="ol.control.FullScreen.html">ol.control.FullScreen</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.FullScreen#changed" class="unstable"> <a href="ol.control.FullScreen.html#changed">changed</a> </li> <li data-name="ol.control.FullScreen#get" class=""> <a href="ol.control.FullScreen.html#get">get</a> </li> <li data-name="ol.control.FullScreen#getKeys" class=""> <a href="ol.control.FullScreen.html#getKeys">getKeys</a> </li> <li data-name="ol.control.FullScreen#getMap" class=""> <a href="ol.control.FullScreen.html#getMap">getMap</a> </li> <li data-name="ol.control.FullScreen#getProperties" class=""> <a href="ol.control.FullScreen.html#getProperties">getProperties</a> </li> <li data-name="ol.control.FullScreen#getRevision" class="unstable"> <a href="ol.control.FullScreen.html#getRevision">getRevision</a> </li> <li data-name="ol.control.FullScreen#on" class=""> <a href="ol.control.FullScreen.html#on">on</a> </li> <li data-name="ol.control.FullScreen#once" class=""> <a href="ol.control.FullScreen.html#once">once</a> </li> <li data-name="ol.control.FullScreen#set" class=""> <a href="ol.control.FullScreen.html#set">set</a> </li> <li data-name="ol.control.FullScreen#setMap" class=""> <a href="ol.control.FullScreen.html#setMap">setMap</a> </li> <li data-name="ol.control.FullScreen#setProperties" class=""> <a href="ol.control.FullScreen.html#setProperties">setProperties</a> </li> <li data-name="ol.control.FullScreen#setTarget" class="unstable"> <a href="ol.control.FullScreen.html#setTarget">setTarget</a> </li> <li data-name="ol.control.FullScreen#un" class=""> <a href="ol.control.FullScreen.html#un">un</a> </li> <li data-name="ol.control.FullScreen#unByKey" class=""> <a href="ol.control.FullScreen.html#unByKey">unByKey</a> </li> <li data-name="ol.control.FullScreen#unset" class=""> <a href="ol.control.FullScreen.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.MousePosition"> <span class="title"> <a href="ol.control.MousePosition.html">ol.control.MousePosition</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.MousePosition.render" class="unstable"> <a href="ol.control.MousePosition.html#render">render</a> </li> <li data-name="ol.control.MousePosition#changed" class="unstable"> <a href="ol.control.MousePosition.html#changed">changed</a> </li> <li data-name="ol.control.MousePosition#get" class=""> <a href="ol.control.MousePosition.html#get">get</a> </li> <li data-name="ol.control.MousePosition#getCoordinateFormat" class=""> <a href="ol.control.MousePosition.html#getCoordinateFormat">getCoordinateFormat</a> </li> <li data-name="ol.control.MousePosition#getKeys" class=""> <a href="ol.control.MousePosition.html#getKeys">getKeys</a> </li> <li data-name="ol.control.MousePosition#getMap" class=""> <a href="ol.control.MousePosition.html#getMap">getMap</a> </li> <li data-name="ol.control.MousePosition#getProjection" class=""> <a href="ol.control.MousePosition.html#getProjection">getProjection</a> </li> <li data-name="ol.control.MousePosition#getProperties" class=""> <a href="ol.control.MousePosition.html#getProperties">getProperties</a> </li> <li data-name="ol.control.MousePosition#getRevision" class="unstable"> <a href="ol.control.MousePosition.html#getRevision">getRevision</a> </li> <li data-name="ol.control.MousePosition#on" class=""> <a href="ol.control.MousePosition.html#on">on</a> </li> <li data-name="ol.control.MousePosition#once" class=""> <a href="ol.control.MousePosition.html#once">once</a> </li> <li data-name="ol.control.MousePosition#set" class=""> <a href="ol.control.MousePosition.html#set">set</a> </li> <li data-name="ol.control.MousePosition#setCoordinateFormat" class=""> <a href="ol.control.MousePosition.html#setCoordinateFormat">setCoordinateFormat</a> </li> <li data-name="ol.control.MousePosition#setMap" class=""> <a href="ol.control.MousePosition.html#setMap">setMap</a> </li> <li data-name="ol.control.MousePosition#setProjection" class=""> <a href="ol.control.MousePosition.html#setProjection">setProjection</a> </li> <li data-name="ol.control.MousePosition#setProperties" class=""> <a href="ol.control.MousePosition.html#setProperties">setProperties</a> </li> <li data-name="ol.control.MousePosition#setTarget" class="unstable"> <a href="ol.control.MousePosition.html#setTarget">setTarget</a> </li> <li data-name="ol.control.MousePosition#un" class=""> <a href="ol.control.MousePosition.html#un">un</a> </li> <li data-name="ol.control.MousePosition#unByKey" class=""> <a href="ol.control.MousePosition.html#unByKey">unByKey</a> </li> <li data-name="ol.control.MousePosition#unset" class=""> <a href="ol.control.MousePosition.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:coordinateFormat" class="unstable"> change:coordinateFormat </li> <li data-name="ol.ObjectEvent#event:change:projection" class="unstable"> change:projection </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.OverviewMap"> <span class="title"> <a href="ol.control.OverviewMap.html">ol.control.OverviewMap</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.OverviewMap.render" class="unstable"> <a href="ol.control.OverviewMap.html#render">render</a> </li> <li data-name="ol.control.OverviewMap#changed" class="unstable"> <a href="ol.control.OverviewMap.html#changed">changed</a> </li> <li data-name="ol.control.OverviewMap#get" class=""> <a href="ol.control.OverviewMap.html#get">get</a> </li> <li data-name="ol.control.OverviewMap#getCollapsed" class=""> <a href="ol.control.OverviewMap.html#getCollapsed">getCollapsed</a> </li> <li data-name="ol.control.OverviewMap#getCollapsible" class=""> <a href="ol.control.OverviewMap.html#getCollapsible">getCollapsible</a> </li> <li data-name="ol.control.OverviewMap#getKeys" class=""> <a href="ol.control.OverviewMap.html#getKeys">getKeys</a> </li> <li data-name="ol.control.OverviewMap#getMap" class=""> <a href="ol.control.OverviewMap.html#getMap">getMap</a> </li> <li data-name="ol.control.OverviewMap#getProperties" class=""> <a href="ol.control.OverviewMap.html#getProperties">getProperties</a> </li> <li data-name="ol.control.OverviewMap#getRevision" class="unstable"> <a href="ol.control.OverviewMap.html#getRevision">getRevision</a> </li> <li data-name="ol.control.OverviewMap#on" class=""> <a href="ol.control.OverviewMap.html#on">on</a> </li> <li data-name="ol.control.OverviewMap#once" class=""> <a href="ol.control.OverviewMap.html#once">once</a> </li> <li data-name="ol.control.OverviewMap#set" class=""> <a href="ol.control.OverviewMap.html#set">set</a> </li> <li data-name="ol.control.OverviewMap#setCollapsed" class=""> <a href="ol.control.OverviewMap.html#setCollapsed">setCollapsed</a> </li> <li data-name="ol.control.OverviewMap#setCollapsible" class=""> <a href="ol.control.OverviewMap.html#setCollapsible">setCollapsible</a> </li> <li data-name="ol.control.OverviewMap#setMap" class=""> <a href="ol.control.OverviewMap.html#setMap">setMap</a> </li> <li data-name="ol.control.OverviewMap#setProperties" class=""> <a href="ol.control.OverviewMap.html#setProperties">setProperties</a> </li> <li data-name="ol.control.OverviewMap#setTarget" class="unstable"> <a href="ol.control.OverviewMap.html#setTarget">setTarget</a> </li> <li data-name="ol.control.OverviewMap#un" class=""> <a href="ol.control.OverviewMap.html#un">un</a> </li> <li data-name="ol.control.OverviewMap#unByKey" class=""> <a href="ol.control.OverviewMap.html#unByKey">unByKey</a> </li> <li data-name="ol.control.OverviewMap#unset" class=""> <a href="ol.control.OverviewMap.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.Rotate"> <span class="title"> <a href="ol.control.Rotate.html">ol.control.Rotate</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.Rotate.render" class="unstable"> <a href="ol.control.Rotate.html#render">render</a> </li> <li data-name="ol.control.Rotate#changed" class="unstable"> <a href="ol.control.Rotate.html#changed">changed</a> </li> <li data-name="ol.control.Rotate#get" class=""> <a href="ol.control.Rotate.html#get">get</a> </li> <li data-name="ol.control.Rotate#getKeys" class=""> <a href="ol.control.Rotate.html#getKeys">getKeys</a> </li> <li data-name="ol.control.Rotate#getMap" class=""> <a href="ol.control.Rotate.html#getMap">getMap</a> </li> <li data-name="ol.control.Rotate#getProperties" class=""> <a href="ol.control.Rotate.html#getProperties">getProperties</a> </li> <li data-name="ol.control.Rotate#getRevision" class="unstable"> <a href="ol.control.Rotate.html#getRevision">getRevision</a> </li> <li data-name="ol.control.Rotate#on" class=""> <a href="ol.control.Rotate.html#on">on</a> </li> <li data-name="ol.control.Rotate#once" class=""> <a href="ol.control.Rotate.html#once">once</a> </li> <li data-name="ol.control.Rotate#set" class=""> <a href="ol.control.Rotate.html#set">set</a> </li> <li data-name="ol.control.Rotate#setMap" class=""> <a href="ol.control.Rotate.html#setMap">setMap</a> </li> <li data-name="ol.control.Rotate#setProperties" class=""> <a href="ol.control.Rotate.html#setProperties">setProperties</a> </li> <li data-name="ol.control.Rotate#setTarget" class="unstable"> <a href="ol.control.Rotate.html#setTarget">setTarget</a> </li> <li data-name="ol.control.Rotate#un" class=""> <a href="ol.control.Rotate.html#un">un</a> </li> <li data-name="ol.control.Rotate#unByKey" class=""> <a href="ol.control.Rotate.html#unByKey">unByKey</a> </li> <li data-name="ol.control.Rotate#unset" class=""> <a href="ol.control.Rotate.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.ScaleLine"> <span class="title"> <a href="ol.control.ScaleLine.html">ol.control.ScaleLine</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.ScaleLine.render" class="unstable"> <a href="ol.control.ScaleLine.html#render">render</a> </li> <li data-name="ol.control.ScaleLine#changed" class="unstable"> <a href="ol.control.ScaleLine.html#changed">changed</a> </li> <li data-name="ol.control.ScaleLine#get" class=""> <a href="ol.control.ScaleLine.html#get">get</a> </li> <li data-name="ol.control.ScaleLine#getKeys" class=""> <a href="ol.control.ScaleLine.html#getKeys">getKeys</a> </li> <li data-name="ol.control.ScaleLine#getMap" class=""> <a href="ol.control.ScaleLine.html#getMap">getMap</a> </li> <li data-name="ol.control.ScaleLine#getProperties" class=""> <a href="ol.control.ScaleLine.html#getProperties">getProperties</a> </li> <li data-name="ol.control.ScaleLine#getRevision" class="unstable"> <a href="ol.control.ScaleLine.html#getRevision">getRevision</a> </li> <li data-name="ol.control.ScaleLine#getUnits" class=""> <a href="ol.control.ScaleLine.html#getUnits">getUnits</a> </li> <li data-name="ol.control.ScaleLine#on" class=""> <a href="ol.control.ScaleLine.html#on">on</a> </li> <li data-name="ol.control.ScaleLine#once" class=""> <a href="ol.control.ScaleLine.html#once">once</a> </li> <li data-name="ol.control.ScaleLine#set" class=""> <a href="ol.control.ScaleLine.html#set">set</a> </li> <li data-name="ol.control.ScaleLine#setMap" class=""> <a href="ol.control.ScaleLine.html#setMap">setMap</a> </li> <li data-name="ol.control.ScaleLine#setProperties" class=""> <a href="ol.control.ScaleLine.html#setProperties">setProperties</a> </li> <li data-name="ol.control.ScaleLine#setTarget" class="unstable"> <a href="ol.control.ScaleLine.html#setTarget">setTarget</a> </li> <li data-name="ol.control.ScaleLine#setUnits" class=""> <a href="ol.control.ScaleLine.html#setUnits">setUnits</a> </li> <li data-name="ol.control.ScaleLine#un" class=""> <a href="ol.control.ScaleLine.html#un">un</a> </li> <li data-name="ol.control.ScaleLine#unByKey" class=""> <a href="ol.control.ScaleLine.html#unByKey">unByKey</a> </li> <li data-name="ol.control.ScaleLine#unset" class=""> <a href="ol.control.ScaleLine.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:units" class="unstable"> change:units </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.Zoom"> <span class="title"> <a href="ol.control.Zoom.html">ol.control.Zoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.Zoom#changed" class="unstable"> <a href="ol.control.Zoom.html#changed">changed</a> </li> <li data-name="ol.control.Zoom#get" class=""> <a href="ol.control.Zoom.html#get">get</a> </li> <li data-name="ol.control.Zoom#getKeys" class=""> <a href="ol.control.Zoom.html#getKeys">getKeys</a> </li> <li data-name="ol.control.Zoom#getMap" class=""> <a href="ol.control.Zoom.html#getMap">getMap</a> </li> <li data-name="ol.control.Zoom#getProperties" class=""> <a href="ol.control.Zoom.html#getProperties">getProperties</a> </li> <li data-name="ol.control.Zoom#getRevision" class="unstable"> <a href="ol.control.Zoom.html#getRevision">getRevision</a> </li> <li data-name="ol.control.Zoom#on" class=""> <a href="ol.control.Zoom.html#on">on</a> </li> <li data-name="ol.control.Zoom#once" class=""> <a href="ol.control.Zoom.html#once">once</a> </li> <li data-name="ol.control.Zoom#set" class=""> <a href="ol.control.Zoom.html#set">set</a> </li> <li data-name="ol.control.Zoom#setMap" class=""> <a href="ol.control.Zoom.html#setMap">setMap</a> </li> <li data-name="ol.control.Zoom#setProperties" class=""> <a href="ol.control.Zoom.html#setProperties">setProperties</a> </li> <li data-name="ol.control.Zoom#setTarget" class="unstable"> <a href="ol.control.Zoom.html#setTarget">setTarget</a> </li> <li data-name="ol.control.Zoom#un" class=""> <a href="ol.control.Zoom.html#un">un</a> </li> <li data-name="ol.control.Zoom#unByKey" class=""> <a href="ol.control.Zoom.html#unByKey">unByKey</a> </li> <li data-name="ol.control.Zoom#unset" class=""> <a href="ol.control.Zoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.ZoomSlider"> <span class="title"> <a href="ol.control.ZoomSlider.html">ol.control.ZoomSlider</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.ZoomSlider.render" class="unstable"> <a href="ol.control.ZoomSlider.html#render">render</a> </li> <li data-name="ol.control.ZoomSlider#changed" class="unstable"> <a href="ol.control.ZoomSlider.html#changed">changed</a> </li> <li data-name="ol.control.ZoomSlider#get" class=""> <a href="ol.control.ZoomSlider.html#get">get</a> </li> <li data-name="ol.control.ZoomSlider#getKeys" class=""> <a href="ol.control.ZoomSlider.html#getKeys">getKeys</a> </li> <li data-name="ol.control.ZoomSlider#getMap" class=""> <a href="ol.control.ZoomSlider.html#getMap">getMap</a> </li> <li data-name="ol.control.ZoomSlider#getProperties" class=""> <a href="ol.control.ZoomSlider.html#getProperties">getProperties</a> </li> <li data-name="ol.control.ZoomSlider#getRevision" class="unstable"> <a href="ol.control.ZoomSlider.html#getRevision">getRevision</a> </li> <li data-name="ol.control.ZoomSlider#on" class=""> <a href="ol.control.ZoomSlider.html#on">on</a> </li> <li data-name="ol.control.ZoomSlider#once" class=""> <a href="ol.control.ZoomSlider.html#once">once</a> </li> <li data-name="ol.control.ZoomSlider#set" class=""> <a href="ol.control.ZoomSlider.html#set">set</a> </li> <li data-name="ol.control.ZoomSlider#setMap" class=""> <a href="ol.control.ZoomSlider.html#setMap">setMap</a> </li> <li data-name="ol.control.ZoomSlider#setProperties" class=""> <a href="ol.control.ZoomSlider.html#setProperties">setProperties</a> </li> <li data-name="ol.control.ZoomSlider#setTarget" class="unstable"> <a href="ol.control.ZoomSlider.html#setTarget">setTarget</a> </li> <li data-name="ol.control.ZoomSlider#un" class=""> <a href="ol.control.ZoomSlider.html#un">un</a> </li> <li data-name="ol.control.ZoomSlider#unByKey" class=""> <a href="ol.control.ZoomSlider.html#unByKey">unByKey</a> </li> <li data-name="ol.control.ZoomSlider#unset" class=""> <a href="ol.control.ZoomSlider.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.control.ZoomToExtent"> <span class="title"> <a href="ol.control.ZoomToExtent.html">ol.control.ZoomToExtent</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.control.ZoomToExtent#changed" class="unstable"> <a href="ol.control.ZoomToExtent.html#changed">changed</a> </li> <li data-name="ol.control.ZoomToExtent#get" class=""> <a href="ol.control.ZoomToExtent.html#get">get</a> </li> <li data-name="ol.control.ZoomToExtent#getKeys" class=""> <a href="ol.control.ZoomToExtent.html#getKeys">getKeys</a> </li> <li data-name="ol.control.ZoomToExtent#getMap" class=""> <a href="ol.control.ZoomToExtent.html#getMap">getMap</a> </li> <li data-name="ol.control.ZoomToExtent#getProperties" class=""> <a href="ol.control.ZoomToExtent.html#getProperties">getProperties</a> </li> <li data-name="ol.control.ZoomToExtent#getRevision" class="unstable"> <a href="ol.control.ZoomToExtent.html#getRevision">getRevision</a> </li> <li data-name="ol.control.ZoomToExtent#on" class=""> <a href="ol.control.ZoomToExtent.html#on">on</a> </li> <li data-name="ol.control.ZoomToExtent#once" class=""> <a href="ol.control.ZoomToExtent.html#once">once</a> </li> <li data-name="ol.control.ZoomToExtent#set" class=""> <a href="ol.control.ZoomToExtent.html#set">set</a> </li> <li data-name="ol.control.ZoomToExtent#setMap" class=""> <a href="ol.control.ZoomToExtent.html#setMap">setMap</a> </li> <li data-name="ol.control.ZoomToExtent#setProperties" class=""> <a href="ol.control.ZoomToExtent.html#setProperties">setProperties</a> </li> <li data-name="ol.control.ZoomToExtent#setTarget" class="unstable"> <a href="ol.control.ZoomToExtent.html#setTarget">setTarget</a> </li> <li data-name="ol.control.ZoomToExtent#un" class=""> <a href="ol.control.ZoomToExtent.html#un">un</a> </li> <li data-name="ol.control.ZoomToExtent#unByKey" class=""> <a href="ol.control.ZoomToExtent.html#unByKey">unByKey</a> </li> <li data-name="ol.control.ZoomToExtent#unset" class=""> <a href="ol.control.ZoomToExtent.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.coordinate"> <span class="title"> <a href="ol.coordinate.html">ol.coordinate</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.coordinate.add" class=""> <a href="ol.coordinate.html#add">add</a> </li> <li data-name="ol.coordinate.createStringXY" class=""> <a href="ol.coordinate.html#createStringXY">createStringXY</a> </li> <li data-name="ol.coordinate.format" class=""> <a href="ol.coordinate.html#format">format</a> </li> <li data-name="ol.coordinate.rotate" class=""> <a href="ol.coordinate.html#rotate">rotate</a> </li> <li data-name="ol.coordinate.toStringHDMS" class=""> <a href="ol.coordinate.html#toStringHDMS">toStringHDMS</a> </li> <li data-name="ol.coordinate.toStringXY" class=""> <a href="ol.coordinate.html#toStringXY">toStringXY</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.easing"> <span class="title"> <a href="ol.easing.html">ol.easing</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.easing.easeIn" class="unstable"> <a href="ol.easing.html#easeIn">easeIn</a> </li> <li data-name="ol.easing.easeOut" class="unstable"> <a href="ol.easing.html#easeOut">easeOut</a> </li> <li data-name="ol.easing.inAndOut" class="unstable"> <a href="ol.easing.html#inAndOut">inAndOut</a> </li> <li data-name="ol.easing.linear" class="unstable"> <a href="ol.easing.html#linear">linear</a> </li> <li data-name="ol.easing.upAndDown" class="unstable"> <a href="ol.easing.html#upAndDown">upAndDown</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.events"> <span class="title"> <a href="ol.events.html">ol.events</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.events.ConditionType" class=""> <a href="ol.events.html#ConditionType">ConditionType</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.events.condition"> <span class="title"> <a href="ol.events.condition.html">ol.events.condition</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.events.condition.altKeyOnly" class=""> <a href="ol.events.condition.html#altKeyOnly">altKeyOnly</a> </li> <li data-name="ol.events.condition.altShiftKeysOnly" class=""> <a href="ol.events.condition.html#altShiftKeysOnly">altShiftKeysOnly</a> </li> <li data-name="ol.events.condition.always" class=""> <a href="ol.events.condition.html#always">always</a> </li> <li data-name="ol.events.condition.click" class=""> <a href="ol.events.condition.html#click">click</a> </li> <li data-name="ol.events.condition.mouseOnly" class=""> <a href="ol.events.condition.html#mouseOnly">mouseOnly</a> </li> <li data-name="ol.events.condition.never" class=""> <a href="ol.events.condition.html#never">never</a> </li> <li data-name="ol.events.condition.noModifierKeys" class=""> <a href="ol.events.condition.html#noModifierKeys">noModifierKeys</a> </li> <li data-name="ol.events.condition.platformModifierKeyOnly" class=""> <a href="ol.events.condition.html#platformModifierKeyOnly">platformModifierKeyOnly</a> </li> <li data-name="ol.events.condition.pointerMove" class="unstable"> <a href="ol.events.condition.html#pointerMove">pointerMove</a> </li> <li data-name="ol.events.condition.shiftKeyOnly" class=""> <a href="ol.events.condition.html#shiftKeyOnly">shiftKeyOnly</a> </li> <li data-name="ol.events.condition.singleClick" class=""> <a href="ol.events.condition.html#singleClick">singleClick</a> </li> <li data-name="ol.events.condition.targetNotEditable" class="unstable"> <a href="ol.events.condition.html#targetNotEditable">targetNotEditable</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.extent"> <span class="title"> <a href="ol.extent.html">ol.extent</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.extent.applyTransform" class=""> <a href="ol.extent.html#applyTransform">applyTransform</a> </li> <li data-name="ol.extent.boundingExtent" class=""> <a href="ol.extent.html#boundingExtent">boundingExtent</a> </li> <li data-name="ol.extent.buffer" class=""> <a href="ol.extent.html#buffer">buffer</a> </li> <li data-name="ol.extent.containsCoordinate" class=""> <a href="ol.extent.html#containsCoordinate">containsCoordinate</a> </li> <li data-name="ol.extent.containsExtent" class=""> <a href="ol.extent.html#containsExtent">containsExtent</a> </li> <li data-name="ol.extent.containsXY" class=""> <a href="ol.extent.html#containsXY">containsXY</a> </li> <li data-name="ol.extent.createEmpty" class=""> <a href="ol.extent.html#createEmpty">createEmpty</a> </li> <li data-name="ol.extent.equals" class=""> <a href="ol.extent.html#equals">equals</a> </li> <li data-name="ol.extent.extend" class=""> <a href="ol.extent.html#extend">extend</a> </li> <li data-name="ol.extent.getBottomLeft" class=""> <a href="ol.extent.html#getBottomLeft">getBottomLeft</a> </li> <li data-name="ol.extent.getBottomRight" class=""> <a href="ol.extent.html#getBottomRight">getBottomRight</a> </li> <li data-name="ol.extent.getCenter" class=""> <a href="ol.extent.html#getCenter">getCenter</a> </li> <li data-name="ol.extent.getHeight" class=""> <a href="ol.extent.html#getHeight">getHeight</a> </li> <li data-name="ol.extent.getIntersection" class=""> <a href="ol.extent.html#getIntersection">getIntersection</a> </li> <li data-name="ol.extent.getSize" class=""> <a href="ol.extent.html#getSize">getSize</a> </li> <li data-name="ol.extent.getTopLeft" class=""> <a href="ol.extent.html#getTopLeft">getTopLeft</a> </li> <li data-name="ol.extent.getTopRight" class=""> <a href="ol.extent.html#getTopRight">getTopRight</a> </li> <li data-name="ol.extent.getWidth" class=""> <a href="ol.extent.html#getWidth">getWidth</a> </li> <li data-name="ol.extent.intersects" class=""> <a href="ol.extent.html#intersects">intersects</a> </li> <li data-name="ol.extent.isEmpty" class=""> <a href="ol.extent.html#isEmpty">isEmpty</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.featureloader"> <span class="title"> <a href="ol.featureloader.html">ol.featureloader</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.featureloader.xhr" class="unstable"> <a href="ol.featureloader.html#xhr">xhr</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format"> <span class="title"> <a href="ol.format.html">ol.format</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.format.IGCZ" class="unstable"> <a href="ol.format.html#IGCZ">IGCZ</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.EsriJSON"> <span class="title"> <a href="ol.format.EsriJSON.html">ol.format.EsriJSON</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.EsriJSON#readFeature" class="unstable"> <a href="ol.format.EsriJSON.html#readFeature">readFeature</a> </li> <li data-name="ol.format.EsriJSON#readFeatures" class="unstable"> <a href="ol.format.EsriJSON.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.EsriJSON#readGeometry" class="unstable"> <a href="ol.format.EsriJSON.html#readGeometry">readGeometry</a> </li> <li data-name="ol.format.EsriJSON#readProjection" class="unstable"> <a href="ol.format.EsriJSON.html#readProjection">readProjection</a> </li> <li data-name="ol.format.EsriJSON#writeFeature" class="unstable"> <a href="ol.format.EsriJSON.html#writeFeature">writeFeature</a> </li> <li data-name="ol.format.EsriJSON#writeFeatureObject" class="unstable"> <a href="ol.format.EsriJSON.html#writeFeatureObject">writeFeatureObject</a> </li> <li data-name="ol.format.EsriJSON#writeFeatures" class="unstable"> <a href="ol.format.EsriJSON.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.EsriJSON#writeFeaturesObject" class="unstable"> <a href="ol.format.EsriJSON.html#writeFeaturesObject">writeFeaturesObject</a> </li> <li data-name="ol.format.EsriJSON#writeGeometry" class="unstable"> <a href="ol.format.EsriJSON.html#writeGeometry">writeGeometry</a> </li> <li data-name="ol.format.EsriJSON#writeGeometryObject" class="unstable"> <a href="ol.format.EsriJSON.html#writeGeometryObject">writeGeometryObject</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.Feature"> <span class="title"> <a href="ol.format.Feature.html">ol.format.Feature</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GML"> <span class="title"> <a href="ol.format.GML.html">ol.format.GML</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GML#readFeatures" class=""> <a href="ol.format.GML.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.GML#writeFeatures" class=""> <a href="ol.format.GML.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.GML#writeFeaturesNode" class="unstable"> <a href="ol.format.GML.html#writeFeaturesNode">writeFeaturesNode</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GML2"> <span class="title"> <a href="ol.format.GML2.html">ol.format.GML2</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GML2#readFeatures" class=""> <a href="ol.format.GML2.html#readFeatures">readFeatures</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GML3"> <span class="title"> <a href="ol.format.GML3.html">ol.format.GML3</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GML3#readFeatures" class=""> <a href="ol.format.GML3.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.GML3#writeFeatures" class=""> <a href="ol.format.GML3.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.GML3#writeFeaturesNode" class="unstable"> <a href="ol.format.GML3.html#writeFeaturesNode">writeFeaturesNode</a> </li> <li data-name="ol.format.GML3#writeGeometryNode" class="unstable"> <a href="ol.format.GML3.html#writeGeometryNode">writeGeometryNode</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GMLBase"> <span class="title"> <a href="ol.format.GMLBase.html">ol.format.GMLBase</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GMLBase#readFeatures" class=""> <a href="ol.format.GMLBase.html#readFeatures">readFeatures</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GPX"> <span class="title"> <a href="ol.format.GPX.html">ol.format.GPX</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GPX#readFeature" class=""> <a href="ol.format.GPX.html#readFeature">readFeature</a> </li> <li data-name="ol.format.GPX#readFeatures" class=""> <a href="ol.format.GPX.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.GPX#readProjection" class=""> <a href="ol.format.GPX.html#readProjection">readProjection</a> </li> <li data-name="ol.format.GPX#writeFeatures" class=""> <a href="ol.format.GPX.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.GPX#writeFeaturesNode" class="unstable"> <a href="ol.format.GPX.html#writeFeaturesNode">writeFeaturesNode</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.GeoJSON"> <span class="title"> <a href="ol.format.GeoJSON.html">ol.format.GeoJSON</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.GeoJSON#readFeature" class=""> <a href="ol.format.GeoJSON.html#readFeature">readFeature</a> </li> <li data-name="ol.format.GeoJSON#readFeatures" class=""> <a href="ol.format.GeoJSON.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.GeoJSON#readGeometry" class=""> <a href="ol.format.GeoJSON.html#readGeometry">readGeometry</a> </li> <li data-name="ol.format.GeoJSON#readProjection" class=""> <a href="ol.format.GeoJSON.html#readProjection">readProjection</a> </li> <li data-name="ol.format.GeoJSON#writeFeature" class=""> <a href="ol.format.GeoJSON.html#writeFeature">writeFeature</a> </li> <li data-name="ol.format.GeoJSON#writeFeatureObject" class=""> <a href="ol.format.GeoJSON.html#writeFeatureObject">writeFeatureObject</a> </li> <li data-name="ol.format.GeoJSON#writeFeatures" class=""> <a href="ol.format.GeoJSON.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.GeoJSON#writeFeaturesObject" class=""> <a href="ol.format.GeoJSON.html#writeFeaturesObject">writeFeaturesObject</a> </li> <li data-name="ol.format.GeoJSON#writeGeometry" class=""> <a href="ol.format.GeoJSON.html#writeGeometry">writeGeometry</a> </li> <li data-name="ol.format.GeoJSON#writeGeometryObject" class=""> <a href="ol.format.GeoJSON.html#writeGeometryObject">writeGeometryObject</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.IGC"> <span class="title"> <a href="ol.format.IGC.html">ol.format.IGC</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.IGC#readFeature" class="unstable"> <a href="ol.format.IGC.html#readFeature">readFeature</a> </li> <li data-name="ol.format.IGC#readFeatures" class="unstable"> <a href="ol.format.IGC.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.IGC#readProjection" class="unstable"> <a href="ol.format.IGC.html#readProjection">readProjection</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.JSONFeature"> <span class="title"> <a href="ol.format.JSONFeature.html">ol.format.JSONFeature</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.KML"> <span class="title"> <a href="ol.format.KML.html">ol.format.KML</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.KML#readFeature" class=""> <a href="ol.format.KML.html#readFeature">readFeature</a> </li> <li data-name="ol.format.KML#readFeatures" class=""> <a href="ol.format.KML.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.KML#readName" class=""> <a href="ol.format.KML.html#readName">readName</a> </li> <li data-name="ol.format.KML#readNetworkLinks" class="unstable"> <a href="ol.format.KML.html#readNetworkLinks">readNetworkLinks</a> </li> <li data-name="ol.format.KML#readProjection" class=""> <a href="ol.format.KML.html#readProjection">readProjection</a> </li> <li data-name="ol.format.KML#writeFeatures" class=""> <a href="ol.format.KML.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.KML#writeFeaturesNode" class="unstable"> <a href="ol.format.KML.html#writeFeaturesNode">writeFeaturesNode</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.OSMXML"> <span class="title"> <a href="ol.format.OSMXML.html">ol.format.OSMXML</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.OSMXML#readFeatures" class=""> <a href="ol.format.OSMXML.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.OSMXML#readProjection" class=""> <a href="ol.format.OSMXML.html#readProjection">readProjection</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.Polyline"> <span class="title"> <a href="ol.format.Polyline.html">ol.format.Polyline</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.Polyline.decodeDeltas" class="unstable"> <a href="ol.format.Polyline.html#decodeDeltas">decodeDeltas</a> </li> <li data-name="ol.format.Polyline.decodeFloats" class="unstable"> <a href="ol.format.Polyline.html#decodeFloats">decodeFloats</a> </li> <li data-name="ol.format.Polyline.encodeDeltas" class="unstable"> <a href="ol.format.Polyline.html#encodeDeltas">encodeDeltas</a> </li> <li data-name="ol.format.Polyline.encodeFloats" class="unstable"> <a href="ol.format.Polyline.html#encodeFloats">encodeFloats</a> </li> <li data-name="ol.format.Polyline#readFeature" class=""> <a href="ol.format.Polyline.html#readFeature">readFeature</a> </li> <li data-name="ol.format.Polyline#readFeatures" class=""> <a href="ol.format.Polyline.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.Polyline#readGeometry" class=""> <a href="ol.format.Polyline.html#readGeometry">readGeometry</a> </li> <li data-name="ol.format.Polyline#readProjection" class=""> <a href="ol.format.Polyline.html#readProjection">readProjection</a> </li> <li data-name="ol.format.Polyline#writeGeometry" class=""> <a href="ol.format.Polyline.html#writeGeometry">writeGeometry</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.TextFeature"> <span class="title"> <a href="ol.format.TextFeature.html">ol.format.TextFeature</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.TopoJSON"> <span class="title"> <a href="ol.format.TopoJSON.html">ol.format.TopoJSON</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.TopoJSON#readFeatures" class=""> <a href="ol.format.TopoJSON.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.TopoJSON#readProjection" class=""> <a href="ol.format.TopoJSON.html#readProjection">readProjection</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.WFS"> <span class="title"> <a href="ol.format.WFS.html">ol.format.WFS</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.format.WFS.FeatureCollectionMetadata" class=""> <a href="ol.format.WFS.html#FeatureCollectionMetadata">FeatureCollectionMetadata</a> </li> <li data-name="ol.format.WFS.TransactionResponse" class=""> <a href="ol.format.WFS.html#TransactionResponse">TransactionResponse</a> </li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.WFS#readFeatureCollectionMetadata" class=""> <a href="ol.format.WFS.html#readFeatureCollectionMetadata">readFeatureCollectionMetadata</a> </li> <li data-name="ol.format.WFS#readFeatures" class=""> <a href="ol.format.WFS.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.WFS#readProjection" class=""> <a href="ol.format.WFS.html#readProjection">readProjection</a> </li> <li data-name="ol.format.WFS#readTransactionResponse" class=""> <a href="ol.format.WFS.html#readTransactionResponse">readTransactionResponse</a> </li> <li data-name="ol.format.WFS#writeGetFeature" class=""> <a href="ol.format.WFS.html#writeGetFeature">writeGetFeature</a> </li> <li data-name="ol.format.WFS#writeTransaction" class=""> <a href="ol.format.WFS.html#writeTransaction">writeTransaction</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.WKT"> <span class="title"> <a href="ol.format.WKT.html">ol.format.WKT</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.WKT#readFeature" class=""> <a href="ol.format.WKT.html#readFeature">readFeature</a> </li> <li data-name="ol.format.WKT#readFeatures" class=""> <a href="ol.format.WKT.html#readFeatures">readFeatures</a> </li> <li data-name="ol.format.WKT#readGeometry" class=""> <a href="ol.format.WKT.html#readGeometry">readGeometry</a> </li> <li data-name="ol.format.WKT#writeFeature" class=""> <a href="ol.format.WKT.html#writeFeature">writeFeature</a> </li> <li data-name="ol.format.WKT#writeFeatures" class=""> <a href="ol.format.WKT.html#writeFeatures">writeFeatures</a> </li> <li data-name="ol.format.WKT#writeGeometry" class=""> <a href="ol.format.WKT.html#writeGeometry">writeGeometry</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.WMSCapabilities"> <span class="title"> <a href="ol.format.WMSCapabilities.html">ol.format.WMSCapabilities</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.WMSCapabilities#read" class="unstable"> <a href="ol.format.WMSCapabilities.html#read">read</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.WMSGetFeatureInfo"> <span class="title"> <a href="ol.format.WMSGetFeatureInfo.html">ol.format.WMSGetFeatureInfo</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.WMSGetFeatureInfo#readFeatures" class=""> <a href="ol.format.WMSGetFeatureInfo.html#readFeatures">readFeatures</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.WMTSCapabilities"> <span class="title"> <a href="ol.format.WMTSCapabilities.html">ol.format.WMTSCapabilities</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.format.WMTSCapabilities#read" class="unstable"> <a href="ol.format.WMTSCapabilities.html#read">read</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.XML"> <span class="title"> <a href="ol.format.XML.html">ol.format.XML</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.format.XMLFeature"> <span class="title"> <a href="ol.format.XMLFeature.html">ol.format.XMLFeature</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.geom"> <span class="title"> <a href="ol.geom.html">ol.geom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.geom.GeometryLayout" class=""> <a href="ol.geom.html#GeometryLayout">GeometryLayout</a> </li> <li data-name="ol.geom.GeometryType" class=""> <a href="ol.geom.html#GeometryType">GeometryType</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.geom.Circle"> <span class="title"> <a href="ol.geom.Circle.html">ol.geom.Circle</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.Circle#applyTransform" class=""> <a href="ol.geom.Circle.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.Circle#changed" class="unstable"> <a href="ol.geom.Circle.html#changed">changed</a> </li> <li data-name="ol.geom.Circle#clone" class="unstable"> <a href="ol.geom.Circle.html#clone">clone</a> </li> <li data-name="ol.geom.Circle#get" class=""> <a href="ol.geom.Circle.html#get">get</a> </li> <li data-name="ol.geom.Circle#getCenter" class="unstable"> <a href="ol.geom.Circle.html#getCenter">getCenter</a> </li> <li data-name="ol.geom.Circle#getClosestPoint" class=""> <a href="ol.geom.Circle.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.Circle#getExtent" class=""> <a href="ol.geom.Circle.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.Circle#getFirstCoordinate" class=""> <a href="ol.geom.Circle.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.Circle#getKeys" class=""> <a href="ol.geom.Circle.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.Circle#getLastCoordinate" class=""> <a href="ol.geom.Circle.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.Circle#getLayout" class=""> <a href="ol.geom.Circle.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.Circle#getProperties" class=""> <a href="ol.geom.Circle.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.Circle#getRadius" class="unstable"> <a href="ol.geom.Circle.html#getRadius">getRadius</a> </li> <li data-name="ol.geom.Circle#getRevision" class="unstable"> <a href="ol.geom.Circle.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.Circle#getType" class="unstable"> <a href="ol.geom.Circle.html#getType">getType</a> </li> <li data-name="ol.geom.Circle#intersectsExtent" class=""> <a href="ol.geom.Circle.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.Circle#on" class=""> <a href="ol.geom.Circle.html#on">on</a> </li> <li data-name="ol.geom.Circle#once" class=""> <a href="ol.geom.Circle.html#once">once</a> </li> <li data-name="ol.geom.Circle#set" class=""> <a href="ol.geom.Circle.html#set">set</a> </li> <li data-name="ol.geom.Circle#setCenter" class="unstable"> <a href="ol.geom.Circle.html#setCenter">setCenter</a> </li> <li data-name="ol.geom.Circle#setCenterAndRadius" class="unstable"> <a href="ol.geom.Circle.html#setCenterAndRadius">setCenterAndRadius</a> </li> <li data-name="ol.geom.Circle#setProperties" class=""> <a href="ol.geom.Circle.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.Circle#setRadius" class="unstable"> <a href="ol.geom.Circle.html#setRadius">setRadius</a> </li> <li data-name="ol.geom.Circle#transform" class=""> <a href="ol.geom.Circle.html#transform">transform</a> </li> <li data-name="ol.geom.Circle#translate" class=""> <a href="ol.geom.Circle.html#translate">translate</a> </li> <li data-name="ol.geom.Circle#un" class=""> <a href="ol.geom.Circle.html#un">un</a> </li> <li data-name="ol.geom.Circle#unByKey" class=""> <a href="ol.geom.Circle.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.Circle#unset" class=""> <a href="ol.geom.Circle.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.Geometry"> <span class="title"> <a href="ol.geom.Geometry.html">ol.geom.Geometry</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.Geometry#changed" class="unstable"> <a href="ol.geom.Geometry.html#changed">changed</a> </li> <li data-name="ol.geom.Geometry#get" class=""> <a href="ol.geom.Geometry.html#get">get</a> </li> <li data-name="ol.geom.Geometry#getClosestPoint" class=""> <a href="ol.geom.Geometry.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.Geometry#getExtent" class=""> <a href="ol.geom.Geometry.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.Geometry#getKeys" class=""> <a href="ol.geom.Geometry.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.Geometry#getProperties" class=""> <a href="ol.geom.Geometry.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.Geometry#getRevision" class="unstable"> <a href="ol.geom.Geometry.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.Geometry#on" class=""> <a href="ol.geom.Geometry.html#on">on</a> </li> <li data-name="ol.geom.Geometry#once" class=""> <a href="ol.geom.Geometry.html#once">once</a> </li> <li data-name="ol.geom.Geometry#set" class=""> <a href="ol.geom.Geometry.html#set">set</a> </li> <li data-name="ol.geom.Geometry#setProperties" class=""> <a href="ol.geom.Geometry.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.Geometry#transform" class=""> <a href="ol.geom.Geometry.html#transform">transform</a> </li> <li data-name="ol.geom.Geometry#un" class=""> <a href="ol.geom.Geometry.html#un">un</a> </li> <li data-name="ol.geom.Geometry#unByKey" class=""> <a href="ol.geom.Geometry.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.Geometry#unset" class=""> <a href="ol.geom.Geometry.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.GeometryCollection"> <span class="title"> <a href="ol.geom.GeometryCollection.html">ol.geom.GeometryCollection</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.GeometryCollection#applyTransform" class=""> <a href="ol.geom.GeometryCollection.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.GeometryCollection#changed" class="unstable"> <a href="ol.geom.GeometryCollection.html#changed">changed</a> </li> <li data-name="ol.geom.GeometryCollection#clone" class=""> <a href="ol.geom.GeometryCollection.html#clone">clone</a> </li> <li data-name="ol.geom.GeometryCollection#get" class=""> <a href="ol.geom.GeometryCollection.html#get">get</a> </li> <li data-name="ol.geom.GeometryCollection#getClosestPoint" class=""> <a href="ol.geom.GeometryCollection.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.GeometryCollection#getExtent" class=""> <a href="ol.geom.GeometryCollection.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.GeometryCollection#getGeometries" class=""> <a href="ol.geom.GeometryCollection.html#getGeometries">getGeometries</a> </li> <li data-name="ol.geom.GeometryCollection#getKeys" class=""> <a href="ol.geom.GeometryCollection.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.GeometryCollection#getProperties" class=""> <a href="ol.geom.GeometryCollection.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.GeometryCollection#getRevision" class="unstable"> <a href="ol.geom.GeometryCollection.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.GeometryCollection#getType" class=""> <a href="ol.geom.GeometryCollection.html#getType">getType</a> </li> <li data-name="ol.geom.GeometryCollection#intersectsExtent" class=""> <a href="ol.geom.GeometryCollection.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.GeometryCollection#on" class=""> <a href="ol.geom.GeometryCollection.html#on">on</a> </li> <li data-name="ol.geom.GeometryCollection#once" class=""> <a href="ol.geom.GeometryCollection.html#once">once</a> </li> <li data-name="ol.geom.GeometryCollection#set" class=""> <a href="ol.geom.GeometryCollection.html#set">set</a> </li> <li data-name="ol.geom.GeometryCollection#setGeometries" class=""> <a href="ol.geom.GeometryCollection.html#setGeometries">setGeometries</a> </li> <li data-name="ol.geom.GeometryCollection#setProperties" class=""> <a href="ol.geom.GeometryCollection.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.GeometryCollection#transform" class=""> <a href="ol.geom.GeometryCollection.html#transform">transform</a> </li> <li data-name="ol.geom.GeometryCollection#translate" class="unstable"> <a href="ol.geom.GeometryCollection.html#translate">translate</a> </li> <li data-name="ol.geom.GeometryCollection#un" class=""> <a href="ol.geom.GeometryCollection.html#un">un</a> </li> <li data-name="ol.geom.GeometryCollection#unByKey" class=""> <a href="ol.geom.GeometryCollection.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.GeometryCollection#unset" class=""> <a href="ol.geom.GeometryCollection.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.LineString"> <span class="title"> <a href="ol.geom.LineString.html">ol.geom.LineString</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.LineString#appendCoordinate" class=""> <a href="ol.geom.LineString.html#appendCoordinate">appendCoordinate</a> </li> <li data-name="ol.geom.LineString#applyTransform" class=""> <a href="ol.geom.LineString.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.LineString#changed" class="unstable"> <a href="ol.geom.LineString.html#changed">changed</a> </li> <li data-name="ol.geom.LineString#clone" class=""> <a href="ol.geom.LineString.html#clone">clone</a> </li> <li data-name="ol.geom.LineString#forEachSegment" class="unstable"> <a href="ol.geom.LineString.html#forEachSegment">forEachSegment</a> </li> <li data-name="ol.geom.LineString#get" class=""> <a href="ol.geom.LineString.html#get">get</a> </li> <li data-name="ol.geom.LineString#getClosestPoint" class=""> <a href="ol.geom.LineString.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.LineString#getCoordinateAtM" class=""> <a href="ol.geom.LineString.html#getCoordinateAtM">getCoordinateAtM</a> </li> <li data-name="ol.geom.LineString#getCoordinates" class=""> <a href="ol.geom.LineString.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.LineString#getExtent" class=""> <a href="ol.geom.LineString.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.LineString#getFirstCoordinate" class=""> <a href="ol.geom.LineString.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.LineString#getKeys" class=""> <a href="ol.geom.LineString.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.LineString#getLastCoordinate" class=""> <a href="ol.geom.LineString.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.LineString#getLayout" class=""> <a href="ol.geom.LineString.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.LineString#getLength" class=""> <a href="ol.geom.LineString.html#getLength">getLength</a> </li> <li data-name="ol.geom.LineString#getProperties" class=""> <a href="ol.geom.LineString.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.LineString#getRevision" class="unstable"> <a href="ol.geom.LineString.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.LineString#getType" class=""> <a href="ol.geom.LineString.html#getType">getType</a> </li> <li data-name="ol.geom.LineString#intersectsExtent" class=""> <a href="ol.geom.LineString.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.LineString#on" class=""> <a href="ol.geom.LineString.html#on">on</a> </li> <li data-name="ol.geom.LineString#once" class=""> <a href="ol.geom.LineString.html#once">once</a> </li> <li data-name="ol.geom.LineString#set" class=""> <a href="ol.geom.LineString.html#set">set</a> </li> <li data-name="ol.geom.LineString#setCoordinates" class=""> <a href="ol.geom.LineString.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.LineString#setProperties" class=""> <a href="ol.geom.LineString.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.LineString#transform" class=""> <a href="ol.geom.LineString.html#transform">transform</a> </li> <li data-name="ol.geom.LineString#translate" class=""> <a href="ol.geom.LineString.html#translate">translate</a> </li> <li data-name="ol.geom.LineString#un" class=""> <a href="ol.geom.LineString.html#un">un</a> </li> <li data-name="ol.geom.LineString#unByKey" class=""> <a href="ol.geom.LineString.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.LineString#unset" class=""> <a href="ol.geom.LineString.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.LinearRing"> <span class="title"> <a href="ol.geom.LinearRing.html">ol.geom.LinearRing</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.LinearRing#applyTransform" class=""> <a href="ol.geom.LinearRing.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.LinearRing#changed" class="unstable"> <a href="ol.geom.LinearRing.html#changed">changed</a> </li> <li data-name="ol.geom.LinearRing#clone" class=""> <a href="ol.geom.LinearRing.html#clone">clone</a> </li> <li data-name="ol.geom.LinearRing#get" class=""> <a href="ol.geom.LinearRing.html#get">get</a> </li> <li data-name="ol.geom.LinearRing#getArea" class=""> <a href="ol.geom.LinearRing.html#getArea">getArea</a> </li> <li data-name="ol.geom.LinearRing#getClosestPoint" class=""> <a href="ol.geom.LinearRing.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.LinearRing#getCoordinates" class=""> <a href="ol.geom.LinearRing.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.LinearRing#getExtent" class=""> <a href="ol.geom.LinearRing.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.LinearRing#getFirstCoordinate" class=""> <a href="ol.geom.LinearRing.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.LinearRing#getKeys" class=""> <a href="ol.geom.LinearRing.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.LinearRing#getLastCoordinate" class=""> <a href="ol.geom.LinearRing.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.LinearRing#getLayout" class=""> <a href="ol.geom.LinearRing.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.LinearRing#getProperties" class=""> <a href="ol.geom.LinearRing.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.LinearRing#getRevision" class="unstable"> <a href="ol.geom.LinearRing.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.LinearRing#getType" class=""> <a href="ol.geom.LinearRing.html#getType">getType</a> </li> <li data-name="ol.geom.LinearRing#on" class=""> <a href="ol.geom.LinearRing.html#on">on</a> </li> <li data-name="ol.geom.LinearRing#once" class=""> <a href="ol.geom.LinearRing.html#once">once</a> </li> <li data-name="ol.geom.LinearRing#set" class=""> <a href="ol.geom.LinearRing.html#set">set</a> </li> <li data-name="ol.geom.LinearRing#setCoordinates" class=""> <a href="ol.geom.LinearRing.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.LinearRing#setProperties" class=""> <a href="ol.geom.LinearRing.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.LinearRing#transform" class=""> <a href="ol.geom.LinearRing.html#transform">transform</a> </li> <li data-name="ol.geom.LinearRing#translate" class=""> <a href="ol.geom.LinearRing.html#translate">translate</a> </li> <li data-name="ol.geom.LinearRing#un" class=""> <a href="ol.geom.LinearRing.html#un">un</a> </li> <li data-name="ol.geom.LinearRing#unByKey" class=""> <a href="ol.geom.LinearRing.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.LinearRing#unset" class=""> <a href="ol.geom.LinearRing.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.MultiLineString"> <span class="title"> <a href="ol.geom.MultiLineString.html">ol.geom.MultiLineString</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.MultiLineString#appendLineString" class=""> <a href="ol.geom.MultiLineString.html#appendLineString">appendLineString</a> </li> <li data-name="ol.geom.MultiLineString#applyTransform" class=""> <a href="ol.geom.MultiLineString.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.MultiLineString#changed" class="unstable"> <a href="ol.geom.MultiLineString.html#changed">changed</a> </li> <li data-name="ol.geom.MultiLineString#clone" class=""> <a href="ol.geom.MultiLineString.html#clone">clone</a> </li> <li data-name="ol.geom.MultiLineString#get" class=""> <a href="ol.geom.MultiLineString.html#get">get</a> </li> <li data-name="ol.geom.MultiLineString#getClosestPoint" class=""> <a href="ol.geom.MultiLineString.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.MultiLineString#getCoordinateAtM" class=""> <a href="ol.geom.MultiLineString.html#getCoordinateAtM">getCoordinateAtM</a> </li> <li data-name="ol.geom.MultiLineString#getCoordinates" class=""> <a href="ol.geom.MultiLineString.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.MultiLineString#getExtent" class=""> <a href="ol.geom.MultiLineString.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.MultiLineString#getFirstCoordinate" class=""> <a href="ol.geom.MultiLineString.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.MultiLineString#getKeys" class=""> <a href="ol.geom.MultiLineString.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.MultiLineString#getLastCoordinate" class=""> <a href="ol.geom.MultiLineString.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.MultiLineString#getLayout" class=""> <a href="ol.geom.MultiLineString.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.MultiLineString#getLineString" class=""> <a href="ol.geom.MultiLineString.html#getLineString">getLineString</a> </li> <li data-name="ol.geom.MultiLineString#getLineStrings" class=""> <a href="ol.geom.MultiLineString.html#getLineStrings">getLineStrings</a> </li> <li data-name="ol.geom.MultiLineString#getProperties" class=""> <a href="ol.geom.MultiLineString.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.MultiLineString#getRevision" class="unstable"> <a href="ol.geom.MultiLineString.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.MultiLineString#getType" class=""> <a href="ol.geom.MultiLineString.html#getType">getType</a> </li> <li data-name="ol.geom.MultiLineString#intersectsExtent" class=""> <a href="ol.geom.MultiLineString.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.MultiLineString#on" class=""> <a href="ol.geom.MultiLineString.html#on">on</a> </li> <li data-name="ol.geom.MultiLineString#once" class=""> <a href="ol.geom.MultiLineString.html#once">once</a> </li> <li data-name="ol.geom.MultiLineString#set" class=""> <a href="ol.geom.MultiLineString.html#set">set</a> </li> <li data-name="ol.geom.MultiLineString#setCoordinates" class=""> <a href="ol.geom.MultiLineString.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.MultiLineString#setProperties" class=""> <a href="ol.geom.MultiLineString.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.MultiLineString#transform" class=""> <a href="ol.geom.MultiLineString.html#transform">transform</a> </li> <li data-name="ol.geom.MultiLineString#translate" class=""> <a href="ol.geom.MultiLineString.html#translate">translate</a> </li> <li data-name="ol.geom.MultiLineString#un" class=""> <a href="ol.geom.MultiLineString.html#un">un</a> </li> <li data-name="ol.geom.MultiLineString#unByKey" class=""> <a href="ol.geom.MultiLineString.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.MultiLineString#unset" class=""> <a href="ol.geom.MultiLineString.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.MultiPoint"> <span class="title"> <a href="ol.geom.MultiPoint.html">ol.geom.MultiPoint</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.MultiPoint#appendPoint" class=""> <a href="ol.geom.MultiPoint.html#appendPoint">appendPoint</a> </li> <li data-name="ol.geom.MultiPoint#applyTransform" class=""> <a href="ol.geom.MultiPoint.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.MultiPoint#changed" class="unstable"> <a href="ol.geom.MultiPoint.html#changed">changed</a> </li> <li data-name="ol.geom.MultiPoint#clone" class=""> <a href="ol.geom.MultiPoint.html#clone">clone</a> </li> <li data-name="ol.geom.MultiPoint#get" class=""> <a href="ol.geom.MultiPoint.html#get">get</a> </li> <li data-name="ol.geom.MultiPoint#getClosestPoint" class=""> <a href="ol.geom.MultiPoint.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.MultiPoint#getCoordinates" class=""> <a href="ol.geom.MultiPoint.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.MultiPoint#getExtent" class=""> <a href="ol.geom.MultiPoint.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.MultiPoint#getFirstCoordinate" class=""> <a href="ol.geom.MultiPoint.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.MultiPoint#getKeys" class=""> <a href="ol.geom.MultiPoint.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.MultiPoint#getLastCoordinate" class=""> <a href="ol.geom.MultiPoint.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.MultiPoint#getLayout" class=""> <a href="ol.geom.MultiPoint.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.MultiPoint#getPoint" class=""> <a href="ol.geom.MultiPoint.html#getPoint">getPoint</a> </li> <li data-name="ol.geom.MultiPoint#getPoints" class=""> <a href="ol.geom.MultiPoint.html#getPoints">getPoints</a> </li> <li data-name="ol.geom.MultiPoint#getProperties" class=""> <a href="ol.geom.MultiPoint.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.MultiPoint#getRevision" class="unstable"> <a href="ol.geom.MultiPoint.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.MultiPoint#getType" class=""> <a href="ol.geom.MultiPoint.html#getType">getType</a> </li> <li data-name="ol.geom.MultiPoint#intersectsExtent" class=""> <a href="ol.geom.MultiPoint.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.MultiPoint#on" class=""> <a href="ol.geom.MultiPoint.html#on">on</a> </li> <li data-name="ol.geom.MultiPoint#once" class=""> <a href="ol.geom.MultiPoint.html#once">once</a> </li> <li data-name="ol.geom.MultiPoint#set" class=""> <a href="ol.geom.MultiPoint.html#set">set</a> </li> <li data-name="ol.geom.MultiPoint#setCoordinates" class=""> <a href="ol.geom.MultiPoint.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.MultiPoint#setProperties" class=""> <a href="ol.geom.MultiPoint.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.MultiPoint#transform" class=""> <a href="ol.geom.MultiPoint.html#transform">transform</a> </li> <li data-name="ol.geom.MultiPoint#translate" class=""> <a href="ol.geom.MultiPoint.html#translate">translate</a> </li> <li data-name="ol.geom.MultiPoint#un" class=""> <a href="ol.geom.MultiPoint.html#un">un</a> </li> <li data-name="ol.geom.MultiPoint#unByKey" class=""> <a href="ol.geom.MultiPoint.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.MultiPoint#unset" class=""> <a href="ol.geom.MultiPoint.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.MultiPolygon"> <span class="title"> <a href="ol.geom.MultiPolygon.html">ol.geom.MultiPolygon</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.MultiPolygon#appendPolygon" class=""> <a href="ol.geom.MultiPolygon.html#appendPolygon">appendPolygon</a> </li> <li data-name="ol.geom.MultiPolygon#applyTransform" class=""> <a href="ol.geom.MultiPolygon.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.MultiPolygon#changed" class="unstable"> <a href="ol.geom.MultiPolygon.html#changed">changed</a> </li> <li data-name="ol.geom.MultiPolygon#clone" class=""> <a href="ol.geom.MultiPolygon.html#clone">clone</a> </li> <li data-name="ol.geom.MultiPolygon#get" class=""> <a href="ol.geom.MultiPolygon.html#get">get</a> </li> <li data-name="ol.geom.MultiPolygon#getArea" class=""> <a href="ol.geom.MultiPolygon.html#getArea">getArea</a> </li> <li data-name="ol.geom.MultiPolygon#getClosestPoint" class=""> <a href="ol.geom.MultiPolygon.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.MultiPolygon#getCoordinates" class=""> <a href="ol.geom.MultiPolygon.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.MultiPolygon#getExtent" class=""> <a href="ol.geom.MultiPolygon.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.MultiPolygon#getFirstCoordinate" class=""> <a href="ol.geom.MultiPolygon.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.MultiPolygon#getInteriorPoints" class=""> <a href="ol.geom.MultiPolygon.html#getInteriorPoints">getInteriorPoints</a> </li> <li data-name="ol.geom.MultiPolygon#getKeys" class=""> <a href="ol.geom.MultiPolygon.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.MultiPolygon#getLastCoordinate" class=""> <a href="ol.geom.MultiPolygon.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.MultiPolygon#getLayout" class=""> <a href="ol.geom.MultiPolygon.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.MultiPolygon#getPolygon" class=""> <a href="ol.geom.MultiPolygon.html#getPolygon">getPolygon</a> </li> <li data-name="ol.geom.MultiPolygon#getPolygons" class=""> <a href="ol.geom.MultiPolygon.html#getPolygons">getPolygons</a> </li> <li data-name="ol.geom.MultiPolygon#getProperties" class=""> <a href="ol.geom.MultiPolygon.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.MultiPolygon#getRevision" class="unstable"> <a href="ol.geom.MultiPolygon.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.MultiPolygon#getType" class=""> <a href="ol.geom.MultiPolygon.html#getType">getType</a> </li> <li data-name="ol.geom.MultiPolygon#intersectsExtent" class=""> <a href="ol.geom.MultiPolygon.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.MultiPolygon#on" class=""> <a href="ol.geom.MultiPolygon.html#on">on</a> </li> <li data-name="ol.geom.MultiPolygon#once" class=""> <a href="ol.geom.MultiPolygon.html#once">once</a> </li> <li data-name="ol.geom.MultiPolygon#set" class=""> <a href="ol.geom.MultiPolygon.html#set">set</a> </li> <li data-name="ol.geom.MultiPolygon#setCoordinates" class=""> <a href="ol.geom.MultiPolygon.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.MultiPolygon#setProperties" class=""> <a href="ol.geom.MultiPolygon.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.MultiPolygon#transform" class=""> <a href="ol.geom.MultiPolygon.html#transform">transform</a> </li> <li data-name="ol.geom.MultiPolygon#translate" class=""> <a href="ol.geom.MultiPolygon.html#translate">translate</a> </li> <li data-name="ol.geom.MultiPolygon#un" class=""> <a href="ol.geom.MultiPolygon.html#un">un</a> </li> <li data-name="ol.geom.MultiPolygon#unByKey" class=""> <a href="ol.geom.MultiPolygon.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.MultiPolygon#unset" class=""> <a href="ol.geom.MultiPolygon.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.Point"> <span class="title"> <a href="ol.geom.Point.html">ol.geom.Point</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.Point#applyTransform" class=""> <a href="ol.geom.Point.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.Point#changed" class="unstable"> <a href="ol.geom.Point.html#changed">changed</a> </li> <li data-name="ol.geom.Point#clone" class=""> <a href="ol.geom.Point.html#clone">clone</a> </li> <li data-name="ol.geom.Point#get" class=""> <a href="ol.geom.Point.html#get">get</a> </li> <li data-name="ol.geom.Point#getClosestPoint" class=""> <a href="ol.geom.Point.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.Point#getCoordinates" class=""> <a href="ol.geom.Point.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.Point#getExtent" class=""> <a href="ol.geom.Point.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.Point#getFirstCoordinate" class=""> <a href="ol.geom.Point.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.Point#getKeys" class=""> <a href="ol.geom.Point.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.Point#getLastCoordinate" class=""> <a href="ol.geom.Point.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.Point#getLayout" class=""> <a href="ol.geom.Point.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.Point#getProperties" class=""> <a href="ol.geom.Point.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.Point#getRevision" class="unstable"> <a href="ol.geom.Point.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.Point#getType" class=""> <a href="ol.geom.Point.html#getType">getType</a> </li> <li data-name="ol.geom.Point#intersectsExtent" class=""> <a href="ol.geom.Point.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.Point#on" class=""> <a href="ol.geom.Point.html#on">on</a> </li> <li data-name="ol.geom.Point#once" class=""> <a href="ol.geom.Point.html#once">once</a> </li> <li data-name="ol.geom.Point#set" class=""> <a href="ol.geom.Point.html#set">set</a> </li> <li data-name="ol.geom.Point#setCoordinates" class=""> <a href="ol.geom.Point.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.Point#setProperties" class=""> <a href="ol.geom.Point.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.Point#transform" class=""> <a href="ol.geom.Point.html#transform">transform</a> </li> <li data-name="ol.geom.Point#translate" class=""> <a href="ol.geom.Point.html#translate">translate</a> </li> <li data-name="ol.geom.Point#un" class=""> <a href="ol.geom.Point.html#un">un</a> </li> <li data-name="ol.geom.Point#unByKey" class=""> <a href="ol.geom.Point.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.Point#unset" class=""> <a href="ol.geom.Point.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.Polygon"> <span class="title"> <a href="ol.geom.Polygon.html">ol.geom.Polygon</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.Polygon.circular" class=""> <a href="ol.geom.Polygon.html#circular">circular</a> </li> <li data-name="ol.geom.Polygon.fromCircle" class="unstable"> <a href="ol.geom.Polygon.html#fromCircle">fromCircle</a> </li> <li data-name="ol.geom.Polygon.fromExtent" class="unstable"> <a href="ol.geom.Polygon.html#fromExtent">fromExtent</a> </li> <li data-name="ol.geom.Polygon#appendLinearRing" class=""> <a href="ol.geom.Polygon.html#appendLinearRing">appendLinearRing</a> </li> <li data-name="ol.geom.Polygon#applyTransform" class=""> <a href="ol.geom.Polygon.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.Polygon#changed" class="unstable"> <a href="ol.geom.Polygon.html#changed">changed</a> </li> <li data-name="ol.geom.Polygon#clone" class=""> <a href="ol.geom.Polygon.html#clone">clone</a> </li> <li data-name="ol.geom.Polygon#get" class=""> <a href="ol.geom.Polygon.html#get">get</a> </li> <li data-name="ol.geom.Polygon#getArea" class=""> <a href="ol.geom.Polygon.html#getArea">getArea</a> </li> <li data-name="ol.geom.Polygon#getClosestPoint" class=""> <a href="ol.geom.Polygon.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.Polygon#getCoordinates" class=""> <a href="ol.geom.Polygon.html#getCoordinates">getCoordinates</a> </li> <li data-name="ol.geom.Polygon#getExtent" class=""> <a href="ol.geom.Polygon.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.Polygon#getFirstCoordinate" class=""> <a href="ol.geom.Polygon.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.Polygon#getInteriorPoint" class=""> <a href="ol.geom.Polygon.html#getInteriorPoint">getInteriorPoint</a> </li> <li data-name="ol.geom.Polygon#getKeys" class=""> <a href="ol.geom.Polygon.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.Polygon#getLastCoordinate" class=""> <a href="ol.geom.Polygon.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.Polygon#getLayout" class=""> <a href="ol.geom.Polygon.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.Polygon#getLinearRing" class=""> <a href="ol.geom.Polygon.html#getLinearRing">getLinearRing</a> </li> <li data-name="ol.geom.Polygon#getLinearRingCount" class="unstable"> <a href="ol.geom.Polygon.html#getLinearRingCount">getLinearRingCount</a> </li> <li data-name="ol.geom.Polygon#getLinearRings" class=""> <a href="ol.geom.Polygon.html#getLinearRings">getLinearRings</a> </li> <li data-name="ol.geom.Polygon#getProperties" class=""> <a href="ol.geom.Polygon.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.Polygon#getRevision" class="unstable"> <a href="ol.geom.Polygon.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.Polygon#getType" class=""> <a href="ol.geom.Polygon.html#getType">getType</a> </li> <li data-name="ol.geom.Polygon#intersectsExtent" class=""> <a href="ol.geom.Polygon.html#intersectsExtent">intersectsExtent</a> </li> <li data-name="ol.geom.Polygon#on" class=""> <a href="ol.geom.Polygon.html#on">on</a> </li> <li data-name="ol.geom.Polygon#once" class=""> <a href="ol.geom.Polygon.html#once">once</a> </li> <li data-name="ol.geom.Polygon#set" class=""> <a href="ol.geom.Polygon.html#set">set</a> </li> <li data-name="ol.geom.Polygon#setCoordinates" class=""> <a href="ol.geom.Polygon.html#setCoordinates">setCoordinates</a> </li> <li data-name="ol.geom.Polygon#setProperties" class=""> <a href="ol.geom.Polygon.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.Polygon#transform" class=""> <a href="ol.geom.Polygon.html#transform">transform</a> </li> <li data-name="ol.geom.Polygon#translate" class=""> <a href="ol.geom.Polygon.html#translate">translate</a> </li> <li data-name="ol.geom.Polygon#un" class=""> <a href="ol.geom.Polygon.html#un">un</a> </li> <li data-name="ol.geom.Polygon#unByKey" class=""> <a href="ol.geom.Polygon.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.Polygon#unset" class=""> <a href="ol.geom.Polygon.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.geom.SimpleGeometry"> <span class="title"> <a href="ol.geom.SimpleGeometry.html">ol.geom.SimpleGeometry</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.geom.SimpleGeometry#applyTransform" class=""> <a href="ol.geom.SimpleGeometry.html#applyTransform">applyTransform</a> </li> <li data-name="ol.geom.SimpleGeometry#changed" class="unstable"> <a href="ol.geom.SimpleGeometry.html#changed">changed</a> </li> <li data-name="ol.geom.SimpleGeometry#get" class=""> <a href="ol.geom.SimpleGeometry.html#get">get</a> </li> <li data-name="ol.geom.SimpleGeometry#getClosestPoint" class=""> <a href="ol.geom.SimpleGeometry.html#getClosestPoint">getClosestPoint</a> </li> <li data-name="ol.geom.SimpleGeometry#getExtent" class=""> <a href="ol.geom.SimpleGeometry.html#getExtent">getExtent</a> </li> <li data-name="ol.geom.SimpleGeometry#getFirstCoordinate" class=""> <a href="ol.geom.SimpleGeometry.html#getFirstCoordinate">getFirstCoordinate</a> </li> <li data-name="ol.geom.SimpleGeometry#getKeys" class=""> <a href="ol.geom.SimpleGeometry.html#getKeys">getKeys</a> </li> <li data-name="ol.geom.SimpleGeometry#getLastCoordinate" class=""> <a href="ol.geom.SimpleGeometry.html#getLastCoordinate">getLastCoordinate</a> </li> <li data-name="ol.geom.SimpleGeometry#getLayout" class=""> <a href="ol.geom.SimpleGeometry.html#getLayout">getLayout</a> </li> <li data-name="ol.geom.SimpleGeometry#getProperties" class=""> <a href="ol.geom.SimpleGeometry.html#getProperties">getProperties</a> </li> <li data-name="ol.geom.SimpleGeometry#getRevision" class="unstable"> <a href="ol.geom.SimpleGeometry.html#getRevision">getRevision</a> </li> <li data-name="ol.geom.SimpleGeometry#on" class=""> <a href="ol.geom.SimpleGeometry.html#on">on</a> </li> <li data-name="ol.geom.SimpleGeometry#once" class=""> <a href="ol.geom.SimpleGeometry.html#once">once</a> </li> <li data-name="ol.geom.SimpleGeometry#set" class=""> <a href="ol.geom.SimpleGeometry.html#set">set</a> </li> <li data-name="ol.geom.SimpleGeometry#setProperties" class=""> <a href="ol.geom.SimpleGeometry.html#setProperties">setProperties</a> </li> <li data-name="ol.geom.SimpleGeometry#transform" class=""> <a href="ol.geom.SimpleGeometry.html#transform">transform</a> </li> <li data-name="ol.geom.SimpleGeometry#translate" class=""> <a href="ol.geom.SimpleGeometry.html#translate">translate</a> </li> <li data-name="ol.geom.SimpleGeometry#un" class=""> <a href="ol.geom.SimpleGeometry.html#un">un</a> </li> <li data-name="ol.geom.SimpleGeometry#unByKey" class=""> <a href="ol.geom.SimpleGeometry.html#unByKey">unByKey</a> </li> <li data-name="ol.geom.SimpleGeometry#unset" class=""> <a href="ol.geom.SimpleGeometry.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the geometry changes." class="unstable"> change Triggered when the geometry changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.has"> <span class="title"> <a href="ol.has.html">ol.has</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.has.CANVAS"><a href="ol.has.html#CANVAS">CANVAS</a></li> <li data-name="ol.has.DEVICE_ORIENTATION"><a href="ol.has.html#DEVICE_ORIENTATION">DEVICE_ORIENTATION</a></li> <li data-name="ol.has.DEVICE_PIXEL_RATIO"><a href="ol.has.html#DEVICE_PIXEL_RATIO">DEVICE_PIXEL_RATIO</a></li> <li data-name="ol.has.GEOLOCATION"><a href="ol.has.html#GEOLOCATION">GEOLOCATION</a></li> <li data-name="ol.has.TOUCH"><a href="ol.has.html#TOUCH">TOUCH</a></li> <li data-name="ol.has.WEBGL"><a href="ol.has.html#WEBGL">WEBGL</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.interaction"> <span class="title"> <a href="ol.interaction.html">ol.interaction</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.interaction.DrawGeometryFunctionType" class="unstable"> <a href="ol.interaction.html#DrawGeometryFunctionType">DrawGeometryFunctionType</a> </li> <li data-name="ol.interaction.SelectFilterFunction" class="unstable"> <a href="ol.interaction.html#SelectFilterFunction">SelectFilterFunction</a> </li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.defaults" class=""> <a href="ol.interaction.html#defaults">defaults</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.interaction.DoubleClickZoom"> <span class="title"> <a href="ol.interaction.DoubleClickZoom.html">ol.interaction.DoubleClickZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DoubleClickZoom.handleEvent" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.DoubleClickZoom#changed" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.DoubleClickZoom#get" class=""> <a href="ol.interaction.DoubleClickZoom.html#get">get</a> </li> <li data-name="ol.interaction.DoubleClickZoom#getActive" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DoubleClickZoom#getKeys" class=""> <a href="ol.interaction.DoubleClickZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DoubleClickZoom#getProperties" class=""> <a href="ol.interaction.DoubleClickZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DoubleClickZoom#getRevision" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DoubleClickZoom#on" class=""> <a href="ol.interaction.DoubleClickZoom.html#on">on</a> </li> <li data-name="ol.interaction.DoubleClickZoom#once" class=""> <a href="ol.interaction.DoubleClickZoom.html#once">once</a> </li> <li data-name="ol.interaction.DoubleClickZoom#set" class=""> <a href="ol.interaction.DoubleClickZoom.html#set">set</a> </li> <li data-name="ol.interaction.DoubleClickZoom#setActive" class="unstable"> <a href="ol.interaction.DoubleClickZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DoubleClickZoom#setProperties" class=""> <a href="ol.interaction.DoubleClickZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DoubleClickZoom#un" class=""> <a href="ol.interaction.DoubleClickZoom.html#un">un</a> </li> <li data-name="ol.interaction.DoubleClickZoom#unByKey" class=""> <a href="ol.interaction.DoubleClickZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DoubleClickZoom#unset" class=""> <a href="ol.interaction.DoubleClickZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragAndDrop"> <span class="title"> <a href="ol.interaction.DragAndDrop.html">ol.interaction.DragAndDrop</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.interaction.DragAndDrop.handleEvent"><a href="ol.interaction.DragAndDrop.html#handleEvent">handleEvent</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragAndDrop#changed" class="unstable"> <a href="ol.interaction.DragAndDrop.html#changed">changed</a> </li> <li data-name="ol.interaction.DragAndDrop#get" class=""> <a href="ol.interaction.DragAndDrop.html#get">get</a> </li> <li data-name="ol.interaction.DragAndDrop#getActive" class="unstable"> <a href="ol.interaction.DragAndDrop.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragAndDrop#getKeys" class=""> <a href="ol.interaction.DragAndDrop.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragAndDrop#getProperties" class=""> <a href="ol.interaction.DragAndDrop.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragAndDrop#getRevision" class="unstable"> <a href="ol.interaction.DragAndDrop.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragAndDrop#on" class=""> <a href="ol.interaction.DragAndDrop.html#on">on</a> </li> <li data-name="ol.interaction.DragAndDrop#once" class=""> <a href="ol.interaction.DragAndDrop.html#once">once</a> </li> <li data-name="ol.interaction.DragAndDrop#set" class=""> <a href="ol.interaction.DragAndDrop.html#set">set</a> </li> <li data-name="ol.interaction.DragAndDrop#setActive" class="unstable"> <a href="ol.interaction.DragAndDrop.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragAndDrop#setProperties" class=""> <a href="ol.interaction.DragAndDrop.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragAndDrop#un" class=""> <a href="ol.interaction.DragAndDrop.html#un">un</a> </li> <li data-name="ol.interaction.DragAndDrop#unByKey" class=""> <a href="ol.interaction.DragAndDrop.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragAndDrop#unset" class=""> <a href="ol.interaction.DragAndDrop.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.interaction.DragAndDropEvent#event:addfeatures" class=""> <a href="ol.interaction.DragAndDropEvent.html#event:addfeatures">addfeatures</a> </li> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragAndDropEvent"> <span class="title"> <a href="ol.interaction.DragAndDropEvent.html">ol.interaction.DragAndDropEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.interaction.DragAndDropEvent#features"><a href="ol.interaction.DragAndDropEvent.html#features">features</a></li> <li data-name="ol.interaction.DragAndDropEvent#file"><a href="ol.interaction.DragAndDropEvent.html#file">file</a></li> <li data-name="ol.interaction.DragAndDropEvent#projection"><a href="ol.interaction.DragAndDropEvent.html#projection">projection</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.interaction.DragBox"> <span class="title"> <a href="ol.interaction.DragBox.html">ol.interaction.DragBox</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragBox#changed" class="unstable"> <a href="ol.interaction.DragBox.html#changed">changed</a> </li> <li data-name="ol.interaction.DragBox#get" class=""> <a href="ol.interaction.DragBox.html#get">get</a> </li> <li data-name="ol.interaction.DragBox#getActive" class="unstable"> <a href="ol.interaction.DragBox.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragBox#getGeometry" class=""> <a href="ol.interaction.DragBox.html#getGeometry">getGeometry</a> </li> <li data-name="ol.interaction.DragBox#getKeys" class=""> <a href="ol.interaction.DragBox.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragBox#getProperties" class=""> <a href="ol.interaction.DragBox.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragBox#getRevision" class="unstable"> <a href="ol.interaction.DragBox.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragBox#on" class=""> <a href="ol.interaction.DragBox.html#on">on</a> </li> <li data-name="ol.interaction.DragBox#once" class=""> <a href="ol.interaction.DragBox.html#once">once</a> </li> <li data-name="ol.interaction.DragBox#set" class=""> <a href="ol.interaction.DragBox.html#set">set</a> </li> <li data-name="ol.interaction.DragBox#setActive" class="unstable"> <a href="ol.interaction.DragBox.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragBox#setProperties" class=""> <a href="ol.interaction.DragBox.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragBox#un" class=""> <a href="ol.interaction.DragBox.html#un">un</a> </li> <li data-name="ol.interaction.DragBox#unByKey" class=""> <a href="ol.interaction.DragBox.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragBox#unset" class=""> <a href="ol.interaction.DragBox.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.DragBoxEvent#event:boxend" class=""> <a href="ol.DragBoxEvent.html#event:boxend">boxend</a> </li> <li data-name="ol.DragBoxEvent#event:boxstart" class=""> <a href="ol.DragBoxEvent.html#event:boxstart">boxstart</a> </li> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragPan"> <span class="title"> <a href="ol.interaction.DragPan.html">ol.interaction.DragPan</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragPan#changed" class="unstable"> <a href="ol.interaction.DragPan.html#changed">changed</a> </li> <li data-name="ol.interaction.DragPan#get" class=""> <a href="ol.interaction.DragPan.html#get">get</a> </li> <li data-name="ol.interaction.DragPan#getActive" class="unstable"> <a href="ol.interaction.DragPan.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragPan#getKeys" class=""> <a href="ol.interaction.DragPan.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragPan#getProperties" class=""> <a href="ol.interaction.DragPan.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragPan#getRevision" class="unstable"> <a href="ol.interaction.DragPan.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragPan#on" class=""> <a href="ol.interaction.DragPan.html#on">on</a> </li> <li data-name="ol.interaction.DragPan#once" class=""> <a href="ol.interaction.DragPan.html#once">once</a> </li> <li data-name="ol.interaction.DragPan#set" class=""> <a href="ol.interaction.DragPan.html#set">set</a> </li> <li data-name="ol.interaction.DragPan#setActive" class="unstable"> <a href="ol.interaction.DragPan.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragPan#setProperties" class=""> <a href="ol.interaction.DragPan.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragPan#un" class=""> <a href="ol.interaction.DragPan.html#un">un</a> </li> <li data-name="ol.interaction.DragPan#unByKey" class=""> <a href="ol.interaction.DragPan.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragPan#unset" class=""> <a href="ol.interaction.DragPan.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragRotate"> <span class="title"> <a href="ol.interaction.DragRotate.html">ol.interaction.DragRotate</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragRotate#changed" class="unstable"> <a href="ol.interaction.DragRotate.html#changed">changed</a> </li> <li data-name="ol.interaction.DragRotate#get" class=""> <a href="ol.interaction.DragRotate.html#get">get</a> </li> <li data-name="ol.interaction.DragRotate#getActive" class="unstable"> <a href="ol.interaction.DragRotate.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragRotate#getKeys" class=""> <a href="ol.interaction.DragRotate.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragRotate#getProperties" class=""> <a href="ol.interaction.DragRotate.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragRotate#getRevision" class="unstable"> <a href="ol.interaction.DragRotate.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragRotate#on" class=""> <a href="ol.interaction.DragRotate.html#on">on</a> </li> <li data-name="ol.interaction.DragRotate#once" class=""> <a href="ol.interaction.DragRotate.html#once">once</a> </li> <li data-name="ol.interaction.DragRotate#set" class=""> <a href="ol.interaction.DragRotate.html#set">set</a> </li> <li data-name="ol.interaction.DragRotate#setActive" class="unstable"> <a href="ol.interaction.DragRotate.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragRotate#setProperties" class=""> <a href="ol.interaction.DragRotate.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragRotate#un" class=""> <a href="ol.interaction.DragRotate.html#un">un</a> </li> <li data-name="ol.interaction.DragRotate#unByKey" class=""> <a href="ol.interaction.DragRotate.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragRotate#unset" class=""> <a href="ol.interaction.DragRotate.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragRotateAndZoom"> <span class="title"> <a href="ol.interaction.DragRotateAndZoom.html">ol.interaction.DragRotateAndZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragRotateAndZoom#changed" class="unstable"> <a href="ol.interaction.DragRotateAndZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#get" class=""> <a href="ol.interaction.DragRotateAndZoom.html#get">get</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#getActive" class="unstable"> <a href="ol.interaction.DragRotateAndZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#getKeys" class=""> <a href="ol.interaction.DragRotateAndZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#getProperties" class=""> <a href="ol.interaction.DragRotateAndZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#getRevision" class="unstable"> <a href="ol.interaction.DragRotateAndZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#on" class=""> <a href="ol.interaction.DragRotateAndZoom.html#on">on</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#once" class=""> <a href="ol.interaction.DragRotateAndZoom.html#once">once</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#set" class=""> <a href="ol.interaction.DragRotateAndZoom.html#set">set</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#setActive" class="unstable"> <a href="ol.interaction.DragRotateAndZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#setProperties" class=""> <a href="ol.interaction.DragRotateAndZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#un" class=""> <a href="ol.interaction.DragRotateAndZoom.html#un">un</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#unByKey" class=""> <a href="ol.interaction.DragRotateAndZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragRotateAndZoom#unset" class=""> <a href="ol.interaction.DragRotateAndZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DragZoom"> <span class="title"> <a href="ol.interaction.DragZoom.html">ol.interaction.DragZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.DragZoom#changed" class="unstable"> <a href="ol.interaction.DragZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.DragZoom#get" class=""> <a href="ol.interaction.DragZoom.html#get">get</a> </li> <li data-name="ol.interaction.DragZoom#getActive" class="unstable"> <a href="ol.interaction.DragZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.DragZoom#getGeometry" class=""> <a href="ol.interaction.DragZoom.html#getGeometry">getGeometry</a> </li> <li data-name="ol.interaction.DragZoom#getKeys" class=""> <a href="ol.interaction.DragZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.DragZoom#getProperties" class=""> <a href="ol.interaction.DragZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.DragZoom#getRevision" class="unstable"> <a href="ol.interaction.DragZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.DragZoom#on" class=""> <a href="ol.interaction.DragZoom.html#on">on</a> </li> <li data-name="ol.interaction.DragZoom#once" class=""> <a href="ol.interaction.DragZoom.html#once">once</a> </li> <li data-name="ol.interaction.DragZoom#set" class=""> <a href="ol.interaction.DragZoom.html#set">set</a> </li> <li data-name="ol.interaction.DragZoom#setActive" class="unstable"> <a href="ol.interaction.DragZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.DragZoom#setProperties" class=""> <a href="ol.interaction.DragZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.DragZoom#un" class=""> <a href="ol.interaction.DragZoom.html#un">un</a> </li> <li data-name="ol.interaction.DragZoom#unByKey" class=""> <a href="ol.interaction.DragZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.DragZoom#unset" class=""> <a href="ol.interaction.DragZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.DragBoxEvent#event:boxend" class=""> <a href="ol.DragBoxEvent.html#event:boxend">boxend</a> </li> <li data-name="ol.DragBoxEvent#event:boxstart" class=""> <a href="ol.DragBoxEvent.html#event:boxstart">boxstart</a> </li> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.Draw"> <span class="title"> <a href="ol.interaction.Draw.html">ol.interaction.Draw</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Draw.createRegularPolygon" class="unstable"> <a href="ol.interaction.Draw.html#createRegularPolygon">createRegularPolygon</a> </li> <li data-name="ol.interaction.Draw.handleEvent" class="unstable"> <a href="ol.interaction.Draw.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.Draw#changed" class="unstable"> <a href="ol.interaction.Draw.html#changed">changed</a> </li> <li data-name="ol.interaction.Draw#finishDrawing" class="unstable"> <a href="ol.interaction.Draw.html#finishDrawing">finishDrawing</a> </li> <li data-name="ol.interaction.Draw#get" class=""> <a href="ol.interaction.Draw.html#get">get</a> </li> <li data-name="ol.interaction.Draw#getActive" class="unstable"> <a href="ol.interaction.Draw.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Draw#getKeys" class=""> <a href="ol.interaction.Draw.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Draw#getProperties" class=""> <a href="ol.interaction.Draw.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Draw#getRevision" class="unstable"> <a href="ol.interaction.Draw.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Draw#on" class=""> <a href="ol.interaction.Draw.html#on">on</a> </li> <li data-name="ol.interaction.Draw#once" class=""> <a href="ol.interaction.Draw.html#once">once</a> </li> <li data-name="ol.interaction.Draw#set" class=""> <a href="ol.interaction.Draw.html#set">set</a> </li> <li data-name="ol.interaction.Draw#setActive" class="unstable"> <a href="ol.interaction.Draw.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Draw#setProperties" class=""> <a href="ol.interaction.Draw.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Draw#un" class=""> <a href="ol.interaction.Draw.html#un">un</a> </li> <li data-name="ol.interaction.Draw#unByKey" class=""> <a href="ol.interaction.Draw.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Draw#unset" class=""> <a href="ol.interaction.Draw.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.interaction.DrawEvent#event:drawend" class=""> <a href="ol.interaction.DrawEvent.html#event:drawend">drawend</a> </li> <li data-name="ol.interaction.DrawEvent#event:drawstart" class=""> <a href="ol.interaction.DrawEvent.html#event:drawstart">drawstart</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.DrawEvent"> <span class="title"> <a href="ol.interaction.DrawEvent.html">ol.interaction.DrawEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.interaction.DrawEvent#feature"><a href="ol.interaction.DrawEvent.html#feature">feature</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.interaction.Interaction"> <span class="title"> <a href="ol.interaction.Interaction.html">ol.interaction.Interaction</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Interaction#changed" class="unstable"> <a href="ol.interaction.Interaction.html#changed">changed</a> </li> <li data-name="ol.interaction.Interaction#get" class=""> <a href="ol.interaction.Interaction.html#get">get</a> </li> <li data-name="ol.interaction.Interaction#getActive" class="unstable"> <a href="ol.interaction.Interaction.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Interaction#getKeys" class=""> <a href="ol.interaction.Interaction.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Interaction#getProperties" class=""> <a href="ol.interaction.Interaction.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Interaction#getRevision" class="unstable"> <a href="ol.interaction.Interaction.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Interaction#on" class=""> <a href="ol.interaction.Interaction.html#on">on</a> </li> <li data-name="ol.interaction.Interaction#once" class=""> <a href="ol.interaction.Interaction.html#once">once</a> </li> <li data-name="ol.interaction.Interaction#set" class=""> <a href="ol.interaction.Interaction.html#set">set</a> </li> <li data-name="ol.interaction.Interaction#setActive" class="unstable"> <a href="ol.interaction.Interaction.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Interaction#setProperties" class=""> <a href="ol.interaction.Interaction.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Interaction#un" class=""> <a href="ol.interaction.Interaction.html#un">un</a> </li> <li data-name="ol.interaction.Interaction#unByKey" class=""> <a href="ol.interaction.Interaction.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Interaction#unset" class=""> <a href="ol.interaction.Interaction.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.KeyboardPan"> <span class="title"> <a href="ol.interaction.KeyboardPan.html">ol.interaction.KeyboardPan</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.KeyboardPan.handleEvent" class="unstable"> <a href="ol.interaction.KeyboardPan.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.KeyboardPan#changed" class="unstable"> <a href="ol.interaction.KeyboardPan.html#changed">changed</a> </li> <li data-name="ol.interaction.KeyboardPan#get" class=""> <a href="ol.interaction.KeyboardPan.html#get">get</a> </li> <li data-name="ol.interaction.KeyboardPan#getActive" class="unstable"> <a href="ol.interaction.KeyboardPan.html#getActive">getActive</a> </li> <li data-name="ol.interaction.KeyboardPan#getKeys" class=""> <a href="ol.interaction.KeyboardPan.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.KeyboardPan#getProperties" class=""> <a href="ol.interaction.KeyboardPan.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.KeyboardPan#getRevision" class="unstable"> <a href="ol.interaction.KeyboardPan.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.KeyboardPan#on" class=""> <a href="ol.interaction.KeyboardPan.html#on">on</a> </li> <li data-name="ol.interaction.KeyboardPan#once" class=""> <a href="ol.interaction.KeyboardPan.html#once">once</a> </li> <li data-name="ol.interaction.KeyboardPan#set" class=""> <a href="ol.interaction.KeyboardPan.html#set">set</a> </li> <li data-name="ol.interaction.KeyboardPan#setActive" class="unstable"> <a href="ol.interaction.KeyboardPan.html#setActive">setActive</a> </li> <li data-name="ol.interaction.KeyboardPan#setProperties" class=""> <a href="ol.interaction.KeyboardPan.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.KeyboardPan#un" class=""> <a href="ol.interaction.KeyboardPan.html#un">un</a> </li> <li data-name="ol.interaction.KeyboardPan#unByKey" class=""> <a href="ol.interaction.KeyboardPan.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.KeyboardPan#unset" class=""> <a href="ol.interaction.KeyboardPan.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.KeyboardZoom"> <span class="title"> <a href="ol.interaction.KeyboardZoom.html">ol.interaction.KeyboardZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.KeyboardZoom.handleEvent" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.KeyboardZoom#changed" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.KeyboardZoom#get" class=""> <a href="ol.interaction.KeyboardZoom.html#get">get</a> </li> <li data-name="ol.interaction.KeyboardZoom#getActive" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.KeyboardZoom#getKeys" class=""> <a href="ol.interaction.KeyboardZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.KeyboardZoom#getProperties" class=""> <a href="ol.interaction.KeyboardZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.KeyboardZoom#getRevision" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.KeyboardZoom#on" class=""> <a href="ol.interaction.KeyboardZoom.html#on">on</a> </li> <li data-name="ol.interaction.KeyboardZoom#once" class=""> <a href="ol.interaction.KeyboardZoom.html#once">once</a> </li> <li data-name="ol.interaction.KeyboardZoom#set" class=""> <a href="ol.interaction.KeyboardZoom.html#set">set</a> </li> <li data-name="ol.interaction.KeyboardZoom#setActive" class="unstable"> <a href="ol.interaction.KeyboardZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.KeyboardZoom#setProperties" class=""> <a href="ol.interaction.KeyboardZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.KeyboardZoom#un" class=""> <a href="ol.interaction.KeyboardZoom.html#un">un</a> </li> <li data-name="ol.interaction.KeyboardZoom#unByKey" class=""> <a href="ol.interaction.KeyboardZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.KeyboardZoom#unset" class=""> <a href="ol.interaction.KeyboardZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.Modify"> <span class="title"> <a href="ol.interaction.Modify.html">ol.interaction.Modify</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Modify.handleEvent" class="unstable"> <a href="ol.interaction.Modify.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.Modify#changed" class="unstable"> <a href="ol.interaction.Modify.html#changed">changed</a> </li> <li data-name="ol.interaction.Modify#get" class=""> <a href="ol.interaction.Modify.html#get">get</a> </li> <li data-name="ol.interaction.Modify#getActive" class="unstable"> <a href="ol.interaction.Modify.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Modify#getKeys" class=""> <a href="ol.interaction.Modify.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Modify#getProperties" class=""> <a href="ol.interaction.Modify.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Modify#getRevision" class="unstable"> <a href="ol.interaction.Modify.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Modify#on" class=""> <a href="ol.interaction.Modify.html#on">on</a> </li> <li data-name="ol.interaction.Modify#once" class=""> <a href="ol.interaction.Modify.html#once">once</a> </li> <li data-name="ol.interaction.Modify#set" class=""> <a href="ol.interaction.Modify.html#set">set</a> </li> <li data-name="ol.interaction.Modify#setActive" class="unstable"> <a href="ol.interaction.Modify.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Modify#setProperties" class=""> <a href="ol.interaction.Modify.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Modify#un" class=""> <a href="ol.interaction.Modify.html#un">un</a> </li> <li data-name="ol.interaction.Modify#unByKey" class=""> <a href="ol.interaction.Modify.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Modify#unset" class=""> <a href="ol.interaction.Modify.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ModifyEvent#event:modifyend" class="unstable"> <a href="ol.ModifyEvent.html#event:modifyend">modifyend</a> </li> <li data-name="ol.ModifyEvent#event:modifystart" class="unstable"> <a href="ol.ModifyEvent.html#event:modifystart">modifystart</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.MouseWheelZoom"> <span class="title"> <a href="ol.interaction.MouseWheelZoom.html">ol.interaction.MouseWheelZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.MouseWheelZoom.handleEvent" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.MouseWheelZoom#changed" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.MouseWheelZoom#get" class=""> <a href="ol.interaction.MouseWheelZoom.html#get">get</a> </li> <li data-name="ol.interaction.MouseWheelZoom#getActive" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.MouseWheelZoom#getKeys" class=""> <a href="ol.interaction.MouseWheelZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.MouseWheelZoom#getProperties" class=""> <a href="ol.interaction.MouseWheelZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.MouseWheelZoom#getRevision" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.MouseWheelZoom#on" class=""> <a href="ol.interaction.MouseWheelZoom.html#on">on</a> </li> <li data-name="ol.interaction.MouseWheelZoom#once" class=""> <a href="ol.interaction.MouseWheelZoom.html#once">once</a> </li> <li data-name="ol.interaction.MouseWheelZoom#set" class=""> <a href="ol.interaction.MouseWheelZoom.html#set">set</a> </li> <li data-name="ol.interaction.MouseWheelZoom#setActive" class="unstable"> <a href="ol.interaction.MouseWheelZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.MouseWheelZoom#setProperties" class=""> <a href="ol.interaction.MouseWheelZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.MouseWheelZoom#un" class=""> <a href="ol.interaction.MouseWheelZoom.html#un">un</a> </li> <li data-name="ol.interaction.MouseWheelZoom#unByKey" class=""> <a href="ol.interaction.MouseWheelZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.MouseWheelZoom#unset" class=""> <a href="ol.interaction.MouseWheelZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.PinchRotate"> <span class="title"> <a href="ol.interaction.PinchRotate.html">ol.interaction.PinchRotate</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.PinchRotate#changed" class="unstable"> <a href="ol.interaction.PinchRotate.html#changed">changed</a> </li> <li data-name="ol.interaction.PinchRotate#get" class=""> <a href="ol.interaction.PinchRotate.html#get">get</a> </li> <li data-name="ol.interaction.PinchRotate#getActive" class="unstable"> <a href="ol.interaction.PinchRotate.html#getActive">getActive</a> </li> <li data-name="ol.interaction.PinchRotate#getKeys" class=""> <a href="ol.interaction.PinchRotate.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.PinchRotate#getProperties" class=""> <a href="ol.interaction.PinchRotate.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.PinchRotate#getRevision" class="unstable"> <a href="ol.interaction.PinchRotate.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.PinchRotate#on" class=""> <a href="ol.interaction.PinchRotate.html#on">on</a> </li> <li data-name="ol.interaction.PinchRotate#once" class=""> <a href="ol.interaction.PinchRotate.html#once">once</a> </li> <li data-name="ol.interaction.PinchRotate#set" class=""> <a href="ol.interaction.PinchRotate.html#set">set</a> </li> <li data-name="ol.interaction.PinchRotate#setActive" class="unstable"> <a href="ol.interaction.PinchRotate.html#setActive">setActive</a> </li> <li data-name="ol.interaction.PinchRotate#setProperties" class=""> <a href="ol.interaction.PinchRotate.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.PinchRotate#un" class=""> <a href="ol.interaction.PinchRotate.html#un">un</a> </li> <li data-name="ol.interaction.PinchRotate#unByKey" class=""> <a href="ol.interaction.PinchRotate.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.PinchRotate#unset" class=""> <a href="ol.interaction.PinchRotate.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.PinchZoom"> <span class="title"> <a href="ol.interaction.PinchZoom.html">ol.interaction.PinchZoom</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.PinchZoom#changed" class="unstable"> <a href="ol.interaction.PinchZoom.html#changed">changed</a> </li> <li data-name="ol.interaction.PinchZoom#get" class=""> <a href="ol.interaction.PinchZoom.html#get">get</a> </li> <li data-name="ol.interaction.PinchZoom#getActive" class="unstable"> <a href="ol.interaction.PinchZoom.html#getActive">getActive</a> </li> <li data-name="ol.interaction.PinchZoom#getKeys" class=""> <a href="ol.interaction.PinchZoom.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.PinchZoom#getProperties" class=""> <a href="ol.interaction.PinchZoom.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.PinchZoom#getRevision" class="unstable"> <a href="ol.interaction.PinchZoom.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.PinchZoom#on" class=""> <a href="ol.interaction.PinchZoom.html#on">on</a> </li> <li data-name="ol.interaction.PinchZoom#once" class=""> <a href="ol.interaction.PinchZoom.html#once">once</a> </li> <li data-name="ol.interaction.PinchZoom#set" class=""> <a href="ol.interaction.PinchZoom.html#set">set</a> </li> <li data-name="ol.interaction.PinchZoom#setActive" class="unstable"> <a href="ol.interaction.PinchZoom.html#setActive">setActive</a> </li> <li data-name="ol.interaction.PinchZoom#setProperties" class=""> <a href="ol.interaction.PinchZoom.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.PinchZoom#un" class=""> <a href="ol.interaction.PinchZoom.html#un">un</a> </li> <li data-name="ol.interaction.PinchZoom#unByKey" class=""> <a href="ol.interaction.PinchZoom.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.PinchZoom#unset" class=""> <a href="ol.interaction.PinchZoom.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.Pointer"> <span class="title"> <a href="ol.interaction.Pointer.html">ol.interaction.Pointer</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Pointer.handleEvent" class="unstable"> <a href="ol.interaction.Pointer.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.Pointer#changed" class="unstable"> <a href="ol.interaction.Pointer.html#changed">changed</a> </li> <li data-name="ol.interaction.Pointer#get" class=""> <a href="ol.interaction.Pointer.html#get">get</a> </li> <li data-name="ol.interaction.Pointer#getActive" class="unstable"> <a href="ol.interaction.Pointer.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Pointer#getKeys" class=""> <a href="ol.interaction.Pointer.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Pointer#getProperties" class=""> <a href="ol.interaction.Pointer.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Pointer#getRevision" class="unstable"> <a href="ol.interaction.Pointer.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Pointer#on" class=""> <a href="ol.interaction.Pointer.html#on">on</a> </li> <li data-name="ol.interaction.Pointer#once" class=""> <a href="ol.interaction.Pointer.html#once">once</a> </li> <li data-name="ol.interaction.Pointer#set" class=""> <a href="ol.interaction.Pointer.html#set">set</a> </li> <li data-name="ol.interaction.Pointer#setActive" class="unstable"> <a href="ol.interaction.Pointer.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Pointer#setProperties" class=""> <a href="ol.interaction.Pointer.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Pointer#un" class=""> <a href="ol.interaction.Pointer.html#un">un</a> </li> <li data-name="ol.interaction.Pointer#unByKey" class=""> <a href="ol.interaction.Pointer.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Pointer#unset" class=""> <a href="ol.interaction.Pointer.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.Select"> <span class="title"> <a href="ol.interaction.Select.html">ol.interaction.Select</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Select.handleEvent" class="unstable"> <a href="ol.interaction.Select.html#handleEvent">handleEvent</a> </li> <li data-name="ol.interaction.Select#changed" class="unstable"> <a href="ol.interaction.Select.html#changed">changed</a> </li> <li data-name="ol.interaction.Select#get" class=""> <a href="ol.interaction.Select.html#get">get</a> </li> <li data-name="ol.interaction.Select#getActive" class="unstable"> <a href="ol.interaction.Select.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Select#getFeatures" class=""> <a href="ol.interaction.Select.html#getFeatures">getFeatures</a> </li> <li data-name="ol.interaction.Select#getKeys" class=""> <a href="ol.interaction.Select.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Select#getProperties" class=""> <a href="ol.interaction.Select.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Select#getRevision" class="unstable"> <a href="ol.interaction.Select.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Select#on" class=""> <a href="ol.interaction.Select.html#on">on</a> </li> <li data-name="ol.interaction.Select#once" class=""> <a href="ol.interaction.Select.html#once">once</a> </li> <li data-name="ol.interaction.Select#set" class=""> <a href="ol.interaction.Select.html#set">set</a> </li> <li data-name="ol.interaction.Select#setActive" class="unstable"> <a href="ol.interaction.Select.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Select#setMap" class=""> <a href="ol.interaction.Select.html#setMap">setMap</a> </li> <li data-name="ol.interaction.Select#setProperties" class=""> <a href="ol.interaction.Select.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Select#un" class=""> <a href="ol.interaction.Select.html#un">un</a> </li> <li data-name="ol.interaction.Select#unByKey" class=""> <a href="ol.interaction.Select.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Select#unset" class=""> <a href="ol.interaction.Select.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.SelectEvent#event:select" class="unstable"> <a href="ol.SelectEvent.html#event:select">select</a> </li> </ul> </li> <li class="item" data-name="ol.interaction.Snap"> <span class="title"> <a href="ol.interaction.Snap.html">ol.interaction.Snap</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.interaction.Snap#addFeature" class="unstable"> <a href="ol.interaction.Snap.html#addFeature">addFeature</a> </li> <li data-name="ol.interaction.Snap#changed" class="unstable"> <a href="ol.interaction.Snap.html#changed">changed</a> </li> <li data-name="ol.interaction.Snap#get" class=""> <a href="ol.interaction.Snap.html#get">get</a> </li> <li data-name="ol.interaction.Snap#getActive" class="unstable"> <a href="ol.interaction.Snap.html#getActive">getActive</a> </li> <li data-name="ol.interaction.Snap#getKeys" class=""> <a href="ol.interaction.Snap.html#getKeys">getKeys</a> </li> <li data-name="ol.interaction.Snap#getProperties" class=""> <a href="ol.interaction.Snap.html#getProperties">getProperties</a> </li> <li data-name="ol.interaction.Snap#getRevision" class="unstable"> <a href="ol.interaction.Snap.html#getRevision">getRevision</a> </li> <li data-name="ol.interaction.Snap#on" class=""> <a href="ol.interaction.Snap.html#on">on</a> </li> <li data-name="ol.interaction.Snap#once" class=""> <a href="ol.interaction.Snap.html#once">once</a> </li> <li data-name="ol.interaction.Snap#removeFeature" class="unstable"> <a href="ol.interaction.Snap.html#removeFeature">removeFeature</a> </li> <li data-name="ol.interaction.Snap#set" class=""> <a href="ol.interaction.Snap.html#set">set</a> </li> <li data-name="ol.interaction.Snap#setActive" class="unstable"> <a href="ol.interaction.Snap.html#setActive">setActive</a> </li> <li data-name="ol.interaction.Snap#setProperties" class=""> <a href="ol.interaction.Snap.html#setProperties">setProperties</a> </li> <li data-name="ol.interaction.Snap#un" class=""> <a href="ol.interaction.Snap.html#un">un</a> </li> <li data-name="ol.interaction.Snap#unByKey" class=""> <a href="ol.interaction.Snap.html#unByKey">unByKey</a> </li> <li data-name="ol.interaction.Snap#unset" class=""> <a href="ol.interaction.Snap.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:active" class="unstable"> change:active </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.layer"> <span class="title"> <a href="ol.layer.html">ol.layer</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.layer.Base"> <span class="title"> <a href="ol.layer.Base.html">ol.layer.Base</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Base#changed" class="unstable"> <a href="ol.layer.Base.html#changed">changed</a> </li> <li data-name="ol.layer.Base#get" class=""> <a href="ol.layer.Base.html#get">get</a> </li> <li data-name="ol.layer.Base#getBrightness" class="unstable"> <a href="ol.layer.Base.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Base#getContrast" class="unstable"> <a href="ol.layer.Base.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Base#getExtent" class=""> <a href="ol.layer.Base.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Base#getHue" class="unstable"> <a href="ol.layer.Base.html#getHue">getHue</a> </li> <li data-name="ol.layer.Base#getKeys" class=""> <a href="ol.layer.Base.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Base#getMaxResolution" class=""> <a href="ol.layer.Base.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Base#getMinResolution" class=""> <a href="ol.layer.Base.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Base#getOpacity" class=""> <a href="ol.layer.Base.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Base#getProperties" class=""> <a href="ol.layer.Base.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Base#getRevision" class="unstable"> <a href="ol.layer.Base.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Base#getSaturation" class="unstable"> <a href="ol.layer.Base.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Base#getVisible" class=""> <a href="ol.layer.Base.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Base#on" class=""> <a href="ol.layer.Base.html#on">on</a> </li> <li data-name="ol.layer.Base#once" class=""> <a href="ol.layer.Base.html#once">once</a> </li> <li data-name="ol.layer.Base#set" class=""> <a href="ol.layer.Base.html#set">set</a> </li> <li data-name="ol.layer.Base#setBrightness" class="unstable"> <a href="ol.layer.Base.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Base#setContrast" class="unstable"> <a href="ol.layer.Base.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Base#setExtent" class=""> <a href="ol.layer.Base.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Base#setHue" class="unstable"> <a href="ol.layer.Base.html#setHue">setHue</a> </li> <li data-name="ol.layer.Base#setMaxResolution" class=""> <a href="ol.layer.Base.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Base#setMinResolution" class=""> <a href="ol.layer.Base.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Base#setOpacity" class=""> <a href="ol.layer.Base.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Base#setProperties" class=""> <a href="ol.layer.Base.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Base#setSaturation" class="unstable"> <a href="ol.layer.Base.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Base#setVisible" class=""> <a href="ol.layer.Base.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Base#un" class=""> <a href="ol.layer.Base.html#un">un</a> </li> <li data-name="ol.layer.Base#unByKey" class=""> <a href="ol.layer.Base.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Base#unset" class=""> <a href="ol.layer.Base.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Group"> <span class="title"> <a href="ol.layer.Group.html">ol.layer.Group</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Group#changed" class="unstable"> <a href="ol.layer.Group.html#changed">changed</a> </li> <li data-name="ol.layer.Group#get" class=""> <a href="ol.layer.Group.html#get">get</a> </li> <li data-name="ol.layer.Group#getBrightness" class="unstable"> <a href="ol.layer.Group.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Group#getContrast" class="unstable"> <a href="ol.layer.Group.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Group#getExtent" class=""> <a href="ol.layer.Group.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Group#getHue" class="unstable"> <a href="ol.layer.Group.html#getHue">getHue</a> </li> <li data-name="ol.layer.Group#getKeys" class=""> <a href="ol.layer.Group.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Group#getLayers" class=""> <a href="ol.layer.Group.html#getLayers">getLayers</a> </li> <li data-name="ol.layer.Group#getMaxResolution" class=""> <a href="ol.layer.Group.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Group#getMinResolution" class=""> <a href="ol.layer.Group.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Group#getOpacity" class=""> <a href="ol.layer.Group.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Group#getProperties" class=""> <a href="ol.layer.Group.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Group#getRevision" class="unstable"> <a href="ol.layer.Group.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Group#getSaturation" class="unstable"> <a href="ol.layer.Group.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Group#getVisible" class=""> <a href="ol.layer.Group.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Group#on" class=""> <a href="ol.layer.Group.html#on">on</a> </li> <li data-name="ol.layer.Group#once" class=""> <a href="ol.layer.Group.html#once">once</a> </li> <li data-name="ol.layer.Group#set" class=""> <a href="ol.layer.Group.html#set">set</a> </li> <li data-name="ol.layer.Group#setBrightness" class="unstable"> <a href="ol.layer.Group.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Group#setContrast" class="unstable"> <a href="ol.layer.Group.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Group#setExtent" class=""> <a href="ol.layer.Group.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Group#setHue" class="unstable"> <a href="ol.layer.Group.html#setHue">setHue</a> </li> <li data-name="ol.layer.Group#setLayers" class=""> <a href="ol.layer.Group.html#setLayers">setLayers</a> </li> <li data-name="ol.layer.Group#setMaxResolution" class=""> <a href="ol.layer.Group.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Group#setMinResolution" class=""> <a href="ol.layer.Group.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Group#setOpacity" class=""> <a href="ol.layer.Group.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Group#setProperties" class=""> <a href="ol.layer.Group.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Group#setSaturation" class="unstable"> <a href="ol.layer.Group.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Group#setVisible" class=""> <a href="ol.layer.Group.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Group#un" class=""> <a href="ol.layer.Group.html#un">un</a> </li> <li data-name="ol.layer.Group#unByKey" class=""> <a href="ol.layer.Group.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Group#unset" class=""> <a href="ol.layer.Group.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the group/Collection changes." class="unstable"> change Triggered when the group/Collection changes. </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:layers" class="unstable"> change:layers </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Heatmap"> <span class="title"> <a href="ol.layer.Heatmap.html">ol.layer.Heatmap</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Heatmap#changed" class="unstable"> <a href="ol.layer.Heatmap.html#changed">changed</a> </li> <li data-name="ol.layer.Heatmap#get" class=""> <a href="ol.layer.Heatmap.html#get">get</a> </li> <li data-name="ol.layer.Heatmap#getBlur" class="unstable"> <a href="ol.layer.Heatmap.html#getBlur">getBlur</a> </li> <li data-name="ol.layer.Heatmap#getBrightness" class="unstable"> <a href="ol.layer.Heatmap.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Heatmap#getContrast" class="unstable"> <a href="ol.layer.Heatmap.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Heatmap#getExtent" class=""> <a href="ol.layer.Heatmap.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Heatmap#getGradient" class="unstable"> <a href="ol.layer.Heatmap.html#getGradient">getGradient</a> </li> <li data-name="ol.layer.Heatmap#getHue" class="unstable"> <a href="ol.layer.Heatmap.html#getHue">getHue</a> </li> <li data-name="ol.layer.Heatmap#getKeys" class=""> <a href="ol.layer.Heatmap.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Heatmap#getMaxResolution" class=""> <a href="ol.layer.Heatmap.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Heatmap#getMinResolution" class=""> <a href="ol.layer.Heatmap.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Heatmap#getOpacity" class=""> <a href="ol.layer.Heatmap.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Heatmap#getProperties" class=""> <a href="ol.layer.Heatmap.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Heatmap#getRadius" class="unstable"> <a href="ol.layer.Heatmap.html#getRadius">getRadius</a> </li> <li data-name="ol.layer.Heatmap#getRevision" class="unstable"> <a href="ol.layer.Heatmap.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Heatmap#getSaturation" class="unstable"> <a href="ol.layer.Heatmap.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Heatmap#getSource" class=""> <a href="ol.layer.Heatmap.html#getSource">getSource</a> </li> <li data-name="ol.layer.Heatmap#getStyle" class=""> <a href="ol.layer.Heatmap.html#getStyle">getStyle</a> </li> <li data-name="ol.layer.Heatmap#getStyleFunction" class=""> <a href="ol.layer.Heatmap.html#getStyleFunction">getStyleFunction</a> </li> <li data-name="ol.layer.Heatmap#getVisible" class=""> <a href="ol.layer.Heatmap.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Heatmap#on" class=""> <a href="ol.layer.Heatmap.html#on">on</a> </li> <li data-name="ol.layer.Heatmap#once" class=""> <a href="ol.layer.Heatmap.html#once">once</a> </li> <li data-name="ol.layer.Heatmap#set" class=""> <a href="ol.layer.Heatmap.html#set">set</a> </li> <li data-name="ol.layer.Heatmap#setBlur" class="unstable"> <a href="ol.layer.Heatmap.html#setBlur">setBlur</a> </li> <li data-name="ol.layer.Heatmap#setBrightness" class="unstable"> <a href="ol.layer.Heatmap.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Heatmap#setContrast" class="unstable"> <a href="ol.layer.Heatmap.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Heatmap#setExtent" class=""> <a href="ol.layer.Heatmap.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Heatmap#setGradient" class="unstable"> <a href="ol.layer.Heatmap.html#setGradient">setGradient</a> </li> <li data-name="ol.layer.Heatmap#setHue" class="unstable"> <a href="ol.layer.Heatmap.html#setHue">setHue</a> </li> <li data-name="ol.layer.Heatmap#setMap" class="unstable"> <a href="ol.layer.Heatmap.html#setMap">setMap</a> </li> <li data-name="ol.layer.Heatmap#setMaxResolution" class=""> <a href="ol.layer.Heatmap.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Heatmap#setMinResolution" class=""> <a href="ol.layer.Heatmap.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Heatmap#setOpacity" class=""> <a href="ol.layer.Heatmap.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Heatmap#setProperties" class=""> <a href="ol.layer.Heatmap.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Heatmap#setRadius" class="unstable"> <a href="ol.layer.Heatmap.html#setRadius">setRadius</a> </li> <li data-name="ol.layer.Heatmap#setSaturation" class="unstable"> <a href="ol.layer.Heatmap.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Heatmap#setSource" class=""> <a href="ol.layer.Heatmap.html#setSource">setSource</a> </li> <li data-name="ol.layer.Heatmap#setStyle" class=""> <a href="ol.layer.Heatmap.html#setStyle">setStyle</a> </li> <li data-name="ol.layer.Heatmap#setVisible" class=""> <a href="ol.layer.Heatmap.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Heatmap#un" class=""> <a href="ol.layer.Heatmap.html#un">un</a> </li> <li data-name="ol.layer.Heatmap#unByKey" class=""> <a href="ol.layer.Heatmap.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Heatmap#unset" class=""> <a href="ol.layer.Heatmap.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:change:blur" class="unstable"> change:blur </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:gradient" class="unstable"> change:gradient </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:radius" class="unstable"> change:radius </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.render.Event#event:render" class="unstable"> <a href="ol.render.Event.html#event:render">render</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Image"> <span class="title"> <a href="ol.layer.Image.html">ol.layer.Image</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Image#changed" class="unstable"> <a href="ol.layer.Image.html#changed">changed</a> </li> <li data-name="ol.layer.Image#get" class=""> <a href="ol.layer.Image.html#get">get</a> </li> <li data-name="ol.layer.Image#getBrightness" class="unstable"> <a href="ol.layer.Image.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Image#getContrast" class="unstable"> <a href="ol.layer.Image.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Image#getExtent" class=""> <a href="ol.layer.Image.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Image#getHue" class="unstable"> <a href="ol.layer.Image.html#getHue">getHue</a> </li> <li data-name="ol.layer.Image#getKeys" class=""> <a href="ol.layer.Image.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Image#getMaxResolution" class=""> <a href="ol.layer.Image.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Image#getMinResolution" class=""> <a href="ol.layer.Image.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Image#getOpacity" class=""> <a href="ol.layer.Image.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Image#getProperties" class=""> <a href="ol.layer.Image.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Image#getRevision" class="unstable"> <a href="ol.layer.Image.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Image#getSaturation" class="unstable"> <a href="ol.layer.Image.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Image#getSource" class=""> <a href="ol.layer.Image.html#getSource">getSource</a> </li> <li data-name="ol.layer.Image#getVisible" class=""> <a href="ol.layer.Image.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Image#on" class=""> <a href="ol.layer.Image.html#on">on</a> </li> <li data-name="ol.layer.Image#once" class=""> <a href="ol.layer.Image.html#once">once</a> </li> <li data-name="ol.layer.Image#set" class=""> <a href="ol.layer.Image.html#set">set</a> </li> <li data-name="ol.layer.Image#setBrightness" class="unstable"> <a href="ol.layer.Image.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Image#setContrast" class="unstable"> <a href="ol.layer.Image.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Image#setExtent" class=""> <a href="ol.layer.Image.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Image#setHue" class="unstable"> <a href="ol.layer.Image.html#setHue">setHue</a> </li> <li data-name="ol.layer.Image#setMap" class="unstable"> <a href="ol.layer.Image.html#setMap">setMap</a> </li> <li data-name="ol.layer.Image#setMaxResolution" class=""> <a href="ol.layer.Image.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Image#setMinResolution" class=""> <a href="ol.layer.Image.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Image#setOpacity" class=""> <a href="ol.layer.Image.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Image#setProperties" class=""> <a href="ol.layer.Image.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Image#setSaturation" class="unstable"> <a href="ol.layer.Image.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Image#setSource" class=""> <a href="ol.layer.Image.html#setSource">setSource</a> </li> <li data-name="ol.layer.Image#setVisible" class=""> <a href="ol.layer.Image.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Image#un" class=""> <a href="ol.layer.Image.html#un">un</a> </li> <li data-name="ol.layer.Image#unByKey" class=""> <a href="ol.layer.Image.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Image#unset" class=""> <a href="ol.layer.Image.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.render.Event#event:render" class="unstable"> <a href="ol.render.Event.html#event:render">render</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Layer"> <span class="title"> <a href="ol.layer.Layer.html">ol.layer.Layer</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Layer#changed" class="unstable"> <a href="ol.layer.Layer.html#changed">changed</a> </li> <li data-name="ol.layer.Layer#get" class=""> <a href="ol.layer.Layer.html#get">get</a> </li> <li data-name="ol.layer.Layer#getBrightness" class="unstable"> <a href="ol.layer.Layer.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Layer#getContrast" class="unstable"> <a href="ol.layer.Layer.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Layer#getExtent" class=""> <a href="ol.layer.Layer.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Layer#getHue" class="unstable"> <a href="ol.layer.Layer.html#getHue">getHue</a> </li> <li data-name="ol.layer.Layer#getKeys" class=""> <a href="ol.layer.Layer.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Layer#getMaxResolution" class=""> <a href="ol.layer.Layer.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Layer#getMinResolution" class=""> <a href="ol.layer.Layer.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Layer#getOpacity" class=""> <a href="ol.layer.Layer.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Layer#getProperties" class=""> <a href="ol.layer.Layer.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Layer#getRevision" class="unstable"> <a href="ol.layer.Layer.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Layer#getSaturation" class="unstable"> <a href="ol.layer.Layer.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Layer#getSource" class=""> <a href="ol.layer.Layer.html#getSource">getSource</a> </li> <li data-name="ol.layer.Layer#getVisible" class=""> <a href="ol.layer.Layer.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Layer#on" class=""> <a href="ol.layer.Layer.html#on">on</a> </li> <li data-name="ol.layer.Layer#once" class=""> <a href="ol.layer.Layer.html#once">once</a> </li> <li data-name="ol.layer.Layer#set" class=""> <a href="ol.layer.Layer.html#set">set</a> </li> <li data-name="ol.layer.Layer#setBrightness" class="unstable"> <a href="ol.layer.Layer.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Layer#setContrast" class="unstable"> <a href="ol.layer.Layer.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Layer#setExtent" class=""> <a href="ol.layer.Layer.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Layer#setHue" class="unstable"> <a href="ol.layer.Layer.html#setHue">setHue</a> </li> <li data-name="ol.layer.Layer#setMap" class="unstable"> <a href="ol.layer.Layer.html#setMap">setMap</a> </li> <li data-name="ol.layer.Layer#setMaxResolution" class=""> <a href="ol.layer.Layer.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Layer#setMinResolution" class=""> <a href="ol.layer.Layer.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Layer#setOpacity" class=""> <a href="ol.layer.Layer.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Layer#setProperties" class=""> <a href="ol.layer.Layer.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Layer#setSaturation" class="unstable"> <a href="ol.layer.Layer.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Layer#setSource" class=""> <a href="ol.layer.Layer.html#setSource">setSource</a> </li> <li data-name="ol.layer.Layer#setVisible" class=""> <a href="ol.layer.Layer.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Layer#un" class=""> <a href="ol.layer.Layer.html#un">un</a> </li> <li data-name="ol.layer.Layer#unByKey" class=""> <a href="ol.layer.Layer.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Layer#unset" class=""> <a href="ol.layer.Layer.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.render.Event#event:render" class="unstable"> <a href="ol.render.Event.html#event:render">render</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Tile"> <span class="title"> <a href="ol.layer.Tile.html">ol.layer.Tile</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Tile#changed" class="unstable"> <a href="ol.layer.Tile.html#changed">changed</a> </li> <li data-name="ol.layer.Tile#get" class=""> <a href="ol.layer.Tile.html#get">get</a> </li> <li data-name="ol.layer.Tile#getBrightness" class="unstable"> <a href="ol.layer.Tile.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Tile#getContrast" class="unstable"> <a href="ol.layer.Tile.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Tile#getExtent" class=""> <a href="ol.layer.Tile.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Tile#getHue" class="unstable"> <a href="ol.layer.Tile.html#getHue">getHue</a> </li> <li data-name="ol.layer.Tile#getKeys" class=""> <a href="ol.layer.Tile.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Tile#getMaxResolution" class=""> <a href="ol.layer.Tile.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Tile#getMinResolution" class=""> <a href="ol.layer.Tile.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Tile#getOpacity" class=""> <a href="ol.layer.Tile.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Tile#getPreload" class="unstable"> <a href="ol.layer.Tile.html#getPreload">getPreload</a> </li> <li data-name="ol.layer.Tile#getProperties" class=""> <a href="ol.layer.Tile.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Tile#getRevision" class="unstable"> <a href="ol.layer.Tile.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Tile#getSaturation" class="unstable"> <a href="ol.layer.Tile.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Tile#getSource" class=""> <a href="ol.layer.Tile.html#getSource">getSource</a> </li> <li data-name="ol.layer.Tile#getUseInterimTilesOnError" class="unstable"> <a href="ol.layer.Tile.html#getUseInterimTilesOnError">getUseInterimTilesOnError</a> </li> <li data-name="ol.layer.Tile#getVisible" class=""> <a href="ol.layer.Tile.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Tile#on" class=""> <a href="ol.layer.Tile.html#on">on</a> </li> <li data-name="ol.layer.Tile#once" class=""> <a href="ol.layer.Tile.html#once">once</a> </li> <li data-name="ol.layer.Tile#set" class=""> <a href="ol.layer.Tile.html#set">set</a> </li> <li data-name="ol.layer.Tile#setBrightness" class="unstable"> <a href="ol.layer.Tile.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Tile#setContrast" class="unstable"> <a href="ol.layer.Tile.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Tile#setExtent" class=""> <a href="ol.layer.Tile.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Tile#setHue" class="unstable"> <a href="ol.layer.Tile.html#setHue">setHue</a> </li> <li data-name="ol.layer.Tile#setMap" class="unstable"> <a href="ol.layer.Tile.html#setMap">setMap</a> </li> <li data-name="ol.layer.Tile#setMaxResolution" class=""> <a href="ol.layer.Tile.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Tile#setMinResolution" class=""> <a href="ol.layer.Tile.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Tile#setOpacity" class=""> <a href="ol.layer.Tile.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Tile#setPreload" class="unstable"> <a href="ol.layer.Tile.html#setPreload">setPreload</a> </li> <li data-name="ol.layer.Tile#setProperties" class=""> <a href="ol.layer.Tile.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Tile#setSaturation" class="unstable"> <a href="ol.layer.Tile.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Tile#setSource" class=""> <a href="ol.layer.Tile.html#setSource">setSource</a> </li> <li data-name="ol.layer.Tile#setUseInterimTilesOnError" class="unstable"> <a href="ol.layer.Tile.html#setUseInterimTilesOnError">setUseInterimTilesOnError</a> </li> <li data-name="ol.layer.Tile#setVisible" class=""> <a href="ol.layer.Tile.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Tile#un" class=""> <a href="ol.layer.Tile.html#un">un</a> </li> <li data-name="ol.layer.Tile#unByKey" class=""> <a href="ol.layer.Tile.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Tile#unset" class=""> <a href="ol.layer.Tile.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:preload" class="unstable"> change:preload </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:useInterimTilesOnError" class="unstable"> change:useInterimTilesOnError </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.render.Event#event:render" class="unstable"> <a href="ol.render.Event.html#event:render">render</a> </li> </ul> </li> <li class="item" data-name="ol.layer.Vector"> <span class="title"> <a href="ol.layer.Vector.html">ol.layer.Vector</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.layer.Vector#changed" class="unstable"> <a href="ol.layer.Vector.html#changed">changed</a> </li> <li data-name="ol.layer.Vector#get" class=""> <a href="ol.layer.Vector.html#get">get</a> </li> <li data-name="ol.layer.Vector#getBrightness" class="unstable"> <a href="ol.layer.Vector.html#getBrightness">getBrightness</a> </li> <li data-name="ol.layer.Vector#getContrast" class="unstable"> <a href="ol.layer.Vector.html#getContrast">getContrast</a> </li> <li data-name="ol.layer.Vector#getExtent" class=""> <a href="ol.layer.Vector.html#getExtent">getExtent</a> </li> <li data-name="ol.layer.Vector#getHue" class="unstable"> <a href="ol.layer.Vector.html#getHue">getHue</a> </li> <li data-name="ol.layer.Vector#getKeys" class=""> <a href="ol.layer.Vector.html#getKeys">getKeys</a> </li> <li data-name="ol.layer.Vector#getMaxResolution" class=""> <a href="ol.layer.Vector.html#getMaxResolution">getMaxResolution</a> </li> <li data-name="ol.layer.Vector#getMinResolution" class=""> <a href="ol.layer.Vector.html#getMinResolution">getMinResolution</a> </li> <li data-name="ol.layer.Vector#getOpacity" class=""> <a href="ol.layer.Vector.html#getOpacity">getOpacity</a> </li> <li data-name="ol.layer.Vector#getProperties" class=""> <a href="ol.layer.Vector.html#getProperties">getProperties</a> </li> <li data-name="ol.layer.Vector#getRevision" class="unstable"> <a href="ol.layer.Vector.html#getRevision">getRevision</a> </li> <li data-name="ol.layer.Vector#getSaturation" class="unstable"> <a href="ol.layer.Vector.html#getSaturation">getSaturation</a> </li> <li data-name="ol.layer.Vector#getSource" class=""> <a href="ol.layer.Vector.html#getSource">getSource</a> </li> <li data-name="ol.layer.Vector#getStyle" class=""> <a href="ol.layer.Vector.html#getStyle">getStyle</a> </li> <li data-name="ol.layer.Vector#getStyleFunction" class=""> <a href="ol.layer.Vector.html#getStyleFunction">getStyleFunction</a> </li> <li data-name="ol.layer.Vector#getVisible" class=""> <a href="ol.layer.Vector.html#getVisible">getVisible</a> </li> <li data-name="ol.layer.Vector#on" class=""> <a href="ol.layer.Vector.html#on">on</a> </li> <li data-name="ol.layer.Vector#once" class=""> <a href="ol.layer.Vector.html#once">once</a> </li> <li data-name="ol.layer.Vector#set" class=""> <a href="ol.layer.Vector.html#set">set</a> </li> <li data-name="ol.layer.Vector#setBrightness" class="unstable"> <a href="ol.layer.Vector.html#setBrightness">setBrightness</a> </li> <li data-name="ol.layer.Vector#setContrast" class="unstable"> <a href="ol.layer.Vector.html#setContrast">setContrast</a> </li> <li data-name="ol.layer.Vector#setExtent" class=""> <a href="ol.layer.Vector.html#setExtent">setExtent</a> </li> <li data-name="ol.layer.Vector#setHue" class="unstable"> <a href="ol.layer.Vector.html#setHue">setHue</a> </li> <li data-name="ol.layer.Vector#setMap" class="unstable"> <a href="ol.layer.Vector.html#setMap">setMap</a> </li> <li data-name="ol.layer.Vector#setMaxResolution" class=""> <a href="ol.layer.Vector.html#setMaxResolution">setMaxResolution</a> </li> <li data-name="ol.layer.Vector#setMinResolution" class=""> <a href="ol.layer.Vector.html#setMinResolution">setMinResolution</a> </li> <li data-name="ol.layer.Vector#setOpacity" class=""> <a href="ol.layer.Vector.html#setOpacity">setOpacity</a> </li> <li data-name="ol.layer.Vector#setProperties" class=""> <a href="ol.layer.Vector.html#setProperties">setProperties</a> </li> <li data-name="ol.layer.Vector#setSaturation" class="unstable"> <a href="ol.layer.Vector.html#setSaturation">setSaturation</a> </li> <li data-name="ol.layer.Vector#setSource" class=""> <a href="ol.layer.Vector.html#setSource">setSource</a> </li> <li data-name="ol.layer.Vector#setStyle" class=""> <a href="ol.layer.Vector.html#setStyle">setStyle</a> </li> <li data-name="ol.layer.Vector#setVisible" class=""> <a href="ol.layer.Vector.html#setVisible">setVisible</a> </li> <li data-name="ol.layer.Vector#un" class=""> <a href="ol.layer.Vector.html#un">un</a> </li> <li data-name="ol.layer.Vector#unByKey" class=""> <a href="ol.layer.Vector.html#unByKey">unByKey</a> </li> <li data-name="ol.layer.Vector#unset" class=""> <a href="ol.layer.Vector.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:change:brightness" class="unstable"> change:brightness </li> <li data-name="ol.ObjectEvent#event:change:contrast" class="unstable"> change:contrast </li> <li data-name="ol.ObjectEvent#event:change:extent" class="unstable"> change:extent </li> <li data-name="ol.ObjectEvent#event:change:hue" class="unstable"> change:hue </li> <li data-name="ol.ObjectEvent#event:change:maxResolution" class="unstable"> change:maxResolution </li> <li data-name="ol.ObjectEvent#event:change:minResolution" class="unstable"> change:minResolution </li> <li data-name="ol.ObjectEvent#event:change:opacity" class="unstable"> change:opacity </li> <li data-name="ol.ObjectEvent#event:change:saturation" class="unstable"> change:saturation </li> <li data-name="ol.ObjectEvent#event:change:source" class="unstable"> change:source </li> <li data-name="ol.ObjectEvent#event:change:visible" class="unstable"> change:visible </li> <li data-name="ol.render.Event#event:postcompose" class="unstable"> <a href="ol.render.Event.html#event:postcompose">postcompose</a> </li> <li data-name="ol.render.Event#event:precompose" class="unstable"> <a href="ol.render.Event.html#event:precompose">precompose</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.render.Event#event:render" class="unstable"> <a href="ol.render.Event.html#event:render">render</a> </li> </ul> </li> <li class="item" data-name="ol.loadingstrategy"> <span class="title"> <a href="ol.loadingstrategy.html">ol.loadingstrategy</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.loadingstrategy.all" class="unstable"> <a href="ol.loadingstrategy.html#all">all</a> </li> <li data-name="ol.loadingstrategy.bbox" class="unstable"> <a href="ol.loadingstrategy.html#bbox">bbox</a> </li> <li data-name="ol.loadingstrategy.tile" class="unstable"> <a href="ol.loadingstrategy.html#tile">tile</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.proj"> <span class="title"> <a href="ol.proj.html">ol.proj</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.proj.METERS_PER_UNIT"><a href="ol.proj.html#METERS_PER_UNIT">METERS_PER_UNIT</a></li> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.proj.ProjectionLike" class=""> <a href="ol.proj.html#ProjectionLike">ProjectionLike</a> </li> <li data-name="ol.proj.Units" class=""> <a href="ol.proj.html#Units">Units</a> </li> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.proj.addCoordinateTransforms" class=""> <a href="ol.proj.html#addCoordinateTransforms">addCoordinateTransforms</a> </li> <li data-name="ol.proj.addEquivalentProjections" class="unstable"> <a href="ol.proj.html#addEquivalentProjections">addEquivalentProjections</a> </li> <li data-name="ol.proj.addProjection" class=""> <a href="ol.proj.html#addProjection">addProjection</a> </li> <li data-name="ol.proj.fromLonLat" class=""> <a href="ol.proj.html#fromLonLat">fromLonLat</a> </li> <li data-name="ol.proj.get" class=""> <a href="ol.proj.html#get">get</a> </li> <li data-name="ol.proj.getTransform" class=""> <a href="ol.proj.html#getTransform">getTransform</a> </li> <li data-name="ol.proj.toLonLat" class=""> <a href="ol.proj.html#toLonLat">toLonLat</a> </li> <li data-name="ol.proj.transform" class=""> <a href="ol.proj.html#transform">transform</a> </li> <li data-name="ol.proj.transformExtent" class=""> <a href="ol.proj.html#transformExtent">transformExtent</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.proj.Projection"> <span class="title"> <a href="ol.proj.Projection.html">ol.proj.Projection</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.proj.Projection#getCode" class=""> <a href="ol.proj.Projection.html#getCode">getCode</a> </li> <li data-name="ol.proj.Projection#getExtent" class=""> <a href="ol.proj.Projection.html#getExtent">getExtent</a> </li> <li data-name="ol.proj.Projection#getMetersPerUnit" class=""> <a href="ol.proj.Projection.html#getMetersPerUnit">getMetersPerUnit</a> </li> <li data-name="ol.proj.Projection#getPointResolution" class="unstable"> <a href="ol.proj.Projection.html#getPointResolution">getPointResolution</a> </li> <li data-name="ol.proj.Projection#getUnits" class=""> <a href="ol.proj.Projection.html#getUnits">getUnits</a> </li> <li data-name="ol.proj.Projection#getWorldExtent" class="unstable"> <a href="ol.proj.Projection.html#getWorldExtent">getWorldExtent</a> </li> <li data-name="ol.proj.Projection#isGlobal" class=""> <a href="ol.proj.Projection.html#isGlobal">isGlobal</a> </li> <li data-name="ol.proj.Projection#setExtent" class=""> <a href="ol.proj.Projection.html#setExtent">setExtent</a> </li> <li data-name="ol.proj.Projection#setGetPointResolution" class="unstable"> <a href="ol.proj.Projection.html#setGetPointResolution">setGetPointResolution</a> </li> <li data-name="ol.proj.Projection#setGlobal" class=""> <a href="ol.proj.Projection.html#setGlobal">setGlobal</a> </li> <li data-name="ol.proj.Projection#setWorldExtent" class="unstable"> <a href="ol.proj.Projection.html#setWorldExtent">setWorldExtent</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render"> <span class="title"> <a href="ol.render.html">ol.render</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render.Event"> <span class="title"> <a href="ol.render.Event.html">ol.render.Event</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.render.Event#context"><a href="ol.render.Event.html#context">context</a></li> <li data-name="ol.render.Event#frameState"><a href="ol.render.Event.html#frameState">frameState</a></li> <li data-name="ol.render.Event#glContext"><a href="ol.render.Event.html#glContext">glContext</a></li> <li data-name="ol.render.Event#vectorContext"><a href="ol.render.Event.html#vectorContext">vectorContext</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render.VectorContext"> <span class="title"> <a href="ol.render.VectorContext.html">ol.render.VectorContext</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render.canvas"> <span class="title"> <a href="ol.render.canvas.html">ol.render.canvas</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render.canvas.Immediate"> <span class="title"> <a href="ol.render.canvas.Immediate.html">ol.render.canvas.Immediate</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.render.canvas.Immediate#drawAsync" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawAsync">drawAsync</a> </li> <li data-name="ol.render.canvas.Immediate#drawCircleGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawCircleGeometry">drawCircleGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawFeature" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawFeature">drawFeature</a> </li> <li data-name="ol.render.canvas.Immediate#drawLineStringGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawLineStringGeometry">drawLineStringGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawMultiLineStringGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawMultiLineStringGeometry">drawMultiLineStringGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawMultiPointGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawMultiPointGeometry">drawMultiPointGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawMultiPolygonGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawMultiPolygonGeometry">drawMultiPolygonGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawPointGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawPointGeometry">drawPointGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#drawPolygonGeometry" class="unstable"> <a href="ol.render.canvas.Immediate.html#drawPolygonGeometry">drawPolygonGeometry</a> </li> <li data-name="ol.render.canvas.Immediate#setFillStrokeStyle" class="unstable"> <a href="ol.render.canvas.Immediate.html#setFillStrokeStyle">setFillStrokeStyle</a> </li> <li data-name="ol.render.canvas.Immediate#setImageStyle" class="unstable"> <a href="ol.render.canvas.Immediate.html#setImageStyle">setImageStyle</a> </li> <li data-name="ol.render.canvas.Immediate#setTextStyle" class="unstable"> <a href="ol.render.canvas.Immediate.html#setTextStyle">setTextStyle</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.render.webgl.Immediate"> <span class="title"> <a href="ol.render.webgl.Immediate.html">ol.render.webgl.Immediate</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.render.webgl.Immediate#drawCircleGeometry"><a href="ol.render.webgl.Immediate.html#drawCircleGeometry">drawCircleGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawFeature"><a href="ol.render.webgl.Immediate.html#drawFeature">drawFeature</a></li> <li data-name="ol.render.webgl.Immediate#drawGeometryCollectionGeometry"><a href="ol.render.webgl.Immediate.html#drawGeometryCollectionGeometry">drawGeometryCollectionGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawLineStringGeometry"><a href="ol.render.webgl.Immediate.html#drawLineStringGeometry">drawLineStringGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawMultiLineStringGeometry"><a href="ol.render.webgl.Immediate.html#drawMultiLineStringGeometry">drawMultiLineStringGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawMultiPointGeometry"><a href="ol.render.webgl.Immediate.html#drawMultiPointGeometry">drawMultiPointGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawMultiPolygonGeometry"><a href="ol.render.webgl.Immediate.html#drawMultiPolygonGeometry">drawMultiPolygonGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawPointGeometry"><a href="ol.render.webgl.Immediate.html#drawPointGeometry">drawPointGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawPolygonGeometry"><a href="ol.render.webgl.Immediate.html#drawPolygonGeometry">drawPolygonGeometry</a></li> <li data-name="ol.render.webgl.Immediate#drawText"><a href="ol.render.webgl.Immediate.html#drawText">drawText</a></li> <li data-name="ol.render.webgl.Immediate#setFillStrokeStyle"><a href="ol.render.webgl.Immediate.html#setFillStrokeStyle">setFillStrokeStyle</a></li> <li data-name="ol.render.webgl.Immediate#setImageStyle"><a href="ol.render.webgl.Immediate.html#setImageStyle">setImageStyle</a></li> <li data-name="ol.render.webgl.Immediate#setTextStyle"><a href="ol.render.webgl.Immediate.html#setTextStyle">setTextStyle</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.render.webgl.Immediate#drawAsync" class="unstable"> <a href="ol.render.webgl.Immediate.html#drawAsync">drawAsync</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.source"> <span class="title"> <a href="ol.source.html">ol.source</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.source.State" class="unstable"> <a href="ol.source.html#State">State</a> </li> <li data-name="ol.source.WMTSRequestEncoding" class="unstable"> <a href="ol.source.html#WMTSRequestEncoding">WMTSRequestEncoding</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.source.BingMaps"> <span class="title"> <a href="ol.source.BingMaps.html">ol.source.BingMaps</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.BingMaps.TOS_ATTRIBUTION"><a href="ol.source.BingMaps.html#TOS_ATTRIBUTION">TOS_ATTRIBUTION</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.BingMaps#changed" class="unstable"> <a href="ol.source.BingMaps.html#changed">changed</a> </li> <li data-name="ol.source.BingMaps#get" class=""> <a href="ol.source.BingMaps.html#get">get</a> </li> <li data-name="ol.source.BingMaps#getAttributions" class=""> <a href="ol.source.BingMaps.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.BingMaps#getKeys" class=""> <a href="ol.source.BingMaps.html#getKeys">getKeys</a> </li> <li data-name="ol.source.BingMaps#getLogo" class=""> <a href="ol.source.BingMaps.html#getLogo">getLogo</a> </li> <li data-name="ol.source.BingMaps#getProjection" class="unstable"> <a href="ol.source.BingMaps.html#getProjection">getProjection</a> </li> <li data-name="ol.source.BingMaps#getProperties" class=""> <a href="ol.source.BingMaps.html#getProperties">getProperties</a> </li> <li data-name="ol.source.BingMaps#getRevision" class="unstable"> <a href="ol.source.BingMaps.html#getRevision">getRevision</a> </li> <li data-name="ol.source.BingMaps#getState" class="unstable"> <a href="ol.source.BingMaps.html#getState">getState</a> </li> <li data-name="ol.source.BingMaps#getTileGrid" class=""> <a href="ol.source.BingMaps.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.BingMaps#getTileLoadFunction" class="unstable"> <a href="ol.source.BingMaps.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.BingMaps#getTileUrlFunction" class="unstable"> <a href="ol.source.BingMaps.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.BingMaps#on" class=""> <a href="ol.source.BingMaps.html#on">on</a> </li> <li data-name="ol.source.BingMaps#once" class=""> <a href="ol.source.BingMaps.html#once">once</a> </li> <li data-name="ol.source.BingMaps#set" class=""> <a href="ol.source.BingMaps.html#set">set</a> </li> <li data-name="ol.source.BingMaps#setProperties" class=""> <a href="ol.source.BingMaps.html#setProperties">setProperties</a> </li> <li data-name="ol.source.BingMaps#setTileLoadFunction" class="unstable"> <a href="ol.source.BingMaps.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.BingMaps#setTileUrlFunction" class="unstable"> <a href="ol.source.BingMaps.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.BingMaps#un" class=""> <a href="ol.source.BingMaps.html#un">un</a> </li> <li data-name="ol.source.BingMaps#unByKey" class=""> <a href="ol.source.BingMaps.html#unByKey">unByKey</a> </li> <li data-name="ol.source.BingMaps#unset" class=""> <a href="ol.source.BingMaps.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.Cluster"> <span class="title"> <a href="ol.source.Cluster.html">ol.source.Cluster</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Cluster#addFeature" class=""> <a href="ol.source.Cluster.html#addFeature">addFeature</a> </li> <li data-name="ol.source.Cluster#addFeatures" class=""> <a href="ol.source.Cluster.html#addFeatures">addFeatures</a> </li> <li data-name="ol.source.Cluster#changed" class="unstable"> <a href="ol.source.Cluster.html#changed">changed</a> </li> <li data-name="ol.source.Cluster#clear" class=""> <a href="ol.source.Cluster.html#clear">clear</a> </li> <li data-name="ol.source.Cluster#forEachFeature" class=""> <a href="ol.source.Cluster.html#forEachFeature">forEachFeature</a> </li> <li data-name="ol.source.Cluster#forEachFeatureInExtent" class="unstable"> <a href="ol.source.Cluster.html#forEachFeatureInExtent">forEachFeatureInExtent</a> </li> <li data-name="ol.source.Cluster#forEachFeatureIntersectingExtent" class="unstable"> <a href="ol.source.Cluster.html#forEachFeatureIntersectingExtent">forEachFeatureIntersectingExtent</a> </li> <li data-name="ol.source.Cluster#get" class=""> <a href="ol.source.Cluster.html#get">get</a> </li> <li data-name="ol.source.Cluster#getAttributions" class=""> <a href="ol.source.Cluster.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Cluster#getClosestFeatureToCoordinate" class=""> <a href="ol.source.Cluster.html#getClosestFeatureToCoordinate">getClosestFeatureToCoordinate</a> </li> <li data-name="ol.source.Cluster#getExtent" class=""> <a href="ol.source.Cluster.html#getExtent">getExtent</a> </li> <li data-name="ol.source.Cluster#getFeatureById" class=""> <a href="ol.source.Cluster.html#getFeatureById">getFeatureById</a> </li> <li data-name="ol.source.Cluster#getFeatures" class=""> <a href="ol.source.Cluster.html#getFeatures">getFeatures</a> </li> <li data-name="ol.source.Cluster#getFeaturesAtCoordinate" class=""> <a href="ol.source.Cluster.html#getFeaturesAtCoordinate">getFeaturesAtCoordinate</a> </li> <li data-name="ol.source.Cluster#getFeaturesCollection" class="unstable"> <a href="ol.source.Cluster.html#getFeaturesCollection">getFeaturesCollection</a> </li> <li data-name="ol.source.Cluster#getFeaturesInExtent" class="unstable"> <a href="ol.source.Cluster.html#getFeaturesInExtent">getFeaturesInExtent</a> </li> <li data-name="ol.source.Cluster#getKeys" class=""> <a href="ol.source.Cluster.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Cluster#getLogo" class=""> <a href="ol.source.Cluster.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Cluster#getProjection" class="unstable"> <a href="ol.source.Cluster.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Cluster#getProperties" class=""> <a href="ol.source.Cluster.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Cluster#getRevision" class="unstable"> <a href="ol.source.Cluster.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Cluster#getSource" class="unstable"> <a href="ol.source.Cluster.html#getSource">getSource</a> </li> <li data-name="ol.source.Cluster#getState" class="unstable"> <a href="ol.source.Cluster.html#getState">getState</a> </li> <li data-name="ol.source.Cluster#on" class=""> <a href="ol.source.Cluster.html#on">on</a> </li> <li data-name="ol.source.Cluster#once" class=""> <a href="ol.source.Cluster.html#once">once</a> </li> <li data-name="ol.source.Cluster#removeFeature" class=""> <a href="ol.source.Cluster.html#removeFeature">removeFeature</a> </li> <li data-name="ol.source.Cluster#set" class=""> <a href="ol.source.Cluster.html#set">set</a> </li> <li data-name="ol.source.Cluster#setProperties" class=""> <a href="ol.source.Cluster.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Cluster#un" class=""> <a href="ol.source.Cluster.html#un">un</a> </li> <li data-name="ol.source.Cluster#unByKey" class=""> <a href="ol.source.Cluster.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Cluster#unset" class=""> <a href="ol.source.Cluster.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.source.VectorEvent#event:addfeature" class=""> <a href="ol.source.VectorEvent.html#event:addfeature">addfeature</a> </li> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.source.VectorEvent#event:changefeature" class="unstable"> <a href="ol.source.VectorEvent.html#event:changefeature">changefeature</a> </li> <li data-name="ol.source.VectorEvent#event:clear" class="unstable"> <a href="ol.source.VectorEvent.html#event:clear">clear</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.VectorEvent#event:removefeature" class=""> <a href="ol.source.VectorEvent.html#event:removefeature">removefeature</a> </li> </ul> </li> <li class="item" data-name="ol.source.Image"> <span class="title"> <a href="ol.source.Image.html">ol.source.Image</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Image#changed" class="unstable"> <a href="ol.source.Image.html#changed">changed</a> </li> <li data-name="ol.source.Image#get" class=""> <a href="ol.source.Image.html#get">get</a> </li> <li data-name="ol.source.Image#getAttributions" class=""> <a href="ol.source.Image.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Image#getKeys" class=""> <a href="ol.source.Image.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Image#getLogo" class=""> <a href="ol.source.Image.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Image#getProjection" class="unstable"> <a href="ol.source.Image.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Image#getProperties" class=""> <a href="ol.source.Image.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Image#getRevision" class="unstable"> <a href="ol.source.Image.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Image#getState" class="unstable"> <a href="ol.source.Image.html#getState">getState</a> </li> <li data-name="ol.source.Image#on" class=""> <a href="ol.source.Image.html#on">on</a> </li> <li data-name="ol.source.Image#once" class=""> <a href="ol.source.Image.html#once">once</a> </li> <li data-name="ol.source.Image#set" class=""> <a href="ol.source.Image.html#set">set</a> </li> <li data-name="ol.source.Image#setProperties" class=""> <a href="ol.source.Image.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Image#un" class=""> <a href="ol.source.Image.html#un">un</a> </li> <li data-name="ol.source.Image#unByKey" class=""> <a href="ol.source.Image.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Image#unset" class=""> <a href="ol.source.Image.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.ImageCanvas"> <span class="title"> <a href="ol.source.ImageCanvas.html">ol.source.ImageCanvas</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.ImageCanvas#changed" class="unstable"> <a href="ol.source.ImageCanvas.html#changed">changed</a> </li> <li data-name="ol.source.ImageCanvas#get" class=""> <a href="ol.source.ImageCanvas.html#get">get</a> </li> <li data-name="ol.source.ImageCanvas#getAttributions" class=""> <a href="ol.source.ImageCanvas.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.ImageCanvas#getKeys" class=""> <a href="ol.source.ImageCanvas.html#getKeys">getKeys</a> </li> <li data-name="ol.source.ImageCanvas#getLogo" class=""> <a href="ol.source.ImageCanvas.html#getLogo">getLogo</a> </li> <li data-name="ol.source.ImageCanvas#getProjection" class="unstable"> <a href="ol.source.ImageCanvas.html#getProjection">getProjection</a> </li> <li data-name="ol.source.ImageCanvas#getProperties" class=""> <a href="ol.source.ImageCanvas.html#getProperties">getProperties</a> </li> <li data-name="ol.source.ImageCanvas#getRevision" class="unstable"> <a href="ol.source.ImageCanvas.html#getRevision">getRevision</a> </li> <li data-name="ol.source.ImageCanvas#getState" class="unstable"> <a href="ol.source.ImageCanvas.html#getState">getState</a> </li> <li data-name="ol.source.ImageCanvas#on" class=""> <a href="ol.source.ImageCanvas.html#on">on</a> </li> <li data-name="ol.source.ImageCanvas#once" class=""> <a href="ol.source.ImageCanvas.html#once">once</a> </li> <li data-name="ol.source.ImageCanvas#set" class=""> <a href="ol.source.ImageCanvas.html#set">set</a> </li> <li data-name="ol.source.ImageCanvas#setProperties" class=""> <a href="ol.source.ImageCanvas.html#setProperties">setProperties</a> </li> <li data-name="ol.source.ImageCanvas#un" class=""> <a href="ol.source.ImageCanvas.html#un">un</a> </li> <li data-name="ol.source.ImageCanvas#unByKey" class=""> <a href="ol.source.ImageCanvas.html#unByKey">unByKey</a> </li> <li data-name="ol.source.ImageCanvas#unset" class=""> <a href="ol.source.ImageCanvas.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.ImageEvent"> <span class="title"> <a href="ol.source.ImageEvent.html">ol.source.ImageEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.ImageEvent#image"><a href="ol.source.ImageEvent.html#image">image</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.source.ImageMapGuide"> <span class="title"> <a href="ol.source.ImageMapGuide.html">ol.source.ImageMapGuide</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.ImageMapGuide#changed" class="unstable"> <a href="ol.source.ImageMapGuide.html#changed">changed</a> </li> <li data-name="ol.source.ImageMapGuide#get" class=""> <a href="ol.source.ImageMapGuide.html#get">get</a> </li> <li data-name="ol.source.ImageMapGuide#getAttributions" class=""> <a href="ol.source.ImageMapGuide.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.ImageMapGuide#getImageLoadFunction" class="unstable"> <a href="ol.source.ImageMapGuide.html#getImageLoadFunction">getImageLoadFunction</a> </li> <li data-name="ol.source.ImageMapGuide#getKeys" class=""> <a href="ol.source.ImageMapGuide.html#getKeys">getKeys</a> </li> <li data-name="ol.source.ImageMapGuide#getLogo" class=""> <a href="ol.source.ImageMapGuide.html#getLogo">getLogo</a> </li> <li data-name="ol.source.ImageMapGuide#getParams" class=""> <a href="ol.source.ImageMapGuide.html#getParams">getParams</a> </li> <li data-name="ol.source.ImageMapGuide#getProjection" class="unstable"> <a href="ol.source.ImageMapGuide.html#getProjection">getProjection</a> </li> <li data-name="ol.source.ImageMapGuide#getProperties" class=""> <a href="ol.source.ImageMapGuide.html#getProperties">getProperties</a> </li> <li data-name="ol.source.ImageMapGuide#getRevision" class="unstable"> <a href="ol.source.ImageMapGuide.html#getRevision">getRevision</a> </li> <li data-name="ol.source.ImageMapGuide#getState" class="unstable"> <a href="ol.source.ImageMapGuide.html#getState">getState</a> </li> <li data-name="ol.source.ImageMapGuide#on" class=""> <a href="ol.source.ImageMapGuide.html#on">on</a> </li> <li data-name="ol.source.ImageMapGuide#once" class=""> <a href="ol.source.ImageMapGuide.html#once">once</a> </li> <li data-name="ol.source.ImageMapGuide#set" class=""> <a href="ol.source.ImageMapGuide.html#set">set</a> </li> <li data-name="ol.source.ImageMapGuide#setImageLoadFunction" class="unstable"> <a href="ol.source.ImageMapGuide.html#setImageLoadFunction">setImageLoadFunction</a> </li> <li data-name="ol.source.ImageMapGuide#setProperties" class=""> <a href="ol.source.ImageMapGuide.html#setProperties">setProperties</a> </li> <li data-name="ol.source.ImageMapGuide#un" class=""> <a href="ol.source.ImageMapGuide.html#un">un</a> </li> <li data-name="ol.source.ImageMapGuide#unByKey" class=""> <a href="ol.source.ImageMapGuide.html#unByKey">unByKey</a> </li> <li data-name="ol.source.ImageMapGuide#unset" class=""> <a href="ol.source.ImageMapGuide.html#unset">unset</a> </li> <li data-name="ol.source.ImageMapGuide#updateParams" class=""> <a href="ol.source.ImageMapGuide.html#updateParams">updateParams</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.source.ImageEvent#event:imageloadend" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloadend">imageloadend</a> </li> <li data-name="ol.source.ImageEvent#event:imageloaderror" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloaderror">imageloaderror</a> </li> <li data-name="ol.source.ImageEvent#event:imageloadstart" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloadstart">imageloadstart</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.ImageStatic"> <span class="title"> <a href="ol.source.ImageStatic.html">ol.source.ImageStatic</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.ImageStatic#changed" class="unstable"> <a href="ol.source.ImageStatic.html#changed">changed</a> </li> <li data-name="ol.source.ImageStatic#get" class=""> <a href="ol.source.ImageStatic.html#get">get</a> </li> <li data-name="ol.source.ImageStatic#getAttributions" class=""> <a href="ol.source.ImageStatic.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.ImageStatic#getKeys" class=""> <a href="ol.source.ImageStatic.html#getKeys">getKeys</a> </li> <li data-name="ol.source.ImageStatic#getLogo" class=""> <a href="ol.source.ImageStatic.html#getLogo">getLogo</a> </li> <li data-name="ol.source.ImageStatic#getProjection" class="unstable"> <a href="ol.source.ImageStatic.html#getProjection">getProjection</a> </li> <li data-name="ol.source.ImageStatic#getProperties" class=""> <a href="ol.source.ImageStatic.html#getProperties">getProperties</a> </li> <li data-name="ol.source.ImageStatic#getRevision" class="unstable"> <a href="ol.source.ImageStatic.html#getRevision">getRevision</a> </li> <li data-name="ol.source.ImageStatic#getState" class="unstable"> <a href="ol.source.ImageStatic.html#getState">getState</a> </li> <li data-name="ol.source.ImageStatic#on" class=""> <a href="ol.source.ImageStatic.html#on">on</a> </li> <li data-name="ol.source.ImageStatic#once" class=""> <a href="ol.source.ImageStatic.html#once">once</a> </li> <li data-name="ol.source.ImageStatic#set" class=""> <a href="ol.source.ImageStatic.html#set">set</a> </li> <li data-name="ol.source.ImageStatic#setProperties" class=""> <a href="ol.source.ImageStatic.html#setProperties">setProperties</a> </li> <li data-name="ol.source.ImageStatic#un" class=""> <a href="ol.source.ImageStatic.html#un">un</a> </li> <li data-name="ol.source.ImageStatic#unByKey" class=""> <a href="ol.source.ImageStatic.html#unByKey">unByKey</a> </li> <li data-name="ol.source.ImageStatic#unset" class=""> <a href="ol.source.ImageStatic.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.ImageVector"> <span class="title"> <a href="ol.source.ImageVector.html">ol.source.ImageVector</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.ImageVector#changed" class="unstable"> <a href="ol.source.ImageVector.html#changed">changed</a> </li> <li data-name="ol.source.ImageVector#get" class=""> <a href="ol.source.ImageVector.html#get">get</a> </li> <li data-name="ol.source.ImageVector#getAttributions" class=""> <a href="ol.source.ImageVector.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.ImageVector#getKeys" class=""> <a href="ol.source.ImageVector.html#getKeys">getKeys</a> </li> <li data-name="ol.source.ImageVector#getLogo" class=""> <a href="ol.source.ImageVector.html#getLogo">getLogo</a> </li> <li data-name="ol.source.ImageVector#getProjection" class="unstable"> <a href="ol.source.ImageVector.html#getProjection">getProjection</a> </li> <li data-name="ol.source.ImageVector#getProperties" class=""> <a href="ol.source.ImageVector.html#getProperties">getProperties</a> </li> <li data-name="ol.source.ImageVector#getRevision" class="unstable"> <a href="ol.source.ImageVector.html#getRevision">getRevision</a> </li> <li data-name="ol.source.ImageVector#getSource" class="unstable"> <a href="ol.source.ImageVector.html#getSource">getSource</a> </li> <li data-name="ol.source.ImageVector#getState" class="unstable"> <a href="ol.source.ImageVector.html#getState">getState</a> </li> <li data-name="ol.source.ImageVector#getStyle" class=""> <a href="ol.source.ImageVector.html#getStyle">getStyle</a> </li> <li data-name="ol.source.ImageVector#getStyleFunction" class=""> <a href="ol.source.ImageVector.html#getStyleFunction">getStyleFunction</a> </li> <li data-name="ol.source.ImageVector#on" class=""> <a href="ol.source.ImageVector.html#on">on</a> </li> <li data-name="ol.source.ImageVector#once" class=""> <a href="ol.source.ImageVector.html#once">once</a> </li> <li data-name="ol.source.ImageVector#set" class=""> <a href="ol.source.ImageVector.html#set">set</a> </li> <li data-name="ol.source.ImageVector#setProperties" class=""> <a href="ol.source.ImageVector.html#setProperties">setProperties</a> </li> <li data-name="ol.source.ImageVector#setStyle" class=""> <a href="ol.source.ImageVector.html#setStyle">setStyle</a> </li> <li data-name="ol.source.ImageVector#un" class=""> <a href="ol.source.ImageVector.html#un">un</a> </li> <li data-name="ol.source.ImageVector#unByKey" class=""> <a href="ol.source.ImageVector.html#unByKey">unByKey</a> </li> <li data-name="ol.source.ImageVector#unset" class=""> <a href="ol.source.ImageVector.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.ImageWMS"> <span class="title"> <a href="ol.source.ImageWMS.html">ol.source.ImageWMS</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.ImageWMS#changed" class="unstable"> <a href="ol.source.ImageWMS.html#changed">changed</a> </li> <li data-name="ol.source.ImageWMS#get" class=""> <a href="ol.source.ImageWMS.html#get">get</a> </li> <li data-name="ol.source.ImageWMS#getAttributions" class=""> <a href="ol.source.ImageWMS.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.ImageWMS#getGetFeatureInfoUrl" class=""> <a href="ol.source.ImageWMS.html#getGetFeatureInfoUrl">getGetFeatureInfoUrl</a> </li> <li data-name="ol.source.ImageWMS#getImageLoadFunction" class="unstable"> <a href="ol.source.ImageWMS.html#getImageLoadFunction">getImageLoadFunction</a> </li> <li data-name="ol.source.ImageWMS#getKeys" class=""> <a href="ol.source.ImageWMS.html#getKeys">getKeys</a> </li> <li data-name="ol.source.ImageWMS#getLogo" class=""> <a href="ol.source.ImageWMS.html#getLogo">getLogo</a> </li> <li data-name="ol.source.ImageWMS#getParams" class=""> <a href="ol.source.ImageWMS.html#getParams">getParams</a> </li> <li data-name="ol.source.ImageWMS#getProjection" class="unstable"> <a href="ol.source.ImageWMS.html#getProjection">getProjection</a> </li> <li data-name="ol.source.ImageWMS#getProperties" class=""> <a href="ol.source.ImageWMS.html#getProperties">getProperties</a> </li> <li data-name="ol.source.ImageWMS#getRevision" class="unstable"> <a href="ol.source.ImageWMS.html#getRevision">getRevision</a> </li> <li data-name="ol.source.ImageWMS#getState" class="unstable"> <a href="ol.source.ImageWMS.html#getState">getState</a> </li> <li data-name="ol.source.ImageWMS#getUrl" class=""> <a href="ol.source.ImageWMS.html#getUrl">getUrl</a> </li> <li data-name="ol.source.ImageWMS#on" class=""> <a href="ol.source.ImageWMS.html#on">on</a> </li> <li data-name="ol.source.ImageWMS#once" class=""> <a href="ol.source.ImageWMS.html#once">once</a> </li> <li data-name="ol.source.ImageWMS#set" class=""> <a href="ol.source.ImageWMS.html#set">set</a> </li> <li data-name="ol.source.ImageWMS#setImageLoadFunction" class="unstable"> <a href="ol.source.ImageWMS.html#setImageLoadFunction">setImageLoadFunction</a> </li> <li data-name="ol.source.ImageWMS#setProperties" class=""> <a href="ol.source.ImageWMS.html#setProperties">setProperties</a> </li> <li data-name="ol.source.ImageWMS#setUrl" class=""> <a href="ol.source.ImageWMS.html#setUrl">setUrl</a> </li> <li data-name="ol.source.ImageWMS#un" class=""> <a href="ol.source.ImageWMS.html#un">un</a> </li> <li data-name="ol.source.ImageWMS#unByKey" class=""> <a href="ol.source.ImageWMS.html#unByKey">unByKey</a> </li> <li data-name="ol.source.ImageWMS#unset" class=""> <a href="ol.source.ImageWMS.html#unset">unset</a> </li> <li data-name="ol.source.ImageWMS#updateParams" class=""> <a href="ol.source.ImageWMS.html#updateParams">updateParams</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.source.ImageEvent#event:imageloadend" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloadend">imageloadend</a> </li> <li data-name="ol.source.ImageEvent#event:imageloaderror" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloaderror">imageloaderror</a> </li> <li data-name="ol.source.ImageEvent#event:imageloadstart" class="unstable"> <a href="ol.source.ImageEvent.html#event:imageloadstart">imageloadstart</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.MapQuest"> <span class="title"> <a href="ol.source.MapQuest.html">ol.source.MapQuest</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.MapQuest#changed" class="unstable"> <a href="ol.source.MapQuest.html#changed">changed</a> </li> <li data-name="ol.source.MapQuest#get" class=""> <a href="ol.source.MapQuest.html#get">get</a> </li> <li data-name="ol.source.MapQuest#getAttributions" class=""> <a href="ol.source.MapQuest.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.MapQuest#getKeys" class=""> <a href="ol.source.MapQuest.html#getKeys">getKeys</a> </li> <li data-name="ol.source.MapQuest#getLayer" class="unstable"> <a href="ol.source.MapQuest.html#getLayer">getLayer</a> </li> <li data-name="ol.source.MapQuest#getLogo" class=""> <a href="ol.source.MapQuest.html#getLogo">getLogo</a> </li> <li data-name="ol.source.MapQuest#getProjection" class="unstable"> <a href="ol.source.MapQuest.html#getProjection">getProjection</a> </li> <li data-name="ol.source.MapQuest#getProperties" class=""> <a href="ol.source.MapQuest.html#getProperties">getProperties</a> </li> <li data-name="ol.source.MapQuest#getRevision" class="unstable"> <a href="ol.source.MapQuest.html#getRevision">getRevision</a> </li> <li data-name="ol.source.MapQuest#getState" class="unstable"> <a href="ol.source.MapQuest.html#getState">getState</a> </li> <li data-name="ol.source.MapQuest#getTileGrid" class=""> <a href="ol.source.MapQuest.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.MapQuest#getTileLoadFunction" class="unstable"> <a href="ol.source.MapQuest.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.MapQuest#getTileUrlFunction" class="unstable"> <a href="ol.source.MapQuest.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.MapQuest#on" class=""> <a href="ol.source.MapQuest.html#on">on</a> </li> <li data-name="ol.source.MapQuest#once" class=""> <a href="ol.source.MapQuest.html#once">once</a> </li> <li data-name="ol.source.MapQuest#set" class=""> <a href="ol.source.MapQuest.html#set">set</a> </li> <li data-name="ol.source.MapQuest#setProperties" class=""> <a href="ol.source.MapQuest.html#setProperties">setProperties</a> </li> <li data-name="ol.source.MapQuest#setTileLoadFunction" class="unstable"> <a href="ol.source.MapQuest.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.MapQuest#setTileUrlFunction" class="unstable"> <a href="ol.source.MapQuest.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.MapQuest#setUrl" class=""> <a href="ol.source.MapQuest.html#setUrl">setUrl</a> </li> <li data-name="ol.source.MapQuest#un" class=""> <a href="ol.source.MapQuest.html#un">un</a> </li> <li data-name="ol.source.MapQuest#unByKey" class=""> <a href="ol.source.MapQuest.html#unByKey">unByKey</a> </li> <li data-name="ol.source.MapQuest#unset" class=""> <a href="ol.source.MapQuest.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.OSM"> <span class="title"> <a href="ol.source.OSM.html">ol.source.OSM</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.OSM.ATTRIBUTION"><a href="ol.source.OSM.html#ATTRIBUTION">ATTRIBUTION</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.OSM#changed" class="unstable"> <a href="ol.source.OSM.html#changed">changed</a> </li> <li data-name="ol.source.OSM#get" class=""> <a href="ol.source.OSM.html#get">get</a> </li> <li data-name="ol.source.OSM#getAttributions" class=""> <a href="ol.source.OSM.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.OSM#getKeys" class=""> <a href="ol.source.OSM.html#getKeys">getKeys</a> </li> <li data-name="ol.source.OSM#getLogo" class=""> <a href="ol.source.OSM.html#getLogo">getLogo</a> </li> <li data-name="ol.source.OSM#getProjection" class="unstable"> <a href="ol.source.OSM.html#getProjection">getProjection</a> </li> <li data-name="ol.source.OSM#getProperties" class=""> <a href="ol.source.OSM.html#getProperties">getProperties</a> </li> <li data-name="ol.source.OSM#getRevision" class="unstable"> <a href="ol.source.OSM.html#getRevision">getRevision</a> </li> <li data-name="ol.source.OSM#getState" class="unstable"> <a href="ol.source.OSM.html#getState">getState</a> </li> <li data-name="ol.source.OSM#getTileGrid" class=""> <a href="ol.source.OSM.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.OSM#getTileLoadFunction" class="unstable"> <a href="ol.source.OSM.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.OSM#getTileUrlFunction" class="unstable"> <a href="ol.source.OSM.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.OSM#on" class=""> <a href="ol.source.OSM.html#on">on</a> </li> <li data-name="ol.source.OSM#once" class=""> <a href="ol.source.OSM.html#once">once</a> </li> <li data-name="ol.source.OSM#set" class=""> <a href="ol.source.OSM.html#set">set</a> </li> <li data-name="ol.source.OSM#setProperties" class=""> <a href="ol.source.OSM.html#setProperties">setProperties</a> </li> <li data-name="ol.source.OSM#setTileLoadFunction" class="unstable"> <a href="ol.source.OSM.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.OSM#setTileUrlFunction" class="unstable"> <a href="ol.source.OSM.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.OSM#setUrl" class=""> <a href="ol.source.OSM.html#setUrl">setUrl</a> </li> <li data-name="ol.source.OSM#un" class=""> <a href="ol.source.OSM.html#un">un</a> </li> <li data-name="ol.source.OSM#unByKey" class=""> <a href="ol.source.OSM.html#unByKey">unByKey</a> </li> <li data-name="ol.source.OSM#unset" class=""> <a href="ol.source.OSM.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.Source"> <span class="title"> <a href="ol.source.Source.html">ol.source.Source</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Source#changed" class="unstable"> <a href="ol.source.Source.html#changed">changed</a> </li> <li data-name="ol.source.Source#get" class=""> <a href="ol.source.Source.html#get">get</a> </li> <li data-name="ol.source.Source#getAttributions" class=""> <a href="ol.source.Source.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Source#getKeys" class=""> <a href="ol.source.Source.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Source#getLogo" class=""> <a href="ol.source.Source.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Source#getProjection" class="unstable"> <a href="ol.source.Source.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Source#getProperties" class=""> <a href="ol.source.Source.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Source#getRevision" class="unstable"> <a href="ol.source.Source.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Source#getState" class="unstable"> <a href="ol.source.Source.html#getState">getState</a> </li> <li data-name="ol.source.Source#on" class=""> <a href="ol.source.Source.html#on">on</a> </li> <li data-name="ol.source.Source#once" class=""> <a href="ol.source.Source.html#once">once</a> </li> <li data-name="ol.source.Source#set" class=""> <a href="ol.source.Source.html#set">set</a> </li> <li data-name="ol.source.Source#setProperties" class=""> <a href="ol.source.Source.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Source#un" class=""> <a href="ol.source.Source.html#un">un</a> </li> <li data-name="ol.source.Source#unByKey" class=""> <a href="ol.source.Source.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Source#unset" class=""> <a href="ol.source.Source.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.Stamen"> <span class="title"> <a href="ol.source.Stamen.html">ol.source.Stamen</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Stamen#changed" class="unstable"> <a href="ol.source.Stamen.html#changed">changed</a> </li> <li data-name="ol.source.Stamen#get" class=""> <a href="ol.source.Stamen.html#get">get</a> </li> <li data-name="ol.source.Stamen#getAttributions" class=""> <a href="ol.source.Stamen.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Stamen#getKeys" class=""> <a href="ol.source.Stamen.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Stamen#getLogo" class=""> <a href="ol.source.Stamen.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Stamen#getProjection" class="unstable"> <a href="ol.source.Stamen.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Stamen#getProperties" class=""> <a href="ol.source.Stamen.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Stamen#getRevision" class="unstable"> <a href="ol.source.Stamen.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Stamen#getState" class="unstable"> <a href="ol.source.Stamen.html#getState">getState</a> </li> <li data-name="ol.source.Stamen#getTileGrid" class=""> <a href="ol.source.Stamen.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.Stamen#getTileLoadFunction" class="unstable"> <a href="ol.source.Stamen.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.Stamen#getTileUrlFunction" class="unstable"> <a href="ol.source.Stamen.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.Stamen#on" class=""> <a href="ol.source.Stamen.html#on">on</a> </li> <li data-name="ol.source.Stamen#once" class=""> <a href="ol.source.Stamen.html#once">once</a> </li> <li data-name="ol.source.Stamen#set" class=""> <a href="ol.source.Stamen.html#set">set</a> </li> <li data-name="ol.source.Stamen#setProperties" class=""> <a href="ol.source.Stamen.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Stamen#setTileLoadFunction" class="unstable"> <a href="ol.source.Stamen.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.Stamen#setTileUrlFunction" class="unstable"> <a href="ol.source.Stamen.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.Stamen#setUrl" class=""> <a href="ol.source.Stamen.html#setUrl">setUrl</a> </li> <li data-name="ol.source.Stamen#un" class=""> <a href="ol.source.Stamen.html#un">un</a> </li> <li data-name="ol.source.Stamen#unByKey" class=""> <a href="ol.source.Stamen.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Stamen#unset" class=""> <a href="ol.source.Stamen.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.Tile"> <span class="title"> <a href="ol.source.Tile.html">ol.source.Tile</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Tile#changed" class="unstable"> <a href="ol.source.Tile.html#changed">changed</a> </li> <li data-name="ol.source.Tile#get" class=""> <a href="ol.source.Tile.html#get">get</a> </li> <li data-name="ol.source.Tile#getAttributions" class=""> <a href="ol.source.Tile.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Tile#getKeys" class=""> <a href="ol.source.Tile.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Tile#getLogo" class=""> <a href="ol.source.Tile.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Tile#getProjection" class="unstable"> <a href="ol.source.Tile.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Tile#getProperties" class=""> <a href="ol.source.Tile.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Tile#getRevision" class="unstable"> <a href="ol.source.Tile.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Tile#getState" class="unstable"> <a href="ol.source.Tile.html#getState">getState</a> </li> <li data-name="ol.source.Tile#getTileGrid" class=""> <a href="ol.source.Tile.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.Tile#on" class=""> <a href="ol.source.Tile.html#on">on</a> </li> <li data-name="ol.source.Tile#once" class=""> <a href="ol.source.Tile.html#once">once</a> </li> <li data-name="ol.source.Tile#set" class=""> <a href="ol.source.Tile.html#set">set</a> </li> <li data-name="ol.source.Tile#setProperties" class=""> <a href="ol.source.Tile.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Tile#un" class=""> <a href="ol.source.Tile.html#un">un</a> </li> <li data-name="ol.source.Tile#unByKey" class=""> <a href="ol.source.Tile.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Tile#unset" class=""> <a href="ol.source.Tile.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileArcGISRest"> <span class="title"> <a href="ol.source.TileArcGISRest.html">ol.source.TileArcGISRest</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileArcGISRest#changed" class="unstable"> <a href="ol.source.TileArcGISRest.html#changed">changed</a> </li> <li data-name="ol.source.TileArcGISRest#get" class=""> <a href="ol.source.TileArcGISRest.html#get">get</a> </li> <li data-name="ol.source.TileArcGISRest#getAttributions" class=""> <a href="ol.source.TileArcGISRest.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileArcGISRest#getKeys" class=""> <a href="ol.source.TileArcGISRest.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileArcGISRest#getLogo" class=""> <a href="ol.source.TileArcGISRest.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileArcGISRest#getParams" class="unstable"> <a href="ol.source.TileArcGISRest.html#getParams">getParams</a> </li> <li data-name="ol.source.TileArcGISRest#getProjection" class="unstable"> <a href="ol.source.TileArcGISRest.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileArcGISRest#getProperties" class=""> <a href="ol.source.TileArcGISRest.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileArcGISRest#getRevision" class="unstable"> <a href="ol.source.TileArcGISRest.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileArcGISRest#getState" class="unstable"> <a href="ol.source.TileArcGISRest.html#getState">getState</a> </li> <li data-name="ol.source.TileArcGISRest#getTileGrid" class=""> <a href="ol.source.TileArcGISRest.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileArcGISRest#getTileLoadFunction" class="unstable"> <a href="ol.source.TileArcGISRest.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.TileArcGISRest#getTileUrlFunction" class="unstable"> <a href="ol.source.TileArcGISRest.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.TileArcGISRest#getUrls" class=""> <a href="ol.source.TileArcGISRest.html#getUrls">getUrls</a> </li> <li data-name="ol.source.TileArcGISRest#on" class=""> <a href="ol.source.TileArcGISRest.html#on">on</a> </li> <li data-name="ol.source.TileArcGISRest#once" class=""> <a href="ol.source.TileArcGISRest.html#once">once</a> </li> <li data-name="ol.source.TileArcGISRest#set" class=""> <a href="ol.source.TileArcGISRest.html#set">set</a> </li> <li data-name="ol.source.TileArcGISRest#setProperties" class=""> <a href="ol.source.TileArcGISRest.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileArcGISRest#setTileLoadFunction" class="unstable"> <a href="ol.source.TileArcGISRest.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.TileArcGISRest#setTileUrlFunction" class="unstable"> <a href="ol.source.TileArcGISRest.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.TileArcGISRest#setUrl" class=""> <a href="ol.source.TileArcGISRest.html#setUrl">setUrl</a> </li> <li data-name="ol.source.TileArcGISRest#setUrls" class=""> <a href="ol.source.TileArcGISRest.html#setUrls">setUrls</a> </li> <li data-name="ol.source.TileArcGISRest#un" class=""> <a href="ol.source.TileArcGISRest.html#un">un</a> </li> <li data-name="ol.source.TileArcGISRest#unByKey" class=""> <a href="ol.source.TileArcGISRest.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileArcGISRest#unset" class=""> <a href="ol.source.TileArcGISRest.html#unset">unset</a> </li> <li data-name="ol.source.TileArcGISRest#updateParams" class=""> <a href="ol.source.TileArcGISRest.html#updateParams">updateParams</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileDebug"> <span class="title"> <a href="ol.source.TileDebug.html">ol.source.TileDebug</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileDebug#changed" class="unstable"> <a href="ol.source.TileDebug.html#changed">changed</a> </li> <li data-name="ol.source.TileDebug#get" class=""> <a href="ol.source.TileDebug.html#get">get</a> </li> <li data-name="ol.source.TileDebug#getAttributions" class=""> <a href="ol.source.TileDebug.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileDebug#getKeys" class=""> <a href="ol.source.TileDebug.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileDebug#getLogo" class=""> <a href="ol.source.TileDebug.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileDebug#getProjection" class="unstable"> <a href="ol.source.TileDebug.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileDebug#getProperties" class=""> <a href="ol.source.TileDebug.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileDebug#getRevision" class="unstable"> <a href="ol.source.TileDebug.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileDebug#getState" class="unstable"> <a href="ol.source.TileDebug.html#getState">getState</a> </li> <li data-name="ol.source.TileDebug#getTileGrid" class=""> <a href="ol.source.TileDebug.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileDebug#on" class=""> <a href="ol.source.TileDebug.html#on">on</a> </li> <li data-name="ol.source.TileDebug#once" class=""> <a href="ol.source.TileDebug.html#once">once</a> </li> <li data-name="ol.source.TileDebug#set" class=""> <a href="ol.source.TileDebug.html#set">set</a> </li> <li data-name="ol.source.TileDebug#setProperties" class=""> <a href="ol.source.TileDebug.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileDebug#un" class=""> <a href="ol.source.TileDebug.html#un">un</a> </li> <li data-name="ol.source.TileDebug#unByKey" class=""> <a href="ol.source.TileDebug.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileDebug#unset" class=""> <a href="ol.source.TileDebug.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileEvent"> <span class="title"> <a href="ol.source.TileEvent.html">ol.source.TileEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.TileEvent#tile"><a href="ol.source.TileEvent.html#tile">tile</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.source.TileImage"> <span class="title"> <a href="ol.source.TileImage.html">ol.source.TileImage</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileImage#changed" class="unstable"> <a href="ol.source.TileImage.html#changed">changed</a> </li> <li data-name="ol.source.TileImage#get" class=""> <a href="ol.source.TileImage.html#get">get</a> </li> <li data-name="ol.source.TileImage#getAttributions" class=""> <a href="ol.source.TileImage.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileImage#getKeys" class=""> <a href="ol.source.TileImage.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileImage#getLogo" class=""> <a href="ol.source.TileImage.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileImage#getProjection" class="unstable"> <a href="ol.source.TileImage.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileImage#getProperties" class=""> <a href="ol.source.TileImage.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileImage#getRevision" class="unstable"> <a href="ol.source.TileImage.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileImage#getState" class="unstable"> <a href="ol.source.TileImage.html#getState">getState</a> </li> <li data-name="ol.source.TileImage#getTileGrid" class=""> <a href="ol.source.TileImage.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileImage#getTileLoadFunction" class="unstable"> <a href="ol.source.TileImage.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.TileImage#getTileUrlFunction" class="unstable"> <a href="ol.source.TileImage.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.TileImage#on" class=""> <a href="ol.source.TileImage.html#on">on</a> </li> <li data-name="ol.source.TileImage#once" class=""> <a href="ol.source.TileImage.html#once">once</a> </li> <li data-name="ol.source.TileImage#set" class=""> <a href="ol.source.TileImage.html#set">set</a> </li> <li data-name="ol.source.TileImage#setProperties" class=""> <a href="ol.source.TileImage.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileImage#setTileLoadFunction" class="unstable"> <a href="ol.source.TileImage.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.TileImage#setTileUrlFunction" class="unstable"> <a href="ol.source.TileImage.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.TileImage#un" class=""> <a href="ol.source.TileImage.html#un">un</a> </li> <li data-name="ol.source.TileImage#unByKey" class=""> <a href="ol.source.TileImage.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileImage#unset" class=""> <a href="ol.source.TileImage.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileJSON"> <span class="title"> <a href="ol.source.TileJSON.html">ol.source.TileJSON</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileJSON#changed" class="unstable"> <a href="ol.source.TileJSON.html#changed">changed</a> </li> <li data-name="ol.source.TileJSON#get" class=""> <a href="ol.source.TileJSON.html#get">get</a> </li> <li data-name="ol.source.TileJSON#getAttributions" class=""> <a href="ol.source.TileJSON.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileJSON#getKeys" class=""> <a href="ol.source.TileJSON.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileJSON#getLogo" class=""> <a href="ol.source.TileJSON.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileJSON#getProjection" class="unstable"> <a href="ol.source.TileJSON.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileJSON#getProperties" class=""> <a href="ol.source.TileJSON.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileJSON#getRevision" class="unstable"> <a href="ol.source.TileJSON.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileJSON#getState" class="unstable"> <a href="ol.source.TileJSON.html#getState">getState</a> </li> <li data-name="ol.source.TileJSON#getTileGrid" class=""> <a href="ol.source.TileJSON.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileJSON#getTileLoadFunction" class="unstable"> <a href="ol.source.TileJSON.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.TileJSON#getTileUrlFunction" class="unstable"> <a href="ol.source.TileJSON.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.TileJSON#on" class=""> <a href="ol.source.TileJSON.html#on">on</a> </li> <li data-name="ol.source.TileJSON#once" class=""> <a href="ol.source.TileJSON.html#once">once</a> </li> <li data-name="ol.source.TileJSON#set" class=""> <a href="ol.source.TileJSON.html#set">set</a> </li> <li data-name="ol.source.TileJSON#setProperties" class=""> <a href="ol.source.TileJSON.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileJSON#setTileLoadFunction" class="unstable"> <a href="ol.source.TileJSON.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.TileJSON#setTileUrlFunction" class="unstable"> <a href="ol.source.TileJSON.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.TileJSON#un" class=""> <a href="ol.source.TileJSON.html#un">un</a> </li> <li data-name="ol.source.TileJSON#unByKey" class=""> <a href="ol.source.TileJSON.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileJSON#unset" class=""> <a href="ol.source.TileJSON.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileUTFGrid"> <span class="title"> <a href="ol.source.TileUTFGrid.html">ol.source.TileUTFGrid</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileUTFGrid#changed" class="unstable"> <a href="ol.source.TileUTFGrid.html#changed">changed</a> </li> <li data-name="ol.source.TileUTFGrid#forDataAtCoordinateAndResolution" class="unstable"> <a href="ol.source.TileUTFGrid.html#forDataAtCoordinateAndResolution">forDataAtCoordinateAndResolution</a> </li> <li data-name="ol.source.TileUTFGrid#get" class=""> <a href="ol.source.TileUTFGrid.html#get">get</a> </li> <li data-name="ol.source.TileUTFGrid#getAttributions" class=""> <a href="ol.source.TileUTFGrid.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileUTFGrid#getKeys" class=""> <a href="ol.source.TileUTFGrid.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileUTFGrid#getLogo" class=""> <a href="ol.source.TileUTFGrid.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileUTFGrid#getProjection" class="unstable"> <a href="ol.source.TileUTFGrid.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileUTFGrid#getProperties" class=""> <a href="ol.source.TileUTFGrid.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileUTFGrid#getRevision" class="unstable"> <a href="ol.source.TileUTFGrid.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileUTFGrid#getState" class="unstable"> <a href="ol.source.TileUTFGrid.html#getState">getState</a> </li> <li data-name="ol.source.TileUTFGrid#getTemplate" class="unstable"> <a href="ol.source.TileUTFGrid.html#getTemplate">getTemplate</a> </li> <li data-name="ol.source.TileUTFGrid#getTileGrid" class=""> <a href="ol.source.TileUTFGrid.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileUTFGrid#on" class=""> <a href="ol.source.TileUTFGrid.html#on">on</a> </li> <li data-name="ol.source.TileUTFGrid#once" class=""> <a href="ol.source.TileUTFGrid.html#once">once</a> </li> <li data-name="ol.source.TileUTFGrid#set" class=""> <a href="ol.source.TileUTFGrid.html#set">set</a> </li> <li data-name="ol.source.TileUTFGrid#setProperties" class=""> <a href="ol.source.TileUTFGrid.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileUTFGrid#un" class=""> <a href="ol.source.TileUTFGrid.html#un">un</a> </li> <li data-name="ol.source.TileUTFGrid#unByKey" class=""> <a href="ol.source.TileUTFGrid.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileUTFGrid#unset" class=""> <a href="ol.source.TileUTFGrid.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileVector"> <span class="title"> <a href="ol.source.TileVector.html">ol.source.TileVector</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileVector#addFeature" class=""> <a href="ol.source.TileVector.html#addFeature">addFeature</a> </li> <li data-name="ol.source.TileVector#addFeatures" class=""> <a href="ol.source.TileVector.html#addFeatures">addFeatures</a> </li> <li data-name="ol.source.TileVector#changed" class="unstable"> <a href="ol.source.TileVector.html#changed">changed</a> </li> <li data-name="ol.source.TileVector#clear" class=""> <a href="ol.source.TileVector.html#clear">clear</a> </li> <li data-name="ol.source.TileVector#forEachFeature" class=""> <a href="ol.source.TileVector.html#forEachFeature">forEachFeature</a> </li> <li data-name="ol.source.TileVector#forEachFeatureInExtent" class="unstable"> <a href="ol.source.TileVector.html#forEachFeatureInExtent">forEachFeatureInExtent</a> </li> <li data-name="ol.source.TileVector#forEachFeatureIntersectingExtent" class="unstable"> <a href="ol.source.TileVector.html#forEachFeatureIntersectingExtent">forEachFeatureIntersectingExtent</a> </li> <li data-name="ol.source.TileVector#get" class=""> <a href="ol.source.TileVector.html#get">get</a> </li> <li data-name="ol.source.TileVector#getAttributions" class=""> <a href="ol.source.TileVector.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileVector#getClosestFeatureToCoordinate" class=""> <a href="ol.source.TileVector.html#getClosestFeatureToCoordinate">getClosestFeatureToCoordinate</a> </li> <li data-name="ol.source.TileVector#getExtent" class=""> <a href="ol.source.TileVector.html#getExtent">getExtent</a> </li> <li data-name="ol.source.TileVector#getFeatureById" class=""> <a href="ol.source.TileVector.html#getFeatureById">getFeatureById</a> </li> <li data-name="ol.source.TileVector#getFeatures" class=""> <a href="ol.source.TileVector.html#getFeatures">getFeatures</a> </li> <li data-name="ol.source.TileVector#getFeaturesAtCoordinate" class=""> <a href="ol.source.TileVector.html#getFeaturesAtCoordinate">getFeaturesAtCoordinate</a> </li> <li data-name="ol.source.TileVector#getFeaturesAtCoordinateAndResolution" class="unstable"> <a href="ol.source.TileVector.html#getFeaturesAtCoordinateAndResolution">getFeaturesAtCoordinateAndResolution</a> </li> <li data-name="ol.source.TileVector#getFeaturesCollection" class="unstable"> <a href="ol.source.TileVector.html#getFeaturesCollection">getFeaturesCollection</a> </li> <li data-name="ol.source.TileVector#getFeaturesInExtent" class="unstable"> <a href="ol.source.TileVector.html#getFeaturesInExtent">getFeaturesInExtent</a> </li> <li data-name="ol.source.TileVector#getKeys" class=""> <a href="ol.source.TileVector.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileVector#getLogo" class=""> <a href="ol.source.TileVector.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileVector#getProjection" class="unstable"> <a href="ol.source.TileVector.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileVector#getProperties" class=""> <a href="ol.source.TileVector.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileVector#getRevision" class="unstable"> <a href="ol.source.TileVector.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileVector#getState" class="unstable"> <a href="ol.source.TileVector.html#getState">getState</a> </li> <li data-name="ol.source.TileVector#on" class=""> <a href="ol.source.TileVector.html#on">on</a> </li> <li data-name="ol.source.TileVector#once" class=""> <a href="ol.source.TileVector.html#once">once</a> </li> <li data-name="ol.source.TileVector#removeFeature" class=""> <a href="ol.source.TileVector.html#removeFeature">removeFeature</a> </li> <li data-name="ol.source.TileVector#set" class=""> <a href="ol.source.TileVector.html#set">set</a> </li> <li data-name="ol.source.TileVector#setProperties" class=""> <a href="ol.source.TileVector.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileVector#un" class=""> <a href="ol.source.TileVector.html#un">un</a> </li> <li data-name="ol.source.TileVector#unByKey" class=""> <a href="ol.source.TileVector.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileVector#unset" class=""> <a href="ol.source.TileVector.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.source.VectorEvent#event:addfeature" class=""> <a href="ol.source.VectorEvent.html#event:addfeature">addfeature</a> </li> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.source.VectorEvent#event:changefeature" class="unstable"> <a href="ol.source.VectorEvent.html#event:changefeature">changefeature</a> </li> <li data-name="ol.source.VectorEvent#event:clear" class="unstable"> <a href="ol.source.VectorEvent.html#event:clear">clear</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.VectorEvent#event:removefeature" class=""> <a href="ol.source.VectorEvent.html#event:removefeature">removefeature</a> </li> </ul> </li> <li class="item" data-name="ol.source.TileWMS"> <span class="title"> <a href="ol.source.TileWMS.html">ol.source.TileWMS</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.TileWMS#changed" class="unstable"> <a href="ol.source.TileWMS.html#changed">changed</a> </li> <li data-name="ol.source.TileWMS#get" class=""> <a href="ol.source.TileWMS.html#get">get</a> </li> <li data-name="ol.source.TileWMS#getAttributions" class=""> <a href="ol.source.TileWMS.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.TileWMS#getGetFeatureInfoUrl" class=""> <a href="ol.source.TileWMS.html#getGetFeatureInfoUrl">getGetFeatureInfoUrl</a> </li> <li data-name="ol.source.TileWMS#getKeys" class=""> <a href="ol.source.TileWMS.html#getKeys">getKeys</a> </li> <li data-name="ol.source.TileWMS#getLogo" class=""> <a href="ol.source.TileWMS.html#getLogo">getLogo</a> </li> <li data-name="ol.source.TileWMS#getParams" class=""> <a href="ol.source.TileWMS.html#getParams">getParams</a> </li> <li data-name="ol.source.TileWMS#getProjection" class="unstable"> <a href="ol.source.TileWMS.html#getProjection">getProjection</a> </li> <li data-name="ol.source.TileWMS#getProperties" class=""> <a href="ol.source.TileWMS.html#getProperties">getProperties</a> </li> <li data-name="ol.source.TileWMS#getRevision" class="unstable"> <a href="ol.source.TileWMS.html#getRevision">getRevision</a> </li> <li data-name="ol.source.TileWMS#getState" class="unstable"> <a href="ol.source.TileWMS.html#getState">getState</a> </li> <li data-name="ol.source.TileWMS#getTileGrid" class=""> <a href="ol.source.TileWMS.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.TileWMS#getTileLoadFunction" class="unstable"> <a href="ol.source.TileWMS.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.TileWMS#getTileUrlFunction" class="unstable"> <a href="ol.source.TileWMS.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.TileWMS#getUrls" class=""> <a href="ol.source.TileWMS.html#getUrls">getUrls</a> </li> <li data-name="ol.source.TileWMS#on" class=""> <a href="ol.source.TileWMS.html#on">on</a> </li> <li data-name="ol.source.TileWMS#once" class=""> <a href="ol.source.TileWMS.html#once">once</a> </li> <li data-name="ol.source.TileWMS#set" class=""> <a href="ol.source.TileWMS.html#set">set</a> </li> <li data-name="ol.source.TileWMS#setProperties" class=""> <a href="ol.source.TileWMS.html#setProperties">setProperties</a> </li> <li data-name="ol.source.TileWMS#setTileLoadFunction" class="unstable"> <a href="ol.source.TileWMS.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.TileWMS#setTileUrlFunction" class="unstable"> <a href="ol.source.TileWMS.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.TileWMS#setUrl" class=""> <a href="ol.source.TileWMS.html#setUrl">setUrl</a> </li> <li data-name="ol.source.TileWMS#setUrls" class=""> <a href="ol.source.TileWMS.html#setUrls">setUrls</a> </li> <li data-name="ol.source.TileWMS#un" class=""> <a href="ol.source.TileWMS.html#un">un</a> </li> <li data-name="ol.source.TileWMS#unByKey" class=""> <a href="ol.source.TileWMS.html#unByKey">unByKey</a> </li> <li data-name="ol.source.TileWMS#unset" class=""> <a href="ol.source.TileWMS.html#unset">unset</a> </li> <li data-name="ol.source.TileWMS#updateParams" class=""> <a href="ol.source.TileWMS.html#updateParams">updateParams</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.Vector"> <span class="title"> <a href="ol.source.Vector.html">ol.source.Vector</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Vector#addFeature" class=""> <a href="ol.source.Vector.html#addFeature">addFeature</a> </li> <li data-name="ol.source.Vector#addFeatures" class=""> <a href="ol.source.Vector.html#addFeatures">addFeatures</a> </li> <li data-name="ol.source.Vector#changed" class="unstable"> <a href="ol.source.Vector.html#changed">changed</a> </li> <li data-name="ol.source.Vector#clear" class=""> <a href="ol.source.Vector.html#clear">clear</a> </li> <li data-name="ol.source.Vector#forEachFeature" class=""> <a href="ol.source.Vector.html#forEachFeature">forEachFeature</a> </li> <li data-name="ol.source.Vector#forEachFeatureInExtent" class="unstable"> <a href="ol.source.Vector.html#forEachFeatureInExtent">forEachFeatureInExtent</a> </li> <li data-name="ol.source.Vector#forEachFeatureIntersectingExtent" class="unstable"> <a href="ol.source.Vector.html#forEachFeatureIntersectingExtent">forEachFeatureIntersectingExtent</a> </li> <li data-name="ol.source.Vector#get" class=""> <a href="ol.source.Vector.html#get">get</a> </li> <li data-name="ol.source.Vector#getAttributions" class=""> <a href="ol.source.Vector.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Vector#getClosestFeatureToCoordinate" class=""> <a href="ol.source.Vector.html#getClosestFeatureToCoordinate">getClosestFeatureToCoordinate</a> </li> <li data-name="ol.source.Vector#getExtent" class=""> <a href="ol.source.Vector.html#getExtent">getExtent</a> </li> <li data-name="ol.source.Vector#getFeatureById" class=""> <a href="ol.source.Vector.html#getFeatureById">getFeatureById</a> </li> <li data-name="ol.source.Vector#getFeatures" class=""> <a href="ol.source.Vector.html#getFeatures">getFeatures</a> </li> <li data-name="ol.source.Vector#getFeaturesAtCoordinate" class=""> <a href="ol.source.Vector.html#getFeaturesAtCoordinate">getFeaturesAtCoordinate</a> </li> <li data-name="ol.source.Vector#getFeaturesCollection" class="unstable"> <a href="ol.source.Vector.html#getFeaturesCollection">getFeaturesCollection</a> </li> <li data-name="ol.source.Vector#getFeaturesInExtent" class="unstable"> <a href="ol.source.Vector.html#getFeaturesInExtent">getFeaturesInExtent</a> </li> <li data-name="ol.source.Vector#getKeys" class=""> <a href="ol.source.Vector.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Vector#getLogo" class=""> <a href="ol.source.Vector.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Vector#getProjection" class="unstable"> <a href="ol.source.Vector.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Vector#getProperties" class=""> <a href="ol.source.Vector.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Vector#getRevision" class="unstable"> <a href="ol.source.Vector.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Vector#getState" class="unstable"> <a href="ol.source.Vector.html#getState">getState</a> </li> <li data-name="ol.source.Vector#on" class=""> <a href="ol.source.Vector.html#on">on</a> </li> <li data-name="ol.source.Vector#once" class=""> <a href="ol.source.Vector.html#once">once</a> </li> <li data-name="ol.source.Vector#removeFeature" class=""> <a href="ol.source.Vector.html#removeFeature">removeFeature</a> </li> <li data-name="ol.source.Vector#set" class=""> <a href="ol.source.Vector.html#set">set</a> </li> <li data-name="ol.source.Vector#setProperties" class=""> <a href="ol.source.Vector.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Vector#un" class=""> <a href="ol.source.Vector.html#un">un</a> </li> <li data-name="ol.source.Vector#unByKey" class=""> <a href="ol.source.Vector.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Vector#unset" class=""> <a href="ol.source.Vector.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="ol.source.VectorEvent#event:addfeature" class=""> <a href="ol.source.VectorEvent.html#event:addfeature">addfeature</a> </li> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.source.VectorEvent#event:changefeature" class="unstable"> <a href="ol.source.VectorEvent.html#event:changefeature">changefeature</a> </li> <li data-name="ol.source.VectorEvent#event:clear" class="unstable"> <a href="ol.source.VectorEvent.html#event:clear">clear</a> </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.VectorEvent#event:removefeature" class=""> <a href="ol.source.VectorEvent.html#event:removefeature">removefeature</a> </li> </ul> </li> <li class="item" data-name="ol.source.VectorEvent"> <span class="title"> <a href="ol.source.VectorEvent.html">ol.source.VectorEvent</a> </span> <ul class="members itemMembers"> <span class="subtitle">Members</span> <li data-name="ol.source.VectorEvent#feature"><a href="ol.source.VectorEvent.html#feature">feature</a></li> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.source.WMTS"> <span class="title"> <a href="ol.source.WMTS.html">ol.source.WMTS</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.WMTS.optionsFromCapabilities" class="unstable"> <a href="ol.source.WMTS.html#optionsFromCapabilities">optionsFromCapabilities</a> </li> <li data-name="ol.source.WMTS#changed" class="unstable"> <a href="ol.source.WMTS.html#changed">changed</a> </li> <li data-name="ol.source.WMTS#get" class=""> <a href="ol.source.WMTS.html#get">get</a> </li> <li data-name="ol.source.WMTS#getAttributions" class=""> <a href="ol.source.WMTS.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.WMTS#getDimensions" class="unstable"> <a href="ol.source.WMTS.html#getDimensions">getDimensions</a> </li> <li data-name="ol.source.WMTS#getFormat" class="unstable"> <a href="ol.source.WMTS.html#getFormat">getFormat</a> </li> <li data-name="ol.source.WMTS#getKeys" class=""> <a href="ol.source.WMTS.html#getKeys">getKeys</a> </li> <li data-name="ol.source.WMTS#getLayer" class="unstable"> <a href="ol.source.WMTS.html#getLayer">getLayer</a> </li> <li data-name="ol.source.WMTS#getLogo" class=""> <a href="ol.source.WMTS.html#getLogo">getLogo</a> </li> <li data-name="ol.source.WMTS#getMatrixSet" class="unstable"> <a href="ol.source.WMTS.html#getMatrixSet">getMatrixSet</a> </li> <li data-name="ol.source.WMTS#getProjection" class="unstable"> <a href="ol.source.WMTS.html#getProjection">getProjection</a> </li> <li data-name="ol.source.WMTS#getProperties" class=""> <a href="ol.source.WMTS.html#getProperties">getProperties</a> </li> <li data-name="ol.source.WMTS#getRequestEncoding" class="unstable"> <a href="ol.source.WMTS.html#getRequestEncoding">getRequestEncoding</a> </li> <li data-name="ol.source.WMTS#getRevision" class="unstable"> <a href="ol.source.WMTS.html#getRevision">getRevision</a> </li> <li data-name="ol.source.WMTS#getState" class="unstable"> <a href="ol.source.WMTS.html#getState">getState</a> </li> <li data-name="ol.source.WMTS#getStyle" class="unstable"> <a href="ol.source.WMTS.html#getStyle">getStyle</a> </li> <li data-name="ol.source.WMTS#getTileGrid" class=""> <a href="ol.source.WMTS.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.WMTS#getTileLoadFunction" class="unstable"> <a href="ol.source.WMTS.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.WMTS#getTileUrlFunction" class="unstable"> <a href="ol.source.WMTS.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.WMTS#getUrls" class="unstable"> <a href="ol.source.WMTS.html#getUrls">getUrls</a> </li> <li data-name="ol.source.WMTS#getVersion" class="unstable"> <a href="ol.source.WMTS.html#getVersion">getVersion</a> </li> <li data-name="ol.source.WMTS#on" class=""> <a href="ol.source.WMTS.html#on">on</a> </li> <li data-name="ol.source.WMTS#once" class=""> <a href="ol.source.WMTS.html#once">once</a> </li> <li data-name="ol.source.WMTS#set" class=""> <a href="ol.source.WMTS.html#set">set</a> </li> <li data-name="ol.source.WMTS#setProperties" class=""> <a href="ol.source.WMTS.html#setProperties">setProperties</a> </li> <li data-name="ol.source.WMTS#setTileLoadFunction" class="unstable"> <a href="ol.source.WMTS.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.WMTS#setTileUrlFunction" class="unstable"> <a href="ol.source.WMTS.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.WMTS#un" class=""> <a href="ol.source.WMTS.html#un">un</a> </li> <li data-name="ol.source.WMTS#unByKey" class=""> <a href="ol.source.WMTS.html#unByKey">unByKey</a> </li> <li data-name="ol.source.WMTS#unset" class=""> <a href="ol.source.WMTS.html#unset">unset</a> </li> <li data-name="ol.source.WMTS#updateDimensions" class="unstable"> <a href="ol.source.WMTS.html#updateDimensions">updateDimensions</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.XYZ"> <span class="title"> <a href="ol.source.XYZ.html">ol.source.XYZ</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.XYZ#changed" class="unstable"> <a href="ol.source.XYZ.html#changed">changed</a> </li> <li data-name="ol.source.XYZ#get" class=""> <a href="ol.source.XYZ.html#get">get</a> </li> <li data-name="ol.source.XYZ#getAttributions" class=""> <a href="ol.source.XYZ.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.XYZ#getKeys" class=""> <a href="ol.source.XYZ.html#getKeys">getKeys</a> </li> <li data-name="ol.source.XYZ#getLogo" class=""> <a href="ol.source.XYZ.html#getLogo">getLogo</a> </li> <li data-name="ol.source.XYZ#getProjection" class="unstable"> <a href="ol.source.XYZ.html#getProjection">getProjection</a> </li> <li data-name="ol.source.XYZ#getProperties" class=""> <a href="ol.source.XYZ.html#getProperties">getProperties</a> </li> <li data-name="ol.source.XYZ#getRevision" class="unstable"> <a href="ol.source.XYZ.html#getRevision">getRevision</a> </li> <li data-name="ol.source.XYZ#getState" class="unstable"> <a href="ol.source.XYZ.html#getState">getState</a> </li> <li data-name="ol.source.XYZ#getTileGrid" class=""> <a href="ol.source.XYZ.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.XYZ#getTileLoadFunction" class="unstable"> <a href="ol.source.XYZ.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.XYZ#getTileUrlFunction" class="unstable"> <a href="ol.source.XYZ.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.XYZ#on" class=""> <a href="ol.source.XYZ.html#on">on</a> </li> <li data-name="ol.source.XYZ#once" class=""> <a href="ol.source.XYZ.html#once">once</a> </li> <li data-name="ol.source.XYZ#set" class=""> <a href="ol.source.XYZ.html#set">set</a> </li> <li data-name="ol.source.XYZ#setProperties" class=""> <a href="ol.source.XYZ.html#setProperties">setProperties</a> </li> <li data-name="ol.source.XYZ#setTileLoadFunction" class="unstable"> <a href="ol.source.XYZ.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.XYZ#setTileUrlFunction" class="unstable"> <a href="ol.source.XYZ.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.XYZ#setUrl" class=""> <a href="ol.source.XYZ.html#setUrl">setUrl</a> </li> <li data-name="ol.source.XYZ#un" class=""> <a href="ol.source.XYZ.html#un">un</a> </li> <li data-name="ol.source.XYZ#unByKey" class=""> <a href="ol.source.XYZ.html#unByKey">unByKey</a> </li> <li data-name="ol.source.XYZ#unset" class=""> <a href="ol.source.XYZ.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.Zoomify"> <span class="title"> <a href="ol.source.Zoomify.html">ol.source.Zoomify</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.source.Zoomify#changed" class="unstable"> <a href="ol.source.Zoomify.html#changed">changed</a> </li> <li data-name="ol.source.Zoomify#get" class=""> <a href="ol.source.Zoomify.html#get">get</a> </li> <li data-name="ol.source.Zoomify#getAttributions" class=""> <a href="ol.source.Zoomify.html#getAttributions">getAttributions</a> </li> <li data-name="ol.source.Zoomify#getKeys" class=""> <a href="ol.source.Zoomify.html#getKeys">getKeys</a> </li> <li data-name="ol.source.Zoomify#getLogo" class=""> <a href="ol.source.Zoomify.html#getLogo">getLogo</a> </li> <li data-name="ol.source.Zoomify#getProjection" class="unstable"> <a href="ol.source.Zoomify.html#getProjection">getProjection</a> </li> <li data-name="ol.source.Zoomify#getProperties" class=""> <a href="ol.source.Zoomify.html#getProperties">getProperties</a> </li> <li data-name="ol.source.Zoomify#getRevision" class="unstable"> <a href="ol.source.Zoomify.html#getRevision">getRevision</a> </li> <li data-name="ol.source.Zoomify#getState" class="unstable"> <a href="ol.source.Zoomify.html#getState">getState</a> </li> <li data-name="ol.source.Zoomify#getTileGrid" class=""> <a href="ol.source.Zoomify.html#getTileGrid">getTileGrid</a> </li> <li data-name="ol.source.Zoomify#getTileLoadFunction" class="unstable"> <a href="ol.source.Zoomify.html#getTileLoadFunction">getTileLoadFunction</a> </li> <li data-name="ol.source.Zoomify#getTileUrlFunction" class="unstable"> <a href="ol.source.Zoomify.html#getTileUrlFunction">getTileUrlFunction</a> </li> <li data-name="ol.source.Zoomify#on" class=""> <a href="ol.source.Zoomify.html#on">on</a> </li> <li data-name="ol.source.Zoomify#once" class=""> <a href="ol.source.Zoomify.html#once">once</a> </li> <li data-name="ol.source.Zoomify#set" class=""> <a href="ol.source.Zoomify.html#set">set</a> </li> <li data-name="ol.source.Zoomify#setProperties" class=""> <a href="ol.source.Zoomify.html#setProperties">setProperties</a> </li> <li data-name="ol.source.Zoomify#setTileLoadFunction" class="unstable"> <a href="ol.source.Zoomify.html#setTileLoadFunction">setTileLoadFunction</a> </li> <li data-name="ol.source.Zoomify#setTileUrlFunction" class="unstable"> <a href="ol.source.Zoomify.html#setTileUrlFunction">setTileUrlFunction</a> </li> <li data-name="ol.source.Zoomify#un" class=""> <a href="ol.source.Zoomify.html#un">un</a> </li> <li data-name="ol.source.Zoomify#unByKey" class=""> <a href="ol.source.Zoomify.html#unByKey">unByKey</a> </li> <li data-name="ol.source.Zoomify#unset" class=""> <a href="ol.source.Zoomify.html#unset">unset</a> </li> </ul> <ul class="fires itemMembers"> <span class="subtitle">Fires</span> <li data-name="event:change Triggered when the state of the source changes." class="unstable"> change Triggered when the state of the source changes. </li> <li data-name="ol.ObjectEvent#event:propertychange" class=""> <a href="ol.ObjectEvent.html#event:propertychange">propertychange</a> </li> <li data-name="ol.source.TileEvent#event:tileloadend" class=""> <a href="ol.source.TileEvent.html#event:tileloadend">tileloadend</a> </li> <li data-name="ol.source.TileEvent#event:tileloaderror" class=""> <a href="ol.source.TileEvent.html#event:tileloaderror">tileloaderror</a> </li> <li data-name="ol.source.TileEvent#event:tileloadstart" class=""> <a href="ol.source.TileEvent.html#event:tileloadstart">tileloadstart</a> </li> </ul> </li> <li class="item" data-name="ol.source.wms"> <span class="title"> <a href="ol.source.wms.html">ol.source.wms</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.source.wms.ServerType" class="unstable"> <a href="ol.source.wms.html#ServerType">ServerType</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style"> <span class="title"> <a href="ol.style.html">ol.style</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> <span class="subtitle">Typedefs</span> <li data-name="ol.style.GeometryFunction" class="unstable"> <a href="ol.style.html#GeometryFunction">GeometryFunction</a> </li> <li data-name="ol.style.IconAnchorUnits" class="unstable"> <a href="ol.style.html#IconAnchorUnits">IconAnchorUnits</a> </li> <li data-name="ol.style.IconOrigin" class="unstable"> <a href="ol.style.html#IconOrigin">IconOrigin</a> </li> <li data-name="ol.style.StyleFunction" class="unstable"> <a href="ol.style.html#StyleFunction">StyleFunction</a> </li> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.AtlasManager"> <span class="title"> <a href="ol.style.AtlasManager.html">ol.style.AtlasManager</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Circle"> <span class="title"> <a href="ol.style.Circle.html">ol.style.Circle</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Circle#getAnchor" class="unstable"> <a href="ol.style.Circle.html#getAnchor">getAnchor</a> </li> <li data-name="ol.style.Circle#getFill" class="unstable"> <a href="ol.style.Circle.html#getFill">getFill</a> </li> <li data-name="ol.style.Circle#getImage" class="unstable"> <a href="ol.style.Circle.html#getImage">getImage</a> </li> <li data-name="ol.style.Circle#getOpacity" class="unstable"> <a href="ol.style.Circle.html#getOpacity">getOpacity</a> </li> <li data-name="ol.style.Circle#getOrigin" class="unstable"> <a href="ol.style.Circle.html#getOrigin">getOrigin</a> </li> <li data-name="ol.style.Circle#getRadius" class="unstable"> <a href="ol.style.Circle.html#getRadius">getRadius</a> </li> <li data-name="ol.style.Circle#getRotateWithView" class="unstable"> <a href="ol.style.Circle.html#getRotateWithView">getRotateWithView</a> </li> <li data-name="ol.style.Circle#getRotation" class="unstable"> <a href="ol.style.Circle.html#getRotation">getRotation</a> </li> <li data-name="ol.style.Circle#getScale" class="unstable"> <a href="ol.style.Circle.html#getScale">getScale</a> </li> <li data-name="ol.style.Circle#getSize" class="unstable"> <a href="ol.style.Circle.html#getSize">getSize</a> </li> <li data-name="ol.style.Circle#getSnapToPixel" class="unstable"> <a href="ol.style.Circle.html#getSnapToPixel">getSnapToPixel</a> </li> <li data-name="ol.style.Circle#getStroke" class="unstable"> <a href="ol.style.Circle.html#getStroke">getStroke</a> </li> <li data-name="ol.style.Circle#setRotation" class="unstable"> <a href="ol.style.Circle.html#setRotation">setRotation</a> </li> <li data-name="ol.style.Circle#setScale" class="unstable"> <a href="ol.style.Circle.html#setScale">setScale</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Fill"> <span class="title"> <a href="ol.style.Fill.html">ol.style.Fill</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Fill#getColor" class="unstable"> <a href="ol.style.Fill.html#getColor">getColor</a> </li> <li data-name="ol.style.Fill#setColor" class="unstable"> <a href="ol.style.Fill.html#setColor">setColor</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Icon"> <span class="title"> <a href="ol.style.Icon.html">ol.style.Icon</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Icon#getAnchor" class="unstable"> <a href="ol.style.Icon.html#getAnchor">getAnchor</a> </li> <li data-name="ol.style.Icon#getImage" class="unstable"> <a href="ol.style.Icon.html#getImage">getImage</a> </li> <li data-name="ol.style.Icon#getOpacity" class="unstable"> <a href="ol.style.Icon.html#getOpacity">getOpacity</a> </li> <li data-name="ol.style.Icon#getOrigin" class="unstable"> <a href="ol.style.Icon.html#getOrigin">getOrigin</a> </li> <li data-name="ol.style.Icon#getRotateWithView" class="unstable"> <a href="ol.style.Icon.html#getRotateWithView">getRotateWithView</a> </li> <li data-name="ol.style.Icon#getRotation" class="unstable"> <a href="ol.style.Icon.html#getRotation">getRotation</a> </li> <li data-name="ol.style.Icon#getScale" class="unstable"> <a href="ol.style.Icon.html#getScale">getScale</a> </li> <li data-name="ol.style.Icon#getSize" class="unstable"> <a href="ol.style.Icon.html#getSize">getSize</a> </li> <li data-name="ol.style.Icon#getSnapToPixel" class="unstable"> <a href="ol.style.Icon.html#getSnapToPixel">getSnapToPixel</a> </li> <li data-name="ol.style.Icon#getSrc" class="unstable"> <a href="ol.style.Icon.html#getSrc">getSrc</a> </li> <li data-name="ol.style.Icon#setRotation" class="unstable"> <a href="ol.style.Icon.html#setRotation">setRotation</a> </li> <li data-name="ol.style.Icon#setScale" class="unstable"> <a href="ol.style.Icon.html#setScale">setScale</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Image"> <span class="title"> <a href="ol.style.Image.html">ol.style.Image</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Image#getOpacity" class="unstable"> <a href="ol.style.Image.html#getOpacity">getOpacity</a> </li> <li data-name="ol.style.Image#getRotateWithView" class="unstable"> <a href="ol.style.Image.html#getRotateWithView">getRotateWithView</a> </li> <li data-name="ol.style.Image#getRotation" class="unstable"> <a href="ol.style.Image.html#getRotation">getRotation</a> </li> <li data-name="ol.style.Image#getScale" class="unstable"> <a href="ol.style.Image.html#getScale">getScale</a> </li> <li data-name="ol.style.Image#getSnapToPixel" class="unstable"> <a href="ol.style.Image.html#getSnapToPixel">getSnapToPixel</a> </li> <li data-name="ol.style.Image#setRotation" class="unstable"> <a href="ol.style.Image.html#setRotation">setRotation</a> </li> <li data-name="ol.style.Image#setScale" class="unstable"> <a href="ol.style.Image.html#setScale">setScale</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.RegularShape"> <span class="title"> <a href="ol.style.RegularShape.html">ol.style.RegularShape</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.RegularShape#getAnchor" class="unstable"> <a href="ol.style.RegularShape.html#getAnchor">getAnchor</a> </li> <li data-name="ol.style.RegularShape#getAngle" class="unstable"> <a href="ol.style.RegularShape.html#getAngle">getAngle</a> </li> <li data-name="ol.style.RegularShape#getFill" class="unstable"> <a href="ol.style.RegularShape.html#getFill">getFill</a> </li> <li data-name="ol.style.RegularShape#getImage" class="unstable"> <a href="ol.style.RegularShape.html#getImage">getImage</a> </li> <li data-name="ol.style.RegularShape#getOpacity" class="unstable"> <a href="ol.style.RegularShape.html#getOpacity">getOpacity</a> </li> <li data-name="ol.style.RegularShape#getOrigin" class="unstable"> <a href="ol.style.RegularShape.html#getOrigin">getOrigin</a> </li> <li data-name="ol.style.RegularShape#getPoints" class="unstable"> <a href="ol.style.RegularShape.html#getPoints">getPoints</a> </li> <li data-name="ol.style.RegularShape#getRadius" class="unstable"> <a href="ol.style.RegularShape.html#getRadius">getRadius</a> </li> <li data-name="ol.style.RegularShape#getRadius2" class="unstable"> <a href="ol.style.RegularShape.html#getRadius2">getRadius2</a> </li> <li data-name="ol.style.RegularShape#getRotateWithView" class="unstable"> <a href="ol.style.RegularShape.html#getRotateWithView">getRotateWithView</a> </li> <li data-name="ol.style.RegularShape#getRotation" class="unstable"> <a href="ol.style.RegularShape.html#getRotation">getRotation</a> </li> <li data-name="ol.style.RegularShape#getScale" class="unstable"> <a href="ol.style.RegularShape.html#getScale">getScale</a> </li> <li data-name="ol.style.RegularShape#getSize" class="unstable"> <a href="ol.style.RegularShape.html#getSize">getSize</a> </li> <li data-name="ol.style.RegularShape#getSnapToPixel" class="unstable"> <a href="ol.style.RegularShape.html#getSnapToPixel">getSnapToPixel</a> </li> <li data-name="ol.style.RegularShape#getStroke" class="unstable"> <a href="ol.style.RegularShape.html#getStroke">getStroke</a> </li> <li data-name="ol.style.RegularShape#setRotation" class="unstable"> <a href="ol.style.RegularShape.html#setRotation">setRotation</a> </li> <li data-name="ol.style.RegularShape#setScale" class="unstable"> <a href="ol.style.RegularShape.html#setScale">setScale</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Stroke"> <span class="title"> <a href="ol.style.Stroke.html">ol.style.Stroke</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Stroke#getColor" class="unstable"> <a href="ol.style.Stroke.html#getColor">getColor</a> </li> <li data-name="ol.style.Stroke#getLineCap" class="unstable"> <a href="ol.style.Stroke.html#getLineCap">getLineCap</a> </li> <li data-name="ol.style.Stroke#getLineDash" class="unstable"> <a href="ol.style.Stroke.html#getLineDash">getLineDash</a> </li> <li data-name="ol.style.Stroke#getLineJoin" class="unstable"> <a href="ol.style.Stroke.html#getLineJoin">getLineJoin</a> </li> <li data-name="ol.style.Stroke#getMiterLimit" class="unstable"> <a href="ol.style.Stroke.html#getMiterLimit">getMiterLimit</a> </li> <li data-name="ol.style.Stroke#getWidth" class="unstable"> <a href="ol.style.Stroke.html#getWidth">getWidth</a> </li> <li data-name="ol.style.Stroke#setColor" class="unstable"> <a href="ol.style.Stroke.html#setColor">setColor</a> </li> <li data-name="ol.style.Stroke#setLineCap" class="unstable"> <a href="ol.style.Stroke.html#setLineCap">setLineCap</a> </li> <li data-name="ol.style.Stroke#setLineDash" class="unstable"> <a href="ol.style.Stroke.html#setLineDash">setLineDash</a> </li> <li data-name="ol.style.Stroke#setLineJoin" class="unstable"> <a href="ol.style.Stroke.html#setLineJoin">setLineJoin</a> </li> <li data-name="ol.style.Stroke#setMiterLimit" class="unstable"> <a href="ol.style.Stroke.html#setMiterLimit">setMiterLimit</a> </li> <li data-name="ol.style.Stroke#setWidth" class="unstable"> <a href="ol.style.Stroke.html#setWidth">setWidth</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Style"> <span class="title"> <a href="ol.style.Style.html">ol.style.Style</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Style#getFill" class="unstable"> <a href="ol.style.Style.html#getFill">getFill</a> </li> <li data-name="ol.style.Style#getGeometry" class="unstable"> <a href="ol.style.Style.html#getGeometry">getGeometry</a> </li> <li data-name="ol.style.Style#getGeometryFunction" class="unstable"> <a href="ol.style.Style.html#getGeometryFunction">getGeometryFunction</a> </li> <li data-name="ol.style.Style#getImage" class="unstable"> <a href="ol.style.Style.html#getImage">getImage</a> </li> <li data-name="ol.style.Style#getStroke" class="unstable"> <a href="ol.style.Style.html#getStroke">getStroke</a> </li> <li data-name="ol.style.Style#getText" class="unstable"> <a href="ol.style.Style.html#getText">getText</a> </li> <li data-name="ol.style.Style#getZIndex" class="unstable"> <a href="ol.style.Style.html#getZIndex">getZIndex</a> </li> <li data-name="ol.style.Style#setGeometry" class="unstable"> <a href="ol.style.Style.html#setGeometry">setGeometry</a> </li> <li data-name="ol.style.Style#setZIndex" class="unstable"> <a href="ol.style.Style.html#setZIndex">setZIndex</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.style.Text"> <span class="title"> <a href="ol.style.Text.html">ol.style.Text</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.style.Text#getFill" class="unstable"> <a href="ol.style.Text.html#getFill">getFill</a> </li> <li data-name="ol.style.Text#getFont" class="unstable"> <a href="ol.style.Text.html#getFont">getFont</a> </li> <li data-name="ol.style.Text#getOffsetX" class="unstable"> <a href="ol.style.Text.html#getOffsetX">getOffsetX</a> </li> <li data-name="ol.style.Text#getOffsetY" class="unstable"> <a href="ol.style.Text.html#getOffsetY">getOffsetY</a> </li> <li data-name="ol.style.Text#getRotation" class="unstable"> <a href="ol.style.Text.html#getRotation">getRotation</a> </li> <li data-name="ol.style.Text#getScale" class="unstable"> <a href="ol.style.Text.html#getScale">getScale</a> </li> <li data-name="ol.style.Text#getStroke" class="unstable"> <a href="ol.style.Text.html#getStroke">getStroke</a> </li> <li data-name="ol.style.Text#getText" class="unstable"> <a href="ol.style.Text.html#getText">getText</a> </li> <li data-name="ol.style.Text#getTextAlign" class="unstable"> <a href="ol.style.Text.html#getTextAlign">getTextAlign</a> </li> <li data-name="ol.style.Text#getTextBaseline" class="unstable"> <a href="ol.style.Text.html#getTextBaseline">getTextBaseline</a> </li> <li data-name="ol.style.Text#setFill" class="unstable"> <a href="ol.style.Text.html#setFill">setFill</a> </li> <li data-name="ol.style.Text#setFont" class="unstable"> <a href="ol.style.Text.html#setFont">setFont</a> </li> <li data-name="ol.style.Text#setRotation" class="unstable"> <a href="ol.style.Text.html#setRotation">setRotation</a> </li> <li data-name="ol.style.Text#setScale" class="unstable"> <a href="ol.style.Text.html#setScale">setScale</a> </li> <li data-name="ol.style.Text#setStroke" class="unstable"> <a href="ol.style.Text.html#setStroke">setStroke</a> </li> <li data-name="ol.style.Text#setText" class="unstable"> <a href="ol.style.Text.html#setText">setText</a> </li> <li data-name="ol.style.Text#setTextAlign" class="unstable"> <a href="ol.style.Text.html#setTextAlign">setTextAlign</a> </li> <li data-name="ol.style.Text#setTextBaseline" class="unstable"> <a href="ol.style.Text.html#setTextBaseline">setTextBaseline</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.tilegrid"> <span class="title"> <a href="ol.tilegrid.html">ol.tilegrid</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.tilegrid.createXYZ" class="unstable"> <a href="ol.tilegrid.html#createXYZ">createXYZ</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.tilegrid.TileGrid"> <span class="title"> <a href="ol.tilegrid.TileGrid.html">ol.tilegrid.TileGrid</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.tilegrid.TileGrid#getMaxZoom" class="unstable"> <a href="ol.tilegrid.TileGrid.html#getMaxZoom">getMaxZoom</a> </li> <li data-name="ol.tilegrid.TileGrid#getMinZoom" class="unstable"> <a href="ol.tilegrid.TileGrid.html#getMinZoom">getMinZoom</a> </li> <li data-name="ol.tilegrid.TileGrid#getOrigin" class=""> <a href="ol.tilegrid.TileGrid.html#getOrigin">getOrigin</a> </li> <li data-name="ol.tilegrid.TileGrid#getResolution" class=""> <a href="ol.tilegrid.TileGrid.html#getResolution">getResolution</a> </li> <li data-name="ol.tilegrid.TileGrid#getResolutions" class=""> <a href="ol.tilegrid.TileGrid.html#getResolutions">getResolutions</a> </li> <li data-name="ol.tilegrid.TileGrid#getTileCoordForCoordAndResolution" class="unstable"> <a href="ol.tilegrid.TileGrid.html#getTileCoordForCoordAndResolution">getTileCoordForCoordAndResolution</a> </li> <li data-name="ol.tilegrid.TileGrid#getTileCoordForCoordAndZ" class="unstable"> <a href="ol.tilegrid.TileGrid.html#getTileCoordForCoordAndZ">getTileCoordForCoordAndZ</a> </li> <li data-name="ol.tilegrid.TileGrid#getTileSize" class=""> <a href="ol.tilegrid.TileGrid.html#getTileSize">getTileSize</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.tilegrid.WMTS"> <span class="title"> <a href="ol.tilegrid.WMTS.html">ol.tilegrid.WMTS</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.tilegrid.WMTS.createFromCapabilitiesMatrixSet" class="unstable"> <a href="ol.tilegrid.WMTS.html#createFromCapabilitiesMatrixSet">createFromCapabilitiesMatrixSet</a> </li> <li data-name="ol.tilegrid.WMTS#getMatrixIds" class="unstable"> <a href="ol.tilegrid.WMTS.html#getMatrixIds">getMatrixIds</a> </li> <li data-name="ol.tilegrid.WMTS#getMaxZoom" class="unstable"> <a href="ol.tilegrid.WMTS.html#getMaxZoom">getMaxZoom</a> </li> <li data-name="ol.tilegrid.WMTS#getMinZoom" class="unstable"> <a href="ol.tilegrid.WMTS.html#getMinZoom">getMinZoom</a> </li> <li data-name="ol.tilegrid.WMTS#getOrigin" class=""> <a href="ol.tilegrid.WMTS.html#getOrigin">getOrigin</a> </li> <li data-name="ol.tilegrid.WMTS#getResolution" class=""> <a href="ol.tilegrid.WMTS.html#getResolution">getResolution</a> </li> <li data-name="ol.tilegrid.WMTS#getResolutions" class=""> <a href="ol.tilegrid.WMTS.html#getResolutions">getResolutions</a> </li> <li data-name="ol.tilegrid.WMTS#getTileCoordForCoordAndResolution" class="unstable"> <a href="ol.tilegrid.WMTS.html#getTileCoordForCoordAndResolution">getTileCoordForCoordAndResolution</a> </li> <li data-name="ol.tilegrid.WMTS#getTileCoordForCoordAndZ" class="unstable"> <a href="ol.tilegrid.WMTS.html#getTileCoordForCoordAndZ">getTileCoordForCoordAndZ</a> </li> <li data-name="ol.tilegrid.WMTS#getTileSize" class=""> <a href="ol.tilegrid.WMTS.html#getTileSize">getTileSize</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> <li class="item" data-name="ol.webgl.Context"> <span class="title"> <a href="ol.webgl.Context.html">ol.webgl.Context</a> </span> <ul class="members itemMembers"> </ul> <ul class="typedefs itemMembers"> </ul> <ul class="methods itemMembers"> <span class="subtitle">Methods</span> <li data-name="ol.webgl.Context#getGL" class="unstable"> <a href="ol.webgl.Context.html#getGL">getGL</a> </li> <li data-name="ol.webgl.Context#getHitDetectionFramebuffer" class="unstable"> <a href="ol.webgl.Context.html#getHitDetectionFramebuffer">getHitDetectionFramebuffer</a> </li> <li data-name="ol.webgl.Context#useProgram" class="unstable"> <a href="ol.webgl.Context.html#useProgram">useProgram</a> </li> </ul> <ul class="fires itemMembers"> </ul> </li> </ul> </div> <div class="main"> <h1 class="page-title" data-filename="ol.source.ImageMapGuide.html">Class: ImageMapGuide</h1> <section> <header> <h2> <span class="ancestors"><a href="ol.html">ol</a><a href="ol.source.html">.source</a>.</span>ImageMapGuide </h2> <div class="class-description"><p>Source for images from Mapguide servers</p></div> </header> <article> <div class="container-overview"> <dt class=""> <div class="nameContainer"> <h4 class="name" id="ImageMapGuide"> new ol.source.ImageMapGuide<span class="signature">(options)</span> </h4> <div class="tag-source"> src/ol/source/imagemapguidesource.js, line 25 </div> </div> </dt> <dd class=""> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>options</code></td> <td colspan=2 class="description last"> <p>Options.</p> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>url</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>The mapagent url.</p></td> </tr> <tr class=""> <td class="name"><code>displayDpi</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>The display resolution. Default is <code>96</code>.</p></td> </tr> <tr class=""> <td class="name"><code>metersPerUnit</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>The meters-per-unit value. Default is <code>1</code>.</p></td> </tr> <tr class="unstable"> <td class="name"><code>hidpi</code></td> <td class="type"> <span class="param-type">boolean</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <span class="stability experimental">experimental</span> <p>Use the <code>ol.Map#pixelRatio</code> value when requesting the image from the remote server. Default is <code>true</code>.</p></td> </tr> <tr class=""> <td class="name"><code>useOverlay</code></td> <td class="type"> <span class="param-type">boolean</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>If <code>true</code>, will use <code>GETDYNAMICMAPOVERLAYIMAGE</code>.</p></td> </tr> <tr class="unstable"> <td class="name"><code>projection</code></td> <td class="type"> <span class="param-type"><a href="ol.proj.html#ProjectionLike">ol.proj.ProjectionLike</a></span> </td> <td class="description last"> <span class="stability experimental">experimental</span> <p>Projection.</p></td> </tr> <tr class=""> <td class="name"><code>ratio</code></td> <td class="type"> <span class="param-type">number</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>Ratio. <code>1</code> means image requests are the size of the map viewport, <code>2</code> means twice the size of the map viewport, and so on. Default is <code>1</code>.</p></td> </tr> <tr class=""> <td class="name"><code>resolutions</code></td> <td class="type"> <span class="param-type">Array.&lt;number></span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>Resolutions. If specified, requests will be made for these resolutions only.</p></td> </tr> <tr class="unstable"> <td class="name"><code>imageLoadFunction</code></td> <td class="type"> <span class="param-type"><a href="ol.html#TileLoadFunctionType">ol.TileLoadFunctionType</a></span> | <span class="param-type">undefined</span> </td> <td class="description last"> <span class="stability experimental">experimental</span> <p>Optional function to load an image given a URL.</p></td> </tr> <tr class=""> <td class="name"><code>params</code></td> <td class="type"> <span class="param-type">Object</span> | <span class="param-type">undefined</span> </td> <td class="description last"> <p>Additional parameters.</p></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <dl class="details"> </dl> <h5>Fires:</h5> <ul> <li class=""> <code>change</code> - Triggered when the state of the source changes. </li> <li class="unstable"> <code><a href="ol.source.ImageEvent.html#event:imageloadend">imageloadend</a></code> (<a href="ol.source.ImageEvent.html">ol.source.ImageEvent</a>) <span class="stability experimental">experimental</span> - Triggered when an image finishes loading. </li> <li class="unstable"> <code><a href="ol.source.ImageEvent.html#event:imageloaderror">imageloaderror</a></code> (<a href="ol.source.ImageEvent.html">ol.source.ImageEvent</a>) <span class="stability experimental">experimental</span> - Triggered if image loading results in an error. </li> <li class="unstable"> <code><a href="ol.source.ImageEvent.html#event:imageloadstart">imageloadstart</a></code> (<a href="ol.source.ImageEvent.html">ol.source.ImageEvent</a>) <span class="stability experimental">experimental</span> - Triggered when an image starts loading. </li> <li class=""> <code><a href="ol.ObjectEvent.html#event:propertychange">propertychange</a></code> (<a href="ol.ObjectEvent.html">ol.ObjectEvent</a>) - Triggered when a property is changed. </li> </ul> </dd> </div> <h3 class="subsection-title">Extends</h3> <ul> <li><a href="ol.source.Image.html">ol.source.Image</a></li> </ul> <h3 class="subsection-title">Methods</h3> <dl> <dt class="unstable"> <div class="nameContainer inherited"> <h4 class="name" id="changed"> changed<span class="signature">()</span> <span class="inherited"><a href="ol.Observable.html#changed">inherited</a></span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/observable.js, line 52 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Increases the revision counter and dispatches a 'change' event.</p> </div> <dl class="details"> </dl> <h5>Fires:</h5> <ul> <li class="unstable"> <code>change</code> <span class="stability experimental">experimental</span> </li> </ul> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="get"> get<span class="signature">(key)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{*}</span> <span class="inherited"><a href="ol.Object.html#get">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 150 </div> </div> </dt> <dd class=""> <div class="description"> <p>Gets a value.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"> <p>Key name.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> <h5>Returns:</h5> Value. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="getAttributions"> getAttributions<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Array.&lt;<a href="ol.Attribution.html">ol.Attribution</a>>}</span> <span class="inherited"><a href="ol.source.Source.html#getAttributions">inherited</a></span> </h4> <div class="tag-source"> src/ol/source/source.js, line 104 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get the attributions of the source.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Attributions. <br /> </dd> <dt class="unstable"> <div class="nameContainer"> <h4 class="name" id="getImageLoadFunction"> getImageLoadFunction<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{<a href="ol.html#ImageLoadFunctionType">ol.ImageLoadFunctionType</a>}</span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/source/imagemapguidesource.js, line 173 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Return the image load function of the source.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> The image load function. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="getKeys"> getKeys<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Array.&lt;string>}</span> <span class="inherited"><a href="ol.Object.html#getKeys">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 164 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get a list of object property names.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> List of property names. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="getLogo"> getLogo<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{string|<a href="olx.html#LogoOptions">olx.LogoOptions</a>|undefined}</span> <span class="inherited"><a href="ol.source.Source.html#getLogo">inherited</a></span> </h4> <div class="tag-source"> src/ol/source/source.js, line 114 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get the logo of the source.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Logo. <br /> </dd> <dt class=""> <div class="nameContainer"> <h4 class="name" id="getParams"> getParams<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Object}</span> </h4> <div class="tag-source"> src/ol/source/imagemapguidesource.js, line 121 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get the user-provided params, i.e. those passed to the constructor through the &quot;params&quot; option, and possibly updated using the updateParams method.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Params. <br /> </dd> <dt class="unstable"> <div class="nameContainer inherited"> <h4 class="name" id="getProjection"> getProjection<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{<a href="ol.proj.Projection.html">ol.proj.Projection</a>}</span> <span class="inherited"><a href="ol.source.Source.html#getProjection">inherited</a></span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/source/source.js, line 124 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Get the projection of the source.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Projection. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="getProperties"> getProperties<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{Object.&lt;string, *>}</span> <span class="inherited"><a href="ol.Object.html#getProperties">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 174 </div> </div> </dt> <dd class=""> <div class="description"> <p>Get an object of all property names and values.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> Object. <br /> </dd> <dt class="unstable"> <div class="nameContainer inherited"> <h4 class="name" id="getRevision"> getRevision<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{number}</span> <span class="inherited"><a href="ol.Observable.html#getRevision">inherited</a></span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/observable.js, line 62 </div> </div> </dt> <dd class="unstable"> <dl class="details"> </dl> <h5>Returns:</h5> Revision. <br /> </dd> <dt class="unstable"> <div class="nameContainer inherited"> <h4 class="name" id="getState"> getState<span class="signature">()</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{<a href="ol.source.html#State">ol.source.State</a>}</span> <span class="inherited"><a href="ol.source.Source.html#getState">inherited</a></span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/source/source.js, line 140 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Get the state of the source, see <a href="ol.source.html#State"><code>ol.source.State</code></a> for possible states.</p> </div> <dl class="details"> </dl> <h5>Returns:</h5> State. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="on"> on<span class="signature">(type, listener, <span class="optional">opt_this</span>)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{goog.events.Key}</span> <span class="inherited"><a href="ol.Observable.html#on">inherited</a></span> </h4> <div class="tag-source"> src/ol/observable.js, line 75 </div> </div> </dt> <dd class=""> <div class="description"> <p>Listen for a certain type of event.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type">Array.&lt;string></span> </td> <td class="description last"> <p>The event type or array of event types.</p></td> </tr> <tr class=""> <td class="name"><code>listener</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last"> <p>The listener function.</p></td> </tr> <tr class=""> <td class="name"><code>this</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <p>The object to use as <code>this</code> in <code>listener</code>.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> <h5>Returns:</h5> Unique key for the listener. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="once"> once<span class="signature">(type, listener, <span class="optional">opt_this</span>)</span><span class="glyphicon glyphicon-circle-arrow-right"></span><span class="type-signature returnType">{goog.events.Key}</span> <span class="inherited"><a href="ol.Observable.html#once">inherited</a></span> </h4> <div class="tag-source"> src/ol/observable.js, line 88 </div> </div> </dt> <dd class=""> <div class="description"> <p>Listen once for a certain type of event.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type">Array.&lt;string></span> </td> <td class="description last"> <p>The event type or array of event types.</p></td> </tr> <tr class=""> <td class="name"><code>listener</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last"> <p>The listener function.</p></td> </tr> <tr class=""> <td class="name"><code>this</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <p>The object to use as <code>this</code> in <code>listener</code>.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> <h5>Returns:</h5> Unique key for the listener. <br /> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="set"> set<span class="signature">(key, value)</span> <span class="inherited"><a href="ol.Object.html#set">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 203 </div> </div> </dt> <dd class=""> <div class="description"> <p>Sets a value.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"> <p>Key name.</p></td> </tr> <tr class=""> <td class="name"><code>value</code></td> <td class="type"> <span class="param-type">*</span> </td> <td class="description last"> <p>Value.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class="unstable"> <div class="nameContainer"> <h4 class="name" id="setImageLoadFunction"> setImageLoadFunction<span class="signature">(imageLoadFunction)</span> <span class="stability experimental">experimental</span> </h4> <div class="tag-source"> src/ol/source/imagemapguidesource.js, line 246 </div> </div> </dt> <dd class="unstable"> <div class="description"> <p>Set the image load function of the MapGuide source.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>imageLoadFunction</code></td> <td class="type"> <span class="param-type"><a href="ol.html#ImageLoadFunctionType">ol.ImageLoadFunctionType</a></span> </td> <td class="description last"> <p>Image load function.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="setProperties"> setProperties<span class="signature">(values)</span> <span class="inherited"><a href="ol.Object.html#setProperties">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 216 </div> </div> </dt> <dd class=""> <div class="description"> <p>Sets a collection of key-value pairs. Note that this changes any existing properties and adds new ones (it does not remove any existing properties).</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>values</code></td> <td class="type"> <span class="param-type">Object.&lt;string, *></span> </td> <td class="description last"> <p>Values.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="un"> un<span class="signature">(type, listener, <span class="optional">opt_this</span>)</span> <span class="inherited"><a href="ol.Observable.html#un">inherited</a></span> </h4> <div class="tag-source"> src/ol/observable.js, line 101 </div> </div> </dt> <dd class=""> <div class="description"> <p>Unlisten for a certain type of event.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>type</code></td> <td class="type"> <span class="param-type">string</span> | <span class="param-type">Array.&lt;string></span> </td> <td class="description last"> <p>The event type or array of event types.</p></td> </tr> <tr class=""> <td class="name"><code>listener</code></td> <td class="type"> <span class="param-type">function</span> </td> <td class="description last"> <p>The listener function.</p></td> </tr> <tr class=""> <td class="name"><code>this</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <p>The object which was used as <code>this</code> by the <code>listener</code>.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="unByKey"> unByKey<span class="signature">(key)</span> <span class="inherited"><a href="ol.Observable.html#unByKey">inherited</a></span> </h4> <div class="tag-source"> src/ol/observable.js, line 114 </div> </div> </dt> <dd class=""> <div class="description"> <p>Removes an event listener using the key returned by <code>on()</code> or <code>once()</code>. Note that using the <a href="ol.Observable.html#unByKey"><code>ol.Observable.unByKey</code></a> static function is to be preferred.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">goog.events.Key</span> </td> <td class="description last"> <p>The key returned by <code>on()</code> or <code>once()</code>.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class=""> <div class="nameContainer inherited"> <h4 class="name" id="unset"> unset<span class="signature">(key)</span> <span class="inherited"><a href="ol.Object.html#unset">inherited</a></span> </h4> <div class="tag-source"> src/ol/object.js, line 229 </div> </div> </dt> <dd class=""> <div class="description"> <p>Unsets a property.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>key</code></td> <td class="type"> <span class="param-type">string</span> </td> <td class="description last"> <p>Key name.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> <dt class=""> <div class="nameContainer"> <h4 class="name" id="updateParams"> updateParams<span class="signature">(params)</span> </h4> <div class="tag-source"> src/ol/source/imagemapguidesource.js, line 204 </div> </div> </dt> <dd class=""> <div class="description"> <p>Update the user-provided params.</p> </div> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr class=""> <td class="name"><code>params</code></td> <td class="type"> <span class="param-type">Object</span> </td> <td class="description last"> <p>Params.</p></td> </tr> </tbody> </table> <dl class="details"> </dl> </dd> </dl> </article> </section> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a> on Mon Jul 06 2015 08:45:43 GMT+0200 (CEST) </footer> </div> </div> <script>prettyPrint();</script> <script src="scripts/linenumber.js"></script> <script src="scripts/main.js"></script> </body> </html>
src/skin/default/css/partials/_search_results.css
Karmabunny/sprout3
/* ---- Search Results ---- */ div.search-result { margin-bottom: 15px; border-bottom: 1px #777 solid; } div.search-result div { padding: 10px; } div.search-result div.odd { background-color: #EEE; } div.search-result div.even { background-color: #DDD; } /* ---- Pagination for search results ---- */ .search-paginate { padding: 12px; text-align: center; } .search-paginate .page-prev { float: left; *float: none; } .search-paginate .page { border: 1px #DDD solid; background: #FFF; text-decoration: none; padding: 5px 8px; margin: 0 3px; } .search-paginate .page.on { border: 1px #CCC solid; background: #EEE; } .search-paginate .page-next { float: right; *float: none; }
source/assets/fonts/style.css
Corliosity/theHorn
@font-face { font-family: 'icomoon'; src:url('fonts/icomoon.eot?tn76vi'); src:url('fonts/icomoon.eot?tn76vi#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?tn76vi') format('truetype'), url('fonts/icomoon.woff?tn76vi') format('woff'), url('fonts/icomoon.svg?tn76vi#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-home:before { content: "\e600"; } .icon-podcast:before { content: "\e800"; } .icon-spinner:before { content: "\e601"; } .icon-star-empty:before { content: "\e602"; } .icon-star-full:before { content: "\e603"; } .icon-warning:before { content: "\e801"; } .icon-notification:before { content: "\e802"; } .icon-info:before { content: "\e803"; } .icon-cancel-circle:before { content: "\e804"; } .icon-play2:before { content: "\e805"; } .icon-pause:before { content: "\e806"; } .icon-stop:before { content: "\e807"; } .icon-volume-high:before { content: "\e808"; } .icon-volume-mute:before { content: "\e809"; } .icon-mail2:before { content: "\e80a"; } .icon-facebook2:before { content: "\e80b"; } .icon-instagram:before { content: "\e80c"; } .icon-twitter:before { content: "\e80d"; } .icon-feed2:before { content: "\e80e"; } .icon-youtube3:before { content: "\e80f"; } .icon-github4:before { content: "\e810"; }
src/main/webapp/sqli-02/BenchmarkTest01097.html
h3xstream/Benchmark
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script src="/benchmark/js/jquery.min.js"></script> <script type="text/javascript" src="/benchmark/js/js.cookie.js"></script> <title>BenchmarkTest01097</title> </head> <body> <form action="/benchmark/sqli-02/BenchmarkTest01097" method="POST" id="FormBenchmarkTest01097"> <div><label>Please explain your answer:</label></div> <br/> <div><textarea rows="4" cols="50" id="BenchmarkTest01097Area" name="BenchmarkTest01097Area"></textarea></div> <div><label>Any additional note for the reviewer:</label></div> <div><input type="text" id="answer" name="answer"></input></div> <br/> <div><label>An AJAX request will be sent with a header named BenchmarkTest01097 and value:</label> <input type="text" id="BenchmarkTest01097" name="BenchmarkTest01097" value="bar" class="safe"></input></div> <div><input type="button" id="login-btn" value="Login" onclick="submitForm()" /></div> </form> <div id="ajax-form-msg1"><pre><code class="prettyprint" id="code"></code></pre></div> <script> $('.safe').keypress(function (e) { if (e.which == 13) { submitForm(); return false; } }); function submitForm() { var formData = $("#FormBenchmarkTest01097").serialize(); var URL = $("#FormBenchmarkTest01097").attr("action"); var text = $("#FormBenchmarkTest01097 input[id=BenchmarkTest01097]").val(); var xhr = new XMLHttpRequest(); xhr.open("POST", URL, true); xhr.setRequestHeader('BenchmarkTest01097', text ); xhr.onreadystatechange = function () { if (xhr.readyState == XMLHttpRequest.DONE && xhr.status == 200) { $("#code").html(xhr.responseText); } else { $("#code").html("Error " + xhr.status + " occurred."); } } xhr.send(formData); } function escapeRegExp(str) { return str.replace(/([.*+?^=!:${}()|\[\]\/\\])/g, "\\$1"); } function replaceAll(str, find, replace) { return str.replace(new RegExp(escapeRegExp(find), 'g'), replace); } String.prototype.decodeEscapeSequence = function() { var txt = replaceAll(this,";",""); txt = replaceAll(txt,"&#","\\"); return txt.replace(/\\x([0-9A-Fa-f]{2})/g, function() { return String.fromCharCode(parseInt(arguments[1], 16)); }); }; </script> </body> </html>
layouts/partials/extend_head.html
mehdy/blog
<link href="/styles/custom.css" rel="preload stylesheet"> {{ if (eq .Language.Lang `fa`) }} <link href="https://cdn.jsdelivr.net/gh/rastikerdar/samim-font@v4.0.5/dist/font-face.css" rel="stylesheet" type="text/css" /> <style> html body { font-family: Samim, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } </style> {{ end }}
S1_AEO/TP6_7/gforth/doc/gforth/Standard-vs-Extensions.html
edgd1er/M1S1_INFO
<html lang="en"> <head> <title>Standard vs Extensions - Gforth Manual</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Gforth Manual"> <meta name="generator" content="makeinfo 4.8"> <link title="Top" rel="start" href="index.html#Top"> <link rel="prev" href="ANS-conformance.html#ANS-conformance" title="ANS conformance"> <link rel="next" href="Model.html#Model" title="Model"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This manual is for Gforth (version 0.7.0, November 2, 2008), a fast and portable implementation of the ANS Forth language. It serves as reference manual, but it also contains an introduction to Forth and a Forth tutorial. Copyright (C) 1995, 1996, 1997, 1998, 2000, 2003, 2004,2005,2006,2007,2008 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover texts being ``A GNU Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled ``GNU Free Documentation License.'' (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.'' --> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- pre.display { font-family:inherit } pre.format { font-family:inherit } pre.smalldisplay { font-family:inherit; font-size:smaller } pre.smallformat { font-family:inherit; font-size:smaller } pre.smallexample { font-size:smaller } pre.smalllisp { font-size:smaller } span.sc { font-variant:small-caps } span.roman { font-family:serif; font-weight:normal; } span.sansserif { font-family:sans-serif; font-weight:normal; } --></style> </head> <body> <div class="node"> <p> <a name="Standard-vs-Extensions"></a> Next:&nbsp;<a rel="next" accesskey="n" href="Model.html#Model">Model</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="ANS-conformance.html#ANS-conformance">ANS conformance</a>, Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a> <hr> </div> <h2 class="chapter">9 Should I use Gforth extensions?</h2> <p><a name="index-Gforth-extensions-3358"></a> As you read through the rest of this manual, you will see documentation for <i>Standard</i> words, and documentation for some appealing Gforth <i>extensions</i>. You might ask yourself the question: <i>&ldquo;Should I restrict myself to the standard, or should I use the extensions?&rdquo;</i> <p>The answer depends on the goals you have for the program you are working on: <ul> <li>Is it just for yourself or do you want to share it with others? <li>If you want to share it, do the others all use Gforth? <li>If it is just for yourself, do you want to restrict yourself to Gforth? </ul> <p>If restricting the program to Gforth is ok, then there is no reason not to use extensions. It is still a good idea to keep to the standard where it is easy, in case you want to reuse these parts in another program that you want to be portable. <p>If you want to be able to port the program to other Forth systems, there are the following points to consider: <ul> <li>Most Forth systems that are being maintained support the ANS Forth standard. So if your program complies with the standard, it will be portable among many systems. <li>A number of the Gforth extensions can be implemented in ANS Forth using public-domain files provided in the <samp><span class="file">compat/</span></samp> directory. These are mentioned in the text in passing. There is no reason not to use these extensions, your program will still be ANS Forth compliant; just include the appropriate compat files with your program. <li>The tool <samp><span class="file">ans-report.fs</span></samp> (see <a href="ANS-Report.html#ANS-Report">ANS Report</a>) makes it easy to analyse your program and determine what non-Standard words it relies upon. However, it does not check whether you use standard words in a non-standard way. <li>Some techniques are not standardized by ANS Forth, and are hard or impossible to implement in a standard way, but can be implemented in most Forth systems easily, and usually in similar ways (e.g., accessing word headers). Forth has a rich historical precedent for programmers taking advantage of implementation-dependent features of their tools (for example, relying on a knowledge of the dictionary structure). Sometimes these techniques are necessary to extract every last bit of performance from the hardware, sometimes they are just a programming shorthand. <li>Does using a Gforth extension save more work than the porting this part to other Forth systems (if any) will cost? <li>Is the additional functionality worth the reduction in portability and the additional porting problems? </ul> <p>In order to perform these consideratios, you need to know what's standard and what's not. This manual generally states if something is non-standard, but the authoritative source is the <a href="http://www.taygeta.com/forth/dpans.html">standard document</a>. Appendix A of the Standard (<var>Rationale</var>) provides a valuable insight into the thought processes of the technical committee. <p>Note also that portability between Forth systems is not the only portability issue; there is also the issue of portability between different platforms (processor/OS combinations). <!-- *************************************************************** --> </body></html>
docs/types/StonePaversDark.html
alucardxlx/matts-uo-server
<html> <head> <title>RunUO Documentation - Class Overview - StonePaversDark</title> </head> <body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080"> <h4><a href="../namespaces/Server.Items.html">Back to Server.Items</a></h4> <h2>StonePaversDark : <!-- DBG-1 --><a href="BaseFloor.html">BaseFloor</a>, <!-- DBG-2.2 --><a href="IHued.html">IHued</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font>&lt;<a href="Item.html">Item</a>&gt;, <!-- DBG-2.2 --><a href="ISerializable.html">ISerializable</a>, <!-- DBG-2.2 --><a href="ISpawnable.html">ISpawnable</a>, <!-- DBG-2.2 --><a href="IEntity.html">IEntity</a>, <!-- DBG-2.2 --><a href="IPoint3D.html">IPoint3D</a>, <!-- DBG-2.2 --><a href="IPoint2D.html">IPoint2D</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font>, <!-- DBG-2.1 --><font color="blue">IComparable</font>&lt;<a href="IEntity.html">IEntity</a>&gt;</h2> (<font color="blue">ctor</font>) StonePaversDark()<br> (<font color="blue">ctor</font>) StonePaversDark( <!-- DBG-0 --><a href="Serial.html">Serial</a> serial )<br> <font color="blue">virtual</font> <font color="blue">void</font> Deserialize( <!-- DBG-0 --><a href="GenericReader.html">GenericReader</a> reader )<br> <font color="blue">virtual</font> <font color="blue">void</font> Serialize( <!-- DBG-0 --><a href="GenericWriter.html">GenericWriter</a> writer )<br> </body> </html>
packages/ntpconfig/configurator.html
oscar-cluster/oscar
<html> <head> <title>Configuration for ntpconfig</title> </head> <body> <form> <p order="1"> <h1><center>Configuring ntpconfig</center></h1> </p> <p order="2"> By default, if you do not configure the ntpconfig package, your cluster will be set up such that your nodes will be able to use the headnode as a time server. If you select a NTP server to sync up, please make sure that you do have a network connection to the server (whether it is on your LAN or on the Internet). The default, pool.ntp.org is a known good NTP servers pool provided by ntp.org. </p> <p order="3"> NTP server entered below is for head node. In any case, cluster nodes will use headnode as NTP server. </p> <p order="4"> If this is the first time for you to configure the ntpconfig package, hitting Cancel now will setup your headnode to act as a time server for your nodes. </p> <input name="ntpserver" order="5" value="pool.ntp.org"> NTP Server </input> <br /> <input type="reset" value='Reset Form' /> </form> <hr /> </body> </html>
wp-admin/css/press-this.css
CEMD-CN/WordPress
/* Press This styles :) */ /** * Normalize * * normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { *, *:before, *:after { -webkit-font-smoothing: antialiased; } } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 0; margin: 0; padding: 0; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .hide-if-js { display: none; } .screen-reader-text { position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; } /** * Typography * * Base element typographic styles. */ body, button, input, select, textarea { color: #404040; font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; line-height: 1.6; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } b, strong { font-weight: 700; } /** * Buttons * * Pushing buttons is what I do. */ .button-subtle, .scan-submit { display: inline-block; margin: 0; padding: 0 10px 1px; border-width: 1px; border-style: solid; -webkit-border-radius: 3px; border-radius: 3px; font-size: 13px; line-height: 2; text-decoration: none; white-space: nowrap; cursor: pointer; -webkit-appearance: none; } .button-subtle { background: none; border: 0; color: #0074a2; } .button-subtle:visited { color: #0074a2; } .button-subtle:focus, .button-subtle:hover, .button-subtle:active { color: #2ea2cc; } .button-subtle:focus, .button-subtle:active { outline: 0; text-decoration: underline; } .preview-button { margin-right: 1em; } .button-reset { margin: 0; padding: 0; border: 0; background: none; cursor: pointer; -webkit-appearance: none; } .button-reset:focus { outline: 0; } .button-link { margin: 0; padding: 0; border: 0; background: none; color: #0074a2; cursor: pointer; -webkit-appearance: none; } .button-link:hover, .button-link:active, .button-link:focus { color: #2ea2cc; text-decoration: underline; } /** * Forms * * So many input types. */ button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } [type="checkbox"], [type="radio"] { padding: 0; } [type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } [type="text"], [type="email"], [type="url"], [type="password"], [type="search"], textarea { padding: 0.4em 0.75em; color: #333; border: 1px solid #ccc; } [type="text"]:focus, [type="email"]:focus, [type="url"]:focus, [type="password"]:focus, [type="search"]:focus, textarea:focus { color: #333; outline: 0; } textarea { overflow: auto; padding-left: 3px; vertical-align: top; } /** * Links */ a { color: #0074a2; } a:visited { color: #0074a2; } a:hover, a:focus, a:active { color: #2ea2cc; } /** * Lists */ ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: 700; } dd { margin: 0 1.5em 1.5em; } /** * Post formats * * Complete styles for post formats UI */ /* TODO if we remove the <br> during merge, this can go. */ #post-formats-select br { display: none; } .post-format { width: 1px; height: 1px; position: absolute; top: -9999px; } .lt-ie9 .post-format { margin: 17px 12px 0 13px; width: auto; height: auto; position: static; top: auto; float: left; width: 16px; height: 16px; } .post-format-icon { position: relative; display: block; padding: 13px 2px 14px 13px; cursor: pointer; } .post-format-icon:before, .post-format-icon:after { content: ""; display: inline-block; width: 20px; height: 20px; margin-right: 10px; font-size: 20px; line-height: 1; font-family: dashicons; text-decoration: inherit; color: #9ea7af; font-weight: 400; font-style: normal; vertical-align: top; text-align: center; -webkit-transition: color .1s ease-in 0; transition: color .1s ease-in 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .post-format-icon:before { content: "\f109"; } .post-format-icon:after { display: none; content: "\f147"; float: right; } .post-format:checked + .post-format-icon { -webkit-box-shadow: inset 6px 0 0 #2ea2cc; box-shadow: inset 6px 0 0 #2ea2cc; background: rgba(46, 162, 204, 0.1); } .post-format:checked + .post-format-icon:before, .post-format:checked + .post-format-icon:after { color: #333; } .post-format:focus + .post-format-icon { background: #2ea2cc; color: #fff; } .post-format:focus + .post-format-icon:before, .post-format:focus + .post-format-icon:after { color: #fff; } .post-format:checked + .post-format-icon:after { display: block; } .lt-ie9 .post-format-icon { margin-left: 16px; } .post-format-aside:before { content: "\f123"; } .post-format-image:before { content: "\f128"; } .post-format-video:before { content: "\f126"; } .post-format-audio:before { content: "\f127"; } .post-format-quote:before { content: "\f122"; } .post-format-link:before { content: "\f103"; } .post-format-gallery:before { content: "\f161"; } /** * Tags * * Complete styles for tags UI */ .tagsdiv p { margin: 0; } .tagsdiv .ajaxtag { position: relative; } .tagsdiv .newtag { display: block; position: relative; padding: 11px 58px 11px 16px; width: 100%; border: 0; border-bottom: 1px solid #e5e5e5; font-size: 16px; } .tagsdiv .tagadd { position: absolute; top: 0; right: 0; bottom: 1px; border: 0; -webkit-border-radius: 0; border-radius: 0; margin: 0; padding: 0 16px; background: #f7f7f7; border-left: 1px solid #f1f1f1; -webkit-box-shadow: none; box-shadow: none; } .tagsdiv .tagadd:hover, .tagsdiv .tagadd:active, .tagsdiv .tagadd:focus { outline: 0; background: #2991b7; border-color: #20708e; color: #fff; -webkit-box-shadow: none; box-shadow: none; } .tagsdiv .howto { color: #727272; font-style: italic; margin: 10px 0 6px 16px; } /* Tag hint TODO needed? */ /* Tag suggestions */ .ac_results { padding: 0; margin: -1px 0 0 -1px; list-style: none; position: absolute; z-index: 10000; display: none; border: 1px solid #d8d8d8; background-color: #fff; font-size: 14px; } .ac_results li { padding: 6px 16px; white-space: nowrap; color: #101010; text-align: left; } .ac_results .ac_over { background-color: #e5e5e5; background-color: #2ea2cc; color: #fff; cursor: pointer; } .ac_match { text-decoration: underline; } /* Tags */ .tagchecklist { padding: 16px 28px 5px; } .tagchecklist:before, .tagchecklist:after { content: ""; display: table; } .tagchecklist:after { clear: both; } .tagchecklist span { display: block; margin-right: 25px; float: left; font-size: 13px; line-height: 1.8; white-space: nowrap; cursor: default; } @media (max-width: 600px) { .tagchecklist span { margin-bottom: 15px; font-size: 16px; line-height: 1.3; } } .tagchecklist .ntdelbutton { margin: 1px 0 0 -17px; cursor: pointer; width: 20px; height: 20px; display: block; float: left; text-indent: 0; overflow: hidden; position: absolute; outline: 0; } .tagchecklist .ntdelbutton:before { content: '\f153'; display: block; margin: 2px 0; height: 20px; width: 20px; background: 0 0; color: #9ea7af; font: 400 16px/1 dashicons; text-align: center; speak: none; -webkit-font-smoothing: antialiased; } .tagchecklist .ntdelbutton:focus:before { color: #2ea2cc; } /* THE TAG CLOUD. */ .tagsdiv + p { margin: 0; } .tagcloud-link { display: block; padding: 0 16px; text-decoration: none; outline: 0; } .tagcloud-link:focus { text-decoration: underline; } .popular-tags { border: none; line-height: 2em; padding: 8px 12px 12px; text-align: justify; } .popular-tags a { padding: 0 3px; } .the-tagcloud { margin: 0; padding: 16px; } .the-tagcloud a { text-decoration: none; outline: 0; } .the-tagcloud a:focus { text-decoration: underline; } .tagcloud h3 { margin: 2px 0 12px; } /** * Categories * * Complete styles for post categories UI */ input[type="search"].categories-search, .add-category-name { display: block; width: 100%; padding: 0.85714em 1.07143em; border: 0; -webkit-border-radius: 0; border-radius: 0; border-bottom: 1px solid #e5e5e5; font-size: 14px; -webkit-appearance: none; appearance: none; } @media (max-width: 600px) { input[type="search"].categories-search, .add-category-name { /* Needs to be 16px to prevent zooming on iOS. Guh. */ font-size: 16px; } } .add-cat-toggle { float: right; margin-top: -33px; } .add-cat-toggle:focus { text-decoration: none; color: #2ea2cc; } .add-cat-toggle.is-toggled { margin-top: -36px; } .add-cat-toggle.is-toggled .dashicons:before { content: "\f179"; } .add-category { position: relative; border-bottom: 1px solid #e5e5e5; } .add-category.is-hidden { display: none; } .add-category .add-cat-submit { position: absolute; top: 0; right: 0; border: 0; -webkit-border-radius: 0; border-radius: 0; padding: 12px 16px; background: #f7f7f7; border-left: 1px solid #f1f1f1; } .add-category .add-cat-submit:hover, .add-category .add-cat-submit:active, .add-category .add-cat-submit:focus { outline: 0; background: #2991b7; border-color: #20708e; color: #fff; } /* Parent category select */ .postform-wrapper { padding: 12px; } .postform { display: block; margin: 0; width: 100%; height: 34px; border: 0; -webkit-border-radius: 0; border-radius: 0; border: 1px solid #e5e5e5; background: #fff; -webkit-background-size: 20px 20px; background-size: 20px 20px; overflow: hidden; line-height: 21px; text-overflow: ellipsis; text-decoration: none; vertical-align: top; white-space: nowrap; cursor: pointer; outline: 0; } .postform:focus { border-color: #0074a2; -webkit-box-shadow: 0 0 0 3px #2ea2cc; box-shadow: 0 0 0 3px #2ea2cc; outline: 0; -moz-outline: none; -moz-user-focus: ignore; } .postform::-ms-expand { display: none; } .postform::-ms-value { background: none; color: #727272; } .postform:-moz-focusring { color: transparent; text-shadow: 0 0 0 #727272; } /* Category list */ .categories-select { margin: 0; padding: 0; list-style: none; } .categories-select ul { margin: 0; padding: 0; list-style: none; } .category { position: relative; display: block; padding: 13px 16px 14px 16px; cursor: pointer; background: #fff; } .category:focus, .category.selected:focus { outline: 0; background: #2ea2cc; color: #fff; } .category.selected { -webkit-box-shadow: inset 6px 0 0 #2ea2cc; box-shadow: inset 6px 0 0 #2ea2cc; background: #E9F5F9; } .category.selected:after { display: inline-block; content: "\f147"; position: absolute; top: 13px; right: 0; width: 20px; height: 20px; margin-right: 10px; font-size: 20px; line-height: 1; font-family: dashicons; text-decoration: inherit; color: #222; font-weight: 400; font-style: normal; vertical-align: top; text-align: center; -webkit-transition: color .1s ease-in 0; transition: color .1s ease-in 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .category.selected:focus:after { color: #fff; } .categories-select ul .category { padding-left: 24px; } .categories-select ul ul .category { padding-left: 32px; } .categories-select ul ul ul .category { padding-left: 40px; } .categories-select ul ul ul ul .category { padding-left: 48px; } .categories-select ul ul ul ul ul .category { padding-left: 56px; } .categories-select ul ul ul ul ul ul .category { padding-left: 64px; } .categories-select .is-hidden { display: none; } .categories-select .is-hidden.searched-parent { display: block; } /* Category search */ .categories-search-wrapper { position: relative; } .categories-search-wrapper.is-hidden { display: none; } .categories-search-wrapper label { position: absolute; top: 50%; right: 10px; margin-top: -10px; color: #9ea7af; } /** * Main */ html { overflow: auto; } body { overflow-x: hidden; height: 100%; } html { background: #fff; -webkit-box-shadow: -10px 0 0 rgba(0, 0, 0, 0.3); box-shadow: -10px 0 0 rgba(0, 0, 0, 0.3); } @media (max-width: 900px) { body { font-size: 16px; } } @media (max-width: 320px) { body { font-size: 14px; } } .lt-ie9 { overflow: visible; } .adminbar { position: relative; width: 100%; padding: 0 0.8em; min-height: 3.2em; background: #222; color: #fff; z-index: 9999; } .adminbar:before, .adminbar:after { content: ""; display: table; } .adminbar:after { clear: both; } .adminbar .dashicons { color: #999; } .adminbar button { position: absolute; top: 50%; right: 6px; margin-top: -13px; } @media (max-width: 320px) { .adminbar { min-height: 45px; } } .current-site { margin-top: 0.5625em; font-size: 16px; line-height: 44px; font-weight: 400; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } @media (max-width: 600px) { .current-site { margin: 3px 0 0; } } @media (max-width: 320px) { .current-site { margin: 0; font-size: 14px; } } .current-site span:nth-child(2) { color: #ededed; } @media (max-width: 320px) { .current-site span:nth-child(2) { font-weight: 600; } } .current-site .dashicons-wordpress { position: relative; top: -1px; margin-right: 10px; vertical-align: middle; } .options-open, .options-close { display: none; } @media (max-width: 900px) { .options-open, .options-close { display: block; } } .options-open.is-hidden, .options-close.is-hidden, .options-panel-back.is-hidden { display: none; } .options-open:focus .dashicons { color: #fff; text-decoration: none; } .options-open .dashicons { margin-top: 3px; } .options-close { color: #2ea2cc; } .alert { position: relative; margin: 0; padding: 16px 50px; border-bottom: 1px solid #e5e5e5; font-size: 14px; } .alert:before { content: ''; position: absolute; top: 50%; left: 30px; width: 8px; height: 8px; margin-top: -4px; -webkit-border-radius: 50%; border-radius: 50%; background: #2ea2cc; } @media (max-width: 600px) { .alert { padding: 16px 35px; } .alert:before { left: 15px; } } .alert.is-hidden { display: none; } .alert.is-error:before { background: red; } .scan { position: relative; border-bottom: 1px solid #e5e5e5; } @media (max-width: 900px) { .scan form { -webkit-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; } .scan.is-hidden form { opacity: .2; pointer-events: none; } } .scan-url { display: block; border: 0; padding: 0.85714em 1.07143em; font-size: 14px; width: 100%; } @media (max-width: 600px) { .scan-url { font-size: 16px; } } .scan-submit { position: absolute; top: 0; right: 0; bottom: 0; padding: 0.85714em 1.07143em; background: #f7f7f7; border-color: #dedede; border-bottom: 0; border-left: 1px solid #f1f1f1; -webkit-border-radius: 0; border-radius: 0; color: #555; font-size: 14px; line-height: 1.6; } .scan-submit:hover, .scan-submit:focus { background: #2991b7; border-color: #20708e; color: #fff; outline: 0; } .scan-submit:active { background: #2581a2; border-color: #20708e; color: #fff; } .scan-submit:visited { color: #555; } .wrapper { position: relative; margin-bottom: 60px; margin-right: 320px; } .wrapper:before, .wrapper:after { content: ""; display: table; } .wrapper:after { clear: both; } @media (max-width: 900px) { .wrapper { margin: 0; width: 100%; } } .editor-wrapper { overflow: auto; float: left; width: 100%; } .editor-wrapper:before, .editor-wrapper:after { content: ""; display: table; } .editor-wrapper:after { clear: both; } .editor { padding: 0 1.5em 4.75em; max-width: 700px; margin: 0 auto; } /* Make the text inside the editor textarea white. Prevents a "flash" on loading the page */ #pressthis { color: #fff; } @media (min-width: 901px) { .editor { max-width: 760px; } } @media (max-width: 320px) { .editor { padding: 0; } } .post-title, .post-title-placeholder { margin: 0; padding: .83em 0; width: 100%; border-bottom: 1px solid #e5e5e5; font-size: 32px; line-height: 1.4; font-weight: 700; } .post-title:active, .post-title:focus, .post-title-placeholder:active, .post-title-placeholder:focus { outline: 0; -webkit-box-shadow: inset 0px -3px 0 #2ea2cc; box-shadow: inset 0px -3px 0 #2ea2cc; border-color: #2ea2cc; } @media (max-width: 900px) { .post-title, .post-title-placeholder { font-size: 24px; } } @media (max-height: 400px) { .post-title, .post-title-placeholder { padding: 15px 0; font-size: 16px; } } @media (max-width: 320px) { .post-title, .post-title-placeholder { font-size: 16px; font-weight: 600; padding: 1.14286em 1.42857em; } } .post-title { /* IE8 fallback */ background: url(data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAEHAAIALAAAAAABAAEAAAICVAEAOw==); background: none, none; } .post-title:before { /* Keeps empty container from collapsing */ content: '\a0'; display: inline-block; width: 0; speak: none; } .post-title-placeholder { position: absolute; border: 0; color: #9ea7af; z-index: -1; } .post-title-placeholder.is-hidden { display: none; } /* Suggested images */ .featured-container { position: relative; padding: 2px 0; border-bottom: 1px solid #e5e5e5; } .all-media { display: none; overflow: auto; max-height: 150px; max-height: 40vw; } .all-media:before, .all-media:after { content: ""; display: table; } .all-media:after { clear: both; } @media (min-width: 321px) { .all-media { max-height: 250px; max-height: 40vw; } } @media (min-width: 601px) { .all-media { max-height: 200px; max-height: 18.75vw; } } .wppt-all-media-list { list-style: none; margin: 0; padding: 0; } .suggested-media-thumbnail:focus, .suggested-media-embed:focus { outline: 0; -webkit-box-shadow: inset 0 0 0 3px #2ea2cc; box-shadow: inset 0 0 0 3px #2ea2cc; } .suggested-media-thumbnail { position: relative; display: block; float: left; width: 16.66%; padding: 16.66% 0 0 16.66%; background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; background-color: #d8d8d8; color: #fff; color: rgba(255, 255, 255, 0.6); cursor: pointer; } .suggested-media-thumbnail:hover, .suggested-media-thumbnail:active, .suggested-media-thumbnail:focus { color: #fff; } .suggested-media-thumbnail:before, .suggested-media-thumbnail:after { display: inline-block; position: absolute; font-size: 20px; line-height: 1; font-family: dashicons; text-decoration: inherit; font-weight: 400; font-style: normal; -webkit-transition: color .1s ease-in 0; transition: color .1s ease-in 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .suggested-media-thumbnail:before { left: 50%; top: 50%; margin: -20px 0 0 -20px; font-size: 40px; } .suggested-media-thumbnail:after { content: "\f132"; right: 3%; bottom: 2%; } @media (min-width: 601px) { .suggested-media-thumbnail { width: 12.5%; padding: 12.5% 0 0 12.5%; } } .suggested-media-embed:before { content: "\f104"; color: #fff; color: rgba(255, 255, 255, 0.9); } .suggested-media-embed.is-audio:hover:before, .suggested-media-embed.is-audio:active:before, .suggested-media-embed.is-audio:focus:before, .suggested-media-embed.is-tweet:hover:before, .suggested-media-embed.is-tweet:active:before, .suggested-media-embed.is-tweet:focus:before { color: #fff; } .suggested-media-embed.is-video { background-color: #222; } .suggested-media-embed.is-video:hover:before, .suggested-media-embed.is-video:active:before, .suggested-media-embed.is-video:focus:before { color: rgba(255, 255, 255, 0.2); } .suggested-media-embed.is-video:before { content: "\f236"; } .suggested-media-embed.is-audio { background-color: #ff7d44; } .suggested-media-embed.is-audio:before { content: "\f127"; } .suggested-media-embed.is-tweet { background-color: #55acee; } .suggested-media-embed.is-tweet:before { content: "\f301"; } .all-media-visible .all-media { display: block; } .no-media { margin: 0; padding: 0; border: 0; } /* Actions bar */ .press-this-actions { position: fixed; bottom: 0; left: 0; width: 100%; background: #f1f1f1; background: rgba(241, 241, 241, 0.9); border-top: 1px solid #e5e5e5; } @media (max-width: 900px) { .press-this-actions { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-transition: -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out; } .press-this-actions.is-hidden { -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); } } .add-media { float: left; margin: 14px 0 14px 30px; font-size: 0; } @media (max-width: 320px) { .add-media { margin: 10px 0 10px 10px; } } .insert-media { color: #9ea7af; float: left; margin: 0; padding: 0; border: 0; border-right: 1px solid #e5e5e5; -webkit-border-radius: 0; border-radius: 0; background: none; -webkit-box-shadow: none; box-shadow: none; overflow: hidden; } .insert-media:hover, .insert-media:focus, .insert-media:active { margin: 0; background: none; border-color: #e5e5e5; color: #222; } .insert-media:focus, .insert-media:active { outline: 0; color: #2ea2cc; text-decoration: none; } .insert-media .dashicons { padding: 11px; width: 63px; height: 58px; font-size: 40px; } @media (max-width: 320px) { .insert-media .dashicons { width: 55px; height: 49px; padding: 14px; font-size: 20px; } } .post-actions { float: right; margin: 14px 30px 14px 0; font-size: 0; } @media (max-width: 320px) { .post-actions { margin: 10px 10px 10px 0; } } /* TinyMCE styles */ .editor .wp-media-buttons { float: none; } .editor div.mce-toolbar-grp { padding: 0.71429em 0; background: none; border: 0; } @media (max-height: 400px), (max-width: 320px) { .editor div.mce-toolbar-grp { padding: 0; } } .mce-stack-layout:before, .mce-stack-layout:after { content: ""; display: table; } .mce-stack-layout:after { clear: both; } .mce-container.mce-toolbar { float: left; } .mce-container.mce-toolbar:nth-child(2) { float: right; } @media (max-width: 600px) { #mceu_11, #mceu_12 { position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; } #mceu_11:focus, #mceu_12:focus { position: static; margin: 1px; padding: inherit; height: auto; width: auto; overflow: visible; clip: auto; border: 1px solid #999; } } #wp-link-wrap { font-size: 13px; } #wp-link-wrap input[type="text"] { padding: 3px 5px; margin: 1px; } @media screen and (max-width: 782px) { #wp-link-wrap { font-size: 14px; } #wp-link-wrap input[type="text"] { padding: 6px 10px; } } #wp-link-wrap .howto { color: #666; font-style: italic; } /* Options panel (sidebar) */ .options-panel { position: relative; float: right; margin-right: -320px; width: 320px; border-left: 1px solid #e5e5e5; font-size: 14px; /* Keeps background the full height of the screen, but only visually. Clicks go through. */ -webkit-box-shadow: 5001px 5000px 0 5000px #fff, 5000px 5000px 0 5000px #e5e5e5; box-shadow: 5001px 5000px 0 5000px #fff, 5000px 5000px 0 5000px #e5e5e5; outline: 0; } .options-panel-back { position: absolute; top: 0; right: 0; bottom: 0; width: 320px; outline: 0; } @media (max-width: 900px) { .options-panel { background: #fff; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out; } .options-panel.is-hidden { visibility: hidden; } .options-panel.is-off-screen { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @media (max-width: 320px) { .options-panel { margin-right: -100%; width: 100%; border: 0; -webkit-box-shadow: 5001px 5000px 0 5000px #fff; box-shadow: 5001px 5000px 0 5000px #fff; } .options-panel-back { width: 100%; } } .post-options { background: #fff; position: absolute; right: 0; width: 100%; overflow-x: hidden; } .post-options .post-option-contents { margin-left: 3px; color: #333; } .post-option-forward:before { position: absolute; top: 50%; right: 8px; margin-top: -10px; content: "\f345" } .post-option-back:before { content: "\f341"; } .lt-ie9 .options-panel, .lt-ie9 .post-options { border-left: 1px solid #e5e5e5; } .lt-ie9 .post-options.is-off-screen { border: 0; } .post-option { position: relative; } .post-options .post-option { display: block; width: 100%; padding: 13px 37px 13px 14px; border-bottom: 1px solid #e5e5e5; text-decoration: none; text-align: left; color: #9ea7af; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out; } .post-options .post-option:focus { outline: 0; -webkit-box-shadow: inset 5px 0 0 #2ea2cc; box-shadow: inset 5px 0 0 #2ea2cc; } .is-off-screen > .post-option { right: 100%; } .is-hidden > .post-option { visibility: hidden; } @media (min-width: 1px) { .is-off-screen > .post-option { right: auto; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } } .post-option-title { display: inline-block; margin: 0 0 0 8px; font-size: 14px; font-weight: normal; } .setting-modal { position: relative; top: 0; left: 0; width: 100%; overflow: hidden; -webkit-transition: -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out; } .setting-modal.is-hidden { visibility: hidden; height: 0; } .setting-modal.is-off-screen { left: 100%; } @media (min-width: 1px) { .setting-modal.is-off-screen { left: 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } } .modal-close { display: block; width: 100%; padding: 13px 14px; border-bottom: 1px solid #e5e5e5; color: #2ea2cc; text-decoration: none; text-align: left; } .modal-close:focus { outline: 0; -webkit-box-shadow: inset 5px 0 0 #2ea2cc; box-shadow: inset 5px 0 0 #2ea2cc; } .setting-title { position: relative; top: -1px; margin-left: 11px; }
aongta_v1.0.0_src/Fuentes y JavaDoc/aon-composite/docs/api/com/code/aon/composition/ProductionExpense.html
Esleelkartea/aonGTA
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_06) on Thu Mar 01 16:49:47 CET 2007 --> <TITLE> ProductionExpense (aon.composite-0.1 API) </TITLE> <META NAME="keywords" CONTENT="com.code.aon.composition.ProductionExpense class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="ProductionExpense (aon.composite-0.1 API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ProductionExpense.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../com/code/aon/composition/ProductionDetail.html" title="class in com.code.aon.composition"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/code/aon/composition/ProductionExpense.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ProductionExpense.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.code.aon.composition</FONT> <BR> Class ProductionExpense</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.code.aon.composition.ProductionExpense</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>com.code.aon.common.ILookupObject, com.code.aon.common.ITransferObject, java.io.Serializable</DD> </DL> <HR> <DL> <DT><PRE>public class <B>ProductionExpense</B><DT>extends java.lang.Object<DT>implements com.code.aon.common.ITransferObject, com.code.aon.common.ILookupObject</DL> </PRE> <P> Transfer Object that represents the expenses of a product production. <P> <P> <DL> <DT><B>Since:</B></DT> <DD>1.0</DD> <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#com.code.aon.composition.ProductionExpense">Serialized Form</A></DL> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#ProductionExpense()">ProductionExpense</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor.</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#getDescription()">getDescription</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the expense description.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.lang.Integer</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#getId()">getId</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the unique key.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.Map&lt;java.lang.String,java.lang.Object&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#getLookups()">getLookups</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a Map containing some attributes to use as lookups.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#getPrice()">getPrice</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the expense price.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../com/code/aon/composition/Production.html" title="class in com.code.aon.composition">Production</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#getProduction()">getProduction</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the production header.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;double</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#getQuantity()">getQuantity</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the expense quantity.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#setDescription(java.lang.String)">setDescription</A></B>(java.lang.String&nbsp;description)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns the expense description.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#setId(java.lang.Integer)">setId</A></B>(java.lang.Integer&nbsp;id)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns the unique key.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#setPrice(double)">setPrice</A></B>(double&nbsp;price)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns the expense price.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#setProduction(com.code.aon.composition.Production)">setProduction</A></B>(<A HREF="../../../../com/code/aon/composition/Production.html" title="class in com.code.aon.composition">Production</A>&nbsp;production)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns the composition header.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/code/aon/composition/ProductionExpense.html#setQuantity(double)">setQuantity</A></B>(double&nbsp;quantity)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Assigns the expense quantity.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ProductionExpense()"><!-- --></A><H3> ProductionExpense</H3> <PRE> public <B>ProductionExpense</B>()</PRE> <DL> <DD>Constructor. <P> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getId()"><!-- --></A><H3> getId</H3> <PRE> public java.lang.Integer <B>getId</B>()</PRE> <DL> <DD>Returns the unique key. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Integer</DL> </DD> </DL> <HR> <A NAME="setId(java.lang.Integer)"><!-- --></A><H3> setId</H3> <PRE> public void <B>setId</B>(java.lang.Integer&nbsp;id)</PRE> <DL> <DD>Assigns the unique key. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>id</CODE> - Unique key.</DL> </DD> </DL> <HR> <A NAME="getProduction()"><!-- --></A><H3> getProduction</H3> <PRE> public <A HREF="../../../../com/code/aon/composition/Production.html" title="class in com.code.aon.composition">Production</A> <B>getProduction</B>()</PRE> <DL> <DD>Returns the production header. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Production</DL> </DD> </DL> <HR> <A NAME="setProduction(com.code.aon.composition.Production)"><!-- --></A><H3> setProduction</H3> <PRE> public void <B>setProduction</B>(<A HREF="../../../../com/code/aon/composition/Production.html" title="class in com.code.aon.composition">Production</A>&nbsp;production)</PRE> <DL> <DD>Assigns the composition header. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>production</CODE> - Production header.</DL> </DD> </DL> <HR> <A NAME="getDescription()"><!-- --></A><H3> getDescription</H3> <PRE> public java.lang.String <B>getDescription</B>()</PRE> <DL> <DD>Returns the expense description. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>String</DL> </DD> </DL> <HR> <A NAME="setDescription(java.lang.String)"><!-- --></A><H3> setDescription</H3> <PRE> public void <B>setDescription</B>(java.lang.String&nbsp;description)</PRE> <DL> <DD>Assigns the expense description. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>description</CODE> - Expense description.</DL> </DD> </DL> <HR> <A NAME="getQuantity()"><!-- --></A><H3> getQuantity</H3> <PRE> public double <B>getQuantity</B>()</PRE> <DL> <DD>Returns the expense quantity. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>double</DL> </DD> </DL> <HR> <A NAME="setQuantity(double)"><!-- --></A><H3> setQuantity</H3> <PRE> public void <B>setQuantity</B>(double&nbsp;quantity)</PRE> <DL> <DD>Assigns the expense quantity. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>quantity</CODE> - Expense quantity.</DL> </DD> </DL> <HR> <A NAME="getPrice()"><!-- --></A><H3> getPrice</H3> <PRE> public double <B>getPrice</B>()</PRE> <DL> <DD>Returns the expense price. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>double</DL> </DD> </DL> <HR> <A NAME="setPrice(double)"><!-- --></A><H3> setPrice</H3> <PRE> public void <B>setPrice</B>(double&nbsp;price)</PRE> <DL> <DD>Assigns the expense price. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>price</CODE> - Expense price.</DL> </DD> </DL> <HR> <A NAME="getLookups()"><!-- --></A><H3> getLookups</H3> <PRE> public java.util.Map&lt;java.lang.String,java.lang.Object&gt; <B>getLookups</B>()</PRE> <DL> <DD>Returns a Map containing some attributes to use as lookups. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE>getLookups</CODE> in interface <CODE>com.code.aon.common.ILookupObject</CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>Map<String,Object></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ProductionExpense.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../com/code/aon/composition/ProductionDetail.html" title="class in com.code.aon.composition"><B>PREV CLASS</B></A>&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/code/aon/composition/ProductionExpense.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="ProductionExpense.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright &#169; 2006 Consulting & Development. All Rights Reserved.</i> </BODY> </HTML>
doc/html/developers.html
dungtimtoinua2008/phpmyadmin
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Developers Information &mdash; phpMyAdmin 4.1.3 documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '', VERSION: '4.1.3', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="copyright" title="Copyright" href="copyright.html" /> <link rel="top" title="phpMyAdmin 4.1.3 documentation" href="index.html" /> <link rel="next" title="Distributing and packaging phpMyAdmin" href="vendors.html" /> <link rel="prev" title="FAQ - Frequently Asked Questions" href="faq.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="vendors.html" title="Distributing and packaging phpMyAdmin" accesskey="N">next</a> |</li> <li class="right" > <a href="faq.html" title="FAQ - Frequently Asked Questions" accesskey="P">previous</a> |</li> <li><a href="index.html">phpMyAdmin 4.1.3 documentation</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="developers-information"> <span id="developers"></span><h1>Developers Information<a class="headerlink" href="#developers-information" title="Permalink to this headline">¶</a></h1> <p>phpMyAdmin is Open Source, so you&#8217;re invited to contribute to it. Many great features have been written by other people and you too can help to make phpMyAdmin a useful tool.</p> <p>You can check out all the possibilities to contribute in the <a class="reference external" href="http://www.phpmyadmin.net/home_page/improve.php">contribute section on our website</a>.</p> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="faq.html" title="previous chapter">FAQ - Frequently Asked Questions</a></p> <h4>Next topic</h4> <p class="topless"><a href="vendors.html" title="next chapter">Distributing and packaging phpMyAdmin</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/developers.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="vendors.html" title="Distributing and packaging phpMyAdmin" >next</a> |</li> <li class="right" > <a href="faq.html" title="FAQ - Frequently Asked Questions" >previous</a> |</li> <li><a href="index.html">phpMyAdmin 4.1.3 documentation</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; <a href="copyright.html">Copyright</a> 2012 - 2013, The phpMyAdmin devel team. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3. </div> </body> </html>
demo/GMU-master/test/fet/lib/css/tangramtest.css
elppac/moment
* { margin: 0; padding: 0; } html { border: 0; height: 100%; } body { font: 12px/1.5 Lucida Grande, Helvetica, Arial, sans-serif; background: #F3F1F1; color: #41464D; } .clear { /* generic container (i.e. div) for floating buttons */ overflow: hidden; width: 100%; } a { text-decoration: none; overflow: hidden; } #title { top: 0; left: 0; width: 100%; padding: 5px 0; background: #aaa; background: #41464D; color: #F3F1F1; height: 30px; } a:link,a:visited { color: #528CE0; } a:hover,a:active { color: #41464D !important; cursor: pointer !important; } #title h1 { height: 30px; font: 25px/1.1 Arial, sans-serif; font-weight: bolder; float: left; margin: 1px 0 2px 20px; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); } h3 { font-size: 14px; padding: 3px 5px 1px; } .control { background: #d5ded7; width: 99%; } .testlist { // max-height: 200px; overflow-y: scroll; border-style: double; } .testlist a { display: block; width: 200px; color: #657528; background: #d5dea7; border: 1px solid #c8dc7b; margin: 5px 0 0 5px; text-indent: 5px; line-height: 24px; font-size: 14px; float: left; } a.button { background: transparent url('bg_button_a.gif') no-repeat scroll top right; color: #444; display: block; float: left; font: normal 12px arial, sans-serif; height: 24px; margin-right: 6px; padding-right: 18px; /* sliding doors padding */ text-decoration: none; } a.button span { background: transparent url('bg_button_span.gif') no-repeat; display: block; line-height: 14px; padding: 5px 0 5px 18px; } a.button:active { background-position: bottom right; color: #000; outline: none; /* hide dotted outline in Firefox */ } a.button:active span { background-position: bottom left; padding: 6px 0 4px 18px; /* push text down 1px */ } .testlist a:link { } .testlist a:visited { } .testlist a:hover { background: #c8dc7b; } .testlist a.jsframe_jsspec { background: #DDDDDD } .testlist a.running_case { color: yellow; } .testlist a.fail_case { color: red; } .testlist a.pass_case { color: green; } .runningarea { height: 2000px; } .runningmaindiv { height: 99%; } .runningframe { height: 99.99%; width: 99.99%; } .runningstatus { clear: both; height: 10%; border: solid } .reportarea { padding: 10px; border: 10px blue; max-height: 200px; overflow-y: scroll; } .normalTestResult{ position: relative; top:0; left:0; display: block; } .hideTestResult{ position: relative; top:0; left:0; display: none; }
Truthbot/organizations/templates/organizations/generic/confirm_rollback.html
Jaxkr/TruthBot.org
{% extends "base.html" %} {% block maincontent %} <div class="alert alert-warning"> <p class="lead">Are you sure you want to rollback?</p> </div> <form action="" method="post">{% csrf_token %} <button type="submit" class="btn btn-primary">Confirm</button> </form> {% endblock %}
bower_components/tether/examples/out-of-bounds/index.html
wp-plugins/betteroptin
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <link rel="stylesheet" href="../resources/css/base.css" /> <link rel="stylesheet" href="../common/css/style.css" /> <style> .tether-element.tether-out-of-bounds { display: none; } </style> </head> <body> <div class="instructions">Resize the screen to see the tethered element disappear when it can't fit.</div> <div class="element"></div> <div class="target"></div> <script src="../../tether.js"></script> <script> new Tether({ element: '.element', target: '.target', attachment: 'top left', targetAttachment: 'top right', constraints: [{ to: 'window', attachment: 'together' }] }); </script> </body> </html>
categories/notes/index.html
xinus/xinus.github.io
<!doctype html> <html class="theme-next pisces use-motion" lang="zh-Hans"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> <meta name="google-site-verification" content="T4NFNag8FkPGbcNnGFQTgeKuBYHjperLh5QaUE7-m-U" /> <link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" /> <link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css"> <link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" /> <link href="/css/main.css?v=5.1.0" rel="stylesheet" type="text/css" /> <meta name="keywords" content="心有思, Xinus, xinus, wangxinus, iOS, Android, macOS, C, C++, Swift, Java, Objective-C, ObjC, Qt, Linux" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.0" /> <meta name="description" content="C | C++ | ObjC | Swift | JavaScript"> <meta property="og:type" content="website"> <meta property="og:title" content="心有思"> <meta property="og:url" content="http://xinus.wang/categories/notes/index.html"> <meta property="og:site_name" content="心有思"> <meta property="og:description" content="C | C++ | ObjC | Swift | JavaScript"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="心有思"> <meta name="twitter:description" content="C | C++ | ObjC | Swift | JavaScript"> <script type="text/javascript" id="hexo.configurations"> var NexT = window.NexT || {}; var CONFIG = { root: '/', scheme: 'Pisces', sidebar: {"position":"left","display":"post","offset":12,"offset_float":0,"b2t":false,"scrollpercent":false}, fancybox: true, motion: true, duoshuo: { userId: '0', author: '博主' }, algolia: { applicationID: '', apiKey: '', indexName: '', hits: {"per_page":10}, labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"} } }; </script> <link rel="canonical" href="http://xinus.wang/categories/notes/"/> <title> 分类: notes | 心有思 </title> </head> <body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans"> <script type="text/javascript"> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?629caadb26ae4227c076e75b0f27e4fc"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <div class="container sidebar-position-left "> <div class="headband"></div> <header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader"> <div class="header-inner"><div class="site-brand-wrapper"> <div class="site-meta "> <div class="custom-logo-site-title"> <a href="/" class="brand" rel="start"> <span class="logo-line-before"><i></i></span> <span class="site-title">心有思</span> <span class="logo-line-after"><i></i></span> </a> </div> <h1 class="site-subtitle" itemprop="description">学而不思则罔,思而不学则殆</h1> </div> <div class="site-nav-toggle"> <button> <span class="btn-bar"></span> <span class="btn-bar"></span> <span class="btn-bar"></span> </button> </div> </div> <nav class="site-nav"> <ul id="menu" class="menu"> <li class="menu-item menu-item-home"> <a href="/" rel="section"> <i class="menu-item-icon fa fa-fw fa-home"></i> <br /> 首页 </a> </li> <li class="menu-item menu-item-categories"> <a href="/categories" rel="section"> <i class="menu-item-icon fa fa-fw fa-th"></i> <br /> 分类 </a> </li> <li class="menu-item menu-item-archives"> <a href="/archives" rel="section"> <i class="menu-item-icon fa fa-fw fa-archive"></i> <br /> 归档 </a> </li> <li class="menu-item menu-item-tags"> <a href="/tags" rel="section"> <i class="menu-item-icon fa fa-fw fa-tags"></i> <br /> 标签 </a> </li> <li class="menu-item menu-item-search"> <a href="javascript:;" class="popup-trigger"> <i class="menu-item-icon fa fa-search fa-fw"></i> <br /> 搜索 </a> </li> </ul> <div class="site-search"> <div class="popup search-popup local-search-popup"> <div class="local-search-header clearfix"> <span class="search-icon"> <i class="fa fa-search"></i> </span> <span class="popup-btn-close"> <i class="fa fa-times-circle"></i> </span> <div class="local-search-input-wrapper"> <input autocapitalize="off" autocomplete="off" autocorrect="off" placeholder="搜索..." spellcheck="false" type="text" id="local-search-input"> </div> </div> <div id="local-search-result"></div> </div> </div> </nav> </div> </header> <main id="main" class="main"> <div class="main-inner"> <div class="content-wrap"> <div id="content" class="content"> <section id="posts" class="posts-collapse"> <div class="collection-title"> <h2 > notes <small>分类</small> </h2> </div> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2016/04/markdown-intro/" itemprop="url"> <span itemprop="name">Markdown标记语言</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-04-30T22:31:00+08:00" content="2016-04-30" > 04-30 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2016/04/sem-ver-intro/" itemprop="url"> <span itemprop="name">语义化版本</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-04-29T22:37:04+08:00" content="2016-04-29" > 04-29 </time> </div> </header> </article> <article class="post post-type-normal" itemscope itemtype="http://schema.org/Article"> <header class="post-header"> <h2 class="post-title"> <a class="post-title-link" href="/2016/04/hello-world/" itemprop="url"> <span itemprop="name">不忘初心 淡然前行</span> </a> </h2> <div class="post-meta"> <time class="post-time" itemprop="dateCreated" datetime="2016-04-06T23:49:55+08:00" content="2016-04-06" > 04-06 </time> </div> </header> </article> </section> </div> </div> <div class="sidebar-toggle"> <div class="sidebar-toggle-line-wrap"> <span class="sidebar-toggle-line sidebar-toggle-line-first"></span> <span class="sidebar-toggle-line sidebar-toggle-line-middle"></span> <span class="sidebar-toggle-line sidebar-toggle-line-last"></span> </div> </div> <aside id="sidebar" class="sidebar"> <div class="sidebar-inner"> <section class="site-overview sidebar-panel sidebar-panel-active"> <div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person"> <img class="site-author-image" itemprop="image" src="/images/avatar.png" alt="Xinus" /> <p class="site-author-name" itemprop="name">Xinus</p> <p class="site-description motion-element" itemprop="description"></p> </div> <nav class="site-state motion-element"> <div class="site-state-item site-state-posts"> <a href="/archives"> <span class="site-state-item-count">33</span> <span class="site-state-item-name">日志</span> </a> </div> <div class="site-state-item site-state-categories"> <a href="/categories/index.html"> <span class="site-state-item-count">9</span> <span class="site-state-item-name">分类</span> </a> </div> <div class="site-state-item site-state-tags"> <a href="/tags/index.html"> <span class="site-state-item-count">39</span> <span class="site-state-item-name">标签</span> </a> </div> </nav> <div class="links-of-author motion-element"> </div> <div class="links-of-blogroll motion-element links-of-blogroll-block"> <div class="links-of-blogroll-title"> <i class="fa fa-fw fa-globe"></i> Links </div> <ul class="links-of-blogroll-list"> <li class="links-of-blogroll-item"> <a href="https://swift.org/" title="Swift.org" target="_blank">Swift.org</a> </li> </ul> </div> </section> </div> </aside> </div> </main> <footer id="footer" class="footer"> <div class="footer-inner"> <div class="copyright" > &copy; 2012 - <span itemprop="copyrightYear">2017</span> <span class="with-love"> <i class="fa fa-copyright"></i> </span> <span class="author" itemprop="copyrightHolder">Xinus</span> </div> </div> </footer> <div class="back-to-top"> <i class="fa fa-arrow-up"></i> </div> </div> <script type="text/javascript"> if (Object.prototype.toString.call(window.Promise) !== '[object Function]') { window.Promise = null; } </script> <script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script> <script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script> <script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script> <script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script> <script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script> <script type="text/javascript" src="/js/src/utils.js?v=5.1.0"></script> <script type="text/javascript" src="/js/src/motion.js?v=5.1.0"></script> <script type="text/javascript" src="/js/src/affix.js?v=5.1.0"></script> <script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.1.0"></script> <script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.0"></script> <script> var cloudTieConfig = { url: document.location.href, sourceId: "", productKey: "f22c785940a24617bc87435f1903b9b0", target: "cloud-tie-wrapper" }; </script> <script src="https://img1.ws.126.net/f2e/tie/yun/sdk/loader.js"></script> <script type="text/javascript"> // Popup Window; var isfetched = false; // Search DB path; var search_path = "search.xml"; if (search_path.length == 0) { search_path = "search.xml"; } var path = "/" + search_path; // monitor main search box; function proceedsearch() { $("body") .append('<div class="search-popup-overlay local-search-pop-overlay"></div>') .css('overflow', 'hidden'); $('.popup').toggle(); } // search function; var searchFunc = function(path, search_id, content_id) { 'use strict'; $.ajax({ url: path, dataType: "xml", async: true, success: function( xmlResponse ) { // get the contents from search data isfetched = true; $('.popup').detach().appendTo('.header-inner'); var datas = $( "entry", xmlResponse ).map(function() { return { title: $( "title", this ).text(), content: $("content",this).text(), url: $( "url" , this).text() }; }).get(); var $input = document.getElementById(search_id); var $resultContent = document.getElementById(content_id); $input.addEventListener('input', function(){ var matchcounts = 0; var str='<ul class=\"search-result-list\">'; var keywords = this.value.trim().toLowerCase().split(/[\s\-]+/); $resultContent.innerHTML = ""; if (this.value.trim().length > 1) { // perform local searching datas.forEach(function(data) { var isMatch = false; var content_index = []; var data_title = data.title.trim().toLowerCase(); var data_content = data.content.trim().replace(/<[^>]+>/g,"").toLowerCase(); var data_url = decodeURIComponent(data.url); var index_title = -1; var index_content = -1; var first_occur = -1; // only match artiles with not empty titles and contents if(data_title != '') { keywords.forEach(function(keyword, i) { index_title = data_title.indexOf(keyword); index_content = data_content.indexOf(keyword); if( index_title >= 0 || index_content >= 0 ){ isMatch = true; if (i == 0) { first_occur = index_content; } } }); } // show search results if (isMatch) { matchcounts += 1; str += "<li><a href='"+ data_url +"' class='search-result-title'>"+ data_title +"</a>"; var content = data.content.trim().replace(/<[^>]+>/g,""); if (first_occur >= 0) { // cut out 100 characters var start = first_occur - 20; var end = first_occur + 80; if(start < 0){ start = 0; } if(start == 0){ end = 50; } if(end > content.length){ end = content.length; } var match_content = content.substring(start, end); // highlight all keywords keywords.forEach(function(keyword){ var regS = new RegExp(keyword, "gi"); match_content = match_content.replace(regS, "<b class=\"search-keyword\">"+keyword+"</b>"); }); str += "<p class=\"search-result\">" + match_content +"...</p>" } str += "</li>"; } })}; str += "</ul>"; if (matchcounts == 0) { str = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>' } if (keywords == "") { str = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>' } $resultContent.innerHTML = str; }); proceedsearch(); } });} // handle and trigger popup window; $('.popup-trigger').click(function(e) { e.stopPropagation(); if (isfetched == false) { searchFunc(path, 'local-search-input', 'local-search-result'); } else { proceedsearch(); }; }); $('.popup-btn-close').click(function(e){ $('.popup').hide(); $(".local-search-pop-overlay").remove(); $('body').css('overflow', ''); }); $('.popup').click(function(e){ e.stopPropagation(); }); </script> <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body> </html>
www/templates/event-home.html
Tododispositivos/HomeManagerMobile
<ion-view view-title="Welcome"> <ion-content class="padding"> <p>Swipe to the right to reveal the left menu.</p> <p>(On desktop click and drag from left to right)</p> </ion-content> </ion-view>
front-end/contact.html
ryanleong/ml_photography
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Mabel Low Photography</title> <meta name="language" content="en"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <link type="text/css" rel="stylesheet" media="all" href="assets/css/bootstrap.reset.css"> <link type="text/css" rel="stylesheet" media="all" href="assets/css/swiper.min.css"> <link type="text/css" rel="stylesheet" media="all" href="assets/css/app.css"> </head> <body> <div id="main" class="lightbox"> <div class="wrapper vert-align"></div> <svg id="close" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="-176.8 210.2 55.7 55.5" style="enable-background:new -176.8 210.2 55.7 55.5;" xml:space="preserve"> <g> <path d="M-176,210.2c-0.1,0-0.1,0-0.1,0c-0.6,0.1-0.8,0.9-0.4,1.3l26.4,26.4l-26.4,26.4c-0.4,0.3-0.4,0.9-0.1,1.2 c0.3,0.3,0.9,0.3,1.2-0.1l26.5-26.4l26.5,26.4c0.3,0.4,0.8,0.4,1.2,0.1c0.3-0.3,0.3-0.9-0.1-1.2l-26.5-26.4l26.5-26.4 c0.5-0.5-0.1-1.5-0.7-1.3c-0.2,0-0.3,0.1-0.4,0.2l-26.5,26.4l-26.5-26.4C-175.6,210.3-175.8,210.2-176,210.2L-176,210.2z"></path> </g> </svg> </div> <div class="container hero"> <div class="col-md-10 col-md-offset-1"> <h1>Mabel Low<span>&nbsp;Photography</span></h1> </div> </div> <div class="container nav-desktop"> <div class="col-md-10 col-md-offset-1"> <ul> <li class="active"><a href="/">Home</a></li> <li class="has-sub"><a>Portfolio</a> <ul> <li><a href="portfolio.html">Landscape</a></li> <li><a href="portfolio.html">Portraits</a></li> </ul> </li> <li><a href="blog.html">Blog</a></li> <li><a href="about.html">About</a></li> <li><a href="contact.html">Contact</a></li> </ul> </div> </div> <div id="page-wrapper"> <div class="container contact"> <form> <div class="row"> <div class="col-lg-4 col-lg-offset-2"> <label>Name</label> <input type="text"> </div> <div class="col-lg-4"> <label>Last Name</label> <input type="text"> </div> </div> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <label>Email</label> <input type="email"> </div> </div> <div class="row textarea"> <div class="col-lg-8 col-lg-offset-2"> <label>Message</label> <textarea></textarea> </div> </div> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <input type="submit"> </div> </div> </form> </div> </div> <div class="footer"> <div class="container"> <div class="col-sm-4 col-sm-push-8 social-icons"><a> <svg id="facebook" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="60.734px" height="60.733px" viewbox="0 0 60.734 60.733" style="enable-background:new 0 0 60.734 60.733;" xml:space="preserve" class="social"> <g> <path d="M57.378,0.001H3.352C1.502,0.001,0,1.5,0,3.353v54.026c0,1.853,1.502,3.354,3.352,3.354h29.086V37.214h-7.914v-9.167h7.914 v-6.76c0-7.843,4.789-12.116,11.787-12.116c3.355,0,6.232,0.251,7.071,0.36v8.198l-4.854,0.002c-3.805,0-4.539,1.809-4.539,4.462 v5.851h9.078l-1.187,9.166h-7.892v23.52h15.475c1.852,0,3.355-1.503,3.355-3.351V3.351C60.731,1.5,59.23,0.001,57.378,0.001z"></path> </g> </svg></a><a> <svg id="instagram" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="0 0 290 290" style="enable-background:new 0 0 290 290;" xml:space="preserve" class="social"> <g> <path d="M250.626,0H39.374C17.663,0,0,17.663,0,39.374v211.252C0,272.338,17.663,290,39.374,290h211.252 C272.337,290,290,272.338,290,250.626V39.374C290,17.663,272.337,0,250.626,0z M145,215.846c-35.762,0-64.856-29.094-64.856-64.856 c0-35.761,29.095-64.856,64.856-64.856s64.856,29.095,64.856,64.856C209.856,186.752,180.762,215.846,145,215.846z M265.447,103.115H206.85C192.058,85.407,169.823,74.122,145,74.122s-47.058,11.286-61.85,28.993H24.553V46.804 c0-14.313,11.645-25.957,25.958-25.957h188.979c14.313,0,25.958,11.644,25.958,25.957V103.115z"></path>&#x9; <path d="M145,109.296c-22.989,0-41.694,18.704-41.694,41.693c0,22.99,18.704,41.693,41.694,41.693s41.694-18.703,41.694-41.693 C186.694,128,167.989,109.296,145,109.296z"></path>&#x9; <path d="M233.488,37.491h-25.093c-5.735,0-10.401,4.667-10.401,10.402v25.093c0,5.735,4.665,10.401,10.401,10.401h25.093 c5.735,0,10.401-4.665,10.401-10.401V47.893C243.889,42.157,239.223,37.491,233.488,37.491z"></path> </g> </svg></a></div> <div class="col-sm-8 col-sm-pull-4"><span>Copyright &copy; Mabel Low Photography</span></div> </div> </div> </body> <script src="assets/js/jquery-1.12.0.min.js"></script> <script src="assets/js/imagesloaded.pkgd.min.js"></script> <script src="assets/js/wow.min.js"></script> <script src="assets/js/swiper.min.js"></script> <script src="assets/js/app.js"></script> </html>
views/register.html
subhransusekhar/visualizer
<?php if($msg){ echo "<div class='message'>".$msg."</div>"; }?> <div id="form"> <div id="form-content"> <form id="contacts-form" method="post"> <input type="hidden" name="do" value="register"/> <div class="field-row"> <div class="field-name"><label>Username:</label></div> <div class="field-input"><input name="username" type="text" /></div> <div class="clear"></div> </div> <div class="field-row"> <div class="field-name"><label>Your E-mail:</label></div> <div class="field-input"><input name="email" type="text" /></div> <div class="clear"></div> </div> <div class="field-row"> <div class="field-name"><label>Password:</label></div> <div class="field-input"><input name="password" type="password" /></div> <div class="clear"></div> </div> <div class="field-row"> <div class="field-name"><label>Retype Password:</label></div> <div class="field-input"><input name="retypepassword" type="password" /></div> <div class="clear"></div> </div> <div class="field-row"> <div class="field-name"> <label>&nbsp;</label> </div> <div class="field-input"><a class="submit-btn">Register</a></div> <div class="clear"></div> </div> </form> </div> </div>
libraries/httpcomponents-client-4.2.5/javadoc/org/apache/http/client/methods/class-use/AbortableHttpRequest.html
jswelker/LibraryH3lp-Transfer-Bot
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_22) on Fri Apr 19 18:20:48 CEST 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface org.apache.http.client.methods.AbortableHttpRequest (HttpComponents Client 4.2.5 API) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Interface org.apache.http.client.methods.AbortableHttpRequest (HttpComponents Client 4.2.5 API)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/http/client/methods/AbortableHttpRequest.html" title="interface in org.apache.http.client.methods"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/http/client/methods/class-use/AbortableHttpRequest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AbortableHttpRequest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Interface<br>org.apache.http.client.methods.AbortableHttpRequest</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/apache/http/client/methods/AbortableHttpRequest.html" title="interface in org.apache.http.client.methods">AbortableHttpRequest</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.http.client.methods"><B>org.apache.http.client.methods</B></A></TD> <TD>Request implementations for the various HTTP methods like GET and POST.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.http.client.methods"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/apache/http/client/methods/AbortableHttpRequest.html" title="interface in org.apache.http.client.methods">AbortableHttpRequest</A> in <A HREF="../../../../../../org/apache/http/client/methods/package-summary.html">org.apache.http.client.methods</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../../org/apache/http/client/methods/package-summary.html">org.apache.http.client.methods</A> that implement <A HREF="../../../../../../org/apache/http/client/methods/AbortableHttpRequest.html" title="interface in org.apache.http.client.methods">AbortableHttpRequest</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/http/client/methods/HttpDelete.html" title="class in org.apache.http.client.methods">HttpDelete</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HTTP DELETE method</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/http/client/methods/HttpEntityEnclosingRequestBase.html" title="class in org.apache.http.client.methods">HttpEntityEnclosingRequestBase</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Basic implementation of an entity enclosing HTTP request that can be modified</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/http/client/methods/HttpGet.html" title="class in org.apache.http.client.methods">HttpGet</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HTTP GET method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/http/client/methods/HttpHead.html" title="class in org.apache.http.client.methods">HttpHead</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HTTP HEAD method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/http/client/methods/HttpOptions.html" title="class in org.apache.http.client.methods">HttpOptions</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HTTP OPTIONS method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/http/client/methods/HttpPatch.html" title="class in org.apache.http.client.methods">HttpPatch</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HTTP PATCH method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/http/client/methods/HttpPost.html" title="class in org.apache.http.client.methods">HttpPost</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HTTP POST method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/http/client/methods/HttpPut.html" title="class in org.apache.http.client.methods">HttpPut</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HTTP PUT method.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/http/client/methods/HttpRequestBase.html" title="class in org.apache.http.client.methods">HttpRequestBase</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Basic implementation of an HTTP request that can be modified.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/apache/http/client/methods/HttpTrace.html" title="class in org.apache.http.client.methods">HttpTrace</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HTTP TRACE method.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/http/client/methods/AbortableHttpRequest.html" title="interface in org.apache.http.client.methods"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/http/client/methods/class-use/AbortableHttpRequest.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="AbortableHttpRequest.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 1999-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
client/stylesheets/style.css
leovicio/webtorrent-app-remote
html, body { height: 100%; } body { margin: 0px; padding: 0px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } header, footer { background: #eeeeee; background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%); background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); } header { height: 120px; } header .logo { margin: 40px; max-width: 40px; float: left; } header h2 { float: left; line-height: 120px; margin: 0px; } #buttons, #filter { padding-left: 50px; background-color: #BFBFBF; border-top: 2px solid #B3B3B3; border-bottom: 2px solid #B3B3B3; width: 100%; } #buttons .filters, #filter .filters { margin-top: 5px; } #buttons .filters span, #filter .filters span { cursor: pointer; } #buttons .ratio { margin: 8px; } #filter form { margin: 5px 0px; } #content { min-height: 100%; margin-bottom: -75px; } #content ul, #content li { list-style-type: none; } #content ul { padding: 10px 0px; } #content ul li { cursor: pointer; width: 100%; min-height: 100px; border-bottom: 1px solid #000; } #content ul li.active { background-color: yellow; } #content:after, #sidebar:after { content: ""; display: block; } footer, #content:after { height: 75px; } #page-header { min-height: 80px; } footer { border-top: 2px solid #B3B3B3; } footer .footer_msg { line-height: 75px; } #main-menu .nav a { line-height: 41px; } #avatar { height: 40px; margin-top: -8px; } #footer { margin-top: 40px; width: 200px; margin-left: auto; margin-right: auto; } .unselectable { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .progress .bar { line-height: 20px; } small.tracker_warning { float: left; width: 70%; left: 160px; position: relative; } .table th.noborder, .table td.noborder { border-top: none !important; } div[ngf-drop] { border: 2px dashed #bbb; border-radius: 5px; text-align: center; color: #bbb; margin-bottom: 20px; cursor: pointer; } div[ngf-drop] h5 { padding: 20px; } div[ngf-drop].hover, div[ngf-drop]:hover { opacity: 0.8; background: #eee; } .refresh-animated { animation: spin 1s infinite linear; -webkit-animation: spin 1s infinite linear; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .form-signin { max-width: 300px; padding: 19px 29px 29px; margin: 0 auto 20px; } .icon-loading { position: absolute; left: 50%; } /*# sourceMappingURL=style.css.map */
content/Studium/index.html
buetow/cpphomepage
$$menu.Studium/menu.html$$ <br> <br> $$this.content.html$$
vue/help-to-delete/20+Web+-+VUE+Applet_files/tabs.css
chisimba/modules
#tab-navigation { border-bottom: 1px solid; margin: 0 -10px; padding: 0 10px; } .tab-navigation { list-style: none; display: block; margin: 0 0 -1px; padding: 0; overflow: hidden; } .tab-navigation .tab { float: left; display: inline; font-weight: bold; margin: 0 5px -1px 0; } .tab-navigation .tab a { padding: .3em .4em; text-decoration: none; display: block; } .tab-navigation .notab { margin: 1px 1px 0 1px; padding: .3em; float: left; } /* Make the following more specific, so they aren't overriden by themes. */ ul.tab-navigation .current a { color: #000; background-color: #fff; border-bottom-color: #fff; /* IE */ } ul.tab-navigation .current a:hover { color: #000; background-color: #fff; border-bottom-color: #fff; /* IE */ }
doc/api/files/Users/aaron/_rvm/gems/ruby-2_0_0-head/gems/activerecord-4_0_0/lib/active_record/counter_cache_rb.html
aaronfi/chess-es6-demo
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>counter_cache.rb</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="../../../../../../../../../../css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../../../../../../../css/main.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../../../../../../../../../../css/github.css" type="text/css" media="screen" /> <script src="../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script> <script src="../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> </head> <body> <div class="banner"> <span>Ruby on Rails 4.0.0</span><br /> <h1> counter_cache.rb </h1> <ul class="files"> <li> /Users/aaron/.rvm/gems/ruby-2.0.0-head/gems/activerecord-4.0.0/lib/active_record/counter_cache.rb </li> <li>Last modified: 2013-07-20 21:42:55 -0700</li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../../classes/ActiveRecord.html">ActiveRecord</a> </li> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../../classes/ActiveRecord/CounterCache.html">ActiveRecord::CounterCache</a> </li> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../../classes/ActiveRecord/CounterCache/ClassMethods.html">ActiveRecord::CounterCache::ClassMethods</a> </li> </ul> <!-- Methods --> </div> </div> </body> </html>
server/webapp/src/main/webapp/resources/shop/css/register.css
sihai/openshop
@charset "utf-8"; /* * Copyright 2005-2013 shopxx.net. All rights reserved. * Support: http://www.shopxx.net * License: http://www.shopxx.net/license * * Style - Register * Version: 3.0 */ /* ---------- Register ---------- */ div.register .wrap { margin-bottom: 10px; border: 2px solid #f2f2f2; } div.register .main { padding-bottom: 20px; border: 1px solid #d7d7d7; } div.register .title { height: 40px; line-height: 40px; color: #d8d8d8; font-family: "Microsoft YaHei"; border-bottom: 1px dotted #ededed; } div.register .title strong { padding: 0px 10px; color: #3164af; font-size: 18px; font-weight: normal; } div.register table { width: 640px; float: left; margin-top: 20px; } div.register th { width: 80px; padding: 12px; font-weight: normal; text-align: right; } div.register .captcha { width: 130px; text-transform: uppercase; ime-mode: disabled; } div.register .captchaImage { margin-left: 10px; vertical-align: middle; cursor: pointer; } div.register .submit { width: 142px; height: 37px; line-height: 37px; margin-top: 10px; color: #ffffff; cursor: pointer; outline: none; blr: expression(this.hideFocus = true); border: none; background: url(../images/register.gif) 0px 0px no-repeat; } div.register .agreement { height: 96px; line-height: 24px; padding: 0px 4px; color: #999999; overflow-y: scroll; border: 1px solid #e6e6e6; } div.register .login { width: 260px; float: right; padding: 20px; border-bottom: 2px solid #f2f2f2; border-left: 2px solid #f2f2f2; background-color: #fff8db; } div.register .login dt { line-height: 40px; color: #bd5613; font-size: 16px; font-family: "Microsoft YaHei"; } div.register .login dd { line-height: 28px; color: #565656 } div.register .login dd a { color: #bd5613 }
wp-content/themes/evolet/admin/layouts/669933.css
shagstaphone/lostmoon
.colored { color:#669933;} .link, .meta2 a { color:#669933;} .color-line { background:#669933} a.button_readmore:hover { background-color:#669933; } .service:hover > h4 { color:#669933;} #jstwitter .tweet a { color: #669933; } .comment .button_readmore:hover { background-color:#669933; } .form-wrapper #submit:hover, .form-wrapper #submit:focus, #submit_form:hover, #submit_form:focus { background-color: #669933; background-image: none; border: 1px solid #669933; } .menu ul a:hover { background-color: #669933; background-image: none; } .menu ul li:first-child a:hover:after { border-bottom-color: #669933; } .menu ul ul li:first-child a:hover:after { border-right-color: #669933; border-bottom-color: transparent; } ul#filter-sidebar li.current a, ul#filter-sidebar a:hover { text-decoration: none; color:#669933; } ul#filter-sidebar li.current a { color: #669933;} .pagination li a:hover, .pagination li.current a, .page-numbers:hover, .pagination .current { background: #669933; } ul.navigation-sidebar li.current a, ul.navigation-sidebar a:hover { text-decoration: none; color:#669933; } ul.navigation-sidebar li.current a { color: #669933;} ul.navigation-sidebar a:hover { color:#669933; } .new-item { background-color:#669933; } .featured { background-color:#669933; } .more{ background-color:#669933; } .ca-more{ background-color:#669933; } .ca-close{ background-color:#669933; } .ca-item .title { background-color:#669933; } .mega-button { background-color:#669933; } .ca-content .live { background-color:#669933; } .ca-content .buy { background-color:#669933; } .va-slice h3:hover{ color:#669933; } .va-slice ul li a{ background:#669933; } .va-more{ background-color:#669933; }
modules/field_ui/field_ui-rtl.css
mcwalinski/NewspaperInEducation
/* 'Manage fields' overview */ table.field-ui-overview tr.add-new .label-input { float: right; }
htmlcov/_usr_local_lib_python2_7_dist-packages_django_template_loader_tags.html
AGnarlyNarwhal/cse360_webapp
<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' /> <title>Coverage for /usr/local/lib/python2.7/dist-packages/django/template/loader_tags: 61%</title> <link rel='stylesheet' href='style.css' type='text/css'> <script type='text/javascript' src='jquery.min.js'></script> <script type='text/javascript' src='jquery.hotkeys.js'></script> <script type='text/javascript' src='jquery.isonscreen.js'></script> <script type='text/javascript' src='coverage_html.js'></script> <script type='text/javascript' charset='utf-8'> jQuery(document).ready(coverage.pyfile_ready); </script> </head> <body id='pyfile'> <div id='header'> <div class='content'> <h1>Coverage for <b>/usr/local/lib/python2.7/dist-packages/django/template/loader_tags</b> : <span class='pc_cov'>61%</span> </h1> <img id='keyboard_icon' src='keybd_closed.png'> <h2 class='stats'> 153 statements &nbsp; <span class='run hide_run shortkey_r button_toggle_run'>93 run</span> <span class='mis shortkey_m button_toggle_mis'>60 missing</span> <span class='exc shortkey_x button_toggle_exc'>0 excluded</span> </h2> </div> </div> <div class='help_panel'> <img id='panel_icon' src='keybd_open.png'> <p class='legend'>Hot-keys on this page</p> <div> <p class='keyhelp'> <span class='key'>r</span> <span class='key'>m</span> <span class='key'>x</span> <span class='key'>p</span> &nbsp; toggle line displays </p> <p class='keyhelp'> <span class='key'>j</span> <span class='key'>k</span> &nbsp; next/prev highlighted chunk </p> <p class='keyhelp'> <span class='key'>0</span> &nbsp; (zero) top of page </p> <p class='keyhelp'> <span class='key'>1</span> &nbsp; (one) first highlighted chunk </p> </div> </div> <div id='source'> <table cellspacing='0' cellpadding='0'> <tr> <td class='linenos' valign='top'> <p id='n1' class='stm run hide_run'><a href='#n1'>1</a></p> <p id='n2' class='pln'><a href='#n2'>2</a></p> <p id='n3' class='stm run hide_run'><a href='#n3'>3</a></p> <p id='n4' class='stm run hide_run'><a href='#n4'>4</a></p> <p id='n5' class='pln'><a href='#n5'>5</a></p> <p id='n6' class='stm run hide_run'><a href='#n6'>6</a></p> <p id='n7' class='stm run hide_run'><a href='#n7'>7</a></p> <p id='n8' class='stm run hide_run'><a href='#n8'>8</a></p> <p id='n9' class='pln'><a href='#n9'>9</a></p> <p id='n10' class='stm run hide_run'><a href='#n10'>10</a></p> <p id='n11' class='pln'><a href='#n11'>11</a></p> <p id='n12' class='stm run hide_run'><a href='#n12'>12</a></p> <p id='n13' class='pln'><a href='#n13'>13</a></p> <p id='n14' class='pln'><a href='#n14'>14</a></p> <p id='n15' class='stm run hide_run'><a href='#n15'>15</a></p> <p id='n16' class='stm run hide_run'><a href='#n16'>16</a></p> <p id='n17' class='pln'><a href='#n17'>17</a></p> <p id='n18' class='pln'><a href='#n18'>18</a></p> <p id='n19' class='stm run hide_run'><a href='#n19'>19</a></p> <p id='n20' class='stm run hide_run'><a href='#n20'>20</a></p> <p id='n21' class='pln'><a href='#n21'>21</a></p> <p id='n22' class='stm run hide_run'><a href='#n22'>22</a></p> <p id='n23' class='pln'><a href='#n23'>23</a></p> <p id='n24' class='stm run hide_run'><a href='#n24'>24</a></p> <p id='n25' class='stm run hide_run'><a href='#n25'>25</a></p> <p id='n26' class='stm run hide_run'><a href='#n26'>26</a></p> <p id='n27' class='pln'><a href='#n27'>27</a></p> <p id='n28' class='stm run hide_run'><a href='#n28'>28</a></p> <p id='n29' class='stm run hide_run'><a href='#n29'>29</a></p> <p id='n30' class='stm run hide_run'><a href='#n30'>30</a></p> <p id='n31' class='stm mis'><a href='#n31'>31</a></p> <p id='n32' class='stm mis'><a href='#n32'>32</a></p> <p id='n33' class='pln'><a href='#n33'>33</a></p> <p id='n34' class='stm run hide_run'><a href='#n34'>34</a></p> <p id='n35' class='stm run hide_run'><a href='#n35'>35</a></p> <p id='n36' class='pln'><a href='#n36'>36</a></p> <p id='n37' class='stm run hide_run'><a href='#n37'>37</a></p> <p id='n38' class='stm mis'><a href='#n38'>38</a></p> <p id='n39' class='stm mis'><a href='#n39'>39</a></p> <p id='n40' class='stm mis'><a href='#n40'>40</a></p> <p id='n41' class='stm mis'><a href='#n41'>41</a></p> <p id='n42' class='pln'><a href='#n42'>42</a></p> <p id='n43' class='pln'><a href='#n43'>43</a></p> <p id='n44' class='stm run hide_run'><a href='#n44'>44</a></p> <p id='n45' class='stm run hide_run'><a href='#n45'>45</a></p> <p id='n46' class='stm run hide_run'><a href='#n46'>46</a></p> <p id='n47' class='pln'><a href='#n47'>47</a></p> <p id='n48' class='stm run hide_run'><a href='#n48'>48</a></p> <p id='n49' class='stm mis'><a href='#n49'>49</a></p> <p id='n50' class='pln'><a href='#n50'>50</a></p> <p id='n51' class='stm run hide_run'><a href='#n51'>51</a></p> <p id='n52' class='stm run hide_run'><a href='#n52'>52</a></p> <p id='n53' class='stm run hide_run'><a href='#n53'>53</a></p> <p id='n54' class='stm run hide_run'><a href='#n54'>54</a></p> <p id='n55' class='stm run hide_run'><a href='#n55'>55</a></p> <p id='n56' class='stm run hide_run'><a href='#n56'>56</a></p> <p id='n57' class='pln'><a href='#n57'>57</a></p> <p id='n58' class='stm run hide_run'><a href='#n58'>58</a></p> <p id='n59' class='stm run hide_run'><a href='#n59'>59</a></p> <p id='n60' class='stm mis'><a href='#n60'>60</a></p> <p id='n61' class='pln'><a href='#n61'>61</a></p> <p id='n62' class='stm run hide_run'><a href='#n62'>62</a></p> <p id='n63' class='stm run hide_run'><a href='#n63'>63</a></p> <p id='n64' class='stm run hide_run'><a href='#n64'>64</a></p> <p id='n65' class='stm run hide_run'><a href='#n65'>65</a></p> <p id='n66' class='stm run hide_run'><a href='#n66'>66</a></p> <p id='n67' class='stm run hide_run'><a href='#n67'>67</a></p> <p id='n68' class='stm run hide_run'><a href='#n68'>68</a></p> <p id='n69' class='pln'><a href='#n69'>69</a></p> <p id='n70' class='stm run hide_run'><a href='#n70'>70</a></p> <p id='n71' class='stm mis'><a href='#n71'>71</a></p> <p id='n72' class='stm mis'><a href='#n72'>72</a></p> <p id='n73' class='pln'><a href='#n73'>73</a></p> <p id='n74' class='stm mis'><a href='#n74'>74</a></p> <p id='n75' class='stm mis'><a href='#n75'>75</a></p> <p id='n76' class='pln'><a href='#n76'>76</a></p> <p id='n77' class='pln'><a href='#n77'>77</a></p> <p id='n78' class='stm run hide_run'><a href='#n78'>78</a></p> <p id='n79' class='stm run hide_run'><a href='#n79'>79</a></p> <p id='n80' class='pln'><a href='#n80'>80</a></p> <p id='n81' class='stm run hide_run'><a href='#n81'>81</a></p> <p id='n82' class='stm run hide_run'><a href='#n82'>82</a></p> <p id='n83' class='stm run hide_run'><a href='#n83'>83</a></p> <p id='n84' class='stm run hide_run'><a href='#n84'>84</a></p> <p id='n85' class='stm run hide_run'><a href='#n85'>85</a></p> <p id='n86' class='pln'><a href='#n86'>86</a></p> <p id='n87' class='stm run hide_run'><a href='#n87'>87</a></p> <p id='n88' class='stm mis'><a href='#n88'>88</a></p> <p id='n89' class='pln'><a href='#n89'>89</a></p> <p id='n90' class='stm run hide_run'><a href='#n90'>90</a></p> <p id='n91' class='stm run hide_run'><a href='#n91'>91</a></p> <p id='n92' class='stm run hide_run'><a href='#n92'>92</a></p> <p id='n93' class='stm mis'><a href='#n93'>93</a></p> <p id='n94' class='stm mis'><a href='#n94'>94</a></p> <p id='n95' class='pln'><a href='#n95'>95</a></p> <p id='n96' class='stm mis'><a href='#n96'>96</a></p> <p id='n97' class='pln'><a href='#n97'>97</a></p> <p id='n98' class='stm mis'><a href='#n98'>98</a></p> <p id='n99' class='stm run hide_run'><a href='#n99'>99</a></p> <p id='n100' class='stm mis'><a href='#n100'>100</a></p> <p id='n101' class='stm run hide_run'><a href='#n101'>101</a></p> <p id='n102' class='pln'><a href='#n102'>102</a></p> <p id='n103' class='stm run hide_run'><a href='#n103'>103</a></p> <p id='n104' class='stm run hide_run'><a href='#n104'>104</a></p> <p id='n105' class='pln'><a href='#n105'>105</a></p> <p id='n106' class='stm run hide_run'><a href='#n106'>106</a></p> <p id='n107' class='stm run hide_run'><a href='#n107'>107</a></p> <p id='n108' class='stm run hide_run'><a href='#n108'>108</a></p> <p id='n109' class='pln'><a href='#n109'>109</a></p> <p id='n110' class='pln'><a href='#n110'>110</a></p> <p id='n111' class='stm run hide_run'><a href='#n111'>111</a></p> <p id='n112' class='pln'><a href='#n112'>112</a></p> <p id='n113' class='pln'><a href='#n113'>113</a></p> <p id='n114' class='pln'><a href='#n114'>114</a></p> <p id='n115' class='stm run hide_run'><a href='#n115'>115</a></p> <p id='n116' class='pln'><a href='#n116'>116</a></p> <p id='n117' class='stm run hide_run'><a href='#n117'>117</a></p> <p id='n118' class='stm run hide_run'><a href='#n118'>118</a></p> <p id='n119' class='stm run hide_run'><a href='#n119'>119</a></p> <p id='n120' class='pln'><a href='#n120'>120</a></p> <p id='n121' class='stm run hide_run'><a href='#n121'>121</a></p> <p id='n122' class='stm run hide_run'><a href='#n122'>122</a></p> <p id='n123' class='pln'><a href='#n123'>123</a></p> <p id='n124' class='pln'><a href='#n124'>124</a></p> <p id='n125' class='pln'><a href='#n125'>125</a></p> <p id='n126' class='stm run hide_run'><a href='#n126'>126</a></p> <p id='n127' class='pln'><a href='#n127'>127</a></p> <p id='n128' class='pln'><a href='#n128'>128</a></p> <p id='n129' class='stm run hide_run'><a href='#n129'>129</a></p> <p id='n130' class='stm run hide_run'><a href='#n130'>130</a></p> <p id='n131' class='stm mis'><a href='#n131'>131</a></p> <p id='n132' class='stm mis'><a href='#n132'>132</a></p> <p id='n133' class='stm mis'><a href='#n133'>133</a></p> <p id='n134' class='stm mis'><a href='#n134'>134</a></p> <p id='n135' class='pln'><a href='#n135'>135</a></p> <p id='n136' class='stm run hide_run'><a href='#n136'>136</a></p> <p id='n137' class='stm mis'><a href='#n137'>137</a></p> <p id='n138' class='stm mis'><a href='#n138'>138</a></p> <p id='n139' class='pln'><a href='#n139'>139</a></p> <p id='n140' class='stm mis'><a href='#n140'>140</a></p> <p id='n141' class='pln'><a href='#n141'>141</a></p> <p id='n142' class='stm mis'><a href='#n142'>142</a></p> <p id='n143' class='stm mis'><a href='#n143'>143</a></p> <p id='n144' class='pln'><a href='#n144'>144</a></p> <p id='n145' class='pln'><a href='#n145'>145</a></p> <p id='n146' class='pln'><a href='#n146'>146</a></p> <p id='n147' class='stm mis'><a href='#n147'>147</a></p> <p id='n148' class='stm mis'><a href='#n148'>148</a></p> <p id='n149' class='stm mis'><a href='#n149'>149</a></p> <p id='n150' class='stm mis'><a href='#n150'>150</a></p> <p id='n151' class='stm mis'><a href='#n151'>151</a></p> <p id='n152' class='stm mis'><a href='#n152'>152</a></p> <p id='n153' class='stm mis'><a href='#n153'>153</a></p> <p id='n154' class='stm mis'><a href='#n154'>154</a></p> <p id='n155' class='pln'><a href='#n155'>155</a></p> <p id='n156' class='pln'><a href='#n156'>156</a></p> <p id='n157' class='stm run hide_run'><a href='#n157'>157</a></p> <p id='n158' class='pln'><a href='#n158'>158</a></p> <p id='n159' class='pln'><a href='#n159'>159</a></p> <p id='n160' class='pln'><a href='#n160'>160</a></p> <p id='n161' class='pln'><a href='#n161'>161</a></p> <p id='n162' class='pln'><a href='#n162'>162</a></p> <p id='n163' class='stm run hide_run'><a href='#n163'>163</a></p> <p id='n164' class='stm run hide_run'><a href='#n164'>164</a></p> <p id='n165' class='stm mis'><a href='#n165'>165</a></p> <p id='n166' class='stm run hide_run'><a href='#n166'>166</a></p> <p id='n167' class='pln'><a href='#n167'>167</a></p> <p id='n168' class='pln'><a href='#n168'>168</a></p> <p id='n169' class='stm run hide_run'><a href='#n169'>169</a></p> <p id='n170' class='stm run hide_run'><a href='#n170'>170</a></p> <p id='n171' class='stm mis'><a href='#n171'>171</a></p> <p id='n172' class='stm run hide_run'><a href='#n172'>172</a></p> <p id='n173' class='stm run hide_run'><a href='#n173'>173</a></p> <p id='n174' class='stm run hide_run'><a href='#n174'>174</a></p> <p id='n175' class='stm run hide_run'><a href='#n175'>175</a></p> <p id='n176' class='pln'><a href='#n176'>176</a></p> <p id='n177' class='pln'><a href='#n177'>177</a></p> <p id='n178' class='stm run hide_run'><a href='#n178'>178</a></p> <p id='n179' class='stm run hide_run'><a href='#n179'>179</a></p> <p id='n180' class='stm run hide_run'><a href='#n180'>180</a></p> <p id='n181' class='stm mis'><a href='#n181'>181</a></p> <p id='n182' class='pln'><a href='#n182'>182</a></p> <p id='n183' class='stm run hide_run'><a href='#n183'>183</a></p> <p id='n184' class='pln'><a href='#n184'>184</a></p> <p id='n185' class='pln'><a href='#n185'>185</a></p> <p id='n186' class='stm run hide_run'><a href='#n186'>186</a></p> <p id='n187' class='pln'><a href='#n187'>187</a></p> <p id='n188' class='pln'><a href='#n188'>188</a></p> <p id='n189' class='pln'><a href='#n189'>189</a></p> <p id='n190' class='pln'><a href='#n190'>190</a></p> <p id='n191' class='pln'><a href='#n191'>191</a></p> <p id='n192' class='pln'><a href='#n192'>192</a></p> <p id='n193' class='pln'><a href='#n193'>193</a></p> <p id='n194' class='pln'><a href='#n194'>194</a></p> <p id='n195' class='pln'><a href='#n195'>195</a></p> <p id='n196' class='pln'><a href='#n196'>196</a></p> <p id='n197' class='stm run hide_run'><a href='#n197'>197</a></p> <p id='n198' class='stm run hide_run'><a href='#n198'>198</a></p> <p id='n199' class='stm mis'><a href='#n199'>199</a></p> <p id='n200' class='stm run hide_run'><a href='#n200'>200</a></p> <p id='n201' class='stm run hide_run'><a href='#n201'>201</a></p> <p id='n202' class='stm run hide_run'><a href='#n202'>202</a></p> <p id='n203' class='stm mis'><a href='#n203'>203</a></p> <p id='n204' class='stm run hide_run'><a href='#n204'>204</a></p> <p id='n205' class='pln'><a href='#n205'>205</a></p> <p id='n206' class='pln'><a href='#n206'>206</a></p> <p id='n207' class='stm run hide_run'><a href='#n207'>207</a></p> <p id='n208' class='pln'><a href='#n208'>208</a></p> <p id='n209' class='pln'><a href='#n209'>209</a></p> <p id='n210' class='pln'><a href='#n210'>210</a></p> <p id='n211' class='pln'><a href='#n211'>211</a></p> <p id='n212' class='pln'><a href='#n212'>212</a></p> <p id='n213' class='pln'><a href='#n213'>213</a></p> <p id='n214' class='pln'><a href='#n214'>214</a></p> <p id='n215' class='pln'><a href='#n215'>215</a></p> <p id='n216' class='pln'><a href='#n216'>216</a></p> <p id='n217' class='pln'><a href='#n217'>217</a></p> <p id='n218' class='pln'><a href='#n218'>218</a></p> <p id='n219' class='pln'><a href='#n219'>219</a></p> <p id='n220' class='pln'><a href='#n220'>220</a></p> <p id='n221' class='pln'><a href='#n221'>221</a></p> <p id='n222' class='pln'><a href='#n222'>222</a></p> <p id='n223' class='pln'><a href='#n223'>223</a></p> <p id='n224' class='stm mis'><a href='#n224'>224</a></p> <p id='n225' class='stm mis'><a href='#n225'>225</a></p> <p id='n226' class='stm mis'><a href='#n226'>226</a></p> <p id='n227' class='stm mis'><a href='#n227'>227</a></p> <p id='n228' class='stm mis'><a href='#n228'>228</a></p> <p id='n229' class='stm mis'><a href='#n229'>229</a></p> <p id='n230' class='stm mis'><a href='#n230'>230</a></p> <p id='n231' class='stm mis'><a href='#n231'>231</a></p> <p id='n232' class='stm mis'><a href='#n232'>232</a></p> <p id='n233' class='pln'><a href='#n233'>233</a></p> <p id='n234' class='stm mis'><a href='#n234'>234</a></p> <p id='n235' class='stm mis'><a href='#n235'>235</a></p> <p id='n236' class='stm mis'><a href='#n236'>236</a></p> <p id='n237' class='stm mis'><a href='#n237'>237</a></p> <p id='n238' class='pln'><a href='#n238'>238</a></p> <p id='n239' class='stm mis'><a href='#n239'>239</a></p> <p id='n240' class='stm mis'><a href='#n240'>240</a></p> <p id='n241' class='pln'><a href='#n241'>241</a></p> <p id='n242' class='stm mis'><a href='#n242'>242</a></p> <p id='n243' class='pln'><a href='#n243'>243</a></p> <p id='n244' class='stm mis'><a href='#n244'>244</a></p> <p id='n245' class='stm mis'><a href='#n245'>245</a></p> <p id='n246' class='stm mis'><a href='#n246'>246</a></p> <p id='n247' class='stm mis'><a href='#n247'>247</a></p> <p id='n248' class='pln'><a href='#n248'>248</a></p> </td> <td class='text' valign='top'> <p id='t1' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>collections</span> <span class='key'>import</span> <span class='nam'>defaultdict</span><span class='strut'>&nbsp;</span></p> <p id='t2' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t3' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>django</span><span class='op'>.</span><span class='nam'>conf</span> <span class='key'>import</span> <span class='nam'>settings</span><span class='strut'>&nbsp;</span></p> <p id='t4' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>django</span><span class='op'>.</span><span class='nam'>template</span><span class='op'>.</span><span class='nam'>base</span> <span class='key'>import</span> <span class='nam'>TemplateSyntaxError</span><span class='op'>,</span> <span class='nam'>Library</span><span class='op'>,</span> <span class='nam'>Node</span><span class='op'>,</span> <span class='nam'>TextNode</span><span class='op'>,</span><span class='xx'>\</span><span class='strut'>&nbsp;</span></p> <p id='t5' class='pln'>&nbsp; &nbsp; <span class='nam'>token_kwargs</span><span class='op'>,</span> <span class='nam'>Variable</span><span class='strut'>&nbsp;</span></p> <p id='t6' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>django</span><span class='op'>.</span><span class='nam'>template</span><span class='op'>.</span><span class='nam'>loader</span> <span class='key'>import</span> <span class='nam'>get_template</span><span class='strut'>&nbsp;</span></p> <p id='t7' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>django</span><span class='op'>.</span><span class='nam'>utils</span><span class='op'>.</span><span class='nam'>safestring</span> <span class='key'>import</span> <span class='nam'>mark_safe</span><span class='strut'>&nbsp;</span></p> <p id='t8' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>django</span><span class='op'>.</span><span class='nam'>utils</span> <span class='key'>import</span> <span class='nam'>six</span><span class='strut'>&nbsp;</span></p> <p id='t9' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t10' class='stm run hide_run'><span class='nam'>register</span> <span class='op'>=</span> <span class='nam'>Library</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t11' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t12' class='stm run hide_run'><span class='nam'>BLOCK_CONTEXT_KEY</span> <span class='op'>=</span> <span class='str'>&#39;block_context&#39;</span><span class='strut'>&nbsp;</span></p> <p id='t13' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t14' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t15' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>ExtendsError</span><span class='op'>(</span><span class='nam'>Exception</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t16' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>pass</span><span class='strut'>&nbsp;</span></p> <p id='t17' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t18' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t19' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>BlockContext</span><span class='op'>(</span><span class='nam'>object</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t20' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__init__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t21' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='com'># Dictionary of FIFO queues.</span><span class='strut'>&nbsp;</span></p> <p id='t22' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>blocks</span> <span class='op'>=</span> <span class='nam'>defaultdict</span><span class='op'>(</span><span class='nam'>list</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t23' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t24' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>add_blocks</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>blocks</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t25' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>for</span> <span class='nam'>name</span><span class='op'>,</span> <span class='nam'>block</span> <span class='key'>in</span> <span class='nam'>six</span><span class='op'>.</span><span class='nam'>iteritems</span><span class='op'>(</span><span class='nam'>blocks</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t26' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>blocks</span><span class='op'>[</span><span class='nam'>name</span><span class='op'>]</span><span class='op'>.</span><span class='nam'>insert</span><span class='op'>(</span><span class='num'>0</span><span class='op'>,</span> <span class='nam'>block</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t27' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t28' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>pop</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>name</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t29' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>try</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t30' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>blocks</span><span class='op'>[</span><span class='nam'>name</span><span class='op'>]</span><span class='op'>.</span><span class='nam'>pop</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t31' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>except</span> <span class='nam'>IndexError</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t32' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>None</span><span class='strut'>&nbsp;</span></p> <p id='t33' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t34' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>push</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>name</span><span class='op'>,</span> <span class='nam'>block</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t35' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>blocks</span><span class='op'>[</span><span class='nam'>name</span><span class='op'>]</span><span class='op'>.</span><span class='nam'>append</span><span class='op'>(</span><span class='nam'>block</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t36' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t37' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>get_block</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>name</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t38' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>try</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t39' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>blocks</span><span class='op'>[</span><span class='nam'>name</span><span class='op'>]</span><span class='op'>[</span><span class='op'>-</span><span class='num'>1</span><span class='op'>]</span><span class='strut'>&nbsp;</span></p> <p id='t40' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>except</span> <span class='nam'>IndexError</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t41' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>None</span><span class='strut'>&nbsp;</span></p> <p id='t42' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t43' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t44' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>BlockNode</span><span class='op'>(</span><span class='nam'>Node</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t45' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__init__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>name</span><span class='op'>,</span> <span class='nam'>nodelist</span><span class='op'>,</span> <span class='nam'>parent</span><span class='op'>=</span><span class='nam'>None</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t46' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>name</span><span class='op'>,</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>nodelist</span><span class='op'>,</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>parent</span> <span class='op'>=</span> <span class='nam'>name</span><span class='op'>,</span> <span class='nam'>nodelist</span><span class='op'>,</span> <span class='nam'>parent</span><span class='strut'>&nbsp;</span></p> <p id='t47' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t48' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__repr__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t49' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='str'>&quot;&lt;Block Node: %s. Contents: %r&gt;&quot;</span> <span class='op'>%</span> <span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>name</span><span class='op'>,</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>nodelist</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t50' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t51' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>render</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>context</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t52' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>block_context</span> <span class='op'>=</span> <span class='nam'>context</span><span class='op'>.</span><span class='nam'>render_context</span><span class='op'>.</span><span class='nam'>get</span><span class='op'>(</span><span class='nam'>BLOCK_CONTEXT_KEY</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t53' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>with</span> <span class='nam'>context</span><span class='op'>.</span><span class='nam'>push</span><span class='op'>(</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t54' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>block_context</span> <span class='key'>is</span> <span class='nam'>None</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t55' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>context</span><span class='op'>[</span><span class='str'>&#39;block&#39;</span><span class='op'>]</span> <span class='op'>=</span> <span class='nam'>self</span><span class='strut'>&nbsp;</span></p> <p id='t56' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>result</span> <span class='op'>=</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>nodelist</span><span class='op'>.</span><span class='nam'>render</span><span class='op'>(</span><span class='nam'>context</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t57' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>else</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t58' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>push</span> <span class='op'>=</span> <span class='nam'>block</span> <span class='op'>=</span> <span class='nam'>block_context</span><span class='op'>.</span><span class='nam'>pop</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>name</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t59' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>block</span> <span class='key'>is</span> <span class='nam'>None</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t60' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>block</span> <span class='op'>=</span> <span class='nam'>self</span><span class='strut'>&nbsp;</span></p> <p id='t61' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='com'># Create new block so we can store context without thread-safety issues.</span><span class='strut'>&nbsp;</span></p> <p id='t62' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>block</span> <span class='op'>=</span> <span class='nam'>type</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>)</span><span class='op'>(</span><span class='nam'>block</span><span class='op'>.</span><span class='nam'>name</span><span class='op'>,</span> <span class='nam'>block</span><span class='op'>.</span><span class='nam'>nodelist</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t63' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>block</span><span class='op'>.</span><span class='nam'>context</span> <span class='op'>=</span> <span class='nam'>context</span><span class='strut'>&nbsp;</span></p> <p id='t64' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>context</span><span class='op'>[</span><span class='str'>&#39;block&#39;</span><span class='op'>]</span> <span class='op'>=</span> <span class='nam'>block</span><span class='strut'>&nbsp;</span></p> <p id='t65' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>result</span> <span class='op'>=</span> <span class='nam'>block</span><span class='op'>.</span><span class='nam'>nodelist</span><span class='op'>.</span><span class='nam'>render</span><span class='op'>(</span><span class='nam'>context</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t66' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>push</span> <span class='key'>is</span> <span class='key'>not</span> <span class='nam'>None</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t67' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>block_context</span><span class='op'>.</span><span class='nam'>push</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>name</span><span class='op'>,</span> <span class='nam'>push</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t68' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>result</span><span class='strut'>&nbsp;</span></p> <p id='t69' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t70' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>super</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t71' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>render_context</span> <span class='op'>=</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>context</span><span class='op'>.</span><span class='nam'>render_context</span><span class='strut'>&nbsp;</span></p> <p id='t72' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='op'>(</span><span class='nam'>BLOCK_CONTEXT_KEY</span> <span class='key'>in</span> <span class='nam'>render_context</span> <span class='key'>and</span><span class='strut'>&nbsp;</span></p> <p id='t73' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>render_context</span><span class='op'>[</span><span class='nam'>BLOCK_CONTEXT_KEY</span><span class='op'>]</span><span class='op'>.</span><span class='nam'>get_block</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>name</span><span class='op'>)</span> <span class='key'>is</span> <span class='key'>not</span> <span class='nam'>None</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t74' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>mark_safe</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>render</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>context</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t75' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='str'>&#39;&#39;</span><span class='strut'>&nbsp;</span></p> <p id='t76' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t77' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t78' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>ExtendsNode</span><span class='op'>(</span><span class='nam'>Node</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t79' class='stm run hide_run'>&nbsp; &nbsp; <span class='nam'>must_be_first</span> <span class='op'>=</span> <span class='nam'>True</span><span class='strut'>&nbsp;</span></p> <p id='t80' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t81' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__init__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>nodelist</span><span class='op'>,</span> <span class='nam'>parent_name</span><span class='op'>,</span> <span class='nam'>template_dirs</span><span class='op'>=</span><span class='nam'>None</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t82' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>nodelist</span> <span class='op'>=</span> <span class='nam'>nodelist</span><span class='strut'>&nbsp;</span></p> <p id='t83' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>parent_name</span> <span class='op'>=</span> <span class='nam'>parent_name</span><span class='strut'>&nbsp;</span></p> <p id='t84' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>template_dirs</span> <span class='op'>=</span> <span class='nam'>template_dirs</span><span class='strut'>&nbsp;</span></p> <p id='t85' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>blocks</span> <span class='op'>=</span> <span class='nam'>dict</span><span class='op'>(</span><span class='op'>(</span><span class='nam'>n</span><span class='op'>.</span><span class='nam'>name</span><span class='op'>,</span> <span class='nam'>n</span><span class='op'>)</span> <span class='key'>for</span> <span class='nam'>n</span> <span class='key'>in</span> <span class='nam'>nodelist</span><span class='op'>.</span><span class='nam'>get_nodes_by_type</span><span class='op'>(</span><span class='nam'>BlockNode</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t86' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t87' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__repr__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t88' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='str'>&#39;&lt;ExtendsNode: extends %s&gt;&#39;</span> <span class='op'>%</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>parent_name</span><span class='op'>.</span><span class='nam'>token</span><span class='strut'>&nbsp;</span></p> <p id='t89' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t90' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>get_parent</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>context</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t91' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>parent</span> <span class='op'>=</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>parent_name</span><span class='op'>.</span><span class='nam'>resolve</span><span class='op'>(</span><span class='nam'>context</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t92' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='key'>not</span> <span class='nam'>parent</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t93' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>error_msg</span> <span class='op'>=</span> <span class='str'>&quot;Invalid template name in &#39;extends&#39; tag: %r.&quot;</span> <span class='op'>%</span> <span class='nam'>parent</span><span class='strut'>&nbsp;</span></p> <p id='t94' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>parent_name</span><span class='op'>.</span><span class='nam'>filters</span> <span class='key'>or</span><span class='xx'>\</span><span class='strut'>&nbsp;</span></p> <p id='t95' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>isinstance</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>parent_name</span><span class='op'>.</span><span class='nam'>var</span><span class='op'>,</span> <span class='nam'>Variable</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t96' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>error_msg</span> <span class='op'>+=</span> <span class='str'>&quot; Got this from the &#39;%s&#39; variable.&quot;</span> <span class='op'>%</span><span class='xx'>\</span><span class='strut'>&nbsp;</span></p> <p id='t97' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>parent_name</span><span class='op'>.</span><span class='nam'>token</span><span class='strut'>&nbsp;</span></p> <p id='t98' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>raise</span> <span class='nam'>TemplateSyntaxError</span><span class='op'>(</span><span class='nam'>error_msg</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t99' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>hasattr</span><span class='op'>(</span><span class='nam'>parent</span><span class='op'>,</span> <span class='str'>&#39;render&#39;</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t100' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>parent</span>&nbsp; <span class='com'># parent is a Template object</span><span class='strut'>&nbsp;</span></p> <p id='t101' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>get_template</span><span class='op'>(</span><span class='nam'>parent</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t102' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t103' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>render</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>context</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t104' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>compiled_parent</span> <span class='op'>=</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>get_parent</span><span class='op'>(</span><span class='nam'>context</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t105' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t106' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>BLOCK_CONTEXT_KEY</span> <span class='key'>not</span> <span class='key'>in</span> <span class='nam'>context</span><span class='op'>.</span><span class='nam'>render_context</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t107' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>context</span><span class='op'>.</span><span class='nam'>render_context</span><span class='op'>[</span><span class='nam'>BLOCK_CONTEXT_KEY</span><span class='op'>]</span> <span class='op'>=</span> <span class='nam'>BlockContext</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t108' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>block_context</span> <span class='op'>=</span> <span class='nam'>context</span><span class='op'>.</span><span class='nam'>render_context</span><span class='op'>[</span><span class='nam'>BLOCK_CONTEXT_KEY</span><span class='op'>]</span><span class='strut'>&nbsp;</span></p> <p id='t109' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t110' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='com'># Add the block nodes from this node to the block context</span><span class='strut'>&nbsp;</span></p> <p id='t111' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>block_context</span><span class='op'>.</span><span class='nam'>add_blocks</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>blocks</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t112' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t113' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='com'># If this block&#39;s parent doesn&#39;t have an extends node it is the root,</span><span class='strut'>&nbsp;</span></p> <p id='t114' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='com'># and its block nodes also need to be added to the block context.</span><span class='strut'>&nbsp;</span></p> <p id='t115' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>for</span> <span class='nam'>node</span> <span class='key'>in</span> <span class='nam'>compiled_parent</span><span class='op'>.</span><span class='nam'>nodelist</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t116' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='com'># The ExtendsNode has to be the first non-text node.</span><span class='strut'>&nbsp;</span></p> <p id='t117' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='key'>not</span> <span class='nam'>isinstance</span><span class='op'>(</span><span class='nam'>node</span><span class='op'>,</span> <span class='nam'>TextNode</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t118' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='key'>not</span> <span class='nam'>isinstance</span><span class='op'>(</span><span class='nam'>node</span><span class='op'>,</span> <span class='nam'>ExtendsNode</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t119' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>blocks</span> <span class='op'>=</span> <span class='nam'>dict</span><span class='op'>(</span><span class='op'>(</span><span class='nam'>n</span><span class='op'>.</span><span class='nam'>name</span><span class='op'>,</span> <span class='nam'>n</span><span class='op'>)</span> <span class='key'>for</span> <span class='nam'>n</span> <span class='key'>in</span><span class='strut'>&nbsp;</span></p> <p id='t120' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>compiled_parent</span><span class='op'>.</span><span class='nam'>nodelist</span><span class='op'>.</span><span class='nam'>get_nodes_by_type</span><span class='op'>(</span><span class='nam'>BlockNode</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t121' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>block_context</span><span class='op'>.</span><span class='nam'>add_blocks</span><span class='op'>(</span><span class='nam'>blocks</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t122' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>break</span><span class='strut'>&nbsp;</span></p> <p id='t123' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t124' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='com'># Call Template._render explicitly so the parser context stays</span><span class='strut'>&nbsp;</span></p> <p id='t125' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='com'># the same.</span><span class='strut'>&nbsp;</span></p> <p id='t126' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>compiled_parent</span><span class='op'>.</span><span class='nam'>_render</span><span class='op'>(</span><span class='nam'>context</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t127' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t128' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t129' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>IncludeNode</span><span class='op'>(</span><span class='nam'>Node</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t130' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>__init__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>template</span><span class='op'>,</span> <span class='op'>*</span><span class='nam'>args</span><span class='op'>,</span> <span class='op'>**</span><span class='nam'>kwargs</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t131' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>template</span> <span class='op'>=</span> <span class='nam'>template</span><span class='strut'>&nbsp;</span></p> <p id='t132' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>extra_context</span> <span class='op'>=</span> <span class='nam'>kwargs</span><span class='op'>.</span><span class='nam'>pop</span><span class='op'>(</span><span class='str'>&#39;extra_context&#39;</span><span class='op'>,</span> <span class='op'>{</span><span class='op'>}</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t133' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>self</span><span class='op'>.</span><span class='nam'>isolated_context</span> <span class='op'>=</span> <span class='nam'>kwargs</span><span class='op'>.</span><span class='nam'>pop</span><span class='op'>(</span><span class='str'>&#39;isolated_context&#39;</span><span class='op'>,</span> <span class='nam'>False</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t134' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>super</span><span class='op'>(</span><span class='nam'>IncludeNode</span><span class='op'>,</span> <span class='nam'>self</span><span class='op'>)</span><span class='op'>.</span><span class='nam'>__init__</span><span class='op'>(</span><span class='op'>*</span><span class='nam'>args</span><span class='op'>,</span> <span class='op'>**</span><span class='nam'>kwargs</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t135' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t136' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>def</span> <span class='nam'>render</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>context</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t137' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>try</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t138' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>template</span> <span class='op'>=</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>template</span><span class='op'>.</span><span class='nam'>resolve</span><span class='op'>(</span><span class='nam'>context</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t139' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='com'># Does this quack like a Template?</span><span class='strut'>&nbsp;</span></p> <p id='t140' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='key'>not</span> <span class='nam'>callable</span><span class='op'>(</span><span class='nam'>getattr</span><span class='op'>(</span><span class='nam'>template</span><span class='op'>,</span> <span class='str'>&#39;render&#39;</span><span class='op'>,</span> <span class='nam'>None</span><span class='op'>)</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t141' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='com'># If not, we&#39;ll try get_template</span><span class='strut'>&nbsp;</span></p> <p id='t142' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>template</span> <span class='op'>=</span> <span class='nam'>get_template</span><span class='op'>(</span><span class='nam'>template</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t143' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>values</span> <span class='op'>=</span> <span class='op'>{</span><span class='strut'>&nbsp;</span></p> <p id='t144' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>name</span><span class='op'>:</span> <span class='nam'>var</span><span class='op'>.</span><span class='nam'>resolve</span><span class='op'>(</span><span class='nam'>context</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t145' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>for</span> <span class='nam'>name</span><span class='op'>,</span> <span class='nam'>var</span> <span class='key'>in</span> <span class='nam'>six</span><span class='op'>.</span><span class='nam'>iteritems</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>extra_context</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t146' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='op'>}</span><span class='strut'>&nbsp;</span></p> <p id='t147' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>isolated_context</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t148' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>template</span><span class='op'>.</span><span class='nam'>render</span><span class='op'>(</span><span class='nam'>context</span><span class='op'>.</span><span class='nam'>new</span><span class='op'>(</span><span class='nam'>values</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t149' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>with</span> <span class='nam'>context</span><span class='op'>.</span><span class='nam'>push</span><span class='op'>(</span><span class='op'>**</span><span class='nam'>values</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t150' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>template</span><span class='op'>.</span><span class='nam'>render</span><span class='op'>(</span><span class='nam'>context</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t151' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>except</span> <span class='nam'>Exception</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t152' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>settings</span><span class='op'>.</span><span class='nam'>TEMPLATE_DEBUG</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t153' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>raise</span><span class='strut'>&nbsp;</span></p> <p id='t154' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>return</span> <span class='str'>&#39;&#39;</span><span class='strut'>&nbsp;</span></p> <p id='t155' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t156' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t157' class='stm run hide_run'><span class='op'>@</span><span class='nam'>register</span><span class='op'>.</span><span class='nam'>tag</span><span class='op'>(</span><span class='str'>&#39;block&#39;</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t158' class='pln'><span class='key'>def</span> <span class='nam'>do_block</span><span class='op'>(</span><span class='nam'>parser</span><span class='op'>,</span> <span class='nam'>token</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t159' class='pln'>&nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t160' class='pln'><span class='str'>&nbsp; &nbsp; Define a block that can be overridden by child templates.</span><span class='strut'>&nbsp;</span></p> <p id='t161' class='pln'><span class='str'>&nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t162' class='pln'>&nbsp; &nbsp; <span class='com'># token.split_contents() isn&#39;t useful here because this tag doesn&#39;t accept variable as arguments</span><span class='strut'>&nbsp;</span></p> <p id='t163' class='stm run hide_run'>&nbsp; &nbsp; <span class='nam'>bits</span> <span class='op'>=</span> <span class='nam'>token</span><span class='op'>.</span><span class='nam'>contents</span><span class='op'>.</span><span class='nam'>split</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t164' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>len</span><span class='op'>(</span><span class='nam'>bits</span><span class='op'>)</span> <span class='op'>!=</span> <span class='num'>2</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t165' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>raise</span> <span class='nam'>TemplateSyntaxError</span><span class='op'>(</span><span class='str'>&quot;&#39;%s&#39; tag takes only one argument&quot;</span> <span class='op'>%</span> <span class='nam'>bits</span><span class='op'>[</span><span class='num'>0</span><span class='op'>]</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t166' class='stm run hide_run'>&nbsp; &nbsp; <span class='nam'>block_name</span> <span class='op'>=</span> <span class='nam'>bits</span><span class='op'>[</span><span class='num'>1</span><span class='op'>]</span><span class='strut'>&nbsp;</span></p> <p id='t167' class='pln'>&nbsp; &nbsp; <span class='com'># Keep track of the names of BlockNodes found in this template, so we can</span><span class='strut'>&nbsp;</span></p> <p id='t168' class='pln'>&nbsp; &nbsp; <span class='com'># check for duplication.</span><span class='strut'>&nbsp;</span></p> <p id='t169' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>try</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t170' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>block_name</span> <span class='key'>in</span> <span class='nam'>parser</span><span class='op'>.</span><span class='nam'>__loaded_blocks</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t171' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>raise</span> <span class='nam'>TemplateSyntaxError</span><span class='op'>(</span><span class='str'>&quot;&#39;%s&#39; tag with name &#39;%s&#39; appears more than once&quot;</span> <span class='op'>%</span> <span class='op'>(</span><span class='nam'>bits</span><span class='op'>[</span><span class='num'>0</span><span class='op'>]</span><span class='op'>,</span> <span class='nam'>block_name</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t172' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>parser</span><span class='op'>.</span><span class='nam'>__loaded_blocks</span><span class='op'>.</span><span class='nam'>append</span><span class='op'>(</span><span class='nam'>block_name</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t173' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>except</span> <span class='nam'>AttributeError</span><span class='op'>:</span>&nbsp; <span class='com'># parser.__loaded_blocks isn&#39;t a list yet</span><span class='strut'>&nbsp;</span></p> <p id='t174' class='stm run hide_run'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>parser</span><span class='op'>.</span><span class='nam'>__loaded_blocks</span> <span class='op'>=</span> <span class='op'>[</span><span class='nam'>block_name</span><span class='op'>]</span><span class='strut'>&nbsp;</span></p> <p id='t175' class='stm run hide_run'>&nbsp; &nbsp; <span class='nam'>nodelist</span> <span class='op'>=</span> <span class='nam'>parser</span><span class='op'>.</span><span class='nam'>parse</span><span class='op'>(</span><span class='op'>(</span><span class='str'>&#39;endblock&#39;</span><span class='op'>,</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t176' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t177' class='pln'>&nbsp; &nbsp; <span class='com'># This check is kept for backwards-compatibility. See #3100.</span><span class='strut'>&nbsp;</span></p> <p id='t178' class='stm run hide_run'>&nbsp; &nbsp; <span class='nam'>endblock</span> <span class='op'>=</span> <span class='nam'>parser</span><span class='op'>.</span><span class='nam'>next_token</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t179' class='stm run hide_run'>&nbsp; &nbsp; <span class='nam'>acceptable_endblocks</span> <span class='op'>=</span> <span class='op'>(</span><span class='str'>&#39;endblock&#39;</span><span class='op'>,</span> <span class='str'>&#39;endblock %s&#39;</span> <span class='op'>%</span> <span class='nam'>block_name</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t180' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>endblock</span><span class='op'>.</span><span class='nam'>contents</span> <span class='key'>not</span> <span class='key'>in</span> <span class='nam'>acceptable_endblocks</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t181' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>parser</span><span class='op'>.</span><span class='nam'>invalid_block_tag</span><span class='op'>(</span><span class='nam'>endblock</span><span class='op'>,</span> <span class='str'>&#39;endblock&#39;</span><span class='op'>,</span> <span class='nam'>acceptable_endblocks</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t182' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t183' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>BlockNode</span><span class='op'>(</span><span class='nam'>block_name</span><span class='op'>,</span> <span class='nam'>nodelist</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t184' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t185' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t186' class='stm run hide_run'><span class='op'>@</span><span class='nam'>register</span><span class='op'>.</span><span class='nam'>tag</span><span class='op'>(</span><span class='str'>&#39;extends&#39;</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t187' class='pln'><span class='key'>def</span> <span class='nam'>do_extends</span><span class='op'>(</span><span class='nam'>parser</span><span class='op'>,</span> <span class='nam'>token</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t188' class='pln'>&nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t189' class='pln'><span class='str'>&nbsp; &nbsp; Signal that this template extends a parent template.</span><span class='strut'>&nbsp;</span></p> <p id='t190' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t191' class='pln'><span class='str'>&nbsp; &nbsp; This tag may be used in two ways: ``{% extends &quot;base&quot; %}`` (with quotes)</span><span class='strut'>&nbsp;</span></p> <p id='t192' class='pln'><span class='str'>&nbsp; &nbsp; uses the literal value &quot;base&quot; as the name of the parent template to extend,</span><span class='strut'>&nbsp;</span></p> <p id='t193' class='pln'><span class='str'>&nbsp; &nbsp; or ``{% extends variable %}`` uses the value of ``variable`` as either the</span><span class='strut'>&nbsp;</span></p> <p id='t194' class='pln'><span class='str'>&nbsp; &nbsp; name of the parent template to extend (if it evaluates to a string) or as</span><span class='strut'>&nbsp;</span></p> <p id='t195' class='pln'><span class='str'>&nbsp; &nbsp; the parent template itself (if it evaluates to a Template object).</span><span class='strut'>&nbsp;</span></p> <p id='t196' class='pln'><span class='str'>&nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t197' class='stm run hide_run'>&nbsp; &nbsp; <span class='nam'>bits</span> <span class='op'>=</span> <span class='nam'>token</span><span class='op'>.</span><span class='nam'>split_contents</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t198' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>len</span><span class='op'>(</span><span class='nam'>bits</span><span class='op'>)</span> <span class='op'>!=</span> <span class='num'>2</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t199' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>raise</span> <span class='nam'>TemplateSyntaxError</span><span class='op'>(</span><span class='str'>&quot;&#39;%s&#39; takes one argument&quot;</span> <span class='op'>%</span> <span class='nam'>bits</span><span class='op'>[</span><span class='num'>0</span><span class='op'>]</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t200' class='stm run hide_run'>&nbsp; &nbsp; <span class='nam'>parent_name</span> <span class='op'>=</span> <span class='nam'>parser</span><span class='op'>.</span><span class='nam'>compile_filter</span><span class='op'>(</span><span class='nam'>bits</span><span class='op'>[</span><span class='num'>1</span><span class='op'>]</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t201' class='stm run hide_run'>&nbsp; &nbsp; <span class='nam'>nodelist</span> <span class='op'>=</span> <span class='nam'>parser</span><span class='op'>.</span><span class='nam'>parse</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t202' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>nodelist</span><span class='op'>.</span><span class='nam'>get_nodes_by_type</span><span class='op'>(</span><span class='nam'>ExtendsNode</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t203' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>raise</span> <span class='nam'>TemplateSyntaxError</span><span class='op'>(</span><span class='str'>&quot;&#39;%s&#39; cannot appear more than once in the same template&quot;</span> <span class='op'>%</span> <span class='nam'>bits</span><span class='op'>[</span><span class='num'>0</span><span class='op'>]</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t204' class='stm run hide_run'>&nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>ExtendsNode</span><span class='op'>(</span><span class='nam'>nodelist</span><span class='op'>,</span> <span class='nam'>parent_name</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t205' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t206' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t207' class='stm run hide_run'><span class='op'>@</span><span class='nam'>register</span><span class='op'>.</span><span class='nam'>tag</span><span class='op'>(</span><span class='str'>&#39;include&#39;</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t208' class='pln'><span class='key'>def</span> <span class='nam'>do_include</span><span class='op'>(</span><span class='nam'>parser</span><span class='op'>,</span> <span class='nam'>token</span><span class='op'>)</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t209' class='pln'>&nbsp; &nbsp; <span class='str'>&quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t210' class='pln'><span class='str'>&nbsp; &nbsp; Loads a template and renders it with the current context. You can pass</span><span class='strut'>&nbsp;</span></p> <p id='t211' class='pln'><span class='str'>&nbsp; &nbsp; additional context using keyword arguments.</span><span class='strut'>&nbsp;</span></p> <p id='t212' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t213' class='pln'><span class='str'>&nbsp; &nbsp; Example::</span><span class='strut'>&nbsp;</span></p> <p id='t214' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t215' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; {% include &quot;foo/some_include&quot; %}</span><span class='strut'>&nbsp;</span></p> <p id='t216' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; {% include &quot;foo/some_include&quot; with bar=&quot;BAZZ!&quot; baz=&quot;BING!&quot; %}</span><span class='strut'>&nbsp;</span></p> <p id='t217' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t218' class='pln'><span class='str'>&nbsp; &nbsp; Use the ``only`` argument to exclude the current context when rendering</span><span class='strut'>&nbsp;</span></p> <p id='t219' class='pln'><span class='str'>&nbsp; &nbsp; the included template::</span><span class='strut'>&nbsp;</span></p> <p id='t220' class='pln'><span class='strut'>&nbsp;</span></p> <p id='t221' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; {% include &quot;foo/some_include&quot; only %}</span><span class='strut'>&nbsp;</span></p> <p id='t222' class='pln'><span class='str'>&nbsp; &nbsp; &nbsp; &nbsp; {% include &quot;foo/some_include&quot; with bar=&quot;1&quot; only %}</span><span class='strut'>&nbsp;</span></p> <p id='t223' class='pln'><span class='str'>&nbsp; &nbsp; &quot;&quot;&quot;</span><span class='strut'>&nbsp;</span></p> <p id='t224' class='stm mis'>&nbsp; &nbsp; <span class='nam'>bits</span> <span class='op'>=</span> <span class='nam'>token</span><span class='op'>.</span><span class='nam'>split_contents</span><span class='op'>(</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t225' class='stm mis'>&nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>len</span><span class='op'>(</span><span class='nam'>bits</span><span class='op'>)</span> <span class='op'>&lt;</span> <span class='num'>2</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t226' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>raise</span> <span class='nam'>TemplateSyntaxError</span><span class='op'>(</span><span class='str'>&quot;%r tag takes at least one argument: the name of the template to be included.&quot;</span> <span class='op'>%</span> <span class='nam'>bits</span><span class='op'>[</span><span class='num'>0</span><span class='op'>]</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t227' class='stm mis'>&nbsp; &nbsp; <span class='nam'>options</span> <span class='op'>=</span> <span class='op'>{</span><span class='op'>}</span><span class='strut'>&nbsp;</span></p> <p id='t228' class='stm mis'>&nbsp; &nbsp; <span class='nam'>remaining_bits</span> <span class='op'>=</span> <span class='nam'>bits</span><span class='op'>[</span><span class='num'>2</span><span class='op'>:</span><span class='op'>]</span><span class='strut'>&nbsp;</span></p> <p id='t229' class='stm mis'>&nbsp; &nbsp; <span class='key'>while</span> <span class='nam'>remaining_bits</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t230' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>option</span> <span class='op'>=</span> <span class='nam'>remaining_bits</span><span class='op'>.</span><span class='nam'>pop</span><span class='op'>(</span><span class='num'>0</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t231' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>option</span> <span class='key'>in</span> <span class='nam'>options</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t232' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>raise</span> <span class='nam'>TemplateSyntaxError</span><span class='op'>(</span><span class='str'>&#39;The %r option was specified more &#39;</span><span class='strut'>&nbsp;</span></p> <p id='t233' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;than once.&#39;</span> <span class='op'>%</span> <span class='nam'>option</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t234' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='nam'>option</span> <span class='op'>==</span> <span class='str'>&#39;with&#39;</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t235' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>value</span> <span class='op'>=</span> <span class='nam'>token_kwargs</span><span class='op'>(</span><span class='nam'>remaining_bits</span><span class='op'>,</span> <span class='nam'>parser</span><span class='op'>,</span> <span class='nam'>support_legacy</span><span class='op'>=</span><span class='nam'>False</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t236' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>if</span> <span class='key'>not</span> <span class='nam'>value</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t237' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>raise</span> <span class='nam'>TemplateSyntaxError</span><span class='op'>(</span><span class='str'>&#39;&quot;with&quot; in %r tag needs at least &#39;</span><span class='strut'>&nbsp;</span></p> <p id='t238' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='str'>&#39;one keyword argument.&#39;</span> <span class='op'>%</span> <span class='nam'>bits</span><span class='op'>[</span><span class='num'>0</span><span class='op'>]</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t239' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>elif</span> <span class='nam'>option</span> <span class='op'>==</span> <span class='str'>&#39;only&#39;</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t240' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>value</span> <span class='op'>=</span> <span class='nam'>True</span><span class='strut'>&nbsp;</span></p> <p id='t241' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>else</span><span class='op'>:</span><span class='strut'>&nbsp;</span></p> <p id='t242' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='key'>raise</span> <span class='nam'>TemplateSyntaxError</span><span class='op'>(</span><span class='str'>&#39;Unknown argument for %r tag: %r.&#39;</span> <span class='op'>%</span><span class='strut'>&nbsp;</span></p> <p id='t243' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class='op'>(</span><span class='nam'>bits</span><span class='op'>[</span><span class='num'>0</span><span class='op'>]</span><span class='op'>,</span> <span class='nam'>option</span><span class='op'>)</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t244' class='stm mis'>&nbsp; &nbsp; &nbsp; &nbsp; <span class='nam'>options</span><span class='op'>[</span><span class='nam'>option</span><span class='op'>]</span> <span class='op'>=</span> <span class='nam'>value</span><span class='strut'>&nbsp;</span></p> <p id='t245' class='stm mis'>&nbsp; &nbsp; <span class='nam'>isolated_context</span> <span class='op'>=</span> <span class='nam'>options</span><span class='op'>.</span><span class='nam'>get</span><span class='op'>(</span><span class='str'>&#39;only&#39;</span><span class='op'>,</span> <span class='nam'>False</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t246' class='stm mis'>&nbsp; &nbsp; <span class='nam'>namemap</span> <span class='op'>=</span> <span class='nam'>options</span><span class='op'>.</span><span class='nam'>get</span><span class='op'>(</span><span class='str'>&#39;with&#39;</span><span class='op'>,</span> <span class='op'>{</span><span class='op'>}</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> <p id='t247' class='stm mis'>&nbsp; &nbsp; <span class='key'>return</span> <span class='nam'>IncludeNode</span><span class='op'>(</span><span class='nam'>parser</span><span class='op'>.</span><span class='nam'>compile_filter</span><span class='op'>(</span><span class='nam'>bits</span><span class='op'>[</span><span class='num'>1</span><span class='op'>]</span><span class='op'>)</span><span class='op'>,</span> <span class='nam'>extra_context</span><span class='op'>=</span><span class='nam'>namemap</span><span class='op'>,</span><span class='strut'>&nbsp;</span></p> <p id='t248' class='pln'>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <span class='nam'>isolated_context</span><span class='op'>=</span><span class='nam'>isolated_context</span><span class='op'>)</span><span class='strut'>&nbsp;</span></p> </td> </tr> </table> </div> <div id='footer'> <div class='content'> <p> <a class='nav' href='index.html'>&#xab; index</a> &nbsp; &nbsp; <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a> </p> </div> </div> </body> </html>
wp-content/themes/pinknose/css/defaults.css
pinknose/wordpress_base
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */ html { font-size:62.5%; } html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; } body { line-height:1; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } /* change colours to suit your needs */ ins { background-color:#ff9; color:#000; text-decoration:none; } /* change colours to suit your needs */ mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } /* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; }
wp-content/wfcache/www.goblueox.com_blog/author~admin~feed~~_wfcache.html
bookoo/goblueox
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" > <channel> <title>Blue Ox &#187; admin</title> <atom:link href="http://www.goblueox.com/blog/author/admin/feed/" rel="self" type="application/rss+xml" /> <link>http://www.goblueox.com</link> <description></description> <lastBuildDate>Fri, 29 May 2015 14:51:34 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item> <title>May Giveaway! Win a $50 Gift Card on Blue Ox Heating &amp; Air&#8217;s Facebook Page</title> <link>http://www.goblueox.com/blog/may-giveaway-win-a-50-gift-card-on-blue-ox-heating-airs-facebook-page/</link> <comments>http://www.goblueox.com/blog/may-giveaway-win-a-50-gift-card-on-blue-ox-heating-airs-facebook-page/#comments</comments> <pubDate>Thu, 07 May 2015 13:38:13 +0000</pubDate> <dc:creator><![CDATA[admin]]></dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[contest]]></category> <guid isPermaLink="false">http://www.goblueox.com/?p=2906</guid> <description><![CDATA[<p>Despite the fact that spring weather has been all over the place this year, we&#8217;re excited for the warmth we know is right around the corner. From walks around the lake the Great Minnesota Get-Together, there&#8217;s so much to do during summer months in the Twin Cities. Throughout the month of May, we&#8217;ll be sharing some [&#8230;]</p> <p>The post <a rel="nofollow" href="http://www.goblueox.com/blog/may-giveaway-win-a-50-gift-card-on-blue-ox-heating-airs-facebook-page/">May Giveaway! Win a $50 Gift Card on Blue Ox Heating &#038; Air&#8217;s Facebook Page</a> appeared first on <a rel="nofollow" href="http://www.goblueox.com">Blue Ox</a>.</p> ]]></description> <wfw:commentRss>http://www.goblueox.com/blog/may-giveaway-win-a-50-gift-card-on-blue-ox-heating-airs-facebook-page/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item> <title>Fall Furnace Maintenance You Can Do Yourself</title> <link>http://www.goblueox.com/blog/fall-furnace-maintenance-you-can-do-yourself/</link> <comments>http://www.goblueox.com/blog/fall-furnace-maintenance-you-can-do-yourself/#comments</comments> <pubDate>Wed, 25 Sep 2013 14:40:32 +0000</pubDate> <dc:creator><![CDATA[admin]]></dc:creator> <category><![CDATA[Furnaces]]></category> <category><![CDATA[Heating]]></category> <category><![CDATA[Maintenance]]></category> <category><![CDATA[blue ox heating and air]]></category> <category><![CDATA[DIY furnace maintenance]]></category> <category><![CDATA[diy heating maintenance]]></category> <category><![CDATA[furnace maintenance]]></category> <category><![CDATA[furnace tips]]></category> <guid isPermaLink="false">http://www.goblueox.com/?p=584</guid> <description><![CDATA[<p>DIY Furnace Maintenance If you are preparing for winter, it’s important to service your furnace before the blistering cold temperatures hit so that you stay comfortable all season long. By practicing the proper furnace maintenance, you can save time and money. If you are not sure how to maintain your own furnace, here are some [&#8230;]</p> <p>The post <a rel="nofollow" href="http://www.goblueox.com/blog/fall-furnace-maintenance-you-can-do-yourself/">Fall Furnace Maintenance You Can Do Yourself</a> appeared first on <a rel="nofollow" href="http://www.goblueox.com">Blue Ox</a>.</p> ]]></description> <wfw:commentRss>http://www.goblueox.com/blog/fall-furnace-maintenance-you-can-do-yourself/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item> <title>How Poor Indoor Air Quality Affects Your Health</title> <link>http://www.goblueox.com/blog/how-poor-indoor-air-quality-affects-your-health/</link> <comments>http://www.goblueox.com/blog/how-poor-indoor-air-quality-affects-your-health/#comments</comments> <pubDate>Tue, 24 Sep 2013 18:07:02 +0000</pubDate> <dc:creator><![CDATA[admin]]></dc:creator> <category><![CDATA[Air Quality]]></category> <category><![CDATA[air pollution]]></category> <category><![CDATA[air purifiers]]></category> <category><![CDATA[air quality]]></category> <category><![CDATA[blue ox heating and air]]></category> <category><![CDATA[indoor air pollution]]></category> <category><![CDATA[indoor air quality]]></category> <guid isPermaLink="false">http://www.goblueox.com/?p=581</guid> <description><![CDATA[<p>Protect Your Health by Improving Your Air Quality Today&#8217;s well-insulated homes make it easier and more economical to maintain a comfortable environment indoors, but they also tend to trap pollutants inside. According to the Environmental Protection Agency (EPA, indoor air is typically many times more polluted than the outdoor air in cities like Minneapolis. Included [&#8230;]</p> <p>The post <a rel="nofollow" href="http://www.goblueox.com/blog/how-poor-indoor-air-quality-affects-your-health/">How Poor Indoor Air Quality Affects Your Health</a> appeared first on <a rel="nofollow" href="http://www.goblueox.com">Blue Ox</a>.</p> ]]></description> <wfw:commentRss>http://www.goblueox.com/blog/how-poor-indoor-air-quality-affects-your-health/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
docs/CommonShares/uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageMessage.html
UnaCloud/UnaCloud2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (version 1.7.0_60) on Mon Jan 23 13:33:30 COT 2017 --> <title>ExecutionSaveImageMessage</title> <meta name="date" content="2017-01-23"> <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="ExecutionSaveImageMessage"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ExecutionSaveImageMessage.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionRestartMessage.html" title="class in uniandes.unacloud.common.com.messages.exeo"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageResponse.html" title="class in uniandes.unacloud.common.com.messages.exeo"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageMessage.html" target="_top">Frames</a></li> <li><a href="ExecutionSaveImageMessage.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields_inherited_from_class_uniandes.unacloud.common.com.messages.ImageOperationMessage">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">uniandes.unacloud.common.com.messages.exeo</div> <h2 title="Class ExecutionSaveImageMessage" class="title">Class ExecutionSaveImageMessage</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html" title="class in uniandes.unacloud.common.com">uniandes.unacloud.common.com.UnaCloudAbstractMessage</a></li> <li> <ul class="inheritance"> <li><a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html" title="class in uniandes.unacloud.common.com.messages">uniandes.unacloud.common.com.messages.ImageOperationMessage</a></li> <li> <ul class="inheritance"> <li>uniandes.unacloud.common.com.messages.exeo.ExecutionSaveImageMessage</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.io.Serializable</dd> </dl> <hr> <br> <pre>public class <span class="strong">ExecutionSaveImageMessage</span> extends <a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html" title="class in uniandes.unacloud.common.com.messages">ImageOperationMessage</a></pre> <div class="block">Represents message to send current execution to server</div> <dl><dt><span class="strong">Author:</span></dt> <dd>CesarF</dd> <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../serialized-form.html#uniandes.unacloud.common.com.messages.exeo.ExecutionSaveImageMessage">Serialized Form</a></dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_uniandes.unacloud.common.com.messages.ImageOperationMessage"> <!-- --> </a> <h3>Fields inherited from class&nbsp;uniandes.unacloud.common.com.messages.<a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html" title="class in uniandes.unacloud.common.com.messages">ImageOperationMessage</a></h3> <code><a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html#VM_HOST_TABLE">VM_HOST_TABLE</a>, <a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html#VM_RESTART">VM_RESTART</a>, <a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html#VM_SAVE_IMG">VM_SAVE_IMG</a>, <a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html#VM_START">VM_START</a>, <a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html#VM_STATE">VM_STATE</a>, <a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html#VM_STOP">VM_STOP</a>, <a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html#VM_TIME">VM_TIME</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_uniandes.unacloud.common.com.UnaCloudAbstractMessage"> <!-- --> </a> <h3>Fields inherited from class&nbsp;uniandes.unacloud.common.com.<a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html" title="class in uniandes.unacloud.common.com">UnaCloudAbstractMessage</a></h3> <code><a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html#AGENT_OPERATION">AGENT_OPERATION</a>, <a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html#DATABASE_OPERATION">DATABASE_OPERATION</a>, <a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html#EXECUTION_OPERATION">EXECUTION_OPERATION</a>, <a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html#PHYSICAL_MACHINE_OPERATION">PHYSICAL_MACHINE_OPERATION</a>, <a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html#REGISTRATION_OPERATION">REGISTRATION_OPERATION</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageMessage.html#ExecutionSaveImageMessage()">ExecutionSaveImageMessage</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>long</code></td> <td class="colLast"><code><strong><a href="../../../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageMessage.html#getImageId()">getImageId</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageMessage.html#getTokenCom()">getTokenCom</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageMessage.html#setImageId(long)">setImageId</a></strong>(long&nbsp;imageId)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageMessage.html#setTokenCom(java.lang.String)">setTokenCom</a></strong>(java.lang.String&nbsp;tokenCom)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_uniandes.unacloud.common.com.messages.ImageOperationMessage"> <!-- --> </a> <h3>Methods inherited from class&nbsp;uniandes.unacloud.common.com.messages.<a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html" title="class in uniandes.unacloud.common.com.messages">ImageOperationMessage</a></h3> <code><a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html#getExecutionId()">getExecutionId</a>, <a href="../../../../../../uniandes/unacloud/common/com/messages/ImageOperationMessage.html#setExecutionId(long)">setExecutionId</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_uniandes.unacloud.common.com.UnaCloudAbstractMessage"> <!-- --> </a> <h3>Methods inherited from class&nbsp;uniandes.unacloud.common.com.<a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html" title="class in uniandes.unacloud.common.com">UnaCloudAbstractMessage</a></h3> <code><a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html#fromMessage(uniandes.unacloud.common.com.UnaCloudAbstractMessage)">fromMessage</a>, <a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html#getMainOp()">getMainOp</a>, <a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html#getSubOp()">getSubOp</a>, <a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html#setMainOp(int)">setMainOp</a>, <a href="../../../../../../uniandes/unacloud/common/com/UnaCloudAbstractMessage.html#setSubOp(int)">setSubOp</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ExecutionSaveImageMessage()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ExecutionSaveImageMessage</h4> <pre>public&nbsp;ExecutionSaveImageMessage()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getImageId()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getImageId</h4> <pre>public&nbsp;long&nbsp;getImageId()</pre> </li> </ul> <a name="setImageId(long)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setImageId</h4> <pre>public&nbsp;void&nbsp;setImageId(long&nbsp;imageId)</pre> </li> </ul> <a name="getTokenCom()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTokenCom</h4> <pre>public&nbsp;java.lang.String&nbsp;getTokenCom()</pre> </li> </ul> <a name="setTokenCom(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>setTokenCom</h4> <pre>public&nbsp;void&nbsp;setTokenCom(java.lang.String&nbsp;tokenCom)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/ExecutionSaveImageMessage.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionRestartMessage.html" title="class in uniandes.unacloud.common.com.messages.exeo"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../../uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageResponse.html" title="class in uniandes.unacloud.common.com.messages.exeo"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?uniandes/unacloud/common/com/messages/exeo/ExecutionSaveImageMessage.html" target="_top">Frames</a></li> <li><a href="ExecutionSaveImageMessage.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields_inherited_from_class_uniandes.unacloud.common.com.messages.ImageOperationMessage">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
gallery/2007_12thNight_Hat_Pins/hatpins_g.html
CorwynRavenwing/sca.ekmg
caption --> <p align="center" class="pcaption">g) Sharp and Owie!</p> <!-- Custom Fields --> <!-- voting --> <!-- Comments --><br></div><table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td class="navtableborderbegin"> <!-- 'Classic' Photo Navigator --> <table width="100%" cellspacing="0" cellpadding="0" id="g-navtable-bottom" dir="ltr"> <tr> <td height="18">7 of 26</td> <td style="text-align: right" class="g-borderleft" ><div class="nowrap">Jump to: <select name="goto" onChange="document.location.href=this.value" size="1"> </select> </div></td> </tr> </table> </td> </tr> <tr> <td class="navtableborderend"> <table style="" width="100%" border="0" cellspacing="0" cellpadding="0" class="modnavboxmid"> <tr> <td class="bread" style="text-align:right; padding-left: 5px; padding-right: 5px;"> Gallery: <a href="../albums.php.html">East Kingdom Galleries&nbsp;<img src="../images/icons/navigation/nav_home.gif" alt="navigate up" title="navigate up"></a> Album: <a href="../EK-Metalsmiths-Guild.html">EK Metalsmiths Guild&nbsp;<img src="../images/icons/navigation/nav_home.gif" alt="navigate up" title="navigate up"></a> Album: <a href="../album04.html">EKMG1&nbsp;<img src="../images/icons/navigation/nav_home.gif" alt="navigate up" title="navigate up"></a> Album: <a href="../2007_12thNight_Hat_Pins.html">2007: 12th Night Hat Pins&nbsp;<img src="../images/icons/navigation/nav_home.gif" alt="navigate up" title="navigate up"></a> </td> </tr> </table> </td> </tr> </table> <form name="sflyc4p" action="http://www.shutterfly.com/c4p/UpdateCart.jsp" method="post"> <input type=hidden name=addim value="1"> <input type=hidden name=protocol value="SFP,100"> <input type=hidden name=pid value="C4PP"> <input type=hidden name=psid value="GALL"> <input type=hidden name=referid value="gallery"> <input type=hidden name=returl value="this-gets-set-by-javascript-in-onClick"> <input type=hidden name=imrawheight-1 value="480"> <input type=hidden name=imrawwidth-1 value="640"> <input type=hidden name=imbkprnta-1 value="g) Sharp and Owie!"> </form> <form method="post" name="photoAccess" action="http://www.tkqlhce.com/click-1660787-10381744"> <input type="hidden" name="cb" value="CB_GP"> <input type="hidden" name="redir" value="true"> <input type="hidden" name="returnUrl" value="this-gets-set-by-javascript-in-onClick"> <input type="hidden" name="imageId" value="hatpins_g.jpg"> <input type="hidden" name="imgWidth" value="640"> <input type="hidden" name="imgHeight" value="480"> </form> <table width="100%" cellspacing="0" cellpadding="0" class="modfooter"> <tr> <td valign="top" align="left"> <!-- The Gallery code version number, linked to the Gallery home page --> <span class="fineprint"> <a href="http://gallery.sourceforge.net" target="_blank"><img src="../images/gallery1.gif" alt="Powered by Gallery v1" title="Powered by Gallery v1"></a> <!-- 1.5.8-debian1 --> </span> </td> </tr> </table> </td> </tr> </table> </body> </html>
giac/giac-1.5.0/doc/fr/cascmd_fr/cascmd_fr538.html
hiplayer/giac
<!DOCTYPE html> <html > <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="generator" content="hevea 2.29+5 of 2017-05-18"> <link rel="stylesheet" type="text/css" href="cascmd_fr.css"> <title>Nombre d’éléments supérieurs à une valeur : count_sup</title> </head> <body > <a href="cascmd_fr537.html"><img src="previous_motif.gif" alt="Previous"></a> <a href="index.html"><img src="contents_motif.gif" alt="Up"></a> <a href="cascmd_fr539.html"><img src="next_motif.gif" alt="Next"></a> <hr> <h3 id="sec665" class="subsection">6.42.33  Nombre d’éléments supérieurs à une valeur : <span style="font-family:monospace">count_sup</span></h3> <p><a id="hevea_default964"></a><a id="hevea_default965"></a> <a id="hevea_default966"></a> <span style="font-family:monospace">count_sup</span> a deux paramètres : une nombre et une liste réelle (ou une matrice réelle) et dans le cas où le deuxième paramètre est une matrice, un argument optionnel <span style="font-family:monospace">row</span> ou <span style="font-family:monospace">col</span>.<br> <span style="font-family:monospace">count_sup</span> renvoie le nombre d’éléments de la liste (ou de la matrice) qui sont strictement supérieurs au premier argument. Dans le cas où il y a un argument optionnel <span style="font-family:monospace">row</span> (resp <span style="font-family:monospace">col</span>) <span style="font-family:monospace">count_sup</span> agit sur chacune des lignes (resp colonnes) de la matrice et renvoie alors une liste.<br> On tape : </p><div class="center"><span style="font-family:monospace">count_sup(12,[2,12,45,3,7,78])</span></div><p> Ou on tape : </p><div class="center"><span style="font-family:monospace">count_sup(12,[[2,12,45],[3,7,78]])</span></div><p> On obtient : </p><div class="center"><span style="font-family:monospace">2</span></div><p> On tape : </p><div class="center"><span style="font-family:monospace">count_sup(12,[[2,12,45],[3,7,78]],row)</span></div><p> On obtient : </p><div class="center"><span style="font-family:monospace">[1,1]</span></div><p> On tape : </p><div class="center"><span style="font-family:monospace">count_sup(12,[[2,12,45],[3,7,78]],col)</span></div><p> On obtient : </p><div class="center"><span style="font-family:monospace">[0,0,2]</span></div> <hr> <a href="cascmd_fr537.html"><img src="previous_motif.gif" alt="Previous"></a> <a href="index.html"><img src="contents_motif.gif" alt="Up"></a> <a href="cascmd_fr539.html"><img src="next_motif.gif" alt="Next"></a> </body> </html>
Components/googleplayservices-16.0/lib/android/16/content/google-play-services/docs/reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchResult.html
ismailsunni/UwongNdePoint
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../../../../../../favicon.ico" /> <title>TurnBasedMultiplayer.LoadMatchResult | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="../../../../../../../../assets/css/default.css" rel="stylesheet" type="text/css"> <!-- FULLSCREEN STYLESHEET --> <link href="../../../../../../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen" type="text/css"> <!-- JAVASCRIPT --> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script src="../../../../../../../../assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../../../../../../"; var metaTags = []; var devsite = false; </script> <script src="../../../../../../../../assets/js/docs.js" type="text/javascript"></script> <!-- RESOURCES LIBRARY --> <script src="http://androiddevdocs-staging.appspot.com/ytblogger_lists_unified.js" type="text/javascript"></script> <script src="../../../../../../../../jd_lists_unified.js" type="text/javascript"></script> <script src="../../../../../../../../assets/js/jd_tag_helpers.js" type="text/javascript"></script> <link href="../../../../../../../../assets/css/resourcecards.css" rel="stylesheet" type="text/css" /> <script src="../../../../../../../../assets/js/resourcecards.js" type="text/javascript"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5831155-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body class="gc-documentation develop" itemscope itemtype="http://schema.org/Article"> <div id="doc-api-level" class="" style="display:none"></div> <a name="top"></a> <a name="top"></a> <!-- Header --> <div id="header"> <div class="wrap" id="header-wrap"> <div class="col-3 logo"> <a href="../../../../../../../../index.html"> <img src="../../../../../../../../assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" /> </a> <div class="btn-quicknav" id="btn-quicknav"> <a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-active">Quicknav</a> </div> </div> <ul class="nav-x col-9"> <li class="design"> <a href="../../../../../../../../design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar" >Design</a></li> <li class="develop"><a href="../../../../../../../../develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar" >Develop</a></li> <li class="distribute last"><a href="../../../../../../../../distribute/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir" >Distribute</a></li> </ul> <!-- New Search --> <div class="menu-container"> <div class="moremenu"> <div id="more-btn"></div> </div> <div class="morehover" id="moremenu"> <div class="top"></div> <div class="mid"> <div class="header">Links</div> <ul> <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li> <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li> <li><a href="../../../../../../../../about/index.html">About Android</a></li> </ul> <div class="header">Android Sites</div> <ul> <li><a href="http://www.android.com">Android.com</a></li> <li class="active"><a>Android Developers</a></li> <li><a href="http://source.android.com">Android Open Source Project</a></li> </ul> <br class="clearfix" /> </div> <div class="bottom"></div> </div> <div class="search" id="search-container"> <div class="search-inner"> <div id="search-btn"></div> <div class="left"></div> <form onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../../../../../../')" onkeyup="return search_changed(event, false, '../../../../../../../../')" /> </form> <div class="right"></div> <a class="close hide">close</a> <div class="left"></div> <div class="right"></div> </div> </div> <div class="search_filtered_wrapper reference"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> </div> <div class="search_filtered_wrapper docs"> <div class="suggest-card dummy no-display">&nbsp;</div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> <div class="child-card samples no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> </div> <!-- /New Search> <!-- Expanded quicknav --> <div id="quicknav" class="col-9"> <ul> <li class="design"> <ul> <li><a href="../../../../../../../../design/index.html">Get Started</a></li> <li><a href="../../../../../../../../design/style/index.html">Style</a></li> <li><a href="../../../../../../../../design/patterns/index.html">Patterns</a></li> <li><a href="../../../../../../../../design/building-blocks/index.html">Building Blocks</a></li> <li><a href="../../../../../../../../design/downloads/index.html">Downloads</a></li> <li><a href="../../../../../../../../design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> <ul> <li><a href="../../../../../../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="../../../../../../../../guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="../../../../../../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="../../../../../../../../tools/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a> <ul><li><a href="../../../../../../../../sdk/index.html">Get the SDK</a></li></ul> </li> <li><a href="../../../../../../../../google/index.html">Google Services</a> </li> </ul> </li> <li class="distribute last"> <ul> <li><a href="../../../../../../../../distribute/index.html">Google Play</a></li> <li><a href="../../../../../../../../distribute/googleplay/publish/index.html">Publishing</a></li> <li><a href="../../../../../../../../distribute/googleplay/promote/index.html">Promoting</a></li> <li><a href="../../../../../../../../distribute/googleplay/quality/index.html">App Quality</a></li> <li><a href="../../../../../../../../distribute/googleplay/spotlight/index.html">Spotlight</a></li> <li><a href="../../../../../../../../distribute/open.html">Open Distribution</a></li> </ul> </li> </ul> </div> <!-- /Expanded quicknav --> </div> </div> <!-- /Header --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> <!-- Secondary x-nav --> <div id="nav-x"> <div class="wrap"> <ul class="nav-x col-9 develop" style="width:100%"> <li class="training"><a href="../../../../../../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li class="guide"><a href="../../../../../../../../guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li class="reference"><a href="../../../../../../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li class="tools"><a href="../../../../../../../../tools/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a></li> <li class="google"><a href="../../../../../../../../google/index.html" >Google Services</a> </li> </ul> </div> </div> <!-- /Sendondary x-nav --> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"> <a class="totop" href="#top" data-g-event="left-nav-top">to top</a> <div id="api-nav-header"> <div id="api-level-toggle"> <label for="apiLevelCheckbox" class="disabled" title="Select your target API level to dim unavailable APIs">API level: </label> <div class="select-wrapper"> <select id="apiLevelSelector"> <!-- option elements added by buildApiLevelSelector() --> </select> </div> </div><!-- end toggle --> <div id="api-nav-title">Android APIs</div> </div><!-- end nav header --> <script> var SINCE_DATA = [ ]; buildApiLevelSelector(); </script> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav" class="scroll-pane"> <ul> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/package-summary.html">com.google.android.gms</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/package-summary.html">com.google.android.gms.ads</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/doubleclick/package-summary.html">com.google.android.gms.ads.doubleclick</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/identifier/package-summary.html">com.google.android.gms.ads.identifier</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/mediation/package-summary.html">com.google.android.gms.ads.mediation</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/mediation/admob/package-summary.html">com.google.android.gms.ads.mediation.admob</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/mediation/customevent/package-summary.html">com.google.android.gms.ads.mediation.customevent</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/ads/search/package-summary.html">com.google.android.gms.ads.search</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/analytics/package-summary.html">com.google.android.gms.analytics</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/appstate/package-summary.html">com.google.android.gms.appstate</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/auth/package-summary.html">com.google.android.gms.auth</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/cast/package-summary.html">com.google.android.gms.cast</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/common/package-summary.html">com.google.android.gms.common</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/common/annotation/package-summary.html">com.google.android.gms.common.annotation</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/common/api/package-summary.html">com.google.android.gms.common.api</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/common/data/package-summary.html">com.google.android.gms.common.data</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/common/images/package-summary.html">com.google.android.gms.common.images</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/drive/package-summary.html">com.google.android.gms.drive</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/drive/events/package-summary.html">com.google.android.gms.drive.events</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/drive/metadata/package-summary.html">com.google.android.gms.drive.metadata</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/drive/query/package-summary.html">com.google.android.gms.drive.query</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/drive/widget/package-summary.html">com.google.android.gms.drive.widget</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/package-summary.html">com.google.android.gms.games</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/achievement/package-summary.html">com.google.android.gms.games.achievement</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/leaderboard/package-summary.html">com.google.android.gms.games.leaderboard</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/package-summary.html">com.google.android.gms.games.multiplayer</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/realtime/package-summary.html">com.google.android.gms.games.multiplayer.realtime</a></li> <li class="selected api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/package-summary.html">com.google.android.gms.games.multiplayer.turnbased</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/games/request/package-summary.html">com.google.android.gms.games.request</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/gcm/package-summary.html">com.google.android.gms.gcm</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/identity/intents/package-summary.html">com.google.android.gms.identity.intents</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/identity/intents/model/package-summary.html">com.google.android.gms.identity.intents.model</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/location/package-summary.html">com.google.android.gms.location</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/maps/package-summary.html">com.google.android.gms.maps</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/maps/model/package-summary.html">com.google.android.gms.maps.model</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/panorama/package-summary.html">com.google.android.gms.panorama</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/plus/package-summary.html">com.google.android.gms.plus</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/plus/model/moments/package-summary.html">com.google.android.gms.plus.model.moments</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/plus/model/people/package-summary.html">com.google.android.gms.plus.model.people</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/tagmanager/package-summary.html">com.google.android.gms.tagmanager</a></li> <li class="api apilevel-"> <a href="../../../../../../../../reference/com/google/android/gms/wallet/package-summary.html">com.google.android.gms.wallet</a></li> </ul><br/> </div> <!-- end packages-nav --> </div> <!-- end resize-packages --> <div id="classes-nav" class="scroll-pane"> <ul> <li><h2>Interfaces</h2> <ul> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/OnTurnBasedMatchUpdateReceivedListener.html">OnTurnBasedMatchUpdateReceivedListener</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatch.html">TurnBasedMatch</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.html">TurnBasedMultiplayer</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.CancelMatchResult.html">TurnBasedMultiplayer.CancelMatchResult</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.InitiateMatchResult.html">TurnBasedMultiplayer.InitiateMatchResult</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LeaveMatchResult.html">TurnBasedMultiplayer.LeaveMatchResult</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchesResult.html">TurnBasedMultiplayer.LoadMatchesResult</a></li> <li class="selected api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchResult.html">TurnBasedMultiplayer.LoadMatchResult</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.UpdateMatchResult.html">TurnBasedMultiplayer.UpdateMatchResult</a></li> </ul> </li> <li><h2>Classes</h2> <ul> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/LoadMatchesResponse.html">LoadMatchesResponse</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchBuffer.html">TurnBasedMatchBuffer</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchConfig.html">TurnBasedMatchConfig</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchConfig.Builder.html">TurnBasedMatchConfig.Builder</a></li> <li class="api apilevel-"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatchEntity.html">TurnBasedMatchEntity</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none" class="scroll-pane"> <div id="tree-list"></div> </div><!-- end nav-tree --> </div><!-- end swapper --> <div id="nav-swap"> <a class="fullscreen">fullscreen</a> <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a> </div> </div> <!-- end devdoc-nav --> </div> <!-- end side-nav --> <script type="text/javascript"> // init fullscreen based on user pref var fullscreen = readCookie("fullscreen"); if (fullscreen != 0) { if (fullscreen == "false") { toggleFullscreen(false); } else { toggleFullscreen(true); } } // init nav version for mobile if (isMobile) { swapNav(); // tree view should be used on mobile $('#nav-swap').hide(); } else { chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../../../../../../"); } } // scroll the selected page into view $(document).ready(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="sum-details-links"> Summary: <a href="#pubmethods">Methods</a> &#124; <a href="#inhmethods">Inherited Methods</a> &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> </div><!-- end sum-details-links --> <div class="api-level"> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> public static interface <h1 itemprop="name">TurnBasedMultiplayer.LoadMatchResult</h1> implements <a href="../../../../../../../../reference/com/google/android/gms/common/api/Result.html">Result</a> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-"> <table class="jd-inheritance-table"> <tr> <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.games.multiplayer.turnbased.TurnBasedMultiplayer.LoadMatchResult</td> </tr> </table> <div class="jd-descr"> <h2>Class Overview</h2> <p itemprop="articleBody">Result delivered when a turn-based match has been loaded. Possible status codes include: <ul> <li><code><a href="../../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></code> if data was successfully loaded and is up-to-date. </li> <li><code><a href="../../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_NO_DATA">STATUS_NETWORK_ERROR_NO_DATA</a></code> if the device was unable to retrieve any data from the network and has no data cached locally.</li> <li><code><a href="../../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_STALE_DATA">STATUS_NETWORK_ERROR_STALE_DATA</a></code> if the device was unable to retrieve the latest data from the network, but has some data cached locally.</li> <li><code><a href="../../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_NOT_FOUND">STATUS_MATCH_NOT_FOUND</a></code> if the requested match does not exist on the server.</li> <li><code><a href="../../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_CLIENT_RECONNECT_REQUIRED">STATUS_CLIENT_RECONNECT_REQUIRED</a></code> if the client needs to reconnect to the service to access this data.</li> <li><code><a href="../../../../../../../../reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_INTERNAL_ERROR">STATUS_INTERNAL_ERROR</a></code> if an unexpected error occurred in the service.</li> </ul> </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- ========== METHOD SUMMARY =========== --> <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> abstract <a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatch.html">TurnBasedMatch</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMultiplayer.LoadMatchResult.html#getMatch()">getMatch</a></span>()</nobr> </td></tr> </table> <!-- ========== METHOD SUMMARY =========== --> <table id="inhmethods" class="jd-sumtable"><tr><th> <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a> <div style="clear:left;">Inherited Methods</div></th></tr> <tr class="api apilevel-" > <td colspan="12"> <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-com.google.android.gms.common.api.Result" class="jd-expando-trigger closed" ><img id="inherited-methods-com.google.android.gms.common.api.Result-trigger" src="../../../../../../../../assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a> From interface <a href="../../../../../../../../reference/com/google/android/gms/common/api/Result.html">com.google.android.gms.common.api.Result</a> <div id="inherited-methods-com.google.android.gms.common.api.Result"> <div id="inherited-methods-com.google.android.gms.common.api.Result-list" class="jd-inheritedlinks"> </div> <div id="inherited-methods-com.google.android.gms.common.api.Result-summary" style="display: none;"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> abstract <a href="../../../../../../../../reference/com/google/android/gms/common/api/Status.html">Status</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../../../../../../reference/com/google/android/gms/common/api/Result.html#getStatus()">getStatus</a></span>()</nobr> </td></tr> </table> </div> </div> </td></tr> </table> </div><!-- jd-descr (summary) --> <!-- Details --> <!-- XML Attributes --> <!-- Enum Values --> <!-- Constants --> <!-- Fields --> <!-- Public ctors --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- Protected ctors --> <!-- ========= METHOD DETAIL ======== --> <!-- Public methdos --> <h2>Public Methods</h2> <A NAME="getMatch()"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public abstract <a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatch.html">TurnBasedMatch</a> </span> <span class="sympad">getMatch</span> <span class="normal">()</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Returns</h5> <ul class="nolist"><li>The requested <code><a href="../../../../../../../../reference/com/google/android/gms/games/multiplayer/turnbased/TurnBasedMatch.html">TurnBasedMatch</a></code> object. Note that this may be null, depending on the status code returned. </li></ul> </div> </div> </div> <!-- ========= METHOD DETAIL ======== --> <!-- ========= END OF CLASS DATA ========= --> <A NAME="navbar_top"></A> <div id="footer" class="wrap" > <div id="copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="../../../../../../../../license.html"> Content License</a>. </div> <div id="build_info"> Android &nbsp;r &mdash; <script src="../../../../../../../../timestamp.js" type="text/javascript"></script> <script>document.write(BUILD_TIMESTAMP)</script> </div> <div id="footerlinks"> <p> <a href="../../../../../../../../about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp; <a href="../../../../../../../../legal.html">Legal</a>&nbsp;&nbsp;|&nbsp; <a href="../../../../../../../../support.html">Support</a> </p> </div> </div> <!-- end footer --> </div> <!-- jd-content --> </div><!-- end doc-content --> </div> <!-- end body-content --> </body> </html>
freeplane_framework/build4mac/Freeplane.app/Contents/Resources/Java/doc/api/org/freeplane/core/ui/components/UITools.html
Dimprice/FreeplaneV1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (version 1.7.0_40) on Thu Nov 28 20:31:55 CET 2013 --> <title>UITools</title> <meta name="date" content="2013-11-28"> <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="UITools"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../../../../../org/freeplane/core/ui/components/UITools.InsertEolAction.html" title="class in org.freeplane.core.ui.components"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/freeplane/core/ui/components/UITools.html" target="_top">Frames</a></li> <li><a href="UITools.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.freeplane.core.ui.components</div> <h2 title="Class UITools" class="title">Class UITools</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.freeplane.core.ui.components.UITools</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">UITools</span> extends java.lang.Object</pre> <div class="block">Utilities for accessing the GUI, creating dialogs etc.: In scripts available as "global variable" <code>ui</code>. <p> In scripts this would be a simple way of opening a info popup: <pre> ui.informationMessage("Hello World!") ui.informationMessage(ui.frame, "Hello World!") // longer version, equivalent </pre></div> <dl><dt><span class="strong">Since:</span></dt> <dd>29.12.2008</dd> <dt><span class="strong">Author:</span></dt> <dd>Dimitry Polivaev</dd></dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.InsertEolAction.html" title="class in org.freeplane.core.ui.components">UITools.InsertEolAction</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static float</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#FONT_SCALE_FACTOR">FONT_SCALE_FACTOR</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#MAIN_FREEPLANE_FRAME">MAIN_FREEPLANE_FRAME</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.awt.Dimension</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#MAX_BUTTON_DIMENSION">MAX_BUTTON_DIMENSION</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#UITools()">UITools</a></strong>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#addEscapeActionToDialog(javax.swing.JDialog)">addEscapeActionToDialog</a></strong>(javax.swing.JDialog&nbsp;dialog)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#addEscapeActionToDialog(javax.swing.JDialog, javax.swing.Action)">addEscapeActionToDialog</a></strong>(javax.swing.JDialog&nbsp;dialog, javax.swing.Action&nbsp;action)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#addKeyActionToDialog(javax.swing.JDialog, javax.swing.Action, java.lang.String, java.lang.String)">addKeyActionToDialog</a></strong>(javax.swing.JDialog&nbsp;dialog, javax.swing.Action&nbsp;action, java.lang.String&nbsp;keyStroke, java.lang.String&nbsp;actionId)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#addScrollbarIncrementPropertyListener(javax.swing.JScrollPane)">addScrollbarIncrementPropertyListener</a></strong>(javax.swing.JScrollPane&nbsp;scrollPane)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#addTitledBorder(javax.swing.JComponent, java.lang.String, float)">addTitledBorder</a></strong>(javax.swing.JComponent&nbsp;c, java.lang.String&nbsp;title, float&nbsp;size)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#backOtherWindows()">backOtherWindows</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#convertPointFromAncestor(java.awt.Component, java.awt.Point, java.awt.Component)">convertPointFromAncestor</a></strong>(java.awt.Component&nbsp;ancestor, java.awt.Point&nbsp;p, java.awt.Component&nbsp;c)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#convertPointToAncestor(java.awt.Component, java.awt.Point, java.lang.Class)">convertPointToAncestor</a></strong>(java.awt.Component&nbsp;source, java.awt.Point&nbsp;point, java.lang.Class&lt;?&gt;&nbsp;ancestorClass)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#convertPointToAncestor(java.awt.Component, java.awt.Point, java.awt.Component)">convertPointToAncestor</a></strong>(java.awt.Component&nbsp;from, java.awt.Point&nbsp;p, java.awt.Component&nbsp;destination)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#convertRectangleToAncestor(java.awt.Component, java.awt.Rectangle, java.awt.Component)">convertRectangleToAncestor</a></strong>(java.awt.Component&nbsp;from, java.awt.Rectangle&nbsp;r, java.awt.Component&nbsp;destination)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static javax.swing.JDialog</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#createCancelDialog(java.awt.Component, java.lang.String, java.lang.String)">createCancelDialog</a></strong>(java.awt.Component&nbsp;component, java.lang.String&nbsp;titel, java.lang.String&nbsp;text)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static javax.swing.JButton</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#createHtmlLinkStyleButton(java.net.URI, java.lang.String)">createHtmlLinkStyleButton</a></strong>(java.net.URI&nbsp;uri, java.lang.String&nbsp;title)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.awt.BasicStroke</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#createStroke(int, int[])">createStroke</a></strong>(int&nbsp;width, int[]&nbsp;dash)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#errorMessage(java.lang.Object)">errorMessage</a></strong>(java.lang.Object&nbsp;message)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#focusOn(javax.swing.JComponent)">focusOn</a></strong>(javax.swing.JComponent&nbsp;component)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#getComponentIndex(java.awt.Component)">getComponentIndex</a></strong>(java.awt.Component&nbsp;component)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.awt.Rectangle</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#getDesktopBounds(java.awt.Component)">getDesktopBounds</a></strong>(java.awt.Component&nbsp;frame)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.awt.Frame</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#getFrame()">getFrame</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static javax.swing.KeyStroke</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#getKeyStroke(java.lang.String)">getKeyStroke</a></strong>(java.lang.String&nbsp;keyStrokeDescription)</code> <div class="block">returns a KeyStroke if possible and null otherwise.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#getScreenResolution()">getScreenResolution</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.awt.Color</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#getTextColorForBackground(java.awt.Color)">getTextColorForBackground</a></strong>(java.awt.Color&nbsp;color)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#informationMessage(java.awt.Frame, java.lang.String)">informationMessage</a></strong>(java.awt.Frame&nbsp;frame, java.lang.String&nbsp;message)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#informationMessage(java.awt.Frame, java.lang.String, java.lang.String)">informationMessage</a></strong>(java.awt.Frame&nbsp;frame, java.lang.String&nbsp;message, java.lang.String&nbsp;title)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#informationMessage(java.awt.Frame, java.lang.String, java.lang.String, int)">informationMessage</a></strong>(java.awt.Frame&nbsp;frame, java.lang.String&nbsp;text, java.lang.String&nbsp;string, int&nbsp;type)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#informationMessage(java.lang.String)">informationMessage</a></strong>(java.lang.String&nbsp;message)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.awt.Font</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#invertScale(java.awt.Font)">invertScale</a></strong>(java.awt.Font&nbsp;font)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#keyStrokeToString(javax.swing.KeyStroke)">keyStrokeToString</a></strong>(javax.swing.KeyStroke&nbsp;keyStroke)</code> <div class="block">formats a KeyStroke in a ledgible way, e.g.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#repaintAll(java.awt.Container)">repaintAll</a></strong>(java.awt.Container&nbsp;root)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.awt.Font</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#scale(java.awt.Font)">scale</a></strong>(java.awt.Font&nbsp;font)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#setBounds(java.awt.Component, int, int, int, int)">setBounds</a></strong>(java.awt.Component&nbsp;frame, int&nbsp;win_x, int&nbsp;win_y, int&nbsp;win_width, int&nbsp;win_height)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#setDialogLocationRelativeTo(javax.swing.JDialog, java.awt.Component)">setDialogLocationRelativeTo</a></strong>(javax.swing.JDialog&nbsp;dialog, java.awt.Component&nbsp;c)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#setDialogLocationRelativeTo(javax.swing.JDialog, org.freeplane.features.map.NodeModel)">setDialogLocationRelativeTo</a></strong>(javax.swing.JDialog&nbsp;dialog, org.freeplane.features.map.NodeModel&nbsp;node)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#setDialogLocationUnder(javax.swing.JDialog, org.freeplane.features.map.NodeModel)">setDialogLocationUnder</a></strong>(javax.swing.JDialog&nbsp;dialog, org.freeplane.features.map.NodeModel&nbsp;node)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#setScrollbarIncrement(javax.swing.JScrollPane)">setScrollbarIncrement</a></strong>(javax.swing.JScrollPane&nbsp;scrollPane)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#showAttributeEmptyStringErrorMessage()">showAttributeEmptyStringErrorMessage</a></strong>()</code> <div class="block">Shows the error message "attributes_adding_empty_attribute_error"</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#showConfirmDialog(org.freeplane.features.map.NodeModel, java.lang.Object, java.lang.String, int)">showConfirmDialog</a></strong>(org.freeplane.features.map.NodeModel&nbsp;node, java.lang.Object&nbsp;message, java.lang.String&nbsp;title, int&nbsp;optionType)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#showConfirmDialog(org.freeplane.features.map.NodeModel, java.lang.Object, java.lang.String, int, int)">showConfirmDialog</a></strong>(org.freeplane.features.map.NodeModel&nbsp;node, java.lang.Object&nbsp;message, java.lang.String&nbsp;title, int&nbsp;optionType, int&nbsp;messageType)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#showFrame()">showFrame</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#showInputDialog(org.freeplane.features.map.NodeModel, java.lang.String, java.lang.String)">showInputDialog</a></strong>(org.freeplane.features.map.NodeModel&nbsp;node, java.lang.String&nbsp;message, java.lang.String&nbsp;initialValue)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#showInputDialog(org.freeplane.features.map.NodeModel, java.lang.String, java.lang.String, int)">showInputDialog</a></strong>(org.freeplane.features.map.NodeModel&nbsp;node, java.lang.String&nbsp;text, java.lang.String&nbsp;title, int&nbsp;type)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/freeplane/core/ui/components/UITools.html#showMessage(java.lang.String, int)">showMessage</a></strong>(java.lang.String&nbsp;message, int&nbsp;messageType)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field_detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="MAIN_FREEPLANE_FRAME"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MAIN_FREEPLANE_FRAME</h4> <pre>public static final&nbsp;java.lang.String MAIN_FREEPLANE_FRAME</pre> <dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.freeplane.core.ui.components.UITools.MAIN_FREEPLANE_FRAME">Constant Field Values</a></dd></dl> </li> </ul> <a name="MAX_BUTTON_DIMENSION"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>MAX_BUTTON_DIMENSION</h4> <pre>public static final&nbsp;java.awt.Dimension MAX_BUTTON_DIMENSION</pre> </li> </ul> <a name="FONT_SCALE_FACTOR"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>FONT_SCALE_FACTOR</h4> <pre>public static final&nbsp;float FONT_SCALE_FACTOR</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="UITools()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>UITools</h4> <pre>public&nbsp;UITools()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="addEscapeActionToDialog(javax.swing.JDialog)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addEscapeActionToDialog</h4> <pre>public static&nbsp;void&nbsp;addEscapeActionToDialog(javax.swing.JDialog&nbsp;dialog)</pre> </li> </ul> <a name="addEscapeActionToDialog(javax.swing.JDialog, javax.swing.Action)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addEscapeActionToDialog</h4> <pre>public static&nbsp;void&nbsp;addEscapeActionToDialog(javax.swing.JDialog&nbsp;dialog, javax.swing.Action&nbsp;action)</pre> </li> </ul> <a name="addKeyActionToDialog(javax.swing.JDialog, javax.swing.Action, java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addKeyActionToDialog</h4> <pre>public static&nbsp;void&nbsp;addKeyActionToDialog(javax.swing.JDialog&nbsp;dialog, javax.swing.Action&nbsp;action, java.lang.String&nbsp;keyStroke, java.lang.String&nbsp;actionId)</pre> </li> </ul> <a name="convertPointFromAncestor(java.awt.Component, java.awt.Point, java.awt.Component)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>convertPointFromAncestor</h4> <pre>public static&nbsp;void&nbsp;convertPointFromAncestor(java.awt.Component&nbsp;ancestor, java.awt.Point&nbsp;p, java.awt.Component&nbsp;c)</pre> </li> </ul> <a name="convertPointToAncestor(java.awt.Component, java.awt.Point, java.lang.Class)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>convertPointToAncestor</h4> <pre>public static&nbsp;void&nbsp;convertPointToAncestor(java.awt.Component&nbsp;source, java.awt.Point&nbsp;point, java.lang.Class&lt;?&gt;&nbsp;ancestorClass)</pre> </li> </ul> <a name="convertRectangleToAncestor(java.awt.Component, java.awt.Rectangle, java.awt.Component)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>convertRectangleToAncestor</h4> <pre>public static&nbsp;void&nbsp;convertRectangleToAncestor(java.awt.Component&nbsp;from, java.awt.Rectangle&nbsp;r, java.awt.Component&nbsp;destination)</pre> </li> </ul> <a name="convertPointToAncestor(java.awt.Component, java.awt.Point, java.awt.Component)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>convertPointToAncestor</h4> <pre>public static&nbsp;void&nbsp;convertPointToAncestor(java.awt.Component&nbsp;from, java.awt.Point&nbsp;p, java.awt.Component&nbsp;destination)</pre> </li> </ul> <a name="errorMessage(java.lang.Object)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>errorMessage</h4> <pre>public static&nbsp;void&nbsp;errorMessage(java.lang.Object&nbsp;message)</pre> </li> </ul> <a name="getFrame()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getFrame</h4> <pre>public static&nbsp;java.awt.Frame&nbsp;getFrame()</pre> </li> </ul> <a name="getKeyStroke(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getKeyStroke</h4> <pre>public static&nbsp;javax.swing.KeyStroke&nbsp;getKeyStroke(java.lang.String&nbsp;keyStrokeDescription)</pre> <div class="block">returns a KeyStroke if possible and null otherwise.</div> </li> </ul> <a name="keyStrokeToString(javax.swing.KeyStroke)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>keyStrokeToString</h4> <pre>public static&nbsp;java.lang.String&nbsp;keyStrokeToString(javax.swing.KeyStroke&nbsp;keyStroke)</pre> <div class="block">formats a KeyStroke in a ledgible way, e.g. Control+V. Null is converted to "". Taken from MotifGraphicsUtils.paintMenuItem().</div> </li> </ul> <a name="informationMessage(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>informationMessage</h4> <pre>public static&nbsp;void&nbsp;informationMessage(java.lang.String&nbsp;message)</pre> </li> </ul> <a name="informationMessage(java.awt.Frame, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>informationMessage</h4> <pre>public static&nbsp;void&nbsp;informationMessage(java.awt.Frame&nbsp;frame, java.lang.String&nbsp;message)</pre> </li> </ul> <a name="informationMessage(java.awt.Frame, java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>informationMessage</h4> <pre>public static&nbsp;void&nbsp;informationMessage(java.awt.Frame&nbsp;frame, java.lang.String&nbsp;message, java.lang.String&nbsp;title)</pre> </li> </ul> <a name="informationMessage(java.awt.Frame, java.lang.String, java.lang.String, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>informationMessage</h4> <pre>public static&nbsp;void&nbsp;informationMessage(java.awt.Frame&nbsp;frame, java.lang.String&nbsp;text, java.lang.String&nbsp;string, int&nbsp;type)</pre> </li> </ul> <a name="setBounds(java.awt.Component, int, int, int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setBounds</h4> <pre>public static&nbsp;void&nbsp;setBounds(java.awt.Component&nbsp;frame, int&nbsp;win_x, int&nbsp;win_y, int&nbsp;win_width, int&nbsp;win_height)</pre> </li> </ul> <a name="getDesktopBounds(java.awt.Component)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getDesktopBounds</h4> <pre>public static&nbsp;java.awt.Rectangle&nbsp;getDesktopBounds(java.awt.Component&nbsp;frame)</pre> </li> </ul> <a name="setDialogLocationRelativeTo(javax.swing.JDialog, java.awt.Component)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setDialogLocationRelativeTo</h4> <pre>public static&nbsp;void&nbsp;setDialogLocationRelativeTo(javax.swing.JDialog&nbsp;dialog, java.awt.Component&nbsp;c)</pre> </li> </ul> <a name="setDialogLocationRelativeTo(javax.swing.JDialog, org.freeplane.features.map.NodeModel)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setDialogLocationRelativeTo</h4> <pre>public static&nbsp;void&nbsp;setDialogLocationRelativeTo(javax.swing.JDialog&nbsp;dialog, org.freeplane.features.map.NodeModel&nbsp;node)</pre> </li> </ul> <a name="setDialogLocationUnder(javax.swing.JDialog, org.freeplane.features.map.NodeModel)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setDialogLocationUnder</h4> <pre>public static&nbsp;void&nbsp;setDialogLocationUnder(javax.swing.JDialog&nbsp;dialog, org.freeplane.features.map.NodeModel&nbsp;node)</pre> </li> </ul> <a name="showAttributeEmptyStringErrorMessage()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>showAttributeEmptyStringErrorMessage</h4> <pre>public static&nbsp;void&nbsp;showAttributeEmptyStringErrorMessage()</pre> <div class="block">Shows the error message "attributes_adding_empty_attribute_error"</div> </li> </ul> <a name="showMessage(java.lang.String, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>showMessage</h4> <pre>public static&nbsp;void&nbsp;showMessage(java.lang.String&nbsp;message, int&nbsp;messageType)</pre> </li> </ul> <a name="showConfirmDialog(org.freeplane.features.map.NodeModel, java.lang.Object, java.lang.String, int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>showConfirmDialog</h4> <pre>public static&nbsp;int&nbsp;showConfirmDialog(org.freeplane.features.map.NodeModel&nbsp;node, java.lang.Object&nbsp;message, java.lang.String&nbsp;title, int&nbsp;optionType, int&nbsp;messageType)</pre> </li> </ul> <a name="showConfirmDialog(org.freeplane.features.map.NodeModel, java.lang.Object, java.lang.String, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>showConfirmDialog</h4> <pre>public static&nbsp;int&nbsp;showConfirmDialog(org.freeplane.features.map.NodeModel&nbsp;node, java.lang.Object&nbsp;message, java.lang.String&nbsp;title, int&nbsp;optionType)</pre> </li> </ul> <a name="showInputDialog(org.freeplane.features.map.NodeModel, java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>showInputDialog</h4> <pre>public static&nbsp;java.lang.String&nbsp;showInputDialog(org.freeplane.features.map.NodeModel&nbsp;node, java.lang.String&nbsp;message, java.lang.String&nbsp;initialValue)</pre> </li> </ul> <a name="showInputDialog(org.freeplane.features.map.NodeModel, java.lang.String, java.lang.String, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>showInputDialog</h4> <pre>public static&nbsp;java.lang.String&nbsp;showInputDialog(org.freeplane.features.map.NodeModel&nbsp;node, java.lang.String&nbsp;text, java.lang.String&nbsp;title, int&nbsp;type)</pre> </li> </ul> <a name="setScrollbarIncrement(javax.swing.JScrollPane)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setScrollbarIncrement</h4> <pre>public static&nbsp;void&nbsp;setScrollbarIncrement(javax.swing.JScrollPane&nbsp;scrollPane)</pre> </li> </ul> <a name="addScrollbarIncrementPropertyListener(javax.swing.JScrollPane)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addScrollbarIncrementPropertyListener</h4> <pre>public static&nbsp;void&nbsp;addScrollbarIncrementPropertyListener(javax.swing.JScrollPane&nbsp;scrollPane)</pre> </li> </ul> <a name="getTextColorForBackground(java.awt.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getTextColorForBackground</h4> <pre>public static&nbsp;java.awt.Color&nbsp;getTextColorForBackground(java.awt.Color&nbsp;color)</pre> </li> </ul> <a name="focusOn(javax.swing.JComponent)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>focusOn</h4> <pre>public static&nbsp;void&nbsp;focusOn(javax.swing.JComponent&nbsp;component)</pre> </li> </ul> <a name="createStroke(int, int[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createStroke</h4> <pre>public static&nbsp;java.awt.BasicStroke&nbsp;createStroke(int&nbsp;width, int[]&nbsp;dash)</pre> </li> </ul> <a name="repaintAll(java.awt.Container)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>repaintAll</h4> <pre>public static&nbsp;void&nbsp;repaintAll(java.awt.Container&nbsp;root)</pre> </li> </ul> <a name="createCancelDialog(java.awt.Component, java.lang.String, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createCancelDialog</h4> <pre>public static&nbsp;javax.swing.JDialog&nbsp;createCancelDialog(java.awt.Component&nbsp;component, java.lang.String&nbsp;titel, java.lang.String&nbsp;text)</pre> </li> </ul> <a name="addTitledBorder(javax.swing.JComponent, java.lang.String, float)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addTitledBorder</h4> <pre>public static&nbsp;void&nbsp;addTitledBorder(javax.swing.JComponent&nbsp;c, java.lang.String&nbsp;title, float&nbsp;size)</pre> </li> </ul> <a name="backOtherWindows()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>backOtherWindows</h4> <pre>public static&nbsp;void&nbsp;backOtherWindows()</pre> </li> </ul> <a name="createHtmlLinkStyleButton(java.net.URI, java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createHtmlLinkStyleButton</h4> <pre>public static&nbsp;javax.swing.JButton&nbsp;createHtmlLinkStyleButton(java.net.URI&nbsp;uri, java.lang.String&nbsp;title)</pre> </li> </ul> <a name="getComponentIndex(java.awt.Component)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getComponentIndex</h4> <pre>public static final&nbsp;int&nbsp;getComponentIndex(java.awt.Component&nbsp;component)</pre> </li> </ul> <a name="getScreenResolution()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getScreenResolution</h4> <pre>public static&nbsp;int&nbsp;getScreenResolution()</pre> </li> </ul> <a name="scale(java.awt.Font)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scale</h4> <pre>public static&nbsp;java.awt.Font&nbsp;scale(java.awt.Font&nbsp;font)</pre> </li> </ul> <a name="invertScale(java.awt.Font)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>invertScale</h4> <pre>public static&nbsp;java.awt.Font&nbsp;invertScale(java.awt.Font&nbsp;font)</pre> </li> </ul> <a name="showFrame()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>showFrame</h4> <pre>public static&nbsp;void&nbsp;showFrame()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev Class</li> <li><a href="../../../../../org/freeplane/core/ui/components/UITools.InsertEolAction.html" title="class in org.freeplane.core.ui.components"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/freeplane/core/ui/components/UITools.html" target="_top">Frames</a></li> <li><a href="UITools.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
live-build-config/config/includes.chroot/usr/share/documentation/python/3.4.3/distutils/index.html
cybint-io/cybint-linux
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Distributing Python Modules (Legacy version) &mdash; Python 3.4.3 documentation</title> <link rel="stylesheet" href="../_static/pydoctheme.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '3.4.3', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <script type="text/javascript" src="../_static/sidebar.js"></script> <link rel="search" type="application/opensearchdescription+xml" title="Search within Python 3.4.3 documentation" href="../_static/opensearch.xml"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="copyright" title="Copyright" href="../copyright.html" /> <link rel="top" title="Python 3.4.3 documentation" href="../index.html" /> <link rel="next" title="1. An Introduction to Distutils" href="introduction.html" /> <link rel="prev" title="History and License" href="../license.html" /> <link rel="shortcut icon" type="image/png" href="../_static/py.png" /> <script type="text/javascript" src="../_static/copybutton.js"></script> <script type="text/javascript" src="../_static/version_switch.js"></script> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="introduction.html" title="1. An Introduction to Distutils" accesskey="N">next</a> |</li> <li class="right" > <a href="../license.html" title="History and License" accesskey="P">previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="https://www.python.org/">Python</a> &raquo;</li> <li> <span class="version_switcher_placeholder">3.4.3</span> <a href="../index.html">Documentation</a> &raquo; </li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="distributing-python-modules-legacy-version"> <span id="distutils-index"></span><h1>Distributing Python Modules (Legacy version)<a class="headerlink" href="#distributing-python-modules-legacy-version" title="Permalink to this headline">¶</a></h1> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Authors:</th><td class="field-body">Greg Ward, Anthony Baxter</td> </tr> <tr class="field-even field"><th class="field-name">Email:</th><td class="field-body"><a class="reference external" href="mailto:distutils-sig&#37;&#52;&#48;python&#46;org">distutils-sig<span>&#64;</span>python<span>&#46;</span>org</a></td> </tr> </tbody> </table> <p>This document describes the Python Distribution Utilities (&#8220;Distutils&#8221;) from the module developer&#8217;s point of view, describing how to use the Distutils to make Python modules and extensions easily available to a wider audience with very little overhead for build/release/install mechanics.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">This guide only covers the basic tools for building and distributing extensions that are provided as part of this version of Python. Third party tools offer easier to use and more secure alternatives. Refer to the <a class="reference external" href="https://python-packaging-user-guide.readthedocs.org/en/latest/current.html">quick recommendations section</a> in the Python Packaging User Guide for more information.</p> </div> <div class="toctree-wrapper compound"> <ul> <li class="toctree-l1"><a class="reference internal" href="introduction.html">1. An Introduction to Distutils</a><ul> <li class="toctree-l2"><a class="reference internal" href="introduction.html#concepts-terminology">1.1. Concepts &amp; Terminology</a></li> <li class="toctree-l2"><a class="reference internal" href="introduction.html#a-simple-example">1.2. A Simple Example</a></li> <li class="toctree-l2"><a class="reference internal" href="introduction.html#general-python-terminology">1.3. General Python terminology</a></li> <li class="toctree-l2"><a class="reference internal" href="introduction.html#distutils-specific-terminology">1.4. Distutils-specific terminology</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="setupscript.html">2. Writing the Setup Script</a><ul> <li class="toctree-l2"><a class="reference internal" href="setupscript.html#listing-whole-packages">2.1. Listing whole packages</a></li> <li class="toctree-l2"><a class="reference internal" href="setupscript.html#listing-individual-modules">2.2. Listing individual modules</a></li> <li class="toctree-l2"><a class="reference internal" href="setupscript.html#describing-extension-modules">2.3. Describing extension modules</a></li> <li class="toctree-l2"><a class="reference internal" href="setupscript.html#relationships-between-distributions-and-packages">2.4. Relationships between Distributions and Packages</a></li> <li class="toctree-l2"><a class="reference internal" href="setupscript.html#installing-scripts">2.5. Installing Scripts</a></li> <li class="toctree-l2"><a class="reference internal" href="setupscript.html#installing-package-data">2.6. Installing Package Data</a></li> <li class="toctree-l2"><a class="reference internal" href="setupscript.html#installing-additional-files">2.7. Installing Additional Files</a></li> <li class="toctree-l2"><a class="reference internal" href="setupscript.html#additional-meta-data">2.8. Additional meta-data</a></li> <li class="toctree-l2"><a class="reference internal" href="setupscript.html#debugging-the-setup-script">2.9. Debugging the setup script</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="configfile.html">3. Writing the Setup Configuration File</a></li> <li class="toctree-l1"><a class="reference internal" href="sourcedist.html">4. Creating a Source Distribution</a><ul> <li class="toctree-l2"><a class="reference internal" href="sourcedist.html#specifying-the-files-to-distribute">4.1. Specifying the files to distribute</a></li> <li class="toctree-l2"><a class="reference internal" href="sourcedist.html#manifest-related-options">4.2. Manifest-related options</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="builtdist.html">5. Creating Built Distributions</a><ul> <li class="toctree-l2"><a class="reference internal" href="builtdist.html#creating-rpm-packages">5.1. Creating RPM packages</a></li> <li class="toctree-l2"><a class="reference internal" href="builtdist.html#creating-windows-installers">5.2. Creating Windows Installers</a></li> <li class="toctree-l2"><a class="reference internal" href="builtdist.html#cross-compiling-on-windows">5.3. Cross-compiling on Windows</a></li> <li class="toctree-l2"><a class="reference internal" href="builtdist.html#vista-user-access-control-uac">5.4. Vista User Access Control (UAC)</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="packageindex.html">6. The Python Package Index (PyPI)</a><ul> <li class="toctree-l2"><a class="reference internal" href="packageindex.html#pypi-overview">6.1. PyPI overview</a></li> <li class="toctree-l2"><a class="reference internal" href="packageindex.html#distutils-commands">6.2. Distutils commands</a></li> <li class="toctree-l2"><a class="reference internal" href="packageindex.html#pypi-package-display">6.3. PyPI package display</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="examples.html">7. Examples</a><ul> <li class="toctree-l2"><a class="reference internal" href="examples.html#pure-python-distribution-by-module">7.1. Pure Python distribution (by module)</a></li> <li class="toctree-l2"><a class="reference internal" href="examples.html#pure-python-distribution-by-package">7.2. Pure Python distribution (by package)</a></li> <li class="toctree-l2"><a class="reference internal" href="examples.html#single-extension-module">7.3. Single extension module</a></li> <li class="toctree-l2"><a class="reference internal" href="examples.html#checking-a-package">7.4. Checking a package</a></li> <li class="toctree-l2"><a class="reference internal" href="examples.html#reading-the-metadata">7.5. Reading the metadata</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="extending.html">8. Extending Distutils</a><ul> <li class="toctree-l2"><a class="reference internal" href="extending.html#integrating-new-commands">8.1. Integrating new commands</a></li> <li class="toctree-l2"><a class="reference internal" href="extending.html#adding-new-distribution-types">8.2. Adding new distribution types</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="commandref.html">9. Command Reference</a><ul> <li class="toctree-l2"><a class="reference internal" href="commandref.html#installing-modules-the-install-command-family">9.1. Installing modules: the <strong class="command">install</strong> command family</a></li> <li class="toctree-l2"><a class="reference internal" href="commandref.html#creating-a-source-distribution-the-sdist-command">9.2. Creating a source distribution: the <strong class="command">sdist</strong> command</a></li> </ul> </li> <li class="toctree-l1"><a class="reference internal" href="apiref.html">10. API Reference</a><ul> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.core">10.1. <tt class="docutils literal"><span class="pre">distutils.core</span></tt> &#8212; Core Distutils functionality</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.ccompiler">10.2. <tt class="docutils literal"><span class="pre">distutils.ccompiler</span></tt> &#8212; CCompiler base class</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.unixccompiler">10.3. <tt class="docutils literal"><span class="pre">distutils.unixccompiler</span></tt> &#8212; Unix C Compiler</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.msvccompiler">10.4. <tt class="docutils literal"><span class="pre">distutils.msvccompiler</span></tt> &#8212; Microsoft Compiler</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.bcppcompiler">10.5. <tt class="docutils literal"><span class="pre">distutils.bcppcompiler</span></tt> &#8212; Borland Compiler</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.cygwinccompiler">10.6. <tt class="docutils literal"><span class="pre">distutils.cygwincompiler</span></tt> &#8212; Cygwin Compiler</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.archive_util">10.7. <tt class="docutils literal"><span class="pre">distutils.archive_util</span></tt> &#8212; Archiving utilities</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.dep_util">10.8. <tt class="docutils literal"><span class="pre">distutils.dep_util</span></tt> &#8212; Dependency checking</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.dir_util">10.9. <tt class="docutils literal"><span class="pre">distutils.dir_util</span></tt> &#8212; Directory tree operations</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.file_util">10.10. <tt class="docutils literal"><span class="pre">distutils.file_util</span></tt> &#8212; Single file operations</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.util">10.11. <tt class="docutils literal"><span class="pre">distutils.util</span></tt> &#8212; Miscellaneous other utility functions</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.dist">10.12. <tt class="docutils literal"><span class="pre">distutils.dist</span></tt> &#8212; The Distribution class</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.extension">10.13. <tt class="docutils literal"><span class="pre">distutils.extension</span></tt> &#8212; The Extension class</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.debug">10.14. <tt class="docutils literal"><span class="pre">distutils.debug</span></tt> &#8212; Distutils debug mode</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.errors">10.15. <tt class="docutils literal"><span class="pre">distutils.errors</span></tt> &#8212; Distutils exceptions</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.fancy_getopt">10.16. <tt class="docutils literal"><span class="pre">distutils.fancy_getopt</span></tt> &#8212; Wrapper around the standard getopt module</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.filelist">10.17. <tt class="docutils literal"><span class="pre">distutils.filelist</span></tt> &#8212; The FileList class</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.log">10.18. <tt class="docutils literal"><span class="pre">distutils.log</span></tt> &#8212; Simple PEP 282-style logging</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.spawn">10.19. <tt class="docutils literal"><span class="pre">distutils.spawn</span></tt> &#8212; Spawn a sub-process</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.sysconfig">10.20. <tt class="docutils literal"><span class="pre">distutils.sysconfig</span></tt> &#8212; System configuration information</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.text_file">10.21. <tt class="docutils literal"><span class="pre">distutils.text_file</span></tt> &#8212; The TextFile class</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.version">10.22. <tt class="docutils literal"><span class="pre">distutils.version</span></tt> &#8212; Version number classes</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.cmd">10.23. <tt class="docutils literal"><span class="pre">distutils.cmd</span></tt> &#8212; Abstract base class for Distutils commands</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#creating-a-new-distutils-command">10.24. Creating a new Distutils command</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command">10.25. <tt class="docutils literal"><span class="pre">distutils.command</span></tt> &#8212; Individual Distutils commands</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.bdist">10.26. <tt class="docutils literal"><span class="pre">distutils.command.bdist</span></tt> &#8212; Build a binary installer</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.bdist_packager">10.27. <tt class="docutils literal"><span class="pre">distutils.command.bdist_packager</span></tt> &#8212; Abstract base class for packagers</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.bdist_dumb">10.28. <tt class="docutils literal"><span class="pre">distutils.command.bdist_dumb</span></tt> &#8212; Build a &#8220;dumb&#8221; installer</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.bdist_msi">10.29. <tt class="docutils literal"><span class="pre">distutils.command.bdist_msi</span></tt> &#8212; Build a Microsoft Installer binary package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.bdist_rpm">10.30. <tt class="docutils literal"><span class="pre">distutils.command.bdist_rpm</span></tt> &#8212; Build a binary distribution as a Redhat RPM and SRPM</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.bdist_wininst">10.31. <tt class="docutils literal"><span class="pre">distutils.command.bdist_wininst</span></tt> &#8212; Build a Windows installer</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.sdist">10.32. <tt class="docutils literal"><span class="pre">distutils.command.sdist</span></tt> &#8212; Build a source distribution</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.build">10.33. <tt class="docutils literal"><span class="pre">distutils.command.build</span></tt> &#8212; Build all files of a package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.build_clib">10.34. <tt class="docutils literal"><span class="pre">distutils.command.build_clib</span></tt> &#8212; Build any C libraries in a package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.build_ext">10.35. <tt class="docutils literal"><span class="pre">distutils.command.build_ext</span></tt> &#8212; Build any extensions in a package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.build_py">10.36. <tt class="docutils literal"><span class="pre">distutils.command.build_py</span></tt> &#8212; Build the .py/.pyc files of a package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.build_scripts">10.37. <tt class="docutils literal"><span class="pre">distutils.command.build_scripts</span></tt> &#8212; Build the scripts of a package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.clean">10.38. <tt class="docutils literal"><span class="pre">distutils.command.clean</span></tt> &#8212; Clean a package build area</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.config">10.39. <tt class="docutils literal"><span class="pre">distutils.command.config</span></tt> &#8212; Perform package configuration</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.install">10.40. <tt class="docutils literal"><span class="pre">distutils.command.install</span></tt> &#8212; Install a package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.install_data">10.41. <tt class="docutils literal"><span class="pre">distutils.command.install_data</span></tt> &#8212; Install data files from a package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.install_headers">10.42. <tt class="docutils literal"><span class="pre">distutils.command.install_headers</span></tt> &#8212; Install C/C++ header files from a package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.install_lib">10.43. <tt class="docutils literal"><span class="pre">distutils.command.install_lib</span></tt> &#8212; Install library files from a package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.install_scripts">10.44. <tt class="docutils literal"><span class="pre">distutils.command.install_scripts</span></tt> &#8212; Install script files from a package</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.register">10.45. <tt class="docutils literal"><span class="pre">distutils.command.register</span></tt> &#8212; Register a module with the Python Package Index</a></li> <li class="toctree-l2"><a class="reference internal" href="apiref.html#module-distutils.command.check">10.46. <tt class="docutils literal"><span class="pre">distutils.command.check</span></tt> &#8212; Check the meta-data of a package</a></li> </ul> </li> </ul> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="../license.html" title="previous chapter">History and License</a></p> <h4>Next topic</h4> <p class="topless"><a href="introduction.html" title="next chapter">1. An Introduction to Distutils</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../bugs.html">Report a Bug</a></li> <li><a href="../_sources/distutils/index.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="right" > <a href="introduction.html" title="1. An Introduction to Distutils" >next</a> |</li> <li class="right" > <a href="../license.html" title="History and License" >previous</a> |</li> <li><img src="../_static/py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="https://www.python.org/">Python</a> &raquo;</li> <li> <span class="version_switcher_placeholder">3.4.3</span> <a href="../index.html">Documentation</a> &raquo; </li> </ul> </div> <div class="footer"> &copy; <a href="../copyright.html">Copyright</a> 1990-2015, Python Software Foundation. <br /> The Python Software Foundation is a non-profit corporation. <a href="https://www.python.org/psf/donations/">Please donate.</a> <br /> Last updated on Mar 17, 2015. <a href="../bugs.html">Found a bug</a>? <br /> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.3. </div> </body> </html>
wp-content/plugins/yet-another-stars-rating/css/yasr-table-light.css
ola0411/ola
.yasr_table_multi_set_shortcode { border-collapse: separate; border-spacing: 1px; border-width: 1px 0px 0px 1px; border-color: #ddd; margin-top: 10px; margin-bottom: 24px; width: 100%; } .yasr_table_multi_set_shortcode td { padding: 8px; } .yasr_table_multi_set_shortcode tr:nth-child(odd) { background: #FFFFec; } /* Define the background color for all the EVEN background rows */ .yasr_table_multi_set_shortcode tr:nth-child(even) { background: #FFFFFF; } .yasr-multi-set-name-field { color: #555; } /*** Charts ***/ .yasr-table-chart { border-spacing: 1px; margin-top: 10px; margin-bottom: 24px; width: 100%; } .yasr-table-chart td { padding: 8px; width: 50%; } .yasr-table-chart tr:nth-child(odd) { background: #FFFFec; } /* Define the background color for all the EVEN background rows */ .yasr-table-chart tr:nth-child(even) { background: #FFFFFF; }
doc/com/bernabeborrero/gestiopersones/exceptions/class-use/IllegalFormDataException.html
bernaborrero/GestioPersones
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="es"> <head> <!-- Generated by javadoc (1.8.0_25) on Mon Jan 05 14:05:54 CET 2015 --> <title>Uses of Class com.bernabeborrero.gestiopersones.exceptions.IllegalFormDataException</title> <meta name="date" content="2015-01-05"> <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 com.bernabeborrero.gestiopersones.exceptions.IllegalFormDataException"; } } 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="../../../../../com/bernabeborrero/gestiopersones/exceptions/IllegalFormDataException.html" title="class in com.bernabeborrero.gestiopersones.exceptions">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/bernabeborrero/gestiopersones/exceptions/class-use/IllegalFormDataException.html" target="_top">Frames</a></li> <li><a href="IllegalFormDataException.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.bernabeborrero.gestiopersones.exceptions.IllegalFormDataException" class="title">Uses of Class<br>com.bernabeborrero.gestiopersones.exceptions.IllegalFormDataException</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="../../../../../com/bernabeborrero/gestiopersones/exceptions/IllegalFormDataException.html" title="class in com.bernabeborrero.gestiopersones.exceptions">IllegalFormDataException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.bernabeborrero.gestiopersones.controllers">com.bernabeborrero.gestiopersones.controllers</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.bernabeborrero.gestiopersones.controllers"> <!-- --> </a> <h3>Uses of <a href="../../../../../com/bernabeborrero/gestiopersones/exceptions/IllegalFormDataException.html" title="class in com.bernabeborrero.gestiopersones.exceptions">IllegalFormDataException</a> in <a href="../../../../../com/bernabeborrero/gestiopersones/controllers/package-summary.html">com.bernabeborrero.gestiopersones.controllers</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="../../../../../com/bernabeborrero/gestiopersones/controllers/package-summary.html">com.bernabeborrero.gestiopersones.controllers</a> that throw <a href="../../../../../com/bernabeborrero/gestiopersones/exceptions/IllegalFormDataException.html" title="class in com.bernabeborrero.gestiopersones.exceptions">IllegalFormDataException</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="typeNameLabel">Controller.</span><code><span class="memberNameLink"><a href="../../../../../com/bernabeborrero/gestiopersones/controllers/Controller.html#validateFormData--">validateFormData</a></span>()</code> <div class="block">Ensure that the form data is correct</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="../../../../../com/bernabeborrero/gestiopersones/exceptions/IllegalFormDataException.html" title="class in com.bernabeborrero.gestiopersones.exceptions">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/bernabeborrero/gestiopersones/exceptions/class-use/IllegalFormDataException.html" target="_top">Frames</a></li> <li><a href="IllegalFormDataException.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>